@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
|
@@ -29,23 +29,27 @@ declare const RunTaskCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Starts a new task using the specified task definition.</p>
|
|
31
31
|
* <note>
|
|
32
|
-
* <p>On March 21, 2024, a change was made to resolve the task definition revision
|
|
32
|
+
* <p>On March 21, 2024, a change was made to resolve the task definition revision
|
|
33
|
+
* before authorization. When a task definition revision is not specified,
|
|
34
|
+
* authorization will occur using the latest revision of a task definition.</p>
|
|
33
35
|
* </note>
|
|
34
36
|
* <note>
|
|
35
37
|
* <p>Amazon Elastic Inference (EI) is no longer available to customers.</p>
|
|
36
38
|
* </note>
|
|
37
|
-
* <p>You can allow Amazon ECS to place tasks for you, or you can customize how Amazon ECS
|
|
38
|
-
* tasks using placement constraints and placement strategies. For more information,
|
|
39
|
-
*
|
|
39
|
+
* <p>You can allow Amazon ECS to place tasks for you, or you can customize how Amazon ECS
|
|
40
|
+
* places tasks using placement constraints and placement strategies. For more information,
|
|
41
|
+
* see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduling_tasks.html">Scheduling Tasks</a> in the <i>Amazon Elastic
|
|
42
|
+
* Container Service Developer Guide</i>.</p>
|
|
40
43
|
* <p>Alternatively, you can use <code>StartTask</code> to use your own scheduler or place
|
|
41
44
|
* tasks manually on specific container instances.</p>
|
|
42
|
-
* <p>You can attach Amazon EBS volumes to Amazon ECS tasks by configuring the volume when
|
|
43
|
-
* updating a service. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volume-types">Amazon EBS volumes</a> in the <i>Amazon Elastic
|
|
45
|
+
* <p>You can attach Amazon EBS volumes to Amazon ECS tasks by configuring the volume when
|
|
46
|
+
* creating or updating a service. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volume-types">Amazon EBS volumes</a> in the <i>Amazon Elastic
|
|
47
|
+
* Container Service Developer Guide</i>.</p>
|
|
44
48
|
* <p>The Amazon ECS API follows an eventual consistency model. This is because of the
|
|
45
49
|
* distributed nature of the system supporting the API. This means that the result of an
|
|
46
|
-
* API command you run that affects your Amazon ECS resources might not be immediately
|
|
47
|
-
* to all subsequent commands you run. Keep this in mind when you carry out an API
|
|
48
|
-
* that immediately follows a previous API command.</p>
|
|
50
|
+
* API command you run that affects your Amazon ECS resources might not be immediately
|
|
51
|
+
* visible to all subsequent commands you run. Keep this in mind when you carry out an API
|
|
52
|
+
* command that immediately follows a previous API command.</p>
|
|
49
53
|
* <p>To manage eventual consistency, you can do the following:</p>
|
|
50
54
|
* <ul>
|
|
51
55
|
* <li>
|
|
@@ -63,10 +67,11 @@ declare const RunTaskCommand_base: {
|
|
|
63
67
|
* minutes of wait time.</p>
|
|
64
68
|
* </li>
|
|
65
69
|
* </ul>
|
|
66
|
-
* <p>If you get a <code>ConflictException</code> error, the <code>RunTask</code> request
|
|
67
|
-
* not be processed due to conflicts. The provided <code>clientToken</code> is
|
|
68
|
-
* use with a different <code>RunTask</code> request. The
|
|
69
|
-
*
|
|
70
|
+
* <p>If you get a <code>ConflictException</code> error, the <code>RunTask</code> request
|
|
71
|
+
* could not be processed due to conflicts. The provided <code>clientToken</code> is
|
|
72
|
+
* already in use with a different <code>RunTask</code> request. The
|
|
73
|
+
* <code>resourceIds</code> are the existing task ARNs which are already associated
|
|
74
|
+
* with the <code>clientToken</code>. </p>
|
|
70
75
|
* <p>To fix this issue:</p>
|
|
71
76
|
* <ul>
|
|
72
77
|
* <li>
|
|
@@ -77,11 +82,11 @@ declare const RunTaskCommand_base: {
|
|
|
77
82
|
* set of parameters</p>
|
|
78
83
|
* </li>
|
|
79
84
|
* </ul>
|
|
80
|
-
* <p>If you get a <code>ClientException</code>error, the <code>RunTask</code> could not be
|
|
81
|
-
*
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
*
|
|
85
|
+
* <p>If you get a <code>ClientException</code>error, the <code>RunTask</code> could not be
|
|
86
|
+
* processed because you use managed scaling and there is a capacity error because the
|
|
87
|
+
* quota of tasks in the <code>PROVISIONING</code> per cluster has been reached. For
|
|
88
|
+
* information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
|
|
89
|
+
* quotas</a>.</p>
|
|
85
90
|
* @example
|
|
86
91
|
* Use a bare-bones client and the command you need to make an API call.
|
|
87
92
|
* ```javascript
|
|
@@ -402,8 +407,10 @@ declare const RunTaskCommand_base: {
|
|
|
402
407
|
* <p>You don't have authorization to perform the requested action.</p>
|
|
403
408
|
*
|
|
404
409
|
* @throws {@link BlockedException} (client fault)
|
|
405
|
-
* <p>Your Amazon Web
|
|
406
|
-
*
|
|
410
|
+
* <p>Your Amazon Web
|
|
411
|
+
* Services account was blocked. For more information, contact <a href="http://aws.amazon.com/contact-us/">
|
|
412
|
+
* Amazon Web
|
|
413
|
+
* Services Support</a>.</p>
|
|
407
414
|
*
|
|
408
415
|
* @throws {@link ClientException} (client fault)
|
|
409
416
|
* <p>These errors are usually caused by a client action. This client action might be using
|
|
@@ -414,13 +421,14 @@ declare const RunTaskCommand_base: {
|
|
|
414
421
|
* <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>
|
|
415
422
|
*
|
|
416
423
|
* @throws {@link ConflictException} (client fault)
|
|
417
|
-
* <p>The request could not be processed because of conflict in the current state of the
|
|
424
|
+
* <p>The request could not be processed because of conflict in the current state of the
|
|
425
|
+
* resource. </p>
|
|
418
426
|
*
|
|
419
427
|
* @throws {@link InvalidParameterException} (client fault)
|
|
420
428
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
421
429
|
* request.</p>
|
|
422
|
-
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
423
|
-
* event messages</a>. </p>
|
|
430
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
431
|
+
* service event messages</a>. </p>
|
|
424
432
|
*
|
|
425
433
|
* @throws {@link PlatformTaskDefinitionIncompatibilityException} (client fault)
|
|
426
434
|
* <p>The specified platform version doesn't satisfy the required capabilities of the task
|
|
@@ -30,15 +30,19 @@ declare const StartTaskCommand_base: {
|
|
|
30
30
|
* <p>Starts a new task from the specified task definition on the specified container
|
|
31
31
|
* instance or instances.</p>
|
|
32
32
|
* <note>
|
|
33
|
-
* <p>On March 21, 2024, a change was made to resolve the task definition revision
|
|
33
|
+
* <p>On March 21, 2024, a change was made to resolve the task definition revision
|
|
34
|
+
* before authorization. When a task definition revision is not specified,
|
|
35
|
+
* authorization will occur using the latest revision of a task definition.</p>
|
|
34
36
|
* </note>
|
|
35
37
|
* <note>
|
|
36
38
|
* <p>Amazon Elastic Inference (EI) is no longer available to customers.</p>
|
|
37
39
|
* </note>
|
|
38
40
|
* <p>Alternatively, you can use<code>RunTask</code> to place tasks for you. For more
|
|
39
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduling_tasks.html">Scheduling Tasks</a> in the <i>Amazon Elastic
|
|
40
|
-
*
|
|
41
|
-
*
|
|
41
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduling_tasks.html">Scheduling Tasks</a> in the <i>Amazon Elastic
|
|
42
|
+
* Container Service Developer Guide</i>.</p>
|
|
43
|
+
* <p>You can attach Amazon EBS volumes to Amazon ECS tasks by configuring the volume when
|
|
44
|
+
* creating or updating a service. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volume-types">Amazon EBS volumes</a> in the <i>Amazon Elastic
|
|
45
|
+
* Container Service Developer Guide</i>.</p>
|
|
42
46
|
* @example
|
|
43
47
|
* Use a bare-bones client and the command you need to make an API call.
|
|
44
48
|
* ```javascript
|
|
@@ -344,8 +348,8 @@ declare const StartTaskCommand_base: {
|
|
|
344
348
|
* @throws {@link InvalidParameterException} (client fault)
|
|
345
349
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
346
350
|
* request.</p>
|
|
347
|
-
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
348
|
-
* event messages</a>. </p>
|
|
351
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
352
|
+
* service event messages</a>. </p>
|
|
349
353
|
*
|
|
350
354
|
* @throws {@link ServerException} (server fault)
|
|
351
355
|
* <p>These errors are usually caused by a server issue.</p>
|
package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopServiceDeploymentCommand.d.ts
CHANGED
|
@@ -37,9 +37,9 @@ declare const StopServiceDeploymentCommand_base: {
|
|
|
37
37
|
* for the rollback option. </p>
|
|
38
38
|
* </li>
|
|
39
39
|
* </ul>
|
|
40
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/stop-service-deployment.html">Stopping Amazon
|
|
41
|
-
* service deployments</a> in the <i>Amazon Elastic Container Service
|
|
42
|
-
*
|
|
40
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/stop-service-deployment.html">Stopping Amazon
|
|
41
|
+
* ECS service deployments</a> in the <i>Amazon Elastic Container Service
|
|
42
|
+
* Developer Guide</i>.</p>
|
|
43
43
|
* @example
|
|
44
44
|
* Use a bare-bones client and the command you need to make an API call.
|
|
45
45
|
* ```javascript
|
|
@@ -75,19 +75,22 @@ declare const StopServiceDeploymentCommand_base: {
|
|
|
75
75
|
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link ConflictException} (client fault)
|
|
78
|
-
* <p>The request could not be processed because of conflict in the current state of the
|
|
78
|
+
* <p>The request could not be processed because of conflict in the current state of the
|
|
79
|
+
* resource. </p>
|
|
79
80
|
*
|
|
80
81
|
* @throws {@link InvalidParameterException} (client fault)
|
|
81
82
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
82
83
|
* request.</p>
|
|
83
|
-
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
84
|
-
* event messages</a>. </p>
|
|
84
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
85
|
+
* service event messages</a>. </p>
|
|
85
86
|
*
|
|
86
87
|
* @throws {@link ServerException} (server fault)
|
|
87
88
|
* <p>These errors are usually caused by a server issue.</p>
|
|
88
89
|
*
|
|
89
90
|
* @throws {@link ServiceDeploymentNotFoundException} (client fault)
|
|
90
|
-
* <p>The service deploy ARN that you specified in the <code>StopServiceDeployment</code>
|
|
91
|
+
* <p>The service deploy ARN that you specified in the <code>StopServiceDeployment</code>
|
|
92
|
+
* doesn't exist. You can use <code>ListServiceDeployments</code> to retrieve the service
|
|
93
|
+
* deployment ARNs.</p>
|
|
91
94
|
*
|
|
92
95
|
* @throws {@link UnsupportedFeatureException} (client fault)
|
|
93
96
|
* <p>The specified task isn't supported in this Region.</p>
|
|
@@ -38,10 +38,10 @@ declare const StopTaskCommand_base: {
|
|
|
38
38
|
* sending a <code>CTRL_SHUTDOWN_EVENT</code>. For more information, see <a href="https://github.com/moby/moby/issues/25982">Unable to react to graceful shutdown
|
|
39
39
|
* of (Windows) container #25982</a> on GitHub.</p>
|
|
40
40
|
* <note>
|
|
41
|
-
* <p>The default 30-second timeout can be configured on the Amazon ECS container agent
|
|
42
|
-
* the <code>ECS_CONTAINER_STOP_TIMEOUT</code> variable. For more information, see
|
|
41
|
+
* <p>The default 30-second timeout can be configured on the Amazon ECS container agent
|
|
42
|
+
* with the <code>ECS_CONTAINER_STOP_TIMEOUT</code> variable. For more information, see
|
|
43
43
|
* <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-config.html">Amazon ECS Container Agent Configuration</a> in the
|
|
44
|
-
*
|
|
44
|
+
* <i>Amazon Elastic Container Service Developer Guide</i>.</p>
|
|
45
45
|
* </note>
|
|
46
46
|
* @example
|
|
47
47
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -240,8 +240,8 @@ declare const StopTaskCommand_base: {
|
|
|
240
240
|
* @throws {@link InvalidParameterException} (client fault)
|
|
241
241
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
242
242
|
* request.</p>
|
|
243
|
-
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
244
|
-
* event messages</a>. </p>
|
|
243
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
244
|
+
* service event messages</a>. </p>
|
|
245
245
|
*
|
|
246
246
|
* @throws {@link ServerException} (server fault)
|
|
247
247
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -28,7 +28,8 @@ declare const SubmitAttachmentStateChangesCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <note>
|
|
31
|
-
* <p>This action is only used by the Amazon ECS agent, and it is not intended for use
|
|
31
|
+
* <p>This action is only used by the Amazon ECS agent, and it is not intended for use
|
|
32
|
+
* outside of the agent.</p>
|
|
32
33
|
* </note>
|
|
33
34
|
* <p>Sent to acknowledge that an attachment changed states.</p>
|
|
34
35
|
* @example
|
|
@@ -73,8 +74,8 @@ declare const SubmitAttachmentStateChangesCommand_base: {
|
|
|
73
74
|
* @throws {@link InvalidParameterException} (client fault)
|
|
74
75
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
75
76
|
* request.</p>
|
|
76
|
-
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
77
|
-
* event messages</a>. </p>
|
|
77
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
78
|
+
* service event messages</a>. </p>
|
|
78
79
|
*
|
|
79
80
|
* @throws {@link ServerException} (server fault)
|
|
80
81
|
* <p>These errors are usually caused by a server issue.</p>
|
package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitContainerStateChangeCommand.d.ts
CHANGED
|
@@ -28,7 +28,8 @@ declare const SubmitContainerStateChangeCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <note>
|
|
31
|
-
* <p>This action is only used by the Amazon ECS agent, and it is not intended for use
|
|
31
|
+
* <p>This action is only used by the Amazon ECS agent, and it is not intended for use
|
|
32
|
+
* outside of the agent.</p>
|
|
32
33
|
* </note>
|
|
33
34
|
* <p>Sent to acknowledge that a container changed states.</p>
|
|
34
35
|
* @example
|
package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitTaskStateChangeCommand.d.ts
CHANGED
|
@@ -28,7 +28,8 @@ declare const SubmitTaskStateChangeCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <note>
|
|
31
|
-
* <p>This action is only used by the Amazon ECS agent, and it is not intended for use
|
|
31
|
+
* <p>This action is only used by the Amazon ECS agent, and it is not intended for use
|
|
32
|
+
* outside of the agent.</p>
|
|
32
33
|
* </note>
|
|
33
34
|
* <p>Sent to acknowledge that a task changed states.</p>
|
|
34
35
|
* @example
|
|
@@ -107,8 +108,8 @@ declare const SubmitTaskStateChangeCommand_base: {
|
|
|
107
108
|
* @throws {@link InvalidParameterException} (client fault)
|
|
108
109
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
109
110
|
* request.</p>
|
|
110
|
-
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
111
|
-
* event messages</a>. </p>
|
|
111
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
112
|
+
* service event messages</a>. </p>
|
|
112
113
|
*
|
|
113
114
|
* @throws {@link ServerException} (server fault)
|
|
114
115
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -71,8 +71,8 @@ declare const TagResourceCommand_base: {
|
|
|
71
71
|
* @throws {@link InvalidParameterException} (client fault)
|
|
72
72
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
73
73
|
* request.</p>
|
|
74
|
-
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
75
|
-
* event messages</a>. </p>
|
|
74
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
75
|
+
* service event messages</a>. </p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
78
78
|
* <p>The specified resource wasn't found.</p>
|
|
@@ -65,8 +65,8 @@ declare const UntagResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link InvalidParameterException} (client fault)
|
|
66
66
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
67
67
|
* request.</p>
|
|
68
|
-
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
69
|
-
* event messages</a>. </p>
|
|
68
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
69
|
+
* service event messages</a>. </p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
72
72
|
* <p>The specified resource wasn't found.</p>
|
package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts
CHANGED
|
@@ -28,7 +28,8 @@ declare const UpdateCapacityProviderCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Modifies the parameters for a capacity provider.</p>
|
|
31
|
-
* <p>These changes only apply to new Amazon ECS Managed Instances, or EC2 instances, not
|
|
31
|
+
* <p>These changes only apply to new Amazon ECS Managed Instances, or EC2 instances, not
|
|
32
|
+
* existing ones.</p>
|
|
32
33
|
* @example
|
|
33
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
35
|
* ```javascript
|
|
@@ -279,8 +280,8 @@ declare const UpdateCapacityProviderCommand_base: {
|
|
|
279
280
|
* @throws {@link InvalidParameterException} (client fault)
|
|
280
281
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
281
282
|
* request.</p>
|
|
282
|
-
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
283
|
-
* event messages</a>. </p>
|
|
283
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
284
|
+
* service event messages</a>. </p>
|
|
284
285
|
*
|
|
285
286
|
* @throws {@link ServerException} (server fault)
|
|
286
287
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -160,8 +160,8 @@ declare const UpdateClusterCommand_base: {
|
|
|
160
160
|
* @throws {@link InvalidParameterException} (client fault)
|
|
161
161
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
162
162
|
* request.</p>
|
|
163
|
-
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
164
|
-
* event messages</a>. </p>
|
|
163
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
164
|
+
* service event messages</a>. </p>
|
|
165
165
|
*
|
|
166
166
|
* @throws {@link NamespaceNotFoundException} (client fault)
|
|
167
167
|
* <p>The specified namespace wasn't found.</p>
|
package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterSettingsCommand.d.ts
CHANGED
|
@@ -140,8 +140,8 @@ declare const UpdateClusterSettingsCommand_base: {
|
|
|
140
140
|
* @throws {@link InvalidParameterException} (client fault)
|
|
141
141
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
142
142
|
* request.</p>
|
|
143
|
-
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
144
|
-
* event messages</a>. </p>
|
|
143
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
144
|
+
* service event messages</a>. </p>
|
|
145
145
|
*
|
|
146
146
|
* @throws {@link ServerException} (server fault)
|
|
147
147
|
* <p>These errors are usually caused by a server issue.</p>
|
package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerAgentCommand.d.ts
CHANGED
|
@@ -30,22 +30,25 @@ declare const UpdateContainerAgentCommand_base: {
|
|
|
30
30
|
* <p>Updates the Amazon ECS container agent on a specified container instance. Updating the
|
|
31
31
|
* Amazon ECS container agent doesn't interrupt running tasks or services on the container
|
|
32
32
|
* instance. The process for updating the agent differs depending on whether your container
|
|
33
|
-
* instance was launched with the Amazon ECS-optimized AMI or another operating
|
|
33
|
+
* instance was launched with the Amazon ECS-optimized AMI or another operating
|
|
34
|
+
* system.</p>
|
|
34
35
|
* <note>
|
|
35
36
|
* <p>The <code>UpdateContainerAgent</code> API isn't supported for container instances
|
|
36
|
-
* using the Amazon ECS-optimized Amazon Linux 2 (arm64) AMI. To update the container
|
|
37
|
-
* you can update the <code>ecs-init</code> package. This updates the agent. For
|
|
38
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/agent-update-ecs-ami.html">Updating the
|
|
39
|
-
* Amazon ECS container agent</a> in the <i>Amazon Elastic Container
|
|
37
|
+
* using the Amazon ECS-optimized Amazon Linux 2 (arm64) AMI. To update the container
|
|
38
|
+
* agent, you can update the <code>ecs-init</code> package. This updates the agent. For
|
|
39
|
+
* more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/agent-update-ecs-ami.html">Updating the
|
|
40
|
+
* Amazon ECS container agent</a> in the <i>Amazon Elastic Container
|
|
41
|
+
* Service Developer Guide</i>.</p>
|
|
40
42
|
* </note>
|
|
41
43
|
* <note>
|
|
42
44
|
* <p>Agent updates with the <code>UpdateContainerAgent</code> API operation do not
|
|
43
45
|
* apply to Windows container instances. We recommend that you launch new container
|
|
44
46
|
* instances to update the agent version in your Windows clusters.</p>
|
|
45
47
|
* </note>
|
|
46
|
-
* <p>The <code>UpdateContainerAgent</code> API requires an Amazon ECS-optimized AMI or
|
|
47
|
-
* Linux AMI with the <code>ecs-init</code> service installed and running. For help
|
|
48
|
-
* updating the Amazon ECS container agent on other operating systems, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-update.html#manually_update_agent">Manually updating the Amazon ECS container agent</a> in the <i>Amazon
|
|
48
|
+
* <p>The <code>UpdateContainerAgent</code> API requires an Amazon ECS-optimized AMI or
|
|
49
|
+
* Amazon Linux AMI with the <code>ecs-init</code> service installed and running. For help
|
|
50
|
+
* updating the Amazon ECS container agent on other operating systems, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-update.html#manually_update_agent">Manually updating the Amazon ECS container agent</a> in the <i>Amazon
|
|
51
|
+
* Elastic Container Service Developer Guide</i>.</p>
|
|
49
52
|
* @example
|
|
50
53
|
* Use a bare-bones client and the command you need to make an API call.
|
|
51
54
|
* ```javascript
|
|
@@ -162,29 +165,29 @@ declare const UpdateContainerAgentCommand_base: {
|
|
|
162
165
|
* @throws {@link InvalidParameterException} (client fault)
|
|
163
166
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
164
167
|
* request.</p>
|
|
165
|
-
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
166
|
-
* event messages</a>. </p>
|
|
168
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
169
|
+
* service event messages</a>. </p>
|
|
167
170
|
*
|
|
168
171
|
* @throws {@link MissingVersionException} (client fault)
|
|
169
|
-
* <p>Amazon ECS can't determine the current version of the Amazon ECS container agent on
|
|
170
|
-
* container instance and doesn't have enough information to proceed with an update.
|
|
171
|
-
* could be because the agent running on the container instance is a previous or
|
|
172
|
-
* version that doesn't use our version information.</p>
|
|
172
|
+
* <p>Amazon ECS can't determine the current version of the Amazon ECS container agent on
|
|
173
|
+
* the container instance and doesn't have enough information to proceed with an update.
|
|
174
|
+
* This could be because the agent running on the container instance is a previous or
|
|
175
|
+
* custom version that doesn't use our version information.</p>
|
|
173
176
|
*
|
|
174
177
|
* @throws {@link NoUpdateAvailableException} (client fault)
|
|
175
|
-
* <p>There's no update available for this Amazon ECS container agent. This might be because
|
|
176
|
-
* agent is already running the latest version or because it's so old that there's no
|
|
178
|
+
* <p>There's no update available for this Amazon ECS container agent. This might be because
|
|
179
|
+
* the agent is already running the latest version or because it's so old that there's no
|
|
177
180
|
* update path to the current version.</p>
|
|
178
181
|
*
|
|
179
182
|
* @throws {@link ServerException} (server fault)
|
|
180
183
|
* <p>These errors are usually caused by a server issue.</p>
|
|
181
184
|
*
|
|
182
185
|
* @throws {@link UpdateInProgressException} (client fault)
|
|
183
|
-
* <p>There's already a current Amazon ECS container agent update in progress on the
|
|
184
|
-
* instance that's specified. If the container agent becomes disconnected while
|
|
185
|
-
* transitional stage, such as <code>PENDING</code> or <code>STAGING</code>, the
|
|
186
|
-
* process can get stuck in that state. However, when the agent reconnects, it
|
|
187
|
-
* where it stopped previously.</p>
|
|
186
|
+
* <p>There's already a current Amazon ECS container agent update in progress on the
|
|
187
|
+
* container instance that's specified. If the container agent becomes disconnected while
|
|
188
|
+
* it's in a transitional stage, such as <code>PENDING</code> or <code>STAGING</code>, the
|
|
189
|
+
* update process can get stuck in that state. However, when the agent reconnects, it
|
|
190
|
+
* resumes where it stopped previously.</p>
|
|
188
191
|
*
|
|
189
192
|
* @throws {@link ECSServiceException}
|
|
190
193
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
@@ -37,11 +37,11 @@ declare const UpdateContainerInstancesStateCommand_base: {
|
|
|
37
37
|
* reached an <code>ACTIVE</code> status. If the instance is in any other status, an
|
|
38
38
|
* error will be received.</p>
|
|
39
39
|
* </important>
|
|
40
|
-
* <p>When you set a container instance to <code>DRAINING</code>, Amazon ECS prevents new
|
|
41
|
-
* from being scheduled for placement on the container instance and replacement
|
|
42
|
-
* tasks are started on other container instances in the cluster if the resources
|
|
43
|
-
* available. Service tasks on the container instance that are in the
|
|
44
|
-
*
|
|
40
|
+
* <p>When you set a container instance to <code>DRAINING</code>, Amazon ECS prevents new
|
|
41
|
+
* tasks from being scheduled for placement on the container instance and replacement
|
|
42
|
+
* service tasks are started on other container instances in the cluster if the resources
|
|
43
|
+
* are available. Service tasks on the container instance that are in the
|
|
44
|
+
* <code>PENDING</code> state are stopped immediately.</p>
|
|
45
45
|
* <p>Service tasks on the container instance that are in the <code>RUNNING</code> state are
|
|
46
46
|
* stopped and replaced according to the service's deployment configuration parameters,
|
|
47
47
|
* <code>minimumHealthyPercent</code> and <code>maximumPercent</code>. You can change
|
|
@@ -74,8 +74,8 @@ declare const UpdateContainerInstancesStateCommand_base: {
|
|
|
74
74
|
* <p>A container instance has completed draining when it has no more <code>RUNNING</code>
|
|
75
75
|
* tasks. You can verify this using <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListTasks.html">ListTasks</a>.</p>
|
|
76
76
|
* <p>When a container instance has been drained, you can set a container instance to
|
|
77
|
-
* <code>ACTIVE</code> status and once it has reached that status the Amazon ECS
|
|
78
|
-
* can begin scheduling tasks on the instance again.</p>
|
|
77
|
+
* <code>ACTIVE</code> status and once it has reached that status the Amazon ECS
|
|
78
|
+
* scheduler can begin scheduling tasks on the instance again.</p>
|
|
79
79
|
* @example
|
|
80
80
|
* Use a bare-bones client and the command you need to make an API call.
|
|
81
81
|
* ```javascript
|
|
@@ -204,8 +204,8 @@ declare const UpdateContainerInstancesStateCommand_base: {
|
|
|
204
204
|
* @throws {@link InvalidParameterException} (client fault)
|
|
205
205
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
206
206
|
* request.</p>
|
|
207
|
-
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
208
|
-
* event messages</a>. </p>
|
|
207
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
208
|
+
* service event messages</a>. </p>
|
|
209
209
|
*
|
|
210
210
|
* @throws {@link ServerException} (server fault)
|
|
211
211
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -29,26 +29,32 @@ declare const UpdateServiceCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Modifies the parameters of a service.</p>
|
|
31
31
|
* <note>
|
|
32
|
-
* <p>On March 21, 2024, a change was made to resolve the task definition revision
|
|
32
|
+
* <p>On March 21, 2024, a change was made to resolve the task definition revision
|
|
33
|
+
* before authorization. When a task definition revision is not specified,
|
|
34
|
+
* authorization will occur using the latest revision of a task definition.</p>
|
|
33
35
|
* </note>
|
|
34
36
|
* <p>For services using the rolling update (<code>ECS</code>) you can update the desired
|
|
35
37
|
* count, deployment configuration, network configuration, load balancers, service
|
|
36
38
|
* registries, enable ECS managed tags option, propagate tags option, task placement
|
|
37
39
|
* constraints and strategies, and task definition. When you update any of these
|
|
38
40
|
* parameters, Amazon ECS starts new tasks with the new configuration. </p>
|
|
39
|
-
* <p>You can attach Amazon EBS volumes to Amazon ECS tasks by configuring the volume when
|
|
40
|
-
* running a task, or when creating or updating a service. For more
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
*
|
|
41
|
+
* <p>You can attach Amazon EBS volumes to Amazon ECS tasks by configuring the volume when
|
|
42
|
+
* starting or running a task, or when creating or updating a service. For more
|
|
43
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volume-types">Amazon EBS volumes</a> in the <i>Amazon Elastic
|
|
44
|
+
* Container Service Developer Guide</i>. You can update your volume
|
|
45
|
+
* configurations and trigger a new deployment. <code>volumeConfigurations</code> is only
|
|
46
|
+
* supported for REPLICA service and not DAEMON service. If you leave
|
|
47
|
+
* <code>volumeConfigurations</code>
|
|
44
48
|
* <code>null</code>, it doesn't trigger a new deployment. For more information on volumes,
|
|
45
|
-
* see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volume-types">Amazon EBS volumes</a> in the <i>Amazon Elastic
|
|
49
|
+
* see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volume-types">Amazon EBS volumes</a> in the <i>Amazon Elastic
|
|
50
|
+
* Container Service Developer Guide</i>.</p>
|
|
46
51
|
* <p>For services using the blue/green (<code>CODE_DEPLOY</code>) deployment controller,
|
|
47
52
|
* only the desired count, deployment configuration, health check grace period, task
|
|
48
53
|
* placement constraints and strategies, enable ECS managed tags option, and propagate tags
|
|
49
54
|
* can be updated using this API. If the network configuration, platform version, task
|
|
50
|
-
* definition, or load balancer need to be updated, create a new CodeDeploy deployment. For
|
|
51
|
-
* information, see <a href="https://docs.aws.amazon.com/codedeploy/latest/APIReference/API_CreateDeployment.html">CreateDeployment</a> in the <i>CodeDeploy API
|
|
55
|
+
* definition, or load balancer need to be updated, create a new CodeDeploy deployment. For
|
|
56
|
+
* more information, see <a href="https://docs.aws.amazon.com/codedeploy/latest/APIReference/API_CreateDeployment.html">CreateDeployment</a> in the <i>CodeDeploy API
|
|
57
|
+
* Reference</i>.</p>
|
|
52
58
|
* <p>For services using an external deployment controller, you can update only the desired
|
|
53
59
|
* count, task placement constraints and strategies, health check grace period, enable ECS
|
|
54
60
|
* managed tags option, and propagate tags option, using this API. If the launch type, load
|
|
@@ -57,8 +63,10 @@ declare const UpdateServiceCommand_base: {
|
|
|
57
63
|
* <p>You can add to or subtract from the number of instantiations of a task definition in a
|
|
58
64
|
* service by specifying the cluster that the service is running in and a new
|
|
59
65
|
* <code>desiredCount</code> parameter.</p>
|
|
60
|
-
* <p>You can attach Amazon EBS volumes to Amazon ECS tasks by configuring the volume when
|
|
61
|
-
* running a task, or when creating or updating a service. For more
|
|
66
|
+
* <p>You can attach Amazon EBS volumes to Amazon ECS tasks by configuring the volume when
|
|
67
|
+
* starting or running a task, or when creating or updating a service. For more
|
|
68
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volume-types">Amazon EBS volumes</a> in the <i>Amazon Elastic
|
|
69
|
+
* Container Service Developer Guide</i>.</p>
|
|
62
70
|
* <p>If you have updated the container image of your application, you can create a new task
|
|
63
71
|
* definition with that image and deploy it to your service. The service scheduler uses the
|
|
64
72
|
* minimum healthy percent and maximum percent parameters (in the service's deployment
|
|
@@ -301,6 +309,10 @@ declare const UpdateServiceCommand_base: {
|
|
|
301
309
|
* },
|
|
302
310
|
* ],
|
|
303
311
|
* },
|
|
312
|
+
* accessLogConfiguration: { // ServiceConnectAccessLogConfiguration
|
|
313
|
+
* format: "TEXT" || "JSON", // required
|
|
314
|
+
* includeQueryParameters: "DISABLED" || "ENABLED",
|
|
315
|
+
* },
|
|
304
316
|
* },
|
|
305
317
|
* volumeConfigurations: [ // ServiceVolumeConfigurations
|
|
306
318
|
* { // ServiceVolumeConfiguration
|
|
@@ -574,6 +586,10 @@ declare const UpdateServiceCommand_base: {
|
|
|
574
586
|
* // },
|
|
575
587
|
* // ],
|
|
576
588
|
* // },
|
|
589
|
+
* // accessLogConfiguration: { // ServiceConnectAccessLogConfiguration
|
|
590
|
+
* // format: "TEXT" || "JSON", // required
|
|
591
|
+
* // includeQueryParameters: "DISABLED" || "ENABLED",
|
|
592
|
+
* // },
|
|
577
593
|
* // },
|
|
578
594
|
* // serviceConnectResources: [ // ServiceConnectServiceResourceList
|
|
579
595
|
* // { // ServiceConnectServiceResource
|
|
@@ -686,8 +702,8 @@ declare const UpdateServiceCommand_base: {
|
|
|
686
702
|
* @throws {@link InvalidParameterException} (client fault)
|
|
687
703
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
688
704
|
* request.</p>
|
|
689
|
-
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
690
|
-
* event messages</a>. </p>
|
|
705
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
706
|
+
* service event messages</a>. </p>
|
|
691
707
|
*
|
|
692
708
|
* @throws {@link NamespaceNotFoundException} (client fault)
|
|
693
709
|
* <p>The specified namespace wasn't found.</p>
|
package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts
CHANGED
|
@@ -31,7 +31,8 @@ declare const UpdateServicePrimaryTaskSetCommand_base: {
|
|
|
31
31
|
* updated on the primary task set in a service will transition to the service. This is
|
|
32
32
|
* used when a service uses the <code>EXTERNAL</code> deployment controller type. For more
|
|
33
33
|
* information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS Deployment
|
|
34
|
-
* Types</a> in the <i>Amazon Elastic Container Service Developer
|
|
34
|
+
* Types</a> in the <i>Amazon Elastic Container Service Developer
|
|
35
|
+
* Guide</i>.</p>
|
|
35
36
|
* @example
|
|
36
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
38
|
* ```javascript
|
|
@@ -145,8 +146,8 @@ declare const UpdateServicePrimaryTaskSetCommand_base: {
|
|
|
145
146
|
* @throws {@link InvalidParameterException} (client fault)
|
|
146
147
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
147
148
|
* request.</p>
|
|
148
|
-
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
149
|
-
* event messages</a>. </p>
|
|
149
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
|
|
150
|
+
* service event messages</a>. </p>
|
|
150
151
|
*
|
|
151
152
|
* @throws {@link ServerException} (server fault)
|
|
152
153
|
* <p>These errors are usually caused by a server issue.</p>
|