@jjrawlins/cdk-ami-builder 0.0.188 → 0.0.190
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 +12 -12
- package/cdkamibuilder/go.mod +1 -1
- package/cdkamibuilder/jsii/jsii.go +2 -2
- package/cdkamibuilder/version +1 -1
- 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/dist-es/EC2.js +15 -15
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForBundleTaskComplete.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForConversionTaskCancelled.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForConversionTaskCompleted.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForConversionTaskDeleted.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForCustomerGatewayAvailable.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForExportTaskCancelled.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForExportTaskCompleted.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForImageAvailable.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForImageExists.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForImageUsageReportAvailable.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForInstanceExists.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForInstanceRunning.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForInstanceStatusOk.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForInstanceStopped.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForInstanceTerminated.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForInternetGatewayExists.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForKeyPairExists.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForNatGatewayAvailable.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForNatGatewayDeleted.js +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForNetworkInterfaceAvailable.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForPasswordDataAvailable.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSecondaryNetworkCreateComplete.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSecondaryNetworkDeleteComplete.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSecondarySubnetCreateComplete.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSecondarySubnetDeleteComplete.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSecurityGroupExists.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSecurityGroupVpcAssociationAssociated.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSecurityGroupVpcAssociationDisassociated.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSnapshotCompleted.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSnapshotImported.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSpotInstanceRequestFulfilled.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForStoreImageTaskComplete.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSubnetAvailable.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForSystemStatusOk.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVolumeAvailable.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVolumeDeleted.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVolumeInUse.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVpcAvailable.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVpcExists.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVpcPeeringConnectionDeleted.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVpcPeeringConnectionExists.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVpnConnectionAvailable.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/waiters/waitForVpnConnectionDeleted.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/EC2.d.ts +756 -756
- package/node_modules/@aws-sdk/client-ec2/dist-types/EC2Client.d.ts +759 -759
- package/node_modules/@aws-sdk/client-ec2/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/BundleInstanceCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_2.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +5 -5
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +5 -5
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +7 -7
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +7 -7
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeAddressTransfersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeAddressesAttributePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeByoipCidrsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeCapacityBlockExtensionHistoryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeCapacityBlockOfferingsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeCapacityBlockStatusPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeCapacityBlocksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeCapacityReservationBillingRequestsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeCapacityReservationFleetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeCapacityReservationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeCarrierGatewaysPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeClassicLinkInstancesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeClientVpnAuthorizationRulesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeClientVpnConnectionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeClientVpnEndpointsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeClientVpnRoutesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeClientVpnTargetNetworksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeCoipPoolsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeDhcpOptionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeEgressOnlyInternetGatewaysPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeExportImageTasksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeFastLaunchImagesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeFastSnapshotRestoresPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeFleetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeFlowLogsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeFpgaImagesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeHostReservationOfferingsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeHostReservationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeHostsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIamInstanceProfileAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeImageReferencesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeImageUsageReportsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeImagesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeImportImageTasksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeImportSnapshotTasksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeInstanceConnectEndpointsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeInstanceCreditSpecificationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeInstanceEventWindowsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeInstanceImageMetadataPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeInstanceStatusPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeInstanceTopologyPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeInstanceTypeOfferingsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeInstanceTypesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeInstancesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeInternetGatewaysPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamPoolsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamResourceDiscoveriesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamResourceDiscoveryAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamScopesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpv6PoolsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeLaunchTemplateVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeLaunchTemplatesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeLocalGatewayRouteTablesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeLocalGatewaysPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeMacHostsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeMacModificationTasksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeManagedPrefixListsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeMovingAddressesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeNatGatewaysPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeNetworkAclsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeNetworkInsightsAccessScopesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeNetworkInsightsAnalysesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeNetworkInsightsPathsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeNetworkInterfacePermissionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeNetworkInterfacesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribePrefixListsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribePrincipalIdFormatPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribePublicIpv4PoolsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeReplaceRootVolumeTasksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeReservedInstancesModificationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeReservedInstancesOfferingsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeRouteServerEndpointsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeRouteServerPeersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeRouteServersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeRouteTablesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeScheduledInstanceAvailabilityPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeScheduledInstancesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeSecondaryInterfacesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeSecondaryNetworksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeSecondarySubnetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeSecurityGroupRulesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeSecurityGroupVpcAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeSecurityGroupsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeSnapshotTierStatusPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeSpotFleetRequestsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeSpotInstanceRequestsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeSpotPriceHistoryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeStaleSecurityGroupsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeStoreImageTasksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeSubnetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeTagsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeTrafficMirrorFiltersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeTrafficMirrorSessionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeTrafficMirrorTargetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeTransitGatewayAttachmentsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeTransitGatewayConnectPeersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeTransitGatewayConnectsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeTransitGatewayMulticastDomainsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeTransitGatewayPolicyTablesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeTransitGatewayRouteTablesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeTransitGatewaysPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeTrunkInterfaceAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeVerifiedAccessEndpointsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeVerifiedAccessGroupsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeVerifiedAccessInstanceLoggingConfigurationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeVerifiedAccessInstancesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeVerifiedAccessTrustProvidersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeVolumeStatusPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeVolumesModificationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeVolumesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeVpcClassicLinkDnsSupportPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeVpcEndpointConnectionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeVpcEndpointServicePermissionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeVpcEndpointsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeVpcPeeringConnectionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeVpcsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeVpnConcentratorsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetAssociatedIpv6PoolCidrsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetAwsNetworkPerformanceDataPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetCapacityManagerMetricDataPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetGroupsForCapacityReservationPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamAddressHistoryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamDiscoveredAccountsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamDiscoveredResourceCidrsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPoolAllocationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPoolCidrsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamResourceCidrsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetManagedPrefixListAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetManagedPrefixListEntriesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetNetworkInsightsAccessScopeAnalysisFindingsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetSecurityGroupsForVpcPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetSpotPlacementScoresPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetTransitGatewayAttachmentPropagationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetTransitGatewayPrefixListReferencesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetTransitGatewayRouteTableAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetTransitGatewayRouteTablePropagationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetVpnConnectionDeviceTypesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/ListImagesInRecycleBinPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/ListSnapshotsInRecycleBinPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/SearchLocalGatewayRoutesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/SearchTransitGatewayMulticastGroupsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/SearchTransitGatewayRoutesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2Client.d.ts +2 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +5 -5
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_2.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_3.d.ts +13 -13
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +11 -11
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +7 -7
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +15 -15
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +24 -24
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForBundleTaskComplete.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForConversionTaskCancelled.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForConversionTaskCompleted.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForConversionTaskDeleted.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForCustomerGatewayAvailable.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForExportTaskCancelled.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForExportTaskCompleted.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForImageAvailable.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForImageExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForImageUsageReportAvailable.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForInstanceExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForInstanceRunning.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForInstanceStatusOk.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForInstanceStopped.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForInstanceTerminated.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForInternetGatewayExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForKeyPairExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForNatGatewayAvailable.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForNatGatewayDeleted.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForNetworkInterfaceAvailable.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForPasswordDataAvailable.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForSecondaryNetworkCreateComplete.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForSecondaryNetworkDeleteComplete.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForSecondarySubnetCreateComplete.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForSecondarySubnetDeleteComplete.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForSecurityGroupExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForSecurityGroupVpcAssociationAssociated.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForSecurityGroupVpcAssociationDisassociated.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForSnapshotCompleted.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForSnapshotImported.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForSpotInstanceRequestFulfilled.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForStoreImageTaskComplete.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForSubnetAvailable.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForSystemStatusOk.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForVolumeAvailable.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForVolumeDeleted.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForVolumeInUse.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForVpcAvailable.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForVpcExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForVpcPeeringConnectionDeleted.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForVpcPeeringConnectionExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForVpnConnectionAvailable.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/waiters/waitForVpnConnectionDeleted.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/package.json +17 -17
- package/node_modules/@aws-sdk/client-ecs/README.md +91 -7
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +530 -33
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/models/errors.js +37 -11
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/schemas/schemas_0.js +518 -102
- package/node_modules/@aws-sdk/client-ecs/dist-es/ECS.js +35 -1
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateDaemonCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteDaemonCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteDaemonTaskDefinitionCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeDaemonCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeDaemonDeploymentsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeDaemonRevisionsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeDaemonTaskDefinitionCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListDaemonDeploymentsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListDaemonTaskDefinitionsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListDaemonsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/RegisterDaemonTaskDefinitionCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateDaemonCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/index.js +12 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/enums.js +72 -33
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/errors.js +32 -8
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_1.js +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +510 -95
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/index.js +5 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForDaemonActive.js +40 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForDaemonDeploymentStopped.js +54 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForDaemonDeploymentSuccessful.js +99 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForDaemonTaskDefinitionActive.js +49 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForDaemonTaskDefinitionDeleted.js +31 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForServicesInactive.js +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForServicesStable.js +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForTasksRunning.js +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForTasksStopped.js +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECS.d.ts +180 -64
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +81 -69
- package/node_modules/@aws-sdk/client-ecs/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateDaemonCommand.d.ts +150 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateTaskSetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteDaemonCommand.d.ts +121 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteDaemonTaskDefinitionCommand.d.ts +101 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskSetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeContainerInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeDaemonCommand.d.ts +148 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeDaemonDeploymentsCommand.d.ts +229 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeDaemonRevisionsCommand.d.ts +155 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeDaemonTaskDefinitionCommand.d.ts +286 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskSetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/GetTaskProtectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListDaemonDeploymentsCommand.d.ts +145 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListDaemonTaskDefinitionsCommand.d.ts +129 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListDaemonsCommand.d.ts +133 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTasksCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterContainerInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterDaemonTaskDefinitionCommand.d.ts +277 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerAgentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateDaemonCommand.d.ts +149 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskProtectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskSetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/index.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/enums.d.ts +155 -60
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/errors.d.ts +32 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +2676 -2638
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_1.d.ts +1245 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/pagination/ListAccountSettingsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/pagination/ListAttributesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/pagination/ListContainerInstancesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/pagination/ListServicesByNamespacePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/pagination/ListServicesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/pagination/ListTaskDefinitionFamiliesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/pagination/ListTaskDefinitionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/pagination/ListTasksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/schemas/schemas_0.d.ts +59 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/ECS.d.ts +251 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/ECSClient.d.ts +74 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/CreateDaemonCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DeleteDaemonCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DeleteDaemonTaskDefinitionCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DescribeDaemonCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DescribeDaemonDeploymentsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DescribeDaemonRevisionsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DescribeDaemonTaskDefinitionCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/ListDaemonDeploymentsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/ListDaemonTaskDefinitionsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/ListDaemonsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/RegisterDaemonTaskDefinitionCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/RunTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/StartTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/StopTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateDaemonCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/enums.d.ts +92 -40
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/errors.d.ts +21 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +347 -324
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_1.d.ts +322 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/schemas/schemas_0.d.ts +59 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/waiters/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/waiters/waitForDaemonActive.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/waiters/waitForDaemonDeploymentStopped.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/waiters/waitForDaemonDeploymentSuccessful.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/waiters/waitForDaemonTaskDefinitionActive.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/waiters/waitForDaemonTaskDefinitionDeleted.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForDaemonActive.d.ts +14 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForDaemonDeploymentStopped.d.ts +14 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForDaemonDeploymentSuccessful.d.ts +14 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForDaemonTaskDefinitionActive.d.ts +14 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForDaemonTaskDefinitionDeleted.d.ts +14 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForServicesInactive.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForServicesStable.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForTasksRunning.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForTasksStopped.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ecs/package.json +15 -15
- package/node_modules/@aws-sdk/client-kms/dist-es/KMS.js +12 -12
- package/node_modules/@aws-sdk/client-kms/dist-types/KMS.d.ts +53 -53
- package/node_modules/@aws-sdk/client-kms/dist-types/KMSClient.d.ts +56 -56
- package/node_modules/@aws-sdk/client-kms/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/pagination/DescribeCustomKeyStoresPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListGrantsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListKeyPoliciesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListKeyRotationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListKeysPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListResourceTagsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListRetirableGrantsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/KMSClient.d.ts +2 -3
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/package.json +14 -14
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +107 -107
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +114 -114
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +53 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListBucketsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +7 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/package.json +21 -21
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManager.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManager.d.ts +23 -23
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +26 -26
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/BatchGetSecretValuePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretVersionIdsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +2 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +15 -15
- package/node_modules/@aws-sdk/client-sfn/dist-es/SFN.js +2 -2
- package/node_modules/@aws-sdk/client-sfn/dist-types/SFN.d.ts +37 -37
- package/node_modules/@aws-sdk/client-sfn/dist-types/SFNClient.d.ts +40 -40
- package/node_modules/@aws-sdk/client-sfn/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sfn/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sfn/dist-types/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sfn/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sfn/dist-types/pagination/GetExecutionHistoryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sfn/dist-types/pagination/ListActivitiesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sfn/dist-types/pagination/ListExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sfn/dist-types/pagination/ListMapRunsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sfn/dist-types/pagination/ListStateMachinesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/SFNClient.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sfn/package.json +14 -14
- package/node_modules/@aws-sdk/client-sns/dist-es/SNS.js +5 -5
- package/node_modules/@aws-sdk/client-sns/dist-types/SNS.d.ts +42 -42
- package/node_modules/@aws-sdk/client-sns/dist-types/SNSClient.d.ts +45 -45
- package/node_modules/@aws-sdk/client-sns/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListEndpointsByPlatformApplicationPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListOriginationNumbersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListPhoneNumbersOptedOutPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListPlatformApplicationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListSMSSandboxPhoneNumbersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListSubscriptionsByTopicPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListSubscriptionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListTopicsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/SNSClient.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/package.json +14 -14
- package/node_modules/@aws-sdk/client-sqs/dist-es/SQS.js +7 -7
- package/node_modules/@aws-sdk/client-sqs/dist-types/SQS.d.ts +23 -23
- package/node_modules/@aws-sdk/client-sqs/dist-types/SQSClient.d.ts +26 -26
- package/node_modules/@aws-sdk/client-sqs/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/pagination/ListDeadLetterSourceQueuesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/pagination/ListQueuesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/SQSClient.d.ts +4 -5
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/package.json +16 -16
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/waitForCommandExecuted.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +146 -146
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +149 -149
- package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeActivationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePropertiesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeParametersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeSessionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventoryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventorySchemaPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetOpsSummaryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParameterHistoryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParametersByPathPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceItemsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsMetadataPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +2 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +11 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/waiters/waitForCommandExecuted.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/package.json +15 -15
- package/node_modules/@aws-sdk/core/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +10 -10
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsInputMiddleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +10 -10
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +2 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +2 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +13 -13
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@smithy/core/README.md +12 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -17
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +1 -8
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +7 -9
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/README.md +10 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
- package/node_modules/@smithy/middleware-retry/README.md +13 -0
- package/node_modules/@smithy/middleware-retry/package.json +3 -3
- package/node_modules/@smithy/middleware-serde/README.md +13 -0
- package/node_modules/@smithy/middleware-serde/package.json +2 -2
- package/node_modules/@smithy/node-http-handler/package.json +2 -2
- package/node_modules/@smithy/smithy-client/README.md +10 -3
- package/node_modules/@smithy/smithy-client/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/README.md +10 -3
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +9 -7
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +9 -7
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +71 -1
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +71 -1
- package/node_modules/@smithy/util-retry/package.json +1 -1
- package/node_modules/@smithy/util-stream/package.json +2 -2
- package/node_modules/@smithy/util-waiter/README.md +10 -3
- package/node_modules/@smithy/util-waiter/package.json +2 -2
- package/node_modules/lodash/README.md +2 -2
- package/node_modules/lodash/_baseOrderBy.js +1 -1
- package/node_modules/lodash/_baseUnset.js +7 -20
- package/node_modules/lodash/_setCacheHas.js +1 -1
- package/node_modules/lodash/compact.js +1 -1
- package/node_modules/lodash/core.js +3 -3
- package/node_modules/lodash/core.min.js +26 -25
- package/node_modules/lodash/fromPairs.js +3 -1
- package/node_modules/lodash/lodash.js +38 -27
- package/node_modules/lodash/lodash.min.js +125 -129
- package/node_modules/lodash/package.json +4 -2
- package/node_modules/lodash/random.js +9 -0
- package/node_modules/lodash/template.js +16 -4
- package/node_modules/lodash/templateSettings.js +4 -0
- package/package.json +12 -12
- package/node_modules/@smithy/abort-controller/LICENSE +0 -201
- package/node_modules/@smithy/abort-controller/README.md +0 -4
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -32
- package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -7
- package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
- package/node_modules/@smithy/abort-controller/dist-es/index.js +0 -2
- package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -16
- package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -21
- package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -9
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -16
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -21
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -9
- package/node_modules/@smithy/abort-controller/package.json +0 -63
|
@@ -0,0 +1,322 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Compatibility,
|
|
3
|
+
Connectivity,
|
|
4
|
+
HealthStatus,
|
|
5
|
+
IpcMode,
|
|
6
|
+
LaunchType,
|
|
7
|
+
ManagedAgentName,
|
|
8
|
+
NetworkMode,
|
|
9
|
+
PidMode,
|
|
10
|
+
PropagateTags,
|
|
11
|
+
TaskField,
|
|
12
|
+
TaskFilesystemType,
|
|
13
|
+
TaskSetField,
|
|
14
|
+
TaskStopCode,
|
|
15
|
+
} from "./enums";
|
|
16
|
+
import {
|
|
17
|
+
Attachment,
|
|
18
|
+
Attribute,
|
|
19
|
+
CapacityProviderStrategyItem,
|
|
20
|
+
ContainerDefinition,
|
|
21
|
+
EBSTagSpecification,
|
|
22
|
+
EnvironmentFile,
|
|
23
|
+
EphemeralStorage,
|
|
24
|
+
Failure,
|
|
25
|
+
InferenceAccelerator,
|
|
26
|
+
KeyValuePair,
|
|
27
|
+
LoadBalancer,
|
|
28
|
+
NetworkBinding,
|
|
29
|
+
NetworkConfiguration,
|
|
30
|
+
PlacementConstraint,
|
|
31
|
+
PlacementStrategy,
|
|
32
|
+
ProxyConfiguration,
|
|
33
|
+
ResourceRequirement,
|
|
34
|
+
RuntimePlatform,
|
|
35
|
+
Scale,
|
|
36
|
+
ServiceRegistry,
|
|
37
|
+
Tag,
|
|
38
|
+
TaskDefinition,
|
|
39
|
+
TaskDefinitionPlacementConstraint,
|
|
40
|
+
TaskSet,
|
|
41
|
+
Volume,
|
|
42
|
+
} from "./models_0";
|
|
43
|
+
export interface ListTaskDefinitionsResponse {
|
|
44
|
+
taskDefinitionArns?: string[] | undefined;
|
|
45
|
+
nextToken?: string | undefined;
|
|
46
|
+
}
|
|
47
|
+
export interface RegisterTaskDefinitionRequest {
|
|
48
|
+
family: string | undefined;
|
|
49
|
+
taskRoleArn?: string | undefined;
|
|
50
|
+
executionRoleArn?: string | undefined;
|
|
51
|
+
networkMode?: NetworkMode | undefined;
|
|
52
|
+
containerDefinitions: ContainerDefinition[] | undefined;
|
|
53
|
+
volumes?: Volume[] | undefined;
|
|
54
|
+
placementConstraints?: TaskDefinitionPlacementConstraint[] | undefined;
|
|
55
|
+
requiresCompatibilities?: Compatibility[] | undefined;
|
|
56
|
+
cpu?: string | undefined;
|
|
57
|
+
memory?: string | undefined;
|
|
58
|
+
tags?: Tag[] | undefined;
|
|
59
|
+
pidMode?: PidMode | undefined;
|
|
60
|
+
ipcMode?: IpcMode | undefined;
|
|
61
|
+
proxyConfiguration?: ProxyConfiguration | undefined;
|
|
62
|
+
inferenceAccelerators?: InferenceAccelerator[] | undefined;
|
|
63
|
+
ephemeralStorage?: EphemeralStorage | undefined;
|
|
64
|
+
runtimePlatform?: RuntimePlatform | undefined;
|
|
65
|
+
enableFaultInjection?: boolean | undefined;
|
|
66
|
+
}
|
|
67
|
+
export interface RegisterTaskDefinitionResponse {
|
|
68
|
+
taskDefinition?: TaskDefinition | undefined;
|
|
69
|
+
tags?: Tag[] | undefined;
|
|
70
|
+
}
|
|
71
|
+
export interface DescribeTasksRequest {
|
|
72
|
+
cluster?: string | undefined;
|
|
73
|
+
tasks: string[] | undefined;
|
|
74
|
+
include?: TaskField[] | undefined;
|
|
75
|
+
}
|
|
76
|
+
export interface ManagedAgent {
|
|
77
|
+
lastStartedAt?: Date | undefined;
|
|
78
|
+
name?: ManagedAgentName | undefined;
|
|
79
|
+
reason?: string | undefined;
|
|
80
|
+
lastStatus?: string | undefined;
|
|
81
|
+
}
|
|
82
|
+
export interface NetworkInterface {
|
|
83
|
+
attachmentId?: string | undefined;
|
|
84
|
+
privateIpv4Address?: string | undefined;
|
|
85
|
+
ipv6Address?: string | undefined;
|
|
86
|
+
}
|
|
87
|
+
export interface Container {
|
|
88
|
+
containerArn?: string | undefined;
|
|
89
|
+
taskArn?: string | undefined;
|
|
90
|
+
name?: string | undefined;
|
|
91
|
+
image?: string | undefined;
|
|
92
|
+
imageDigest?: string | undefined;
|
|
93
|
+
runtimeId?: string | undefined;
|
|
94
|
+
lastStatus?: string | undefined;
|
|
95
|
+
exitCode?: number | undefined;
|
|
96
|
+
reason?: string | undefined;
|
|
97
|
+
networkBindings?: NetworkBinding[] | undefined;
|
|
98
|
+
networkInterfaces?: NetworkInterface[] | undefined;
|
|
99
|
+
healthStatus?: HealthStatus | undefined;
|
|
100
|
+
managedAgents?: ManagedAgent[] | undefined;
|
|
101
|
+
cpu?: string | undefined;
|
|
102
|
+
memory?: string | undefined;
|
|
103
|
+
memoryReservation?: string | undefined;
|
|
104
|
+
gpuIds?: string[] | undefined;
|
|
105
|
+
}
|
|
106
|
+
export interface TaskEphemeralStorage {
|
|
107
|
+
sizeInGiB?: number | undefined;
|
|
108
|
+
kmsKeyId?: string | undefined;
|
|
109
|
+
}
|
|
110
|
+
export interface ContainerOverride {
|
|
111
|
+
name?: string | undefined;
|
|
112
|
+
command?: string[] | undefined;
|
|
113
|
+
environment?: KeyValuePair[] | undefined;
|
|
114
|
+
environmentFiles?: EnvironmentFile[] | undefined;
|
|
115
|
+
cpu?: number | undefined;
|
|
116
|
+
memory?: number | undefined;
|
|
117
|
+
memoryReservation?: number | undefined;
|
|
118
|
+
resourceRequirements?: ResourceRequirement[] | undefined;
|
|
119
|
+
}
|
|
120
|
+
export interface InferenceAcceleratorOverride {
|
|
121
|
+
deviceName?: string | undefined;
|
|
122
|
+
deviceType?: string | undefined;
|
|
123
|
+
}
|
|
124
|
+
export interface TaskOverride {
|
|
125
|
+
containerOverrides?: ContainerOverride[] | undefined;
|
|
126
|
+
cpu?: string | undefined;
|
|
127
|
+
inferenceAcceleratorOverrides?: InferenceAcceleratorOverride[] | undefined;
|
|
128
|
+
executionRoleArn?: string | undefined;
|
|
129
|
+
memory?: string | undefined;
|
|
130
|
+
taskRoleArn?: string | undefined;
|
|
131
|
+
ephemeralStorage?: EphemeralStorage | undefined;
|
|
132
|
+
}
|
|
133
|
+
export interface Task {
|
|
134
|
+
attachments?: Attachment[] | undefined;
|
|
135
|
+
attributes?: Attribute[] | undefined;
|
|
136
|
+
availabilityZone?: string | undefined;
|
|
137
|
+
capacityProviderName?: string | undefined;
|
|
138
|
+
clusterArn?: string | undefined;
|
|
139
|
+
connectivity?: Connectivity | undefined;
|
|
140
|
+
connectivityAt?: Date | undefined;
|
|
141
|
+
containerInstanceArn?: string | undefined;
|
|
142
|
+
containers?: Container[] | undefined;
|
|
143
|
+
cpu?: string | undefined;
|
|
144
|
+
createdAt?: Date | undefined;
|
|
145
|
+
desiredStatus?: string | undefined;
|
|
146
|
+
enableExecuteCommand?: boolean | undefined;
|
|
147
|
+
executionStoppedAt?: Date | undefined;
|
|
148
|
+
group?: string | undefined;
|
|
149
|
+
healthStatus?: HealthStatus | undefined;
|
|
150
|
+
inferenceAccelerators?: InferenceAccelerator[] | undefined;
|
|
151
|
+
lastStatus?: string | undefined;
|
|
152
|
+
launchType?: LaunchType | undefined;
|
|
153
|
+
memory?: string | undefined;
|
|
154
|
+
overrides?: TaskOverride | undefined;
|
|
155
|
+
platformVersion?: string | undefined;
|
|
156
|
+
platformFamily?: string | undefined;
|
|
157
|
+
pullStartedAt?: Date | undefined;
|
|
158
|
+
pullStoppedAt?: Date | undefined;
|
|
159
|
+
startedAt?: Date | undefined;
|
|
160
|
+
startedBy?: string | undefined;
|
|
161
|
+
stopCode?: TaskStopCode | undefined;
|
|
162
|
+
stoppedAt?: Date | undefined;
|
|
163
|
+
stoppedReason?: string | undefined;
|
|
164
|
+
stoppingAt?: Date | undefined;
|
|
165
|
+
tags?: Tag[] | undefined;
|
|
166
|
+
taskArn?: string | undefined;
|
|
167
|
+
taskDefinitionArn?: string | undefined;
|
|
168
|
+
version?: number | undefined;
|
|
169
|
+
ephemeralStorage?: EphemeralStorage | undefined;
|
|
170
|
+
fargateEphemeralStorage?: TaskEphemeralStorage | undefined;
|
|
171
|
+
}
|
|
172
|
+
export interface DescribeTasksResponse {
|
|
173
|
+
tasks?: Task[] | undefined;
|
|
174
|
+
failures?: Failure[] | undefined;
|
|
175
|
+
}
|
|
176
|
+
export interface GetTaskProtectionRequest {
|
|
177
|
+
cluster: string | undefined;
|
|
178
|
+
tasks?: string[] | undefined;
|
|
179
|
+
}
|
|
180
|
+
export interface ProtectedTask {
|
|
181
|
+
taskArn?: string | undefined;
|
|
182
|
+
protectionEnabled?: boolean | undefined;
|
|
183
|
+
expirationDate?: Date | undefined;
|
|
184
|
+
}
|
|
185
|
+
export interface GetTaskProtectionResponse {
|
|
186
|
+
protectedTasks?: ProtectedTask[] | undefined;
|
|
187
|
+
failures?: Failure[] | undefined;
|
|
188
|
+
}
|
|
189
|
+
export interface TaskManagedEBSVolumeTerminationPolicy {
|
|
190
|
+
deleteOnTermination: boolean | undefined;
|
|
191
|
+
}
|
|
192
|
+
export interface TaskManagedEBSVolumeConfiguration {
|
|
193
|
+
encrypted?: boolean | undefined;
|
|
194
|
+
kmsKeyId?: string | undefined;
|
|
195
|
+
volumeType?: string | undefined;
|
|
196
|
+
sizeInGiB?: number | undefined;
|
|
197
|
+
snapshotId?: string | undefined;
|
|
198
|
+
volumeInitializationRate?: number | undefined;
|
|
199
|
+
iops?: number | undefined;
|
|
200
|
+
throughput?: number | undefined;
|
|
201
|
+
tagSpecifications?: EBSTagSpecification[] | undefined;
|
|
202
|
+
roleArn: string | undefined;
|
|
203
|
+
terminationPolicy?: TaskManagedEBSVolumeTerminationPolicy | undefined;
|
|
204
|
+
filesystemType?: TaskFilesystemType | undefined;
|
|
205
|
+
}
|
|
206
|
+
export interface TaskVolumeConfiguration {
|
|
207
|
+
name: string | undefined;
|
|
208
|
+
managedEBSVolume?: TaskManagedEBSVolumeConfiguration | undefined;
|
|
209
|
+
}
|
|
210
|
+
export interface RunTaskRequest {
|
|
211
|
+
capacityProviderStrategy?: CapacityProviderStrategyItem[] | undefined;
|
|
212
|
+
cluster?: string | undefined;
|
|
213
|
+
count?: number | undefined;
|
|
214
|
+
enableECSManagedTags?: boolean | undefined;
|
|
215
|
+
enableExecuteCommand?: boolean | undefined;
|
|
216
|
+
group?: string | undefined;
|
|
217
|
+
launchType?: LaunchType | undefined;
|
|
218
|
+
networkConfiguration?: NetworkConfiguration | undefined;
|
|
219
|
+
overrides?: TaskOverride | undefined;
|
|
220
|
+
placementConstraints?: PlacementConstraint[] | undefined;
|
|
221
|
+
placementStrategy?: PlacementStrategy[] | undefined;
|
|
222
|
+
platformVersion?: string | undefined;
|
|
223
|
+
propagateTags?: PropagateTags | undefined;
|
|
224
|
+
referenceId?: string | undefined;
|
|
225
|
+
startedBy?: string | undefined;
|
|
226
|
+
tags?: Tag[] | undefined;
|
|
227
|
+
taskDefinition: string | undefined;
|
|
228
|
+
clientToken?: string | undefined;
|
|
229
|
+
volumeConfigurations?: TaskVolumeConfiguration[] | undefined;
|
|
230
|
+
}
|
|
231
|
+
export interface RunTaskResponse {
|
|
232
|
+
tasks?: Task[] | undefined;
|
|
233
|
+
failures?: Failure[] | undefined;
|
|
234
|
+
}
|
|
235
|
+
export interface StartTaskRequest {
|
|
236
|
+
cluster?: string | undefined;
|
|
237
|
+
containerInstances: string[] | undefined;
|
|
238
|
+
enableECSManagedTags?: boolean | undefined;
|
|
239
|
+
enableExecuteCommand?: boolean | undefined;
|
|
240
|
+
group?: string | undefined;
|
|
241
|
+
networkConfiguration?: NetworkConfiguration | undefined;
|
|
242
|
+
overrides?: TaskOverride | undefined;
|
|
243
|
+
propagateTags?: PropagateTags | undefined;
|
|
244
|
+
referenceId?: string | undefined;
|
|
245
|
+
startedBy?: string | undefined;
|
|
246
|
+
tags?: Tag[] | undefined;
|
|
247
|
+
taskDefinition: string | undefined;
|
|
248
|
+
volumeConfigurations?: TaskVolumeConfiguration[] | undefined;
|
|
249
|
+
}
|
|
250
|
+
export interface StartTaskResponse {
|
|
251
|
+
tasks?: Task[] | undefined;
|
|
252
|
+
failures?: Failure[] | undefined;
|
|
253
|
+
}
|
|
254
|
+
export interface StopTaskRequest {
|
|
255
|
+
cluster?: string | undefined;
|
|
256
|
+
task: string | undefined;
|
|
257
|
+
reason?: string | undefined;
|
|
258
|
+
}
|
|
259
|
+
export interface StopTaskResponse {
|
|
260
|
+
task?: Task | undefined;
|
|
261
|
+
}
|
|
262
|
+
export interface UpdateTaskProtectionRequest {
|
|
263
|
+
cluster: string | undefined;
|
|
264
|
+
tasks: string[] | undefined;
|
|
265
|
+
protectionEnabled: boolean | undefined;
|
|
266
|
+
expiresInMinutes?: number | undefined;
|
|
267
|
+
}
|
|
268
|
+
export interface UpdateTaskProtectionResponse {
|
|
269
|
+
protectedTasks?: ProtectedTask[] | undefined;
|
|
270
|
+
failures?: Failure[] | undefined;
|
|
271
|
+
}
|
|
272
|
+
export interface CreateTaskSetRequest {
|
|
273
|
+
service: string | undefined;
|
|
274
|
+
cluster: string | undefined;
|
|
275
|
+
externalId?: string | undefined;
|
|
276
|
+
taskDefinition: string | undefined;
|
|
277
|
+
networkConfiguration?: NetworkConfiguration | undefined;
|
|
278
|
+
loadBalancers?: LoadBalancer[] | undefined;
|
|
279
|
+
serviceRegistries?: ServiceRegistry[] | undefined;
|
|
280
|
+
launchType?: LaunchType | undefined;
|
|
281
|
+
capacityProviderStrategy?: CapacityProviderStrategyItem[] | undefined;
|
|
282
|
+
platformVersion?: string | undefined;
|
|
283
|
+
scale?: Scale | undefined;
|
|
284
|
+
clientToken?: string | undefined;
|
|
285
|
+
tags?: Tag[] | undefined;
|
|
286
|
+
}
|
|
287
|
+
export interface CreateTaskSetResponse {
|
|
288
|
+
taskSet?: TaskSet | undefined;
|
|
289
|
+
}
|
|
290
|
+
export interface DeleteTaskSetRequest {
|
|
291
|
+
cluster: string | undefined;
|
|
292
|
+
service: string | undefined;
|
|
293
|
+
taskSet: string | undefined;
|
|
294
|
+
force?: boolean | undefined;
|
|
295
|
+
}
|
|
296
|
+
export interface DeleteTaskSetResponse {
|
|
297
|
+
taskSet?: TaskSet | undefined;
|
|
298
|
+
}
|
|
299
|
+
export interface DescribeTaskSetsRequest {
|
|
300
|
+
cluster: string | undefined;
|
|
301
|
+
service: string | undefined;
|
|
302
|
+
taskSets?: string[] | undefined;
|
|
303
|
+
include?: TaskSetField[] | undefined;
|
|
304
|
+
}
|
|
305
|
+
export interface DescribeTaskSetsResponse {
|
|
306
|
+
taskSets?: TaskSet[] | undefined;
|
|
307
|
+
failures?: Failure[] | undefined;
|
|
308
|
+
}
|
|
309
|
+
export interface UpdateTaskSetRequest {
|
|
310
|
+
cluster: string | undefined;
|
|
311
|
+
service: string | undefined;
|
|
312
|
+
taskSet: string | undefined;
|
|
313
|
+
scale: Scale | undefined;
|
|
314
|
+
}
|
|
315
|
+
export interface UpdateTaskSetResponse {
|
|
316
|
+
taskSet?: TaskSet | undefined;
|
|
317
|
+
}
|
|
318
|
+
export interface UntagResourceRequest {
|
|
319
|
+
resourceArn: string | undefined;
|
|
320
|
+
tagKeys: string[] | undefined;
|
|
321
|
+
}
|
|
322
|
+
export interface UntagResourceResponse {}
|
|
@@ -15,6 +15,8 @@ export declare var ClusterContainsServicesException$: StaticErrorSchema;
|
|
|
15
15
|
export declare var ClusterContainsTasksException$: StaticErrorSchema;
|
|
16
16
|
export declare var ClusterNotFoundException$: StaticErrorSchema;
|
|
17
17
|
export declare var ConflictException$: StaticErrorSchema;
|
|
18
|
+
export declare var DaemonNotActiveException$: StaticErrorSchema;
|
|
19
|
+
export declare var DaemonNotFoundException$: StaticErrorSchema;
|
|
18
20
|
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
19
21
|
export declare var LimitExceededException$: StaticErrorSchema;
|
|
20
22
|
export declare var MissingVersionException$: StaticErrorSchema;
|
|
@@ -66,6 +68,8 @@ export declare var CreateCapacityProviderRequest$: StaticStructureSchema;
|
|
|
66
68
|
export declare var CreateCapacityProviderResponse$: StaticStructureSchema;
|
|
67
69
|
export declare var CreateClusterRequest$: StaticStructureSchema;
|
|
68
70
|
export declare var CreateClusterResponse$: StaticStructureSchema;
|
|
71
|
+
export declare var CreateDaemonRequest$: StaticStructureSchema;
|
|
72
|
+
export declare var CreateDaemonResponse$: StaticStructureSchema;
|
|
69
73
|
export declare var CreatedAt$: StaticStructureSchema;
|
|
70
74
|
export declare var CreateExpressGatewayServiceRequest$: StaticStructureSchema;
|
|
71
75
|
export declare var CreateExpressGatewayServiceResponse$: StaticStructureSchema;
|
|
@@ -74,6 +78,26 @@ export declare var CreateServiceRequest$: StaticStructureSchema;
|
|
|
74
78
|
export declare var CreateServiceResponse$: StaticStructureSchema;
|
|
75
79
|
export declare var CreateTaskSetRequest$: StaticStructureSchema;
|
|
76
80
|
export declare var CreateTaskSetResponse$: StaticStructureSchema;
|
|
81
|
+
export declare var DaemonAlarmConfiguration$: StaticStructureSchema;
|
|
82
|
+
export declare var DaemonCapacityProvider$: StaticStructureSchema;
|
|
83
|
+
export declare var DaemonCircuitBreaker$: StaticStructureSchema;
|
|
84
|
+
export declare var DaemonContainerDefinition$: StaticStructureSchema;
|
|
85
|
+
export declare var DaemonContainerImage$: StaticStructureSchema;
|
|
86
|
+
export declare var DaemonDeployment$: StaticStructureSchema;
|
|
87
|
+
export declare var DaemonDeploymentAlarms$: StaticStructureSchema;
|
|
88
|
+
export declare var DaemonDeploymentCapacityProvider$: StaticStructureSchema;
|
|
89
|
+
export declare var DaemonDeploymentConfiguration$: StaticStructureSchema;
|
|
90
|
+
export declare var DaemonDeploymentRevisionDetail$: StaticStructureSchema;
|
|
91
|
+
export declare var DaemonDeploymentSummary$: StaticStructureSchema;
|
|
92
|
+
export declare var DaemonDetail$: StaticStructureSchema;
|
|
93
|
+
export declare var DaemonLinuxParameters$: StaticStructureSchema;
|
|
94
|
+
export declare var DaemonRevision$: StaticStructureSchema;
|
|
95
|
+
export declare var DaemonRevisionDetail$: StaticStructureSchema;
|
|
96
|
+
export declare var DaemonRollback$: StaticStructureSchema;
|
|
97
|
+
export declare var DaemonSummary$: StaticStructureSchema;
|
|
98
|
+
export declare var DaemonTaskDefinition$: StaticStructureSchema;
|
|
99
|
+
export declare var DaemonTaskDefinitionSummary$: StaticStructureSchema;
|
|
100
|
+
export declare var DaemonVolume$: StaticStructureSchema;
|
|
77
101
|
export declare var DeleteAccountSettingRequest$: StaticStructureSchema;
|
|
78
102
|
export declare var DeleteAccountSettingResponse$: StaticStructureSchema;
|
|
79
103
|
export declare var DeleteAttributesRequest$: StaticStructureSchema;
|
|
@@ -82,6 +106,10 @@ export declare var DeleteCapacityProviderRequest$: StaticStructureSchema;
|
|
|
82
106
|
export declare var DeleteCapacityProviderResponse$: StaticStructureSchema;
|
|
83
107
|
export declare var DeleteClusterRequest$: StaticStructureSchema;
|
|
84
108
|
export declare var DeleteClusterResponse$: StaticStructureSchema;
|
|
109
|
+
export declare var DeleteDaemonRequest$: StaticStructureSchema;
|
|
110
|
+
export declare var DeleteDaemonResponse$: StaticStructureSchema;
|
|
111
|
+
export declare var DeleteDaemonTaskDefinitionRequest$: StaticStructureSchema;
|
|
112
|
+
export declare var DeleteDaemonTaskDefinitionResponse$: StaticStructureSchema;
|
|
85
113
|
export declare var DeleteExpressGatewayServiceRequest$: StaticStructureSchema;
|
|
86
114
|
export declare var DeleteExpressGatewayServiceResponse$: StaticStructureSchema;
|
|
87
115
|
export declare var DeleteServiceRequest$: StaticStructureSchema;
|
|
@@ -107,6 +135,14 @@ export declare var DescribeClustersRequest$: StaticStructureSchema;
|
|
|
107
135
|
export declare var DescribeClustersResponse$: StaticStructureSchema;
|
|
108
136
|
export declare var DescribeContainerInstancesRequest$: StaticStructureSchema;
|
|
109
137
|
export declare var DescribeContainerInstancesResponse$: StaticStructureSchema;
|
|
138
|
+
export declare var DescribeDaemonDeploymentsRequest$: StaticStructureSchema;
|
|
139
|
+
export declare var DescribeDaemonDeploymentsResponse$: StaticStructureSchema;
|
|
140
|
+
export declare var DescribeDaemonRequest$: StaticStructureSchema;
|
|
141
|
+
export declare var DescribeDaemonResponse$: StaticStructureSchema;
|
|
142
|
+
export declare var DescribeDaemonRevisionsRequest$: StaticStructureSchema;
|
|
143
|
+
export declare var DescribeDaemonRevisionsResponse$: StaticStructureSchema;
|
|
144
|
+
export declare var DescribeDaemonTaskDefinitionRequest$: StaticStructureSchema;
|
|
145
|
+
export declare var DescribeDaemonTaskDefinitionResponse$: StaticStructureSchema;
|
|
110
146
|
export declare var DescribeExpressGatewayServiceRequest$: StaticStructureSchema;
|
|
111
147
|
export declare var DescribeExpressGatewayServiceResponse$: StaticStructureSchema;
|
|
112
148
|
export declare var DescribeServiceDeploymentsRequest$: StaticStructureSchema;
|
|
@@ -172,6 +208,12 @@ export declare var ListClustersRequest$: StaticStructureSchema;
|
|
|
172
208
|
export declare var ListClustersResponse$: StaticStructureSchema;
|
|
173
209
|
export declare var ListContainerInstancesRequest$: StaticStructureSchema;
|
|
174
210
|
export declare var ListContainerInstancesResponse$: StaticStructureSchema;
|
|
211
|
+
export declare var ListDaemonDeploymentsRequest$: StaticStructureSchema;
|
|
212
|
+
export declare var ListDaemonDeploymentsResponse$: StaticStructureSchema;
|
|
213
|
+
export declare var ListDaemonsRequest$: StaticStructureSchema;
|
|
214
|
+
export declare var ListDaemonsResponse$: StaticStructureSchema;
|
|
215
|
+
export declare var ListDaemonTaskDefinitionsRequest$: StaticStructureSchema;
|
|
216
|
+
export declare var ListDaemonTaskDefinitionsResponse$: StaticStructureSchema;
|
|
175
217
|
export declare var ListServiceDeploymentsRequest$: StaticStructureSchema;
|
|
176
218
|
export declare var ListServiceDeploymentsResponse$: StaticStructureSchema;
|
|
177
219
|
export declare var ListServicesByNamespaceRequest$: StaticStructureSchema;
|
|
@@ -194,6 +236,7 @@ export declare var ManagedApplicationAutoScalingPolicy$: StaticStructureSchema;
|
|
|
194
236
|
export declare var ManagedAutoScaling$: StaticStructureSchema;
|
|
195
237
|
export declare var ManagedCertificate$: StaticStructureSchema;
|
|
196
238
|
export declare var ManagedIngressPath$: StaticStructureSchema;
|
|
239
|
+
export declare var ManagedInstancesLocalStorageConfiguration$: StaticStructureSchema;
|
|
197
240
|
export declare var ManagedInstancesNetworkConfiguration$: StaticStructureSchema;
|
|
198
241
|
export declare var ManagedInstancesProvider$: StaticStructureSchema;
|
|
199
242
|
export declare var ManagedInstancesStorageConfiguration$: StaticStructureSchema;
|
|
@@ -231,6 +274,8 @@ export declare var PutClusterCapacityProvidersRequest$: StaticStructureSchema;
|
|
|
231
274
|
export declare var PutClusterCapacityProvidersResponse$: StaticStructureSchema;
|
|
232
275
|
export declare var RegisterContainerInstanceRequest$: StaticStructureSchema;
|
|
233
276
|
export declare var RegisterContainerInstanceResponse$: StaticStructureSchema;
|
|
277
|
+
export declare var RegisterDaemonTaskDefinitionRequest$: StaticStructureSchema;
|
|
278
|
+
export declare var RegisterDaemonTaskDefinitionResponse$: StaticStructureSchema;
|
|
234
279
|
export declare var RegisterTaskDefinitionRequest$: StaticStructureSchema;
|
|
235
280
|
export declare var RegisterTaskDefinitionResponse$: StaticStructureSchema;
|
|
236
281
|
export declare var RepositoryCredentials$: StaticStructureSchema;
|
|
@@ -309,6 +354,8 @@ export declare var UpdateContainerAgentRequest$: StaticStructureSchema;
|
|
|
309
354
|
export declare var UpdateContainerAgentResponse$: StaticStructureSchema;
|
|
310
355
|
export declare var UpdateContainerInstancesStateRequest$: StaticStructureSchema;
|
|
311
356
|
export declare var UpdateContainerInstancesStateResponse$: StaticStructureSchema;
|
|
357
|
+
export declare var UpdateDaemonRequest$: StaticStructureSchema;
|
|
358
|
+
export declare var UpdateDaemonResponse$: StaticStructureSchema;
|
|
312
359
|
export declare var UpdatedExpressGatewayService$: StaticStructureSchema;
|
|
313
360
|
export declare var UpdateExpressGatewayServiceRequest$: StaticStructureSchema;
|
|
314
361
|
export declare var UpdateExpressGatewayServiceResponse$: StaticStructureSchema;
|
|
@@ -328,6 +375,7 @@ export declare var VolumeFrom$: StaticStructureSchema;
|
|
|
328
375
|
export declare var VpcLatticeConfiguration$: StaticStructureSchema;
|
|
329
376
|
export declare var CreateCapacityProvider$: StaticOperationSchema;
|
|
330
377
|
export declare var CreateCluster$: StaticOperationSchema;
|
|
378
|
+
export declare var CreateDaemon$: StaticOperationSchema;
|
|
331
379
|
export declare var CreateExpressGatewayService$: StaticOperationSchema;
|
|
332
380
|
export declare var CreateService$: StaticOperationSchema;
|
|
333
381
|
export declare var CreateTaskSet$: StaticOperationSchema;
|
|
@@ -335,6 +383,8 @@ export declare var DeleteAccountSetting$: StaticOperationSchema;
|
|
|
335
383
|
export declare var DeleteAttributes$: StaticOperationSchema;
|
|
336
384
|
export declare var DeleteCapacityProvider$: StaticOperationSchema;
|
|
337
385
|
export declare var DeleteCluster$: StaticOperationSchema;
|
|
386
|
+
export declare var DeleteDaemon$: StaticOperationSchema;
|
|
387
|
+
export declare var DeleteDaemonTaskDefinition$: StaticOperationSchema;
|
|
338
388
|
export declare var DeleteExpressGatewayService$: StaticOperationSchema;
|
|
339
389
|
export declare var DeleteService$: StaticOperationSchema;
|
|
340
390
|
export declare var DeleteTaskDefinitions$: StaticOperationSchema;
|
|
@@ -344,6 +394,10 @@ export declare var DeregisterTaskDefinition$: StaticOperationSchema;
|
|
|
344
394
|
export declare var DescribeCapacityProviders$: StaticOperationSchema;
|
|
345
395
|
export declare var DescribeClusters$: StaticOperationSchema;
|
|
346
396
|
export declare var DescribeContainerInstances$: StaticOperationSchema;
|
|
397
|
+
export declare var DescribeDaemon$: StaticOperationSchema;
|
|
398
|
+
export declare var DescribeDaemonDeployments$: StaticOperationSchema;
|
|
399
|
+
export declare var DescribeDaemonRevisions$: StaticOperationSchema;
|
|
400
|
+
export declare var DescribeDaemonTaskDefinition$: StaticOperationSchema;
|
|
347
401
|
export declare var DescribeExpressGatewayService$: StaticOperationSchema;
|
|
348
402
|
export declare var DescribeServiceDeployments$: StaticOperationSchema;
|
|
349
403
|
export declare var DescribeServiceRevisions$: StaticOperationSchema;
|
|
@@ -358,6 +412,9 @@ export declare var ListAccountSettings$: StaticOperationSchema;
|
|
|
358
412
|
export declare var ListAttributes$: StaticOperationSchema;
|
|
359
413
|
export declare var ListClusters$: StaticOperationSchema;
|
|
360
414
|
export declare var ListContainerInstances$: StaticOperationSchema;
|
|
415
|
+
export declare var ListDaemonDeployments$: StaticOperationSchema;
|
|
416
|
+
export declare var ListDaemons$: StaticOperationSchema;
|
|
417
|
+
export declare var ListDaemonTaskDefinitions$: StaticOperationSchema;
|
|
361
418
|
export declare var ListServiceDeployments$: StaticOperationSchema;
|
|
362
419
|
export declare var ListServices$: StaticOperationSchema;
|
|
363
420
|
export declare var ListServicesByNamespace$: StaticOperationSchema;
|
|
@@ -370,6 +427,7 @@ export declare var PutAccountSettingDefault$: StaticOperationSchema;
|
|
|
370
427
|
export declare var PutAttributes$: StaticOperationSchema;
|
|
371
428
|
export declare var PutClusterCapacityProviders$: StaticOperationSchema;
|
|
372
429
|
export declare var RegisterContainerInstance$: StaticOperationSchema;
|
|
430
|
+
export declare var RegisterDaemonTaskDefinition$: StaticOperationSchema;
|
|
373
431
|
export declare var RegisterTaskDefinition$: StaticOperationSchema;
|
|
374
432
|
export declare var RunTask$: StaticOperationSchema;
|
|
375
433
|
export declare var StartTask$: StaticOperationSchema;
|
|
@@ -385,6 +443,7 @@ export declare var UpdateCluster$: StaticOperationSchema;
|
|
|
385
443
|
export declare var UpdateClusterSettings$: StaticOperationSchema;
|
|
386
444
|
export declare var UpdateContainerAgent$: StaticOperationSchema;
|
|
387
445
|
export declare var UpdateContainerInstancesState$: StaticOperationSchema;
|
|
446
|
+
export declare var UpdateDaemon$: StaticOperationSchema;
|
|
388
447
|
export declare var UpdateExpressGatewayService$: StaticOperationSchema;
|
|
389
448
|
export declare var UpdateService$: StaticOperationSchema;
|
|
390
449
|
export declare var UpdateServicePrimaryTaskSet$: StaticOperationSchema;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
export * from "./waitForDaemonActive";
|
|
2
|
+
export * from "./waitForDaemonDeploymentSuccessful";
|
|
3
|
+
export * from "./waitForDaemonDeploymentStopped";
|
|
4
|
+
export * from "./waitForDaemonTaskDefinitionActive";
|
|
5
|
+
export * from "./waitForDaemonTaskDefinitionDeleted";
|
|
1
6
|
export * from "./waitForServicesInactive";
|
|
2
7
|
export * from "./waitForServicesStable";
|
|
3
8
|
export * from "./waitForTasksRunning";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { DescribeDaemonCommandInput } from "../commands/DescribeDaemonCommand";
|
|
3
|
+
import { ECSClient } from "../ECSClient";
|
|
4
|
+
export declare const waitForDaemonActive: (
|
|
5
|
+
params: WaiterConfiguration<ECSClient>,
|
|
6
|
+
input: DescribeDaemonCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilDaemonActive: (
|
|
9
|
+
params: WaiterConfiguration<ECSClient>,
|
|
10
|
+
input: DescribeDaemonCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { DescribeDaemonDeploymentsCommandInput } from "../commands/DescribeDaemonDeploymentsCommand";
|
|
3
|
+
import { ECSClient } from "../ECSClient";
|
|
4
|
+
export declare const waitForDaemonDeploymentStopped: (
|
|
5
|
+
params: WaiterConfiguration<ECSClient>,
|
|
6
|
+
input: DescribeDaemonDeploymentsCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilDaemonDeploymentStopped: (
|
|
9
|
+
params: WaiterConfiguration<ECSClient>,
|
|
10
|
+
input: DescribeDaemonDeploymentsCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { DescribeDaemonDeploymentsCommandInput } from "../commands/DescribeDaemonDeploymentsCommand";
|
|
3
|
+
import { ECSClient } from "../ECSClient";
|
|
4
|
+
export declare const waitForDaemonDeploymentSuccessful: (
|
|
5
|
+
params: WaiterConfiguration<ECSClient>,
|
|
6
|
+
input: DescribeDaemonDeploymentsCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilDaemonDeploymentSuccessful: (
|
|
9
|
+
params: WaiterConfiguration<ECSClient>,
|
|
10
|
+
input: DescribeDaemonDeploymentsCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { DescribeDaemonTaskDefinitionCommandInput } from "../commands/DescribeDaemonTaskDefinitionCommand";
|
|
3
|
+
import { ECSClient } from "../ECSClient";
|
|
4
|
+
export declare const waitForDaemonTaskDefinitionActive: (
|
|
5
|
+
params: WaiterConfiguration<ECSClient>,
|
|
6
|
+
input: DescribeDaemonTaskDefinitionCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilDaemonTaskDefinitionActive: (
|
|
9
|
+
params: WaiterConfiguration<ECSClient>,
|
|
10
|
+
input: DescribeDaemonTaskDefinitionCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { DescribeDaemonTaskDefinitionCommandInput } from "../commands/DescribeDaemonTaskDefinitionCommand";
|
|
3
|
+
import { ECSClient } from "../ECSClient";
|
|
4
|
+
export declare const waitForDaemonTaskDefinitionDeleted: (
|
|
5
|
+
params: WaiterConfiguration<ECSClient>,
|
|
6
|
+
input: DescribeDaemonTaskDefinitionCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilDaemonTaskDefinitionDeleted: (
|
|
9
|
+
params: WaiterConfiguration<ECSClient>,
|
|
10
|
+
input: DescribeDaemonTaskDefinitionCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
export * from "./waitForDaemonActive";
|
|
2
|
+
export * from "./waitForDaemonDeploymentSuccessful";
|
|
3
|
+
export * from "./waitForDaemonDeploymentStopped";
|
|
4
|
+
export * from "./waitForDaemonTaskDefinitionActive";
|
|
5
|
+
export * from "./waitForDaemonTaskDefinitionDeleted";
|
|
1
6
|
export * from "./waitForServicesInactive";
|
|
2
7
|
export * from "./waitForServicesStable";
|
|
3
8
|
export * from "./waitForTasksRunning";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeDaemonCommandInput } from "../commands/DescribeDaemonCommand";
|
|
3
|
+
import type { ECSClient } from "../ECSClient";
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* @deprecated Use waitUntilDaemonActive instead. waitForDaemonActive does not throw error in non-success cases.
|
|
7
|
+
*/
|
|
8
|
+
export declare const waitForDaemonActive: (params: WaiterConfiguration<ECSClient>, input: DescribeDaemonCommandInput) => Promise<WaiterResult>;
|
|
9
|
+
/**
|
|
10
|
+
*
|
|
11
|
+
* @param params - Waiter configuration options.
|
|
12
|
+
* @param input - The input to DescribeDaemonCommand for polling.
|
|
13
|
+
*/
|
|
14
|
+
export declare const waitUntilDaemonActive: (params: WaiterConfiguration<ECSClient>, input: DescribeDaemonCommandInput) => Promise<WaiterResult>;
|
package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForDaemonDeploymentStopped.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeDaemonDeploymentsCommandInput } from "../commands/DescribeDaemonDeploymentsCommand";
|
|
3
|
+
import type { ECSClient } from "../ECSClient";
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* @deprecated Use waitUntilDaemonDeploymentStopped instead. waitForDaemonDeploymentStopped does not throw error in non-success cases.
|
|
7
|
+
*/
|
|
8
|
+
export declare const waitForDaemonDeploymentStopped: (params: WaiterConfiguration<ECSClient>, input: DescribeDaemonDeploymentsCommandInput) => Promise<WaiterResult>;
|
|
9
|
+
/**
|
|
10
|
+
*
|
|
11
|
+
* @param params - Waiter configuration options.
|
|
12
|
+
* @param input - The input to DescribeDaemonDeploymentsCommand for polling.
|
|
13
|
+
*/
|
|
14
|
+
export declare const waitUntilDaemonDeploymentStopped: (params: WaiterConfiguration<ECSClient>, input: DescribeDaemonDeploymentsCommandInput) => Promise<WaiterResult>;
|
package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForDaemonDeploymentSuccessful.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeDaemonDeploymentsCommandInput } from "../commands/DescribeDaemonDeploymentsCommand";
|
|
3
|
+
import type { ECSClient } from "../ECSClient";
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* @deprecated Use waitUntilDaemonDeploymentSuccessful instead. waitForDaemonDeploymentSuccessful does not throw error in non-success cases.
|
|
7
|
+
*/
|
|
8
|
+
export declare const waitForDaemonDeploymentSuccessful: (params: WaiterConfiguration<ECSClient>, input: DescribeDaemonDeploymentsCommandInput) => Promise<WaiterResult>;
|
|
9
|
+
/**
|
|
10
|
+
*
|
|
11
|
+
* @param params - Waiter configuration options.
|
|
12
|
+
* @param input - The input to DescribeDaemonDeploymentsCommand for polling.
|
|
13
|
+
*/
|
|
14
|
+
export declare const waitUntilDaemonDeploymentSuccessful: (params: WaiterConfiguration<ECSClient>, input: DescribeDaemonDeploymentsCommandInput) => Promise<WaiterResult>;
|
package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForDaemonTaskDefinitionActive.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeDaemonTaskDefinitionCommandInput } from "../commands/DescribeDaemonTaskDefinitionCommand";
|
|
3
|
+
import type { ECSClient } from "../ECSClient";
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* @deprecated Use waitUntilDaemonTaskDefinitionActive instead. waitForDaemonTaskDefinitionActive does not throw error in non-success cases.
|
|
7
|
+
*/
|
|
8
|
+
export declare const waitForDaemonTaskDefinitionActive: (params: WaiterConfiguration<ECSClient>, input: DescribeDaemonTaskDefinitionCommandInput) => Promise<WaiterResult>;
|
|
9
|
+
/**
|
|
10
|
+
*
|
|
11
|
+
* @param params - Waiter configuration options.
|
|
12
|
+
* @param input - The input to DescribeDaemonTaskDefinitionCommand for polling.
|
|
13
|
+
*/
|
|
14
|
+
export declare const waitUntilDaemonTaskDefinitionActive: (params: WaiterConfiguration<ECSClient>, input: DescribeDaemonTaskDefinitionCommandInput) => Promise<WaiterResult>;
|
package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForDaemonTaskDefinitionDeleted.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeDaemonTaskDefinitionCommandInput } from "../commands/DescribeDaemonTaskDefinitionCommand";
|
|
3
|
+
import type { ECSClient } from "../ECSClient";
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* @deprecated Use waitUntilDaemonTaskDefinitionDeleted instead. waitForDaemonTaskDefinitionDeleted does not throw error in non-success cases.
|
|
7
|
+
*/
|
|
8
|
+
export declare const waitForDaemonTaskDefinitionDeleted: (params: WaiterConfiguration<ECSClient>, input: DescribeDaemonTaskDefinitionCommandInput) => Promise<WaiterResult>;
|
|
9
|
+
/**
|
|
10
|
+
*
|
|
11
|
+
* @param params - Waiter configuration options.
|
|
12
|
+
* @param input - The input to DescribeDaemonTaskDefinitionCommand for polling.
|
|
13
|
+
*/
|
|
14
|
+
export declare const waitUntilDaemonTaskDefinitionDeleted: (params: WaiterConfiguration<ECSClient>, input: DescribeDaemonTaskDefinitionCommandInput) => Promise<WaiterResult>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeServicesCommandInput } from "../commands/DescribeServicesCommand";
|
|
3
|
-
import { ECSClient } from "../ECSClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeServicesCommandInput } from "../commands/DescribeServicesCommand";
|
|
3
|
+
import type { ECSClient } from "../ECSClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilServicesInactive instead. waitForServicesInactive does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeServicesCommandInput } from "../commands/DescribeServicesCommand";
|
|
3
|
-
import { ECSClient } from "../ECSClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeServicesCommandInput } from "../commands/DescribeServicesCommand";
|
|
3
|
+
import type { ECSClient } from "../ECSClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilServicesStable instead. waitForServicesStable does not throw error in non-success cases.
|