@jjrawlins/cdk-ami-builder 0.0.65 → 0.0.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +14 -14
- package/.mergify.yml +3 -3
- package/API.md +3 -45
- package/cdk-ami-builder/jsii/jsii.go +2 -2
- package/cdk-ami-builder/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/README.md +88 -0
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +2587 -1182
- package/node_modules/@aws-sdk/client-ec2/dist-es/EC2.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateIpamPrefixListResolverCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateIpamPrefixListResolverTargetCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateLaunchTemplateCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateLaunchTemplateVersionCommand.js +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateVerifiedAccessTrustProviderCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DeleteIpamPrefixListResolverCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DeleteIpamPrefixListResolverTargetCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeIpamPrefixListResolverTargetsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeIpamPrefixListResolversCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeVerifiedAccessTrustProvidersCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverRulesCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverVersionEntriesCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverVersionsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyIpamPrefixListResolverCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyIpamPrefixListResolverTargetCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyVerifiedAccessTrustProviderCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/index.js +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_0.js +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_1.js +70 -21
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_2.js +21 -40
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_3.js +40 -31
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_4.js +31 -35
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_5.js +35 -21
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_6.js +20 -30
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_7.js +30 -32
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_8.js +24 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/DescribeIpamPrefixListResolverTargetsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/DescribeIpamPrefixListResolversPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverRulesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverVersionsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/index.js +5 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +1117 -6
- package/node_modules/@aws-sdk/client-ec2/dist-types/EC2.d.ts +79 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/EC2Client.d.ts +13 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +130 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +111 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamScopeCommand.d.ts +9 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +5 -6
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateManagedPrefixListCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVolumeCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcCommand.d.ts +15 -11
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcEndpointCommand.d.ts +9 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteFleetsCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +94 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamScopeCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +109 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamScopesCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +6 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +6 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +83 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +125 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +115 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamScopeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RunInstancesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/TerminateInstancesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/index.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_0.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +1205 -1509
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_2.d.ts +5443 -5198
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +3423 -3351
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +828 -397
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +6191 -6433
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +4211 -4032
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +4719 -4730
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_8.d.ts +1050 -7
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/protocols/Aws_ec2.d.ts +99 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2.d.ts +225 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2Client.d.ts +66 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateIpamPrefixListResolverCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +169 -185
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_2.d.ts +203 -165
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_3.d.ts +184 -172
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +171 -118
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +143 -163
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +164 -154
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +232 -270
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_8.d.ts +260 -6
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-ec2/package.json +35 -35
- package/node_modules/@aws-sdk/client-ecs/README.md +14 -12
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +15 -5
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +8 -5
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_1.js +5 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECS.d.ts +14 -12
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +14 -12
- package/node_modules/@aws-sdk/client-ecs/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +11 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateClusterCommand.d.ts +12 -10
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +126 -86
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateTaskSetCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAttributesCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteClusterCommand.d.ts +12 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskSetCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeClustersCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeContainerInstancesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +6 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +6 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskSetsCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTasksCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ExecuteCommandCommand.d.ts +11 -10
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAttributesCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListClustersCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListContainerInstancesCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServiceDeploymentsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesByNamespaceCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTasksCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +7 -6
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAttributesCommand.d.ts +8 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +10 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterContainerInstanceCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +31 -23
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +10 -6
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopServiceDeploymentCommand.d.ts +10 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopTaskCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerAgentCommand.d.ts +24 -21
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +29 -13
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskProtectionCommand.d.ts +9 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskSetCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/index.d.ts +14 -12
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +2014 -1610
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_1.d.ts +689 -439
- package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/ListTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +17 -21
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_1.d.ts +21 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-ecs/package.json +34 -34
- package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +4 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/models/models_0.js +4 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateKeyCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DecryptCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeriveSharedSecretCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeKeyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateRandomCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetPublicKeyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReplicateKeyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/SignCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/VerifyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +119 -51
- package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +7 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-kms/package.json +33 -33
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-s3/package.json +50 -50
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
- package/node_modules/@aws-sdk/client-sfn/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-sfn/package.json +33 -33
- package/node_modules/@aws-sdk/client-sns/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-sns/package.json +33 -33
- package/node_modules/@aws-sdk/client-sqs/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-sqs/package.json +35 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +31 -4
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +14 -4
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +5 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +13 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +7 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +10 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +7 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +36 -84
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +79 -19
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +17 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +8 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +17 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +9 -5
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +9 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +126 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +8 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
- package/node_modules/@aws-sdk/core/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +108 -45
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +55 -46
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +54 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +17 -8
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +17 -8
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +7 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +10 -5
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +3 -1
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +6 -1
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +6 -1
- package/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +5 -14
- package/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +5 -14
- package/node_modules/@smithy/core/package.json +7 -7
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/eventstream-codec/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/hash-stream-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/md5-js/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +7 -4
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -2
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +17 -4
- package/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +2 -1
- package/node_modules/@smithy/util-waiter/dist-es/waiter.js +4 -3
- package/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/package.json +23 -22
|
@@ -5,6 +5,8 @@ import {
|
|
|
5
5
|
AssociationStatus,
|
|
6
6
|
AttachmentStatus,
|
|
7
7
|
AutoPlacement,
|
|
8
|
+
BundleTask,
|
|
9
|
+
ByoipCidr,
|
|
8
10
|
CapacityReservationFleetState,
|
|
9
11
|
ClientVpnAuthorizationRuleStatus,
|
|
10
12
|
CurrencyCodeValues,
|
|
@@ -48,7 +50,6 @@ import {
|
|
|
48
50
|
FleetReplacementStrategy,
|
|
49
51
|
FleetType,
|
|
50
52
|
HostnameType,
|
|
51
|
-
InstanceBandwidthWeighting,
|
|
52
53
|
InstanceLifecycle,
|
|
53
54
|
LaunchTemplateAndOverridesResponse,
|
|
54
55
|
LogDestinationType,
|
|
@@ -67,17 +68,181 @@ import {
|
|
|
67
68
|
import {
|
|
68
69
|
CapacityReservationTargetResponse,
|
|
69
70
|
GroupIdentifier,
|
|
71
|
+
InstanceBandwidthWeighting,
|
|
70
72
|
InstanceIpv6Address,
|
|
71
73
|
NetworkInterfaceStatus,
|
|
72
74
|
StateReason,
|
|
73
75
|
} from "./models_2";
|
|
74
76
|
import {
|
|
75
|
-
CapacityBlock,
|
|
76
77
|
Filter,
|
|
77
78
|
FleetStateCode,
|
|
78
79
|
IdFormat,
|
|
79
80
|
InstanceTagNotificationAttribute,
|
|
81
|
+
MetricType,
|
|
80
82
|
} from "./models_3";
|
|
83
|
+
export declare const PeriodType: {
|
|
84
|
+
readonly fifteen_minutes: "fifteen-minutes";
|
|
85
|
+
readonly five_minutes: "five-minutes";
|
|
86
|
+
readonly one_day: "one-day";
|
|
87
|
+
readonly one_hour: "one-hour";
|
|
88
|
+
readonly one_week: "one-week";
|
|
89
|
+
readonly three_hours: "three-hours";
|
|
90
|
+
};
|
|
91
|
+
export type PeriodType = (typeof PeriodType)[keyof typeof PeriodType];
|
|
92
|
+
export declare const StatisticType: {
|
|
93
|
+
readonly p50: "p50";
|
|
94
|
+
};
|
|
95
|
+
export type StatisticType = (typeof StatisticType)[keyof typeof StatisticType];
|
|
96
|
+
export interface Subscription {
|
|
97
|
+
Source?: string | undefined;
|
|
98
|
+
Destination?: string | undefined;
|
|
99
|
+
Metric?: MetricType | undefined;
|
|
100
|
+
Statistic?: StatisticType | undefined;
|
|
101
|
+
Period?: PeriodType | undefined;
|
|
102
|
+
}
|
|
103
|
+
export interface DescribeAwsNetworkPerformanceMetricSubscriptionsResult {
|
|
104
|
+
NextToken?: string | undefined;
|
|
105
|
+
Subscriptions?: Subscription[] | undefined;
|
|
106
|
+
}
|
|
107
|
+
export interface DescribeBundleTasksRequest {
|
|
108
|
+
BundleIds?: string[] | undefined;
|
|
109
|
+
DryRun?: boolean | undefined;
|
|
110
|
+
Filters?: Filter[] | undefined;
|
|
111
|
+
}
|
|
112
|
+
export interface DescribeBundleTasksResult {
|
|
113
|
+
BundleTasks?: BundleTask[] | undefined;
|
|
114
|
+
}
|
|
115
|
+
export interface DescribeByoipCidrsRequest {
|
|
116
|
+
DryRun?: boolean | undefined;
|
|
117
|
+
MaxResults: number | undefined;
|
|
118
|
+
NextToken?: string | undefined;
|
|
119
|
+
}
|
|
120
|
+
export interface DescribeByoipCidrsResult {
|
|
121
|
+
ByoipCidrs?: ByoipCidr[] | undefined;
|
|
122
|
+
NextToken?: string | undefined;
|
|
123
|
+
}
|
|
124
|
+
export interface DescribeCapacityBlockExtensionHistoryRequest {
|
|
125
|
+
CapacityReservationIds?: string[] | undefined;
|
|
126
|
+
NextToken?: string | undefined;
|
|
127
|
+
MaxResults?: number | undefined;
|
|
128
|
+
Filters?: Filter[] | undefined;
|
|
129
|
+
DryRun?: boolean | undefined;
|
|
130
|
+
}
|
|
131
|
+
export declare const CapacityBlockExtensionStatus: {
|
|
132
|
+
readonly PAYMENT_FAILED: "payment-failed";
|
|
133
|
+
readonly PAYMENT_PENDING: "payment-pending";
|
|
134
|
+
readonly PAYMENT_SUCCEEDED: "payment-succeeded";
|
|
135
|
+
};
|
|
136
|
+
export type CapacityBlockExtensionStatus =
|
|
137
|
+
(typeof CapacityBlockExtensionStatus)[keyof typeof CapacityBlockExtensionStatus];
|
|
138
|
+
export interface CapacityBlockExtension {
|
|
139
|
+
CapacityReservationId?: string | undefined;
|
|
140
|
+
InstanceType?: string | undefined;
|
|
141
|
+
InstanceCount?: number | undefined;
|
|
142
|
+
AvailabilityZone?: string | undefined;
|
|
143
|
+
AvailabilityZoneId?: string | undefined;
|
|
144
|
+
CapacityBlockExtensionOfferingId?: string | undefined;
|
|
145
|
+
CapacityBlockExtensionDurationHours?: number | undefined;
|
|
146
|
+
CapacityBlockExtensionStatus?: CapacityBlockExtensionStatus | undefined;
|
|
147
|
+
CapacityBlockExtensionPurchaseDate?: Date | undefined;
|
|
148
|
+
CapacityBlockExtensionStartDate?: Date | undefined;
|
|
149
|
+
CapacityBlockExtensionEndDate?: Date | undefined;
|
|
150
|
+
UpfrontFee?: string | undefined;
|
|
151
|
+
CurrencyCode?: string | undefined;
|
|
152
|
+
}
|
|
153
|
+
export interface DescribeCapacityBlockExtensionHistoryResult {
|
|
154
|
+
CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
|
|
155
|
+
NextToken?: string | undefined;
|
|
156
|
+
}
|
|
157
|
+
export interface DescribeCapacityBlockExtensionOfferingsRequest {
|
|
158
|
+
DryRun?: boolean | undefined;
|
|
159
|
+
CapacityBlockExtensionDurationHours: number | undefined;
|
|
160
|
+
CapacityReservationId: string | undefined;
|
|
161
|
+
NextToken?: string | undefined;
|
|
162
|
+
MaxResults?: number | undefined;
|
|
163
|
+
}
|
|
164
|
+
export interface CapacityBlockExtensionOffering {
|
|
165
|
+
CapacityBlockExtensionOfferingId?: string | undefined;
|
|
166
|
+
InstanceType?: string | undefined;
|
|
167
|
+
InstanceCount?: number | undefined;
|
|
168
|
+
AvailabilityZone?: string | undefined;
|
|
169
|
+
AvailabilityZoneId?: string | undefined;
|
|
170
|
+
StartDate?: Date | undefined;
|
|
171
|
+
CapacityBlockExtensionStartDate?: Date | undefined;
|
|
172
|
+
CapacityBlockExtensionEndDate?: Date | undefined;
|
|
173
|
+
CapacityBlockExtensionDurationHours?: number | undefined;
|
|
174
|
+
UpfrontFee?: string | undefined;
|
|
175
|
+
CurrencyCode?: string | undefined;
|
|
176
|
+
Tenancy?: CapacityReservationTenancy | undefined;
|
|
177
|
+
}
|
|
178
|
+
export interface DescribeCapacityBlockExtensionOfferingsResult {
|
|
179
|
+
CapacityBlockExtensionOfferings?:
|
|
180
|
+
| CapacityBlockExtensionOffering[]
|
|
181
|
+
| undefined;
|
|
182
|
+
NextToken?: string | undefined;
|
|
183
|
+
}
|
|
184
|
+
export interface DescribeCapacityBlockOfferingsRequest {
|
|
185
|
+
DryRun?: boolean | undefined;
|
|
186
|
+
InstanceType?: string | undefined;
|
|
187
|
+
InstanceCount?: number | undefined;
|
|
188
|
+
StartDateRange?: Date | undefined;
|
|
189
|
+
EndDateRange?: Date | undefined;
|
|
190
|
+
CapacityDurationHours: number | undefined;
|
|
191
|
+
NextToken?: string | undefined;
|
|
192
|
+
MaxResults?: number | undefined;
|
|
193
|
+
UltraserverType?: string | undefined;
|
|
194
|
+
UltraserverCount?: number | undefined;
|
|
195
|
+
}
|
|
196
|
+
export interface CapacityBlockOffering {
|
|
197
|
+
CapacityBlockOfferingId?: string | undefined;
|
|
198
|
+
InstanceType?: string | undefined;
|
|
199
|
+
AvailabilityZone?: string | undefined;
|
|
200
|
+
InstanceCount?: number | undefined;
|
|
201
|
+
StartDate?: Date | undefined;
|
|
202
|
+
EndDate?: Date | undefined;
|
|
203
|
+
CapacityBlockDurationHours?: number | undefined;
|
|
204
|
+
UpfrontFee?: string | undefined;
|
|
205
|
+
CurrencyCode?: string | undefined;
|
|
206
|
+
Tenancy?: CapacityReservationTenancy | undefined;
|
|
207
|
+
UltraserverType?: string | undefined;
|
|
208
|
+
UltraserverCount?: number | undefined;
|
|
209
|
+
CapacityBlockDurationMinutes?: number | undefined;
|
|
210
|
+
}
|
|
211
|
+
export interface DescribeCapacityBlockOfferingsResult {
|
|
212
|
+
CapacityBlockOfferings?: CapacityBlockOffering[] | undefined;
|
|
213
|
+
NextToken?: string | undefined;
|
|
214
|
+
}
|
|
215
|
+
export interface DescribeCapacityBlocksRequest {
|
|
216
|
+
CapacityBlockIds?: string[] | undefined;
|
|
217
|
+
NextToken?: string | undefined;
|
|
218
|
+
MaxResults?: number | undefined;
|
|
219
|
+
Filters?: Filter[] | undefined;
|
|
220
|
+
DryRun?: boolean | undefined;
|
|
221
|
+
}
|
|
222
|
+
export declare const CapacityBlockResourceState: {
|
|
223
|
+
readonly active: "active";
|
|
224
|
+
readonly cancelled: "cancelled";
|
|
225
|
+
readonly expired: "expired";
|
|
226
|
+
readonly failed: "failed";
|
|
227
|
+
readonly payment_failed: "payment-failed";
|
|
228
|
+
readonly payment_pending: "payment-pending";
|
|
229
|
+
readonly scheduled: "scheduled";
|
|
230
|
+
readonly unavailable: "unavailable";
|
|
231
|
+
};
|
|
232
|
+
export type CapacityBlockResourceState =
|
|
233
|
+
(typeof CapacityBlockResourceState)[keyof typeof CapacityBlockResourceState];
|
|
234
|
+
export interface CapacityBlock {
|
|
235
|
+
CapacityBlockId?: string | undefined;
|
|
236
|
+
UltraserverType?: string | undefined;
|
|
237
|
+
AvailabilityZone?: string | undefined;
|
|
238
|
+
AvailabilityZoneId?: string | undefined;
|
|
239
|
+
CapacityReservationIds?: string[] | undefined;
|
|
240
|
+
StartDate?: Date | undefined;
|
|
241
|
+
EndDate?: Date | undefined;
|
|
242
|
+
CreateDate?: Date | undefined;
|
|
243
|
+
State?: CapacityBlockResourceState | undefined;
|
|
244
|
+
Tags?: Tag[] | undefined;
|
|
245
|
+
}
|
|
81
246
|
export interface DescribeCapacityBlocksResult {
|
|
82
247
|
CapacityBlocks?: CapacityBlock[] | undefined;
|
|
83
248
|
NextToken?: string | undefined;
|
|
@@ -728,6 +893,7 @@ export type FastSnapshotRestoreStateCode =
|
|
|
728
893
|
export interface DescribeFastSnapshotRestoreSuccessItem {
|
|
729
894
|
SnapshotId?: string | undefined;
|
|
730
895
|
AvailabilityZone?: string | undefined;
|
|
896
|
+
AvailabilityZoneId?: string | undefined;
|
|
731
897
|
State?: FastSnapshotRestoreStateCode | undefined;
|
|
732
898
|
StateTransitionReason?: string | undefined;
|
|
733
899
|
OwnerId?: string | undefined;
|
|
@@ -2023,122 +2189,9 @@ export interface DescribeInstanceTypesRequest {
|
|
|
2023
2189
|
MaxResults?: number | undefined;
|
|
2024
2190
|
NextToken?: string | undefined;
|
|
2025
2191
|
}
|
|
2026
|
-
export declare const
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
};
|
|
2030
|
-
export type AttachmentLimitType =
|
|
2031
|
-
(typeof AttachmentLimitType)[keyof typeof AttachmentLimitType];
|
|
2032
|
-
export interface EbsOptimizedInfo {
|
|
2033
|
-
BaselineBandwidthInMbps?: number | undefined;
|
|
2034
|
-
BaselineThroughputInMBps?: number | undefined;
|
|
2035
|
-
BaselineIops?: number | undefined;
|
|
2036
|
-
MaximumBandwidthInMbps?: number | undefined;
|
|
2037
|
-
MaximumThroughputInMBps?: number | undefined;
|
|
2038
|
-
MaximumIops?: number | undefined;
|
|
2039
|
-
}
|
|
2040
|
-
export declare const EbsOptimizedSupport: {
|
|
2041
|
-
readonly default: "default";
|
|
2042
|
-
readonly supported: "supported";
|
|
2043
|
-
readonly unsupported: "unsupported";
|
|
2044
|
-
};
|
|
2045
|
-
export type EbsOptimizedSupport =
|
|
2046
|
-
(typeof EbsOptimizedSupport)[keyof typeof EbsOptimizedSupport];
|
|
2047
|
-
export declare const EbsEncryptionSupport: {
|
|
2048
|
-
readonly supported: "supported";
|
|
2049
|
-
readonly unsupported: "unsupported";
|
|
2050
|
-
};
|
|
2051
|
-
export type EbsEncryptionSupport =
|
|
2052
|
-
(typeof EbsEncryptionSupport)[keyof typeof EbsEncryptionSupport];
|
|
2053
|
-
export declare const EbsNvmeSupport: {
|
|
2054
|
-
readonly REQUIRED: "required";
|
|
2055
|
-
readonly SUPPORTED: "supported";
|
|
2056
|
-
readonly UNSUPPORTED: "unsupported";
|
|
2057
|
-
};
|
|
2058
|
-
export type EbsNvmeSupport =
|
|
2059
|
-
(typeof EbsNvmeSupport)[keyof typeof EbsNvmeSupport];
|
|
2060
|
-
export interface EbsInfo {
|
|
2061
|
-
EbsOptimizedSupport?: EbsOptimizedSupport | undefined;
|
|
2062
|
-
EncryptionSupport?: EbsEncryptionSupport | undefined;
|
|
2063
|
-
EbsOptimizedInfo?: EbsOptimizedInfo | undefined;
|
|
2064
|
-
NvmeSupport?: EbsNvmeSupport | undefined;
|
|
2065
|
-
MaximumEbsAttachments?: number | undefined;
|
|
2066
|
-
AttachmentLimitType?: AttachmentLimitType | undefined;
|
|
2067
|
-
}
|
|
2068
|
-
export interface FpgaDeviceMemoryInfo {
|
|
2069
|
-
SizeInMiB?: number | undefined;
|
|
2070
|
-
}
|
|
2071
|
-
export interface FpgaDeviceInfo {
|
|
2072
|
-
Name?: string | undefined;
|
|
2073
|
-
Manufacturer?: string | undefined;
|
|
2074
|
-
Count?: number | undefined;
|
|
2075
|
-
MemoryInfo?: FpgaDeviceMemoryInfo | undefined;
|
|
2076
|
-
}
|
|
2077
|
-
export interface FpgaInfo {
|
|
2078
|
-
Fpgas?: FpgaDeviceInfo[] | undefined;
|
|
2079
|
-
TotalFpgaMemoryInMiB?: number | undefined;
|
|
2080
|
-
}
|
|
2081
|
-
export interface GpuDeviceMemoryInfo {
|
|
2082
|
-
SizeInMiB?: number | undefined;
|
|
2083
|
-
}
|
|
2084
|
-
export interface GpuDeviceInfo {
|
|
2085
|
-
Name?: string | undefined;
|
|
2086
|
-
Manufacturer?: string | undefined;
|
|
2087
|
-
Count?: number | undefined;
|
|
2088
|
-
MemoryInfo?: GpuDeviceMemoryInfo | undefined;
|
|
2089
|
-
}
|
|
2090
|
-
export interface GpuInfo {
|
|
2091
|
-
Gpus?: GpuDeviceInfo[] | undefined;
|
|
2092
|
-
TotalGpuMemoryInMiB?: number | undefined;
|
|
2093
|
-
}
|
|
2094
|
-
export declare const InstanceTypeHypervisor: {
|
|
2095
|
-
readonly NITRO: "nitro";
|
|
2096
|
-
readonly XEN: "xen";
|
|
2097
|
-
};
|
|
2098
|
-
export type InstanceTypeHypervisor =
|
|
2099
|
-
(typeof InstanceTypeHypervisor)[keyof typeof InstanceTypeHypervisor];
|
|
2100
|
-
export interface InferenceDeviceMemoryInfo {
|
|
2101
|
-
SizeInMiB?: number | undefined;
|
|
2102
|
-
}
|
|
2103
|
-
export interface InferenceDeviceInfo {
|
|
2104
|
-
Count?: number | undefined;
|
|
2105
|
-
Name?: string | undefined;
|
|
2106
|
-
Manufacturer?: string | undefined;
|
|
2107
|
-
MemoryInfo?: InferenceDeviceMemoryInfo | undefined;
|
|
2108
|
-
}
|
|
2109
|
-
export interface InferenceAcceleratorInfo {
|
|
2110
|
-
Accelerators?: InferenceDeviceInfo[] | undefined;
|
|
2111
|
-
TotalInferenceMemoryInMiB?: number | undefined;
|
|
2112
|
-
}
|
|
2113
|
-
export declare const DiskType: {
|
|
2114
|
-
readonly hdd: "hdd";
|
|
2115
|
-
readonly ssd: "ssd";
|
|
2116
|
-
};
|
|
2117
|
-
export type DiskType = (typeof DiskType)[keyof typeof DiskType];
|
|
2118
|
-
export interface DiskInfo {
|
|
2119
|
-
SizeInGB?: number | undefined;
|
|
2120
|
-
Count?: number | undefined;
|
|
2121
|
-
Type?: DiskType | undefined;
|
|
2122
|
-
}
|
|
2123
|
-
export declare const InstanceStorageEncryptionSupport: {
|
|
2124
|
-
readonly required: "required";
|
|
2125
|
-
readonly unsupported: "unsupported";
|
|
2126
|
-
};
|
|
2127
|
-
export type InstanceStorageEncryptionSupport =
|
|
2128
|
-
(typeof InstanceStorageEncryptionSupport)[keyof typeof InstanceStorageEncryptionSupport];
|
|
2129
|
-
export declare const EphemeralNvmeSupport: {
|
|
2130
|
-
readonly REQUIRED: "required";
|
|
2131
|
-
readonly SUPPORTED: "supported";
|
|
2132
|
-
readonly UNSUPPORTED: "unsupported";
|
|
2133
|
-
};
|
|
2134
|
-
export type EphemeralNvmeSupport =
|
|
2135
|
-
(typeof EphemeralNvmeSupport)[keyof typeof EphemeralNvmeSupport];
|
|
2136
|
-
export interface InstanceStorageInfo {
|
|
2137
|
-
TotalSizeInGB?: number | undefined;
|
|
2138
|
-
Disks?: DiskInfo[] | undefined;
|
|
2139
|
-
NvmeSupport?: EphemeralNvmeSupport | undefined;
|
|
2140
|
-
EncryptionSupport?: InstanceStorageEncryptionSupport | undefined;
|
|
2141
|
-
}
|
|
2192
|
+
export declare const DescribeBundleTasksResultFilterSensitiveLog: (
|
|
2193
|
+
obj: DescribeBundleTasksResult
|
|
2194
|
+
) => any;
|
|
2142
2195
|
export declare const DiskImageDescriptionFilterSensitiveLog: (
|
|
2143
2196
|
obj: DiskImageDescription
|
|
2144
2197
|
) => any;
|
|
@@ -21,10 +21,7 @@ import {
|
|
|
21
21
|
TransitGatewayAttachmentState,
|
|
22
22
|
TransitGatewayPeeringAttachment,
|
|
23
23
|
TransitGatewayVpcAttachment,
|
|
24
|
-
TrunkInterfaceAssociation,
|
|
25
24
|
UserIdGroupPair,
|
|
26
|
-
VerifiedAccessInstance,
|
|
27
|
-
VerifiedAccessTrustProvider,
|
|
28
25
|
} from "./models_0";
|
|
29
26
|
import {
|
|
30
27
|
_InstanceType,
|
|
@@ -40,23 +37,23 @@ import {
|
|
|
40
37
|
Ipam,
|
|
41
38
|
IpamExternalResourceVerificationToken,
|
|
42
39
|
IpamPool,
|
|
40
|
+
IpamPrefixListResolver,
|
|
41
|
+
IpamPrefixListResolverTarget,
|
|
43
42
|
IpamResourceDiscovery,
|
|
44
43
|
IpamScope,
|
|
45
44
|
Ipv4PrefixSpecificationRequest,
|
|
46
45
|
Ipv6PrefixSpecificationRequest,
|
|
47
46
|
KeyType,
|
|
48
|
-
LaunchTemplate,
|
|
49
47
|
MacModificationTask,
|
|
50
|
-
PrivateIpAddressSpecification,
|
|
51
48
|
SpotInstanceType,
|
|
52
49
|
Subnet,
|
|
53
50
|
TargetCapacityUnitType,
|
|
54
51
|
Tenancy,
|
|
55
|
-
Volume,
|
|
56
52
|
} from "./models_1";
|
|
57
53
|
import {
|
|
58
54
|
GroupIdentifier,
|
|
59
55
|
InstanceIpv6Address,
|
|
56
|
+
LaunchTemplate,
|
|
60
57
|
LaunchTemplateVersion,
|
|
61
58
|
LocalGatewayRouteTable,
|
|
62
59
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
@@ -72,6 +69,7 @@ import {
|
|
|
72
69
|
NetworkInterfaceAttachment,
|
|
73
70
|
NetworkInterfacePermission,
|
|
74
71
|
PlacementGroup,
|
|
72
|
+
PrivateIpAddressSpecification,
|
|
75
73
|
ReplaceRootVolumeTask,
|
|
76
74
|
RouteServer,
|
|
77
75
|
RouteServerEndpoint,
|
|
@@ -93,23 +91,131 @@ import {
|
|
|
93
91
|
TransitGatewayPolicyTable,
|
|
94
92
|
TransitGatewayRouteTable,
|
|
95
93
|
TransitGatewayRouteTableAnnouncement,
|
|
96
|
-
VerifiedAccessEndpoint,
|
|
97
|
-
VerifiedAccessGroup,
|
|
98
94
|
} from "./models_2";
|
|
99
95
|
import { Byoasn, Filter, IdFormat } from "./models_3";
|
|
100
96
|
import {
|
|
101
97
|
AttributeBooleanValue,
|
|
102
|
-
EbsInfo,
|
|
103
98
|
EventInformation,
|
|
104
|
-
FpgaInfo,
|
|
105
|
-
GpuInfo,
|
|
106
|
-
InferenceAcceleratorInfo,
|
|
107
|
-
InstanceStorageInfo,
|
|
108
|
-
InstanceTypeHypervisor,
|
|
109
99
|
PermissionGroup,
|
|
110
100
|
ProductCode,
|
|
111
101
|
VirtualizationType,
|
|
112
102
|
} from "./models_4";
|
|
103
|
+
export declare const AttachmentLimitType: {
|
|
104
|
+
readonly DEDICATED: "dedicated";
|
|
105
|
+
readonly SHARED: "shared";
|
|
106
|
+
};
|
|
107
|
+
export type AttachmentLimitType =
|
|
108
|
+
(typeof AttachmentLimitType)[keyof typeof AttachmentLimitType];
|
|
109
|
+
export interface EbsOptimizedInfo {
|
|
110
|
+
BaselineBandwidthInMbps?: number | undefined;
|
|
111
|
+
BaselineThroughputInMBps?: number | undefined;
|
|
112
|
+
BaselineIops?: number | undefined;
|
|
113
|
+
MaximumBandwidthInMbps?: number | undefined;
|
|
114
|
+
MaximumThroughputInMBps?: number | undefined;
|
|
115
|
+
MaximumIops?: number | undefined;
|
|
116
|
+
}
|
|
117
|
+
export declare const EbsOptimizedSupport: {
|
|
118
|
+
readonly default: "default";
|
|
119
|
+
readonly supported: "supported";
|
|
120
|
+
readonly unsupported: "unsupported";
|
|
121
|
+
};
|
|
122
|
+
export type EbsOptimizedSupport =
|
|
123
|
+
(typeof EbsOptimizedSupport)[keyof typeof EbsOptimizedSupport];
|
|
124
|
+
export declare const EbsEncryptionSupport: {
|
|
125
|
+
readonly supported: "supported";
|
|
126
|
+
readonly unsupported: "unsupported";
|
|
127
|
+
};
|
|
128
|
+
export type EbsEncryptionSupport =
|
|
129
|
+
(typeof EbsEncryptionSupport)[keyof typeof EbsEncryptionSupport];
|
|
130
|
+
export declare const EbsNvmeSupport: {
|
|
131
|
+
readonly REQUIRED: "required";
|
|
132
|
+
readonly SUPPORTED: "supported";
|
|
133
|
+
readonly UNSUPPORTED: "unsupported";
|
|
134
|
+
};
|
|
135
|
+
export type EbsNvmeSupport =
|
|
136
|
+
(typeof EbsNvmeSupport)[keyof typeof EbsNvmeSupport];
|
|
137
|
+
export interface EbsInfo {
|
|
138
|
+
EbsOptimizedSupport?: EbsOptimizedSupport | undefined;
|
|
139
|
+
EncryptionSupport?: EbsEncryptionSupport | undefined;
|
|
140
|
+
EbsOptimizedInfo?: EbsOptimizedInfo | undefined;
|
|
141
|
+
NvmeSupport?: EbsNvmeSupport | undefined;
|
|
142
|
+
MaximumEbsAttachments?: number | undefined;
|
|
143
|
+
AttachmentLimitType?: AttachmentLimitType | undefined;
|
|
144
|
+
}
|
|
145
|
+
export interface FpgaDeviceMemoryInfo {
|
|
146
|
+
SizeInMiB?: number | undefined;
|
|
147
|
+
}
|
|
148
|
+
export interface FpgaDeviceInfo {
|
|
149
|
+
Name?: string | undefined;
|
|
150
|
+
Manufacturer?: string | undefined;
|
|
151
|
+
Count?: number | undefined;
|
|
152
|
+
MemoryInfo?: FpgaDeviceMemoryInfo | undefined;
|
|
153
|
+
}
|
|
154
|
+
export interface FpgaInfo {
|
|
155
|
+
Fpgas?: FpgaDeviceInfo[] | undefined;
|
|
156
|
+
TotalFpgaMemoryInMiB?: number | undefined;
|
|
157
|
+
}
|
|
158
|
+
export interface GpuDeviceMemoryInfo {
|
|
159
|
+
SizeInMiB?: number | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface GpuDeviceInfo {
|
|
162
|
+
Name?: string | undefined;
|
|
163
|
+
Manufacturer?: string | undefined;
|
|
164
|
+
Count?: number | undefined;
|
|
165
|
+
MemoryInfo?: GpuDeviceMemoryInfo | undefined;
|
|
166
|
+
}
|
|
167
|
+
export interface GpuInfo {
|
|
168
|
+
Gpus?: GpuDeviceInfo[] | undefined;
|
|
169
|
+
TotalGpuMemoryInMiB?: number | undefined;
|
|
170
|
+
}
|
|
171
|
+
export declare const InstanceTypeHypervisor: {
|
|
172
|
+
readonly NITRO: "nitro";
|
|
173
|
+
readonly XEN: "xen";
|
|
174
|
+
};
|
|
175
|
+
export type InstanceTypeHypervisor =
|
|
176
|
+
(typeof InstanceTypeHypervisor)[keyof typeof InstanceTypeHypervisor];
|
|
177
|
+
export interface InferenceDeviceMemoryInfo {
|
|
178
|
+
SizeInMiB?: number | undefined;
|
|
179
|
+
}
|
|
180
|
+
export interface InferenceDeviceInfo {
|
|
181
|
+
Count?: number | undefined;
|
|
182
|
+
Name?: string | undefined;
|
|
183
|
+
Manufacturer?: string | undefined;
|
|
184
|
+
MemoryInfo?: InferenceDeviceMemoryInfo | undefined;
|
|
185
|
+
}
|
|
186
|
+
export interface InferenceAcceleratorInfo {
|
|
187
|
+
Accelerators?: InferenceDeviceInfo[] | undefined;
|
|
188
|
+
TotalInferenceMemoryInMiB?: number | undefined;
|
|
189
|
+
}
|
|
190
|
+
export declare const DiskType: {
|
|
191
|
+
readonly hdd: "hdd";
|
|
192
|
+
readonly ssd: "ssd";
|
|
193
|
+
};
|
|
194
|
+
export type DiskType = (typeof DiskType)[keyof typeof DiskType];
|
|
195
|
+
export interface DiskInfo {
|
|
196
|
+
SizeInGB?: number | undefined;
|
|
197
|
+
Count?: number | undefined;
|
|
198
|
+
Type?: DiskType | undefined;
|
|
199
|
+
}
|
|
200
|
+
export declare const InstanceStorageEncryptionSupport: {
|
|
201
|
+
readonly required: "required";
|
|
202
|
+
readonly unsupported: "unsupported";
|
|
203
|
+
};
|
|
204
|
+
export type InstanceStorageEncryptionSupport =
|
|
205
|
+
(typeof InstanceStorageEncryptionSupport)[keyof typeof InstanceStorageEncryptionSupport];
|
|
206
|
+
export declare const EphemeralNvmeSupport: {
|
|
207
|
+
readonly REQUIRED: "required";
|
|
208
|
+
readonly SUPPORTED: "supported";
|
|
209
|
+
readonly UNSUPPORTED: "unsupported";
|
|
210
|
+
};
|
|
211
|
+
export type EphemeralNvmeSupport =
|
|
212
|
+
(typeof EphemeralNvmeSupport)[keyof typeof EphemeralNvmeSupport];
|
|
213
|
+
export interface InstanceStorageInfo {
|
|
214
|
+
TotalSizeInGB?: number | undefined;
|
|
215
|
+
Disks?: DiskInfo[] | undefined;
|
|
216
|
+
NvmeSupport?: EphemeralNvmeSupport | undefined;
|
|
217
|
+
EncryptionSupport?: InstanceStorageEncryptionSupport | undefined;
|
|
218
|
+
}
|
|
113
219
|
export interface MediaDeviceMemoryInfo {
|
|
114
220
|
SizeInMiB?: number | undefined;
|
|
115
221
|
}
|
|
@@ -354,6 +460,29 @@ export interface DescribeIpamPoolsResult {
|
|
|
354
460
|
NextToken?: string | undefined;
|
|
355
461
|
IpamPools?: IpamPool[] | undefined;
|
|
356
462
|
}
|
|
463
|
+
export interface DescribeIpamPrefixListResolversRequest {
|
|
464
|
+
DryRun?: boolean | undefined;
|
|
465
|
+
Filters?: Filter[] | undefined;
|
|
466
|
+
MaxResults?: number | undefined;
|
|
467
|
+
NextToken?: string | undefined;
|
|
468
|
+
IpamPrefixListResolverIds?: string[] | undefined;
|
|
469
|
+
}
|
|
470
|
+
export interface DescribeIpamPrefixListResolversResult {
|
|
471
|
+
NextToken?: string | undefined;
|
|
472
|
+
IpamPrefixListResolvers?: IpamPrefixListResolver[] | undefined;
|
|
473
|
+
}
|
|
474
|
+
export interface DescribeIpamPrefixListResolverTargetsRequest {
|
|
475
|
+
DryRun?: boolean | undefined;
|
|
476
|
+
Filters?: Filter[] | undefined;
|
|
477
|
+
MaxResults?: number | undefined;
|
|
478
|
+
NextToken?: string | undefined;
|
|
479
|
+
IpamPrefixListResolverTargetIds?: string[] | undefined;
|
|
480
|
+
IpamPrefixListResolverId?: string | undefined;
|
|
481
|
+
}
|
|
482
|
+
export interface DescribeIpamPrefixListResolverTargetsResult {
|
|
483
|
+
NextToken?: string | undefined;
|
|
484
|
+
IpamPrefixListResolverTargets?: IpamPrefixListResolverTarget[] | undefined;
|
|
485
|
+
}
|
|
357
486
|
export interface DescribeIpamResourceDiscoveriesRequest {
|
|
358
487
|
DryRun?: boolean | undefined;
|
|
359
488
|
IpamResourceDiscoveryIds?: string[] | undefined;
|
|
@@ -1917,152 +2046,6 @@ export interface DescribeTrunkInterfaceAssociationsRequest {
|
|
|
1917
2046
|
NextToken?: string | undefined;
|
|
1918
2047
|
MaxResults?: number | undefined;
|
|
1919
2048
|
}
|
|
1920
|
-
export interface DescribeTrunkInterfaceAssociationsResult {
|
|
1921
|
-
InterfaceAssociations?: TrunkInterfaceAssociation[] | undefined;
|
|
1922
|
-
NextToken?: string | undefined;
|
|
1923
|
-
}
|
|
1924
|
-
export interface DescribeVerifiedAccessEndpointsRequest {
|
|
1925
|
-
VerifiedAccessEndpointIds?: string[] | undefined;
|
|
1926
|
-
VerifiedAccessInstanceId?: string | undefined;
|
|
1927
|
-
VerifiedAccessGroupId?: string | undefined;
|
|
1928
|
-
MaxResults?: number | undefined;
|
|
1929
|
-
NextToken?: string | undefined;
|
|
1930
|
-
Filters?: Filter[] | undefined;
|
|
1931
|
-
DryRun?: boolean | undefined;
|
|
1932
|
-
}
|
|
1933
|
-
export interface DescribeVerifiedAccessEndpointsResult {
|
|
1934
|
-
VerifiedAccessEndpoints?: VerifiedAccessEndpoint[] | undefined;
|
|
1935
|
-
NextToken?: string | undefined;
|
|
1936
|
-
}
|
|
1937
|
-
export interface DescribeVerifiedAccessGroupsRequest {
|
|
1938
|
-
VerifiedAccessGroupIds?: string[] | undefined;
|
|
1939
|
-
VerifiedAccessInstanceId?: string | undefined;
|
|
1940
|
-
MaxResults?: number | undefined;
|
|
1941
|
-
NextToken?: string | undefined;
|
|
1942
|
-
Filters?: Filter[] | undefined;
|
|
1943
|
-
DryRun?: boolean | undefined;
|
|
1944
|
-
}
|
|
1945
|
-
export interface DescribeVerifiedAccessGroupsResult {
|
|
1946
|
-
VerifiedAccessGroups?: VerifiedAccessGroup[] | undefined;
|
|
1947
|
-
NextToken?: string | undefined;
|
|
1948
|
-
}
|
|
1949
|
-
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsRequest {
|
|
1950
|
-
VerifiedAccessInstanceIds?: string[] | undefined;
|
|
1951
|
-
MaxResults?: number | undefined;
|
|
1952
|
-
NextToken?: string | undefined;
|
|
1953
|
-
Filters?: Filter[] | undefined;
|
|
1954
|
-
DryRun?: boolean | undefined;
|
|
1955
|
-
}
|
|
1956
|
-
export declare const VerifiedAccessLogDeliveryStatusCode: {
|
|
1957
|
-
readonly FAILED: "failed";
|
|
1958
|
-
readonly SUCCESS: "success";
|
|
1959
|
-
};
|
|
1960
|
-
export type VerifiedAccessLogDeliveryStatusCode =
|
|
1961
|
-
(typeof VerifiedAccessLogDeliveryStatusCode)[keyof typeof VerifiedAccessLogDeliveryStatusCode];
|
|
1962
|
-
export interface VerifiedAccessLogDeliveryStatus {
|
|
1963
|
-
Code?: VerifiedAccessLogDeliveryStatusCode | undefined;
|
|
1964
|
-
Message?: string | undefined;
|
|
1965
|
-
}
|
|
1966
|
-
export interface VerifiedAccessLogCloudWatchLogsDestination {
|
|
1967
|
-
Enabled?: boolean | undefined;
|
|
1968
|
-
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
1969
|
-
LogGroup?: string | undefined;
|
|
1970
|
-
}
|
|
1971
|
-
export interface VerifiedAccessLogKinesisDataFirehoseDestination {
|
|
1972
|
-
Enabled?: boolean | undefined;
|
|
1973
|
-
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
1974
|
-
DeliveryStream?: string | undefined;
|
|
1975
|
-
}
|
|
1976
|
-
export interface VerifiedAccessLogS3Destination {
|
|
1977
|
-
Enabled?: boolean | undefined;
|
|
1978
|
-
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
1979
|
-
BucketName?: string | undefined;
|
|
1980
|
-
Prefix?: string | undefined;
|
|
1981
|
-
BucketOwner?: string | undefined;
|
|
1982
|
-
}
|
|
1983
|
-
export interface VerifiedAccessLogs {
|
|
1984
|
-
S3?: VerifiedAccessLogS3Destination | undefined;
|
|
1985
|
-
CloudWatchLogs?: VerifiedAccessLogCloudWatchLogsDestination | undefined;
|
|
1986
|
-
KinesisDataFirehose?:
|
|
1987
|
-
| VerifiedAccessLogKinesisDataFirehoseDestination
|
|
1988
|
-
| undefined;
|
|
1989
|
-
LogVersion?: string | undefined;
|
|
1990
|
-
IncludeTrustContext?: boolean | undefined;
|
|
1991
|
-
}
|
|
1992
|
-
export interface VerifiedAccessInstanceLoggingConfiguration {
|
|
1993
|
-
VerifiedAccessInstanceId?: string | undefined;
|
|
1994
|
-
AccessLogs?: VerifiedAccessLogs | undefined;
|
|
1995
|
-
}
|
|
1996
|
-
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
|
|
1997
|
-
LoggingConfigurations?:
|
|
1998
|
-
| VerifiedAccessInstanceLoggingConfiguration[]
|
|
1999
|
-
| undefined;
|
|
2000
|
-
NextToken?: string | undefined;
|
|
2001
|
-
}
|
|
2002
|
-
export interface DescribeVerifiedAccessInstancesRequest {
|
|
2003
|
-
VerifiedAccessInstanceIds?: string[] | undefined;
|
|
2004
|
-
MaxResults?: number | undefined;
|
|
2005
|
-
NextToken?: string | undefined;
|
|
2006
|
-
Filters?: Filter[] | undefined;
|
|
2007
|
-
DryRun?: boolean | undefined;
|
|
2008
|
-
}
|
|
2009
|
-
export interface DescribeVerifiedAccessInstancesResult {
|
|
2010
|
-
VerifiedAccessInstances?: VerifiedAccessInstance[] | undefined;
|
|
2011
|
-
NextToken?: string | undefined;
|
|
2012
|
-
}
|
|
2013
|
-
export interface DescribeVerifiedAccessTrustProvidersRequest {
|
|
2014
|
-
VerifiedAccessTrustProviderIds?: string[] | undefined;
|
|
2015
|
-
MaxResults?: number | undefined;
|
|
2016
|
-
NextToken?: string | undefined;
|
|
2017
|
-
Filters?: Filter[] | undefined;
|
|
2018
|
-
DryRun?: boolean | undefined;
|
|
2019
|
-
}
|
|
2020
|
-
export interface DescribeVerifiedAccessTrustProvidersResult {
|
|
2021
|
-
VerifiedAccessTrustProviders?: VerifiedAccessTrustProvider[] | undefined;
|
|
2022
|
-
NextToken?: string | undefined;
|
|
2023
|
-
}
|
|
2024
|
-
export declare const VolumeAttributeName: {
|
|
2025
|
-
readonly autoEnableIO: "autoEnableIO";
|
|
2026
|
-
readonly productCodes: "productCodes";
|
|
2027
|
-
};
|
|
2028
|
-
export type VolumeAttributeName =
|
|
2029
|
-
(typeof VolumeAttributeName)[keyof typeof VolumeAttributeName];
|
|
2030
|
-
export interface DescribeVolumeAttributeRequest {
|
|
2031
|
-
Attribute: VolumeAttributeName | undefined;
|
|
2032
|
-
VolumeId: string | undefined;
|
|
2033
|
-
DryRun?: boolean | undefined;
|
|
2034
|
-
}
|
|
2035
|
-
export interface DescribeVolumeAttributeResult {
|
|
2036
|
-
AutoEnableIO?: AttributeBooleanValue | undefined;
|
|
2037
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
2038
|
-
VolumeId?: string | undefined;
|
|
2039
|
-
}
|
|
2040
|
-
export interface DescribeVolumesRequest {
|
|
2041
|
-
VolumeIds?: string[] | undefined;
|
|
2042
|
-
DryRun?: boolean | undefined;
|
|
2043
|
-
Filters?: Filter[] | undefined;
|
|
2044
|
-
NextToken?: string | undefined;
|
|
2045
|
-
MaxResults?: number | undefined;
|
|
2046
|
-
}
|
|
2047
|
-
export interface DescribeVolumesResult {
|
|
2048
|
-
NextToken?: string | undefined;
|
|
2049
|
-
Volumes?: Volume[] | undefined;
|
|
2050
|
-
}
|
|
2051
|
-
export interface DescribeVolumesModificationsRequest {
|
|
2052
|
-
DryRun?: boolean | undefined;
|
|
2053
|
-
VolumeIds?: string[] | undefined;
|
|
2054
|
-
Filters?: Filter[] | undefined;
|
|
2055
|
-
NextToken?: string | undefined;
|
|
2056
|
-
MaxResults?: number | undefined;
|
|
2057
|
-
}
|
|
2058
|
-
export declare const VolumeModificationState: {
|
|
2059
|
-
readonly completed: "completed";
|
|
2060
|
-
readonly failed: "failed";
|
|
2061
|
-
readonly modifying: "modifying";
|
|
2062
|
-
readonly optimizing: "optimizing";
|
|
2063
|
-
};
|
|
2064
|
-
export type VolumeModificationState =
|
|
2065
|
-
(typeof VolumeModificationState)[keyof typeof VolumeModificationState];
|
|
2066
2049
|
export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
|
|
2067
2050
|
obj: DescribeLaunchTemplateVersionsResult
|
|
2068
2051
|
) => any;
|
|
@@ -2087,6 +2070,3 @@ export declare const SpotInstanceRequestFilterSensitiveLog: (
|
|
|
2087
2070
|
export declare const DescribeSpotInstanceRequestsResultFilterSensitiveLog: (
|
|
2088
2071
|
obj: DescribeSpotInstanceRequestsResult
|
|
2089
2072
|
) => any;
|
|
2090
|
-
export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (
|
|
2091
|
-
obj: DescribeVerifiedAccessTrustProvidersResult
|
|
2092
|
-
) => any;
|