@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
|
@@ -38,9 +38,12 @@ const _CCTE = "ClusterContainsTasksException";
|
|
|
38
38
|
const _CCl = "ClusterConfiguration";
|
|
39
39
|
const _CCr = "CreateCluster";
|
|
40
40
|
const _CD = "ContainerDefinition";
|
|
41
|
+
const _CDR = "CreateDaemonRequest";
|
|
42
|
+
const _CDRr = "CreateDaemonResponse";
|
|
41
43
|
const _CDo = "ContainerDependency";
|
|
42
44
|
const _CDon = "ContainerDefinitions";
|
|
43
45
|
const _CDont = "ContainerDependencies";
|
|
46
|
+
const _CDr = "CreateDaemon";
|
|
44
47
|
const _CE = "ClientException";
|
|
45
48
|
const _CEGS = "CreateExpressGatewayService";
|
|
46
49
|
const _CEGSR = "CreateExpressGatewayServiceRequest";
|
|
@@ -80,6 +83,7 @@ const _Co = "Container";
|
|
|
80
83
|
const _Con = "Containers";
|
|
81
84
|
const _D = "Deployment";
|
|
82
85
|
const _DA = "DeploymentAlarms";
|
|
86
|
+
const _DAC = "DaemonAlarmConfiguration";
|
|
83
87
|
const _DAR = "DeleteAttributesRequest";
|
|
84
88
|
const _DARe = "DeleteAttributesResponse";
|
|
85
89
|
const _DAS = "DeleteAccountSetting";
|
|
@@ -87,19 +91,26 @@ const _DASR = "DeleteAccountSettingRequest";
|
|
|
87
91
|
const _DASRe = "DeleteAccountSettingResponse";
|
|
88
92
|
const _DAe = "DeleteAttributes";
|
|
89
93
|
const _DC = "DeploymentConfiguration";
|
|
90
|
-
const _DCB = "
|
|
91
|
-
const
|
|
94
|
+
const _DCB = "DaemonCircuitBreaker";
|
|
95
|
+
const _DCBe = "DeploymentCircuitBreaker";
|
|
96
|
+
const _DCD = "DaemonContainerDefinition";
|
|
97
|
+
const _DCDL = "DaemonContainerDefinitionList";
|
|
98
|
+
const _DCI = "DaemonContainerImage";
|
|
92
99
|
const _DCIR = "DeregisterContainerInstanceRequest";
|
|
93
100
|
const _DCIRe = "DeregisterContainerInstanceResponse";
|
|
94
101
|
const _DCIRes = "DescribeContainerInstancesRequest";
|
|
95
102
|
const _DCIResc = "DescribeContainerInstancesResponse";
|
|
96
|
-
const
|
|
97
|
-
const
|
|
103
|
+
const _DCIa = "DaemonContainerImages";
|
|
104
|
+
const _DCIe = "DeregisterContainerInstance";
|
|
105
|
+
const _DCIes = "DescribeContainerInstances";
|
|
106
|
+
const _DCP = "DaemonCapacityProvider";
|
|
107
|
+
const _DCPL = "DaemonCapacityProviderList";
|
|
98
108
|
const _DCPR = "DeleteCapacityProviderRequest";
|
|
99
109
|
const _DCPRe = "DeleteCapacityProviderResponse";
|
|
100
110
|
const _DCPRes = "DescribeCapacityProvidersRequest";
|
|
101
111
|
const _DCPResc = "DescribeCapacityProvidersResponse";
|
|
102
|
-
const _DCPe = "
|
|
112
|
+
const _DCPe = "DeleteCapacityProvider";
|
|
113
|
+
const _DCPes = "DescribeCapacityProviders";
|
|
103
114
|
const _DCR = "DeleteClusterRequest";
|
|
104
115
|
const _DCRe = "DeleteClusterResponse";
|
|
105
116
|
const _DCRes = "DescribeClustersRequest";
|
|
@@ -107,6 +118,35 @@ const _DCResc = "DescribeClustersResponse";
|
|
|
107
118
|
const _DCe = "DeploymentController";
|
|
108
119
|
const _DCel = "DeleteCluster";
|
|
109
120
|
const _DCes = "DescribeClusters";
|
|
121
|
+
const _DD = "DaemonDeployment";
|
|
122
|
+
const _DDA = "DaemonDeploymentAlarms";
|
|
123
|
+
const _DDC = "DaemonDeploymentConfiguration";
|
|
124
|
+
const _DDCP = "DaemonDeploymentCapacityProvider";
|
|
125
|
+
const _DDCPL = "DaemonDeploymentCapacityProviderList";
|
|
126
|
+
const _DDD = "DescribeDaemonDeployments";
|
|
127
|
+
const _DDDR = "DescribeDaemonDeploymentsRequest";
|
|
128
|
+
const _DDDRe = "DescribeDaemonDeploymentsResponse";
|
|
129
|
+
const _DDL = "DaemonDeploymentList";
|
|
130
|
+
const _DDR = "DeleteDaemonRequest";
|
|
131
|
+
const _DDRD = "DaemonDeploymentRevisionDetail";
|
|
132
|
+
const _DDRDL = "DaemonDeploymentRevisionDetailList";
|
|
133
|
+
const _DDRR = "DescribeDaemonRevisionsRequest";
|
|
134
|
+
const _DDRRe = "DescribeDaemonRevisionsResponse";
|
|
135
|
+
const _DDRe = "DeleteDaemonResponse";
|
|
136
|
+
const _DDRes = "DescribeDaemonRequest";
|
|
137
|
+
const _DDResc = "DescribeDaemonResponse";
|
|
138
|
+
const _DDRescr = "DescribeDaemonRevisions";
|
|
139
|
+
const _DDS = "DaemonDeploymentSummary";
|
|
140
|
+
const _DDSL = "DaemonDeploymentSummaryList";
|
|
141
|
+
const _DDTD = "DeleteDaemonTaskDefinition";
|
|
142
|
+
const _DDTDR = "DeleteDaemonTaskDefinitionRequest";
|
|
143
|
+
const _DDTDRe = "DeleteDaemonTaskDefinitionResponse";
|
|
144
|
+
const _DDTDRes = "DescribeDaemonTaskDefinitionRequest";
|
|
145
|
+
const _DDTDResc = "DescribeDaemonTaskDefinitionResponse";
|
|
146
|
+
const _DDTDe = "DescribeDaemonTaskDefinition";
|
|
147
|
+
const _DDa = "DaemonDetail";
|
|
148
|
+
const _DDe = "DeleteDaemon";
|
|
149
|
+
const _DDes = "DescribeDaemon";
|
|
110
150
|
const _DEGS = "DeleteExpressGatewayService";
|
|
111
151
|
const _DEGSR = "DeleteExpressGatewayServiceRequest";
|
|
112
152
|
const _DEGSRe = "DeleteExpressGatewayServiceResponse";
|
|
@@ -117,13 +157,22 @@ const _DES = "DeploymentEphemeralStorage";
|
|
|
117
157
|
const _DL = "DevicesList";
|
|
118
158
|
const _DLH = "DeploymentLifecycleHook";
|
|
119
159
|
const _DLHL = "DeploymentLifecycleHookList";
|
|
160
|
+
const _DLP = "DaemonLinuxParameters";
|
|
161
|
+
const _DNAE = "DaemonNotActiveException";
|
|
162
|
+
const _DNFE = "DaemonNotFoundException";
|
|
120
163
|
const _DPE = "DiscoverPollEndpoint";
|
|
121
164
|
const _DPER = "DiscoverPollEndpointRequest";
|
|
122
165
|
const _DPERi = "DiscoverPollEndpointResponse";
|
|
123
|
-
const
|
|
166
|
+
const _DR = "DaemonRevision";
|
|
167
|
+
const _DRD = "DaemonRevisionDetail";
|
|
168
|
+
const _DRDL = "DaemonRevisionDetailList";
|
|
169
|
+
const _DRa = "DaemonRollback";
|
|
170
|
+
const _DRae = "DaemonRevisions";
|
|
171
|
+
const _DS = "DaemonSummary";
|
|
124
172
|
const _DSD = "DescribeServiceDeployments";
|
|
125
173
|
const _DSDR = "DescribeServiceDeploymentsRequest";
|
|
126
174
|
const _DSDRe = "DescribeServiceDeploymentsResponse";
|
|
175
|
+
const _DSL = "DaemonSummariesList";
|
|
127
176
|
const _DSR = "DeleteServiceRequest";
|
|
128
177
|
const _DSRR = "DescribeServiceRevisionsRequest";
|
|
129
178
|
const _DSRRe = "DescribeServiceRevisionsResponse";
|
|
@@ -131,16 +180,20 @@ const _DSRe = "DeleteServiceResponse";
|
|
|
131
180
|
const _DSRes = "DescribeServicesRequest";
|
|
132
181
|
const _DSResc = "DescribeServicesResponse";
|
|
133
182
|
const _DSRescr = "DescribeServiceRevisions";
|
|
134
|
-
const _DSe = "
|
|
183
|
+
const _DSe = "DeleteService";
|
|
184
|
+
const _DSes = "DescribeServices";
|
|
135
185
|
const _DT = "DescribeTasks";
|
|
136
|
-
const _DTD = "
|
|
186
|
+
const _DTD = "DaemonTaskDefinition";
|
|
137
187
|
const _DTDR = "DeleteTaskDefinitionsRequest";
|
|
138
188
|
const _DTDRe = "DeleteTaskDefinitionsResponse";
|
|
139
189
|
const _DTDRer = "DeregisterTaskDefinitionRequest";
|
|
140
190
|
const _DTDRere = "DeregisterTaskDefinitionResponse";
|
|
141
191
|
const _DTDRes = "DescribeTaskDefinitionRequest";
|
|
142
192
|
const _DTDResc = "DescribeTaskDefinitionResponse";
|
|
143
|
-
const
|
|
193
|
+
const _DTDS = "DaemonTaskDefinitionSummary";
|
|
194
|
+
const _DTDSa = "DaemonTaskDefinitionSummaries";
|
|
195
|
+
const _DTDe = "DeleteTaskDefinitions";
|
|
196
|
+
const _DTDer = "DeregisterTaskDefinition";
|
|
144
197
|
const _DTDes = "DescribeTaskDefinition";
|
|
145
198
|
const _DTR = "DescribeTasksRequest";
|
|
146
199
|
const _DTRe = "DescribeTasksResponse";
|
|
@@ -150,7 +203,9 @@ const _DTSRe = "DeleteTaskSetResponse";
|
|
|
150
203
|
const _DTSRes = "DescribeTaskSetsRequest";
|
|
151
204
|
const _DTSResc = "DescribeTaskSetsResponse";
|
|
152
205
|
const _DTSe = "DescribeTaskSets";
|
|
206
|
+
const _DV = "DaemonVolume";
|
|
153
207
|
const _DVC = "DockerVolumeConfiguration";
|
|
208
|
+
const _DVL = "DaemonVolumeList";
|
|
154
209
|
const _De = "Device";
|
|
155
210
|
const _Dep = "Deployments";
|
|
156
211
|
const _EBSTS = "EBSTagSpecification";
|
|
@@ -223,6 +278,15 @@ const _LCR = "ListClustersRequest";
|
|
|
223
278
|
const _LCRi = "ListClustersResponse";
|
|
224
279
|
const _LCi = "ListClusters";
|
|
225
280
|
const _LCo = "LogConfiguration";
|
|
281
|
+
const _LD = "ListDaemons";
|
|
282
|
+
const _LDD = "ListDaemonDeployments";
|
|
283
|
+
const _LDDR = "ListDaemonDeploymentsRequest";
|
|
284
|
+
const _LDDRi = "ListDaemonDeploymentsResponse";
|
|
285
|
+
const _LDR = "ListDaemonsRequest";
|
|
286
|
+
const _LDRi = "ListDaemonsResponse";
|
|
287
|
+
const _LDTD = "ListDaemonTaskDefinitions";
|
|
288
|
+
const _LDTDR = "ListDaemonTaskDefinitionsRequest";
|
|
289
|
+
const _LDTDRi = "ListDaemonTaskDefinitionsResponse";
|
|
226
290
|
const _LEE = "LimitExceededException";
|
|
227
291
|
const _LP = "LinuxParameters";
|
|
228
292
|
const _LS = "ListServices";
|
|
@@ -257,6 +321,7 @@ const _MASCa = "ManagedAgentStateChanges";
|
|
|
257
321
|
const _MAa = "ManagedAgents";
|
|
258
322
|
const _MC = "ManagedCertificate";
|
|
259
323
|
const _MGBPVCR = "MemoryGiBPerVCpuRequest";
|
|
324
|
+
const _MILSC = "ManagedInstancesLocalStorageConfiguration";
|
|
260
325
|
const _MINC = "ManagedInstancesNetworkConfiguration";
|
|
261
326
|
const _MIP = "ManagedIngressPath";
|
|
262
327
|
const _MIPa = "ManagedInstancesProvider";
|
|
@@ -322,6 +387,9 @@ const _RCI = "RegisterContainerInstance";
|
|
|
322
387
|
const _RCIR = "RegisterContainerInstanceRequest";
|
|
323
388
|
const _RCIRe = "RegisterContainerInstanceResponse";
|
|
324
389
|
const _RCe = "ResolvedConfiguration";
|
|
390
|
+
const _RDTD = "RegisterDaemonTaskDefinition";
|
|
391
|
+
const _RDTDR = "RegisterDaemonTaskDefinitionRequest";
|
|
392
|
+
const _RDTDRe = "RegisterDaemonTaskDefinitionResponse";
|
|
325
393
|
const _RIUE = "ResourceInUseException";
|
|
326
394
|
const _RNFE = "ResourceNotFoundException";
|
|
327
395
|
const _RP = "RuntimePlatform";
|
|
@@ -445,6 +513,9 @@ const _UCRp = "UpdateClusterResponse";
|
|
|
445
513
|
const _UCS = "UpdateClusterSettings";
|
|
446
514
|
const _UCSR = "UpdateClusterSettingsRequest";
|
|
447
515
|
const _UCSRp = "UpdateClusterSettingsResponse";
|
|
516
|
+
const _UD = "UpdateDaemon";
|
|
517
|
+
const _UDR = "UpdateDaemonRequest";
|
|
518
|
+
const _UDRp = "UpdateDaemonResponse";
|
|
448
519
|
const _UEGS = "UpdatedExpressGatewayService";
|
|
449
520
|
const _UEGSR = "UpdateExpressGatewayServiceRequest";
|
|
450
521
|
const _UEGSRp = "UpdateExpressGatewayServiceResponse";
|
|
@@ -537,17 +608,18 @@ const _cAo = "containerArn";
|
|
|
537
608
|
const _cAon = "connectivityAt";
|
|
538
609
|
const _cAp = "cpuArchitecture";
|
|
539
610
|
const _cAr = "createdAt";
|
|
540
|
-
const _cB = "
|
|
611
|
+
const _cB = "circuitBreaker";
|
|
541
612
|
const _cBTIM = "canaryBakeTimeInMinutes";
|
|
613
|
+
const _cBr = "createdBy";
|
|
542
614
|
const _cC = "canaryConfiguration";
|
|
543
|
-
const _cD = "
|
|
615
|
+
const _cD = "containerDefinitions";
|
|
544
616
|
const _cDC = "computedDesiredCount";
|
|
545
|
-
const
|
|
546
|
-
const _cI = "
|
|
617
|
+
const _cDu = "currentDeployment";
|
|
618
|
+
const _cI = "containerImages";
|
|
547
619
|
const _cIA = "containerInstanceArn";
|
|
548
620
|
const _cIAo = "containerInstanceArns";
|
|
549
|
-
const _cIo = "
|
|
550
|
-
const _cIon = "
|
|
621
|
+
const _cIo = "containerInstance";
|
|
622
|
+
const _cIon = "containerInstances";
|
|
551
623
|
const _cM = "cpuManufacturers";
|
|
552
624
|
const _cN = "clusterName";
|
|
553
625
|
const _cNo = "containerName";
|
|
@@ -555,6 +627,7 @@ const _cO = "containerOverrides";
|
|
|
555
627
|
const _cOT = "capacityOptionType";
|
|
556
628
|
const _cP = "canaryPercent";
|
|
557
629
|
const _cPA = "capacityProviderArn";
|
|
630
|
+
const _cPAa = "capacityProviderArns";
|
|
558
631
|
const _cPN = "capacityProviderName";
|
|
559
632
|
const _cPR = "containerPortRange";
|
|
560
633
|
const _cPS = "capacityProviderStrategy";
|
|
@@ -563,7 +636,8 @@ const _cPap = "capacityProviders";
|
|
|
563
636
|
const _cPo = "containerPath";
|
|
564
637
|
const _cPon = "containerPort";
|
|
565
638
|
const _cPr = "credentialsParameter";
|
|
566
|
-
const _cR = "
|
|
639
|
+
const _cR = "currentRevisions";
|
|
640
|
+
const _cRa = "capacityReservations";
|
|
567
641
|
const _cS = "credentialSpecs";
|
|
568
642
|
const _cSD = "currentServiceDeployment";
|
|
569
643
|
const _cSR = "currentServiceRevisions";
|
|
@@ -584,15 +658,22 @@ const _conta = "containers";
|
|
|
584
658
|
const _cou = "count";
|
|
585
659
|
const _cp = "cpu";
|
|
586
660
|
const _d = "details";
|
|
587
|
-
const _dA = "
|
|
588
|
-
const _dAe = "
|
|
589
|
-
const
|
|
661
|
+
const _dA = "daemonArn";
|
|
662
|
+
const _dAe = "deploymentArn";
|
|
663
|
+
const _dAer = "deregisteredAt";
|
|
664
|
+
const _dAi = "discoveryArn";
|
|
665
|
+
const _dC = "deploymentConfiguration";
|
|
590
666
|
const _dCB = "deploymentCircuitBreaker";
|
|
591
667
|
const _dCPS = "defaultCapacityProviderStrategy";
|
|
592
|
-
const _dCe = "
|
|
668
|
+
const _dCe = "desiredCount";
|
|
593
669
|
const _dCep = "deploymentController";
|
|
670
|
+
const _dD = "daemonDeployments";
|
|
671
|
+
const _dDA = "daemonDeploymentArn";
|
|
672
|
+
const _dDAa = "daemonDeploymentArns";
|
|
673
|
+
const _dIC = "drainingInstanceCount";
|
|
594
674
|
const _dL = "dockerLabels";
|
|
595
675
|
const _dN = "disableNetworking";
|
|
676
|
+
const _dNa = "daemonName";
|
|
596
677
|
const _dNe = "deviceName";
|
|
597
678
|
const _dNi = "discoveryName";
|
|
598
679
|
const _dNn = "dnsName";
|
|
@@ -600,17 +681,27 @@ const _dNo = "domainName";
|
|
|
600
681
|
const _dO = "dependsOn";
|
|
601
682
|
const _dOT = "deleteOnTermination";
|
|
602
683
|
const _dOr = "driverOpts";
|
|
684
|
+
const _dP = "drainPercent";
|
|
685
|
+
const _dR = "daemonRevisions";
|
|
686
|
+
const _dRA = "daemonRevisionArn";
|
|
687
|
+
const _dRAa = "daemonRevisionArns";
|
|
688
|
+
const _dRAe = "deleteRequestedAt";
|
|
603
689
|
const _dS = "dnsServers";
|
|
604
690
|
const _dSD = "dnsSearchDomains";
|
|
691
|
+
const _dSL = "daemonSummariesList";
|
|
605
692
|
const _dSO = "dockerSecurityOptions";
|
|
606
693
|
const _dSe = "desiredStatus";
|
|
607
694
|
const _dT = "deviceType";
|
|
695
|
+
const _dTD = "daemonTaskDefinition";
|
|
696
|
+
const _dTDA = "daemonTaskDefinitionArn";
|
|
697
|
+
const _dTDa = "daemonTaskDefinitions";
|
|
608
698
|
const _dV = "doubleValue";
|
|
609
699
|
const _dVC = "dockerVolumeConfiguration";
|
|
610
700
|
const _dVo = "dockerVersion";
|
|
611
|
-
const
|
|
701
|
+
const _da = "daemon";
|
|
702
|
+
const _de = "devices";
|
|
612
703
|
const _dep = "deployments";
|
|
613
|
-
const
|
|
704
|
+
const _det = "detail";
|
|
614
705
|
const _do = "domain";
|
|
615
706
|
const _dr = "driver";
|
|
616
707
|
const _dro = "drop";
|
|
@@ -644,7 +735,7 @@ const _es = "essential";
|
|
|
644
735
|
const _ev = "events";
|
|
645
736
|
const _ex = "expression";
|
|
646
737
|
const _exa = "exact";
|
|
647
|
-
const _f = "
|
|
738
|
+
const _f = "family";
|
|
648
739
|
const _fA = "finishedAt";
|
|
649
740
|
const _fC = "firelensConfiguration";
|
|
650
741
|
const _fCa = "failureCount";
|
|
@@ -659,10 +750,10 @@ const _fTi = "filesystemType";
|
|
|
659
750
|
const _fWFSVC = "fsxWindowsFileServerVolumeConfiguration";
|
|
660
751
|
const _fa = "failures";
|
|
661
752
|
const _fam = "families";
|
|
662
|
-
const _fami = "family";
|
|
663
753
|
const _fi = "filter";
|
|
664
754
|
const _fie = "field";
|
|
665
|
-
const _fo = "
|
|
755
|
+
const _fo = "force";
|
|
756
|
+
const _for = "format";
|
|
666
757
|
const _g = "group";
|
|
667
758
|
const _gDE = "guardDutyEnabled";
|
|
668
759
|
const _gI = "gpuIds";
|
|
@@ -730,6 +821,7 @@ const _lP = "linuxParameters";
|
|
|
730
821
|
const _lS = "lastStatus";
|
|
731
822
|
const _lSA = "lastStartedAt";
|
|
732
823
|
const _lSC = "lastStatusChange";
|
|
824
|
+
const _lSCo = "localStorageConfiguration";
|
|
733
825
|
const _lSP = "logStreamPrefix";
|
|
734
826
|
const _lST = "localStorageTypes";
|
|
735
827
|
const _lSi = "lifecycleStages";
|
|
@@ -826,6 +918,7 @@ const _rAes = "resourceArn";
|
|
|
826
918
|
const _rB = "registeredBy";
|
|
827
919
|
const _rC = "repositoryCredentials";
|
|
828
920
|
const _rCIC = "registeredContainerInstancesCount";
|
|
921
|
+
const _rCP = "rollbackCapacityProviders";
|
|
829
922
|
const _rCe = "requiresCompatibilities";
|
|
830
923
|
const _rCes = "resolvedConfiguration";
|
|
831
924
|
const _rCu = "runningCount";
|
|
@@ -833,6 +926,7 @@ const _rD = "rootDirectory";
|
|
|
833
926
|
const _rGA = "reservationGroupArn";
|
|
834
927
|
const _rHS = "requireHibernateSupport";
|
|
835
928
|
const _rI = "resourceIds";
|
|
929
|
+
const _rIC = "runningInstanceCount";
|
|
836
930
|
const _rIe = "referenceId";
|
|
837
931
|
const _rIu = "runtimeId";
|
|
838
932
|
const _rMT = "resourceManagementType";
|
|
@@ -851,18 +945,19 @@ const _rT = "resourceType";
|
|
|
851
945
|
const _rTC = "runningTasksCount";
|
|
852
946
|
const _rTCe = "requestedTaskCount";
|
|
853
947
|
const _rTCu = "runningTaskCount";
|
|
948
|
+
const _rTDRA = "rollbackTargetDaemonRevisionArn";
|
|
854
949
|
const _rTTW = "requestedTestTrafficWeight";
|
|
855
|
-
const _re = "
|
|
856
|
-
const
|
|
950
|
+
const _re = "revision";
|
|
951
|
+
const _ret = "retries";
|
|
857
952
|
const _ro = "role";
|
|
858
953
|
const _rol = "rollback";
|
|
859
954
|
const _ru = "rule";
|
|
860
955
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.ecs";
|
|
861
|
-
const _sA = "
|
|
862
|
-
const _sAe = "
|
|
863
|
-
const
|
|
864
|
-
const
|
|
865
|
-
const
|
|
956
|
+
const _sA = "startedAt";
|
|
957
|
+
const _sAe = "serviceArn";
|
|
958
|
+
const _sAer = "serviceArns";
|
|
959
|
+
const _sAt = "stoppedAt";
|
|
960
|
+
const _sAto = "stoppingAt";
|
|
866
961
|
const _sB = "startedBy";
|
|
867
962
|
const _sBN = "s3BucketName";
|
|
868
963
|
const _sBTIM = "stepBakeTimeInMinutes";
|
|
@@ -878,6 +973,7 @@ const _sCtop = "stopCode";
|
|
|
878
973
|
const _sD = "serviceDeployments";
|
|
879
974
|
const _sDA = "serviceDeploymentArns";
|
|
880
975
|
const _sDAe = "serviceDeploymentArn";
|
|
976
|
+
const _sDR = "sourceDaemonRevisions";
|
|
881
977
|
const _sEE = "s3EncryptionEnabled";
|
|
882
978
|
const _sG = "securityGroups";
|
|
883
979
|
const _sGI = "securityGroupIds";
|
|
@@ -941,6 +1037,9 @@ const _tCa = "targetConfiguration";
|
|
|
941
1037
|
const _tD = "taskDefinition";
|
|
942
1038
|
const _tDA = "taskDefinitionArns";
|
|
943
1039
|
const _tDAa = "taskDefinitionArn";
|
|
1040
|
+
const _tDIC = "totalDrainingInstanceCount";
|
|
1041
|
+
const _tDR = "targetDaemonRevision";
|
|
1042
|
+
const _tDRA = "targetDaemonRevisionArn";
|
|
944
1043
|
const _tDa = "taskDefinitions";
|
|
945
1044
|
const _tE = "telemetryEndpoint";
|
|
946
1045
|
const _tEP = "transitEncryptionPort";
|
|
@@ -954,6 +1053,8 @@ const _tLSGB = "totalLocalStorageGB";
|
|
|
954
1053
|
const _tP = "terminationPolicy";
|
|
955
1054
|
const _tR = "totalResources";
|
|
956
1055
|
const _tRA = "taskRoleArn";
|
|
1056
|
+
const _tRC = "totalRunningCount";
|
|
1057
|
+
const _tRIC = "totalRunningInstanceCount";
|
|
957
1058
|
const _tS = "taskSet";
|
|
958
1059
|
const _tSA = "taskSetArn";
|
|
959
1060
|
const _tSR = "targetServiceRevision";
|
|
@@ -974,6 +1075,7 @@ const _tl = "tls";
|
|
|
974
1075
|
const _tm = "tmpfs";
|
|
975
1076
|
const _u = "user";
|
|
976
1077
|
const _uA = "updatedAt";
|
|
1078
|
+
const _uLS = "useLocalStorage";
|
|
977
1079
|
const _uS = "updateStatus";
|
|
978
1080
|
const _uSR = "updateStatusReason";
|
|
979
1081
|
const _ul = "ulimits";
|
|
@@ -996,7 +1098,7 @@ const _xN = "xmlName";
|
|
|
996
1098
|
const n0 = "com.amazonaws.ecs";
|
|
997
1099
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
998
1100
|
import { ECSServiceException } from "../models/ECSServiceException";
|
|
999
|
-
import { AccessDeniedException, AttributeLimitExceededException, BlockedException, ClientException, ClusterContainsCapacityProviderException, ClusterContainsContainerInstancesException, ClusterContainsServicesException, ClusterContainsTasksException, ClusterNotFoundException, ConflictException, InvalidParameterException, LimitExceededException, MissingVersionException, NamespaceNotFoundException, NoUpdateAvailableException, PlatformTaskDefinitionIncompatibilityException, PlatformUnknownException, ResourceInUseException, ResourceNotFoundException, ServerException, ServiceDeploymentNotFoundException, ServiceNotActiveException, ServiceNotFoundException, TargetNotConnectedException, TargetNotFoundException, TaskSetNotFoundException, UnsupportedFeatureException, UpdateInProgressException, } from "../models/errors";
|
|
1101
|
+
import { AccessDeniedException, AttributeLimitExceededException, BlockedException, ClientException, ClusterContainsCapacityProviderException, ClusterContainsContainerInstancesException, ClusterContainsServicesException, ClusterContainsTasksException, ClusterNotFoundException, ConflictException, DaemonNotActiveException, DaemonNotFoundException, InvalidParameterException, LimitExceededException, MissingVersionException, NamespaceNotFoundException, NoUpdateAvailableException, PlatformTaskDefinitionIncompatibilityException, PlatformUnknownException, ResourceInUseException, ResourceNotFoundException, ServerException, ServiceDeploymentNotFoundException, ServiceNotActiveException, ServiceNotFoundException, TargetNotConnectedException, TargetNotFoundException, TaskSetNotFoundException, UnsupportedFeatureException, UpdateInProgressException, } from "../models/errors";
|
|
1000
1102
|
const _s_registry = TypeRegistry.for(_s);
|
|
1001
1103
|
export var ECSServiceException$ = [-3, _s, "ECSServiceException", 0, [], []];
|
|
1002
1104
|
_s_registry.registerError(ECSServiceException$, ECSServiceException);
|
|
@@ -1061,6 +1163,18 @@ export var ConflictException$ = [-3, n0, _CEo,
|
|
|
1061
1163
|
[64 | 0, 0]
|
|
1062
1164
|
];
|
|
1063
1165
|
n0_registry.registerError(ConflictException$, ConflictException);
|
|
1166
|
+
export var DaemonNotActiveException$ = [-3, n0, _DNAE,
|
|
1167
|
+
{ [_e]: _c },
|
|
1168
|
+
[_m],
|
|
1169
|
+
[0]
|
|
1170
|
+
];
|
|
1171
|
+
n0_registry.registerError(DaemonNotActiveException$, DaemonNotActiveException);
|
|
1172
|
+
export var DaemonNotFoundException$ = [-3, n0, _DNFE,
|
|
1173
|
+
{ [_e]: _c },
|
|
1174
|
+
[_m],
|
|
1175
|
+
[0]
|
|
1176
|
+
];
|
|
1177
|
+
n0_registry.registerError(DaemonNotFoundException$, DaemonNotFoundException);
|
|
1064
1178
|
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
1065
1179
|
{ [_e]: _c },
|
|
1066
1180
|
[_m],
|
|
@@ -1277,7 +1391,7 @@ export var Container$ = [3, n0, _Co,
|
|
|
1277
1391
|
export var ContainerDefinition$ = [3, n0, _CD,
|
|
1278
1392
|
0,
|
|
1279
1393
|
[_n, _im, _rC, _cp, _me, _mR, _l, _pM, _es, _rPe, _eP, _com, _en, _eF, _mP, _vF, _lP, _sec, _dO, _sT, _sTt, _vC, _h, _u, _wD, _dN, _p, _rRF, _dS, _dSD, _eH, _dSO, _in, _pT, _dL, _ul, _lC, _hC, _sC, _rR, _fC, _cS],
|
|
1280
|
-
[0, 0, () => RepositoryCredentials$, 1, 1, 1, 64 | 0, () => PortMappingList, 2, () => ContainerRestartPolicy$, 64 | 0, 64 | 0, () => EnvironmentVariables, () => EnvironmentFiles, () => MountPointList, () => VolumeFromList, () => LinuxParameters$, () => SecretList, () => ContainerDependencies, 1, 1, 0, 0, 0, 0, 2, 2, 2, 64 | 0, 64 | 0, () => HostEntryList, 64 | 0, 2, 2, 128 | 0, () => UlimitList, () => LogConfiguration$, () => HealthCheck$, () => SystemControls, () => ResourceRequirements, () => FirelensConfiguration$, 64 | 0]
|
|
1394
|
+
[0, 0, [() => RepositoryCredentials$, 0], 1, 1, 1, 64 | 0, () => PortMappingList, 2, () => ContainerRestartPolicy$, 64 | 0, 64 | 0, () => EnvironmentVariables, () => EnvironmentFiles, () => MountPointList, () => VolumeFromList, () => LinuxParameters$, () => SecretList, () => ContainerDependencies, 1, 1, 0, 0, 0, 0, 2, 2, 2, 64 | 0, 64 | 0, () => HostEntryList, 64 | 0, 2, 2, 128 | 0, () => UlimitList, () => LogConfiguration$, () => HealthCheck$, () => SystemControls, () => ResourceRequirements, () => FirelensConfiguration$, 64 | 0]
|
|
1281
1395
|
];
|
|
1282
1396
|
export var ContainerDependency$ = [3, n0, _CDo,
|
|
1283
1397
|
0,
|
|
@@ -1334,6 +1448,16 @@ export var CreateClusterResponse$ = [3, n0, _CCRr,
|
|
|
1334
1448
|
[_cl],
|
|
1335
1449
|
[() => Cluster$]
|
|
1336
1450
|
];
|
|
1451
|
+
export var CreateDaemonRequest$ = [3, n0, _CDR,
|
|
1452
|
+
0,
|
|
1453
|
+
[_dNa, _dTDA, _cPAa, _cA, _dC, _ta, _pTr, _eECSMT, _eEC, _cT],
|
|
1454
|
+
[0, 0, 64 | 0, 0, () => DaemonDeploymentConfiguration$, () => Tags, 0, 2, 2, 0], 3
|
|
1455
|
+
];
|
|
1456
|
+
export var CreateDaemonResponse$ = [3, n0, _CDRr,
|
|
1457
|
+
0,
|
|
1458
|
+
[_dA, _st, _cAr, _dAe],
|
|
1459
|
+
[0, 0, 4, 0]
|
|
1460
|
+
];
|
|
1337
1461
|
export var CreatedAt$ = [3, n0, _CA,
|
|
1338
1462
|
0,
|
|
1339
1463
|
[_be, _af],
|
|
@@ -1356,7 +1480,7 @@ export var CreateManagedInstancesProviderConfiguration$ = [3, n0, _CMIPC,
|
|
|
1356
1480
|
];
|
|
1357
1481
|
export var CreateServiceRequest$ = [3, n0, _CSR,
|
|
1358
1482
|
0,
|
|
1359
|
-
[_sN, _cl, _tD, _aZR, _lB, _sRe,
|
|
1483
|
+
[_sN, _cl, _tD, _aZR, _lB, _sRe, _dCe, _cT, _lT, _cPS, _pV, _ro, _dC, _pCl, _pS, _nC, _hCGPS, _sS, _dCep, _ta, _eECSMT, _pTr, _eEC, _sCC, _vCo, _vLC],
|
|
1360
1484
|
[0, 0, 0, 0, () => LoadBalancers, () => ServiceRegistries, 1, 0, 0, () => CapacityProviderStrategy, 0, 0, () => DeploymentConfiguration$, () => PlacementConstraints, () => PlacementStrategies, () => NetworkConfiguration$, 1, 0, () => DeploymentController$, () => Tags, 2, 0, 2, () => ServiceConnectConfiguration$, () => ServiceVolumeConfigurations, () => VpcLatticeConfigurations], 1
|
|
1361
1485
|
];
|
|
1362
1486
|
export var CreateServiceResponse$ = [3, n0, _CSRr,
|
|
@@ -1374,6 +1498,106 @@ export var CreateTaskSetResponse$ = [3, n0, _CTSRr,
|
|
|
1374
1498
|
[_tS],
|
|
1375
1499
|
[() => TaskSet$]
|
|
1376
1500
|
];
|
|
1501
|
+
export var DaemonAlarmConfiguration$ = [3, n0, _DAC,
|
|
1502
|
+
0,
|
|
1503
|
+
[_aN, _enab],
|
|
1504
|
+
[64 | 0, 2]
|
|
1505
|
+
];
|
|
1506
|
+
export var DaemonCapacityProvider$ = [3, n0, _DCP,
|
|
1507
|
+
0,
|
|
1508
|
+
[_ar, _rCu],
|
|
1509
|
+
[0, 1]
|
|
1510
|
+
];
|
|
1511
|
+
export var DaemonCircuitBreaker$ = [3, n0, _DCB,
|
|
1512
|
+
0,
|
|
1513
|
+
[_fCa, _st, _th],
|
|
1514
|
+
[1, 0, 1]
|
|
1515
|
+
];
|
|
1516
|
+
export var DaemonContainerDefinition$ = [3, n0, _DCD,
|
|
1517
|
+
0,
|
|
1518
|
+
[_im, _n, _me, _mR, _rC, _hC, _cp, _es, _eP, _com, _wD, _eF, _en, _sec, _rRF, _mP, _lC, _fC, _p, _u, _ul, _lP, _dO, _sT, _sTt, _sC, _in, _pT, _rPe],
|
|
1519
|
+
[0, 0, 1, 1, [() => RepositoryCredentials$, 0], () => HealthCheck$, 1, 2, 64 | 0, 64 | 0, 0, () => EnvironmentFiles, () => EnvironmentVariables, () => SecretList, 2, () => MountPointList, () => LogConfiguration$, () => FirelensConfiguration$, 2, 0, () => UlimitList, () => DaemonLinuxParameters$, () => ContainerDependencies, 1, 1, () => SystemControls, 2, 2, () => ContainerRestartPolicy$], 1
|
|
1520
|
+
];
|
|
1521
|
+
export var DaemonContainerImage$ = [3, n0, _DCI,
|
|
1522
|
+
0,
|
|
1523
|
+
[_cNo, _iD, _im],
|
|
1524
|
+
[0, 0, 0]
|
|
1525
|
+
];
|
|
1526
|
+
export var DaemonDeployment$ = [3, n0, _DD,
|
|
1527
|
+
0,
|
|
1528
|
+
[_dDA, _cA, _st, _sR, _tDR, _sDR, _cB, _al, _rol, _dC, _cAr, _sA, _sAt, _fA],
|
|
1529
|
+
[0, 0, 0, 0, () => DaemonDeploymentRevisionDetail$, () => DaemonDeploymentRevisionDetailList, () => DaemonCircuitBreaker$, () => DaemonDeploymentAlarms$, () => DaemonRollback$, () => DaemonDeploymentConfiguration$, 4, 4, 4, 4]
|
|
1530
|
+
];
|
|
1531
|
+
export var DaemonDeploymentAlarms$ = [3, n0, _DDA,
|
|
1532
|
+
0,
|
|
1533
|
+
[_st, _aN, _tAN],
|
|
1534
|
+
[0, 64 | 0, 64 | 0]
|
|
1535
|
+
];
|
|
1536
|
+
export var DaemonDeploymentCapacityProvider$ = [3, n0, _DDCP,
|
|
1537
|
+
0,
|
|
1538
|
+
[_ar, _rIC, _dIC],
|
|
1539
|
+
[0, 1, 1]
|
|
1540
|
+
];
|
|
1541
|
+
export var DaemonDeploymentConfiguration$ = [3, n0, _DDC,
|
|
1542
|
+
0,
|
|
1543
|
+
[_dP, _al, _bTIM],
|
|
1544
|
+
[1, () => DaemonAlarmConfiguration$, 1]
|
|
1545
|
+
];
|
|
1546
|
+
export var DaemonDeploymentRevisionDetail$ = [3, n0, _DDRD,
|
|
1547
|
+
0,
|
|
1548
|
+
[_ar, _cPap, _tRIC, _tDIC],
|
|
1549
|
+
[0, () => DaemonDeploymentCapacityProviderList, 1, 1]
|
|
1550
|
+
];
|
|
1551
|
+
export var DaemonDeploymentSummary$ = [3, n0, _DDS,
|
|
1552
|
+
0,
|
|
1553
|
+
[_dDA, _dA, _cA, _st, _sR, _tDRA, _cAr, _sA, _sAt, _fA],
|
|
1554
|
+
[0, 0, 0, 0, 0, 0, 4, 4, 4, 4]
|
|
1555
|
+
];
|
|
1556
|
+
export var DaemonDetail$ = [3, n0, _DDa,
|
|
1557
|
+
0,
|
|
1558
|
+
[_dA, _cA, _st, _cR, _dAe, _cAr, _uA],
|
|
1559
|
+
[0, 0, 0, () => DaemonRevisionDetailList, 0, 4, 4]
|
|
1560
|
+
];
|
|
1561
|
+
export var DaemonLinuxParameters$ = [3, n0, _DLP,
|
|
1562
|
+
0,
|
|
1563
|
+
[_ca, _de, _iPE, _tm],
|
|
1564
|
+
[() => KernelCapabilities$, () => DevicesList, 2, () => TmpfsList]
|
|
1565
|
+
];
|
|
1566
|
+
export var DaemonRevision$ = [3, n0, _DR,
|
|
1567
|
+
0,
|
|
1568
|
+
[_dRA, _cA, _dA, _dTDA, _cAr, _cI, _pTr, _eECSMT, _eEC],
|
|
1569
|
+
[0, 0, 0, 0, 4, () => DaemonContainerImages, 0, 2, 2]
|
|
1570
|
+
];
|
|
1571
|
+
export var DaemonRevisionDetail$ = [3, n0, _DRD,
|
|
1572
|
+
0,
|
|
1573
|
+
[_ar, _cPap, _tRC],
|
|
1574
|
+
[0, () => DaemonCapacityProviderList, 1]
|
|
1575
|
+
];
|
|
1576
|
+
export var DaemonRollback$ = [3, n0, _DRa,
|
|
1577
|
+
0,
|
|
1578
|
+
[_r, _sA, _rTDRA, _rCP],
|
|
1579
|
+
[0, 4, 0, 64 | 0]
|
|
1580
|
+
];
|
|
1581
|
+
export var DaemonSummary$ = [3, n0, _DS,
|
|
1582
|
+
0,
|
|
1583
|
+
[_dA, _st, _cAr, _uA],
|
|
1584
|
+
[0, 0, 4, 4]
|
|
1585
|
+
];
|
|
1586
|
+
export var DaemonTaskDefinition$ = [3, n0, _DTD,
|
|
1587
|
+
0,
|
|
1588
|
+
[_dTDA, _f, _re, _tRA, _eRA, _cD, _vo, _cp, _me, _st, _rAe, _dRAe, _rB],
|
|
1589
|
+
[0, 0, 1, 0, 0, [() => DaemonContainerDefinitionList, 0], () => DaemonVolumeList, 0, 0, 0, 4, 4, 0]
|
|
1590
|
+
];
|
|
1591
|
+
export var DaemonTaskDefinitionSummary$ = [3, n0, _DTDS,
|
|
1592
|
+
0,
|
|
1593
|
+
[_ar, _rAe, _rB, _dRAe, _st],
|
|
1594
|
+
[0, 4, 0, 4, 0]
|
|
1595
|
+
];
|
|
1596
|
+
export var DaemonVolume$ = [3, n0, _DV,
|
|
1597
|
+
0,
|
|
1598
|
+
[_n, _ho],
|
|
1599
|
+
[0, () => HostVolumeProperties$]
|
|
1600
|
+
];
|
|
1377
1601
|
export var DeleteAccountSettingRequest$ = [3, n0, _DASR,
|
|
1378
1602
|
0,
|
|
1379
1603
|
[_n, _pA],
|
|
@@ -1414,9 +1638,29 @@ export var DeleteClusterResponse$ = [3, n0, _DCRe,
|
|
|
1414
1638
|
[_cl],
|
|
1415
1639
|
[() => Cluster$]
|
|
1416
1640
|
];
|
|
1641
|
+
export var DeleteDaemonRequest$ = [3, n0, _DDR,
|
|
1642
|
+
0,
|
|
1643
|
+
[_dA],
|
|
1644
|
+
[0], 1
|
|
1645
|
+
];
|
|
1646
|
+
export var DeleteDaemonResponse$ = [3, n0, _DDRe,
|
|
1647
|
+
0,
|
|
1648
|
+
[_dA, _st, _cAr, _uA, _dAe],
|
|
1649
|
+
[0, 0, 4, 4, 0]
|
|
1650
|
+
];
|
|
1651
|
+
export var DeleteDaemonTaskDefinitionRequest$ = [3, n0, _DDTDR,
|
|
1652
|
+
0,
|
|
1653
|
+
[_dTD],
|
|
1654
|
+
[0], 1
|
|
1655
|
+
];
|
|
1656
|
+
export var DeleteDaemonTaskDefinitionResponse$ = [3, n0, _DDTDRe,
|
|
1657
|
+
0,
|
|
1658
|
+
[_dTDA],
|
|
1659
|
+
[0]
|
|
1660
|
+
];
|
|
1417
1661
|
export var DeleteExpressGatewayServiceRequest$ = [3, n0, _DEGSR,
|
|
1418
1662
|
0,
|
|
1419
|
-
[
|
|
1663
|
+
[_sAe],
|
|
1420
1664
|
[0], 1
|
|
1421
1665
|
];
|
|
1422
1666
|
export var DeleteExpressGatewayServiceResponse$ = [3, n0, _DEGSRe,
|
|
@@ -1426,7 +1670,7 @@ export var DeleteExpressGatewayServiceResponse$ = [3, n0, _DEGSRe,
|
|
|
1426
1670
|
];
|
|
1427
1671
|
export var DeleteServiceRequest$ = [3, n0, _DSR,
|
|
1428
1672
|
0,
|
|
1429
|
-
[_ser, _cl,
|
|
1673
|
+
[_ser, _cl, _fo],
|
|
1430
1674
|
[0, 0, 2], 1
|
|
1431
1675
|
];
|
|
1432
1676
|
export var DeleteServiceResponse$ = [3, n0, _DSRe,
|
|
@@ -1442,11 +1686,11 @@ export var DeleteTaskDefinitionsRequest$ = [3, n0, _DTDR,
|
|
|
1442
1686
|
export var DeleteTaskDefinitionsResponse$ = [3, n0, _DTDRe,
|
|
1443
1687
|
0,
|
|
1444
1688
|
[_tDa, _fa],
|
|
1445
|
-
[() => TaskDefinitionList, () => Failures]
|
|
1689
|
+
[[() => TaskDefinitionList, 0], () => Failures]
|
|
1446
1690
|
];
|
|
1447
1691
|
export var DeleteTaskSetRequest$ = [3, n0, _DTSR,
|
|
1448
1692
|
0,
|
|
1449
|
-
[_cl, _ser, _tS,
|
|
1693
|
+
[_cl, _ser, _tS, _fo],
|
|
1450
1694
|
[0, 0, 0, 2], 3
|
|
1451
1695
|
];
|
|
1452
1696
|
export var DeleteTaskSetResponse$ = [3, n0, _DTSRe,
|
|
@@ -1456,7 +1700,7 @@ export var DeleteTaskSetResponse$ = [3, n0, _DTSRe,
|
|
|
1456
1700
|
];
|
|
1457
1701
|
export var Deployment$ = [3, n0, _D,
|
|
1458
1702
|
0,
|
|
1459
|
-
[_i, _st, _tD,
|
|
1703
|
+
[_i, _st, _tD, _dCe, _pCe, _rCu, _fT, _cAr, _uA, _cPS, _lT, _pV, _pF, _nC, _rS, _rSR, _sCC, _sCR, _vCo, _fES, _vLC],
|
|
1460
1704
|
[0, 0, 0, 1, 1, 1, 1, 4, 4, () => CapacityProviderStrategy, 0, 0, 0, () => NetworkConfiguration$, 0, 0, () => ServiceConnectConfiguration$, () => ServiceConnectServiceResourceList, () => ServiceVolumeConfigurations, () => DeploymentEphemeralStorage$, () => VpcLatticeConfigurations]
|
|
1461
1705
|
];
|
|
1462
1706
|
export var DeploymentAlarms$ = [3, n0, _DA,
|
|
@@ -1464,7 +1708,7 @@ export var DeploymentAlarms$ = [3, n0, _DA,
|
|
|
1464
1708
|
[_aN, _rol, _enab],
|
|
1465
1709
|
[64 | 0, 2, 2], 3
|
|
1466
1710
|
];
|
|
1467
|
-
export var DeploymentCircuitBreaker$ = [3, n0,
|
|
1711
|
+
export var DeploymentCircuitBreaker$ = [3, n0, _DCBe,
|
|
1468
1712
|
0,
|
|
1469
1713
|
[_enab, _rol],
|
|
1470
1714
|
[2, 2], 2
|
|
@@ -1491,12 +1735,12 @@ export var DeploymentLifecycleHook$ = [3, n0, _DLH,
|
|
|
1491
1735
|
];
|
|
1492
1736
|
export var DeregisterContainerInstanceRequest$ = [3, n0, _DCIR,
|
|
1493
1737
|
0,
|
|
1494
|
-
[
|
|
1738
|
+
[_cIo, _cl, _fo],
|
|
1495
1739
|
[0, 0, 2], 1
|
|
1496
1740
|
];
|
|
1497
1741
|
export var DeregisterContainerInstanceResponse$ = [3, n0, _DCIRe,
|
|
1498
1742
|
0,
|
|
1499
|
-
[
|
|
1743
|
+
[_cIo],
|
|
1500
1744
|
[() => ContainerInstance$]
|
|
1501
1745
|
];
|
|
1502
1746
|
export var DeregisterTaskDefinitionRequest$ = [3, n0, _DTDRer,
|
|
@@ -1507,7 +1751,7 @@ export var DeregisterTaskDefinitionRequest$ = [3, n0, _DTDRer,
|
|
|
1507
1751
|
export var DeregisterTaskDefinitionResponse$ = [3, n0, _DTDRere,
|
|
1508
1752
|
0,
|
|
1509
1753
|
[_tD],
|
|
1510
|
-
[() => TaskDefinition
|
|
1754
|
+
[[() => TaskDefinition$, 0]]
|
|
1511
1755
|
];
|
|
1512
1756
|
export var DescribeCapacityProvidersRequest$ = [3, n0, _DCPRes,
|
|
1513
1757
|
0,
|
|
@@ -1531,17 +1775,57 @@ export var DescribeClustersResponse$ = [3, n0, _DCResc,
|
|
|
1531
1775
|
];
|
|
1532
1776
|
export var DescribeContainerInstancesRequest$ = [3, n0, _DCIRes,
|
|
1533
1777
|
0,
|
|
1534
|
-
[
|
|
1778
|
+
[_cIon, _cl, _inc],
|
|
1535
1779
|
[64 | 0, 0, 64 | 0], 1
|
|
1536
1780
|
];
|
|
1537
1781
|
export var DescribeContainerInstancesResponse$ = [3, n0, _DCIResc,
|
|
1538
1782
|
0,
|
|
1539
|
-
[
|
|
1783
|
+
[_cIon, _fa],
|
|
1540
1784
|
[() => ContainerInstances, () => Failures]
|
|
1541
1785
|
];
|
|
1786
|
+
export var DescribeDaemonDeploymentsRequest$ = [3, n0, _DDDR,
|
|
1787
|
+
0,
|
|
1788
|
+
[_dDAa],
|
|
1789
|
+
[64 | 0], 1
|
|
1790
|
+
];
|
|
1791
|
+
export var DescribeDaemonDeploymentsResponse$ = [3, n0, _DDDRe,
|
|
1792
|
+
0,
|
|
1793
|
+
[_fa, _dD],
|
|
1794
|
+
[() => Failures, () => DaemonDeploymentList]
|
|
1795
|
+
];
|
|
1796
|
+
export var DescribeDaemonRequest$ = [3, n0, _DDRes,
|
|
1797
|
+
0,
|
|
1798
|
+
[_dA],
|
|
1799
|
+
[0], 1
|
|
1800
|
+
];
|
|
1801
|
+
export var DescribeDaemonResponse$ = [3, n0, _DDResc,
|
|
1802
|
+
0,
|
|
1803
|
+
[_da],
|
|
1804
|
+
[() => DaemonDetail$]
|
|
1805
|
+
];
|
|
1806
|
+
export var DescribeDaemonRevisionsRequest$ = [3, n0, _DDRR,
|
|
1807
|
+
0,
|
|
1808
|
+
[_dRAa],
|
|
1809
|
+
[64 | 0], 1
|
|
1810
|
+
];
|
|
1811
|
+
export var DescribeDaemonRevisionsResponse$ = [3, n0, _DDRRe,
|
|
1812
|
+
0,
|
|
1813
|
+
[_dR, _fa],
|
|
1814
|
+
[() => DaemonRevisions, () => Failures]
|
|
1815
|
+
];
|
|
1816
|
+
export var DescribeDaemonTaskDefinitionRequest$ = [3, n0, _DDTDRes,
|
|
1817
|
+
0,
|
|
1818
|
+
[_dTD],
|
|
1819
|
+
[0], 1
|
|
1820
|
+
];
|
|
1821
|
+
export var DescribeDaemonTaskDefinitionResponse$ = [3, n0, _DDTDResc,
|
|
1822
|
+
0,
|
|
1823
|
+
[_dTD],
|
|
1824
|
+
[[() => DaemonTaskDefinition$, 0]]
|
|
1825
|
+
];
|
|
1542
1826
|
export var DescribeExpressGatewayServiceRequest$ = [3, n0, _DEGSRes,
|
|
1543
1827
|
0,
|
|
1544
|
-
[
|
|
1828
|
+
[_sAe, _inc],
|
|
1545
1829
|
[0, 64 | 0], 1
|
|
1546
1830
|
];
|
|
1547
1831
|
export var DescribeExpressGatewayServiceResponse$ = [3, n0, _DEGSResc,
|
|
@@ -1587,7 +1871,7 @@ export var DescribeTaskDefinitionRequest$ = [3, n0, _DTDRes,
|
|
|
1587
1871
|
export var DescribeTaskDefinitionResponse$ = [3, n0, _DTDResc,
|
|
1588
1872
|
0,
|
|
1589
1873
|
[_tD, _ta],
|
|
1590
|
-
[() => TaskDefinition$, () => Tags]
|
|
1874
|
+
[[() => TaskDefinition$, 0], () => Tags]
|
|
1591
1875
|
];
|
|
1592
1876
|
export var DescribeTaskSetsRequest$ = [3, n0, _DTSRes,
|
|
1593
1877
|
0,
|
|
@@ -1616,7 +1900,7 @@ export var Device$ = [3, n0, _De,
|
|
|
1616
1900
|
];
|
|
1617
1901
|
export var DiscoverPollEndpointRequest$ = [3, n0, _DPER,
|
|
1618
1902
|
0,
|
|
1619
|
-
[
|
|
1903
|
+
[_cIo, _cl],
|
|
1620
1904
|
[0, 0]
|
|
1621
1905
|
];
|
|
1622
1906
|
export var DiscoverPollEndpointResponse$ = [3, n0, _DPERi,
|
|
@@ -1636,7 +1920,7 @@ export var EBSTagSpecification$ = [3, n0, _EBSTS,
|
|
|
1636
1920
|
];
|
|
1637
1921
|
export var ECSExpressGatewayService$ = [3, n0, _ECSEGS,
|
|
1638
1922
|
0,
|
|
1639
|
-
[_cl, _sN,
|
|
1923
|
+
[_cl, _sN, _sAe, _iRA, _st, _cDu, _aCc, _ta, _cAr, _uA],
|
|
1640
1924
|
[0, 0, 0, 0, () => ExpressGatewayServiceStatus$, 0, () => ExpressGatewayServiceConfigurations, () => Tags, 4, 4]
|
|
1641
1925
|
];
|
|
1642
1926
|
export var ECSManagedResources$ = [3, n0, _ECSMR,
|
|
@@ -1721,7 +2005,7 @@ export var ExpressGatewayServiceStatus$ = [3, n0, _EGSS,
|
|
|
1721
2005
|
];
|
|
1722
2006
|
export var Failure$ = [3, n0, _F,
|
|
1723
2007
|
0,
|
|
1724
|
-
[_ar, _r,
|
|
2008
|
+
[_ar, _r, _det],
|
|
1725
2009
|
[0, 0, 0]
|
|
1726
2010
|
];
|
|
1727
2011
|
export var FirelensConfiguration$ = [3, n0, _FC,
|
|
@@ -1751,7 +2035,7 @@ export var GetTaskProtectionResponse$ = [3, n0, _GTPRe,
|
|
|
1751
2035
|
];
|
|
1752
2036
|
export var HealthCheck$ = [3, n0, _HC,
|
|
1753
2037
|
0,
|
|
1754
|
-
[_com, _int, _ti,
|
|
2038
|
+
[_com, _int, _ti, _ret, _sP],
|
|
1755
2039
|
[64 | 0, 1, 1, 1, 1], 1
|
|
1756
2040
|
];
|
|
1757
2041
|
export var HostEntry$ = [3, n0, _HE,
|
|
@@ -1791,13 +2075,13 @@ export var InstanceHealthCheckResult$ = [3, n0, _IHCR,
|
|
|
1791
2075
|
];
|
|
1792
2076
|
export var InstanceLaunchTemplate$ = [3, n0, _ILT,
|
|
1793
2077
|
0,
|
|
1794
|
-
[_eIPA, _nC, _sCto, _mo, _cOT, _iMTP, _iR, _fE,
|
|
1795
|
-
[0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, 0, 0, 2, [() => InstanceRequirementsRequest$, 0], 2, () => CapacityReservationRequest$], 2
|
|
2078
|
+
[_eIPA, _nC, _sCto, _lSCo, _mo, _cOT, _iMTP, _iR, _fE, _cRa],
|
|
2079
|
+
[0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, () => ManagedInstancesLocalStorageConfiguration$, 0, 0, 2, [() => InstanceRequirementsRequest$, 0], 2, () => CapacityReservationRequest$], 2
|
|
1796
2080
|
];
|
|
1797
2081
|
export var InstanceLaunchTemplateUpdate$ = [3, n0, _ILTU,
|
|
1798
2082
|
0,
|
|
1799
|
-
[_eIPA, _nC, _sCto, _iMTP, _mo, _iR,
|
|
1800
|
-
[0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, 2, 0, [() => InstanceRequirementsRequest$, 0], () => CapacityReservationRequest$]
|
|
2083
|
+
[_eIPA, _nC, _sCto, _iMTP, _lSCo, _mo, _iR, _cRa],
|
|
2084
|
+
[0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, 2, () => ManagedInstancesLocalStorageConfiguration$, 0, [() => InstanceRequirementsRequest$, 0], () => CapacityReservationRequest$]
|
|
1801
2085
|
];
|
|
1802
2086
|
export var InstanceRequirementsRequest$ = [3, n0, _IRR,
|
|
1803
2087
|
0,
|
|
@@ -1821,7 +2105,7 @@ export var LinearConfiguration$ = [3, n0, _LC,
|
|
|
1821
2105
|
];
|
|
1822
2106
|
export var LinuxParameters$ = [3, n0, _LP,
|
|
1823
2107
|
0,
|
|
1824
|
-
[_ca,
|
|
2108
|
+
[_ca, _de, _iPE, _sMS, _tm, _mSa, _sw],
|
|
1825
2109
|
[() => KernelCapabilities$, () => DevicesList, 2, 1, () => TmpfsList, 1, 1]
|
|
1826
2110
|
];
|
|
1827
2111
|
export var ListAccountSettingsRequest$ = [3, n0, _LASR,
|
|
@@ -1864,6 +2148,36 @@ export var ListContainerInstancesResponse$ = [3, n0, _LCIRi,
|
|
|
1864
2148
|
[_cIAo, _nT],
|
|
1865
2149
|
[64 | 0, 0]
|
|
1866
2150
|
];
|
|
2151
|
+
export var ListDaemonDeploymentsRequest$ = [3, n0, _LDDR,
|
|
2152
|
+
0,
|
|
2153
|
+
[_dA, _st, _cAr, _mRa, _nT],
|
|
2154
|
+
[0, 64 | 0, () => CreatedAt$, 1, 0], 1
|
|
2155
|
+
];
|
|
2156
|
+
export var ListDaemonDeploymentsResponse$ = [3, n0, _LDDRi,
|
|
2157
|
+
0,
|
|
2158
|
+
[_nT, _dD],
|
|
2159
|
+
[0, () => DaemonDeploymentSummaryList]
|
|
2160
|
+
];
|
|
2161
|
+
export var ListDaemonsRequest$ = [3, n0, _LDR,
|
|
2162
|
+
0,
|
|
2163
|
+
[_cA, _cPAa, _mRa, _nT],
|
|
2164
|
+
[0, 64 | 0, 1, 0]
|
|
2165
|
+
];
|
|
2166
|
+
export var ListDaemonsResponse$ = [3, n0, _LDRi,
|
|
2167
|
+
0,
|
|
2168
|
+
[_dSL, _nT],
|
|
2169
|
+
[() => DaemonSummariesList, 0]
|
|
2170
|
+
];
|
|
2171
|
+
export var ListDaemonTaskDefinitionsRequest$ = [3, n0, _LDTDR,
|
|
2172
|
+
0,
|
|
2173
|
+
[_fP, _f, _re, _st, _so, _nT, _mRa],
|
|
2174
|
+
[0, 0, 0, 0, 0, 0, 1]
|
|
2175
|
+
];
|
|
2176
|
+
export var ListDaemonTaskDefinitionsResponse$ = [3, n0, _LDTDRi,
|
|
2177
|
+
0,
|
|
2178
|
+
[_dTDa, _nT],
|
|
2179
|
+
[() => DaemonTaskDefinitionSummaries, 0]
|
|
2180
|
+
];
|
|
1867
2181
|
export var ListServiceDeploymentsRequest$ = [3, n0, _LSDR,
|
|
1868
2182
|
0,
|
|
1869
2183
|
[_ser, _cl, _st, _cAr, _nT, _mRa],
|
|
@@ -1881,7 +2195,7 @@ export var ListServicesByNamespaceRequest$ = [3, n0, _LSBNR,
|
|
|
1881
2195
|
];
|
|
1882
2196
|
export var ListServicesByNamespaceResponse$ = [3, n0, _LSBNRi,
|
|
1883
2197
|
0,
|
|
1884
|
-
[
|
|
2198
|
+
[_sAer, _nT],
|
|
1885
2199
|
[64 | 0, 0]
|
|
1886
2200
|
];
|
|
1887
2201
|
export var ListServicesRequest$ = [3, n0, _LSR,
|
|
@@ -1891,7 +2205,7 @@ export var ListServicesRequest$ = [3, n0, _LSR,
|
|
|
1891
2205
|
];
|
|
1892
2206
|
export var ListServicesResponse$ = [3, n0, _LSRi,
|
|
1893
2207
|
0,
|
|
1894
|
-
[
|
|
2208
|
+
[_sAer, _nT],
|
|
1895
2209
|
[64 | 0, 0]
|
|
1896
2210
|
];
|
|
1897
2211
|
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
@@ -1926,8 +2240,8 @@ export var ListTaskDefinitionsResponse$ = [3, n0, _LTDRi,
|
|
|
1926
2240
|
];
|
|
1927
2241
|
export var ListTasksRequest$ = [3, n0, _LTR,
|
|
1928
2242
|
0,
|
|
1929
|
-
[_cl,
|
|
1930
|
-
[0, 0, 0, 0, 1, 0, 0, 0, 0]
|
|
2243
|
+
[_cl, _cIo, _f, _nT, _mRa, _sB, _sN, _dSe, _lT, _dNa],
|
|
2244
|
+
[0, 0, 0, 0, 1, 0, 0, 0, 0, 0]
|
|
1931
2245
|
];
|
|
1932
2246
|
export var ListTasksResponse$ = [3, n0, _LTRi,
|
|
1933
2247
|
0,
|
|
@@ -1974,6 +2288,11 @@ export var ManagedIngressPath$ = [3, n0, _MIP,
|
|
|
1974
2288
|
[_aT, _end, _lBo, _lBSG, _ce, _li, _ru, _tG],
|
|
1975
2289
|
[0, 0, () => ManagedLoadBalancer$, () => ManagedSecurityGroups, () => ManagedCertificate$, () => ManagedListener$, () => ManagedListenerRule$, () => ManagedTargetGroups], 2
|
|
1976
2290
|
];
|
|
2291
|
+
export var ManagedInstancesLocalStorageConfiguration$ = [3, n0, _MILSC,
|
|
2292
|
+
0,
|
|
2293
|
+
[_uLS],
|
|
2294
|
+
[2]
|
|
2295
|
+
];
|
|
1977
2296
|
export var ManagedInstancesNetworkConfiguration$ = [3, n0, _MINC,
|
|
1978
2297
|
0,
|
|
1979
2298
|
[_su, _sG],
|
|
@@ -2156,21 +2475,31 @@ export var RegisterContainerInstanceRequest$ = [3, n0, _RCIR,
|
|
|
2156
2475
|
];
|
|
2157
2476
|
export var RegisterContainerInstanceResponse$ = [3, n0, _RCIRe,
|
|
2158
2477
|
0,
|
|
2159
|
-
[
|
|
2478
|
+
[_cIo],
|
|
2160
2479
|
[() => ContainerInstance$]
|
|
2161
2480
|
];
|
|
2481
|
+
export var RegisterDaemonTaskDefinitionRequest$ = [3, n0, _RDTDR,
|
|
2482
|
+
0,
|
|
2483
|
+
[_f, _cD, _tRA, _eRA, _cp, _me, _vo, _ta],
|
|
2484
|
+
[0, [() => DaemonContainerDefinitionList, 0], 0, 0, 0, 0, () => DaemonVolumeList, () => Tags], 2
|
|
2485
|
+
];
|
|
2486
|
+
export var RegisterDaemonTaskDefinitionResponse$ = [3, n0, _RDTDRe,
|
|
2487
|
+
0,
|
|
2488
|
+
[_dTDA],
|
|
2489
|
+
[0]
|
|
2490
|
+
];
|
|
2162
2491
|
export var RegisterTaskDefinitionRequest$ = [3, n0, _RTDR,
|
|
2163
2492
|
0,
|
|
2164
|
-
[
|
|
2165
|
-
[0, () => ContainerDefinitions, 0, 0, 0, () => VolumeList, () => TaskDefinitionPlacementConstraints, 64 | 0, 0, 0, () => Tags, 0, 0, () => ProxyConfiguration$, () => InferenceAccelerators, () => EphemeralStorage$, () => RuntimePlatform$, 2], 2
|
|
2493
|
+
[_f, _cD, _tRA, _eRA, _nM, _vo, _pCl, _rCe, _cp, _me, _ta, _pMi, _iM, _pCr, _iAn, _eSp, _rPu, _eFI],
|
|
2494
|
+
[0, [() => ContainerDefinitions, 0], 0, 0, 0, () => VolumeList, () => TaskDefinitionPlacementConstraints, 64 | 0, 0, 0, () => Tags, 0, 0, () => ProxyConfiguration$, () => InferenceAccelerators, () => EphemeralStorage$, () => RuntimePlatform$, 2], 2
|
|
2166
2495
|
];
|
|
2167
2496
|
export var RegisterTaskDefinitionResponse$ = [3, n0, _RTDRe,
|
|
2168
2497
|
0,
|
|
2169
2498
|
[_tD, _ta],
|
|
2170
|
-
[() => TaskDefinition$, () => Tags]
|
|
2499
|
+
[[() => TaskDefinition$, 0], () => Tags]
|
|
2171
2500
|
];
|
|
2172
2501
|
export var RepositoryCredentials$ = [3, n0, _RC,
|
|
2173
|
-
|
|
2502
|
+
8,
|
|
2174
2503
|
[_cPr],
|
|
2175
2504
|
[0], 1
|
|
2176
2505
|
];
|
|
@@ -2191,7 +2520,7 @@ export var ResourceRequirement$ = [3, n0, _RR,
|
|
|
2191
2520
|
];
|
|
2192
2521
|
export var Rollback$ = [3, n0, _Ro,
|
|
2193
2522
|
0,
|
|
2194
|
-
[_r,
|
|
2523
|
+
[_r, _sA, _sRAe],
|
|
2195
2524
|
[0, 4, 0]
|
|
2196
2525
|
];
|
|
2197
2526
|
export var RunTaskRequest$ = [3, n0, _RTR,
|
|
@@ -2221,12 +2550,12 @@ export var Secret$ = [3, n0, _Se,
|
|
|
2221
2550
|
];
|
|
2222
2551
|
export var Service$ = [3, n0, _Ser,
|
|
2223
2552
|
0,
|
|
2224
|
-
[
|
|
2553
|
+
[_sAe, _sN, _cA, _lB, _sRe, _st, _dCe, _rCu, _pCe, _lT, _cPS, _pV, _pF, _tD, _dC, _tSa, _dep, _rA, _ev, _cAr, _cSD, _cSR, _pCl, _pS, _nC, _hCGPS, _sS, _dCep, _ta, _cBr, _eECSMT, _pTr, _eEC, _aZR, _rMT],
|
|
2225
2554
|
[0, 0, 0, () => LoadBalancers, () => ServiceRegistries, 0, 1, 1, 1, 0, () => CapacityProviderStrategy, 0, 0, 0, () => DeploymentConfiguration$, () => TaskSets, () => Deployments, 0, () => ServiceEvents, 4, 0, () => ServiceCurrentRevisionSummaryList, () => PlacementConstraints, () => PlacementStrategies, () => NetworkConfiguration$, 1, 0, () => DeploymentController$, () => Tags, 0, 2, 0, 2, 0, 0]
|
|
2226
2555
|
];
|
|
2227
2556
|
export var ServiceConnectAccessLogConfiguration$ = [3, n0, _SCALC,
|
|
2228
2557
|
0,
|
|
2229
|
-
[
|
|
2558
|
+
[_for, _iQP],
|
|
2230
2559
|
[0, 0], 1
|
|
2231
2560
|
];
|
|
2232
2561
|
export var ServiceConnectClientAlias$ = [3, n0, _SCCA,
|
|
@@ -2246,7 +2575,7 @@ export var ServiceConnectService$ = [3, n0, _SCS,
|
|
|
2246
2575
|
];
|
|
2247
2576
|
export var ServiceConnectServiceResource$ = [3, n0, _SCSR,
|
|
2248
2577
|
0,
|
|
2249
|
-
[_dNi,
|
|
2578
|
+
[_dNi, _dAi],
|
|
2250
2579
|
[0, 0]
|
|
2251
2580
|
];
|
|
2252
2581
|
export var ServiceConnectTestTrafficHeaderMatchRules$ = [3, n0, _SCTTHMR,
|
|
@@ -2281,7 +2610,7 @@ export var ServiceCurrentRevisionSummary$ = [3, n0, _SCRS,
|
|
|
2281
2610
|
];
|
|
2282
2611
|
export var ServiceDeployment$ = [3, n0, _SD,
|
|
2283
2612
|
0,
|
|
2284
|
-
[_sDAe,
|
|
2613
|
+
[_sDAe, _sAe, _cA, _cAr, _sA, _fA, _sAt, _uA, _sSR, _tSR, _st, _sR, _lSif, _dC, _rol, _dCB, _al],
|
|
2285
2614
|
[0, 0, 0, 4, 4, 4, 4, 4, () => ServiceRevisionsSummaryList, () => ServiceRevisionSummary$, 0, 0, 0, () => DeploymentConfiguration$, () => Rollback$, () => ServiceDeploymentCircuitBreaker$, () => ServiceDeploymentAlarms$]
|
|
2286
2615
|
];
|
|
2287
2616
|
export var ServiceDeploymentAlarms$ = [3, n0, _SDA,
|
|
@@ -2291,7 +2620,7 @@ export var ServiceDeploymentAlarms$ = [3, n0, _SDA,
|
|
|
2291
2620
|
];
|
|
2292
2621
|
export var ServiceDeploymentBrief$ = [3, n0, _SDB,
|
|
2293
2622
|
0,
|
|
2294
|
-
[_sDAe,
|
|
2623
|
+
[_sDAe, _sAe, _cA, _sA, _cAr, _fA, _tSRA, _st, _sR],
|
|
2295
2624
|
[0, 0, 0, 4, 4, 4, 0, 0, 0]
|
|
2296
2625
|
];
|
|
2297
2626
|
export var ServiceDeploymentCircuitBreaker$ = [3, n0, _SDCB,
|
|
@@ -2316,7 +2645,7 @@ export var ServiceRegistry$ = [3, n0, _SR,
|
|
|
2316
2645
|
];
|
|
2317
2646
|
export var ServiceRevision$ = [3, n0, _SRe,
|
|
2318
2647
|
0,
|
|
2319
|
-
[_sRAe,
|
|
2648
|
+
[_sRAe, _sAe, _cA, _tD, _cPS, _lT, _pV, _pF, _lB, _sRe, _nC, _cI, _gDE, _sCC, _vCo, _fES, _cAr, _vLC, _rCes, _eMR],
|
|
2320
2649
|
[0, 0, 0, 0, () => CapacityProviderStrategy, 0, 0, 0, () => LoadBalancers, () => ServiceRegistries, () => NetworkConfiguration$, () => ContainerImages, 2, () => ServiceConnectConfiguration$, () => ServiceVolumeConfigurations, () => DeploymentEphemeralStorage$, 4, () => VpcLatticeConfigurations, () => ResolvedConfiguration$, () => ECSManagedResources$]
|
|
2321
2650
|
];
|
|
2322
2651
|
export var ServiceRevisionLoadBalancer$ = [3, n0, _SRLB,
|
|
@@ -2346,7 +2675,7 @@ export var Setting$ = [3, n0, _Set,
|
|
|
2346
2675
|
];
|
|
2347
2676
|
export var StartTaskRequest$ = [3, n0, _STR,
|
|
2348
2677
|
0,
|
|
2349
|
-
[
|
|
2678
|
+
[_cIon, _tD, _cl, _eECSMT, _eEC, _g, _nC, _ov, _pTr, _rIe, _sB, _ta, _vCo],
|
|
2350
2679
|
[64 | 0, 0, 0, 2, 2, 0, () => NetworkConfiguration$, () => TaskOverride$, 0, 0, 0, () => Tags, () => TaskVolumeConfigurations], 2
|
|
2351
2680
|
];
|
|
2352
2681
|
export var StartTaskResponse$ = [3, n0, _STRt,
|
|
@@ -2426,13 +2755,13 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
2426
2755
|
];
|
|
2427
2756
|
export var Task$ = [3, n0, _Ta,
|
|
2428
2757
|
0,
|
|
2429
|
-
[_a, _at, _aZ, _cPN, _cA, _conn, _cAon, _cIA, _conta, _cp, _cAr, _dSe, _eEC, _eSA, _g, _hS, _iAn, _lS, _lT, _me, _ov, _pV, _pF, _pSA, _pSAu,
|
|
2758
|
+
[_a, _at, _aZ, _cPN, _cA, _conn, _cAon, _cIA, _conta, _cp, _cAr, _dSe, _eEC, _eSA, _g, _hS, _iAn, _lS, _lT, _me, _ov, _pV, _pF, _pSA, _pSAu, _sA, _sB, _sCtop, _sAt, _sRt, _sAto, _ta, _tA, _tDAa, _ve, _eSp, _fES],
|
|
2430
2759
|
[() => Attachments, () => Attributes, 0, 0, 0, 0, 4, 0, () => Containers, 0, 4, 0, 2, 4, 0, 0, () => InferenceAccelerators, 0, 0, 0, () => TaskOverride$, 0, 0, 4, 4, 4, 0, 0, 4, 0, 4, () => Tags, 0, 0, 1, () => EphemeralStorage$, () => TaskEphemeralStorage$]
|
|
2431
2760
|
];
|
|
2432
2761
|
export var TaskDefinition$ = [3, n0, _TD,
|
|
2433
2762
|
0,
|
|
2434
|
-
[_tDAa,
|
|
2435
|
-
[0, () => ContainerDefinitions, 0, 0, 0, 0, 1, () => VolumeList, 0, () => RequiresAttributes, () => TaskDefinitionPlacementConstraints, 64 | 0, () => RuntimePlatform$, 64 | 0, 0, 0, () => InferenceAccelerators, 0, 0, () => ProxyConfiguration$, 4, 4, 0, () => EphemeralStorage$, 2]
|
|
2763
|
+
[_tDAa, _cD, _f, _tRA, _eRA, _nM, _re, _vo, _st, _rAeq, _pCl, _comp, _rPu, _rCe, _cp, _me, _iAn, _pMi, _iM, _pCr, _rAe, _dAer, _dRAe, _rB, _eSp, _eFI],
|
|
2764
|
+
[0, [() => ContainerDefinitions, 0], 0, 0, 0, 0, 1, () => VolumeList, 0, () => RequiresAttributes, () => TaskDefinitionPlacementConstraints, 64 | 0, () => RuntimePlatform$, 64 | 0, 0, 0, () => InferenceAccelerators, 0, 0, () => ProxyConfiguration$, 4, 4, 4, 0, () => EphemeralStorage$, 2]
|
|
2436
2765
|
];
|
|
2437
2766
|
export var TaskDefinitionPlacementConstraint$ = [3, n0, _TDPC,
|
|
2438
2767
|
0,
|
|
@@ -2461,7 +2790,7 @@ export var TaskOverride$ = [3, n0, _TO,
|
|
|
2461
2790
|
];
|
|
2462
2791
|
export var TaskSet$ = [3, n0, _TS,
|
|
2463
2792
|
0,
|
|
2464
|
-
[_i, _tSA,
|
|
2793
|
+
[_i, _tSA, _sAe, _cA, _sB, _eI, _st, _tD, _cDC, _pCe, _rCu, _cAr, _uA, _lT, _cPS, _pV, _pF, _nC, _lB, _sRe, _sc, _sSt, _sSA, _ta, _fES],
|
|
2465
2794
|
[0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 4, 4, 0, () => CapacityProviderStrategy, 0, 0, () => NetworkConfiguration$, () => LoadBalancers, () => ServiceRegistries, () => Scale$, 0, 4, () => Tags, () => DeploymentEphemeralStorage$]
|
|
2466
2795
|
];
|
|
2467
2796
|
export var TaskVolumeConfiguration$ = [3, n0, _TVC,
|
|
@@ -2531,32 +2860,42 @@ export var UpdateClusterSettingsResponse$ = [3, n0, _UCSRp,
|
|
|
2531
2860
|
];
|
|
2532
2861
|
export var UpdateContainerAgentRequest$ = [3, n0, _UCAR,
|
|
2533
2862
|
0,
|
|
2534
|
-
[
|
|
2863
|
+
[_cIo, _cl],
|
|
2535
2864
|
[0, 0], 1
|
|
2536
2865
|
];
|
|
2537
2866
|
export var UpdateContainerAgentResponse$ = [3, n0, _UCARp,
|
|
2538
2867
|
0,
|
|
2539
|
-
[
|
|
2868
|
+
[_cIo],
|
|
2540
2869
|
[() => ContainerInstance$]
|
|
2541
2870
|
];
|
|
2542
2871
|
export var UpdateContainerInstancesStateRequest$ = [3, n0, _UCISR,
|
|
2543
2872
|
0,
|
|
2544
|
-
[
|
|
2873
|
+
[_cIon, _st, _cl],
|
|
2545
2874
|
[64 | 0, 0, 0], 2
|
|
2546
2875
|
];
|
|
2547
2876
|
export var UpdateContainerInstancesStateResponse$ = [3, n0, _UCISRp,
|
|
2548
2877
|
0,
|
|
2549
|
-
[
|
|
2878
|
+
[_cIon, _fa],
|
|
2550
2879
|
[() => ContainerInstances, () => Failures]
|
|
2551
2880
|
];
|
|
2881
|
+
export var UpdateDaemonRequest$ = [3, n0, _UDR,
|
|
2882
|
+
0,
|
|
2883
|
+
[_dA, _dTDA, _cPAa, _dC, _pTr, _eECSMT, _eEC],
|
|
2884
|
+
[0, 0, 64 | 0, () => DaemonDeploymentConfiguration$, 0, 2, 2], 3
|
|
2885
|
+
];
|
|
2886
|
+
export var UpdateDaemonResponse$ = [3, n0, _UDRp,
|
|
2887
|
+
0,
|
|
2888
|
+
[_dA, _st, _cAr, _uA, _dAe],
|
|
2889
|
+
[0, 0, 4, 4, 0]
|
|
2890
|
+
];
|
|
2552
2891
|
export var UpdatedExpressGatewayService$ = [3, n0, _UEGS,
|
|
2553
2892
|
0,
|
|
2554
|
-
[
|
|
2893
|
+
[_sAe, _cl, _sN, _st, _tCa, _cAr, _uA],
|
|
2555
2894
|
[0, 0, 0, () => ExpressGatewayServiceStatus$, () => ExpressGatewayServiceConfiguration$, 4, 4]
|
|
2556
2895
|
];
|
|
2557
2896
|
export var UpdateExpressGatewayServiceRequest$ = [3, n0, _UEGSR,
|
|
2558
2897
|
0,
|
|
2559
|
-
[
|
|
2898
|
+
[_sAe, _eRA, _hCP, _pC, _tRA, _nC, _cp, _me, _sTc],
|
|
2560
2899
|
[0, 0, 0, () => ExpressGatewayContainer$, 0, () => ExpressGatewayServiceNetworkConfiguration$, 0, 0, () => ExpressGatewayScalingTarget$], 1
|
|
2561
2900
|
];
|
|
2562
2901
|
export var UpdateExpressGatewayServiceResponse$ = [3, n0, _UEGSRp,
|
|
@@ -2581,7 +2920,7 @@ export var UpdateServicePrimaryTaskSetResponse$ = [3, n0, _USPTSRp,
|
|
|
2581
2920
|
];
|
|
2582
2921
|
export var UpdateServiceRequest$ = [3, n0, _USR,
|
|
2583
2922
|
0,
|
|
2584
|
-
[_ser, _cl,
|
|
2923
|
+
[_ser, _cl, _dCe, _tD, _cPS, _dC, _aZR, _nC, _pCl, _pS, _pV, _fND, _hCGPS, _dCep, _eEC, _eECSMT, _lB, _pTr, _sRe, _sCC, _vCo, _vLC],
|
|
2585
2924
|
[0, 0, 1, 0, () => CapacityProviderStrategy, () => DeploymentConfiguration$, 0, () => NetworkConfiguration$, () => PlacementConstraints, () => PlacementStrategies, 0, 2, 1, () => DeploymentController$, 2, 2, () => LoadBalancers, 0, () => ServiceRegistries, () => ServiceConnectConfiguration$, () => ServiceVolumeConfigurations, () => VpcLatticeConfigurations], 1
|
|
2586
2925
|
];
|
|
2587
2926
|
export var UpdateServiceResponse$ = [3, n0, _USRp,
|
|
@@ -2679,7 +3018,8 @@ var ClusterSettings = [1, n0, _CSl,
|
|
|
2679
3018
|
];
|
|
2680
3019
|
var CompatibilityList = 64 | 0;
|
|
2681
3020
|
var ContainerDefinitions = [1, n0, _CDon,
|
|
2682
|
-
0, () => ContainerDefinition
|
|
3021
|
+
0, [() => ContainerDefinition$,
|
|
3022
|
+
0]
|
|
2683
3023
|
];
|
|
2684
3024
|
var ContainerDependencies = [1, n0, _CDont,
|
|
2685
3025
|
0, () => ContainerDependency$
|
|
@@ -2704,6 +3044,44 @@ var CpuManufacturerSet = [1, n0, _CMS,
|
|
|
2704
3044
|
0, [0,
|
|
2705
3045
|
{ [_xN]: _it }]
|
|
2706
3046
|
];
|
|
3047
|
+
var DaemonCapacityProviderList = [1, n0, _DCPL,
|
|
3048
|
+
0, () => DaemonCapacityProvider$
|
|
3049
|
+
];
|
|
3050
|
+
var DaemonContainerDefinitionList = [1, n0, _DCDL,
|
|
3051
|
+
0, [() => DaemonContainerDefinition$,
|
|
3052
|
+
0]
|
|
3053
|
+
];
|
|
3054
|
+
var DaemonContainerImages = [1, n0, _DCIa,
|
|
3055
|
+
0, () => DaemonContainerImage$
|
|
3056
|
+
];
|
|
3057
|
+
var DaemonDeploymentCapacityProviderList = [1, n0, _DDCPL,
|
|
3058
|
+
0, () => DaemonDeploymentCapacityProvider$
|
|
3059
|
+
];
|
|
3060
|
+
var DaemonDeploymentList = [1, n0, _DDL,
|
|
3061
|
+
0, () => DaemonDeployment$
|
|
3062
|
+
];
|
|
3063
|
+
var DaemonDeploymentRevisionDetailList = [1, n0, _DDRDL,
|
|
3064
|
+
0, () => DaemonDeploymentRevisionDetail$
|
|
3065
|
+
];
|
|
3066
|
+
var DaemonDeploymentStatusList = 64 | 0;
|
|
3067
|
+
var DaemonDeploymentSummaryList = [1, n0, _DDSL,
|
|
3068
|
+
0, () => DaemonDeploymentSummary$
|
|
3069
|
+
];
|
|
3070
|
+
var DaemonRevisionDetailList = [1, n0, _DRDL,
|
|
3071
|
+
0, () => DaemonRevisionDetail$
|
|
3072
|
+
];
|
|
3073
|
+
var DaemonRevisions = [1, n0, _DRae,
|
|
3074
|
+
0, () => DaemonRevision$
|
|
3075
|
+
];
|
|
3076
|
+
var DaemonSummariesList = [1, n0, _DSL,
|
|
3077
|
+
0, () => DaemonSummary$
|
|
3078
|
+
];
|
|
3079
|
+
var DaemonTaskDefinitionSummaries = [1, n0, _DTDSa,
|
|
3080
|
+
0, () => DaemonTaskDefinitionSummary$
|
|
3081
|
+
];
|
|
3082
|
+
var DaemonVolumeList = [1, n0, _DVL,
|
|
3083
|
+
0, () => DaemonVolume$
|
|
3084
|
+
];
|
|
2707
3085
|
var DeploymentLifecycleHookList = [1, n0, _DLHL,
|
|
2708
3086
|
0, () => DeploymentLifecycleHook$
|
|
2709
3087
|
];
|
|
@@ -2884,7 +3262,8 @@ var Tags = [1, n0, _Tag,
|
|
|
2884
3262
|
];
|
|
2885
3263
|
var TaskDefinitionFieldList = 64 | 0;
|
|
2886
3264
|
var TaskDefinitionList = [1, n0, _TDL,
|
|
2887
|
-
0, () => TaskDefinition
|
|
3265
|
+
0, [() => TaskDefinition$,
|
|
3266
|
+
0]
|
|
2888
3267
|
];
|
|
2889
3268
|
var TaskDefinitionPlacementConstraints = [1, n0, _TDPCa,
|
|
2890
3269
|
0, () => TaskDefinitionPlacementConstraint$
|
|
@@ -2925,6 +3304,9 @@ export var CreateCapacityProvider$ = [9, n0, _CCP,
|
|
|
2925
3304
|
export var CreateCluster$ = [9, n0, _CCr,
|
|
2926
3305
|
0, () => CreateClusterRequest$, () => CreateClusterResponse$
|
|
2927
3306
|
];
|
|
3307
|
+
export var CreateDaemon$ = [9, n0, _CDr,
|
|
3308
|
+
0, () => CreateDaemonRequest$, () => CreateDaemonResponse$
|
|
3309
|
+
];
|
|
2928
3310
|
export var CreateExpressGatewayService$ = [9, n0, _CEGS,
|
|
2929
3311
|
0, () => CreateExpressGatewayServiceRequest$, () => CreateExpressGatewayServiceResponse$
|
|
2930
3312
|
];
|
|
@@ -2940,39 +3322,57 @@ export var DeleteAccountSetting$ = [9, n0, _DAS,
|
|
|
2940
3322
|
export var DeleteAttributes$ = [9, n0, _DAe,
|
|
2941
3323
|
0, () => DeleteAttributesRequest$, () => DeleteAttributesResponse$
|
|
2942
3324
|
];
|
|
2943
|
-
export var DeleteCapacityProvider$ = [9, n0,
|
|
3325
|
+
export var DeleteCapacityProvider$ = [9, n0, _DCPe,
|
|
2944
3326
|
2, () => DeleteCapacityProviderRequest$, () => DeleteCapacityProviderResponse$
|
|
2945
3327
|
];
|
|
2946
3328
|
export var DeleteCluster$ = [9, n0, _DCel,
|
|
2947
3329
|
2, () => DeleteClusterRequest$, () => DeleteClusterResponse$
|
|
2948
3330
|
];
|
|
3331
|
+
export var DeleteDaemon$ = [9, n0, _DDe,
|
|
3332
|
+
2, () => DeleteDaemonRequest$, () => DeleteDaemonResponse$
|
|
3333
|
+
];
|
|
3334
|
+
export var DeleteDaemonTaskDefinition$ = [9, n0, _DDTD,
|
|
3335
|
+
0, () => DeleteDaemonTaskDefinitionRequest$, () => DeleteDaemonTaskDefinitionResponse$
|
|
3336
|
+
];
|
|
2949
3337
|
export var DeleteExpressGatewayService$ = [9, n0, _DEGS,
|
|
2950
3338
|
0, () => DeleteExpressGatewayServiceRequest$, () => DeleteExpressGatewayServiceResponse$
|
|
2951
3339
|
];
|
|
2952
|
-
export var DeleteService$ = [9, n0,
|
|
3340
|
+
export var DeleteService$ = [9, n0, _DSe,
|
|
2953
3341
|
2, () => DeleteServiceRequest$, () => DeleteServiceResponse$
|
|
2954
3342
|
];
|
|
2955
|
-
export var DeleteTaskDefinitions$ = [9, n0,
|
|
3343
|
+
export var DeleteTaskDefinitions$ = [9, n0, _DTDe,
|
|
2956
3344
|
0, () => DeleteTaskDefinitionsRequest$, () => DeleteTaskDefinitionsResponse$
|
|
2957
3345
|
];
|
|
2958
3346
|
export var DeleteTaskSet$ = [9, n0, _DTS,
|
|
2959
3347
|
2, () => DeleteTaskSetRequest$, () => DeleteTaskSetResponse$
|
|
2960
3348
|
];
|
|
2961
|
-
export var DeregisterContainerInstance$ = [9, n0,
|
|
3349
|
+
export var DeregisterContainerInstance$ = [9, n0, _DCIe,
|
|
2962
3350
|
0, () => DeregisterContainerInstanceRequest$, () => DeregisterContainerInstanceResponse$
|
|
2963
3351
|
];
|
|
2964
|
-
export var DeregisterTaskDefinition$ = [9, n0,
|
|
3352
|
+
export var DeregisterTaskDefinition$ = [9, n0, _DTDer,
|
|
2965
3353
|
0, () => DeregisterTaskDefinitionRequest$, () => DeregisterTaskDefinitionResponse$
|
|
2966
3354
|
];
|
|
2967
|
-
export var DescribeCapacityProviders$ = [9, n0,
|
|
3355
|
+
export var DescribeCapacityProviders$ = [9, n0, _DCPes,
|
|
2968
3356
|
0, () => DescribeCapacityProvidersRequest$, () => DescribeCapacityProvidersResponse$
|
|
2969
3357
|
];
|
|
2970
3358
|
export var DescribeClusters$ = [9, n0, _DCes,
|
|
2971
3359
|
0, () => DescribeClustersRequest$, () => DescribeClustersResponse$
|
|
2972
3360
|
];
|
|
2973
|
-
export var DescribeContainerInstances$ = [9, n0,
|
|
3361
|
+
export var DescribeContainerInstances$ = [9, n0, _DCIes,
|
|
2974
3362
|
0, () => DescribeContainerInstancesRequest$, () => DescribeContainerInstancesResponse$
|
|
2975
3363
|
];
|
|
3364
|
+
export var DescribeDaemon$ = [9, n0, _DDes,
|
|
3365
|
+
0, () => DescribeDaemonRequest$, () => DescribeDaemonResponse$
|
|
3366
|
+
];
|
|
3367
|
+
export var DescribeDaemonDeployments$ = [9, n0, _DDD,
|
|
3368
|
+
0, () => DescribeDaemonDeploymentsRequest$, () => DescribeDaemonDeploymentsResponse$
|
|
3369
|
+
];
|
|
3370
|
+
export var DescribeDaemonRevisions$ = [9, n0, _DDRescr,
|
|
3371
|
+
0, () => DescribeDaemonRevisionsRequest$, () => DescribeDaemonRevisionsResponse$
|
|
3372
|
+
];
|
|
3373
|
+
export var DescribeDaemonTaskDefinition$ = [9, n0, _DDTDe,
|
|
3374
|
+
0, () => DescribeDaemonTaskDefinitionRequest$, () => DescribeDaemonTaskDefinitionResponse$
|
|
3375
|
+
];
|
|
2976
3376
|
export var DescribeExpressGatewayService$ = [9, n0, _DEGSe,
|
|
2977
3377
|
0, () => DescribeExpressGatewayServiceRequest$, () => DescribeExpressGatewayServiceResponse$
|
|
2978
3378
|
];
|
|
@@ -2982,7 +3382,7 @@ export var DescribeServiceDeployments$ = [9, n0, _DSD,
|
|
|
2982
3382
|
export var DescribeServiceRevisions$ = [9, n0, _DSRescr,
|
|
2983
3383
|
0, () => DescribeServiceRevisionsRequest$, () => DescribeServiceRevisionsResponse$
|
|
2984
3384
|
];
|
|
2985
|
-
export var DescribeServices$ = [9, n0,
|
|
3385
|
+
export var DescribeServices$ = [9, n0, _DSes,
|
|
2986
3386
|
0, () => DescribeServicesRequest$, () => DescribeServicesResponse$
|
|
2987
3387
|
];
|
|
2988
3388
|
export var DescribeTaskDefinition$ = [9, n0, _DTDes,
|
|
@@ -3015,6 +3415,15 @@ export var ListClusters$ = [9, n0, _LCi,
|
|
|
3015
3415
|
export var ListContainerInstances$ = [9, n0, _LCI,
|
|
3016
3416
|
0, () => ListContainerInstancesRequest$, () => ListContainerInstancesResponse$
|
|
3017
3417
|
];
|
|
3418
|
+
export var ListDaemonDeployments$ = [9, n0, _LDD,
|
|
3419
|
+
0, () => ListDaemonDeploymentsRequest$, () => ListDaemonDeploymentsResponse$
|
|
3420
|
+
];
|
|
3421
|
+
export var ListDaemons$ = [9, n0, _LD,
|
|
3422
|
+
0, () => ListDaemonsRequest$, () => ListDaemonsResponse$
|
|
3423
|
+
];
|
|
3424
|
+
export var ListDaemonTaskDefinitions$ = [9, n0, _LDTD,
|
|
3425
|
+
0, () => ListDaemonTaskDefinitionsRequest$, () => ListDaemonTaskDefinitionsResponse$
|
|
3426
|
+
];
|
|
3018
3427
|
export var ListServiceDeployments$ = [9, n0, _LSD,
|
|
3019
3428
|
0, () => ListServiceDeploymentsRequest$, () => ListServiceDeploymentsResponse$
|
|
3020
3429
|
];
|
|
@@ -3051,6 +3460,9 @@ export var PutClusterCapacityProviders$ = [9, n0, _PCCP,
|
|
|
3051
3460
|
export var RegisterContainerInstance$ = [9, n0, _RCI,
|
|
3052
3461
|
0, () => RegisterContainerInstanceRequest$, () => RegisterContainerInstanceResponse$
|
|
3053
3462
|
];
|
|
3463
|
+
export var RegisterDaemonTaskDefinition$ = [9, n0, _RDTD,
|
|
3464
|
+
0, () => RegisterDaemonTaskDefinitionRequest$, () => RegisterDaemonTaskDefinitionResponse$
|
|
3465
|
+
];
|
|
3054
3466
|
export var RegisterTaskDefinition$ = [9, n0, _RTD,
|
|
3055
3467
|
0, () => RegisterTaskDefinitionRequest$, () => RegisterTaskDefinitionResponse$
|
|
3056
3468
|
];
|
|
@@ -3096,6 +3508,9 @@ export var UpdateContainerAgent$ = [9, n0, _UCA,
|
|
|
3096
3508
|
export var UpdateContainerInstancesState$ = [9, n0, _UCIS,
|
|
3097
3509
|
0, () => UpdateContainerInstancesStateRequest$, () => UpdateContainerInstancesStateResponse$
|
|
3098
3510
|
];
|
|
3511
|
+
export var UpdateDaemon$ = [9, n0, _UD,
|
|
3512
|
+
0, () => UpdateDaemonRequest$, () => UpdateDaemonResponse$
|
|
3513
|
+
];
|
|
3099
3514
|
export var UpdateExpressGatewayService$ = [9, n0, _UEGSp,
|
|
3100
3515
|
0, () => UpdateExpressGatewayServiceRequest$, () => UpdateExpressGatewayServiceResponse$
|
|
3101
3516
|
];
|