@aws-sdk/client-ec2 3.934.0 → 3.936.0
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/README.md +72 -0
- package/dist-cjs/index.js +948 -86
- package/dist-es/EC2.js +18 -0
- package/dist-es/commands/CreateIpamPolicyCommand.js +16 -0
- package/dist-es/commands/DeleteIpamPolicyCommand.js +16 -0
- package/dist-es/commands/DescribeIpamPoliciesCommand.js +16 -0
- package/dist-es/commands/DisableIpamPolicyCommand.js +16 -0
- package/dist-es/commands/EnableIpamPolicyCommand.js +16 -0
- package/dist-es/commands/GetEnabledIpamPolicyCommand.js +16 -0
- package/dist-es/commands/GetIpamPolicyAllocationRulesCommand.js +16 -0
- package/dist-es/commands/GetIpamPolicyOrganizationTargetsCommand.js +16 -0
- package/dist-es/commands/ModifyIpamPolicyAllocationRulesCommand.js +16 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/enums.js +3604 -0
- package/dist-es/models/models_0.js +1 -521
- package/dist-es/models/models_1.js +1 -1619
- package/dist-es/models/models_2.js +1 -354
- package/dist-es/models/models_3.js +1 -158
- package/dist-es/models/models_4.js +1 -331
- package/dist-es/models/models_5.js +1 -213
- package/dist-es/models/models_6.js +1 -187
- package/dist-es/models/models_7.js +1 -131
- package/dist-es/schemas/schemas_0.js +777 -78
- package/dist-types/EC2.d.ts +66 -0
- package/dist-types/EC2Client.d.ts +11 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +2 -0
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +4 -0
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +2 -2
- package/dist-types/commands/CopySnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CopyVolumesCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -2
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -2
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -2
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +3 -2
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -2
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPolicyCommand.d.ts +103 -0
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +22 -5
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -3
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
- package/dist-types/commands/CreateVolumeCommand.d.ts +3 -3
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPolicyCommand.d.ts +90 -0
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationTopologyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +3 -2
- package/dist-types/commands/DescribeIpamPoliciesCommand.d.ts +105 -0
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMacModificationTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +7 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteServerEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteServerPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteServersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnConcentratorsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DisableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisableIpamPolicyCommand.d.ts +77 -0
- package/dist-types/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +3 -1
- package/dist-types/commands/DisassociateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/EnableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamPolicyCommand.d.ts +78 -0
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
- package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +2 -2
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/GetEnabledIpamPolicyCommand.d.ts +77 -0
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetImageAncestryCommand.d.ts +2 -2
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPolicyAllocationRulesCommand.d.ts +101 -0
- package/dist-types/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +92 -0
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +2 -2
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -2
- package/dist-types/commands/ImportSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +93 -0
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +3 -3
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
- package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
- package/dist-types/commands/UnlockSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/index.d.ts +9 -1
- package/dist-types/models/enums.d.ts +6980 -0
- package/dist-types/models/models_0.d.ts +2943 -1058
- package/dist-types/models/models_1.d.ts +9245 -8143
- package/dist-types/models/models_2.d.ts +4061 -6064
- package/dist-types/models/models_3.d.ts +9084 -3648
- package/dist-types/models/models_4.d.ts +7250 -6766
- package/dist-types/models/models_5.d.ts +4333 -7858
- package/dist-types/models/models_6.d.ts +5475 -4305
- package/dist-types/models/models_7.d.ts +2669 -6042
- package/dist-types/schemas/schemas_0.d.ts +39 -0
- package/dist-types/ts3.4/EC2.d.ts +156 -0
- package/dist-types/ts3.4/EC2Client.d.ts +54 -0
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateIpamPolicyCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConcentratorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteImageUsageReportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPolicyCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationTopologyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPoliciesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMacModificationTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteServerEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteServerPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteServersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpnConcentratorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableIpamPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableIpamPolicyCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnabledIpamPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageAncestryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPolicyAllocationRulesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +9 -1
- package/dist-types/ts3.4/models/enums.d.ts +4361 -0
- package/dist-types/ts3.4/models/models_0.d.ts +595 -642
- package/dist-types/ts3.4/models/models_1.d.ts +1362 -2296
- package/dist-types/ts3.4/models/models_2.d.ts +1527 -2046
- package/dist-types/ts3.4/models/models_3.d.ts +1793 -1316
- package/dist-types/ts3.4/models/models_4.d.ts +1768 -1878
- package/dist-types/ts3.4/models/models_5.d.ts +1273 -1692
- package/dist-types/ts3.4/models/models_6.d.ts +1529 -1302
- package/dist-types/ts3.4/models/models_7.d.ts +806 -1614
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +39 -0
- package/package.json +20 -20
- package/dist-es/models/index.js +0 -9
- package/dist-es/models/models_8.js +0 -51
- package/dist-types/models/index.d.ts +0 -9
- package/dist-types/models/models_8.d.ts +0 -7488
- package/dist-types/ts3.4/models/index.d.ts +0 -9
- package/dist-types/ts3.4/models/models_8.d.ts +0 -1694
|
@@ -1,2190 +1,2080 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
ClientVpnAuthorizationRuleStatus,
|
|
2
|
+
_InstanceType,
|
|
3
|
+
ActivityStatus,
|
|
4
|
+
AllocationStrategy,
|
|
5
|
+
AnalysisStatus,
|
|
6
|
+
ArchitectureType,
|
|
7
|
+
AttachmentLimitType,
|
|
8
|
+
BandwidthWeightingType,
|
|
9
|
+
BatchState,
|
|
10
|
+
BootModeType,
|
|
12
11
|
CurrencyCodeValues,
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
12
|
+
DiskType,
|
|
13
|
+
EbsEncryptionSupport,
|
|
14
|
+
EbsNvmeSupport,
|
|
15
|
+
EbsOptimizedSupport,
|
|
16
|
+
EnaSupport,
|
|
17
|
+
EphemeralNvmeSupport,
|
|
18
|
+
EventType,
|
|
19
|
+
ExcessCapacityTerminationPolicy,
|
|
20
|
+
FindingsFound,
|
|
21
|
+
FleetType,
|
|
22
|
+
FlexibleEnaQueuesSupport,
|
|
23
|
+
InitializationType,
|
|
24
|
+
InstanceInterruptionBehavior,
|
|
25
|
+
InstanceStorageEncryptionSupport,
|
|
26
|
+
InstanceTypeHypervisor,
|
|
27
|
+
KeyType,
|
|
28
|
+
LocationType,
|
|
29
|
+
LockState,
|
|
30
|
+
MoveStatus,
|
|
31
|
+
NetworkInterfaceAttribute,
|
|
32
|
+
NitroEnclavesSupport,
|
|
33
|
+
NitroTpmSupport,
|
|
34
|
+
OfferingClassType,
|
|
35
|
+
OfferingTypeValues,
|
|
36
|
+
OnDemandAllocationStrategy,
|
|
37
|
+
PermissionGroup,
|
|
38
|
+
PhcSupport,
|
|
39
|
+
PlacementGroupStrategy,
|
|
40
|
+
RebootMigrationSupport,
|
|
41
|
+
RecurringChargeFrequency,
|
|
42
|
+
ReplacementStrategy,
|
|
43
|
+
ReservedInstanceState,
|
|
44
|
+
ResourceType,
|
|
45
|
+
RIProductDescription,
|
|
46
|
+
RootDeviceType,
|
|
47
|
+
Scope,
|
|
48
|
+
SecurityGroupVpcAssociationState,
|
|
49
|
+
ServiceLinkVirtualInterfaceConfigurationState,
|
|
50
|
+
SnapshotAttributeName,
|
|
51
|
+
SnapshotState,
|
|
52
|
+
SpotInstanceState,
|
|
53
|
+
SpotInstanceType,
|
|
54
|
+
StorageTier,
|
|
55
|
+
SupportedAdditionalProcessorFeature,
|
|
56
|
+
TargetCapacityUnitType,
|
|
57
|
+
Tenancy,
|
|
58
|
+
TieringOperationStatus,
|
|
59
|
+
TransitGatewayAssociationState,
|
|
60
|
+
TransitGatewayAttachmentResourceType,
|
|
61
|
+
TransitGatewayAttachmentState,
|
|
62
|
+
UsageClassType,
|
|
63
|
+
VerifiedAccessLogDeliveryStatusCode,
|
|
64
|
+
VirtualizationType,
|
|
65
|
+
VolumeAttributeName,
|
|
66
|
+
VolumeModificationState,
|
|
67
|
+
VolumeStatusInfoStatus,
|
|
68
|
+
VolumeStatusName,
|
|
69
|
+
VolumeType,
|
|
70
|
+
} from "./enums";
|
|
71
|
+
import {
|
|
72
|
+
ActiveInstance,
|
|
73
|
+
AlternatePathHint,
|
|
74
|
+
AttributeValue,
|
|
75
|
+
Explanation,
|
|
76
|
+
IamInstanceProfileSpecification,
|
|
77
|
+
IpamResourceDiscoveryAssociation,
|
|
78
|
+
IpPermission,
|
|
79
|
+
MacModificationTask,
|
|
80
|
+
PathComponent,
|
|
81
|
+
ReservedInstancesListing,
|
|
82
|
+
SecurityGroupRule,
|
|
83
|
+
Subnet,
|
|
18
84
|
Tag,
|
|
85
|
+
TagSpecification,
|
|
86
|
+
TransitGatewayPeeringAttachment,
|
|
87
|
+
TransitGatewayVpcAttachment,
|
|
88
|
+
TrunkInterfaceAssociation,
|
|
89
|
+
UserIdGroupPair,
|
|
90
|
+
VerifiedAccessInstance,
|
|
91
|
+
VerifiedAccessTrustProvider,
|
|
92
|
+
Volume,
|
|
19
93
|
} from "./models_0";
|
|
20
94
|
import {
|
|
21
|
-
_InstanceType,
|
|
22
|
-
AmdSevSnpSpecification,
|
|
23
|
-
AttributeValue,
|
|
24
95
|
BlockDeviceMapping,
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
CapacityReservationTenancy,
|
|
28
|
-
CarrierGateway,
|
|
29
|
-
ClientVpnAuthenticationType,
|
|
30
|
-
ClientVpnEndpointStatus,
|
|
31
|
-
ClientVpnRouteStatus,
|
|
32
|
-
CoipPool,
|
|
33
|
-
CustomerGateway,
|
|
34
|
-
DefaultTargetCapacityType,
|
|
35
|
-
DestinationFileFormat,
|
|
36
|
-
DhcpOptions,
|
|
37
|
-
DiskImageFormat,
|
|
38
|
-
Ec2InstanceConnectEndpoint,
|
|
39
|
-
EgressOnlyInternetGateway,
|
|
40
|
-
EndpointIpAddressType,
|
|
41
|
-
ExportTask,
|
|
42
|
-
FleetCapacityReservation,
|
|
43
|
-
FleetCapacityReservationTenancy,
|
|
44
|
-
FleetCapacityReservationUsageStrategy,
|
|
45
|
-
FleetExcessCapacityTerminationPolicy,
|
|
46
|
-
FleetInstanceMatchCriteria,
|
|
47
|
-
FleetLaunchTemplateOverrides,
|
|
96
|
+
ConnectionTrackingSpecificationRequest,
|
|
97
|
+
EnaSrdSpecificationRequest,
|
|
48
98
|
FleetLaunchTemplateSpecification,
|
|
49
|
-
FleetOnDemandAllocationStrategy,
|
|
50
|
-
FleetReplacementStrategy,
|
|
51
|
-
FleetType,
|
|
52
|
-
HostnameType,
|
|
53
|
-
InstanceLifecycle,
|
|
54
|
-
LaunchTemplateAndOverridesResponse,
|
|
55
|
-
LogDestinationType,
|
|
56
|
-
OperatorResponse,
|
|
57
|
-
OutputFormat,
|
|
58
|
-
Placement,
|
|
59
|
-
PlatformValues,
|
|
60
|
-
Schedule,
|
|
61
|
-
SpotAllocationStrategy,
|
|
62
|
-
SpotInstanceInterruptionBehavior,
|
|
63
|
-
TargetCapacityUnitType,
|
|
64
|
-
TrafficIpAddressType,
|
|
65
|
-
TrafficType,
|
|
66
|
-
TransportProtocol,
|
|
67
|
-
} from "./models_1";
|
|
68
|
-
import {
|
|
69
|
-
CapacityReservationTargetResponse,
|
|
70
99
|
GroupIdentifier,
|
|
71
|
-
InstanceBandwidthWeighting,
|
|
72
100
|
InstanceIpv6Address,
|
|
73
|
-
|
|
74
|
-
|
|
101
|
+
InstanceRequirements,
|
|
102
|
+
InternetGateway,
|
|
103
|
+
Ipam,
|
|
104
|
+
IpamExternalResourceVerificationToken,
|
|
105
|
+
IpamPolicy,
|
|
106
|
+
IpamPool,
|
|
107
|
+
IpamPrefixListResolver,
|
|
108
|
+
IpamPrefixListResolverTarget,
|
|
109
|
+
IpamResourceDiscovery,
|
|
110
|
+
IpamScope,
|
|
111
|
+
Ipv4PrefixSpecificationRequest,
|
|
112
|
+
Ipv6PrefixSpecificationRequest,
|
|
113
|
+
LaunchTemplate,
|
|
114
|
+
LaunchTemplateVersion,
|
|
115
|
+
LocalGatewayRouteTable,
|
|
116
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
117
|
+
LocalGatewayRouteTableVpcAssociation,
|
|
118
|
+
LocalGatewayVirtualInterface,
|
|
119
|
+
LocalGatewayVirtualInterfaceGroup,
|
|
120
|
+
ManagedPrefixList,
|
|
121
|
+
NatGateway,
|
|
122
|
+
NetworkAcl,
|
|
123
|
+
NetworkInsightsAccessScope,
|
|
124
|
+
NetworkInsightsPath,
|
|
125
|
+
NetworkInterface,
|
|
126
|
+
NetworkInterfaceAttachment,
|
|
127
|
+
NetworkInterfacePermission,
|
|
128
|
+
PlacementGroup,
|
|
129
|
+
PrivateIpAddressSpecification,
|
|
130
|
+
ReplaceRootVolumeTask,
|
|
131
|
+
RouteServer,
|
|
132
|
+
RouteServerEndpoint,
|
|
133
|
+
RouteServerPeer,
|
|
134
|
+
RouteTable,
|
|
135
|
+
Snapshot,
|
|
136
|
+
SpotDatafeedSubscription,
|
|
137
|
+
SpotInstanceStateFault,
|
|
138
|
+
} from "./models_1";
|
|
139
|
+
import {
|
|
140
|
+
TrafficMirrorFilter,
|
|
141
|
+
TrafficMirrorFilterRule,
|
|
142
|
+
TrafficMirrorSession,
|
|
143
|
+
TrafficMirrorTarget,
|
|
144
|
+
TransitGateway,
|
|
145
|
+
TransitGatewayConnect,
|
|
146
|
+
TransitGatewayConnectPeer,
|
|
147
|
+
TransitGatewayMulticastDomain,
|
|
148
|
+
TransitGatewayPolicyTable,
|
|
149
|
+
TransitGatewayRouteTable,
|
|
150
|
+
TransitGatewayRouteTableAnnouncement,
|
|
151
|
+
VerifiedAccessEndpoint,
|
|
152
|
+
VerifiedAccessGroup,
|
|
75
153
|
} from "./models_2";
|
|
76
154
|
import {
|
|
155
|
+
AttributeBooleanValue,
|
|
156
|
+
Byoasn,
|
|
157
|
+
EventInformation,
|
|
77
158
|
Filter,
|
|
78
|
-
FleetStateCode,
|
|
79
159
|
IdFormat,
|
|
80
|
-
|
|
160
|
+
ProductCode,
|
|
81
161
|
} from "./models_3";
|
|
82
|
-
export interface
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
export declare const AvailabilityZoneOptInStatus: {
|
|
86
|
-
readonly not_opted_in: "not-opted-in";
|
|
87
|
-
readonly opt_in_not_required: "opt-in-not-required";
|
|
88
|
-
readonly opted_in: "opted-in";
|
|
89
|
-
};
|
|
90
|
-
export type AvailabilityZoneOptInStatus =
|
|
91
|
-
(typeof AvailabilityZoneOptInStatus)[keyof typeof AvailabilityZoneOptInStatus];
|
|
92
|
-
export declare const AvailabilityZoneState: {
|
|
93
|
-
readonly available: "available";
|
|
94
|
-
readonly constrained: "constrained";
|
|
95
|
-
readonly impaired: "impaired";
|
|
96
|
-
readonly information: "information";
|
|
97
|
-
readonly unavailable: "unavailable";
|
|
98
|
-
};
|
|
99
|
-
export type AvailabilityZoneState =
|
|
100
|
-
(typeof AvailabilityZoneState)[keyof typeof AvailabilityZoneState];
|
|
101
|
-
export interface AvailabilityZone {
|
|
102
|
-
OptInStatus?: AvailabilityZoneOptInStatus | undefined;
|
|
103
|
-
Messages?: AvailabilityZoneMessage[] | undefined;
|
|
104
|
-
RegionName?: string | undefined;
|
|
105
|
-
ZoneName?: string | undefined;
|
|
106
|
-
ZoneId?: string | undefined;
|
|
162
|
+
export interface InstanceTopology {
|
|
163
|
+
InstanceId?: string | undefined;
|
|
164
|
+
InstanceType?: string | undefined;
|
|
107
165
|
GroupName?: string | undefined;
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
GroupLongName?: string | undefined;
|
|
113
|
-
State?: AvailabilityZoneState | undefined;
|
|
166
|
+
NetworkNodes?: string[] | undefined;
|
|
167
|
+
AvailabilityZone?: string | undefined;
|
|
168
|
+
ZoneId?: string | undefined;
|
|
169
|
+
CapacityBlockId?: string | undefined;
|
|
114
170
|
}
|
|
115
|
-
export interface
|
|
116
|
-
|
|
171
|
+
export interface DescribeInstanceTopologyResult {
|
|
172
|
+
Instances?: InstanceTopology[] | undefined;
|
|
173
|
+
NextToken?: string | undefined;
|
|
117
174
|
}
|
|
118
|
-
export interface
|
|
175
|
+
export interface DescribeInstanceTypeOfferingsRequest {
|
|
176
|
+
DryRun?: boolean | undefined;
|
|
177
|
+
LocationType?: LocationType | undefined;
|
|
178
|
+
Filters?: Filter[] | undefined;
|
|
119
179
|
MaxResults?: number | undefined;
|
|
120
180
|
NextToken?: string | undefined;
|
|
121
|
-
Filters?: Filter[] | undefined;
|
|
122
|
-
DryRun?: boolean | undefined;
|
|
123
181
|
}
|
|
124
|
-
export
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
export declare const PeriodType: {
|
|
129
|
-
readonly fifteen_minutes: "fifteen-minutes";
|
|
130
|
-
readonly five_minutes: "five-minutes";
|
|
131
|
-
readonly one_day: "one-day";
|
|
132
|
-
readonly one_hour: "one-hour";
|
|
133
|
-
readonly one_week: "one-week";
|
|
134
|
-
readonly three_hours: "three-hours";
|
|
135
|
-
};
|
|
136
|
-
export type PeriodType = (typeof PeriodType)[keyof typeof PeriodType];
|
|
137
|
-
export declare const StatisticType: {
|
|
138
|
-
readonly p50: "p50";
|
|
139
|
-
};
|
|
140
|
-
export type StatisticType = (typeof StatisticType)[keyof typeof StatisticType];
|
|
141
|
-
export interface Subscription {
|
|
142
|
-
Source?: string | undefined;
|
|
143
|
-
Destination?: string | undefined;
|
|
144
|
-
Metric?: MetricType | undefined;
|
|
145
|
-
Statistic?: StatisticType | undefined;
|
|
146
|
-
Period?: PeriodType | undefined;
|
|
182
|
+
export interface InstanceTypeOffering {
|
|
183
|
+
InstanceType?: _InstanceType | undefined;
|
|
184
|
+
LocationType?: LocationType | undefined;
|
|
185
|
+
Location?: string | undefined;
|
|
147
186
|
}
|
|
148
|
-
export interface
|
|
187
|
+
export interface DescribeInstanceTypeOfferingsResult {
|
|
188
|
+
InstanceTypeOfferings?: InstanceTypeOffering[] | undefined;
|
|
149
189
|
NextToken?: string | undefined;
|
|
150
|
-
Subscriptions?: Subscription[] | undefined;
|
|
151
190
|
}
|
|
152
|
-
export interface
|
|
153
|
-
BundleIds?: string[] | undefined;
|
|
191
|
+
export interface DescribeInstanceTypesRequest {
|
|
154
192
|
DryRun?: boolean | undefined;
|
|
193
|
+
InstanceTypes?: _InstanceType[] | undefined;
|
|
155
194
|
Filters?: Filter[] | undefined;
|
|
195
|
+
MaxResults?: number | undefined;
|
|
196
|
+
NextToken?: string | undefined;
|
|
156
197
|
}
|
|
157
|
-
export interface
|
|
158
|
-
|
|
198
|
+
export interface EbsOptimizedInfo {
|
|
199
|
+
BaselineBandwidthInMbps?: number | undefined;
|
|
200
|
+
BaselineThroughputInMBps?: number | undefined;
|
|
201
|
+
BaselineIops?: number | undefined;
|
|
202
|
+
MaximumBandwidthInMbps?: number | undefined;
|
|
203
|
+
MaximumThroughputInMBps?: number | undefined;
|
|
204
|
+
MaximumIops?: number | undefined;
|
|
159
205
|
}
|
|
160
|
-
export interface
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
206
|
+
export interface EbsInfo {
|
|
207
|
+
EbsOptimizedSupport?: EbsOptimizedSupport | undefined;
|
|
208
|
+
EncryptionSupport?: EbsEncryptionSupport | undefined;
|
|
209
|
+
EbsOptimizedInfo?: EbsOptimizedInfo | undefined;
|
|
210
|
+
NvmeSupport?: EbsNvmeSupport | undefined;
|
|
211
|
+
MaximumEbsAttachments?: number | undefined;
|
|
212
|
+
AttachmentLimitType?: AttachmentLimitType | undefined;
|
|
164
213
|
}
|
|
165
|
-
export interface
|
|
166
|
-
|
|
167
|
-
NextToken?: string | undefined;
|
|
214
|
+
export interface FpgaDeviceMemoryInfo {
|
|
215
|
+
SizeInMiB?: number | undefined;
|
|
168
216
|
}
|
|
169
|
-
export interface
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
DryRun?: boolean | undefined;
|
|
217
|
+
export interface FpgaDeviceInfo {
|
|
218
|
+
Name?: string | undefined;
|
|
219
|
+
Manufacturer?: string | undefined;
|
|
220
|
+
Count?: number | undefined;
|
|
221
|
+
MemoryInfo?: FpgaDeviceMemoryInfo | undefined;
|
|
175
222
|
}
|
|
176
|
-
export
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
readonly PAYMENT_SUCCEEDED: "payment-succeeded";
|
|
180
|
-
};
|
|
181
|
-
export type CapacityBlockExtensionStatus =
|
|
182
|
-
(typeof CapacityBlockExtensionStatus)[keyof typeof CapacityBlockExtensionStatus];
|
|
183
|
-
export interface CapacityBlockExtension {
|
|
184
|
-
CapacityReservationId?: string | undefined;
|
|
185
|
-
InstanceType?: string | undefined;
|
|
186
|
-
InstanceCount?: number | undefined;
|
|
187
|
-
AvailabilityZone?: string | undefined;
|
|
188
|
-
AvailabilityZoneId?: string | undefined;
|
|
189
|
-
CapacityBlockExtensionOfferingId?: string | undefined;
|
|
190
|
-
CapacityBlockExtensionDurationHours?: number | undefined;
|
|
191
|
-
CapacityBlockExtensionStatus?: CapacityBlockExtensionStatus | undefined;
|
|
192
|
-
CapacityBlockExtensionPurchaseDate?: Date | undefined;
|
|
193
|
-
CapacityBlockExtensionStartDate?: Date | undefined;
|
|
194
|
-
CapacityBlockExtensionEndDate?: Date | undefined;
|
|
195
|
-
UpfrontFee?: string | undefined;
|
|
196
|
-
CurrencyCode?: string | undefined;
|
|
223
|
+
export interface FpgaInfo {
|
|
224
|
+
Fpgas?: FpgaDeviceInfo[] | undefined;
|
|
225
|
+
TotalFpgaMemoryInMiB?: number | undefined;
|
|
197
226
|
}
|
|
198
|
-
export interface
|
|
199
|
-
|
|
200
|
-
NextToken?: string | undefined;
|
|
227
|
+
export interface GpuDeviceMemoryInfo {
|
|
228
|
+
SizeInMiB?: number | undefined;
|
|
201
229
|
}
|
|
202
|
-
export interface
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
MaxResults?: number | undefined;
|
|
230
|
+
export interface GpuDeviceInfo {
|
|
231
|
+
Name?: string | undefined;
|
|
232
|
+
Manufacturer?: string | undefined;
|
|
233
|
+
Count?: number | undefined;
|
|
234
|
+
MemoryInfo?: GpuDeviceMemoryInfo | undefined;
|
|
208
235
|
}
|
|
209
|
-
export interface
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
InstanceCount?: number | undefined;
|
|
213
|
-
AvailabilityZone?: string | undefined;
|
|
214
|
-
AvailabilityZoneId?: string | undefined;
|
|
215
|
-
StartDate?: Date | undefined;
|
|
216
|
-
CapacityBlockExtensionStartDate?: Date | undefined;
|
|
217
|
-
CapacityBlockExtensionEndDate?: Date | undefined;
|
|
218
|
-
CapacityBlockExtensionDurationHours?: number | undefined;
|
|
219
|
-
UpfrontFee?: string | undefined;
|
|
220
|
-
CurrencyCode?: string | undefined;
|
|
221
|
-
Tenancy?: CapacityReservationTenancy | undefined;
|
|
222
|
-
}
|
|
223
|
-
export interface DescribeCapacityBlockExtensionOfferingsResult {
|
|
224
|
-
CapacityBlockExtensionOfferings?:
|
|
225
|
-
| CapacityBlockExtensionOffering[]
|
|
226
|
-
| undefined;
|
|
227
|
-
NextToken?: string | undefined;
|
|
236
|
+
export interface GpuInfo {
|
|
237
|
+
Gpus?: GpuDeviceInfo[] | undefined;
|
|
238
|
+
TotalGpuMemoryInMiB?: number | undefined;
|
|
228
239
|
}
|
|
229
|
-
export interface
|
|
230
|
-
|
|
231
|
-
InstanceType?: string | undefined;
|
|
232
|
-
InstanceCount?: number | undefined;
|
|
233
|
-
StartDateRange?: Date | undefined;
|
|
234
|
-
EndDateRange?: Date | undefined;
|
|
235
|
-
CapacityDurationHours: number | undefined;
|
|
236
|
-
NextToken?: string | undefined;
|
|
237
|
-
MaxResults?: number | undefined;
|
|
238
|
-
UltraserverType?: string | undefined;
|
|
239
|
-
UltraserverCount?: number | undefined;
|
|
240
|
+
export interface InferenceDeviceMemoryInfo {
|
|
241
|
+
SizeInMiB?: number | undefined;
|
|
240
242
|
}
|
|
241
|
-
export interface
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
StartDate?: Date | undefined;
|
|
247
|
-
EndDate?: Date | undefined;
|
|
248
|
-
CapacityBlockDurationHours?: number | undefined;
|
|
249
|
-
UpfrontFee?: string | undefined;
|
|
250
|
-
CurrencyCode?: string | undefined;
|
|
251
|
-
Tenancy?: CapacityReservationTenancy | undefined;
|
|
252
|
-
UltraserverType?: string | undefined;
|
|
253
|
-
UltraserverCount?: number | undefined;
|
|
254
|
-
CapacityBlockDurationMinutes?: number | undefined;
|
|
243
|
+
export interface InferenceDeviceInfo {
|
|
244
|
+
Count?: number | undefined;
|
|
245
|
+
Name?: string | undefined;
|
|
246
|
+
Manufacturer?: string | undefined;
|
|
247
|
+
MemoryInfo?: InferenceDeviceMemoryInfo | undefined;
|
|
255
248
|
}
|
|
256
|
-
export interface
|
|
257
|
-
|
|
258
|
-
|
|
249
|
+
export interface InferenceAcceleratorInfo {
|
|
250
|
+
Accelerators?: InferenceDeviceInfo[] | undefined;
|
|
251
|
+
TotalInferenceMemoryInMiB?: number | undefined;
|
|
259
252
|
}
|
|
260
|
-
export interface
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
Filters?: Filter[] | undefined;
|
|
265
|
-
DryRun?: boolean | undefined;
|
|
253
|
+
export interface DiskInfo {
|
|
254
|
+
SizeInGB?: number | undefined;
|
|
255
|
+
Count?: number | undefined;
|
|
256
|
+
Type?: DiskType | undefined;
|
|
266
257
|
}
|
|
267
|
-
export
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
readonly payment_failed: "payment-failed";
|
|
273
|
-
readonly payment_pending: "payment-pending";
|
|
274
|
-
readonly scheduled: "scheduled";
|
|
275
|
-
readonly unavailable: "unavailable";
|
|
276
|
-
};
|
|
277
|
-
export type CapacityBlockResourceState =
|
|
278
|
-
(typeof CapacityBlockResourceState)[keyof typeof CapacityBlockResourceState];
|
|
279
|
-
export interface CapacityBlock {
|
|
280
|
-
CapacityBlockId?: string | undefined;
|
|
281
|
-
UltraserverType?: string | undefined;
|
|
282
|
-
AvailabilityZone?: string | undefined;
|
|
283
|
-
AvailabilityZoneId?: string | undefined;
|
|
284
|
-
CapacityReservationIds?: string[] | undefined;
|
|
285
|
-
StartDate?: Date | undefined;
|
|
286
|
-
EndDate?: Date | undefined;
|
|
287
|
-
CreateDate?: Date | undefined;
|
|
288
|
-
State?: CapacityBlockResourceState | undefined;
|
|
289
|
-
Tags?: Tag[] | undefined;
|
|
258
|
+
export interface InstanceStorageInfo {
|
|
259
|
+
TotalSizeInGB?: number | undefined;
|
|
260
|
+
Disks?: DiskInfo[] | undefined;
|
|
261
|
+
NvmeSupport?: EphemeralNvmeSupport | undefined;
|
|
262
|
+
EncryptionSupport?: InstanceStorageEncryptionSupport | undefined;
|
|
290
263
|
}
|
|
291
|
-
export interface
|
|
292
|
-
|
|
293
|
-
NextToken?: string | undefined;
|
|
264
|
+
export interface MediaDeviceMemoryInfo {
|
|
265
|
+
SizeInMiB?: number | undefined;
|
|
294
266
|
}
|
|
295
|
-
export interface
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
DryRun?: boolean | undefined;
|
|
267
|
+
export interface MediaDeviceInfo {
|
|
268
|
+
Count?: number | undefined;
|
|
269
|
+
Name?: string | undefined;
|
|
270
|
+
Manufacturer?: string | undefined;
|
|
271
|
+
MemoryInfo?: MediaDeviceMemoryInfo | undefined;
|
|
301
272
|
}
|
|
302
|
-
export interface
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
TotalAvailableCapacity?: number | undefined;
|
|
306
|
-
TotalUnavailableCapacity?: number | undefined;
|
|
273
|
+
export interface MediaAcceleratorInfo {
|
|
274
|
+
Accelerators?: MediaDeviceInfo[] | undefined;
|
|
275
|
+
TotalMediaMemoryInMiB?: number | undefined;
|
|
307
276
|
}
|
|
308
|
-
export
|
|
309
|
-
|
|
310
|
-
readonly insufficient_data: "insufficient-data";
|
|
311
|
-
readonly ok: "ok";
|
|
312
|
-
};
|
|
313
|
-
export type CapacityBlockInterconnectStatus =
|
|
314
|
-
(typeof CapacityBlockInterconnectStatus)[keyof typeof CapacityBlockInterconnectStatus];
|
|
315
|
-
export interface CapacityBlockStatus {
|
|
316
|
-
CapacityBlockId?: string | undefined;
|
|
317
|
-
InterconnectStatus?: CapacityBlockInterconnectStatus | undefined;
|
|
318
|
-
TotalCapacity?: number | undefined;
|
|
319
|
-
TotalAvailableCapacity?: number | undefined;
|
|
320
|
-
TotalUnavailableCapacity?: number | undefined;
|
|
321
|
-
CapacityReservationStatuses?: CapacityReservationStatus[] | undefined;
|
|
277
|
+
export interface MemoryInfo {
|
|
278
|
+
SizeInMiB?: number | undefined;
|
|
322
279
|
}
|
|
323
|
-
export interface
|
|
324
|
-
|
|
325
|
-
NextToken?: string | undefined;
|
|
280
|
+
export interface EfaInfo {
|
|
281
|
+
MaximumEfaInterfaces?: number | undefined;
|
|
326
282
|
}
|
|
327
|
-
export interface
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
283
|
+
export interface NetworkCardInfo {
|
|
284
|
+
NetworkCardIndex?: number | undefined;
|
|
285
|
+
NetworkPerformance?: string | undefined;
|
|
286
|
+
MaximumNetworkInterfaces?: number | undefined;
|
|
287
|
+
BaselineBandwidthInGbps?: number | undefined;
|
|
288
|
+
PeakBandwidthInGbps?: number | undefined;
|
|
289
|
+
DefaultEnaQueueCountPerInterface?: number | undefined;
|
|
290
|
+
MaximumEnaQueueCount?: number | undefined;
|
|
291
|
+
MaximumEnaQueueCountPerInterface?: number | undefined;
|
|
292
|
+
}
|
|
293
|
+
export interface NetworkInfo {
|
|
294
|
+
NetworkPerformance?: string | undefined;
|
|
295
|
+
MaximumNetworkInterfaces?: number | undefined;
|
|
296
|
+
MaximumNetworkCards?: number | undefined;
|
|
297
|
+
DefaultNetworkCardIndex?: number | undefined;
|
|
298
|
+
NetworkCards?: NetworkCardInfo[] | undefined;
|
|
299
|
+
Ipv4AddressesPerInterface?: number | undefined;
|
|
300
|
+
Ipv6AddressesPerInterface?: number | undefined;
|
|
301
|
+
Ipv6Supported?: boolean | undefined;
|
|
302
|
+
EnaSupport?: EnaSupport | undefined;
|
|
303
|
+
EfaSupported?: boolean | undefined;
|
|
304
|
+
EfaInfo?: EfaInfo | undefined;
|
|
305
|
+
EncryptionInTransitSupported?: boolean | undefined;
|
|
306
|
+
EnaSrdSupported?: boolean | undefined;
|
|
307
|
+
BandwidthWeightings?: BandwidthWeightingType[] | undefined;
|
|
308
|
+
FlexibleEnaQueuesSupport?: FlexibleEnaQueuesSupport | undefined;
|
|
309
|
+
}
|
|
310
|
+
export interface NeuronDeviceCoreInfo {
|
|
311
|
+
Count?: number | undefined;
|
|
312
|
+
Version?: number | undefined;
|
|
333
313
|
}
|
|
334
|
-
export
|
|
335
|
-
|
|
336
|
-
readonly FAILED: "failed";
|
|
337
|
-
readonly IN_PROGRESS: "in-progress";
|
|
338
|
-
readonly PENDING: "pending";
|
|
339
|
-
};
|
|
340
|
-
export type CapacityManagerDataExportStatus =
|
|
341
|
-
(typeof CapacityManagerDataExportStatus)[keyof typeof CapacityManagerDataExportStatus];
|
|
342
|
-
export interface CapacityManagerDataExportResponse {
|
|
343
|
-
CapacityManagerDataExportId?: string | undefined;
|
|
344
|
-
S3BucketName?: string | undefined;
|
|
345
|
-
S3BucketPrefix?: string | undefined;
|
|
346
|
-
Schedule?: Schedule | undefined;
|
|
347
|
-
OutputFormat?: OutputFormat | undefined;
|
|
348
|
-
CreateTime?: Date | undefined;
|
|
349
|
-
LatestDeliveryStatus?: CapacityManagerDataExportStatus | undefined;
|
|
350
|
-
LatestDeliveryStatusMessage?: string | undefined;
|
|
351
|
-
LatestDeliveryS3LocationUri?: string | undefined;
|
|
352
|
-
LatestDeliveryTime?: Date | undefined;
|
|
353
|
-
Tags?: Tag[] | undefined;
|
|
314
|
+
export interface NeuronDeviceMemoryInfo {
|
|
315
|
+
SizeInMiB?: number | undefined;
|
|
354
316
|
}
|
|
355
|
-
export interface
|
|
356
|
-
|
|
357
|
-
|
|
317
|
+
export interface NeuronDeviceInfo {
|
|
318
|
+
Count?: number | undefined;
|
|
319
|
+
Name?: string | undefined;
|
|
320
|
+
CoreInfo?: NeuronDeviceCoreInfo | undefined;
|
|
321
|
+
MemoryInfo?: NeuronDeviceMemoryInfo | undefined;
|
|
358
322
|
}
|
|
359
|
-
export
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
};
|
|
363
|
-
export type CallerRole = (typeof CallerRole)[keyof typeof CallerRole];
|
|
364
|
-
export interface DescribeCapacityReservationBillingRequestsRequest {
|
|
365
|
-
CapacityReservationIds?: string[] | undefined;
|
|
366
|
-
Role: CallerRole | undefined;
|
|
367
|
-
NextToken?: string | undefined;
|
|
368
|
-
MaxResults?: number | undefined;
|
|
369
|
-
Filters?: Filter[] | undefined;
|
|
370
|
-
DryRun?: boolean | undefined;
|
|
323
|
+
export interface NeuronInfo {
|
|
324
|
+
NeuronDevices?: NeuronDeviceInfo[] | undefined;
|
|
325
|
+
TotalNeuronDeviceMemoryInMiB?: number | undefined;
|
|
371
326
|
}
|
|
372
|
-
export interface
|
|
373
|
-
|
|
374
|
-
AvailabilityZone?: string | undefined;
|
|
375
|
-
Tenancy?: CapacityReservationTenancy | undefined;
|
|
376
|
-
AvailabilityZoneId?: string | undefined;
|
|
327
|
+
export interface NitroTpmInfo {
|
|
328
|
+
SupportedVersions?: string[] | undefined;
|
|
377
329
|
}
|
|
378
|
-
export
|
|
379
|
-
|
|
380
|
-
readonly cancelled: "cancelled";
|
|
381
|
-
readonly expired: "expired";
|
|
382
|
-
readonly pending: "pending";
|
|
383
|
-
readonly rejected: "rejected";
|
|
384
|
-
readonly revoked: "revoked";
|
|
385
|
-
};
|
|
386
|
-
export type CapacityReservationBillingRequestStatus =
|
|
387
|
-
(typeof CapacityReservationBillingRequestStatus)[keyof typeof CapacityReservationBillingRequestStatus];
|
|
388
|
-
export interface CapacityReservationBillingRequest {
|
|
389
|
-
CapacityReservationId?: string | undefined;
|
|
390
|
-
RequestedBy?: string | undefined;
|
|
391
|
-
UnusedReservationBillingOwnerId?: string | undefined;
|
|
392
|
-
LastUpdateTime?: Date | undefined;
|
|
393
|
-
Status?: CapacityReservationBillingRequestStatus | undefined;
|
|
394
|
-
StatusMessage?: string | undefined;
|
|
395
|
-
CapacityReservationInfo?: CapacityReservationInfo | undefined;
|
|
330
|
+
export interface PlacementGroupInfo {
|
|
331
|
+
SupportedStrategies?: PlacementGroupStrategy[] | undefined;
|
|
396
332
|
}
|
|
397
|
-
export interface
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
333
|
+
export interface ProcessorInfo {
|
|
334
|
+
SupportedArchitectures?: ArchitectureType[] | undefined;
|
|
335
|
+
SustainedClockSpeedInGhz?: number | undefined;
|
|
336
|
+
SupportedFeatures?: SupportedAdditionalProcessorFeature[] | undefined;
|
|
337
|
+
Manufacturer?: string | undefined;
|
|
338
|
+
}
|
|
339
|
+
export interface VCpuInfo {
|
|
340
|
+
DefaultVCpus?: number | undefined;
|
|
341
|
+
DefaultCores?: number | undefined;
|
|
342
|
+
DefaultThreadsPerCore?: number | undefined;
|
|
343
|
+
ValidCores?: number[] | undefined;
|
|
344
|
+
ValidThreadsPerCore?: number[] | undefined;
|
|
402
345
|
}
|
|
403
|
-
export interface
|
|
404
|
-
|
|
346
|
+
export interface InstanceTypeInfo {
|
|
347
|
+
InstanceType?: _InstanceType | undefined;
|
|
348
|
+
CurrentGeneration?: boolean | undefined;
|
|
349
|
+
FreeTierEligible?: boolean | undefined;
|
|
350
|
+
SupportedUsageClasses?: UsageClassType[] | undefined;
|
|
351
|
+
SupportedRootDeviceTypes?: RootDeviceType[] | undefined;
|
|
352
|
+
SupportedVirtualizationTypes?: VirtualizationType[] | undefined;
|
|
353
|
+
BareMetal?: boolean | undefined;
|
|
354
|
+
Hypervisor?: InstanceTypeHypervisor | undefined;
|
|
355
|
+
ProcessorInfo?: ProcessorInfo | undefined;
|
|
356
|
+
VCpuInfo?: VCpuInfo | undefined;
|
|
357
|
+
MemoryInfo?: MemoryInfo | undefined;
|
|
358
|
+
InstanceStorageSupported?: boolean | undefined;
|
|
359
|
+
InstanceStorageInfo?: InstanceStorageInfo | undefined;
|
|
360
|
+
EbsInfo?: EbsInfo | undefined;
|
|
361
|
+
NetworkInfo?: NetworkInfo | undefined;
|
|
362
|
+
GpuInfo?: GpuInfo | undefined;
|
|
363
|
+
FpgaInfo?: FpgaInfo | undefined;
|
|
364
|
+
PlacementGroupInfo?: PlacementGroupInfo | undefined;
|
|
365
|
+
InferenceAcceleratorInfo?: InferenceAcceleratorInfo | undefined;
|
|
366
|
+
HibernationSupported?: boolean | undefined;
|
|
367
|
+
BurstablePerformanceSupported?: boolean | undefined;
|
|
368
|
+
DedicatedHostsSupported?: boolean | undefined;
|
|
369
|
+
AutoRecoverySupported?: boolean | undefined;
|
|
370
|
+
SupportedBootModes?: BootModeType[] | undefined;
|
|
371
|
+
NitroEnclavesSupport?: NitroEnclavesSupport | undefined;
|
|
372
|
+
NitroTpmSupport?: NitroTpmSupport | undefined;
|
|
373
|
+
NitroTpmInfo?: NitroTpmInfo | undefined;
|
|
374
|
+
MediaAcceleratorInfo?: MediaAcceleratorInfo | undefined;
|
|
375
|
+
NeuronInfo?: NeuronInfo | undefined;
|
|
376
|
+
PhcSupport?: PhcSupport | undefined;
|
|
377
|
+
RebootMigrationSupport?: RebootMigrationSupport | undefined;
|
|
378
|
+
}
|
|
379
|
+
export interface DescribeInstanceTypesResult {
|
|
380
|
+
InstanceTypes?: InstanceTypeInfo[] | undefined;
|
|
381
|
+
NextToken?: string | undefined;
|
|
382
|
+
}
|
|
383
|
+
export interface DescribeInternetGatewaysRequest {
|
|
405
384
|
NextToken?: string | undefined;
|
|
406
385
|
MaxResults?: number | undefined;
|
|
407
|
-
Filters?: Filter[] | undefined;
|
|
408
386
|
DryRun?: boolean | undefined;
|
|
387
|
+
InternetGatewayIds?: string[] | undefined;
|
|
388
|
+
Filters?: Filter[] | undefined;
|
|
409
389
|
}
|
|
410
|
-
export interface
|
|
411
|
-
|
|
412
|
-
CapacityReservationFleetArn?: string | undefined;
|
|
413
|
-
State?: CapacityReservationFleetState | undefined;
|
|
414
|
-
TotalTargetCapacity?: number | undefined;
|
|
415
|
-
TotalFulfilledCapacity?: number | undefined;
|
|
416
|
-
Tenancy?: FleetCapacityReservationTenancy | undefined;
|
|
417
|
-
EndDate?: Date | undefined;
|
|
418
|
-
CreateTime?: Date | undefined;
|
|
419
|
-
InstanceMatchCriteria?: FleetInstanceMatchCriteria | undefined;
|
|
420
|
-
AllocationStrategy?: string | undefined;
|
|
421
|
-
InstanceTypeSpecifications?: FleetCapacityReservation[] | undefined;
|
|
422
|
-
Tags?: Tag[] | undefined;
|
|
423
|
-
}
|
|
424
|
-
export interface DescribeCapacityReservationFleetsResult {
|
|
425
|
-
CapacityReservationFleets?: CapacityReservationFleet[] | undefined;
|
|
390
|
+
export interface DescribeInternetGatewaysResult {
|
|
391
|
+
InternetGateways?: InternetGateway[] | undefined;
|
|
426
392
|
NextToken?: string | undefined;
|
|
427
393
|
}
|
|
428
|
-
export interface
|
|
429
|
-
CapacityReservationIds?: string[] | undefined;
|
|
430
|
-
NextToken?: string | undefined;
|
|
431
|
-
MaxResults?: number | undefined;
|
|
432
|
-
Filters?: Filter[] | undefined;
|
|
394
|
+
export interface DescribeIpamByoasnRequest {
|
|
433
395
|
DryRun?: boolean | undefined;
|
|
396
|
+
MaxResults?: number | undefined;
|
|
397
|
+
NextToken?: string | undefined;
|
|
434
398
|
}
|
|
435
|
-
export interface
|
|
399
|
+
export interface DescribeIpamByoasnResult {
|
|
400
|
+
Byoasns?: Byoasn[] | undefined;
|
|
436
401
|
NextToken?: string | undefined;
|
|
437
|
-
CapacityReservations?: CapacityReservation[] | undefined;
|
|
438
402
|
}
|
|
439
|
-
export interface
|
|
403
|
+
export interface DescribeIpamExternalResourceVerificationTokensRequest {
|
|
440
404
|
DryRun?: boolean | undefined;
|
|
405
|
+
Filters?: Filter[] | undefined;
|
|
441
406
|
NextToken?: string | undefined;
|
|
442
407
|
MaxResults?: number | undefined;
|
|
443
|
-
|
|
444
|
-
Filters?: Filter[] | undefined;
|
|
445
|
-
}
|
|
446
|
-
export interface CapacityReservationTopology {
|
|
447
|
-
CapacityReservationId?: string | undefined;
|
|
448
|
-
CapacityBlockId?: string | undefined;
|
|
449
|
-
State?: string | undefined;
|
|
450
|
-
InstanceType?: string | undefined;
|
|
451
|
-
GroupName?: string | undefined;
|
|
452
|
-
NetworkNodes?: string[] | undefined;
|
|
453
|
-
AvailabilityZoneId?: string | undefined;
|
|
454
|
-
AvailabilityZone?: string | undefined;
|
|
408
|
+
IpamExternalResourceVerificationTokenIds?: string[] | undefined;
|
|
455
409
|
}
|
|
456
|
-
export interface
|
|
410
|
+
export interface DescribeIpamExternalResourceVerificationTokensResult {
|
|
457
411
|
NextToken?: string | undefined;
|
|
458
|
-
|
|
412
|
+
IpamExternalResourceVerificationTokens?:
|
|
413
|
+
| IpamExternalResourceVerificationToken[]
|
|
414
|
+
| undefined;
|
|
459
415
|
}
|
|
460
|
-
export interface
|
|
461
|
-
|
|
416
|
+
export interface DescribeIpamPoliciesRequest {
|
|
417
|
+
DryRun?: boolean | undefined;
|
|
462
418
|
Filters?: Filter[] | undefined;
|
|
463
419
|
MaxResults?: number | undefined;
|
|
464
420
|
NextToken?: string | undefined;
|
|
465
|
-
|
|
421
|
+
IpamPolicyIds?: string[] | undefined;
|
|
466
422
|
}
|
|
467
|
-
export interface
|
|
468
|
-
CarrierGateways?: CarrierGateway[] | undefined;
|
|
423
|
+
export interface DescribeIpamPoliciesResult {
|
|
469
424
|
NextToken?: string | undefined;
|
|
425
|
+
IpamPolicies?: IpamPolicy[] | undefined;
|
|
470
426
|
}
|
|
471
|
-
export interface
|
|
427
|
+
export interface DescribeIpamPoolsRequest {
|
|
472
428
|
DryRun?: boolean | undefined;
|
|
473
|
-
InstanceIds?: string[] | undefined;
|
|
474
429
|
Filters?: Filter[] | undefined;
|
|
475
|
-
NextToken?: string | undefined;
|
|
476
430
|
MaxResults?: number | undefined;
|
|
431
|
+
NextToken?: string | undefined;
|
|
432
|
+
IpamPoolIds?: string[] | undefined;
|
|
477
433
|
}
|
|
478
|
-
export interface
|
|
479
|
-
Groups?: GroupIdentifier[] | undefined;
|
|
480
|
-
InstanceId?: string | undefined;
|
|
481
|
-
Tags?: Tag[] | undefined;
|
|
482
|
-
VpcId?: string | undefined;
|
|
483
|
-
}
|
|
484
|
-
export interface DescribeClassicLinkInstancesResult {
|
|
485
|
-
Instances?: ClassicLinkInstance[] | undefined;
|
|
434
|
+
export interface DescribeIpamPoolsResult {
|
|
486
435
|
NextToken?: string | undefined;
|
|
436
|
+
IpamPools?: IpamPool[] | undefined;
|
|
487
437
|
}
|
|
488
|
-
export interface
|
|
489
|
-
ClientVpnEndpointId: string | undefined;
|
|
438
|
+
export interface DescribeIpamPrefixListResolversRequest {
|
|
490
439
|
DryRun?: boolean | undefined;
|
|
491
|
-
NextToken?: string | undefined;
|
|
492
440
|
Filters?: Filter[] | undefined;
|
|
493
441
|
MaxResults?: number | undefined;
|
|
442
|
+
NextToken?: string | undefined;
|
|
443
|
+
IpamPrefixListResolverIds?: string[] | undefined;
|
|
494
444
|
}
|
|
495
|
-
export interface
|
|
496
|
-
ClientVpnEndpointId?: string | undefined;
|
|
497
|
-
Description?: string | undefined;
|
|
498
|
-
GroupId?: string | undefined;
|
|
499
|
-
AccessAll?: boolean | undefined;
|
|
500
|
-
DestinationCidr?: string | undefined;
|
|
501
|
-
Status?: ClientVpnAuthorizationRuleStatus | undefined;
|
|
502
|
-
}
|
|
503
|
-
export interface DescribeClientVpnAuthorizationRulesResult {
|
|
504
|
-
AuthorizationRules?: AuthorizationRule[] | undefined;
|
|
445
|
+
export interface DescribeIpamPrefixListResolversResult {
|
|
505
446
|
NextToken?: string | undefined;
|
|
447
|
+
IpamPrefixListResolvers?: IpamPrefixListResolver[] | undefined;
|
|
506
448
|
}
|
|
507
|
-
export interface
|
|
508
|
-
|
|
449
|
+
export interface DescribeIpamPrefixListResolverTargetsRequest {
|
|
450
|
+
DryRun?: boolean | undefined;
|
|
509
451
|
Filters?: Filter[] | undefined;
|
|
510
|
-
NextToken?: string | undefined;
|
|
511
452
|
MaxResults?: number | undefined;
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
readonly active: "active";
|
|
516
|
-
readonly failed_to_terminate: "failed-to-terminate";
|
|
517
|
-
readonly terminated: "terminated";
|
|
518
|
-
readonly terminating: "terminating";
|
|
519
|
-
};
|
|
520
|
-
export type ClientVpnConnectionStatusCode =
|
|
521
|
-
(typeof ClientVpnConnectionStatusCode)[keyof typeof ClientVpnConnectionStatusCode];
|
|
522
|
-
export interface ClientVpnConnectionStatus {
|
|
523
|
-
Code?: ClientVpnConnectionStatusCode | undefined;
|
|
524
|
-
Message?: string | undefined;
|
|
453
|
+
NextToken?: string | undefined;
|
|
454
|
+
IpamPrefixListResolverTargetIds?: string[] | undefined;
|
|
455
|
+
IpamPrefixListResolverId?: string | undefined;
|
|
525
456
|
}
|
|
526
|
-
export interface
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
ConnectionId?: string | undefined;
|
|
530
|
-
Username?: string | undefined;
|
|
531
|
-
ConnectionEstablishedTime?: string | undefined;
|
|
532
|
-
IngressBytes?: string | undefined;
|
|
533
|
-
EgressBytes?: string | undefined;
|
|
534
|
-
IngressPackets?: string | undefined;
|
|
535
|
-
EgressPackets?: string | undefined;
|
|
536
|
-
ClientIp?: string | undefined;
|
|
537
|
-
ClientIpv6Address?: string | undefined;
|
|
538
|
-
CommonName?: string | undefined;
|
|
539
|
-
Status?: ClientVpnConnectionStatus | undefined;
|
|
540
|
-
ConnectionEndTime?: string | undefined;
|
|
541
|
-
PostureComplianceStatuses?: string[] | undefined;
|
|
542
|
-
}
|
|
543
|
-
export interface DescribeClientVpnConnectionsResult {
|
|
544
|
-
Connections?: ClientVpnConnection[] | undefined;
|
|
545
|
-
NextToken?: string | undefined;
|
|
546
|
-
}
|
|
547
|
-
export interface DescribeClientVpnEndpointsRequest {
|
|
548
|
-
ClientVpnEndpointIds?: string[] | undefined;
|
|
549
|
-
MaxResults?: number | undefined;
|
|
550
|
-
NextToken?: string | undefined;
|
|
551
|
-
Filters?: Filter[] | undefined;
|
|
552
|
-
DryRun?: boolean | undefined;
|
|
553
|
-
}
|
|
554
|
-
export declare const AssociatedNetworkType: {
|
|
555
|
-
readonly vpc: "vpc";
|
|
556
|
-
};
|
|
557
|
-
export type AssociatedNetworkType =
|
|
558
|
-
(typeof AssociatedNetworkType)[keyof typeof AssociatedNetworkType];
|
|
559
|
-
export interface AssociatedTargetNetwork {
|
|
560
|
-
NetworkId?: string | undefined;
|
|
561
|
-
NetworkType?: AssociatedNetworkType | undefined;
|
|
562
|
-
}
|
|
563
|
-
export interface DirectoryServiceAuthentication {
|
|
564
|
-
DirectoryId?: string | undefined;
|
|
565
|
-
}
|
|
566
|
-
export interface FederatedAuthentication {
|
|
567
|
-
SamlProviderArn?: string | undefined;
|
|
568
|
-
SelfServiceSamlProviderArn?: string | undefined;
|
|
569
|
-
}
|
|
570
|
-
export interface CertificateAuthentication {
|
|
571
|
-
ClientRootCertificateChain?: string | undefined;
|
|
572
|
-
}
|
|
573
|
-
export interface ClientVpnAuthentication {
|
|
574
|
-
Type?: ClientVpnAuthenticationType | undefined;
|
|
575
|
-
ActiveDirectory?: DirectoryServiceAuthentication | undefined;
|
|
576
|
-
MutualAuthentication?: CertificateAuthentication | undefined;
|
|
577
|
-
FederatedAuthentication?: FederatedAuthentication | undefined;
|
|
578
|
-
}
|
|
579
|
-
export declare const ClientVpnEndpointAttributeStatusCode: {
|
|
580
|
-
readonly applied: "applied";
|
|
581
|
-
readonly applying: "applying";
|
|
582
|
-
};
|
|
583
|
-
export type ClientVpnEndpointAttributeStatusCode =
|
|
584
|
-
(typeof ClientVpnEndpointAttributeStatusCode)[keyof typeof ClientVpnEndpointAttributeStatusCode];
|
|
585
|
-
export interface ClientVpnEndpointAttributeStatus {
|
|
586
|
-
Code?: ClientVpnEndpointAttributeStatusCode | undefined;
|
|
587
|
-
Message?: string | undefined;
|
|
457
|
+
export interface DescribeIpamPrefixListResolverTargetsResult {
|
|
458
|
+
NextToken?: string | undefined;
|
|
459
|
+
IpamPrefixListResolverTargets?: IpamPrefixListResolverTarget[] | undefined;
|
|
588
460
|
}
|
|
589
|
-
export interface
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
461
|
+
export interface DescribeIpamResourceDiscoveriesRequest {
|
|
462
|
+
DryRun?: boolean | undefined;
|
|
463
|
+
IpamResourceDiscoveryIds?: string[] | undefined;
|
|
464
|
+
NextToken?: string | undefined;
|
|
465
|
+
MaxResults?: number | undefined;
|
|
466
|
+
Filters?: Filter[] | undefined;
|
|
593
467
|
}
|
|
594
|
-
export interface
|
|
595
|
-
|
|
596
|
-
|
|
468
|
+
export interface DescribeIpamResourceDiscoveriesResult {
|
|
469
|
+
IpamResourceDiscoveries?: IpamResourceDiscovery[] | undefined;
|
|
470
|
+
NextToken?: string | undefined;
|
|
597
471
|
}
|
|
598
|
-
export interface
|
|
599
|
-
|
|
472
|
+
export interface DescribeIpamResourceDiscoveryAssociationsRequest {
|
|
473
|
+
DryRun?: boolean | undefined;
|
|
474
|
+
IpamResourceDiscoveryAssociationIds?: string[] | undefined;
|
|
475
|
+
NextToken?: string | undefined;
|
|
476
|
+
MaxResults?: number | undefined;
|
|
477
|
+
Filters?: Filter[] | undefined;
|
|
600
478
|
}
|
|
601
|
-
export interface
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
CloudwatchLogStream?: string | undefined;
|
|
605
|
-
}
|
|
606
|
-
export declare const VpnProtocol: {
|
|
607
|
-
readonly openvpn: "openvpn";
|
|
608
|
-
};
|
|
609
|
-
export type VpnProtocol = (typeof VpnProtocol)[keyof typeof VpnProtocol];
|
|
610
|
-
export interface ClientVpnEndpoint {
|
|
611
|
-
ClientVpnEndpointId?: string | undefined;
|
|
612
|
-
Description?: string | undefined;
|
|
613
|
-
Status?: ClientVpnEndpointStatus | undefined;
|
|
614
|
-
CreationTime?: string | undefined;
|
|
615
|
-
DeletionTime?: string | undefined;
|
|
616
|
-
DnsName?: string | undefined;
|
|
617
|
-
ClientCidrBlock?: string | undefined;
|
|
618
|
-
DnsServers?: string[] | undefined;
|
|
619
|
-
SplitTunnel?: boolean | undefined;
|
|
620
|
-
VpnProtocol?: VpnProtocol | undefined;
|
|
621
|
-
TransportProtocol?: TransportProtocol | undefined;
|
|
622
|
-
VpnPort?: number | undefined;
|
|
623
|
-
AssociatedTargetNetworks?: AssociatedTargetNetwork[] | undefined;
|
|
624
|
-
ServerCertificateArn?: string | undefined;
|
|
625
|
-
AuthenticationOptions?: ClientVpnAuthentication[] | undefined;
|
|
626
|
-
ConnectionLogOptions?: ConnectionLogResponseOptions | undefined;
|
|
627
|
-
Tags?: Tag[] | undefined;
|
|
628
|
-
SecurityGroupIds?: string[] | undefined;
|
|
629
|
-
VpcId?: string | undefined;
|
|
630
|
-
SelfServicePortalUrl?: string | undefined;
|
|
631
|
-
ClientConnectOptions?: ClientConnectResponseOptions | undefined;
|
|
632
|
-
SessionTimeoutHours?: number | undefined;
|
|
633
|
-
ClientLoginBannerOptions?: ClientLoginBannerResponseOptions | undefined;
|
|
634
|
-
ClientRouteEnforcementOptions?:
|
|
635
|
-
| ClientRouteEnforcementResponseOptions
|
|
479
|
+
export interface DescribeIpamResourceDiscoveryAssociationsResult {
|
|
480
|
+
IpamResourceDiscoveryAssociations?:
|
|
481
|
+
| IpamResourceDiscoveryAssociation[]
|
|
636
482
|
| undefined;
|
|
637
|
-
DisconnectOnSessionTimeout?: boolean | undefined;
|
|
638
|
-
EndpointIpAddressType?: EndpointIpAddressType | undefined;
|
|
639
|
-
TrafficIpAddressType?: TrafficIpAddressType | undefined;
|
|
640
|
-
}
|
|
641
|
-
export interface DescribeClientVpnEndpointsResult {
|
|
642
|
-
ClientVpnEndpoints?: ClientVpnEndpoint[] | undefined;
|
|
643
483
|
NextToken?: string | undefined;
|
|
644
484
|
}
|
|
645
|
-
export interface
|
|
646
|
-
|
|
485
|
+
export interface DescribeIpamsRequest {
|
|
486
|
+
DryRun?: boolean | undefined;
|
|
647
487
|
Filters?: Filter[] | undefined;
|
|
648
488
|
MaxResults?: number | undefined;
|
|
649
489
|
NextToken?: string | undefined;
|
|
650
|
-
|
|
490
|
+
IpamIds?: string[] | undefined;
|
|
651
491
|
}
|
|
652
|
-
export interface
|
|
653
|
-
ClientVpnEndpointId?: string | undefined;
|
|
654
|
-
DestinationCidr?: string | undefined;
|
|
655
|
-
TargetSubnet?: string | undefined;
|
|
656
|
-
Type?: string | undefined;
|
|
657
|
-
Origin?: string | undefined;
|
|
658
|
-
Status?: ClientVpnRouteStatus | undefined;
|
|
659
|
-
Description?: string | undefined;
|
|
660
|
-
}
|
|
661
|
-
export interface DescribeClientVpnRoutesResult {
|
|
662
|
-
Routes?: ClientVpnRoute[] | undefined;
|
|
492
|
+
export interface DescribeIpamsResult {
|
|
663
493
|
NextToken?: string | undefined;
|
|
494
|
+
Ipams?: Ipam[] | undefined;
|
|
664
495
|
}
|
|
665
|
-
export interface
|
|
666
|
-
ClientVpnEndpointId: string | undefined;
|
|
667
|
-
AssociationIds?: string[] | undefined;
|
|
668
|
-
MaxResults?: number | undefined;
|
|
669
|
-
NextToken?: string | undefined;
|
|
670
|
-
Filters?: Filter[] | undefined;
|
|
496
|
+
export interface DescribeIpamScopesRequest {
|
|
671
497
|
DryRun?: boolean | undefined;
|
|
672
|
-
}
|
|
673
|
-
export interface TargetNetwork {
|
|
674
|
-
AssociationId?: string | undefined;
|
|
675
|
-
VpcId?: string | undefined;
|
|
676
|
-
TargetNetworkId?: string | undefined;
|
|
677
|
-
ClientVpnEndpointId?: string | undefined;
|
|
678
|
-
Status?: AssociationStatus | undefined;
|
|
679
|
-
SecurityGroups?: string[] | undefined;
|
|
680
|
-
}
|
|
681
|
-
export interface DescribeClientVpnTargetNetworksResult {
|
|
682
|
-
ClientVpnTargetNetworks?: TargetNetwork[] | undefined;
|
|
683
|
-
NextToken?: string | undefined;
|
|
684
|
-
}
|
|
685
|
-
export interface DescribeCoipPoolsRequest {
|
|
686
|
-
PoolIds?: string[] | undefined;
|
|
687
498
|
Filters?: Filter[] | undefined;
|
|
688
499
|
MaxResults?: number | undefined;
|
|
689
500
|
NextToken?: string | undefined;
|
|
690
|
-
|
|
501
|
+
IpamScopeIds?: string[] | undefined;
|
|
691
502
|
}
|
|
692
|
-
export interface
|
|
693
|
-
CoipPools?: CoipPool[] | undefined;
|
|
503
|
+
export interface DescribeIpamScopesResult {
|
|
694
504
|
NextToken?: string | undefined;
|
|
505
|
+
IpamScopes?: IpamScope[] | undefined;
|
|
695
506
|
}
|
|
696
|
-
export interface
|
|
507
|
+
export interface DescribeIpv6PoolsRequest {
|
|
508
|
+
PoolIds?: string[] | undefined;
|
|
509
|
+
NextToken?: string | undefined;
|
|
510
|
+
MaxResults?: number | undefined;
|
|
697
511
|
DryRun?: boolean | undefined;
|
|
698
|
-
|
|
699
|
-
}
|
|
700
|
-
export interface DiskImageDescription {
|
|
701
|
-
Checksum?: string | undefined;
|
|
702
|
-
Format?: DiskImageFormat | undefined;
|
|
703
|
-
ImportManifestUrl?: string | undefined;
|
|
704
|
-
Size?: number | undefined;
|
|
705
|
-
}
|
|
706
|
-
export interface DiskImageVolumeDescription {
|
|
707
|
-
Id?: string | undefined;
|
|
708
|
-
Size?: number | undefined;
|
|
709
|
-
}
|
|
710
|
-
export interface ImportInstanceVolumeDetailItem {
|
|
711
|
-
AvailabilityZone?: string | undefined;
|
|
712
|
-
AvailabilityZoneId?: string | undefined;
|
|
713
|
-
BytesConverted?: number | undefined;
|
|
714
|
-
Description?: string | undefined;
|
|
715
|
-
Image?: DiskImageDescription | undefined;
|
|
716
|
-
Status?: string | undefined;
|
|
717
|
-
StatusMessage?: string | undefined;
|
|
718
|
-
Volume?: DiskImageVolumeDescription | undefined;
|
|
512
|
+
Filters?: Filter[] | undefined;
|
|
719
513
|
}
|
|
720
|
-
export interface
|
|
721
|
-
|
|
722
|
-
InstanceId?: string | undefined;
|
|
723
|
-
Platform?: PlatformValues | undefined;
|
|
724
|
-
Volumes?: ImportInstanceVolumeDetailItem[] | undefined;
|
|
514
|
+
export interface PoolCidrBlock {
|
|
515
|
+
Cidr?: string | undefined;
|
|
725
516
|
}
|
|
726
|
-
export interface
|
|
727
|
-
|
|
728
|
-
AvailabilityZoneId?: string | undefined;
|
|
729
|
-
BytesConverted?: number | undefined;
|
|
517
|
+
export interface Ipv6Pool {
|
|
518
|
+
PoolId?: string | undefined;
|
|
730
519
|
Description?: string | undefined;
|
|
731
|
-
|
|
732
|
-
Volume?: DiskImageVolumeDescription | undefined;
|
|
733
|
-
}
|
|
734
|
-
export declare const ConversionTaskState: {
|
|
735
|
-
readonly active: "active";
|
|
736
|
-
readonly cancelled: "cancelled";
|
|
737
|
-
readonly cancelling: "cancelling";
|
|
738
|
-
readonly completed: "completed";
|
|
739
|
-
};
|
|
740
|
-
export type ConversionTaskState =
|
|
741
|
-
(typeof ConversionTaskState)[keyof typeof ConversionTaskState];
|
|
742
|
-
export interface ConversionTask {
|
|
743
|
-
ConversionTaskId?: string | undefined;
|
|
744
|
-
ExpirationTime?: string | undefined;
|
|
745
|
-
ImportInstance?: ImportInstanceTaskDetails | undefined;
|
|
746
|
-
ImportVolume?: ImportVolumeTaskDetails | undefined;
|
|
747
|
-
State?: ConversionTaskState | undefined;
|
|
748
|
-
StatusMessage?: string | undefined;
|
|
520
|
+
PoolCidrBlocks?: PoolCidrBlock[] | undefined;
|
|
749
521
|
Tags?: Tag[] | undefined;
|
|
750
522
|
}
|
|
751
|
-
export interface
|
|
752
|
-
|
|
523
|
+
export interface DescribeIpv6PoolsResult {
|
|
524
|
+
Ipv6Pools?: Ipv6Pool[] | undefined;
|
|
525
|
+
NextToken?: string | undefined;
|
|
753
526
|
}
|
|
754
|
-
export interface
|
|
755
|
-
|
|
756
|
-
|
|
527
|
+
export interface DescribeKeyPairsRequest {
|
|
528
|
+
KeyNames?: string[] | undefined;
|
|
529
|
+
KeyPairIds?: string[] | undefined;
|
|
530
|
+
IncludePublicKey?: boolean | undefined;
|
|
757
531
|
DryRun?: boolean | undefined;
|
|
532
|
+
Filters?: Filter[] | undefined;
|
|
533
|
+
}
|
|
534
|
+
export interface KeyPairInfo {
|
|
535
|
+
KeyPairId?: string | undefined;
|
|
536
|
+
KeyType?: KeyType | undefined;
|
|
537
|
+
Tags?: Tag[] | undefined;
|
|
538
|
+
PublicKey?: string | undefined;
|
|
539
|
+
CreateTime?: Date | undefined;
|
|
540
|
+
KeyName?: string | undefined;
|
|
541
|
+
KeyFingerprint?: string | undefined;
|
|
758
542
|
}
|
|
759
|
-
export interface
|
|
760
|
-
|
|
543
|
+
export interface DescribeKeyPairsResult {
|
|
544
|
+
KeyPairs?: KeyPairInfo[] | undefined;
|
|
761
545
|
}
|
|
762
|
-
export interface
|
|
546
|
+
export interface DescribeLaunchTemplatesRequest {
|
|
763
547
|
DryRun?: boolean | undefined;
|
|
548
|
+
LaunchTemplateIds?: string[] | undefined;
|
|
549
|
+
LaunchTemplateNames?: string[] | undefined;
|
|
550
|
+
Filters?: Filter[] | undefined;
|
|
764
551
|
NextToken?: string | undefined;
|
|
765
552
|
MaxResults?: number | undefined;
|
|
766
|
-
ReportIds?: string[] | undefined;
|
|
767
|
-
}
|
|
768
|
-
export declare const ReportState: {
|
|
769
|
-
readonly cancelled: "cancelled";
|
|
770
|
-
readonly complete: "complete";
|
|
771
|
-
readonly error: "error";
|
|
772
|
-
readonly running: "running";
|
|
773
|
-
};
|
|
774
|
-
export type ReportState = (typeof ReportState)[keyof typeof ReportState];
|
|
775
|
-
export interface DeclarativePoliciesReport {
|
|
776
|
-
ReportId?: string | undefined;
|
|
777
|
-
S3Bucket?: string | undefined;
|
|
778
|
-
S3Prefix?: string | undefined;
|
|
779
|
-
TargetId?: string | undefined;
|
|
780
|
-
StartTime?: Date | undefined;
|
|
781
|
-
EndTime?: Date | undefined;
|
|
782
|
-
Status?: ReportState | undefined;
|
|
783
|
-
Tags?: Tag[] | undefined;
|
|
784
553
|
}
|
|
785
|
-
export interface
|
|
554
|
+
export interface DescribeLaunchTemplatesResult {
|
|
555
|
+
LaunchTemplates?: LaunchTemplate[] | undefined;
|
|
786
556
|
NextToken?: string | undefined;
|
|
787
|
-
Reports?: DeclarativePoliciesReport[] | undefined;
|
|
788
557
|
}
|
|
789
|
-
export interface
|
|
790
|
-
|
|
558
|
+
export interface DescribeLaunchTemplateVersionsRequest {
|
|
559
|
+
DryRun?: boolean | undefined;
|
|
560
|
+
LaunchTemplateId?: string | undefined;
|
|
561
|
+
LaunchTemplateName?: string | undefined;
|
|
562
|
+
Versions?: string[] | undefined;
|
|
563
|
+
MinVersion?: string | undefined;
|
|
564
|
+
MaxVersion?: string | undefined;
|
|
791
565
|
NextToken?: string | undefined;
|
|
792
566
|
MaxResults?: number | undefined;
|
|
793
|
-
DryRun?: boolean | undefined;
|
|
794
567
|
Filters?: Filter[] | undefined;
|
|
568
|
+
ResolveAlias?: boolean | undefined;
|
|
795
569
|
}
|
|
796
|
-
export interface
|
|
570
|
+
export interface DescribeLaunchTemplateVersionsResult {
|
|
571
|
+
LaunchTemplateVersions?: LaunchTemplateVersion[] | undefined;
|
|
797
572
|
NextToken?: string | undefined;
|
|
798
|
-
DhcpOptions?: DhcpOptions[] | undefined;
|
|
799
573
|
}
|
|
800
|
-
export interface
|
|
801
|
-
|
|
802
|
-
|
|
574
|
+
export interface DescribeLocalGatewayRouteTablesRequest {
|
|
575
|
+
LocalGatewayRouteTableIds?: string[] | undefined;
|
|
576
|
+
Filters?: Filter[] | undefined;
|
|
803
577
|
MaxResults?: number | undefined;
|
|
804
578
|
NextToken?: string | undefined;
|
|
805
|
-
|
|
579
|
+
DryRun?: boolean | undefined;
|
|
806
580
|
}
|
|
807
|
-
export interface
|
|
808
|
-
|
|
581
|
+
export interface DescribeLocalGatewayRouteTablesResult {
|
|
582
|
+
LocalGatewayRouteTables?: LocalGatewayRouteTable[] | undefined;
|
|
809
583
|
NextToken?: string | undefined;
|
|
810
584
|
}
|
|
811
|
-
export interface
|
|
812
|
-
|
|
813
|
-
|
|
585
|
+
export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
|
|
586
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds?:
|
|
587
|
+
| string[]
|
|
588
|
+
| undefined;
|
|
814
589
|
Filters?: Filter[] | undefined;
|
|
815
590
|
MaxResults?: number | undefined;
|
|
816
591
|
NextToken?: string | undefined;
|
|
592
|
+
DryRun?: boolean | undefined;
|
|
817
593
|
}
|
|
818
|
-
export
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
export type ElasticGpuStatus =
|
|
823
|
-
(typeof ElasticGpuStatus)[keyof typeof ElasticGpuStatus];
|
|
824
|
-
export interface ElasticGpuHealth {
|
|
825
|
-
Status?: ElasticGpuStatus | undefined;
|
|
826
|
-
}
|
|
827
|
-
export declare const ElasticGpuState: {
|
|
828
|
-
readonly Attached: "ATTACHED";
|
|
829
|
-
};
|
|
830
|
-
export type ElasticGpuState =
|
|
831
|
-
(typeof ElasticGpuState)[keyof typeof ElasticGpuState];
|
|
832
|
-
export interface ElasticGpus {
|
|
833
|
-
ElasticGpuId?: string | undefined;
|
|
834
|
-
AvailabilityZone?: string | undefined;
|
|
835
|
-
ElasticGpuType?: string | undefined;
|
|
836
|
-
ElasticGpuHealth?: ElasticGpuHealth | undefined;
|
|
837
|
-
ElasticGpuState?: ElasticGpuState | undefined;
|
|
838
|
-
InstanceId?: string | undefined;
|
|
839
|
-
Tags?: Tag[] | undefined;
|
|
840
|
-
}
|
|
841
|
-
export interface DescribeElasticGpusResult {
|
|
842
|
-
ElasticGpuSet?: ElasticGpus[] | undefined;
|
|
843
|
-
MaxResults?: number | undefined;
|
|
594
|
+
export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
|
|
595
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociations?:
|
|
596
|
+
| LocalGatewayRouteTableVirtualInterfaceGroupAssociation[]
|
|
597
|
+
| undefined;
|
|
844
598
|
NextToken?: string | undefined;
|
|
845
599
|
}
|
|
846
|
-
export interface
|
|
847
|
-
|
|
600
|
+
export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
|
|
601
|
+
LocalGatewayRouteTableVpcAssociationIds?: string[] | undefined;
|
|
848
602
|
Filters?: Filter[] | undefined;
|
|
849
|
-
ExportImageTaskIds?: string[] | undefined;
|
|
850
603
|
MaxResults?: number | undefined;
|
|
851
604
|
NextToken?: string | undefined;
|
|
605
|
+
DryRun?: boolean | undefined;
|
|
852
606
|
}
|
|
853
|
-
export interface
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
export interface ExportImageTask {
|
|
858
|
-
Description?: string | undefined;
|
|
859
|
-
ExportImageTaskId?: string | undefined;
|
|
860
|
-
ImageId?: string | undefined;
|
|
861
|
-
Progress?: string | undefined;
|
|
862
|
-
S3ExportLocation?: ExportTaskS3Location | undefined;
|
|
863
|
-
Status?: string | undefined;
|
|
864
|
-
StatusMessage?: string | undefined;
|
|
865
|
-
Tags?: Tag[] | undefined;
|
|
866
|
-
}
|
|
867
|
-
export interface DescribeExportImageTasksResult {
|
|
868
|
-
ExportImageTasks?: ExportImageTask[] | undefined;
|
|
607
|
+
export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
|
|
608
|
+
LocalGatewayRouteTableVpcAssociations?:
|
|
609
|
+
| LocalGatewayRouteTableVpcAssociation[]
|
|
610
|
+
| undefined;
|
|
869
611
|
NextToken?: string | undefined;
|
|
870
612
|
}
|
|
871
|
-
export interface
|
|
872
|
-
|
|
873
|
-
ExportTaskIds?: string[] | undefined;
|
|
874
|
-
}
|
|
875
|
-
export interface DescribeExportTasksResult {
|
|
876
|
-
ExportTasks?: ExportTask[] | undefined;
|
|
877
|
-
}
|
|
878
|
-
export interface DescribeFastLaunchImagesRequest {
|
|
879
|
-
ImageIds?: string[] | undefined;
|
|
613
|
+
export interface DescribeLocalGatewaysRequest {
|
|
614
|
+
LocalGatewayIds?: string[] | undefined;
|
|
880
615
|
Filters?: Filter[] | undefined;
|
|
881
616
|
MaxResults?: number | undefined;
|
|
882
617
|
NextToken?: string | undefined;
|
|
883
618
|
DryRun?: boolean | undefined;
|
|
884
619
|
}
|
|
885
|
-
export interface
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
Version?: string | undefined;
|
|
889
|
-
}
|
|
890
|
-
export declare const FastLaunchResourceType: {
|
|
891
|
-
readonly SNAPSHOT: "snapshot";
|
|
892
|
-
};
|
|
893
|
-
export type FastLaunchResourceType =
|
|
894
|
-
(typeof FastLaunchResourceType)[keyof typeof FastLaunchResourceType];
|
|
895
|
-
export interface FastLaunchSnapshotConfigurationResponse {
|
|
896
|
-
TargetResourceCount?: number | undefined;
|
|
897
|
-
}
|
|
898
|
-
export declare const FastLaunchStateCode: {
|
|
899
|
-
readonly disabling: "disabling";
|
|
900
|
-
readonly disabling_failed: "disabling-failed";
|
|
901
|
-
readonly enabled: "enabled";
|
|
902
|
-
readonly enabled_failed: "enabled-failed";
|
|
903
|
-
readonly enabling: "enabling";
|
|
904
|
-
readonly enabling_failed: "enabling-failed";
|
|
905
|
-
};
|
|
906
|
-
export type FastLaunchStateCode =
|
|
907
|
-
(typeof FastLaunchStateCode)[keyof typeof FastLaunchStateCode];
|
|
908
|
-
export interface DescribeFastLaunchImagesSuccessItem {
|
|
909
|
-
ImageId?: string | undefined;
|
|
910
|
-
ResourceType?: FastLaunchResourceType | undefined;
|
|
911
|
-
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
|
|
912
|
-
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
|
|
913
|
-
MaxParallelLaunches?: number | undefined;
|
|
620
|
+
export interface LocalGateway {
|
|
621
|
+
LocalGatewayId?: string | undefined;
|
|
622
|
+
OutpostArn?: string | undefined;
|
|
914
623
|
OwnerId?: string | undefined;
|
|
915
|
-
State?:
|
|
916
|
-
|
|
917
|
-
StateTransitionTime?: Date | undefined;
|
|
624
|
+
State?: string | undefined;
|
|
625
|
+
Tags?: Tag[] | undefined;
|
|
918
626
|
}
|
|
919
|
-
export interface
|
|
920
|
-
|
|
627
|
+
export interface DescribeLocalGatewaysResult {
|
|
628
|
+
LocalGateways?: LocalGateway[] | undefined;
|
|
921
629
|
NextToken?: string | undefined;
|
|
922
630
|
}
|
|
923
|
-
export interface
|
|
631
|
+
export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
|
|
632
|
+
LocalGatewayVirtualInterfaceGroupIds?: string[] | undefined;
|
|
924
633
|
Filters?: Filter[] | undefined;
|
|
925
634
|
MaxResults?: number | undefined;
|
|
926
635
|
NextToken?: string | undefined;
|
|
927
636
|
DryRun?: boolean | undefined;
|
|
928
637
|
}
|
|
929
|
-
export
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
readonly enabling: "enabling";
|
|
934
|
-
readonly optimizing: "optimizing";
|
|
935
|
-
};
|
|
936
|
-
export type FastSnapshotRestoreStateCode =
|
|
937
|
-
(typeof FastSnapshotRestoreStateCode)[keyof typeof FastSnapshotRestoreStateCode];
|
|
938
|
-
export interface DescribeFastSnapshotRestoreSuccessItem {
|
|
939
|
-
SnapshotId?: string | undefined;
|
|
940
|
-
AvailabilityZone?: string | undefined;
|
|
941
|
-
AvailabilityZoneId?: string | undefined;
|
|
942
|
-
State?: FastSnapshotRestoreStateCode | undefined;
|
|
943
|
-
StateTransitionReason?: string | undefined;
|
|
944
|
-
OwnerId?: string | undefined;
|
|
945
|
-
OwnerAlias?: string | undefined;
|
|
946
|
-
EnablingTime?: Date | undefined;
|
|
947
|
-
OptimizingTime?: Date | undefined;
|
|
948
|
-
EnabledTime?: Date | undefined;
|
|
949
|
-
DisablingTime?: Date | undefined;
|
|
950
|
-
DisabledTime?: Date | undefined;
|
|
951
|
-
}
|
|
952
|
-
export interface DescribeFastSnapshotRestoresResult {
|
|
953
|
-
FastSnapshotRestores?: DescribeFastSnapshotRestoreSuccessItem[] | undefined;
|
|
638
|
+
export interface DescribeLocalGatewayVirtualInterfaceGroupsResult {
|
|
639
|
+
LocalGatewayVirtualInterfaceGroups?:
|
|
640
|
+
| LocalGatewayVirtualInterfaceGroup[]
|
|
641
|
+
| undefined;
|
|
954
642
|
NextToken?: string | undefined;
|
|
955
643
|
}
|
|
956
|
-
export
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
readonly SERVICE_ERROR: "service-error";
|
|
960
|
-
};
|
|
961
|
-
export type FleetEventType =
|
|
962
|
-
(typeof FleetEventType)[keyof typeof FleetEventType];
|
|
963
|
-
export interface DescribeFleetHistoryRequest {
|
|
964
|
-
DryRun?: boolean | undefined;
|
|
965
|
-
EventType?: FleetEventType | undefined;
|
|
644
|
+
export interface DescribeLocalGatewayVirtualInterfacesRequest {
|
|
645
|
+
LocalGatewayVirtualInterfaceIds?: string[] | undefined;
|
|
646
|
+
Filters?: Filter[] | undefined;
|
|
966
647
|
MaxResults?: number | undefined;
|
|
967
648
|
NextToken?: string | undefined;
|
|
968
|
-
|
|
969
|
-
StartTime: Date | undefined;
|
|
970
|
-
}
|
|
971
|
-
export interface EventInformation {
|
|
972
|
-
EventDescription?: string | undefined;
|
|
973
|
-
EventSubType?: string | undefined;
|
|
974
|
-
InstanceId?: string | undefined;
|
|
975
|
-
}
|
|
976
|
-
export interface HistoryRecordEntry {
|
|
977
|
-
EventInformation?: EventInformation | undefined;
|
|
978
|
-
EventType?: FleetEventType | undefined;
|
|
979
|
-
Timestamp?: Date | undefined;
|
|
649
|
+
DryRun?: boolean | undefined;
|
|
980
650
|
}
|
|
981
|
-
export interface
|
|
982
|
-
|
|
983
|
-
LastEvaluatedTime?: Date | undefined;
|
|
651
|
+
export interface DescribeLocalGatewayVirtualInterfacesResult {
|
|
652
|
+
LocalGatewayVirtualInterfaces?: LocalGatewayVirtualInterface[] | undefined;
|
|
984
653
|
NextToken?: string | undefined;
|
|
985
|
-
FleetId?: string | undefined;
|
|
986
|
-
StartTime?: Date | undefined;
|
|
987
654
|
}
|
|
988
|
-
export interface
|
|
989
|
-
|
|
655
|
+
export interface DescribeLockedSnapshotsRequest {
|
|
656
|
+
Filters?: Filter[] | undefined;
|
|
990
657
|
MaxResults?: number | undefined;
|
|
991
658
|
NextToken?: string | undefined;
|
|
992
|
-
|
|
993
|
-
|
|
659
|
+
SnapshotIds?: string[] | undefined;
|
|
660
|
+
DryRun?: boolean | undefined;
|
|
994
661
|
}
|
|
995
|
-
export interface
|
|
996
|
-
|
|
662
|
+
export interface LockedSnapshotsInfo {
|
|
663
|
+
OwnerId?: string | undefined;
|
|
664
|
+
SnapshotId?: string | undefined;
|
|
665
|
+
LockState?: LockState | undefined;
|
|
666
|
+
LockDuration?: number | undefined;
|
|
667
|
+
CoolOffPeriod?: number | undefined;
|
|
668
|
+
CoolOffPeriodExpiresOn?: Date | undefined;
|
|
669
|
+
LockCreatedOn?: Date | undefined;
|
|
670
|
+
LockDurationStartTime?: Date | undefined;
|
|
671
|
+
LockExpiresOn?: Date | undefined;
|
|
672
|
+
}
|
|
673
|
+
export interface DescribeLockedSnapshotsResult {
|
|
674
|
+
Snapshots?: LockedSnapshotsInfo[] | undefined;
|
|
997
675
|
NextToken?: string | undefined;
|
|
998
|
-
FleetId?: string | undefined;
|
|
999
676
|
}
|
|
1000
|
-
export interface
|
|
1001
|
-
|
|
677
|
+
export interface DescribeMacHostsRequest {
|
|
678
|
+
Filters?: Filter[] | undefined;
|
|
679
|
+
HostIds?: string[] | undefined;
|
|
1002
680
|
MaxResults?: number | undefined;
|
|
1003
681
|
NextToken?: string | undefined;
|
|
1004
|
-
FleetIds?: string[] | undefined;
|
|
1005
|
-
Filters?: Filter[] | undefined;
|
|
1006
|
-
}
|
|
1007
|
-
export declare const FleetActivityStatus: {
|
|
1008
|
-
readonly ERROR: "error";
|
|
1009
|
-
readonly FULFILLED: "fulfilled";
|
|
1010
|
-
readonly PENDING_FULFILLMENT: "pending_fulfillment";
|
|
1011
|
-
readonly PENDING_TERMINATION: "pending_termination";
|
|
1012
|
-
};
|
|
1013
|
-
export type FleetActivityStatus =
|
|
1014
|
-
(typeof FleetActivityStatus)[keyof typeof FleetActivityStatus];
|
|
1015
|
-
export interface DescribeFleetError {
|
|
1016
|
-
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | undefined;
|
|
1017
|
-
Lifecycle?: InstanceLifecycle | undefined;
|
|
1018
|
-
ErrorCode?: string | undefined;
|
|
1019
|
-
ErrorMessage?: string | undefined;
|
|
1020
|
-
}
|
|
1021
|
-
export interface DescribeFleetsInstances {
|
|
1022
|
-
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | undefined;
|
|
1023
|
-
Lifecycle?: InstanceLifecycle | undefined;
|
|
1024
|
-
InstanceIds?: string[] | undefined;
|
|
1025
|
-
InstanceType?: _InstanceType | undefined;
|
|
1026
|
-
Platform?: PlatformValues | undefined;
|
|
1027
|
-
}
|
|
1028
|
-
export interface FleetLaunchTemplateConfig {
|
|
1029
|
-
LaunchTemplateSpecification?: FleetLaunchTemplateSpecification | undefined;
|
|
1030
|
-
Overrides?: FleetLaunchTemplateOverrides[] | undefined;
|
|
1031
|
-
}
|
|
1032
|
-
export interface CapacityReservationOptions {
|
|
1033
|
-
UsageStrategy?: FleetCapacityReservationUsageStrategy | undefined;
|
|
1034
|
-
}
|
|
1035
|
-
export interface OnDemandOptions {
|
|
1036
|
-
AllocationStrategy?: FleetOnDemandAllocationStrategy | undefined;
|
|
1037
|
-
CapacityReservationOptions?: CapacityReservationOptions | undefined;
|
|
1038
|
-
SingleInstanceType?: boolean | undefined;
|
|
1039
|
-
SingleAvailabilityZone?: boolean | undefined;
|
|
1040
|
-
MinTargetCapacity?: number | undefined;
|
|
1041
|
-
MaxTotalPrice?: string | undefined;
|
|
1042
|
-
}
|
|
1043
|
-
export interface FleetSpotCapacityRebalance {
|
|
1044
|
-
ReplacementStrategy?: FleetReplacementStrategy | undefined;
|
|
1045
|
-
TerminationDelay?: number | undefined;
|
|
1046
|
-
}
|
|
1047
|
-
export interface FleetSpotMaintenanceStrategies {
|
|
1048
|
-
CapacityRebalance?: FleetSpotCapacityRebalance | undefined;
|
|
1049
|
-
}
|
|
1050
|
-
export interface SpotOptions {
|
|
1051
|
-
AllocationStrategy?: SpotAllocationStrategy | undefined;
|
|
1052
|
-
MaintenanceStrategies?: FleetSpotMaintenanceStrategies | undefined;
|
|
1053
|
-
InstanceInterruptionBehavior?: SpotInstanceInterruptionBehavior | undefined;
|
|
1054
|
-
InstancePoolsToUseCount?: number | undefined;
|
|
1055
|
-
SingleInstanceType?: boolean | undefined;
|
|
1056
|
-
SingleAvailabilityZone?: boolean | undefined;
|
|
1057
|
-
MinTargetCapacity?: number | undefined;
|
|
1058
|
-
MaxTotalPrice?: string | undefined;
|
|
1059
|
-
}
|
|
1060
|
-
export interface TargetCapacitySpecification {
|
|
1061
|
-
TotalTargetCapacity?: number | undefined;
|
|
1062
|
-
OnDemandTargetCapacity?: number | undefined;
|
|
1063
|
-
SpotTargetCapacity?: number | undefined;
|
|
1064
|
-
DefaultTargetCapacityType?: DefaultTargetCapacityType | undefined;
|
|
1065
|
-
TargetCapacityUnitType?: TargetCapacityUnitType | undefined;
|
|
1066
682
|
}
|
|
1067
|
-
export interface
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
FleetId?: string | undefined;
|
|
1071
|
-
FleetState?: FleetStateCode | undefined;
|
|
1072
|
-
ClientToken?: string | undefined;
|
|
1073
|
-
ExcessCapacityTerminationPolicy?:
|
|
1074
|
-
| FleetExcessCapacityTerminationPolicy
|
|
1075
|
-
| undefined;
|
|
1076
|
-
FulfilledCapacity?: number | undefined;
|
|
1077
|
-
FulfilledOnDemandCapacity?: number | undefined;
|
|
1078
|
-
LaunchTemplateConfigs?: FleetLaunchTemplateConfig[] | undefined;
|
|
1079
|
-
TargetCapacitySpecification?: TargetCapacitySpecification | undefined;
|
|
1080
|
-
TerminateInstancesWithExpiration?: boolean | undefined;
|
|
1081
|
-
Type?: FleetType | undefined;
|
|
1082
|
-
ValidFrom?: Date | undefined;
|
|
1083
|
-
ValidUntil?: Date | undefined;
|
|
1084
|
-
ReplaceUnhealthyInstances?: boolean | undefined;
|
|
1085
|
-
SpotOptions?: SpotOptions | undefined;
|
|
1086
|
-
OnDemandOptions?: OnDemandOptions | undefined;
|
|
1087
|
-
Tags?: Tag[] | undefined;
|
|
1088
|
-
Errors?: DescribeFleetError[] | undefined;
|
|
1089
|
-
Instances?: DescribeFleetsInstances[] | undefined;
|
|
1090
|
-
Context?: string | undefined;
|
|
683
|
+
export interface MacHost {
|
|
684
|
+
HostId?: string | undefined;
|
|
685
|
+
MacOSLatestSupportedVersions?: string[] | undefined;
|
|
1091
686
|
}
|
|
1092
|
-
export interface
|
|
687
|
+
export interface DescribeMacHostsResult {
|
|
688
|
+
MacHosts?: MacHost[] | undefined;
|
|
1093
689
|
NextToken?: string | undefined;
|
|
1094
|
-
Fleets?: FleetData[] | undefined;
|
|
1095
690
|
}
|
|
1096
|
-
export interface
|
|
691
|
+
export interface DescribeMacModificationTasksRequest {
|
|
1097
692
|
DryRun?: boolean | undefined;
|
|
1098
|
-
|
|
1099
|
-
|
|
693
|
+
Filters?: Filter[] | undefined;
|
|
694
|
+
MacModificationTaskIds?: string[] | undefined;
|
|
1100
695
|
MaxResults?: number | undefined;
|
|
1101
696
|
NextToken?: string | undefined;
|
|
1102
697
|
}
|
|
1103
|
-
export interface
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
PerHourPartition?: boolean | undefined;
|
|
1107
|
-
}
|
|
1108
|
-
export interface FlowLog {
|
|
1109
|
-
CreationTime?: Date | undefined;
|
|
1110
|
-
DeliverLogsErrorMessage?: string | undefined;
|
|
1111
|
-
DeliverLogsPermissionArn?: string | undefined;
|
|
1112
|
-
DeliverCrossAccountRole?: string | undefined;
|
|
1113
|
-
DeliverLogsStatus?: string | undefined;
|
|
1114
|
-
FlowLogId?: string | undefined;
|
|
1115
|
-
FlowLogStatus?: string | undefined;
|
|
1116
|
-
LogGroupName?: string | undefined;
|
|
1117
|
-
ResourceId?: string | undefined;
|
|
1118
|
-
TrafficType?: TrafficType | undefined;
|
|
1119
|
-
LogDestinationType?: LogDestinationType | undefined;
|
|
1120
|
-
LogDestination?: string | undefined;
|
|
1121
|
-
LogFormat?: string | undefined;
|
|
1122
|
-
Tags?: Tag[] | undefined;
|
|
1123
|
-
MaxAggregationInterval?: number | undefined;
|
|
1124
|
-
DestinationOptions?: DestinationOptionsResponse | undefined;
|
|
1125
|
-
}
|
|
1126
|
-
export interface DescribeFlowLogsResult {
|
|
1127
|
-
FlowLogs?: FlowLog[] | undefined;
|
|
1128
|
-
NextToken?: string | undefined;
|
|
1129
|
-
}
|
|
1130
|
-
export declare const FpgaImageAttributeName: {
|
|
1131
|
-
readonly description: "description";
|
|
1132
|
-
readonly loadPermission: "loadPermission";
|
|
1133
|
-
readonly name: "name";
|
|
1134
|
-
readonly productCodes: "productCodes";
|
|
1135
|
-
};
|
|
1136
|
-
export type FpgaImageAttributeName =
|
|
1137
|
-
(typeof FpgaImageAttributeName)[keyof typeof FpgaImageAttributeName];
|
|
1138
|
-
export interface DescribeFpgaImageAttributeRequest {
|
|
1139
|
-
DryRun?: boolean | undefined;
|
|
1140
|
-
FpgaImageId: string | undefined;
|
|
1141
|
-
Attribute: FpgaImageAttributeName | undefined;
|
|
1142
|
-
}
|
|
1143
|
-
export declare const PermissionGroup: {
|
|
1144
|
-
readonly all: "all";
|
|
1145
|
-
};
|
|
1146
|
-
export type PermissionGroup =
|
|
1147
|
-
(typeof PermissionGroup)[keyof typeof PermissionGroup];
|
|
1148
|
-
export interface LoadPermission {
|
|
1149
|
-
UserId?: string | undefined;
|
|
1150
|
-
Group?: PermissionGroup | undefined;
|
|
1151
|
-
}
|
|
1152
|
-
export declare const ProductCodeValues: {
|
|
1153
|
-
readonly devpay: "devpay";
|
|
1154
|
-
readonly marketplace: "marketplace";
|
|
1155
|
-
};
|
|
1156
|
-
export type ProductCodeValues =
|
|
1157
|
-
(typeof ProductCodeValues)[keyof typeof ProductCodeValues];
|
|
1158
|
-
export interface ProductCode {
|
|
1159
|
-
ProductCodeId?: string | undefined;
|
|
1160
|
-
ProductCodeType?: ProductCodeValues | undefined;
|
|
1161
|
-
}
|
|
1162
|
-
export interface FpgaImageAttribute {
|
|
1163
|
-
FpgaImageId?: string | undefined;
|
|
1164
|
-
Name?: string | undefined;
|
|
1165
|
-
Description?: string | undefined;
|
|
1166
|
-
LoadPermissions?: LoadPermission[] | undefined;
|
|
1167
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
1168
|
-
}
|
|
1169
|
-
export interface DescribeFpgaImageAttributeResult {
|
|
1170
|
-
FpgaImageAttribute?: FpgaImageAttribute | undefined;
|
|
698
|
+
export interface DescribeMacModificationTasksResult {
|
|
699
|
+
MacModificationTasks?: MacModificationTask[] | undefined;
|
|
700
|
+
NextToken?: string | undefined;
|
|
1171
701
|
}
|
|
1172
|
-
export interface
|
|
702
|
+
export interface DescribeManagedPrefixListsRequest {
|
|
1173
703
|
DryRun?: boolean | undefined;
|
|
1174
|
-
FpgaImageIds?: string[] | undefined;
|
|
1175
|
-
Owners?: string[] | undefined;
|
|
1176
704
|
Filters?: Filter[] | undefined;
|
|
1177
|
-
NextToken?: string | undefined;
|
|
1178
705
|
MaxResults?: number | undefined;
|
|
706
|
+
NextToken?: string | undefined;
|
|
707
|
+
PrefixListIds?: string[] | undefined;
|
|
1179
708
|
}
|
|
1180
|
-
export interface
|
|
1181
|
-
DeviceId?: string | undefined;
|
|
1182
|
-
VendorId?: string | undefined;
|
|
1183
|
-
SubsystemId?: string | undefined;
|
|
1184
|
-
SubsystemVendorId?: string | undefined;
|
|
1185
|
-
}
|
|
1186
|
-
export declare const FpgaImageStateCode: {
|
|
1187
|
-
readonly available: "available";
|
|
1188
|
-
readonly failed: "failed";
|
|
1189
|
-
readonly pending: "pending";
|
|
1190
|
-
readonly unavailable: "unavailable";
|
|
1191
|
-
};
|
|
1192
|
-
export type FpgaImageStateCode =
|
|
1193
|
-
(typeof FpgaImageStateCode)[keyof typeof FpgaImageStateCode];
|
|
1194
|
-
export interface FpgaImageState {
|
|
1195
|
-
Code?: FpgaImageStateCode | undefined;
|
|
1196
|
-
Message?: string | undefined;
|
|
1197
|
-
}
|
|
1198
|
-
export interface FpgaImage {
|
|
1199
|
-
FpgaImageId?: string | undefined;
|
|
1200
|
-
FpgaImageGlobalId?: string | undefined;
|
|
1201
|
-
Name?: string | undefined;
|
|
1202
|
-
Description?: string | undefined;
|
|
1203
|
-
ShellVersion?: string | undefined;
|
|
1204
|
-
PciId?: PciId | undefined;
|
|
1205
|
-
State?: FpgaImageState | undefined;
|
|
1206
|
-
CreateTime?: Date | undefined;
|
|
1207
|
-
UpdateTime?: Date | undefined;
|
|
1208
|
-
OwnerId?: string | undefined;
|
|
1209
|
-
OwnerAlias?: string | undefined;
|
|
1210
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
1211
|
-
Tags?: Tag[] | undefined;
|
|
1212
|
-
Public?: boolean | undefined;
|
|
1213
|
-
DataRetentionSupport?: boolean | undefined;
|
|
1214
|
-
InstanceTypes?: string[] | undefined;
|
|
1215
|
-
}
|
|
1216
|
-
export interface DescribeFpgaImagesResult {
|
|
1217
|
-
FpgaImages?: FpgaImage[] | undefined;
|
|
709
|
+
export interface DescribeManagedPrefixListsResult {
|
|
1218
710
|
NextToken?: string | undefined;
|
|
711
|
+
PrefixLists?: ManagedPrefixList[] | undefined;
|
|
1219
712
|
}
|
|
1220
|
-
export interface
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
MaxResults?: number | undefined;
|
|
1224
|
-
MinDuration?: number | undefined;
|
|
713
|
+
export interface DescribeMovingAddressesRequest {
|
|
714
|
+
DryRun?: boolean | undefined;
|
|
715
|
+
PublicIps?: string[] | undefined;
|
|
1225
716
|
NextToken?: string | undefined;
|
|
1226
|
-
|
|
717
|
+
Filters?: Filter[] | undefined;
|
|
718
|
+
MaxResults?: number | undefined;
|
|
1227
719
|
}
|
|
1228
|
-
export
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
readonly PARTIAL_UPFRONT: "PartialUpfront";
|
|
1232
|
-
};
|
|
1233
|
-
export type PaymentOption = (typeof PaymentOption)[keyof typeof PaymentOption];
|
|
1234
|
-
export interface HostOffering {
|
|
1235
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
1236
|
-
Duration?: number | undefined;
|
|
1237
|
-
HourlyPrice?: string | undefined;
|
|
1238
|
-
InstanceFamily?: string | undefined;
|
|
1239
|
-
OfferingId?: string | undefined;
|
|
1240
|
-
PaymentOption?: PaymentOption | undefined;
|
|
1241
|
-
UpfrontPrice?: string | undefined;
|
|
720
|
+
export interface MovingAddressStatus {
|
|
721
|
+
MoveStatus?: MoveStatus | undefined;
|
|
722
|
+
PublicIp?: string | undefined;
|
|
1242
723
|
}
|
|
1243
|
-
export interface
|
|
724
|
+
export interface DescribeMovingAddressesResult {
|
|
725
|
+
MovingAddressStatuses?: MovingAddressStatus[] | undefined;
|
|
1244
726
|
NextToken?: string | undefined;
|
|
1245
|
-
OfferingSet?: HostOffering[] | undefined;
|
|
1246
727
|
}
|
|
1247
|
-
export interface
|
|
728
|
+
export interface DescribeNatGatewaysRequest {
|
|
729
|
+
DryRun?: boolean | undefined;
|
|
1248
730
|
Filter?: Filter[] | undefined;
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
NextToken?: string | undefined;
|
|
1252
|
-
}
|
|
1253
|
-
export declare const ReservationState: {
|
|
1254
|
-
readonly ACTIVE: "active";
|
|
1255
|
-
readonly CANCELLED: "cancelled";
|
|
1256
|
-
readonly DELAYED: "delayed";
|
|
1257
|
-
readonly EXPIRED: "expired";
|
|
1258
|
-
readonly FAILED: "failed";
|
|
1259
|
-
readonly PAYMENT_FAILED: "payment-failed";
|
|
1260
|
-
readonly PAYMENT_PENDING: "payment-pending";
|
|
1261
|
-
readonly PENDING: "pending";
|
|
1262
|
-
readonly RETIRED: "retired";
|
|
1263
|
-
readonly SCHEDULED: "scheduled";
|
|
1264
|
-
readonly UNSUPPORTED: "unsupported";
|
|
1265
|
-
};
|
|
1266
|
-
export type ReservationState =
|
|
1267
|
-
(typeof ReservationState)[keyof typeof ReservationState];
|
|
1268
|
-
export interface HostReservation {
|
|
1269
|
-
Count?: number | undefined;
|
|
1270
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
1271
|
-
Duration?: number | undefined;
|
|
1272
|
-
End?: Date | undefined;
|
|
1273
|
-
HostIdSet?: string[] | undefined;
|
|
1274
|
-
HostReservationId?: string | undefined;
|
|
1275
|
-
HourlyPrice?: string | undefined;
|
|
1276
|
-
InstanceFamily?: string | undefined;
|
|
1277
|
-
OfferingId?: string | undefined;
|
|
1278
|
-
PaymentOption?: PaymentOption | undefined;
|
|
1279
|
-
Start?: Date | undefined;
|
|
1280
|
-
State?: ReservationState | undefined;
|
|
1281
|
-
UpfrontPrice?: string | undefined;
|
|
1282
|
-
Tags?: Tag[] | undefined;
|
|
731
|
+
MaxResults?: number | undefined;
|
|
732
|
+
NatGatewayIds?: string[] | undefined;
|
|
733
|
+
NextToken?: string | undefined;
|
|
1283
734
|
}
|
|
1284
|
-
export interface
|
|
1285
|
-
|
|
735
|
+
export interface DescribeNatGatewaysResult {
|
|
736
|
+
NatGateways?: NatGateway[] | undefined;
|
|
1286
737
|
NextToken?: string | undefined;
|
|
1287
738
|
}
|
|
1288
|
-
export interface
|
|
1289
|
-
HostIds?: string[] | undefined;
|
|
739
|
+
export interface DescribeNetworkAclsRequest {
|
|
1290
740
|
NextToken?: string | undefined;
|
|
1291
741
|
MaxResults?: number | undefined;
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
AvailableCapacity?: number | undefined;
|
|
1296
|
-
InstanceType?: string | undefined;
|
|
1297
|
-
TotalCapacity?: number | undefined;
|
|
1298
|
-
}
|
|
1299
|
-
export interface AvailableCapacity {
|
|
1300
|
-
AvailableInstanceCapacity?: InstanceCapacity[] | undefined;
|
|
1301
|
-
AvailableVCpus?: number | undefined;
|
|
742
|
+
DryRun?: boolean | undefined;
|
|
743
|
+
NetworkAclIds?: string[] | undefined;
|
|
744
|
+
Filters?: Filter[] | undefined;
|
|
1302
745
|
}
|
|
1303
|
-
export interface
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
InstanceFamily?: string | undefined;
|
|
1307
|
-
Sockets?: number | undefined;
|
|
1308
|
-
TotalVCpus?: number | undefined;
|
|
746
|
+
export interface DescribeNetworkAclsResult {
|
|
747
|
+
NetworkAcls?: NetworkAcl[] | undefined;
|
|
748
|
+
NextToken?: string | undefined;
|
|
1309
749
|
}
|
|
1310
|
-
export interface
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
750
|
+
export interface DescribeNetworkInsightsAccessScopeAnalysesRequest {
|
|
751
|
+
NetworkInsightsAccessScopeAnalysisIds?: string[] | undefined;
|
|
752
|
+
NetworkInsightsAccessScopeId?: string | undefined;
|
|
753
|
+
AnalysisStartTimeBegin?: Date | undefined;
|
|
754
|
+
AnalysisStartTimeEnd?: Date | undefined;
|
|
755
|
+
Filters?: Filter[] | undefined;
|
|
756
|
+
MaxResults?: number | undefined;
|
|
757
|
+
DryRun?: boolean | undefined;
|
|
758
|
+
NextToken?: string | undefined;
|
|
1314
759
|
}
|
|
1315
|
-
export interface
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
ReleaseTime?: Date | undefined;
|
|
760
|
+
export interface NetworkInsightsAccessScopeAnalysis {
|
|
761
|
+
NetworkInsightsAccessScopeAnalysisId?: string | undefined;
|
|
762
|
+
NetworkInsightsAccessScopeAnalysisArn?: string | undefined;
|
|
763
|
+
NetworkInsightsAccessScopeId?: string | undefined;
|
|
764
|
+
Status?: AnalysisStatus | undefined;
|
|
765
|
+
StatusMessage?: string | undefined;
|
|
766
|
+
WarningMessage?: string | undefined;
|
|
767
|
+
StartDate?: Date | undefined;
|
|
768
|
+
EndDate?: Date | undefined;
|
|
769
|
+
FindingsFound?: FindingsFound | undefined;
|
|
770
|
+
AnalyzedEniCount?: number | undefined;
|
|
1327
771
|
Tags?: Tag[] | undefined;
|
|
1328
|
-
HostRecovery?: HostRecovery | undefined;
|
|
1329
|
-
AllowsMultipleInstanceTypes?: AllowsMultipleInstanceTypes | undefined;
|
|
1330
|
-
OwnerId?: string | undefined;
|
|
1331
|
-
AvailabilityZoneId?: string | undefined;
|
|
1332
|
-
MemberOfServiceLinkedResourceGroup?: boolean | undefined;
|
|
1333
|
-
OutpostArn?: string | undefined;
|
|
1334
|
-
HostMaintenance?: HostMaintenance | undefined;
|
|
1335
|
-
AssetId?: string | undefined;
|
|
1336
772
|
}
|
|
1337
|
-
export interface
|
|
1338
|
-
|
|
773
|
+
export interface DescribeNetworkInsightsAccessScopeAnalysesResult {
|
|
774
|
+
NetworkInsightsAccessScopeAnalyses?:
|
|
775
|
+
| NetworkInsightsAccessScopeAnalysis[]
|
|
776
|
+
| undefined;
|
|
1339
777
|
NextToken?: string | undefined;
|
|
1340
778
|
}
|
|
1341
|
-
export interface
|
|
1342
|
-
|
|
779
|
+
export interface DescribeNetworkInsightsAccessScopesRequest {
|
|
780
|
+
NetworkInsightsAccessScopeIds?: string[] | undefined;
|
|
1343
781
|
Filters?: Filter[] | undefined;
|
|
1344
782
|
MaxResults?: number | undefined;
|
|
783
|
+
DryRun?: boolean | undefined;
|
|
1345
784
|
NextToken?: string | undefined;
|
|
1346
785
|
}
|
|
1347
|
-
export interface
|
|
1348
|
-
|
|
786
|
+
export interface DescribeNetworkInsightsAccessScopesResult {
|
|
787
|
+
NetworkInsightsAccessScopes?: NetworkInsightsAccessScope[] | undefined;
|
|
1349
788
|
NextToken?: string | undefined;
|
|
1350
789
|
}
|
|
1351
|
-
export interface
|
|
1352
|
-
|
|
1353
|
-
|
|
790
|
+
export interface DescribeNetworkInsightsAnalysesRequest {
|
|
791
|
+
NetworkInsightsAnalysisIds?: string[] | undefined;
|
|
792
|
+
NetworkInsightsPathId?: string | undefined;
|
|
793
|
+
AnalysisStartTime?: Date | undefined;
|
|
794
|
+
AnalysisEndTime?: Date | undefined;
|
|
795
|
+
Filters?: Filter[] | undefined;
|
|
796
|
+
MaxResults?: number | undefined;
|
|
797
|
+
DryRun?: boolean | undefined;
|
|
798
|
+
NextToken?: string | undefined;
|
|
1354
799
|
}
|
|
1355
|
-
export interface
|
|
1356
|
-
|
|
800
|
+
export interface NetworkInsightsAnalysis {
|
|
801
|
+
NetworkInsightsAnalysisId?: string | undefined;
|
|
802
|
+
NetworkInsightsAnalysisArn?: string | undefined;
|
|
803
|
+
NetworkInsightsPathId?: string | undefined;
|
|
804
|
+
AdditionalAccounts?: string[] | undefined;
|
|
805
|
+
FilterInArns?: string[] | undefined;
|
|
806
|
+
FilterOutArns?: string[] | undefined;
|
|
807
|
+
StartDate?: Date | undefined;
|
|
808
|
+
Status?: AnalysisStatus | undefined;
|
|
809
|
+
StatusMessage?: string | undefined;
|
|
810
|
+
WarningMessage?: string | undefined;
|
|
811
|
+
NetworkPathFound?: boolean | undefined;
|
|
812
|
+
ForwardPathComponents?: PathComponent[] | undefined;
|
|
813
|
+
ReturnPathComponents?: PathComponent[] | undefined;
|
|
814
|
+
Explanations?: Explanation[] | undefined;
|
|
815
|
+
AlternatePathHints?: AlternatePathHint[] | undefined;
|
|
816
|
+
SuggestedAccounts?: string[] | undefined;
|
|
817
|
+
Tags?: Tag[] | undefined;
|
|
1357
818
|
}
|
|
1358
|
-
export interface
|
|
1359
|
-
|
|
819
|
+
export interface DescribeNetworkInsightsAnalysesResult {
|
|
820
|
+
NetworkInsightsAnalyses?: NetworkInsightsAnalysis[] | undefined;
|
|
821
|
+
NextToken?: string | undefined;
|
|
1360
822
|
}
|
|
1361
|
-
export interface
|
|
1362
|
-
|
|
823
|
+
export interface DescribeNetworkInsightsPathsRequest {
|
|
824
|
+
NetworkInsightsPathIds?: string[] | undefined;
|
|
825
|
+
Filters?: Filter[] | undefined;
|
|
826
|
+
MaxResults?: number | undefined;
|
|
827
|
+
DryRun?: boolean | undefined;
|
|
828
|
+
NextToken?: string | undefined;
|
|
1363
829
|
}
|
|
1364
|
-
export
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
readonly deregistrationProtection: "deregistrationProtection";
|
|
1368
|
-
readonly description: "description";
|
|
1369
|
-
readonly imdsSupport: "imdsSupport";
|
|
1370
|
-
readonly kernel: "kernel";
|
|
1371
|
-
readonly lastLaunchedTime: "lastLaunchedTime";
|
|
1372
|
-
readonly launchPermission: "launchPermission";
|
|
1373
|
-
readonly productCodes: "productCodes";
|
|
1374
|
-
readonly ramdisk: "ramdisk";
|
|
1375
|
-
readonly sriovNetSupport: "sriovNetSupport";
|
|
1376
|
-
readonly tpmSupport: "tpmSupport";
|
|
1377
|
-
readonly uefiData: "uefiData";
|
|
1378
|
-
};
|
|
1379
|
-
export type ImageAttributeName =
|
|
1380
|
-
(typeof ImageAttributeName)[keyof typeof ImageAttributeName];
|
|
1381
|
-
export interface DescribeImageAttributeRequest {
|
|
1382
|
-
Attribute: ImageAttributeName | undefined;
|
|
1383
|
-
ImageId: string | undefined;
|
|
1384
|
-
DryRun?: boolean | undefined;
|
|
1385
|
-
}
|
|
1386
|
-
export interface LaunchPermission {
|
|
1387
|
-
OrganizationArn?: string | undefined;
|
|
1388
|
-
OrganizationalUnitArn?: string | undefined;
|
|
1389
|
-
UserId?: string | undefined;
|
|
1390
|
-
Group?: PermissionGroup | undefined;
|
|
830
|
+
export interface DescribeNetworkInsightsPathsResult {
|
|
831
|
+
NetworkInsightsPaths?: NetworkInsightsPath[] | undefined;
|
|
832
|
+
NextToken?: string | undefined;
|
|
1391
833
|
}
|
|
1392
|
-
export interface
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
SriovNetSupport?: AttributeValue | undefined;
|
|
1397
|
-
BootMode?: AttributeValue | undefined;
|
|
1398
|
-
TpmSupport?: AttributeValue | undefined;
|
|
1399
|
-
UefiData?: AttributeValue | undefined;
|
|
1400
|
-
LastLaunchedTime?: AttributeValue | undefined;
|
|
1401
|
-
ImdsSupport?: AttributeValue | undefined;
|
|
1402
|
-
DeregistrationProtection?: AttributeValue | undefined;
|
|
1403
|
-
ImageId?: string | undefined;
|
|
1404
|
-
LaunchPermissions?: LaunchPermission[] | undefined;
|
|
1405
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
1406
|
-
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
834
|
+
export interface DescribeNetworkInterfaceAttributeRequest {
|
|
835
|
+
DryRun?: boolean | undefined;
|
|
836
|
+
NetworkInterfaceId: string | undefined;
|
|
837
|
+
Attribute?: NetworkInterfaceAttribute | undefined;
|
|
1407
838
|
}
|
|
1408
|
-
export
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
export type ImageReferenceResourceType =
|
|
1416
|
-
(typeof ImageReferenceResourceType)[keyof typeof ImageReferenceResourceType];
|
|
1417
|
-
export declare const ImageReferenceOptionName: {
|
|
1418
|
-
readonly STATE_NAME: "state-name";
|
|
1419
|
-
readonly VERSION_DEPTH: "version-depth";
|
|
1420
|
-
};
|
|
1421
|
-
export type ImageReferenceOptionName =
|
|
1422
|
-
(typeof ImageReferenceOptionName)[keyof typeof ImageReferenceOptionName];
|
|
1423
|
-
export interface ResourceTypeOption {
|
|
1424
|
-
OptionName?: ImageReferenceOptionName | undefined;
|
|
1425
|
-
OptionValues?: string[] | undefined;
|
|
1426
|
-
}
|
|
1427
|
-
export interface ResourceTypeRequest {
|
|
1428
|
-
ResourceType?: ImageReferenceResourceType | undefined;
|
|
1429
|
-
ResourceTypeOptions?: ResourceTypeOption[] | undefined;
|
|
1430
|
-
}
|
|
1431
|
-
export interface DescribeImageReferencesRequest {
|
|
1432
|
-
ImageIds: string[] | undefined;
|
|
1433
|
-
IncludeAllResourceTypes?: boolean | undefined;
|
|
1434
|
-
ResourceTypes?: ResourceTypeRequest[] | undefined;
|
|
1435
|
-
NextToken?: string | undefined;
|
|
1436
|
-
DryRun?: boolean | undefined;
|
|
1437
|
-
MaxResults?: number | undefined;
|
|
1438
|
-
}
|
|
1439
|
-
export interface ImageReference {
|
|
1440
|
-
ImageId?: string | undefined;
|
|
1441
|
-
ResourceType?: ImageReferenceResourceType | undefined;
|
|
1442
|
-
Arn?: string | undefined;
|
|
839
|
+
export interface DescribeNetworkInterfaceAttributeResult {
|
|
840
|
+
Attachment?: NetworkInterfaceAttachment | undefined;
|
|
841
|
+
Description?: AttributeValue | undefined;
|
|
842
|
+
Groups?: GroupIdentifier[] | undefined;
|
|
843
|
+
NetworkInterfaceId?: string | undefined;
|
|
844
|
+
SourceDestCheck?: AttributeBooleanValue | undefined;
|
|
845
|
+
AssociatePublicIpAddress?: boolean | undefined;
|
|
1443
846
|
}
|
|
1444
|
-
export interface
|
|
847
|
+
export interface DescribeNetworkInterfacePermissionsRequest {
|
|
848
|
+
NetworkInterfacePermissionIds?: string[] | undefined;
|
|
849
|
+
Filters?: Filter[] | undefined;
|
|
1445
850
|
NextToken?: string | undefined;
|
|
1446
|
-
|
|
1447
|
-
}
|
|
1448
|
-
export interface DescribeImagesRequest {
|
|
1449
|
-
ExecutableUsers?: string[] | undefined;
|
|
1450
|
-
ImageIds?: string[] | undefined;
|
|
1451
|
-
Owners?: string[] | undefined;
|
|
1452
|
-
IncludeDeprecated?: boolean | undefined;
|
|
1453
|
-
IncludeDisabled?: boolean | undefined;
|
|
1454
|
-
MaxResults?: number | undefined;
|
|
1455
|
-
NextToken?: string | undefined;
|
|
1456
|
-
DryRun?: boolean | undefined;
|
|
1457
|
-
Filters?: Filter[] | undefined;
|
|
1458
|
-
}
|
|
1459
|
-
export declare const ArchitectureValues: {
|
|
1460
|
-
readonly arm64: "arm64";
|
|
1461
|
-
readonly arm64_mac: "arm64_mac";
|
|
1462
|
-
readonly i386: "i386";
|
|
1463
|
-
readonly x86_64: "x86_64";
|
|
1464
|
-
readonly x86_64_mac: "x86_64_mac";
|
|
1465
|
-
};
|
|
1466
|
-
export type ArchitectureValues =
|
|
1467
|
-
(typeof ArchitectureValues)[keyof typeof ArchitectureValues];
|
|
1468
|
-
export declare const BootModeValues: {
|
|
1469
|
-
readonly legacy_bios: "legacy-bios";
|
|
1470
|
-
readonly uefi: "uefi";
|
|
1471
|
-
readonly uefi_preferred: "uefi-preferred";
|
|
1472
|
-
};
|
|
1473
|
-
export type BootModeValues =
|
|
1474
|
-
(typeof BootModeValues)[keyof typeof BootModeValues];
|
|
1475
|
-
export declare const HypervisorType: {
|
|
1476
|
-
readonly ovm: "ovm";
|
|
1477
|
-
readonly xen: "xen";
|
|
1478
|
-
};
|
|
1479
|
-
export type HypervisorType =
|
|
1480
|
-
(typeof HypervisorType)[keyof typeof HypervisorType];
|
|
1481
|
-
export declare const ImageTypeValues: {
|
|
1482
|
-
readonly kernel: "kernel";
|
|
1483
|
-
readonly machine: "machine";
|
|
1484
|
-
readonly ramdisk: "ramdisk";
|
|
1485
|
-
};
|
|
1486
|
-
export type ImageTypeValues =
|
|
1487
|
-
(typeof ImageTypeValues)[keyof typeof ImageTypeValues];
|
|
1488
|
-
export declare const ImdsSupportValues: {
|
|
1489
|
-
readonly v2_0: "v2.0";
|
|
1490
|
-
};
|
|
1491
|
-
export type ImdsSupportValues =
|
|
1492
|
-
(typeof ImdsSupportValues)[keyof typeof ImdsSupportValues];
|
|
1493
|
-
export declare const DeviceType: {
|
|
1494
|
-
readonly ebs: "ebs";
|
|
1495
|
-
readonly instance_store: "instance-store";
|
|
1496
|
-
};
|
|
1497
|
-
export type DeviceType = (typeof DeviceType)[keyof typeof DeviceType];
|
|
1498
|
-
export declare const ImageState: {
|
|
1499
|
-
readonly available: "available";
|
|
1500
|
-
readonly deregistered: "deregistered";
|
|
1501
|
-
readonly disabled: "disabled";
|
|
1502
|
-
readonly error: "error";
|
|
1503
|
-
readonly failed: "failed";
|
|
1504
|
-
readonly invalid: "invalid";
|
|
1505
|
-
readonly pending: "pending";
|
|
1506
|
-
readonly transient: "transient";
|
|
1507
|
-
};
|
|
1508
|
-
export type ImageState = (typeof ImageState)[keyof typeof ImageState];
|
|
1509
|
-
export declare const TpmSupportValues: {
|
|
1510
|
-
readonly v2_0: "v2.0";
|
|
1511
|
-
};
|
|
1512
|
-
export type TpmSupportValues =
|
|
1513
|
-
(typeof TpmSupportValues)[keyof typeof TpmSupportValues];
|
|
1514
|
-
export declare const VirtualizationType: {
|
|
1515
|
-
readonly hvm: "hvm";
|
|
1516
|
-
readonly paravirtual: "paravirtual";
|
|
1517
|
-
};
|
|
1518
|
-
export type VirtualizationType =
|
|
1519
|
-
(typeof VirtualizationType)[keyof typeof VirtualizationType];
|
|
1520
|
-
export interface Image {
|
|
1521
|
-
PlatformDetails?: string | undefined;
|
|
1522
|
-
UsageOperation?: string | undefined;
|
|
1523
|
-
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
1524
|
-
Description?: string | undefined;
|
|
1525
|
-
EnaSupport?: boolean | undefined;
|
|
1526
|
-
Hypervisor?: HypervisorType | undefined;
|
|
1527
|
-
ImageOwnerAlias?: string | undefined;
|
|
1528
|
-
Name?: string | undefined;
|
|
1529
|
-
RootDeviceName?: string | undefined;
|
|
1530
|
-
RootDeviceType?: DeviceType | undefined;
|
|
1531
|
-
SriovNetSupport?: string | undefined;
|
|
1532
|
-
StateReason?: StateReason | undefined;
|
|
1533
|
-
Tags?: Tag[] | undefined;
|
|
1534
|
-
VirtualizationType?: VirtualizationType | undefined;
|
|
1535
|
-
BootMode?: BootModeValues | undefined;
|
|
1536
|
-
TpmSupport?: TpmSupportValues | undefined;
|
|
1537
|
-
DeprecationTime?: string | undefined;
|
|
1538
|
-
ImdsSupport?: ImdsSupportValues | undefined;
|
|
1539
|
-
SourceInstanceId?: string | undefined;
|
|
1540
|
-
DeregistrationProtection?: string | undefined;
|
|
1541
|
-
LastLaunchedTime?: string | undefined;
|
|
1542
|
-
ImageAllowed?: boolean | undefined;
|
|
1543
|
-
SourceImageId?: string | undefined;
|
|
1544
|
-
SourceImageRegion?: string | undefined;
|
|
1545
|
-
FreeTierEligible?: boolean | undefined;
|
|
1546
|
-
ImageId?: string | undefined;
|
|
1547
|
-
ImageLocation?: string | undefined;
|
|
1548
|
-
State?: ImageState | undefined;
|
|
1549
|
-
OwnerId?: string | undefined;
|
|
1550
|
-
CreationDate?: string | undefined;
|
|
1551
|
-
Public?: boolean | undefined;
|
|
1552
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
1553
|
-
Architecture?: ArchitectureValues | undefined;
|
|
1554
|
-
ImageType?: ImageTypeValues | undefined;
|
|
1555
|
-
KernelId?: string | undefined;
|
|
1556
|
-
RamdiskId?: string | undefined;
|
|
1557
|
-
Platform?: PlatformValues | undefined;
|
|
851
|
+
MaxResults?: number | undefined;
|
|
1558
852
|
}
|
|
1559
|
-
export interface
|
|
853
|
+
export interface DescribeNetworkInterfacePermissionsResult {
|
|
854
|
+
NetworkInterfacePermissions?: NetworkInterfacePermission[] | undefined;
|
|
1560
855
|
NextToken?: string | undefined;
|
|
1561
|
-
Images?: Image[] | undefined;
|
|
1562
856
|
}
|
|
1563
|
-
export interface
|
|
1564
|
-
ImageIds?: string[] | undefined;
|
|
1565
|
-
ReportIds?: string[] | undefined;
|
|
857
|
+
export interface DescribeNetworkInterfacesRequest {
|
|
1566
858
|
NextToken?: string | undefined;
|
|
1567
|
-
Filters?: Filter[] | undefined;
|
|
1568
|
-
DryRun?: boolean | undefined;
|
|
1569
859
|
MaxResults?: number | undefined;
|
|
860
|
+
DryRun?: boolean | undefined;
|
|
861
|
+
NetworkInterfaceIds?: string[] | undefined;
|
|
862
|
+
Filters?: Filter[] | undefined;
|
|
1570
863
|
}
|
|
1571
|
-
export interface
|
|
1572
|
-
|
|
1573
|
-
ReportId?: string | undefined;
|
|
1574
|
-
UsageCount?: number | undefined;
|
|
1575
|
-
AccountId?: string | undefined;
|
|
1576
|
-
ImageId?: string | undefined;
|
|
1577
|
-
ReportCreationTime?: Date | undefined;
|
|
1578
|
-
}
|
|
1579
|
-
export interface DescribeImageUsageReportEntriesResult {
|
|
864
|
+
export interface DescribeNetworkInterfacesResult {
|
|
865
|
+
NetworkInterfaces?: NetworkInterface[] | undefined;
|
|
1580
866
|
NextToken?: string | undefined;
|
|
1581
|
-
ImageUsageReportEntries?: ImageUsageReportEntry[] | undefined;
|
|
1582
867
|
}
|
|
1583
|
-
export interface
|
|
1584
|
-
|
|
1585
|
-
ReportIds?: string[] | undefined;
|
|
1586
|
-
NextToken?: string | undefined;
|
|
868
|
+
export interface DescribeOutpostLagsRequest {
|
|
869
|
+
OutpostLagIds?: string[] | undefined;
|
|
1587
870
|
Filters?: Filter[] | undefined;
|
|
1588
|
-
DryRun?: boolean | undefined;
|
|
1589
871
|
MaxResults?: number | undefined;
|
|
872
|
+
NextToken?: string | undefined;
|
|
873
|
+
DryRun?: boolean | undefined;
|
|
1590
874
|
}
|
|
1591
|
-
export interface
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
}
|
|
1595
|
-
export interface ImageUsageResourceType {
|
|
1596
|
-
ResourceType?: string | undefined;
|
|
1597
|
-
ResourceTypeOptions?: ImageUsageResourceTypeOption[] | undefined;
|
|
1598
|
-
}
|
|
1599
|
-
export interface ImageUsageReport {
|
|
1600
|
-
ImageId?: string | undefined;
|
|
1601
|
-
ReportId?: string | undefined;
|
|
1602
|
-
ResourceTypes?: ImageUsageResourceType[] | undefined;
|
|
1603
|
-
AccountIds?: string[] | undefined;
|
|
875
|
+
export interface OutpostLag {
|
|
876
|
+
OutpostArn?: string | undefined;
|
|
877
|
+
OwnerId?: string | undefined;
|
|
1604
878
|
State?: string | undefined;
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
879
|
+
OutpostLagId?: string | undefined;
|
|
880
|
+
LocalGatewayVirtualInterfaceIds?: string[] | undefined;
|
|
881
|
+
ServiceLinkVirtualInterfaceIds?: string[] | undefined;
|
|
1608
882
|
Tags?: Tag[] | undefined;
|
|
1609
883
|
}
|
|
1610
|
-
export interface
|
|
884
|
+
export interface DescribeOutpostLagsResult {
|
|
885
|
+
OutpostLags?: OutpostLag[] | undefined;
|
|
1611
886
|
NextToken?: string | undefined;
|
|
1612
|
-
ImageUsageReports?: ImageUsageReport[] | undefined;
|
|
1613
887
|
}
|
|
1614
|
-
export interface
|
|
888
|
+
export interface DescribePlacementGroupsRequest {
|
|
889
|
+
GroupIds?: string[] | undefined;
|
|
1615
890
|
DryRun?: boolean | undefined;
|
|
891
|
+
GroupNames?: string[] | undefined;
|
|
1616
892
|
Filters?: Filter[] | undefined;
|
|
1617
|
-
ImportTaskIds?: string[] | undefined;
|
|
1618
|
-
MaxResults?: number | undefined;
|
|
1619
|
-
NextToken?: string | undefined;
|
|
1620
|
-
}
|
|
1621
|
-
export interface ImportImageLicenseConfigurationResponse {
|
|
1622
|
-
LicenseConfigurationArn?: string | undefined;
|
|
1623
|
-
}
|
|
1624
|
-
export interface UserBucketDetails {
|
|
1625
|
-
S3Bucket?: string | undefined;
|
|
1626
|
-
S3Key?: string | undefined;
|
|
1627
|
-
}
|
|
1628
|
-
export interface SnapshotDetail {
|
|
1629
|
-
Description?: string | undefined;
|
|
1630
|
-
DeviceName?: string | undefined;
|
|
1631
|
-
DiskImageSize?: number | undefined;
|
|
1632
|
-
Format?: string | undefined;
|
|
1633
|
-
Progress?: string | undefined;
|
|
1634
|
-
SnapshotId?: string | undefined;
|
|
1635
|
-
Status?: string | undefined;
|
|
1636
|
-
StatusMessage?: string | undefined;
|
|
1637
|
-
Url?: string | undefined;
|
|
1638
|
-
UserBucket?: UserBucketDetails | undefined;
|
|
1639
|
-
}
|
|
1640
|
-
export interface ImportImageTask {
|
|
1641
|
-
Architecture?: string | undefined;
|
|
1642
|
-
Description?: string | undefined;
|
|
1643
|
-
Encrypted?: boolean | undefined;
|
|
1644
|
-
Hypervisor?: string | undefined;
|
|
1645
|
-
ImageId?: string | undefined;
|
|
1646
|
-
ImportTaskId?: string | undefined;
|
|
1647
|
-
KmsKeyId?: string | undefined;
|
|
1648
|
-
LicenseType?: string | undefined;
|
|
1649
|
-
Platform?: string | undefined;
|
|
1650
|
-
Progress?: string | undefined;
|
|
1651
|
-
SnapshotDetails?: SnapshotDetail[] | undefined;
|
|
1652
|
-
Status?: string | undefined;
|
|
1653
|
-
StatusMessage?: string | undefined;
|
|
1654
|
-
Tags?: Tag[] | undefined;
|
|
1655
|
-
LicenseSpecifications?: ImportImageLicenseConfigurationResponse[] | undefined;
|
|
1656
|
-
UsageOperation?: string | undefined;
|
|
1657
|
-
BootMode?: BootModeValues | undefined;
|
|
1658
893
|
}
|
|
1659
|
-
export interface
|
|
1660
|
-
|
|
1661
|
-
NextToken?: string | undefined;
|
|
894
|
+
export interface DescribePlacementGroupsResult {
|
|
895
|
+
PlacementGroups?: PlacementGroup[] | undefined;
|
|
1662
896
|
}
|
|
1663
|
-
export interface
|
|
897
|
+
export interface DescribePrefixListsRequest {
|
|
1664
898
|
DryRun?: boolean | undefined;
|
|
1665
899
|
Filters?: Filter[] | undefined;
|
|
1666
|
-
ImportTaskIds?: string[] | undefined;
|
|
1667
900
|
MaxResults?: number | undefined;
|
|
1668
901
|
NextToken?: string | undefined;
|
|
902
|
+
PrefixListIds?: string[] | undefined;
|
|
1669
903
|
}
|
|
1670
|
-
export interface
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
Format?: string | undefined;
|
|
1675
|
-
KmsKeyId?: string | undefined;
|
|
1676
|
-
Progress?: string | undefined;
|
|
1677
|
-
SnapshotId?: string | undefined;
|
|
1678
|
-
Status?: string | undefined;
|
|
1679
|
-
StatusMessage?: string | undefined;
|
|
1680
|
-
Url?: string | undefined;
|
|
1681
|
-
UserBucket?: UserBucketDetails | undefined;
|
|
1682
|
-
}
|
|
1683
|
-
export interface ImportSnapshotTask {
|
|
1684
|
-
Description?: string | undefined;
|
|
1685
|
-
ImportTaskId?: string | undefined;
|
|
1686
|
-
SnapshotTaskDetail?: SnapshotTaskDetail | undefined;
|
|
1687
|
-
Tags?: Tag[] | undefined;
|
|
1688
|
-
}
|
|
1689
|
-
export interface DescribeImportSnapshotTasksResult {
|
|
1690
|
-
ImportSnapshotTasks?: ImportSnapshotTask[] | undefined;
|
|
1691
|
-
NextToken?: string | undefined;
|
|
1692
|
-
}
|
|
1693
|
-
export declare const InstanceAttributeName: {
|
|
1694
|
-
readonly blockDeviceMapping: "blockDeviceMapping";
|
|
1695
|
-
readonly disableApiStop: "disableApiStop";
|
|
1696
|
-
readonly disableApiTermination: "disableApiTermination";
|
|
1697
|
-
readonly ebsOptimized: "ebsOptimized";
|
|
1698
|
-
readonly enaSupport: "enaSupport";
|
|
1699
|
-
readonly enclaveOptions: "enclaveOptions";
|
|
1700
|
-
readonly groupSet: "groupSet";
|
|
1701
|
-
readonly instanceInitiatedShutdownBehavior: "instanceInitiatedShutdownBehavior";
|
|
1702
|
-
readonly instanceType: "instanceType";
|
|
1703
|
-
readonly kernel: "kernel";
|
|
1704
|
-
readonly productCodes: "productCodes";
|
|
1705
|
-
readonly ramdisk: "ramdisk";
|
|
1706
|
-
readonly rootDeviceName: "rootDeviceName";
|
|
1707
|
-
readonly sourceDestCheck: "sourceDestCheck";
|
|
1708
|
-
readonly sriovNetSupport: "sriovNetSupport";
|
|
1709
|
-
readonly userData: "userData";
|
|
1710
|
-
};
|
|
1711
|
-
export type InstanceAttributeName =
|
|
1712
|
-
(typeof InstanceAttributeName)[keyof typeof InstanceAttributeName];
|
|
1713
|
-
export interface DescribeInstanceAttributeRequest {
|
|
1714
|
-
DryRun?: boolean | undefined;
|
|
1715
|
-
InstanceId: string | undefined;
|
|
1716
|
-
Attribute: InstanceAttributeName | undefined;
|
|
1717
|
-
}
|
|
1718
|
-
export interface EbsInstanceBlockDevice {
|
|
1719
|
-
AttachTime?: Date | undefined;
|
|
1720
|
-
DeleteOnTermination?: boolean | undefined;
|
|
1721
|
-
Status?: AttachmentStatus | undefined;
|
|
1722
|
-
VolumeId?: string | undefined;
|
|
1723
|
-
AssociatedResource?: string | undefined;
|
|
1724
|
-
VolumeOwnerId?: string | undefined;
|
|
1725
|
-
Operator?: OperatorResponse | undefined;
|
|
1726
|
-
}
|
|
1727
|
-
export interface InstanceBlockDeviceMapping {
|
|
1728
|
-
DeviceName?: string | undefined;
|
|
1729
|
-
Ebs?: EbsInstanceBlockDevice | undefined;
|
|
1730
|
-
}
|
|
1731
|
-
export interface AttributeBooleanValue {
|
|
1732
|
-
Value?: boolean | undefined;
|
|
1733
|
-
}
|
|
1734
|
-
export interface EnclaveOptions {
|
|
1735
|
-
Enabled?: boolean | undefined;
|
|
904
|
+
export interface PrefixList {
|
|
905
|
+
Cidrs?: string[] | undefined;
|
|
906
|
+
PrefixListId?: string | undefined;
|
|
907
|
+
PrefixListName?: string | undefined;
|
|
1736
908
|
}
|
|
1737
|
-
export interface
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
EnaSupport?: AttributeBooleanValue | undefined;
|
|
1741
|
-
EnclaveOptions?: EnclaveOptions | undefined;
|
|
1742
|
-
EbsOptimized?: AttributeBooleanValue | undefined;
|
|
1743
|
-
InstanceId?: string | undefined;
|
|
1744
|
-
InstanceInitiatedShutdownBehavior?: AttributeValue | undefined;
|
|
1745
|
-
InstanceType?: AttributeValue | undefined;
|
|
1746
|
-
KernelId?: AttributeValue | undefined;
|
|
1747
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
1748
|
-
RamdiskId?: AttributeValue | undefined;
|
|
1749
|
-
RootDeviceName?: AttributeValue | undefined;
|
|
1750
|
-
SourceDestCheck?: AttributeBooleanValue | undefined;
|
|
1751
|
-
SriovNetSupport?: AttributeValue | undefined;
|
|
1752
|
-
UserData?: AttributeValue | undefined;
|
|
1753
|
-
DisableApiStop?: AttributeBooleanValue | undefined;
|
|
1754
|
-
Groups?: GroupIdentifier[] | undefined;
|
|
909
|
+
export interface DescribePrefixListsResult {
|
|
910
|
+
NextToken?: string | undefined;
|
|
911
|
+
PrefixLists?: PrefixList[] | undefined;
|
|
1755
912
|
}
|
|
1756
|
-
export interface
|
|
913
|
+
export interface DescribePrincipalIdFormatRequest {
|
|
1757
914
|
DryRun?: boolean | undefined;
|
|
915
|
+
Resources?: string[] | undefined;
|
|
1758
916
|
MaxResults?: number | undefined;
|
|
1759
917
|
NextToken?: string | undefined;
|
|
1760
|
-
Filters?: Filter[] | undefined;
|
|
1761
|
-
InstanceConnectEndpointIds?: string[] | undefined;
|
|
1762
918
|
}
|
|
1763
|
-
export interface
|
|
1764
|
-
|
|
919
|
+
export interface PrincipalIdFormat {
|
|
920
|
+
Arn?: string | undefined;
|
|
921
|
+
Statuses?: IdFormat[] | undefined;
|
|
922
|
+
}
|
|
923
|
+
export interface DescribePrincipalIdFormatResult {
|
|
924
|
+
Principals?: PrincipalIdFormat[] | undefined;
|
|
1765
925
|
NextToken?: string | undefined;
|
|
1766
926
|
}
|
|
1767
|
-
export interface
|
|
1768
|
-
|
|
1769
|
-
Filters?: Filter[] | undefined;
|
|
1770
|
-
InstanceIds?: string[] | undefined;
|
|
1771
|
-
MaxResults?: number | undefined;
|
|
927
|
+
export interface DescribePublicIpv4PoolsRequest {
|
|
928
|
+
PoolIds?: string[] | undefined;
|
|
1772
929
|
NextToken?: string | undefined;
|
|
930
|
+
MaxResults?: number | undefined;
|
|
931
|
+
Filters?: Filter[] | undefined;
|
|
1773
932
|
}
|
|
1774
|
-
export interface
|
|
1775
|
-
|
|
1776
|
-
|
|
933
|
+
export interface PublicIpv4PoolRange {
|
|
934
|
+
FirstAddress?: string | undefined;
|
|
935
|
+
LastAddress?: string | undefined;
|
|
936
|
+
AddressCount?: number | undefined;
|
|
937
|
+
AvailableAddressCount?: number | undefined;
|
|
938
|
+
}
|
|
939
|
+
export interface PublicIpv4Pool {
|
|
940
|
+
PoolId?: string | undefined;
|
|
941
|
+
Description?: string | undefined;
|
|
942
|
+
PoolAddressRanges?: PublicIpv4PoolRange[] | undefined;
|
|
943
|
+
TotalAddressCount?: number | undefined;
|
|
944
|
+
TotalAvailableAddressCount?: number | undefined;
|
|
945
|
+
NetworkBorderGroup?: string | undefined;
|
|
946
|
+
Tags?: Tag[] | undefined;
|
|
1777
947
|
}
|
|
1778
|
-
export interface
|
|
1779
|
-
|
|
948
|
+
export interface DescribePublicIpv4PoolsResult {
|
|
949
|
+
PublicIpv4Pools?: PublicIpv4Pool[] | undefined;
|
|
1780
950
|
NextToken?: string | undefined;
|
|
1781
951
|
}
|
|
1782
|
-
export interface
|
|
952
|
+
export interface DescribeRegionsRequest {
|
|
953
|
+
RegionNames?: string[] | undefined;
|
|
954
|
+
AllRegions?: boolean | undefined;
|
|
1783
955
|
DryRun?: boolean | undefined;
|
|
956
|
+
Filters?: Filter[] | undefined;
|
|
957
|
+
}
|
|
958
|
+
export interface Region {
|
|
959
|
+
OptInStatus?: string | undefined;
|
|
960
|
+
RegionName?: string | undefined;
|
|
961
|
+
Endpoint?: string | undefined;
|
|
1784
962
|
}
|
|
1785
|
-
export interface
|
|
1786
|
-
|
|
963
|
+
export interface DescribeRegionsResult {
|
|
964
|
+
Regions?: Region[] | undefined;
|
|
1787
965
|
}
|
|
1788
|
-
export interface
|
|
1789
|
-
|
|
1790
|
-
InstanceEventWindowIds?: string[] | undefined;
|
|
966
|
+
export interface DescribeReplaceRootVolumeTasksRequest {
|
|
967
|
+
ReplaceRootVolumeTaskIds?: string[] | undefined;
|
|
1791
968
|
Filters?: Filter[] | undefined;
|
|
1792
969
|
MaxResults?: number | undefined;
|
|
1793
970
|
NextToken?: string | undefined;
|
|
971
|
+
DryRun?: boolean | undefined;
|
|
1794
972
|
}
|
|
1795
|
-
export interface
|
|
1796
|
-
|
|
973
|
+
export interface DescribeReplaceRootVolumeTasksResult {
|
|
974
|
+
ReplaceRootVolumeTasks?: ReplaceRootVolumeTask[] | undefined;
|
|
1797
975
|
NextToken?: string | undefined;
|
|
1798
976
|
}
|
|
1799
|
-
export interface
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
MaxResults?: number | undefined;
|
|
1803
|
-
NextToken?: string | undefined;
|
|
977
|
+
export interface DescribeReservedInstancesRequest {
|
|
978
|
+
OfferingClass?: OfferingClassType | undefined;
|
|
979
|
+
ReservedInstancesIds?: string[] | undefined;
|
|
1804
980
|
DryRun?: boolean | undefined;
|
|
981
|
+
Filters?: Filter[] | undefined;
|
|
982
|
+
OfferingType?: OfferingTypeValues | undefined;
|
|
983
|
+
}
|
|
984
|
+
export interface RecurringCharge {
|
|
985
|
+
Amount?: number | undefined;
|
|
986
|
+
Frequency?: RecurringChargeFrequency | undefined;
|
|
987
|
+
}
|
|
988
|
+
export interface ReservedInstances {
|
|
989
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
990
|
+
InstanceTenancy?: Tenancy | undefined;
|
|
991
|
+
OfferingClass?: OfferingClassType | undefined;
|
|
992
|
+
OfferingType?: OfferingTypeValues | undefined;
|
|
993
|
+
RecurringCharges?: RecurringCharge[] | undefined;
|
|
994
|
+
Scope?: Scope | undefined;
|
|
995
|
+
Tags?: Tag[] | undefined;
|
|
996
|
+
AvailabilityZoneId?: string | undefined;
|
|
997
|
+
ReservedInstancesId?: string | undefined;
|
|
998
|
+
InstanceType?: _InstanceType | undefined;
|
|
999
|
+
AvailabilityZone?: string | undefined;
|
|
1000
|
+
Start?: Date | undefined;
|
|
1001
|
+
End?: Date | undefined;
|
|
1002
|
+
Duration?: number | undefined;
|
|
1003
|
+
UsagePrice?: number | undefined;
|
|
1004
|
+
FixedPrice?: number | undefined;
|
|
1005
|
+
InstanceCount?: number | undefined;
|
|
1006
|
+
ProductDescription?: RIProductDescription | undefined;
|
|
1007
|
+
State?: ReservedInstanceState | undefined;
|
|
1008
|
+
}
|
|
1009
|
+
export interface DescribeReservedInstancesResult {
|
|
1010
|
+
ReservedInstances?: ReservedInstances[] | undefined;
|
|
1011
|
+
}
|
|
1012
|
+
export interface DescribeReservedInstancesListingsRequest {
|
|
1013
|
+
ReservedInstancesId?: string | undefined;
|
|
1014
|
+
ReservedInstancesListingId?: string | undefined;
|
|
1015
|
+
Filters?: Filter[] | undefined;
|
|
1016
|
+
}
|
|
1017
|
+
export interface DescribeReservedInstancesListingsResult {
|
|
1018
|
+
ReservedInstancesListings?: ReservedInstancesListing[] | undefined;
|
|
1019
|
+
}
|
|
1020
|
+
export interface DescribeReservedInstancesModificationsRequest {
|
|
1021
|
+
ReservedInstancesModificationIds?: string[] | undefined;
|
|
1022
|
+
NextToken?: string | undefined;
|
|
1023
|
+
Filters?: Filter[] | undefined;
|
|
1024
|
+
}
|
|
1025
|
+
export interface ReservedInstancesConfiguration {
|
|
1026
|
+
AvailabilityZone?: string | undefined;
|
|
1027
|
+
InstanceCount?: number | undefined;
|
|
1028
|
+
InstanceType?: _InstanceType | undefined;
|
|
1029
|
+
Platform?: string | undefined;
|
|
1030
|
+
Scope?: Scope | undefined;
|
|
1031
|
+
AvailabilityZoneId?: string | undefined;
|
|
1032
|
+
}
|
|
1033
|
+
export interface ReservedInstancesModificationResult {
|
|
1034
|
+
ReservedInstancesId?: string | undefined;
|
|
1035
|
+
TargetConfiguration?: ReservedInstancesConfiguration | undefined;
|
|
1036
|
+
}
|
|
1037
|
+
export interface ReservedInstancesId {
|
|
1038
|
+
ReservedInstancesId?: string | undefined;
|
|
1039
|
+
}
|
|
1040
|
+
export interface ReservedInstancesModification {
|
|
1041
|
+
ClientToken?: string | undefined;
|
|
1042
|
+
CreateDate?: Date | undefined;
|
|
1043
|
+
EffectiveDate?: Date | undefined;
|
|
1044
|
+
ModificationResults?: ReservedInstancesModificationResult[] | undefined;
|
|
1045
|
+
ReservedInstancesIds?: ReservedInstancesId[] | undefined;
|
|
1046
|
+
ReservedInstancesModificationId?: string | undefined;
|
|
1047
|
+
Status?: string | undefined;
|
|
1048
|
+
StatusMessage?: string | undefined;
|
|
1049
|
+
UpdateDate?: Date | undefined;
|
|
1050
|
+
}
|
|
1051
|
+
export interface DescribeReservedInstancesModificationsResult {
|
|
1052
|
+
NextToken?: string | undefined;
|
|
1053
|
+
ReservedInstancesModifications?: ReservedInstancesModification[] | undefined;
|
|
1054
|
+
}
|
|
1055
|
+
export interface DescribeReservedInstancesOfferingsRequest {
|
|
1056
|
+
AvailabilityZone?: string | undefined;
|
|
1057
|
+
IncludeMarketplace?: boolean | undefined;
|
|
1058
|
+
InstanceType?: _InstanceType | undefined;
|
|
1059
|
+
MaxDuration?: number | undefined;
|
|
1060
|
+
MaxInstanceCount?: number | undefined;
|
|
1061
|
+
MinDuration?: number | undefined;
|
|
1062
|
+
OfferingClass?: OfferingClassType | undefined;
|
|
1063
|
+
ProductDescription?: RIProductDescription | undefined;
|
|
1064
|
+
ReservedInstancesOfferingIds?: string[] | undefined;
|
|
1065
|
+
AvailabilityZoneId?: string | undefined;
|
|
1066
|
+
DryRun?: boolean | undefined;
|
|
1067
|
+
Filters?: Filter[] | undefined;
|
|
1068
|
+
InstanceTenancy?: Tenancy | undefined;
|
|
1069
|
+
OfferingType?: OfferingTypeValues | undefined;
|
|
1070
|
+
NextToken?: string | undefined;
|
|
1071
|
+
MaxResults?: number | undefined;
|
|
1072
|
+
}
|
|
1073
|
+
export interface PricingDetail {
|
|
1074
|
+
Count?: number | undefined;
|
|
1075
|
+
Price?: number | undefined;
|
|
1076
|
+
}
|
|
1077
|
+
export interface ReservedInstancesOffering {
|
|
1078
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
1079
|
+
InstanceTenancy?: Tenancy | undefined;
|
|
1080
|
+
Marketplace?: boolean | undefined;
|
|
1081
|
+
OfferingClass?: OfferingClassType | undefined;
|
|
1082
|
+
OfferingType?: OfferingTypeValues | undefined;
|
|
1083
|
+
PricingDetails?: PricingDetail[] | undefined;
|
|
1084
|
+
RecurringCharges?: RecurringCharge[] | undefined;
|
|
1085
|
+
Scope?: Scope | undefined;
|
|
1086
|
+
AvailabilityZoneId?: string | undefined;
|
|
1087
|
+
ReservedInstancesOfferingId?: string | undefined;
|
|
1088
|
+
InstanceType?: _InstanceType | undefined;
|
|
1089
|
+
AvailabilityZone?: string | undefined;
|
|
1090
|
+
Duration?: number | undefined;
|
|
1091
|
+
UsagePrice?: number | undefined;
|
|
1092
|
+
FixedPrice?: number | undefined;
|
|
1093
|
+
ProductDescription?: RIProductDescription | undefined;
|
|
1094
|
+
}
|
|
1095
|
+
export interface DescribeReservedInstancesOfferingsResult {
|
|
1096
|
+
NextToken?: string | undefined;
|
|
1097
|
+
ReservedInstancesOfferings?: ReservedInstancesOffering[] | undefined;
|
|
1098
|
+
}
|
|
1099
|
+
export interface DescribeRouteServerEndpointsRequest {
|
|
1100
|
+
RouteServerEndpointIds?: string[] | undefined;
|
|
1101
|
+
NextToken?: string | undefined;
|
|
1102
|
+
MaxResults?: number | undefined;
|
|
1103
|
+
Filters?: Filter[] | undefined;
|
|
1104
|
+
DryRun?: boolean | undefined;
|
|
1105
|
+
}
|
|
1106
|
+
export interface DescribeRouteServerEndpointsResult {
|
|
1107
|
+
RouteServerEndpoints?: RouteServerEndpoint[] | undefined;
|
|
1108
|
+
NextToken?: string | undefined;
|
|
1109
|
+
}
|
|
1110
|
+
export interface DescribeRouteServerPeersRequest {
|
|
1111
|
+
RouteServerPeerIds?: string[] | undefined;
|
|
1112
|
+
NextToken?: string | undefined;
|
|
1113
|
+
MaxResults?: number | undefined;
|
|
1114
|
+
Filters?: Filter[] | undefined;
|
|
1115
|
+
DryRun?: boolean | undefined;
|
|
1116
|
+
}
|
|
1117
|
+
export interface DescribeRouteServerPeersResult {
|
|
1118
|
+
RouteServerPeers?: RouteServerPeer[] | undefined;
|
|
1119
|
+
NextToken?: string | undefined;
|
|
1120
|
+
}
|
|
1121
|
+
export interface DescribeRouteServersRequest {
|
|
1122
|
+
RouteServerIds?: string[] | undefined;
|
|
1123
|
+
NextToken?: string | undefined;
|
|
1124
|
+
MaxResults?: number | undefined;
|
|
1125
|
+
Filters?: Filter[] | undefined;
|
|
1126
|
+
DryRun?: boolean | undefined;
|
|
1127
|
+
}
|
|
1128
|
+
export interface DescribeRouteServersResult {
|
|
1129
|
+
RouteServers?: RouteServer[] | undefined;
|
|
1130
|
+
NextToken?: string | undefined;
|
|
1131
|
+
}
|
|
1132
|
+
export interface DescribeRouteTablesRequest {
|
|
1133
|
+
NextToken?: string | undefined;
|
|
1134
|
+
MaxResults?: number | undefined;
|
|
1135
|
+
DryRun?: boolean | undefined;
|
|
1136
|
+
RouteTableIds?: string[] | undefined;
|
|
1137
|
+
Filters?: Filter[] | undefined;
|
|
1138
|
+
}
|
|
1139
|
+
export interface DescribeRouteTablesResult {
|
|
1140
|
+
RouteTables?: RouteTable[] | undefined;
|
|
1141
|
+
NextToken?: string | undefined;
|
|
1142
|
+
}
|
|
1143
|
+
export interface SlotDateTimeRangeRequest {
|
|
1144
|
+
EarliestTime: Date | undefined;
|
|
1145
|
+
LatestTime: Date | undefined;
|
|
1146
|
+
}
|
|
1147
|
+
export interface ScheduledInstanceRecurrenceRequest {
|
|
1148
|
+
Frequency?: string | undefined;
|
|
1149
|
+
Interval?: number | undefined;
|
|
1150
|
+
OccurrenceDays?: number[] | undefined;
|
|
1151
|
+
OccurrenceRelativeToEnd?: boolean | undefined;
|
|
1152
|
+
OccurrenceUnit?: string | undefined;
|
|
1153
|
+
}
|
|
1154
|
+
export interface DescribeScheduledInstanceAvailabilityRequest {
|
|
1155
|
+
DryRun?: boolean | undefined;
|
|
1156
|
+
Filters?: Filter[] | undefined;
|
|
1157
|
+
FirstSlotStartTimeRange: SlotDateTimeRangeRequest | undefined;
|
|
1158
|
+
MaxResults?: number | undefined;
|
|
1159
|
+
MaxSlotDurationInHours?: number | undefined;
|
|
1160
|
+
MinSlotDurationInHours?: number | undefined;
|
|
1161
|
+
NextToken?: string | undefined;
|
|
1162
|
+
Recurrence: ScheduledInstanceRecurrenceRequest | undefined;
|
|
1163
|
+
}
|
|
1164
|
+
export interface ScheduledInstanceRecurrence {
|
|
1165
|
+
Frequency?: string | undefined;
|
|
1166
|
+
Interval?: number | undefined;
|
|
1167
|
+
OccurrenceDaySet?: number[] | undefined;
|
|
1168
|
+
OccurrenceRelativeToEnd?: boolean | undefined;
|
|
1169
|
+
OccurrenceUnit?: string | undefined;
|
|
1170
|
+
}
|
|
1171
|
+
export interface ScheduledInstanceAvailability {
|
|
1172
|
+
AvailabilityZone?: string | undefined;
|
|
1173
|
+
AvailableInstanceCount?: number | undefined;
|
|
1174
|
+
FirstSlotStartTime?: Date | undefined;
|
|
1175
|
+
HourlyPrice?: string | undefined;
|
|
1176
|
+
InstanceType?: string | undefined;
|
|
1177
|
+
MaxTermDurationInDays?: number | undefined;
|
|
1178
|
+
MinTermDurationInDays?: number | undefined;
|
|
1179
|
+
NetworkPlatform?: string | undefined;
|
|
1180
|
+
Platform?: string | undefined;
|
|
1181
|
+
PurchaseToken?: string | undefined;
|
|
1182
|
+
Recurrence?: ScheduledInstanceRecurrence | undefined;
|
|
1183
|
+
SlotDurationInHours?: number | undefined;
|
|
1184
|
+
TotalScheduledInstanceHours?: number | undefined;
|
|
1185
|
+
}
|
|
1186
|
+
export interface DescribeScheduledInstanceAvailabilityResult {
|
|
1187
|
+
NextToken?: string | undefined;
|
|
1188
|
+
ScheduledInstanceAvailabilitySet?:
|
|
1189
|
+
| ScheduledInstanceAvailability[]
|
|
1190
|
+
| undefined;
|
|
1191
|
+
}
|
|
1192
|
+
export interface SlotStartTimeRangeRequest {
|
|
1193
|
+
EarliestTime?: Date | undefined;
|
|
1194
|
+
LatestTime?: Date | undefined;
|
|
1195
|
+
}
|
|
1196
|
+
export interface DescribeScheduledInstancesRequest {
|
|
1197
|
+
DryRun?: boolean | undefined;
|
|
1198
|
+
Filters?: Filter[] | undefined;
|
|
1199
|
+
MaxResults?: number | undefined;
|
|
1200
|
+
NextToken?: string | undefined;
|
|
1201
|
+
ScheduledInstanceIds?: string[] | undefined;
|
|
1202
|
+
SlotStartTimeRange?: SlotStartTimeRangeRequest | undefined;
|
|
1203
|
+
}
|
|
1204
|
+
export interface ScheduledInstance {
|
|
1205
|
+
AvailabilityZone?: string | undefined;
|
|
1206
|
+
CreateDate?: Date | undefined;
|
|
1207
|
+
HourlyPrice?: string | undefined;
|
|
1208
|
+
InstanceCount?: number | undefined;
|
|
1209
|
+
InstanceType?: string | undefined;
|
|
1210
|
+
NetworkPlatform?: string | undefined;
|
|
1211
|
+
NextSlotStartTime?: Date | undefined;
|
|
1212
|
+
Platform?: string | undefined;
|
|
1213
|
+
PreviousSlotEndTime?: Date | undefined;
|
|
1214
|
+
Recurrence?: ScheduledInstanceRecurrence | undefined;
|
|
1215
|
+
ScheduledInstanceId?: string | undefined;
|
|
1216
|
+
SlotDurationInHours?: number | undefined;
|
|
1217
|
+
TermEndDate?: Date | undefined;
|
|
1218
|
+
TermStartDate?: Date | undefined;
|
|
1219
|
+
TotalScheduledInstanceHours?: number | undefined;
|
|
1220
|
+
}
|
|
1221
|
+
export interface DescribeScheduledInstancesResult {
|
|
1222
|
+
NextToken?: string | undefined;
|
|
1223
|
+
ScheduledInstanceSet?: ScheduledInstance[] | undefined;
|
|
1224
|
+
}
|
|
1225
|
+
export interface DescribeSecurityGroupReferencesRequest {
|
|
1226
|
+
DryRun?: boolean | undefined;
|
|
1227
|
+
GroupId: string[] | undefined;
|
|
1228
|
+
}
|
|
1229
|
+
export interface SecurityGroupReference {
|
|
1230
|
+
GroupId?: string | undefined;
|
|
1231
|
+
ReferencingVpcId?: string | undefined;
|
|
1232
|
+
VpcPeeringConnectionId?: string | undefined;
|
|
1233
|
+
TransitGatewayId?: string | undefined;
|
|
1234
|
+
}
|
|
1235
|
+
export interface DescribeSecurityGroupReferencesResult {
|
|
1236
|
+
SecurityGroupReferenceSet?: SecurityGroupReference[] | undefined;
|
|
1237
|
+
}
|
|
1238
|
+
export interface DescribeSecurityGroupRulesRequest {
|
|
1239
|
+
Filters?: Filter[] | undefined;
|
|
1240
|
+
SecurityGroupRuleIds?: string[] | undefined;
|
|
1241
|
+
DryRun?: boolean | undefined;
|
|
1242
|
+
NextToken?: string | undefined;
|
|
1243
|
+
MaxResults?: number | undefined;
|
|
1244
|
+
}
|
|
1245
|
+
export interface DescribeSecurityGroupRulesResult {
|
|
1246
|
+
SecurityGroupRules?: SecurityGroupRule[] | undefined;
|
|
1247
|
+
NextToken?: string | undefined;
|
|
1248
|
+
}
|
|
1249
|
+
export interface DescribeSecurityGroupsRequest {
|
|
1250
|
+
GroupIds?: string[] | undefined;
|
|
1251
|
+
GroupNames?: string[] | undefined;
|
|
1252
|
+
NextToken?: string | undefined;
|
|
1253
|
+
MaxResults?: number | undefined;
|
|
1254
|
+
DryRun?: boolean | undefined;
|
|
1255
|
+
Filters?: Filter[] | undefined;
|
|
1256
|
+
}
|
|
1257
|
+
export interface SecurityGroup {
|
|
1258
|
+
GroupId?: string | undefined;
|
|
1259
|
+
IpPermissionsEgress?: IpPermission[] | undefined;
|
|
1260
|
+
Tags?: Tag[] | undefined;
|
|
1261
|
+
VpcId?: string | undefined;
|
|
1262
|
+
SecurityGroupArn?: string | undefined;
|
|
1263
|
+
OwnerId?: string | undefined;
|
|
1264
|
+
GroupName?: string | undefined;
|
|
1265
|
+
Description?: string | undefined;
|
|
1266
|
+
IpPermissions?: IpPermission[] | undefined;
|
|
1267
|
+
}
|
|
1268
|
+
export interface DescribeSecurityGroupsResult {
|
|
1269
|
+
NextToken?: string | undefined;
|
|
1270
|
+
SecurityGroups?: SecurityGroup[] | undefined;
|
|
1271
|
+
}
|
|
1272
|
+
export interface DescribeSecurityGroupVpcAssociationsRequest {
|
|
1273
|
+
Filters?: Filter[] | undefined;
|
|
1274
|
+
NextToken?: string | undefined;
|
|
1275
|
+
MaxResults?: number | undefined;
|
|
1276
|
+
DryRun?: boolean | undefined;
|
|
1277
|
+
}
|
|
1278
|
+
export interface SecurityGroupVpcAssociation {
|
|
1279
|
+
GroupId?: string | undefined;
|
|
1280
|
+
VpcId?: string | undefined;
|
|
1281
|
+
VpcOwnerId?: string | undefined;
|
|
1282
|
+
State?: SecurityGroupVpcAssociationState | undefined;
|
|
1283
|
+
StateReason?: string | undefined;
|
|
1284
|
+
GroupOwnerId?: string | undefined;
|
|
1285
|
+
}
|
|
1286
|
+
export interface DescribeSecurityGroupVpcAssociationsResult {
|
|
1287
|
+
SecurityGroupVpcAssociations?: SecurityGroupVpcAssociation[] | undefined;
|
|
1288
|
+
NextToken?: string | undefined;
|
|
1289
|
+
}
|
|
1290
|
+
export interface DescribeServiceLinkVirtualInterfacesRequest {
|
|
1291
|
+
ServiceLinkVirtualInterfaceIds?: string[] | undefined;
|
|
1292
|
+
Filters?: Filter[] | undefined;
|
|
1293
|
+
MaxResults?: number | undefined;
|
|
1294
|
+
NextToken?: string | undefined;
|
|
1295
|
+
DryRun?: boolean | undefined;
|
|
1296
|
+
}
|
|
1297
|
+
export interface ServiceLinkVirtualInterface {
|
|
1298
|
+
ServiceLinkVirtualInterfaceId?: string | undefined;
|
|
1299
|
+
ServiceLinkVirtualInterfaceArn?: string | undefined;
|
|
1300
|
+
OutpostId?: string | undefined;
|
|
1301
|
+
OutpostArn?: string | undefined;
|
|
1302
|
+
OwnerId?: string | undefined;
|
|
1303
|
+
LocalAddress?: string | undefined;
|
|
1304
|
+
PeerAddress?: string | undefined;
|
|
1305
|
+
PeerBgpAsn?: number | undefined;
|
|
1306
|
+
Vlan?: number | undefined;
|
|
1307
|
+
OutpostLagId?: string | undefined;
|
|
1308
|
+
Tags?: Tag[] | undefined;
|
|
1309
|
+
ConfigurationState?:
|
|
1310
|
+
| ServiceLinkVirtualInterfaceConfigurationState
|
|
1311
|
+
| undefined;
|
|
1312
|
+
}
|
|
1313
|
+
export interface DescribeServiceLinkVirtualInterfacesResult {
|
|
1314
|
+
ServiceLinkVirtualInterfaces?: ServiceLinkVirtualInterface[] | undefined;
|
|
1315
|
+
NextToken?: string | undefined;
|
|
1316
|
+
}
|
|
1317
|
+
export interface DescribeSnapshotAttributeRequest {
|
|
1318
|
+
Attribute: SnapshotAttributeName | undefined;
|
|
1319
|
+
SnapshotId: string | undefined;
|
|
1320
|
+
DryRun?: boolean | undefined;
|
|
1321
|
+
}
|
|
1322
|
+
export interface CreateVolumePermission {
|
|
1323
|
+
UserId?: string | undefined;
|
|
1324
|
+
Group?: PermissionGroup | undefined;
|
|
1325
|
+
}
|
|
1326
|
+
export interface DescribeSnapshotAttributeResult {
|
|
1327
|
+
ProductCodes?: ProductCode[] | undefined;
|
|
1328
|
+
SnapshotId?: string | undefined;
|
|
1329
|
+
CreateVolumePermissions?: CreateVolumePermission[] | undefined;
|
|
1330
|
+
}
|
|
1331
|
+
export interface DescribeSnapshotsRequest {
|
|
1332
|
+
MaxResults?: number | undefined;
|
|
1333
|
+
NextToken?: string | undefined;
|
|
1334
|
+
OwnerIds?: string[] | undefined;
|
|
1335
|
+
RestorableByUserIds?: string[] | undefined;
|
|
1336
|
+
SnapshotIds?: string[] | undefined;
|
|
1337
|
+
DryRun?: boolean | undefined;
|
|
1338
|
+
Filters?: Filter[] | undefined;
|
|
1339
|
+
}
|
|
1340
|
+
export interface DescribeSnapshotsResult {
|
|
1341
|
+
NextToken?: string | undefined;
|
|
1342
|
+
Snapshots?: Snapshot[] | undefined;
|
|
1343
|
+
}
|
|
1344
|
+
export interface DescribeSnapshotTierStatusRequest {
|
|
1345
|
+
Filters?: Filter[] | undefined;
|
|
1346
|
+
DryRun?: boolean | undefined;
|
|
1347
|
+
NextToken?: string | undefined;
|
|
1348
|
+
MaxResults?: number | undefined;
|
|
1349
|
+
}
|
|
1350
|
+
export interface SnapshotTierStatus {
|
|
1351
|
+
SnapshotId?: string | undefined;
|
|
1352
|
+
VolumeId?: string | undefined;
|
|
1353
|
+
Status?: SnapshotState | undefined;
|
|
1354
|
+
OwnerId?: string | undefined;
|
|
1355
|
+
Tags?: Tag[] | undefined;
|
|
1356
|
+
StorageTier?: StorageTier | undefined;
|
|
1357
|
+
LastTieringStartTime?: Date | undefined;
|
|
1358
|
+
LastTieringProgress?: number | undefined;
|
|
1359
|
+
LastTieringOperationStatus?: TieringOperationStatus | undefined;
|
|
1360
|
+
LastTieringOperationStatusDetail?: string | undefined;
|
|
1361
|
+
ArchivalCompleteTime?: Date | undefined;
|
|
1362
|
+
RestoreExpiryTime?: Date | undefined;
|
|
1363
|
+
}
|
|
1364
|
+
export interface DescribeSnapshotTierStatusResult {
|
|
1365
|
+
SnapshotTierStatuses?: SnapshotTierStatus[] | undefined;
|
|
1366
|
+
NextToken?: string | undefined;
|
|
1367
|
+
}
|
|
1368
|
+
export interface DescribeSpotDatafeedSubscriptionRequest {
|
|
1369
|
+
DryRun?: boolean | undefined;
|
|
1370
|
+
}
|
|
1371
|
+
export interface DescribeSpotDatafeedSubscriptionResult {
|
|
1372
|
+
SpotDatafeedSubscription?: SpotDatafeedSubscription | undefined;
|
|
1373
|
+
}
|
|
1374
|
+
export interface DescribeSpotFleetInstancesRequest {
|
|
1375
|
+
DryRun?: boolean | undefined;
|
|
1376
|
+
SpotFleetRequestId: string | undefined;
|
|
1377
|
+
NextToken?: string | undefined;
|
|
1378
|
+
MaxResults?: number | undefined;
|
|
1379
|
+
}
|
|
1380
|
+
export interface DescribeSpotFleetInstancesResponse {
|
|
1381
|
+
ActiveInstances?: ActiveInstance[] | undefined;
|
|
1382
|
+
NextToken?: string | undefined;
|
|
1383
|
+
SpotFleetRequestId?: string | undefined;
|
|
1384
|
+
}
|
|
1385
|
+
export interface DescribeSpotFleetRequestHistoryRequest {
|
|
1386
|
+
DryRun?: boolean | undefined;
|
|
1387
|
+
SpotFleetRequestId: string | undefined;
|
|
1388
|
+
EventType?: EventType | undefined;
|
|
1389
|
+
StartTime: Date | undefined;
|
|
1390
|
+
NextToken?: string | undefined;
|
|
1391
|
+
MaxResults?: number | undefined;
|
|
1392
|
+
}
|
|
1393
|
+
export interface HistoryRecord {
|
|
1394
|
+
EventInformation?: EventInformation | undefined;
|
|
1395
|
+
EventType?: EventType | undefined;
|
|
1396
|
+
Timestamp?: Date | undefined;
|
|
1397
|
+
}
|
|
1398
|
+
export interface DescribeSpotFleetRequestHistoryResponse {
|
|
1399
|
+
HistoryRecords?: HistoryRecord[] | undefined;
|
|
1400
|
+
LastEvaluatedTime?: Date | undefined;
|
|
1401
|
+
NextToken?: string | undefined;
|
|
1402
|
+
SpotFleetRequestId?: string | undefined;
|
|
1403
|
+
StartTime?: Date | undefined;
|
|
1404
|
+
}
|
|
1405
|
+
export interface DescribeSpotFleetRequestsRequest {
|
|
1406
|
+
DryRun?: boolean | undefined;
|
|
1407
|
+
SpotFleetRequestIds?: string[] | undefined;
|
|
1408
|
+
NextToken?: string | undefined;
|
|
1409
|
+
MaxResults?: number | undefined;
|
|
1410
|
+
}
|
|
1411
|
+
export interface SpotFleetMonitoring {
|
|
1412
|
+
Enabled?: boolean | undefined;
|
|
1413
|
+
}
|
|
1414
|
+
export interface InstanceNetworkInterfaceSpecification {
|
|
1415
|
+
AssociatePublicIpAddress?: boolean | undefined;
|
|
1416
|
+
DeleteOnTermination?: boolean | undefined;
|
|
1417
|
+
Description?: string | undefined;
|
|
1418
|
+
DeviceIndex?: number | undefined;
|
|
1419
|
+
Groups?: string[] | undefined;
|
|
1420
|
+
Ipv6AddressCount?: number | undefined;
|
|
1421
|
+
Ipv6Addresses?: InstanceIpv6Address[] | undefined;
|
|
1422
|
+
NetworkInterfaceId?: string | undefined;
|
|
1423
|
+
PrivateIpAddress?: string | undefined;
|
|
1424
|
+
PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
|
|
1425
|
+
SecondaryPrivateIpAddressCount?: number | undefined;
|
|
1426
|
+
SubnetId?: string | undefined;
|
|
1427
|
+
AssociateCarrierIpAddress?: boolean | undefined;
|
|
1428
|
+
InterfaceType?: string | undefined;
|
|
1429
|
+
NetworkCardIndex?: number | undefined;
|
|
1430
|
+
Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[] | undefined;
|
|
1431
|
+
Ipv4PrefixCount?: number | undefined;
|
|
1432
|
+
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[] | undefined;
|
|
1433
|
+
Ipv6PrefixCount?: number | undefined;
|
|
1434
|
+
PrimaryIpv6?: boolean | undefined;
|
|
1435
|
+
EnaSrdSpecification?: EnaSrdSpecificationRequest | undefined;
|
|
1436
|
+
ConnectionTrackingSpecification?:
|
|
1437
|
+
| ConnectionTrackingSpecificationRequest
|
|
1438
|
+
| undefined;
|
|
1439
|
+
EnaQueueCount?: number | undefined;
|
|
1440
|
+
}
|
|
1441
|
+
export interface SpotPlacement {
|
|
1442
|
+
AvailabilityZone?: string | undefined;
|
|
1443
|
+
GroupName?: string | undefined;
|
|
1444
|
+
Tenancy?: Tenancy | undefined;
|
|
1445
|
+
}
|
|
1446
|
+
export interface SpotFleetTagSpecification {
|
|
1447
|
+
ResourceType?: ResourceType | undefined;
|
|
1448
|
+
Tags?: Tag[] | undefined;
|
|
1449
|
+
}
|
|
1450
|
+
export interface SpotFleetLaunchSpecification {
|
|
1451
|
+
AddressingType?: string | undefined;
|
|
1452
|
+
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
1453
|
+
EbsOptimized?: boolean | undefined;
|
|
1454
|
+
IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
|
|
1455
|
+
ImageId?: string | undefined;
|
|
1456
|
+
InstanceType?: _InstanceType | undefined;
|
|
1457
|
+
KernelId?: string | undefined;
|
|
1458
|
+
KeyName?: string | undefined;
|
|
1459
|
+
Monitoring?: SpotFleetMonitoring | undefined;
|
|
1460
|
+
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[] | undefined;
|
|
1461
|
+
Placement?: SpotPlacement | undefined;
|
|
1462
|
+
RamdiskId?: string | undefined;
|
|
1463
|
+
SpotPrice?: string | undefined;
|
|
1464
|
+
SubnetId?: string | undefined;
|
|
1465
|
+
UserData?: string | undefined;
|
|
1466
|
+
WeightedCapacity?: number | undefined;
|
|
1467
|
+
TagSpecifications?: SpotFleetTagSpecification[] | undefined;
|
|
1468
|
+
InstanceRequirements?: InstanceRequirements | undefined;
|
|
1469
|
+
SecurityGroups?: GroupIdentifier[] | undefined;
|
|
1470
|
+
}
|
|
1471
|
+
export interface LaunchTemplateOverrides {
|
|
1472
|
+
InstanceType?: _InstanceType | undefined;
|
|
1473
|
+
SpotPrice?: string | undefined;
|
|
1474
|
+
SubnetId?: string | undefined;
|
|
1475
|
+
AvailabilityZone?: string | undefined;
|
|
1476
|
+
WeightedCapacity?: number | undefined;
|
|
1477
|
+
Priority?: number | undefined;
|
|
1478
|
+
InstanceRequirements?: InstanceRequirements | undefined;
|
|
1479
|
+
}
|
|
1480
|
+
export interface LaunchTemplateConfig {
|
|
1481
|
+
LaunchTemplateSpecification?: FleetLaunchTemplateSpecification | undefined;
|
|
1482
|
+
Overrides?: LaunchTemplateOverrides[] | undefined;
|
|
1483
|
+
}
|
|
1484
|
+
export interface ClassicLoadBalancer {
|
|
1485
|
+
Name?: string | undefined;
|
|
1486
|
+
}
|
|
1487
|
+
export interface ClassicLoadBalancersConfig {
|
|
1488
|
+
ClassicLoadBalancers?: ClassicLoadBalancer[] | undefined;
|
|
1489
|
+
}
|
|
1490
|
+
export interface TargetGroup {
|
|
1491
|
+
Arn?: string | undefined;
|
|
1492
|
+
}
|
|
1493
|
+
export interface TargetGroupsConfig {
|
|
1494
|
+
TargetGroups?: TargetGroup[] | undefined;
|
|
1495
|
+
}
|
|
1496
|
+
export interface LoadBalancersConfig {
|
|
1497
|
+
ClassicLoadBalancersConfig?: ClassicLoadBalancersConfig | undefined;
|
|
1498
|
+
TargetGroupsConfig?: TargetGroupsConfig | undefined;
|
|
1499
|
+
}
|
|
1500
|
+
export interface SpotCapacityRebalance {
|
|
1501
|
+
ReplacementStrategy?: ReplacementStrategy | undefined;
|
|
1502
|
+
TerminationDelay?: number | undefined;
|
|
1503
|
+
}
|
|
1504
|
+
export interface SpotMaintenanceStrategies {
|
|
1505
|
+
CapacityRebalance?: SpotCapacityRebalance | undefined;
|
|
1506
|
+
}
|
|
1507
|
+
export interface SpotFleetRequestConfigData {
|
|
1508
|
+
AllocationStrategy?: AllocationStrategy | undefined;
|
|
1509
|
+
OnDemandAllocationStrategy?: OnDemandAllocationStrategy | undefined;
|
|
1510
|
+
SpotMaintenanceStrategies?: SpotMaintenanceStrategies | undefined;
|
|
1511
|
+
ClientToken?: string | undefined;
|
|
1512
|
+
ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | undefined;
|
|
1513
|
+
FulfilledCapacity?: number | undefined;
|
|
1514
|
+
OnDemandFulfilledCapacity?: number | undefined;
|
|
1515
|
+
IamFleetRole: string | undefined;
|
|
1516
|
+
LaunchSpecifications?: SpotFleetLaunchSpecification[] | undefined;
|
|
1517
|
+
LaunchTemplateConfigs?: LaunchTemplateConfig[] | undefined;
|
|
1518
|
+
SpotPrice?: string | undefined;
|
|
1519
|
+
TargetCapacity: number | undefined;
|
|
1520
|
+
OnDemandTargetCapacity?: number | undefined;
|
|
1521
|
+
OnDemandMaxTotalPrice?: string | undefined;
|
|
1522
|
+
SpotMaxTotalPrice?: string | undefined;
|
|
1523
|
+
TerminateInstancesWithExpiration?: boolean | undefined;
|
|
1524
|
+
Type?: FleetType | undefined;
|
|
1525
|
+
ValidFrom?: Date | undefined;
|
|
1526
|
+
ValidUntil?: Date | undefined;
|
|
1527
|
+
ReplaceUnhealthyInstances?: boolean | undefined;
|
|
1528
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
1529
|
+
LoadBalancersConfig?: LoadBalancersConfig | undefined;
|
|
1530
|
+
InstancePoolsToUseCount?: number | undefined;
|
|
1531
|
+
Context?: string | undefined;
|
|
1532
|
+
TargetCapacityUnitType?: TargetCapacityUnitType | undefined;
|
|
1533
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1534
|
+
}
|
|
1535
|
+
export interface SpotFleetRequestConfig {
|
|
1536
|
+
ActivityStatus?: ActivityStatus | undefined;
|
|
1537
|
+
CreateTime?: Date | undefined;
|
|
1538
|
+
SpotFleetRequestConfig?: SpotFleetRequestConfigData | undefined;
|
|
1539
|
+
SpotFleetRequestId?: string | undefined;
|
|
1540
|
+
SpotFleetRequestState?: BatchState | undefined;
|
|
1541
|
+
Tags?: Tag[] | undefined;
|
|
1542
|
+
}
|
|
1543
|
+
export interface DescribeSpotFleetRequestsResponse {
|
|
1544
|
+
NextToken?: string | undefined;
|
|
1545
|
+
SpotFleetRequestConfigs?: SpotFleetRequestConfig[] | undefined;
|
|
1546
|
+
}
|
|
1547
|
+
export interface DescribeSpotInstanceRequestsRequest {
|
|
1548
|
+
NextToken?: string | undefined;
|
|
1549
|
+
MaxResults?: number | undefined;
|
|
1550
|
+
DryRun?: boolean | undefined;
|
|
1551
|
+
SpotInstanceRequestIds?: string[] | undefined;
|
|
1552
|
+
Filters?: Filter[] | undefined;
|
|
1553
|
+
}
|
|
1554
|
+
export interface RunInstancesMonitoringEnabled {
|
|
1555
|
+
Enabled: boolean | undefined;
|
|
1556
|
+
}
|
|
1557
|
+
export interface LaunchSpecification {
|
|
1558
|
+
UserData?: string | undefined;
|
|
1559
|
+
AddressingType?: string | undefined;
|
|
1560
|
+
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
1561
|
+
EbsOptimized?: boolean | undefined;
|
|
1562
|
+
IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
|
|
1563
|
+
ImageId?: string | undefined;
|
|
1564
|
+
InstanceType?: _InstanceType | undefined;
|
|
1565
|
+
KernelId?: string | undefined;
|
|
1566
|
+
KeyName?: string | undefined;
|
|
1567
|
+
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[] | undefined;
|
|
1568
|
+
Placement?: SpotPlacement | undefined;
|
|
1569
|
+
RamdiskId?: string | undefined;
|
|
1570
|
+
SubnetId?: string | undefined;
|
|
1571
|
+
SecurityGroups?: GroupIdentifier[] | undefined;
|
|
1572
|
+
Monitoring?: RunInstancesMonitoringEnabled | undefined;
|
|
1573
|
+
}
|
|
1574
|
+
export interface SpotInstanceStatus {
|
|
1575
|
+
Code?: string | undefined;
|
|
1576
|
+
Message?: string | undefined;
|
|
1577
|
+
UpdateTime?: Date | undefined;
|
|
1578
|
+
}
|
|
1579
|
+
export interface SpotInstanceRequest {
|
|
1580
|
+
ActualBlockHourlyPrice?: string | undefined;
|
|
1581
|
+
AvailabilityZoneGroup?: string | undefined;
|
|
1582
|
+
BlockDurationMinutes?: number | undefined;
|
|
1583
|
+
CreateTime?: Date | undefined;
|
|
1584
|
+
Fault?: SpotInstanceStateFault | undefined;
|
|
1585
|
+
InstanceId?: string | undefined;
|
|
1586
|
+
LaunchGroup?: string | undefined;
|
|
1587
|
+
LaunchSpecification?: LaunchSpecification | undefined;
|
|
1588
|
+
LaunchedAvailabilityZone?: string | undefined;
|
|
1589
|
+
LaunchedAvailabilityZoneId?: string | undefined;
|
|
1590
|
+
ProductDescription?: RIProductDescription | undefined;
|
|
1591
|
+
SpotInstanceRequestId?: string | undefined;
|
|
1592
|
+
SpotPrice?: string | undefined;
|
|
1593
|
+
State?: SpotInstanceState | undefined;
|
|
1594
|
+
Status?: SpotInstanceStatus | undefined;
|
|
1595
|
+
Tags?: Tag[] | undefined;
|
|
1596
|
+
Type?: SpotInstanceType | undefined;
|
|
1597
|
+
ValidFrom?: Date | undefined;
|
|
1598
|
+
ValidUntil?: Date | undefined;
|
|
1599
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
1600
|
+
}
|
|
1601
|
+
export interface DescribeSpotInstanceRequestsResult {
|
|
1602
|
+
SpotInstanceRequests?: SpotInstanceRequest[] | undefined;
|
|
1603
|
+
NextToken?: string | undefined;
|
|
1604
|
+
}
|
|
1605
|
+
export interface DescribeSpotPriceHistoryRequest {
|
|
1606
|
+
AvailabilityZoneId?: string | undefined;
|
|
1607
|
+
DryRun?: boolean | undefined;
|
|
1608
|
+
StartTime?: Date | undefined;
|
|
1609
|
+
EndTime?: Date | undefined;
|
|
1610
|
+
InstanceTypes?: _InstanceType[] | undefined;
|
|
1611
|
+
ProductDescriptions?: string[] | undefined;
|
|
1612
|
+
Filters?: Filter[] | undefined;
|
|
1613
|
+
AvailabilityZone?: string | undefined;
|
|
1614
|
+
MaxResults?: number | undefined;
|
|
1615
|
+
NextToken?: string | undefined;
|
|
1805
1616
|
}
|
|
1806
|
-
export interface
|
|
1807
|
-
ImageId?: string | undefined;
|
|
1808
|
-
Name?: string | undefined;
|
|
1809
|
-
OwnerId?: string | undefined;
|
|
1810
|
-
State?: ImageState | undefined;
|
|
1811
|
-
ImageOwnerAlias?: string | undefined;
|
|
1812
|
-
CreationDate?: string | undefined;
|
|
1813
|
-
DeprecationTime?: string | undefined;
|
|
1814
|
-
ImageAllowed?: boolean | undefined;
|
|
1815
|
-
IsPublic?: boolean | undefined;
|
|
1816
|
-
}
|
|
1817
|
-
export declare const InstanceStateName: {
|
|
1818
|
-
readonly pending: "pending";
|
|
1819
|
-
readonly running: "running";
|
|
1820
|
-
readonly shutting_down: "shutting-down";
|
|
1821
|
-
readonly stopped: "stopped";
|
|
1822
|
-
readonly stopping: "stopping";
|
|
1823
|
-
readonly terminated: "terminated";
|
|
1824
|
-
};
|
|
1825
|
-
export type InstanceStateName =
|
|
1826
|
-
(typeof InstanceStateName)[keyof typeof InstanceStateName];
|
|
1827
|
-
export interface InstanceState {
|
|
1828
|
-
Code?: number | undefined;
|
|
1829
|
-
Name?: InstanceStateName | undefined;
|
|
1830
|
-
}
|
|
1831
|
-
export interface InstanceImageMetadata {
|
|
1832
|
-
InstanceId?: string | undefined;
|
|
1833
|
-
InstanceType?: _InstanceType | undefined;
|
|
1834
|
-
LaunchTime?: Date | undefined;
|
|
1617
|
+
export interface SpotPrice {
|
|
1835
1618
|
AvailabilityZone?: string | undefined;
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1619
|
+
AvailabilityZoneId?: string | undefined;
|
|
1620
|
+
InstanceType?: _InstanceType | undefined;
|
|
1621
|
+
ProductDescription?: RIProductDescription | undefined;
|
|
1622
|
+
SpotPrice?: string | undefined;
|
|
1623
|
+
Timestamp?: Date | undefined;
|
|
1624
|
+
}
|
|
1625
|
+
export interface DescribeSpotPriceHistoryResult {
|
|
1626
|
+
NextToken?: string | undefined;
|
|
1627
|
+
SpotPriceHistory?: SpotPrice[] | undefined;
|
|
1628
|
+
}
|
|
1629
|
+
export interface DescribeStaleSecurityGroupsRequest {
|
|
1630
|
+
DryRun?: boolean | undefined;
|
|
1631
|
+
MaxResults?: number | undefined;
|
|
1632
|
+
NextToken?: string | undefined;
|
|
1633
|
+
VpcId: string | undefined;
|
|
1634
|
+
}
|
|
1635
|
+
export interface StaleIpPermission {
|
|
1636
|
+
FromPort?: number | undefined;
|
|
1637
|
+
IpProtocol?: string | undefined;
|
|
1638
|
+
IpRanges?: string[] | undefined;
|
|
1639
|
+
PrefixListIds?: string[] | undefined;
|
|
1640
|
+
ToPort?: number | undefined;
|
|
1641
|
+
UserIdGroupPairs?: UserIdGroupPair[] | undefined;
|
|
1642
|
+
}
|
|
1643
|
+
export interface StaleSecurityGroup {
|
|
1644
|
+
Description?: string | undefined;
|
|
1645
|
+
GroupId?: string | undefined;
|
|
1646
|
+
GroupName?: string | undefined;
|
|
1647
|
+
StaleIpPermissions?: StaleIpPermission[] | undefined;
|
|
1648
|
+
StaleIpPermissionsEgress?: StaleIpPermission[] | undefined;
|
|
1649
|
+
VpcId?: string | undefined;
|
|
1650
|
+
}
|
|
1651
|
+
export interface DescribeStaleSecurityGroupsResult {
|
|
1652
|
+
NextToken?: string | undefined;
|
|
1653
|
+
StaleSecurityGroupSet?: StaleSecurityGroup[] | undefined;
|
|
1654
|
+
}
|
|
1655
|
+
export interface DescribeStoreImageTasksRequest {
|
|
1656
|
+
ImageIds?: string[] | undefined;
|
|
1657
|
+
DryRun?: boolean | undefined;
|
|
1658
|
+
Filters?: Filter[] | undefined;
|
|
1659
|
+
NextToken?: string | undefined;
|
|
1660
|
+
MaxResults?: number | undefined;
|
|
1661
|
+
}
|
|
1662
|
+
export interface StoreImageTaskResult {
|
|
1663
|
+
AmiId?: string | undefined;
|
|
1664
|
+
TaskStartTime?: Date | undefined;
|
|
1665
|
+
Bucket?: string | undefined;
|
|
1666
|
+
S3objectKey?: string | undefined;
|
|
1667
|
+
ProgressPercentage?: number | undefined;
|
|
1668
|
+
StoreTaskState?: string | undefined;
|
|
1669
|
+
StoreTaskFailureReason?: string | undefined;
|
|
1670
|
+
}
|
|
1671
|
+
export interface DescribeStoreImageTasksResult {
|
|
1672
|
+
StoreImageTaskResults?: StoreImageTaskResult[] | undefined;
|
|
1673
|
+
NextToken?: string | undefined;
|
|
1674
|
+
}
|
|
1675
|
+
export interface DescribeSubnetsRequest {
|
|
1676
|
+
Filters?: Filter[] | undefined;
|
|
1677
|
+
SubnetIds?: string[] | undefined;
|
|
1678
|
+
NextToken?: string | undefined;
|
|
1679
|
+
MaxResults?: number | undefined;
|
|
1680
|
+
DryRun?: boolean | undefined;
|
|
1681
|
+
}
|
|
1682
|
+
export interface DescribeSubnetsResult {
|
|
1683
|
+
NextToken?: string | undefined;
|
|
1684
|
+
Subnets?: Subnet[] | undefined;
|
|
1685
|
+
}
|
|
1686
|
+
export interface DescribeTagsRequest {
|
|
1687
|
+
DryRun?: boolean | undefined;
|
|
1688
|
+
Filters?: Filter[] | undefined;
|
|
1689
|
+
MaxResults?: number | undefined;
|
|
1690
|
+
NextToken?: string | undefined;
|
|
1691
|
+
}
|
|
1692
|
+
export interface TagDescription {
|
|
1693
|
+
Key?: string | undefined;
|
|
1694
|
+
ResourceId?: string | undefined;
|
|
1695
|
+
ResourceType?: ResourceType | undefined;
|
|
1696
|
+
Value?: string | undefined;
|
|
1697
|
+
}
|
|
1698
|
+
export interface DescribeTagsResult {
|
|
1699
|
+
NextToken?: string | undefined;
|
|
1700
|
+
Tags?: TagDescription[] | undefined;
|
|
1701
|
+
}
|
|
1702
|
+
export interface DescribeTrafficMirrorFilterRulesRequest {
|
|
1703
|
+
TrafficMirrorFilterRuleIds?: string[] | undefined;
|
|
1704
|
+
TrafficMirrorFilterId?: string | undefined;
|
|
1705
|
+
DryRun?: boolean | undefined;
|
|
1706
|
+
Filters?: Filter[] | undefined;
|
|
1707
|
+
MaxResults?: number | undefined;
|
|
1708
|
+
NextToken?: string | undefined;
|
|
1709
|
+
}
|
|
1710
|
+
export interface DescribeTrafficMirrorFilterRulesResult {
|
|
1711
|
+
TrafficMirrorFilterRules?: TrafficMirrorFilterRule[] | undefined;
|
|
1712
|
+
NextToken?: string | undefined;
|
|
1713
|
+
}
|
|
1714
|
+
export interface DescribeTrafficMirrorFiltersRequest {
|
|
1715
|
+
TrafficMirrorFilterIds?: string[] | undefined;
|
|
1716
|
+
DryRun?: boolean | undefined;
|
|
1717
|
+
Filters?: Filter[] | undefined;
|
|
1718
|
+
MaxResults?: number | undefined;
|
|
1719
|
+
NextToken?: string | undefined;
|
|
1720
|
+
}
|
|
1721
|
+
export interface DescribeTrafficMirrorFiltersResult {
|
|
1722
|
+
TrafficMirrorFilters?: TrafficMirrorFilter[] | undefined;
|
|
1723
|
+
NextToken?: string | undefined;
|
|
1724
|
+
}
|
|
1725
|
+
export interface DescribeTrafficMirrorSessionsRequest {
|
|
1726
|
+
TrafficMirrorSessionIds?: string[] | undefined;
|
|
1727
|
+
DryRun?: boolean | undefined;
|
|
1728
|
+
Filters?: Filter[] | undefined;
|
|
1729
|
+
MaxResults?: number | undefined;
|
|
1730
|
+
NextToken?: string | undefined;
|
|
1731
|
+
}
|
|
1732
|
+
export interface DescribeTrafficMirrorSessionsResult {
|
|
1733
|
+
TrafficMirrorSessions?: TrafficMirrorSession[] | undefined;
|
|
1734
|
+
NextToken?: string | undefined;
|
|
1735
|
+
}
|
|
1736
|
+
export interface DescribeTrafficMirrorTargetsRequest {
|
|
1737
|
+
TrafficMirrorTargetIds?: string[] | undefined;
|
|
1738
|
+
DryRun?: boolean | undefined;
|
|
1739
|
+
Filters?: Filter[] | undefined;
|
|
1740
|
+
MaxResults?: number | undefined;
|
|
1741
|
+
NextToken?: string | undefined;
|
|
1742
|
+
}
|
|
1743
|
+
export interface DescribeTrafficMirrorTargetsResult {
|
|
1744
|
+
TrafficMirrorTargets?: TrafficMirrorTarget[] | undefined;
|
|
1745
|
+
NextToken?: string | undefined;
|
|
1746
|
+
}
|
|
1747
|
+
export interface DescribeTransitGatewayAttachmentsRequest {
|
|
1748
|
+
TransitGatewayAttachmentIds?: string[] | undefined;
|
|
1749
|
+
Filters?: Filter[] | undefined;
|
|
1750
|
+
MaxResults?: number | undefined;
|
|
1751
|
+
NextToken?: string | undefined;
|
|
1752
|
+
DryRun?: boolean | undefined;
|
|
1753
|
+
}
|
|
1754
|
+
export interface TransitGatewayAttachmentAssociation {
|
|
1755
|
+
TransitGatewayRouteTableId?: string | undefined;
|
|
1756
|
+
State?: TransitGatewayAssociationState | undefined;
|
|
1757
|
+
}
|
|
1758
|
+
export interface TransitGatewayAttachment {
|
|
1759
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
1760
|
+
TransitGatewayId?: string | undefined;
|
|
1761
|
+
TransitGatewayOwnerId?: string | undefined;
|
|
1762
|
+
ResourceOwnerId?: string | undefined;
|
|
1763
|
+
ResourceType?: TransitGatewayAttachmentResourceType | undefined;
|
|
1764
|
+
ResourceId?: string | undefined;
|
|
1765
|
+
State?: TransitGatewayAttachmentState | undefined;
|
|
1766
|
+
Association?: TransitGatewayAttachmentAssociation | undefined;
|
|
1767
|
+
CreationTime?: Date | undefined;
|
|
1839
1768
|
Tags?: Tag[] | undefined;
|
|
1840
|
-
ImageMetadata?: ImageMetadata | undefined;
|
|
1841
|
-
Operator?: OperatorResponse | undefined;
|
|
1842
|
-
}
|
|
1843
|
-
export interface DescribeInstanceImageMetadataResult {
|
|
1844
|
-
InstanceImageMetadata?: InstanceImageMetadata[] | undefined;
|
|
1845
|
-
NextToken?: string | undefined;
|
|
1846
|
-
}
|
|
1847
|
-
export interface DescribeInstancesRequest {
|
|
1848
|
-
InstanceIds?: string[] | undefined;
|
|
1849
|
-
DryRun?: boolean | undefined;
|
|
1850
|
-
Filters?: Filter[] | undefined;
|
|
1851
|
-
NextToken?: string | undefined;
|
|
1852
|
-
MaxResults?: number | undefined;
|
|
1853
|
-
}
|
|
1854
|
-
export interface CapacityReservationSpecificationResponse {
|
|
1855
|
-
CapacityReservationPreference?: CapacityReservationPreference | undefined;
|
|
1856
|
-
CapacityReservationTarget?: CapacityReservationTargetResponse | undefined;
|
|
1857
|
-
}
|
|
1858
|
-
export interface CpuOptions {
|
|
1859
|
-
CoreCount?: number | undefined;
|
|
1860
|
-
ThreadsPerCore?: number | undefined;
|
|
1861
|
-
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
1862
|
-
}
|
|
1863
|
-
export declare const InstanceBootModeValues: {
|
|
1864
|
-
readonly legacy_bios: "legacy-bios";
|
|
1865
|
-
readonly uefi: "uefi";
|
|
1866
|
-
};
|
|
1867
|
-
export type InstanceBootModeValues =
|
|
1868
|
-
(typeof InstanceBootModeValues)[keyof typeof InstanceBootModeValues];
|
|
1869
|
-
export interface ElasticGpuAssociation {
|
|
1870
|
-
ElasticGpuId?: string | undefined;
|
|
1871
|
-
ElasticGpuAssociationId?: string | undefined;
|
|
1872
|
-
ElasticGpuAssociationState?: string | undefined;
|
|
1873
|
-
ElasticGpuAssociationTime?: string | undefined;
|
|
1874
|
-
}
|
|
1875
|
-
export interface ElasticInferenceAcceleratorAssociation {
|
|
1876
|
-
ElasticInferenceAcceleratorArn?: string | undefined;
|
|
1877
|
-
ElasticInferenceAcceleratorAssociationId?: string | undefined;
|
|
1878
|
-
ElasticInferenceAcceleratorAssociationState?: string | undefined;
|
|
1879
|
-
ElasticInferenceAcceleratorAssociationTime?: Date | undefined;
|
|
1880
|
-
}
|
|
1881
|
-
export interface HibernationOptions {
|
|
1882
|
-
Configured?: boolean | undefined;
|
|
1883
|
-
}
|
|
1884
|
-
export declare const InstanceLifecycleType: {
|
|
1885
|
-
readonly capacity_block: "capacity-block";
|
|
1886
|
-
readonly scheduled: "scheduled";
|
|
1887
|
-
readonly spot: "spot";
|
|
1888
|
-
};
|
|
1889
|
-
export type InstanceLifecycleType =
|
|
1890
|
-
(typeof InstanceLifecycleType)[keyof typeof InstanceLifecycleType];
|
|
1891
|
-
export interface LicenseConfiguration {
|
|
1892
|
-
LicenseConfigurationArn?: string | undefined;
|
|
1893
|
-
}
|
|
1894
|
-
export declare const InstanceAutoRecoveryState: {
|
|
1895
|
-
readonly default: "default";
|
|
1896
|
-
readonly disabled: "disabled";
|
|
1897
|
-
};
|
|
1898
|
-
export type InstanceAutoRecoveryState =
|
|
1899
|
-
(typeof InstanceAutoRecoveryState)[keyof typeof InstanceAutoRecoveryState];
|
|
1900
|
-
export declare const InstanceRebootMigrationState: {
|
|
1901
|
-
readonly default: "default";
|
|
1902
|
-
readonly disabled: "disabled";
|
|
1903
|
-
};
|
|
1904
|
-
export type InstanceRebootMigrationState =
|
|
1905
|
-
(typeof InstanceRebootMigrationState)[keyof typeof InstanceRebootMigrationState];
|
|
1906
|
-
export interface InstanceMaintenanceOptions {
|
|
1907
|
-
AutoRecovery?: InstanceAutoRecoveryState | undefined;
|
|
1908
|
-
RebootMigration?: InstanceRebootMigrationState | undefined;
|
|
1909
|
-
}
|
|
1910
|
-
export declare const InstanceMetadataEndpointState: {
|
|
1911
|
-
readonly disabled: "disabled";
|
|
1912
|
-
readonly enabled: "enabled";
|
|
1913
|
-
};
|
|
1914
|
-
export type InstanceMetadataEndpointState =
|
|
1915
|
-
(typeof InstanceMetadataEndpointState)[keyof typeof InstanceMetadataEndpointState];
|
|
1916
|
-
export declare const InstanceMetadataProtocolState: {
|
|
1917
|
-
readonly disabled: "disabled";
|
|
1918
|
-
readonly enabled: "enabled";
|
|
1919
|
-
};
|
|
1920
|
-
export type InstanceMetadataProtocolState =
|
|
1921
|
-
(typeof InstanceMetadataProtocolState)[keyof typeof InstanceMetadataProtocolState];
|
|
1922
|
-
export declare const HttpTokensState: {
|
|
1923
|
-
readonly optional: "optional";
|
|
1924
|
-
readonly required: "required";
|
|
1925
|
-
};
|
|
1926
|
-
export type HttpTokensState =
|
|
1927
|
-
(typeof HttpTokensState)[keyof typeof HttpTokensState];
|
|
1928
|
-
export declare const InstanceMetadataTagsState: {
|
|
1929
|
-
readonly disabled: "disabled";
|
|
1930
|
-
readonly enabled: "enabled";
|
|
1931
|
-
};
|
|
1932
|
-
export type InstanceMetadataTagsState =
|
|
1933
|
-
(typeof InstanceMetadataTagsState)[keyof typeof InstanceMetadataTagsState];
|
|
1934
|
-
export declare const InstanceMetadataOptionsState: {
|
|
1935
|
-
readonly applied: "applied";
|
|
1936
|
-
readonly pending: "pending";
|
|
1937
|
-
};
|
|
1938
|
-
export type InstanceMetadataOptionsState =
|
|
1939
|
-
(typeof InstanceMetadataOptionsState)[keyof typeof InstanceMetadataOptionsState];
|
|
1940
|
-
export interface InstanceMetadataOptionsResponse {
|
|
1941
|
-
State?: InstanceMetadataOptionsState | undefined;
|
|
1942
|
-
HttpTokens?: HttpTokensState | undefined;
|
|
1943
|
-
HttpPutResponseHopLimit?: number | undefined;
|
|
1944
|
-
HttpEndpoint?: InstanceMetadataEndpointState | undefined;
|
|
1945
|
-
HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
|
|
1946
|
-
InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
|
|
1947
|
-
}
|
|
1948
|
-
export declare const MonitoringState: {
|
|
1949
|
-
readonly disabled: "disabled";
|
|
1950
|
-
readonly disabling: "disabling";
|
|
1951
|
-
readonly enabled: "enabled";
|
|
1952
|
-
readonly pending: "pending";
|
|
1953
|
-
};
|
|
1954
|
-
export type MonitoringState =
|
|
1955
|
-
(typeof MonitoringState)[keyof typeof MonitoringState];
|
|
1956
|
-
export interface Monitoring {
|
|
1957
|
-
State?: MonitoringState | undefined;
|
|
1958
|
-
}
|
|
1959
|
-
export interface InstanceNetworkInterfaceAssociation {
|
|
1960
|
-
CarrierIp?: string | undefined;
|
|
1961
|
-
CustomerOwnedIp?: string | undefined;
|
|
1962
|
-
IpOwnerId?: string | undefined;
|
|
1963
|
-
PublicDnsName?: string | undefined;
|
|
1964
|
-
PublicIp?: string | undefined;
|
|
1965
1769
|
}
|
|
1966
|
-
export interface
|
|
1967
|
-
|
|
1770
|
+
export interface DescribeTransitGatewayAttachmentsResult {
|
|
1771
|
+
TransitGatewayAttachments?: TransitGatewayAttachment[] | undefined;
|
|
1772
|
+
NextToken?: string | undefined;
|
|
1968
1773
|
}
|
|
1969
|
-
export interface
|
|
1970
|
-
|
|
1971
|
-
|
|
1774
|
+
export interface DescribeTransitGatewayConnectPeersRequest {
|
|
1775
|
+
TransitGatewayConnectPeerIds?: string[] | undefined;
|
|
1776
|
+
Filters?: Filter[] | undefined;
|
|
1777
|
+
MaxResults?: number | undefined;
|
|
1778
|
+
NextToken?: string | undefined;
|
|
1779
|
+
DryRun?: boolean | undefined;
|
|
1972
1780
|
}
|
|
1973
|
-
export interface
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
DeleteOnTermination?: boolean | undefined;
|
|
1977
|
-
DeviceIndex?: number | undefined;
|
|
1978
|
-
Status?: AttachmentStatus | undefined;
|
|
1979
|
-
NetworkCardIndex?: number | undefined;
|
|
1980
|
-
EnaSrdSpecification?: InstanceAttachmentEnaSrdSpecification | undefined;
|
|
1981
|
-
EnaQueueCount?: number | undefined;
|
|
1781
|
+
export interface DescribeTransitGatewayConnectPeersResult {
|
|
1782
|
+
TransitGatewayConnectPeers?: TransitGatewayConnectPeer[] | undefined;
|
|
1783
|
+
NextToken?: string | undefined;
|
|
1982
1784
|
}
|
|
1983
|
-
export interface
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1785
|
+
export interface DescribeTransitGatewayConnectsRequest {
|
|
1786
|
+
TransitGatewayAttachmentIds?: string[] | undefined;
|
|
1787
|
+
Filters?: Filter[] | undefined;
|
|
1788
|
+
MaxResults?: number | undefined;
|
|
1789
|
+
NextToken?: string | undefined;
|
|
1790
|
+
DryRun?: boolean | undefined;
|
|
1987
1791
|
}
|
|
1988
|
-
export interface
|
|
1989
|
-
|
|
1792
|
+
export interface DescribeTransitGatewayConnectsResult {
|
|
1793
|
+
TransitGatewayConnects?: TransitGatewayConnect[] | undefined;
|
|
1794
|
+
NextToken?: string | undefined;
|
|
1990
1795
|
}
|
|
1991
|
-
export interface
|
|
1992
|
-
|
|
1796
|
+
export interface DescribeTransitGatewayMulticastDomainsRequest {
|
|
1797
|
+
TransitGatewayMulticastDomainIds?: string[] | undefined;
|
|
1798
|
+
Filters?: Filter[] | undefined;
|
|
1799
|
+
MaxResults?: number | undefined;
|
|
1800
|
+
NextToken?: string | undefined;
|
|
1801
|
+
DryRun?: boolean | undefined;
|
|
1993
1802
|
}
|
|
1994
|
-
export interface
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
PrivateDnsName?: string | undefined;
|
|
1998
|
-
PrivateIpAddress?: string | undefined;
|
|
1803
|
+
export interface DescribeTransitGatewayMulticastDomainsResult {
|
|
1804
|
+
TransitGatewayMulticastDomains?: TransitGatewayMulticastDomain[] | undefined;
|
|
1805
|
+
NextToken?: string | undefined;
|
|
1999
1806
|
}
|
|
2000
|
-
export interface
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
PrivateIpAddress?: string | undefined;
|
|
2011
|
-
PrivateIpAddresses?: InstancePrivateIpAddress[] | undefined;
|
|
2012
|
-
SourceDestCheck?: boolean | undefined;
|
|
2013
|
-
Status?: NetworkInterfaceStatus | undefined;
|
|
2014
|
-
SubnetId?: string | undefined;
|
|
2015
|
-
VpcId?: string | undefined;
|
|
2016
|
-
InterfaceType?: string | undefined;
|
|
2017
|
-
Ipv4Prefixes?: InstanceIpv4Prefix[] | undefined;
|
|
2018
|
-
Ipv6Prefixes?: InstanceIpv6Prefix[] | undefined;
|
|
2019
|
-
ConnectionTrackingConfiguration?:
|
|
2020
|
-
| ConnectionTrackingSpecificationResponse
|
|
1807
|
+
export interface DescribeTransitGatewayPeeringAttachmentsRequest {
|
|
1808
|
+
TransitGatewayAttachmentIds?: string[] | undefined;
|
|
1809
|
+
Filters?: Filter[] | undefined;
|
|
1810
|
+
MaxResults?: number | undefined;
|
|
1811
|
+
NextToken?: string | undefined;
|
|
1812
|
+
DryRun?: boolean | undefined;
|
|
1813
|
+
}
|
|
1814
|
+
export interface DescribeTransitGatewayPeeringAttachmentsResult {
|
|
1815
|
+
TransitGatewayPeeringAttachments?:
|
|
1816
|
+
| TransitGatewayPeeringAttachment[]
|
|
2021
1817
|
| undefined;
|
|
2022
|
-
|
|
1818
|
+
NextToken?: string | undefined;
|
|
1819
|
+
}
|
|
1820
|
+
export interface DescribeTransitGatewayPolicyTablesRequest {
|
|
1821
|
+
TransitGatewayPolicyTableIds?: string[] | undefined;
|
|
1822
|
+
Filters?: Filter[] | undefined;
|
|
1823
|
+
MaxResults?: number | undefined;
|
|
1824
|
+
NextToken?: string | undefined;
|
|
1825
|
+
DryRun?: boolean | undefined;
|
|
2023
1826
|
}
|
|
2024
|
-
export interface
|
|
2025
|
-
|
|
1827
|
+
export interface DescribeTransitGatewayPolicyTablesResult {
|
|
1828
|
+
TransitGatewayPolicyTables?: TransitGatewayPolicyTable[] | undefined;
|
|
1829
|
+
NextToken?: string | undefined;
|
|
2026
1830
|
}
|
|
2027
|
-
export interface
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
1831
|
+
export interface DescribeTransitGatewayRouteTableAnnouncementsRequest {
|
|
1832
|
+
TransitGatewayRouteTableAnnouncementIds?: string[] | undefined;
|
|
1833
|
+
Filters?: Filter[] | undefined;
|
|
1834
|
+
MaxResults?: number | undefined;
|
|
1835
|
+
NextToken?: string | undefined;
|
|
1836
|
+
DryRun?: boolean | undefined;
|
|
2031
1837
|
}
|
|
2032
|
-
export interface
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
ClientToken?: string | undefined;
|
|
2036
|
-
EbsOptimized?: boolean | undefined;
|
|
2037
|
-
EnaSupport?: boolean | undefined;
|
|
2038
|
-
Hypervisor?: HypervisorType | undefined;
|
|
2039
|
-
IamInstanceProfile?: IamInstanceProfile | undefined;
|
|
2040
|
-
InstanceLifecycle?: InstanceLifecycleType | undefined;
|
|
2041
|
-
ElasticGpuAssociations?: ElasticGpuAssociation[] | undefined;
|
|
2042
|
-
ElasticInferenceAcceleratorAssociations?:
|
|
2043
|
-
| ElasticInferenceAcceleratorAssociation[]
|
|
2044
|
-
| undefined;
|
|
2045
|
-
NetworkInterfaces?: InstanceNetworkInterface[] | undefined;
|
|
2046
|
-
OutpostArn?: string | undefined;
|
|
2047
|
-
RootDeviceName?: string | undefined;
|
|
2048
|
-
RootDeviceType?: DeviceType | undefined;
|
|
2049
|
-
SecurityGroups?: GroupIdentifier[] | undefined;
|
|
2050
|
-
SourceDestCheck?: boolean | undefined;
|
|
2051
|
-
SpotInstanceRequestId?: string | undefined;
|
|
2052
|
-
SriovNetSupport?: string | undefined;
|
|
2053
|
-
StateReason?: StateReason | undefined;
|
|
2054
|
-
Tags?: Tag[] | undefined;
|
|
2055
|
-
VirtualizationType?: VirtualizationType | undefined;
|
|
2056
|
-
CpuOptions?: CpuOptions | undefined;
|
|
2057
|
-
CapacityBlockId?: string | undefined;
|
|
2058
|
-
CapacityReservationId?: string | undefined;
|
|
2059
|
-
CapacityReservationSpecification?:
|
|
2060
|
-
| CapacityReservationSpecificationResponse
|
|
1838
|
+
export interface DescribeTransitGatewayRouteTableAnnouncementsResult {
|
|
1839
|
+
TransitGatewayRouteTableAnnouncements?:
|
|
1840
|
+
| TransitGatewayRouteTableAnnouncement[]
|
|
2061
1841
|
| undefined;
|
|
2062
|
-
|
|
2063
|
-
Licenses?: LicenseConfiguration[] | undefined;
|
|
2064
|
-
MetadataOptions?: InstanceMetadataOptionsResponse | undefined;
|
|
2065
|
-
EnclaveOptions?: EnclaveOptions | undefined;
|
|
2066
|
-
BootMode?: BootModeValues | undefined;
|
|
2067
|
-
PlatformDetails?: string | undefined;
|
|
2068
|
-
UsageOperation?: string | undefined;
|
|
2069
|
-
UsageOperationUpdateTime?: Date | undefined;
|
|
2070
|
-
PrivateDnsNameOptions?: PrivateDnsNameOptionsResponse | undefined;
|
|
2071
|
-
Ipv6Address?: string | undefined;
|
|
2072
|
-
TpmSupport?: string | undefined;
|
|
2073
|
-
MaintenanceOptions?: InstanceMaintenanceOptions | undefined;
|
|
2074
|
-
CurrentInstanceBootMode?: InstanceBootModeValues | undefined;
|
|
2075
|
-
NetworkPerformanceOptions?: InstanceNetworkPerformanceOptions | undefined;
|
|
2076
|
-
Operator?: OperatorResponse | undefined;
|
|
2077
|
-
InstanceId?: string | undefined;
|
|
2078
|
-
ImageId?: string | undefined;
|
|
2079
|
-
State?: InstanceState | undefined;
|
|
2080
|
-
PrivateDnsName?: string | undefined;
|
|
2081
|
-
PublicDnsName?: string | undefined;
|
|
2082
|
-
StateTransitionReason?: string | undefined;
|
|
2083
|
-
KeyName?: string | undefined;
|
|
2084
|
-
AmiLaunchIndex?: number | undefined;
|
|
2085
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
2086
|
-
InstanceType?: _InstanceType | undefined;
|
|
2087
|
-
LaunchTime?: Date | undefined;
|
|
2088
|
-
Placement?: Placement | undefined;
|
|
2089
|
-
KernelId?: string | undefined;
|
|
2090
|
-
RamdiskId?: string | undefined;
|
|
2091
|
-
Platform?: PlatformValues | undefined;
|
|
2092
|
-
Monitoring?: Monitoring | undefined;
|
|
2093
|
-
SubnetId?: string | undefined;
|
|
2094
|
-
VpcId?: string | undefined;
|
|
2095
|
-
PrivateIpAddress?: string | undefined;
|
|
2096
|
-
PublicIpAddress?: string | undefined;
|
|
1842
|
+
NextToken?: string | undefined;
|
|
2097
1843
|
}
|
|
2098
|
-
export interface
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
1844
|
+
export interface DescribeTransitGatewayRouteTablesRequest {
|
|
1845
|
+
TransitGatewayRouteTableIds?: string[] | undefined;
|
|
1846
|
+
Filters?: Filter[] | undefined;
|
|
1847
|
+
MaxResults?: number | undefined;
|
|
1848
|
+
NextToken?: string | undefined;
|
|
1849
|
+
DryRun?: boolean | undefined;
|
|
2104
1850
|
}
|
|
2105
|
-
export interface
|
|
1851
|
+
export interface DescribeTransitGatewayRouteTablesResult {
|
|
1852
|
+
TransitGatewayRouteTables?: TransitGatewayRouteTable[] | undefined;
|
|
2106
1853
|
NextToken?: string | undefined;
|
|
2107
|
-
Reservations?: Reservation[] | undefined;
|
|
2108
1854
|
}
|
|
2109
|
-
export interface
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
1855
|
+
export interface DescribeTransitGatewaysRequest {
|
|
1856
|
+
TransitGatewayIds?: string[] | undefined;
|
|
1857
|
+
Filters?: Filter[] | undefined;
|
|
1858
|
+
MaxResults?: number | undefined;
|
|
1859
|
+
NextToken?: string | undefined;
|
|
1860
|
+
DryRun?: boolean | undefined;
|
|
1861
|
+
}
|
|
1862
|
+
export interface DescribeTransitGatewaysResult {
|
|
1863
|
+
TransitGateways?: TransitGateway[] | undefined;
|
|
1864
|
+
NextToken?: string | undefined;
|
|
1865
|
+
}
|
|
1866
|
+
export interface DescribeTransitGatewayVpcAttachmentsRequest {
|
|
1867
|
+
TransitGatewayAttachmentIds?: string[] | undefined;
|
|
1868
|
+
Filters?: Filter[] | undefined;
|
|
1869
|
+
MaxResults?: number | undefined;
|
|
1870
|
+
NextToken?: string | undefined;
|
|
1871
|
+
DryRun?: boolean | undefined;
|
|
1872
|
+
}
|
|
1873
|
+
export interface DescribeTransitGatewayVpcAttachmentsResult {
|
|
1874
|
+
TransitGatewayVpcAttachments?: TransitGatewayVpcAttachment[] | undefined;
|
|
1875
|
+
NextToken?: string | undefined;
|
|
1876
|
+
}
|
|
1877
|
+
export interface DescribeTrunkInterfaceAssociationsRequest {
|
|
1878
|
+
AssociationIds?: string[] | undefined;
|
|
1879
|
+
DryRun?: boolean | undefined;
|
|
1880
|
+
Filters?: Filter[] | undefined;
|
|
2113
1881
|
NextToken?: string | undefined;
|
|
2114
1882
|
MaxResults?: number | undefined;
|
|
1883
|
+
}
|
|
1884
|
+
export interface DescribeTrunkInterfaceAssociationsResult {
|
|
1885
|
+
InterfaceAssociations?: TrunkInterfaceAssociation[] | undefined;
|
|
1886
|
+
NextToken?: string | undefined;
|
|
1887
|
+
}
|
|
1888
|
+
export interface DescribeVerifiedAccessEndpointsRequest {
|
|
1889
|
+
VerifiedAccessEndpointIds?: string[] | undefined;
|
|
1890
|
+
VerifiedAccessInstanceId?: string | undefined;
|
|
1891
|
+
VerifiedAccessGroupId?: string | undefined;
|
|
1892
|
+
MaxResults?: number | undefined;
|
|
1893
|
+
NextToken?: string | undefined;
|
|
2115
1894
|
Filters?: Filter[] | undefined;
|
|
2116
1895
|
DryRun?: boolean | undefined;
|
|
2117
1896
|
}
|
|
2118
|
-
export
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
1897
|
+
export interface DescribeVerifiedAccessEndpointsResult {
|
|
1898
|
+
VerifiedAccessEndpoints?: VerifiedAccessEndpoint[] | undefined;
|
|
1899
|
+
NextToken?: string | undefined;
|
|
1900
|
+
}
|
|
1901
|
+
export interface DescribeVerifiedAccessGroupsRequest {
|
|
1902
|
+
VerifiedAccessGroupIds?: string[] | undefined;
|
|
1903
|
+
VerifiedAccessInstanceId?: string | undefined;
|
|
1904
|
+
MaxResults?: number | undefined;
|
|
1905
|
+
NextToken?: string | undefined;
|
|
1906
|
+
Filters?: Filter[] | undefined;
|
|
1907
|
+
DryRun?: boolean | undefined;
|
|
1908
|
+
}
|
|
1909
|
+
export interface DescribeVerifiedAccessGroupsResult {
|
|
1910
|
+
VerifiedAccessGroups?: VerifiedAccessGroup[] | undefined;
|
|
1911
|
+
NextToken?: string | undefined;
|
|
1912
|
+
}
|
|
1913
|
+
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsRequest {
|
|
1914
|
+
VerifiedAccessInstanceIds?: string[] | undefined;
|
|
1915
|
+
MaxResults?: number | undefined;
|
|
1916
|
+
NextToken?: string | undefined;
|
|
1917
|
+
Filters?: Filter[] | undefined;
|
|
1918
|
+
DryRun?: boolean | undefined;
|
|
1919
|
+
}
|
|
1920
|
+
export interface VerifiedAccessLogDeliveryStatus {
|
|
1921
|
+
Code?: VerifiedAccessLogDeliveryStatusCode | undefined;
|
|
1922
|
+
Message?: string | undefined;
|
|
1923
|
+
}
|
|
1924
|
+
export interface VerifiedAccessLogCloudWatchLogsDestination {
|
|
1925
|
+
Enabled?: boolean | undefined;
|
|
1926
|
+
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
1927
|
+
LogGroup?: string | undefined;
|
|
1928
|
+
}
|
|
1929
|
+
export interface VerifiedAccessLogKinesisDataFirehoseDestination {
|
|
1930
|
+
Enabled?: boolean | undefined;
|
|
1931
|
+
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
1932
|
+
DeliveryStream?: string | undefined;
|
|
1933
|
+
}
|
|
1934
|
+
export interface VerifiedAccessLogS3Destination {
|
|
1935
|
+
Enabled?: boolean | undefined;
|
|
1936
|
+
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
1937
|
+
BucketName?: string | undefined;
|
|
1938
|
+
Prefix?: string | undefined;
|
|
1939
|
+
BucketOwner?: string | undefined;
|
|
1940
|
+
}
|
|
1941
|
+
export interface VerifiedAccessLogs {
|
|
1942
|
+
S3?: VerifiedAccessLogS3Destination | undefined;
|
|
1943
|
+
CloudWatchLogs?: VerifiedAccessLogCloudWatchLogsDestination | undefined;
|
|
1944
|
+
KinesisDataFirehose?:
|
|
1945
|
+
| VerifiedAccessLogKinesisDataFirehoseDestination
|
|
1946
|
+
| undefined;
|
|
1947
|
+
LogVersion?: string | undefined;
|
|
1948
|
+
IncludeTrustContext?: boolean | undefined;
|
|
1949
|
+
}
|
|
1950
|
+
export interface VerifiedAccessInstanceLoggingConfiguration {
|
|
1951
|
+
VerifiedAccessInstanceId?: string | undefined;
|
|
1952
|
+
AccessLogs?: VerifiedAccessLogs | undefined;
|
|
1953
|
+
}
|
|
1954
|
+
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
|
|
1955
|
+
LoggingConfigurations?:
|
|
1956
|
+
| VerifiedAccessInstanceLoggingConfiguration[]
|
|
1957
|
+
| undefined;
|
|
1958
|
+
NextToken?: string | undefined;
|
|
2139
1959
|
}
|
|
2140
|
-
export interface
|
|
2141
|
-
|
|
1960
|
+
export interface DescribeVerifiedAccessInstancesRequest {
|
|
1961
|
+
VerifiedAccessInstanceIds?: string[] | undefined;
|
|
1962
|
+
MaxResults?: number | undefined;
|
|
2142
1963
|
NextToken?: string | undefined;
|
|
1964
|
+
Filters?: Filter[] | undefined;
|
|
1965
|
+
DryRun?: boolean | undefined;
|
|
2143
1966
|
}
|
|
2144
|
-
export interface
|
|
2145
|
-
|
|
1967
|
+
export interface DescribeVerifiedAccessInstancesResult {
|
|
1968
|
+
VerifiedAccessInstances?: VerifiedAccessInstance[] | undefined;
|
|
2146
1969
|
NextToken?: string | undefined;
|
|
1970
|
+
}
|
|
1971
|
+
export interface DescribeVerifiedAccessTrustProvidersRequest {
|
|
1972
|
+
VerifiedAccessTrustProviderIds?: string[] | undefined;
|
|
2147
1973
|
MaxResults?: number | undefined;
|
|
1974
|
+
NextToken?: string | undefined;
|
|
1975
|
+
Filters?: Filter[] | undefined;
|
|
1976
|
+
DryRun?: boolean | undefined;
|
|
1977
|
+
}
|
|
1978
|
+
export interface DescribeVerifiedAccessTrustProvidersResult {
|
|
1979
|
+
VerifiedAccessTrustProviders?: VerifiedAccessTrustProvider[] | undefined;
|
|
1980
|
+
NextToken?: string | undefined;
|
|
1981
|
+
}
|
|
1982
|
+
export interface DescribeVolumeAttributeRequest {
|
|
1983
|
+
Attribute: VolumeAttributeName | undefined;
|
|
1984
|
+
VolumeId: string | undefined;
|
|
1985
|
+
DryRun?: boolean | undefined;
|
|
1986
|
+
}
|
|
1987
|
+
export interface DescribeVolumeAttributeResult {
|
|
1988
|
+
AutoEnableIO?: AttributeBooleanValue | undefined;
|
|
1989
|
+
ProductCodes?: ProductCode[] | undefined;
|
|
1990
|
+
VolumeId?: string | undefined;
|
|
1991
|
+
}
|
|
1992
|
+
export interface DescribeVolumesRequest {
|
|
1993
|
+
VolumeIds?: string[] | undefined;
|
|
1994
|
+
DryRun?: boolean | undefined;
|
|
2148
1995
|
Filters?: Filter[] | undefined;
|
|
1996
|
+
NextToken?: string | undefined;
|
|
1997
|
+
MaxResults?: number | undefined;
|
|
1998
|
+
}
|
|
1999
|
+
export interface DescribeVolumesResult {
|
|
2000
|
+
NextToken?: string | undefined;
|
|
2001
|
+
Volumes?: Volume[] | undefined;
|
|
2002
|
+
}
|
|
2003
|
+
export interface DescribeVolumesModificationsRequest {
|
|
2149
2004
|
DryRun?: boolean | undefined;
|
|
2005
|
+
VolumeIds?: string[] | undefined;
|
|
2006
|
+
Filters?: Filter[] | undefined;
|
|
2007
|
+
NextToken?: string | undefined;
|
|
2008
|
+
MaxResults?: number | undefined;
|
|
2009
|
+
}
|
|
2010
|
+
export interface VolumeModification {
|
|
2011
|
+
VolumeId?: string | undefined;
|
|
2012
|
+
ModificationState?: VolumeModificationState | undefined;
|
|
2013
|
+
StatusMessage?: string | undefined;
|
|
2014
|
+
TargetSize?: number | undefined;
|
|
2015
|
+
TargetIops?: number | undefined;
|
|
2016
|
+
TargetVolumeType?: VolumeType | undefined;
|
|
2017
|
+
TargetThroughput?: number | undefined;
|
|
2018
|
+
TargetMultiAttachEnabled?: boolean | undefined;
|
|
2019
|
+
OriginalSize?: number | undefined;
|
|
2020
|
+
OriginalIops?: number | undefined;
|
|
2021
|
+
OriginalVolumeType?: VolumeType | undefined;
|
|
2022
|
+
OriginalThroughput?: number | undefined;
|
|
2023
|
+
OriginalMultiAttachEnabled?: boolean | undefined;
|
|
2024
|
+
Progress?: number | undefined;
|
|
2025
|
+
StartTime?: Date | undefined;
|
|
2026
|
+
EndTime?: Date | undefined;
|
|
2150
2027
|
}
|
|
2151
|
-
export interface
|
|
2152
|
-
Instances?: RegisteredInstance[] | undefined;
|
|
2028
|
+
export interface DescribeVolumesModificationsResult {
|
|
2153
2029
|
NextToken?: string | undefined;
|
|
2030
|
+
VolumesModifications?: VolumeModification[] | undefined;
|
|
2154
2031
|
}
|
|
2155
|
-
export interface
|
|
2156
|
-
InstanceIds?: string[] | undefined;
|
|
2032
|
+
export interface DescribeVolumeStatusRequest {
|
|
2157
2033
|
MaxResults?: number | undefined;
|
|
2158
2034
|
NextToken?: string | undefined;
|
|
2035
|
+
VolumeIds?: string[] | undefined;
|
|
2159
2036
|
DryRun?: boolean | undefined;
|
|
2160
2037
|
Filters?: Filter[] | undefined;
|
|
2161
|
-
IncludeAllInstances?: boolean | undefined;
|
|
2162
2038
|
}
|
|
2163
|
-
export
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
}
|
|
2173
|
-
export
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2039
|
+
export interface VolumeStatusAction {
|
|
2040
|
+
Code?: string | undefined;
|
|
2041
|
+
Description?: string | undefined;
|
|
2042
|
+
EventId?: string | undefined;
|
|
2043
|
+
EventType?: string | undefined;
|
|
2044
|
+
}
|
|
2045
|
+
export interface VolumeStatusAttachmentStatus {
|
|
2046
|
+
IoPerformance?: string | undefined;
|
|
2047
|
+
InstanceId?: string | undefined;
|
|
2048
|
+
}
|
|
2049
|
+
export interface VolumeStatusEvent {
|
|
2050
|
+
Description?: string | undefined;
|
|
2051
|
+
EventId?: string | undefined;
|
|
2052
|
+
EventType?: string | undefined;
|
|
2053
|
+
NotAfter?: Date | undefined;
|
|
2054
|
+
NotBefore?: Date | undefined;
|
|
2055
|
+
InstanceId?: string | undefined;
|
|
2056
|
+
}
|
|
2057
|
+
export interface InitializationStatusDetails {
|
|
2058
|
+
InitializationType?: InitializationType | undefined;
|
|
2059
|
+
Progress?: number | undefined;
|
|
2060
|
+
EstimatedTimeToCompleteInSeconds?: number | undefined;
|
|
2061
|
+
}
|
|
2062
|
+
export interface VolumeStatusDetails {
|
|
2063
|
+
Name?: VolumeStatusName | undefined;
|
|
2064
|
+
Status?: string | undefined;
|
|
2065
|
+
}
|
|
2066
|
+
export interface VolumeStatusInfo {
|
|
2067
|
+
Details?: VolumeStatusDetails[] | undefined;
|
|
2068
|
+
Status?: VolumeStatusInfoStatus | undefined;
|
|
2178
2069
|
}
|
|
2179
|
-
export
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
Status?: SummaryStatus | undefined;
|
|
2070
|
+
export interface VolumeStatusItem {
|
|
2071
|
+
Actions?: VolumeStatusAction[] | undefined;
|
|
2072
|
+
AvailabilityZone?: string | undefined;
|
|
2073
|
+
OutpostArn?: string | undefined;
|
|
2074
|
+
Events?: VolumeStatusEvent[] | undefined;
|
|
2075
|
+
VolumeId?: string | undefined;
|
|
2076
|
+
VolumeStatus?: VolumeStatusInfo | undefined;
|
|
2077
|
+
AttachmentStatuses?: VolumeStatusAttachmentStatus[] | undefined;
|
|
2078
|
+
InitializationStatusDetails?: InitializationStatusDetails | undefined;
|
|
2079
|
+
AvailabilityZoneId?: string | undefined;
|
|
2190
2080
|
}
|