@aws-sdk/client-ec2 3.933.0 → 3.935.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 +96 -0
- package/dist-cjs/index.js +1291 -148
- package/dist-es/EC2.js +24 -0
- package/dist-es/commands/CreateIpamPolicyCommand.js +16 -0
- package/dist-es/commands/CreateVpnConcentratorCommand.js +16 -0
- package/dist-es/commands/DeleteIpamPolicyCommand.js +16 -0
- package/dist-es/commands/DeleteVpnConcentratorCommand.js +16 -0
- package/dist-es/commands/DescribeIpamPoliciesCommand.js +16 -0
- package/dist-es/commands/DescribeVpnConcentratorsCommand.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 +12 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/enums.js +3604 -0
- package/dist-es/models/models_0.js +1 -519
- 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 -167
- package/dist-es/models/models_4.js +1 -326
- package/dist-es/models/models_5.js +1 -206
- package/dist-es/models/models_6.js +1 -187
- package/dist-es/models/models_7.js +1 -134
- package/dist-es/pagination/DescribeVpnConcentratorsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +1069 -140
- package/dist-types/EC2.d.ts +88 -0
- package/dist-types/EC2Client.d.ts +14 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.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/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
- 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/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteCommand.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 +99 -0
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +4 -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 +2 -2
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +2 -2
- 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/DeleteVpnConcentratorCommand.d.ts +75 -0
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -2
- 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 -1
- 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 +2 -2
- 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 -1
- 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 -2
- 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 +102 -0
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +2 -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 +2 -2
- 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 +2 -2
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +2 -2
- 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 +2 -2
- 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 +1 -1
- 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 +2 -2
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -2
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +2 -2
- 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 +2 -2
- 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 +2 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -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 +2 -2
- 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 +2 -2
- 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 +2 -2
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +2 -2
- 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 +12 -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 -1056
- 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 +9142 -3752
- package/dist-types/models/models_4.d.ts +7328 -6845
- package/dist-types/models/models_5.d.ts +4391 -7923
- package/dist-types/models/models_6.d.ts +5508 -4336
- package/dist-types/models/models_7.d.ts +2644 -6042
- package/dist-types/pagination/DescribeVpnConcentratorsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +51 -0
- package/dist-types/ts3.4/EC2.d.ts +208 -0
- package/dist-types/ts3.4/EC2Client.d.ts +72 -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 +51 -0
- 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/DeleteVpnConcentratorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +4 -2
- 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 +1 -1
- 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 +1 -1
- 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 +4 -2
- 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 +51 -0
- 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 +12 -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 -640
- 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 +1790 -1324
- package/dist-types/ts3.4/models/models_4.d.ts +1713 -1822
- package/dist-types/ts3.4/models/models_5.d.ts +1275 -1685
- package/dist-types/ts3.4/models/models_6.d.ts +1539 -1308
- package/dist-types/ts3.4/models/models_7.d.ts +801 -1618
- package/dist-types/ts3.4/pagination/DescribeVpnConcentratorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +51 -0
- package/package.json +13 -13
- package/dist-es/models/index.js +0 -9
- package/dist-es/models/models_8.js +0 -48
- package/dist-types/models/index.d.ts +0 -9
- package/dist-types/models/models_8.d.ts +0 -7242
- package/dist-types/ts3.4/models/index.d.ts +0 -9
- package/dist-types/ts3.4/models/models_8.d.ts +0 -1636
|
@@ -1,2189 +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
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
readonly one_hour: "one-hour";
|
|
91
|
-
readonly one_week: "one-week";
|
|
92
|
-
readonly three_hours: "three-hours";
|
|
93
|
-
};
|
|
94
|
-
export type PeriodType = (typeof PeriodType)[keyof typeof PeriodType];
|
|
95
|
-
export declare const StatisticType: {
|
|
96
|
-
readonly p50: "p50";
|
|
97
|
-
};
|
|
98
|
-
export type StatisticType = (typeof StatisticType)[keyof typeof StatisticType];
|
|
99
|
-
export interface Subscription {
|
|
100
|
-
Source?: string | undefined;
|
|
101
|
-
Destination?: string | undefined;
|
|
102
|
-
Metric?: MetricType | undefined;
|
|
103
|
-
Statistic?: StatisticType | undefined;
|
|
104
|
-
Period?: PeriodType | undefined;
|
|
162
|
+
export interface InstanceTopology {
|
|
163
|
+
InstanceId?: string | undefined;
|
|
164
|
+
InstanceType?: string | undefined;
|
|
165
|
+
GroupName?: string | undefined;
|
|
166
|
+
NetworkNodes?: string[] | undefined;
|
|
167
|
+
AvailabilityZone?: string | undefined;
|
|
168
|
+
ZoneId?: string | undefined;
|
|
169
|
+
CapacityBlockId?: string | undefined;
|
|
105
170
|
}
|
|
106
|
-
export interface
|
|
171
|
+
export interface DescribeInstanceTopologyResult {
|
|
172
|
+
Instances?: InstanceTopology[] | undefined;
|
|
107
173
|
NextToken?: string | undefined;
|
|
108
|
-
Subscriptions?: Subscription[] | undefined;
|
|
109
174
|
}
|
|
110
|
-
export interface
|
|
111
|
-
BundleIds?: string[] | undefined;
|
|
175
|
+
export interface DescribeInstanceTypeOfferingsRequest {
|
|
112
176
|
DryRun?: boolean | undefined;
|
|
177
|
+
LocationType?: LocationType | undefined;
|
|
113
178
|
Filters?: Filter[] | undefined;
|
|
179
|
+
MaxResults?: number | undefined;
|
|
180
|
+
NextToken?: string | undefined;
|
|
114
181
|
}
|
|
115
|
-
export interface
|
|
116
|
-
|
|
182
|
+
export interface InstanceTypeOffering {
|
|
183
|
+
InstanceType?: _InstanceType | undefined;
|
|
184
|
+
LocationType?: LocationType | undefined;
|
|
185
|
+
Location?: string | undefined;
|
|
117
186
|
}
|
|
118
|
-
export interface
|
|
119
|
-
|
|
120
|
-
MaxResults: number | undefined;
|
|
187
|
+
export interface DescribeInstanceTypeOfferingsResult {
|
|
188
|
+
InstanceTypeOfferings?: InstanceTypeOffering[] | undefined;
|
|
121
189
|
NextToken?: string | undefined;
|
|
122
190
|
}
|
|
123
|
-
export interface
|
|
124
|
-
|
|
191
|
+
export interface DescribeInstanceTypesRequest {
|
|
192
|
+
DryRun?: boolean | undefined;
|
|
193
|
+
InstanceTypes?: _InstanceType[] | undefined;
|
|
194
|
+
Filters?: Filter[] | undefined;
|
|
195
|
+
MaxResults?: number | undefined;
|
|
125
196
|
NextToken?: string | undefined;
|
|
126
197
|
}
|
|
127
|
-
export interface
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
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;
|
|
133
205
|
}
|
|
134
|
-
export
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
export interface CapacityBlockExtension {
|
|
142
|
-
CapacityReservationId?: string | undefined;
|
|
143
|
-
InstanceType?: string | undefined;
|
|
144
|
-
InstanceCount?: number | undefined;
|
|
145
|
-
AvailabilityZone?: string | undefined;
|
|
146
|
-
AvailabilityZoneId?: string | undefined;
|
|
147
|
-
CapacityBlockExtensionOfferingId?: string | undefined;
|
|
148
|
-
CapacityBlockExtensionDurationHours?: number | undefined;
|
|
149
|
-
CapacityBlockExtensionStatus?: CapacityBlockExtensionStatus | undefined;
|
|
150
|
-
CapacityBlockExtensionPurchaseDate?: Date | undefined;
|
|
151
|
-
CapacityBlockExtensionStartDate?: Date | undefined;
|
|
152
|
-
CapacityBlockExtensionEndDate?: Date | undefined;
|
|
153
|
-
UpfrontFee?: string | undefined;
|
|
154
|
-
CurrencyCode?: string | undefined;
|
|
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;
|
|
155
213
|
}
|
|
156
|
-
export interface
|
|
157
|
-
|
|
158
|
-
NextToken?: string | undefined;
|
|
214
|
+
export interface FpgaDeviceMemoryInfo {
|
|
215
|
+
SizeInMiB?: number | undefined;
|
|
159
216
|
}
|
|
160
|
-
export interface
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
MaxResults?: number | undefined;
|
|
217
|
+
export interface FpgaDeviceInfo {
|
|
218
|
+
Name?: string | undefined;
|
|
219
|
+
Manufacturer?: string | undefined;
|
|
220
|
+
Count?: number | undefined;
|
|
221
|
+
MemoryInfo?: FpgaDeviceMemoryInfo | undefined;
|
|
166
222
|
}
|
|
167
|
-
export interface
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
InstanceCount?: number | undefined;
|
|
171
|
-
AvailabilityZone?: string | undefined;
|
|
172
|
-
AvailabilityZoneId?: string | undefined;
|
|
173
|
-
StartDate?: Date | undefined;
|
|
174
|
-
CapacityBlockExtensionStartDate?: Date | undefined;
|
|
175
|
-
CapacityBlockExtensionEndDate?: Date | undefined;
|
|
176
|
-
CapacityBlockExtensionDurationHours?: number | undefined;
|
|
177
|
-
UpfrontFee?: string | undefined;
|
|
178
|
-
CurrencyCode?: string | undefined;
|
|
179
|
-
Tenancy?: CapacityReservationTenancy | undefined;
|
|
180
|
-
}
|
|
181
|
-
export interface DescribeCapacityBlockExtensionOfferingsResult {
|
|
182
|
-
CapacityBlockExtensionOfferings?:
|
|
183
|
-
| CapacityBlockExtensionOffering[]
|
|
184
|
-
| undefined;
|
|
185
|
-
NextToken?: string | undefined;
|
|
223
|
+
export interface FpgaInfo {
|
|
224
|
+
Fpgas?: FpgaDeviceInfo[] | undefined;
|
|
225
|
+
TotalFpgaMemoryInMiB?: number | undefined;
|
|
186
226
|
}
|
|
187
|
-
export interface
|
|
188
|
-
|
|
189
|
-
InstanceType?: string | undefined;
|
|
190
|
-
InstanceCount?: number | undefined;
|
|
191
|
-
StartDateRange?: Date | undefined;
|
|
192
|
-
EndDateRange?: Date | undefined;
|
|
193
|
-
CapacityDurationHours: number | undefined;
|
|
194
|
-
NextToken?: string | undefined;
|
|
195
|
-
MaxResults?: number | undefined;
|
|
196
|
-
UltraserverType?: string | undefined;
|
|
197
|
-
UltraserverCount?: number | undefined;
|
|
227
|
+
export interface GpuDeviceMemoryInfo {
|
|
228
|
+
SizeInMiB?: number | undefined;
|
|
198
229
|
}
|
|
199
|
-
export interface
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
StartDate?: Date | undefined;
|
|
205
|
-
EndDate?: Date | undefined;
|
|
206
|
-
CapacityBlockDurationHours?: number | undefined;
|
|
207
|
-
UpfrontFee?: string | undefined;
|
|
208
|
-
CurrencyCode?: string | undefined;
|
|
209
|
-
Tenancy?: CapacityReservationTenancy | undefined;
|
|
210
|
-
UltraserverType?: string | undefined;
|
|
211
|
-
UltraserverCount?: number | undefined;
|
|
212
|
-
CapacityBlockDurationMinutes?: number | undefined;
|
|
230
|
+
export interface GpuDeviceInfo {
|
|
231
|
+
Name?: string | undefined;
|
|
232
|
+
Manufacturer?: string | undefined;
|
|
233
|
+
Count?: number | undefined;
|
|
234
|
+
MemoryInfo?: GpuDeviceMemoryInfo | undefined;
|
|
213
235
|
}
|
|
214
|
-
export interface
|
|
215
|
-
|
|
216
|
-
|
|
236
|
+
export interface GpuInfo {
|
|
237
|
+
Gpus?: GpuDeviceInfo[] | undefined;
|
|
238
|
+
TotalGpuMemoryInMiB?: number | undefined;
|
|
217
239
|
}
|
|
218
|
-
export interface
|
|
219
|
-
|
|
220
|
-
NextToken?: string | undefined;
|
|
221
|
-
MaxResults?: number | undefined;
|
|
222
|
-
Filters?: Filter[] | undefined;
|
|
223
|
-
DryRun?: boolean | undefined;
|
|
240
|
+
export interface InferenceDeviceMemoryInfo {
|
|
241
|
+
SizeInMiB?: number | undefined;
|
|
224
242
|
}
|
|
225
|
-
export
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
readonly payment_failed: "payment-failed";
|
|
231
|
-
readonly payment_pending: "payment-pending";
|
|
232
|
-
readonly scheduled: "scheduled";
|
|
233
|
-
readonly unavailable: "unavailable";
|
|
234
|
-
};
|
|
235
|
-
export type CapacityBlockResourceState =
|
|
236
|
-
(typeof CapacityBlockResourceState)[keyof typeof CapacityBlockResourceState];
|
|
237
|
-
export interface CapacityBlock {
|
|
238
|
-
CapacityBlockId?: string | undefined;
|
|
239
|
-
UltraserverType?: string | undefined;
|
|
240
|
-
AvailabilityZone?: string | undefined;
|
|
241
|
-
AvailabilityZoneId?: string | undefined;
|
|
242
|
-
CapacityReservationIds?: string[] | undefined;
|
|
243
|
-
StartDate?: Date | undefined;
|
|
244
|
-
EndDate?: Date | undefined;
|
|
245
|
-
CreateDate?: Date | undefined;
|
|
246
|
-
State?: CapacityBlockResourceState | undefined;
|
|
247
|
-
Tags?: Tag[] | undefined;
|
|
243
|
+
export interface InferenceDeviceInfo {
|
|
244
|
+
Count?: number | undefined;
|
|
245
|
+
Name?: string | undefined;
|
|
246
|
+
Manufacturer?: string | undefined;
|
|
247
|
+
MemoryInfo?: InferenceDeviceMemoryInfo | undefined;
|
|
248
248
|
}
|
|
249
|
-
export interface
|
|
250
|
-
|
|
251
|
-
|
|
249
|
+
export interface InferenceAcceleratorInfo {
|
|
250
|
+
Accelerators?: InferenceDeviceInfo[] | undefined;
|
|
251
|
+
TotalInferenceMemoryInMiB?: number | undefined;
|
|
252
252
|
}
|
|
253
|
-
export interface
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
Filters?: Filter[] | undefined;
|
|
258
|
-
DryRun?: boolean | undefined;
|
|
253
|
+
export interface DiskInfo {
|
|
254
|
+
SizeInGB?: number | undefined;
|
|
255
|
+
Count?: number | undefined;
|
|
256
|
+
Type?: DiskType | undefined;
|
|
259
257
|
}
|
|
260
|
-
export interface
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
258
|
+
export interface InstanceStorageInfo {
|
|
259
|
+
TotalSizeInGB?: number | undefined;
|
|
260
|
+
Disks?: DiskInfo[] | undefined;
|
|
261
|
+
NvmeSupport?: EphemeralNvmeSupport | undefined;
|
|
262
|
+
EncryptionSupport?: InstanceStorageEncryptionSupport | undefined;
|
|
265
263
|
}
|
|
266
|
-
export
|
|
267
|
-
|
|
268
|
-
readonly insufficient_data: "insufficient-data";
|
|
269
|
-
readonly ok: "ok";
|
|
270
|
-
};
|
|
271
|
-
export type CapacityBlockInterconnectStatus =
|
|
272
|
-
(typeof CapacityBlockInterconnectStatus)[keyof typeof CapacityBlockInterconnectStatus];
|
|
273
|
-
export interface CapacityBlockStatus {
|
|
274
|
-
CapacityBlockId?: string | undefined;
|
|
275
|
-
InterconnectStatus?: CapacityBlockInterconnectStatus | undefined;
|
|
276
|
-
TotalCapacity?: number | undefined;
|
|
277
|
-
TotalAvailableCapacity?: number | undefined;
|
|
278
|
-
TotalUnavailableCapacity?: number | undefined;
|
|
279
|
-
CapacityReservationStatuses?: CapacityReservationStatus[] | undefined;
|
|
264
|
+
export interface MediaDeviceMemoryInfo {
|
|
265
|
+
SizeInMiB?: number | undefined;
|
|
280
266
|
}
|
|
281
|
-
export interface
|
|
282
|
-
|
|
283
|
-
|
|
267
|
+
export interface MediaDeviceInfo {
|
|
268
|
+
Count?: number | undefined;
|
|
269
|
+
Name?: string | undefined;
|
|
270
|
+
Manufacturer?: string | undefined;
|
|
271
|
+
MemoryInfo?: MediaDeviceMemoryInfo | undefined;
|
|
284
272
|
}
|
|
285
|
-
export interface
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
NextToken?: string | undefined;
|
|
289
|
-
DryRun?: boolean | undefined;
|
|
290
|
-
Filters?: Filter[] | undefined;
|
|
273
|
+
export interface MediaAcceleratorInfo {
|
|
274
|
+
Accelerators?: MediaDeviceInfo[] | undefined;
|
|
275
|
+
TotalMediaMemoryInMiB?: number | undefined;
|
|
291
276
|
}
|
|
292
|
-
export
|
|
293
|
-
|
|
294
|
-
readonly FAILED: "failed";
|
|
295
|
-
readonly IN_PROGRESS: "in-progress";
|
|
296
|
-
readonly PENDING: "pending";
|
|
297
|
-
};
|
|
298
|
-
export type CapacityManagerDataExportStatus =
|
|
299
|
-
(typeof CapacityManagerDataExportStatus)[keyof typeof CapacityManagerDataExportStatus];
|
|
300
|
-
export interface CapacityManagerDataExportResponse {
|
|
301
|
-
CapacityManagerDataExportId?: string | undefined;
|
|
302
|
-
S3BucketName?: string | undefined;
|
|
303
|
-
S3BucketPrefix?: string | undefined;
|
|
304
|
-
Schedule?: Schedule | undefined;
|
|
305
|
-
OutputFormat?: OutputFormat | undefined;
|
|
306
|
-
CreateTime?: Date | undefined;
|
|
307
|
-
LatestDeliveryStatus?: CapacityManagerDataExportStatus | undefined;
|
|
308
|
-
LatestDeliveryStatusMessage?: string | undefined;
|
|
309
|
-
LatestDeliveryS3LocationUri?: string | undefined;
|
|
310
|
-
LatestDeliveryTime?: Date | undefined;
|
|
311
|
-
Tags?: Tag[] | undefined;
|
|
277
|
+
export interface MemoryInfo {
|
|
278
|
+
SizeInMiB?: number | undefined;
|
|
312
279
|
}
|
|
313
|
-
export interface
|
|
314
|
-
|
|
315
|
-
NextToken?: string | undefined;
|
|
280
|
+
export interface EfaInfo {
|
|
281
|
+
MaximumEfaInterfaces?: number | undefined;
|
|
316
282
|
}
|
|
317
|
-
export
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
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;
|
|
329
313
|
}
|
|
330
|
-
export interface
|
|
331
|
-
|
|
332
|
-
AvailabilityZone?: string | undefined;
|
|
333
|
-
Tenancy?: CapacityReservationTenancy | undefined;
|
|
334
|
-
AvailabilityZoneId?: string | undefined;
|
|
314
|
+
export interface NeuronDeviceMemoryInfo {
|
|
315
|
+
SizeInMiB?: number | undefined;
|
|
335
316
|
}
|
|
336
|
-
export
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
readonly rejected: "rejected";
|
|
342
|
-
readonly revoked: "revoked";
|
|
343
|
-
};
|
|
344
|
-
export type CapacityReservationBillingRequestStatus =
|
|
345
|
-
(typeof CapacityReservationBillingRequestStatus)[keyof typeof CapacityReservationBillingRequestStatus];
|
|
346
|
-
export interface CapacityReservationBillingRequest {
|
|
347
|
-
CapacityReservationId?: string | undefined;
|
|
348
|
-
RequestedBy?: string | undefined;
|
|
349
|
-
UnusedReservationBillingOwnerId?: string | undefined;
|
|
350
|
-
LastUpdateTime?: Date | undefined;
|
|
351
|
-
Status?: CapacityReservationBillingRequestStatus | undefined;
|
|
352
|
-
StatusMessage?: string | undefined;
|
|
353
|
-
CapacityReservationInfo?: CapacityReservationInfo | undefined;
|
|
317
|
+
export interface NeuronDeviceInfo {
|
|
318
|
+
Count?: number | undefined;
|
|
319
|
+
Name?: string | undefined;
|
|
320
|
+
CoreInfo?: NeuronDeviceCoreInfo | undefined;
|
|
321
|
+
MemoryInfo?: NeuronDeviceMemoryInfo | undefined;
|
|
354
322
|
}
|
|
355
|
-
export interface
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
| CapacityReservationBillingRequest[]
|
|
359
|
-
| undefined;
|
|
323
|
+
export interface NeuronInfo {
|
|
324
|
+
NeuronDevices?: NeuronDeviceInfo[] | undefined;
|
|
325
|
+
TotalNeuronDeviceMemoryInMiB?: number | undefined;
|
|
360
326
|
}
|
|
361
|
-
export interface
|
|
362
|
-
|
|
363
|
-
NextToken?: string | undefined;
|
|
364
|
-
MaxResults?: number | undefined;
|
|
365
|
-
Filters?: Filter[] | undefined;
|
|
366
|
-
DryRun?: boolean | undefined;
|
|
327
|
+
export interface NitroTpmInfo {
|
|
328
|
+
SupportedVersions?: string[] | undefined;
|
|
367
329
|
}
|
|
368
|
-
export interface
|
|
369
|
-
|
|
370
|
-
CapacityReservationFleetArn?: string | undefined;
|
|
371
|
-
State?: CapacityReservationFleetState | undefined;
|
|
372
|
-
TotalTargetCapacity?: number | undefined;
|
|
373
|
-
TotalFulfilledCapacity?: number | undefined;
|
|
374
|
-
Tenancy?: FleetCapacityReservationTenancy | undefined;
|
|
375
|
-
EndDate?: Date | undefined;
|
|
376
|
-
CreateTime?: Date | undefined;
|
|
377
|
-
InstanceMatchCriteria?: FleetInstanceMatchCriteria | undefined;
|
|
378
|
-
AllocationStrategy?: string | undefined;
|
|
379
|
-
InstanceTypeSpecifications?: FleetCapacityReservation[] | undefined;
|
|
380
|
-
Tags?: Tag[] | undefined;
|
|
330
|
+
export interface PlacementGroupInfo {
|
|
331
|
+
SupportedStrategies?: PlacementGroupStrategy[] | undefined;
|
|
381
332
|
}
|
|
382
|
-
export interface
|
|
383
|
-
|
|
384
|
-
|
|
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;
|
|
385
345
|
}
|
|
386
|
-
export interface
|
|
387
|
-
|
|
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 {
|
|
388
384
|
NextToken?: string | undefined;
|
|
389
385
|
MaxResults?: number | undefined;
|
|
386
|
+
DryRun?: boolean | undefined;
|
|
387
|
+
InternetGatewayIds?: string[] | undefined;
|
|
390
388
|
Filters?: Filter[] | undefined;
|
|
389
|
+
}
|
|
390
|
+
export interface DescribeInternetGatewaysResult {
|
|
391
|
+
InternetGateways?: InternetGateway[] | undefined;
|
|
392
|
+
NextToken?: string | undefined;
|
|
393
|
+
}
|
|
394
|
+
export interface DescribeIpamByoasnRequest {
|
|
391
395
|
DryRun?: boolean | undefined;
|
|
396
|
+
MaxResults?: number | undefined;
|
|
397
|
+
NextToken?: string | undefined;
|
|
392
398
|
}
|
|
393
|
-
export interface
|
|
399
|
+
export interface DescribeIpamByoasnResult {
|
|
400
|
+
Byoasns?: Byoasn[] | undefined;
|
|
394
401
|
NextToken?: string | undefined;
|
|
395
|
-
CapacityReservations?: CapacityReservation[] | undefined;
|
|
396
402
|
}
|
|
397
|
-
export interface
|
|
403
|
+
export interface DescribeIpamExternalResourceVerificationTokensRequest {
|
|
398
404
|
DryRun?: boolean | undefined;
|
|
405
|
+
Filters?: Filter[] | undefined;
|
|
399
406
|
NextToken?: string | undefined;
|
|
400
407
|
MaxResults?: number | undefined;
|
|
401
|
-
|
|
402
|
-
Filters?: Filter[] | undefined;
|
|
403
|
-
}
|
|
404
|
-
export interface CapacityReservationTopology {
|
|
405
|
-
CapacityReservationId?: string | undefined;
|
|
406
|
-
CapacityBlockId?: string | undefined;
|
|
407
|
-
State?: string | undefined;
|
|
408
|
-
InstanceType?: string | undefined;
|
|
409
|
-
GroupName?: string | undefined;
|
|
410
|
-
NetworkNodes?: string[] | undefined;
|
|
411
|
-
AvailabilityZoneId?: string | undefined;
|
|
412
|
-
AvailabilityZone?: string | undefined;
|
|
408
|
+
IpamExternalResourceVerificationTokenIds?: string[] | undefined;
|
|
413
409
|
}
|
|
414
|
-
export interface
|
|
410
|
+
export interface DescribeIpamExternalResourceVerificationTokensResult {
|
|
415
411
|
NextToken?: string | undefined;
|
|
416
|
-
|
|
412
|
+
IpamExternalResourceVerificationTokens?:
|
|
413
|
+
| IpamExternalResourceVerificationToken[]
|
|
414
|
+
| undefined;
|
|
417
415
|
}
|
|
418
|
-
export interface
|
|
419
|
-
|
|
416
|
+
export interface DescribeIpamPoliciesRequest {
|
|
417
|
+
DryRun?: boolean | undefined;
|
|
420
418
|
Filters?: Filter[] | undefined;
|
|
421
419
|
MaxResults?: number | undefined;
|
|
422
420
|
NextToken?: string | undefined;
|
|
423
|
-
|
|
421
|
+
IpamPolicyIds?: string[] | undefined;
|
|
424
422
|
}
|
|
425
|
-
export interface
|
|
426
|
-
CarrierGateways?: CarrierGateway[] | undefined;
|
|
423
|
+
export interface DescribeIpamPoliciesResult {
|
|
427
424
|
NextToken?: string | undefined;
|
|
425
|
+
IpamPolicies?: IpamPolicy[] | undefined;
|
|
428
426
|
}
|
|
429
|
-
export interface
|
|
427
|
+
export interface DescribeIpamPoolsRequest {
|
|
430
428
|
DryRun?: boolean | undefined;
|
|
431
|
-
InstanceIds?: string[] | undefined;
|
|
432
429
|
Filters?: Filter[] | undefined;
|
|
433
|
-
NextToken?: string | undefined;
|
|
434
430
|
MaxResults?: number | undefined;
|
|
431
|
+
NextToken?: string | undefined;
|
|
432
|
+
IpamPoolIds?: string[] | undefined;
|
|
435
433
|
}
|
|
436
|
-
export interface
|
|
437
|
-
Groups?: GroupIdentifier[] | undefined;
|
|
438
|
-
InstanceId?: string | undefined;
|
|
439
|
-
Tags?: Tag[] | undefined;
|
|
440
|
-
VpcId?: string | undefined;
|
|
441
|
-
}
|
|
442
|
-
export interface DescribeClassicLinkInstancesResult {
|
|
443
|
-
Instances?: ClassicLinkInstance[] | undefined;
|
|
434
|
+
export interface DescribeIpamPoolsResult {
|
|
444
435
|
NextToken?: string | undefined;
|
|
436
|
+
IpamPools?: IpamPool[] | undefined;
|
|
445
437
|
}
|
|
446
|
-
export interface
|
|
447
|
-
ClientVpnEndpointId: string | undefined;
|
|
438
|
+
export interface DescribeIpamPrefixListResolversRequest {
|
|
448
439
|
DryRun?: boolean | undefined;
|
|
449
|
-
NextToken?: string | undefined;
|
|
450
440
|
Filters?: Filter[] | undefined;
|
|
451
441
|
MaxResults?: number | undefined;
|
|
442
|
+
NextToken?: string | undefined;
|
|
443
|
+
IpamPrefixListResolverIds?: string[] | undefined;
|
|
452
444
|
}
|
|
453
|
-
export interface
|
|
454
|
-
ClientVpnEndpointId?: string | undefined;
|
|
455
|
-
Description?: string | undefined;
|
|
456
|
-
GroupId?: string | undefined;
|
|
457
|
-
AccessAll?: boolean | undefined;
|
|
458
|
-
DestinationCidr?: string | undefined;
|
|
459
|
-
Status?: ClientVpnAuthorizationRuleStatus | undefined;
|
|
460
|
-
}
|
|
461
|
-
export interface DescribeClientVpnAuthorizationRulesResult {
|
|
462
|
-
AuthorizationRules?: AuthorizationRule[] | undefined;
|
|
445
|
+
export interface DescribeIpamPrefixListResolversResult {
|
|
463
446
|
NextToken?: string | undefined;
|
|
447
|
+
IpamPrefixListResolvers?: IpamPrefixListResolver[] | undefined;
|
|
464
448
|
}
|
|
465
|
-
export interface
|
|
466
|
-
|
|
449
|
+
export interface DescribeIpamPrefixListResolverTargetsRequest {
|
|
450
|
+
DryRun?: boolean | undefined;
|
|
467
451
|
Filters?: Filter[] | undefined;
|
|
468
|
-
NextToken?: string | undefined;
|
|
469
452
|
MaxResults?: number | undefined;
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
readonly active: "active";
|
|
474
|
-
readonly failed_to_terminate: "failed-to-terminate";
|
|
475
|
-
readonly terminated: "terminated";
|
|
476
|
-
readonly terminating: "terminating";
|
|
477
|
-
};
|
|
478
|
-
export type ClientVpnConnectionStatusCode =
|
|
479
|
-
(typeof ClientVpnConnectionStatusCode)[keyof typeof ClientVpnConnectionStatusCode];
|
|
480
|
-
export interface ClientVpnConnectionStatus {
|
|
481
|
-
Code?: ClientVpnConnectionStatusCode | undefined;
|
|
482
|
-
Message?: string | undefined;
|
|
453
|
+
NextToken?: string | undefined;
|
|
454
|
+
IpamPrefixListResolverTargetIds?: string[] | undefined;
|
|
455
|
+
IpamPrefixListResolverId?: string | undefined;
|
|
483
456
|
}
|
|
484
|
-
export interface
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
ConnectionId?: string | undefined;
|
|
488
|
-
Username?: string | undefined;
|
|
489
|
-
ConnectionEstablishedTime?: string | undefined;
|
|
490
|
-
IngressBytes?: string | undefined;
|
|
491
|
-
EgressBytes?: string | undefined;
|
|
492
|
-
IngressPackets?: string | undefined;
|
|
493
|
-
EgressPackets?: string | undefined;
|
|
494
|
-
ClientIp?: string | undefined;
|
|
495
|
-
ClientIpv6Address?: string | undefined;
|
|
496
|
-
CommonName?: string | undefined;
|
|
497
|
-
Status?: ClientVpnConnectionStatus | undefined;
|
|
498
|
-
ConnectionEndTime?: string | undefined;
|
|
499
|
-
PostureComplianceStatuses?: string[] | undefined;
|
|
500
|
-
}
|
|
501
|
-
export interface DescribeClientVpnConnectionsResult {
|
|
502
|
-
Connections?: ClientVpnConnection[] | undefined;
|
|
503
|
-
NextToken?: string | undefined;
|
|
504
|
-
}
|
|
505
|
-
export interface DescribeClientVpnEndpointsRequest {
|
|
506
|
-
ClientVpnEndpointIds?: string[] | undefined;
|
|
507
|
-
MaxResults?: number | undefined;
|
|
508
|
-
NextToken?: string | undefined;
|
|
509
|
-
Filters?: Filter[] | undefined;
|
|
510
|
-
DryRun?: boolean | undefined;
|
|
511
|
-
}
|
|
512
|
-
export declare const AssociatedNetworkType: {
|
|
513
|
-
readonly vpc: "vpc";
|
|
514
|
-
};
|
|
515
|
-
export type AssociatedNetworkType =
|
|
516
|
-
(typeof AssociatedNetworkType)[keyof typeof AssociatedNetworkType];
|
|
517
|
-
export interface AssociatedTargetNetwork {
|
|
518
|
-
NetworkId?: string | undefined;
|
|
519
|
-
NetworkType?: AssociatedNetworkType | undefined;
|
|
520
|
-
}
|
|
521
|
-
export interface DirectoryServiceAuthentication {
|
|
522
|
-
DirectoryId?: string | undefined;
|
|
523
|
-
}
|
|
524
|
-
export interface FederatedAuthentication {
|
|
525
|
-
SamlProviderArn?: string | undefined;
|
|
526
|
-
SelfServiceSamlProviderArn?: string | undefined;
|
|
527
|
-
}
|
|
528
|
-
export interface CertificateAuthentication {
|
|
529
|
-
ClientRootCertificateChain?: string | undefined;
|
|
530
|
-
}
|
|
531
|
-
export interface ClientVpnAuthentication {
|
|
532
|
-
Type?: ClientVpnAuthenticationType | undefined;
|
|
533
|
-
ActiveDirectory?: DirectoryServiceAuthentication | undefined;
|
|
534
|
-
MutualAuthentication?: CertificateAuthentication | undefined;
|
|
535
|
-
FederatedAuthentication?: FederatedAuthentication | undefined;
|
|
536
|
-
}
|
|
537
|
-
export declare const ClientVpnEndpointAttributeStatusCode: {
|
|
538
|
-
readonly applied: "applied";
|
|
539
|
-
readonly applying: "applying";
|
|
540
|
-
};
|
|
541
|
-
export type ClientVpnEndpointAttributeStatusCode =
|
|
542
|
-
(typeof ClientVpnEndpointAttributeStatusCode)[keyof typeof ClientVpnEndpointAttributeStatusCode];
|
|
543
|
-
export interface ClientVpnEndpointAttributeStatus {
|
|
544
|
-
Code?: ClientVpnEndpointAttributeStatusCode | undefined;
|
|
545
|
-
Message?: string | undefined;
|
|
457
|
+
export interface DescribeIpamPrefixListResolverTargetsResult {
|
|
458
|
+
NextToken?: string | undefined;
|
|
459
|
+
IpamPrefixListResolverTargets?: IpamPrefixListResolverTarget[] | undefined;
|
|
546
460
|
}
|
|
547
|
-
export interface
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
461
|
+
export interface DescribeIpamResourceDiscoveriesRequest {
|
|
462
|
+
DryRun?: boolean | undefined;
|
|
463
|
+
IpamResourceDiscoveryIds?: string[] | undefined;
|
|
464
|
+
NextToken?: string | undefined;
|
|
465
|
+
MaxResults?: number | undefined;
|
|
466
|
+
Filters?: Filter[] | undefined;
|
|
551
467
|
}
|
|
552
|
-
export interface
|
|
553
|
-
|
|
554
|
-
|
|
468
|
+
export interface DescribeIpamResourceDiscoveriesResult {
|
|
469
|
+
IpamResourceDiscoveries?: IpamResourceDiscovery[] | undefined;
|
|
470
|
+
NextToken?: string | undefined;
|
|
555
471
|
}
|
|
556
|
-
export interface
|
|
557
|
-
|
|
472
|
+
export interface DescribeIpamResourceDiscoveryAssociationsRequest {
|
|
473
|
+
DryRun?: boolean | undefined;
|
|
474
|
+
IpamResourceDiscoveryAssociationIds?: string[] | undefined;
|
|
475
|
+
NextToken?: string | undefined;
|
|
476
|
+
MaxResults?: number | undefined;
|
|
477
|
+
Filters?: Filter[] | undefined;
|
|
558
478
|
}
|
|
559
|
-
export interface
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
CloudwatchLogStream?: string | undefined;
|
|
563
|
-
}
|
|
564
|
-
export declare const VpnProtocol: {
|
|
565
|
-
readonly openvpn: "openvpn";
|
|
566
|
-
};
|
|
567
|
-
export type VpnProtocol = (typeof VpnProtocol)[keyof typeof VpnProtocol];
|
|
568
|
-
export interface ClientVpnEndpoint {
|
|
569
|
-
ClientVpnEndpointId?: string | undefined;
|
|
570
|
-
Description?: string | undefined;
|
|
571
|
-
Status?: ClientVpnEndpointStatus | undefined;
|
|
572
|
-
CreationTime?: string | undefined;
|
|
573
|
-
DeletionTime?: string | undefined;
|
|
574
|
-
DnsName?: string | undefined;
|
|
575
|
-
ClientCidrBlock?: string | undefined;
|
|
576
|
-
DnsServers?: string[] | undefined;
|
|
577
|
-
SplitTunnel?: boolean | undefined;
|
|
578
|
-
VpnProtocol?: VpnProtocol | undefined;
|
|
579
|
-
TransportProtocol?: TransportProtocol | undefined;
|
|
580
|
-
VpnPort?: number | undefined;
|
|
581
|
-
AssociatedTargetNetworks?: AssociatedTargetNetwork[] | undefined;
|
|
582
|
-
ServerCertificateArn?: string | undefined;
|
|
583
|
-
AuthenticationOptions?: ClientVpnAuthentication[] | undefined;
|
|
584
|
-
ConnectionLogOptions?: ConnectionLogResponseOptions | undefined;
|
|
585
|
-
Tags?: Tag[] | undefined;
|
|
586
|
-
SecurityGroupIds?: string[] | undefined;
|
|
587
|
-
VpcId?: string | undefined;
|
|
588
|
-
SelfServicePortalUrl?: string | undefined;
|
|
589
|
-
ClientConnectOptions?: ClientConnectResponseOptions | undefined;
|
|
590
|
-
SessionTimeoutHours?: number | undefined;
|
|
591
|
-
ClientLoginBannerOptions?: ClientLoginBannerResponseOptions | undefined;
|
|
592
|
-
ClientRouteEnforcementOptions?:
|
|
593
|
-
| ClientRouteEnforcementResponseOptions
|
|
479
|
+
export interface DescribeIpamResourceDiscoveryAssociationsResult {
|
|
480
|
+
IpamResourceDiscoveryAssociations?:
|
|
481
|
+
| IpamResourceDiscoveryAssociation[]
|
|
594
482
|
| undefined;
|
|
595
|
-
DisconnectOnSessionTimeout?: boolean | undefined;
|
|
596
|
-
EndpointIpAddressType?: EndpointIpAddressType | undefined;
|
|
597
|
-
TrafficIpAddressType?: TrafficIpAddressType | undefined;
|
|
598
|
-
}
|
|
599
|
-
export interface DescribeClientVpnEndpointsResult {
|
|
600
|
-
ClientVpnEndpoints?: ClientVpnEndpoint[] | undefined;
|
|
601
483
|
NextToken?: string | undefined;
|
|
602
484
|
}
|
|
603
|
-
export interface
|
|
604
|
-
|
|
485
|
+
export interface DescribeIpamsRequest {
|
|
486
|
+
DryRun?: boolean | undefined;
|
|
605
487
|
Filters?: Filter[] | undefined;
|
|
606
488
|
MaxResults?: number | undefined;
|
|
607
489
|
NextToken?: string | undefined;
|
|
608
|
-
|
|
609
|
-
}
|
|
610
|
-
export interface ClientVpnRoute {
|
|
611
|
-
ClientVpnEndpointId?: string | undefined;
|
|
612
|
-
DestinationCidr?: string | undefined;
|
|
613
|
-
TargetSubnet?: string | undefined;
|
|
614
|
-
Type?: string | undefined;
|
|
615
|
-
Origin?: string | undefined;
|
|
616
|
-
Status?: ClientVpnRouteStatus | undefined;
|
|
617
|
-
Description?: string | undefined;
|
|
490
|
+
IpamIds?: string[] | undefined;
|
|
618
491
|
}
|
|
619
|
-
export interface
|
|
620
|
-
Routes?: ClientVpnRoute[] | undefined;
|
|
492
|
+
export interface DescribeIpamsResult {
|
|
621
493
|
NextToken?: string | undefined;
|
|
494
|
+
Ipams?: Ipam[] | undefined;
|
|
622
495
|
}
|
|
623
|
-
export interface
|
|
624
|
-
ClientVpnEndpointId: string | undefined;
|
|
625
|
-
AssociationIds?: string[] | undefined;
|
|
626
|
-
MaxResults?: number | undefined;
|
|
627
|
-
NextToken?: string | undefined;
|
|
628
|
-
Filters?: Filter[] | undefined;
|
|
496
|
+
export interface DescribeIpamScopesRequest {
|
|
629
497
|
DryRun?: boolean | undefined;
|
|
630
|
-
}
|
|
631
|
-
export interface TargetNetwork {
|
|
632
|
-
AssociationId?: string | undefined;
|
|
633
|
-
VpcId?: string | undefined;
|
|
634
|
-
TargetNetworkId?: string | undefined;
|
|
635
|
-
ClientVpnEndpointId?: string | undefined;
|
|
636
|
-
Status?: AssociationStatus | undefined;
|
|
637
|
-
SecurityGroups?: string[] | undefined;
|
|
638
|
-
}
|
|
639
|
-
export interface DescribeClientVpnTargetNetworksResult {
|
|
640
|
-
ClientVpnTargetNetworks?: TargetNetwork[] | undefined;
|
|
641
|
-
NextToken?: string | undefined;
|
|
642
|
-
}
|
|
643
|
-
export interface DescribeCoipPoolsRequest {
|
|
644
|
-
PoolIds?: string[] | undefined;
|
|
645
498
|
Filters?: Filter[] | undefined;
|
|
646
499
|
MaxResults?: number | undefined;
|
|
647
500
|
NextToken?: string | undefined;
|
|
648
|
-
|
|
501
|
+
IpamScopeIds?: string[] | undefined;
|
|
649
502
|
}
|
|
650
|
-
export interface
|
|
651
|
-
CoipPools?: CoipPool[] | undefined;
|
|
503
|
+
export interface DescribeIpamScopesResult {
|
|
652
504
|
NextToken?: string | undefined;
|
|
505
|
+
IpamScopes?: IpamScope[] | undefined;
|
|
653
506
|
}
|
|
654
|
-
export interface
|
|
507
|
+
export interface DescribeIpv6PoolsRequest {
|
|
508
|
+
PoolIds?: string[] | undefined;
|
|
509
|
+
NextToken?: string | undefined;
|
|
510
|
+
MaxResults?: number | undefined;
|
|
655
511
|
DryRun?: boolean | undefined;
|
|
656
|
-
|
|
657
|
-
}
|
|
658
|
-
export interface DiskImageDescription {
|
|
659
|
-
Checksum?: string | undefined;
|
|
660
|
-
Format?: DiskImageFormat | undefined;
|
|
661
|
-
ImportManifestUrl?: string | undefined;
|
|
662
|
-
Size?: number | undefined;
|
|
663
|
-
}
|
|
664
|
-
export interface DiskImageVolumeDescription {
|
|
665
|
-
Id?: string | undefined;
|
|
666
|
-
Size?: number | undefined;
|
|
667
|
-
}
|
|
668
|
-
export interface ImportInstanceVolumeDetailItem {
|
|
669
|
-
AvailabilityZone?: string | undefined;
|
|
670
|
-
AvailabilityZoneId?: string | undefined;
|
|
671
|
-
BytesConverted?: number | undefined;
|
|
672
|
-
Description?: string | undefined;
|
|
673
|
-
Image?: DiskImageDescription | undefined;
|
|
674
|
-
Status?: string | undefined;
|
|
675
|
-
StatusMessage?: string | undefined;
|
|
676
|
-
Volume?: DiskImageVolumeDescription | undefined;
|
|
512
|
+
Filters?: Filter[] | undefined;
|
|
677
513
|
}
|
|
678
|
-
export interface
|
|
679
|
-
|
|
680
|
-
InstanceId?: string | undefined;
|
|
681
|
-
Platform?: PlatformValues | undefined;
|
|
682
|
-
Volumes?: ImportInstanceVolumeDetailItem[] | undefined;
|
|
514
|
+
export interface PoolCidrBlock {
|
|
515
|
+
Cidr?: string | undefined;
|
|
683
516
|
}
|
|
684
|
-
export interface
|
|
685
|
-
|
|
686
|
-
AvailabilityZoneId?: string | undefined;
|
|
687
|
-
BytesConverted?: number | undefined;
|
|
517
|
+
export interface Ipv6Pool {
|
|
518
|
+
PoolId?: string | undefined;
|
|
688
519
|
Description?: string | undefined;
|
|
689
|
-
|
|
690
|
-
Volume?: DiskImageVolumeDescription | undefined;
|
|
691
|
-
}
|
|
692
|
-
export declare const ConversionTaskState: {
|
|
693
|
-
readonly active: "active";
|
|
694
|
-
readonly cancelled: "cancelled";
|
|
695
|
-
readonly cancelling: "cancelling";
|
|
696
|
-
readonly completed: "completed";
|
|
697
|
-
};
|
|
698
|
-
export type ConversionTaskState =
|
|
699
|
-
(typeof ConversionTaskState)[keyof typeof ConversionTaskState];
|
|
700
|
-
export interface ConversionTask {
|
|
701
|
-
ConversionTaskId?: string | undefined;
|
|
702
|
-
ExpirationTime?: string | undefined;
|
|
703
|
-
ImportInstance?: ImportInstanceTaskDetails | undefined;
|
|
704
|
-
ImportVolume?: ImportVolumeTaskDetails | undefined;
|
|
705
|
-
State?: ConversionTaskState | undefined;
|
|
706
|
-
StatusMessage?: string | undefined;
|
|
520
|
+
PoolCidrBlocks?: PoolCidrBlock[] | undefined;
|
|
707
521
|
Tags?: Tag[] | undefined;
|
|
708
522
|
}
|
|
709
|
-
export interface
|
|
710
|
-
|
|
523
|
+
export interface DescribeIpv6PoolsResult {
|
|
524
|
+
Ipv6Pools?: Ipv6Pool[] | undefined;
|
|
525
|
+
NextToken?: string | undefined;
|
|
711
526
|
}
|
|
712
|
-
export interface
|
|
713
|
-
|
|
714
|
-
|
|
527
|
+
export interface DescribeKeyPairsRequest {
|
|
528
|
+
KeyNames?: string[] | undefined;
|
|
529
|
+
KeyPairIds?: string[] | undefined;
|
|
530
|
+
IncludePublicKey?: boolean | undefined;
|
|
715
531
|
DryRun?: boolean | undefined;
|
|
532
|
+
Filters?: Filter[] | undefined;
|
|
716
533
|
}
|
|
717
|
-
export interface
|
|
718
|
-
|
|
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;
|
|
542
|
+
}
|
|
543
|
+
export interface DescribeKeyPairsResult {
|
|
544
|
+
KeyPairs?: KeyPairInfo[] | undefined;
|
|
719
545
|
}
|
|
720
|
-
export interface
|
|
546
|
+
export interface DescribeLaunchTemplatesRequest {
|
|
721
547
|
DryRun?: boolean | undefined;
|
|
548
|
+
LaunchTemplateIds?: string[] | undefined;
|
|
549
|
+
LaunchTemplateNames?: string[] | undefined;
|
|
550
|
+
Filters?: Filter[] | undefined;
|
|
722
551
|
NextToken?: string | undefined;
|
|
723
552
|
MaxResults?: number | undefined;
|
|
724
|
-
ReportIds?: string[] | undefined;
|
|
725
|
-
}
|
|
726
|
-
export declare const ReportState: {
|
|
727
|
-
readonly cancelled: "cancelled";
|
|
728
|
-
readonly complete: "complete";
|
|
729
|
-
readonly error: "error";
|
|
730
|
-
readonly running: "running";
|
|
731
|
-
};
|
|
732
|
-
export type ReportState = (typeof ReportState)[keyof typeof ReportState];
|
|
733
|
-
export interface DeclarativePoliciesReport {
|
|
734
|
-
ReportId?: string | undefined;
|
|
735
|
-
S3Bucket?: string | undefined;
|
|
736
|
-
S3Prefix?: string | undefined;
|
|
737
|
-
TargetId?: string | undefined;
|
|
738
|
-
StartTime?: Date | undefined;
|
|
739
|
-
EndTime?: Date | undefined;
|
|
740
|
-
Status?: ReportState | undefined;
|
|
741
|
-
Tags?: Tag[] | undefined;
|
|
742
553
|
}
|
|
743
|
-
export interface
|
|
554
|
+
export interface DescribeLaunchTemplatesResult {
|
|
555
|
+
LaunchTemplates?: LaunchTemplate[] | undefined;
|
|
744
556
|
NextToken?: string | undefined;
|
|
745
|
-
Reports?: DeclarativePoliciesReport[] | undefined;
|
|
746
557
|
}
|
|
747
|
-
export interface
|
|
748
|
-
|
|
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;
|
|
749
565
|
NextToken?: string | undefined;
|
|
750
566
|
MaxResults?: number | undefined;
|
|
751
|
-
DryRun?: boolean | undefined;
|
|
752
567
|
Filters?: Filter[] | undefined;
|
|
568
|
+
ResolveAlias?: boolean | undefined;
|
|
753
569
|
}
|
|
754
|
-
export interface
|
|
570
|
+
export interface DescribeLaunchTemplateVersionsResult {
|
|
571
|
+
LaunchTemplateVersions?: LaunchTemplateVersion[] | undefined;
|
|
755
572
|
NextToken?: string | undefined;
|
|
756
|
-
DhcpOptions?: DhcpOptions[] | undefined;
|
|
757
573
|
}
|
|
758
|
-
export interface
|
|
759
|
-
|
|
760
|
-
|
|
574
|
+
export interface DescribeLocalGatewayRouteTablesRequest {
|
|
575
|
+
LocalGatewayRouteTableIds?: string[] | undefined;
|
|
576
|
+
Filters?: Filter[] | undefined;
|
|
761
577
|
MaxResults?: number | undefined;
|
|
762
578
|
NextToken?: string | undefined;
|
|
763
|
-
|
|
579
|
+
DryRun?: boolean | undefined;
|
|
764
580
|
}
|
|
765
|
-
export interface
|
|
766
|
-
|
|
581
|
+
export interface DescribeLocalGatewayRouteTablesResult {
|
|
582
|
+
LocalGatewayRouteTables?: LocalGatewayRouteTable[] | undefined;
|
|
767
583
|
NextToken?: string | undefined;
|
|
768
584
|
}
|
|
769
|
-
export interface
|
|
770
|
-
|
|
771
|
-
|
|
585
|
+
export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
|
|
586
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds?:
|
|
587
|
+
| string[]
|
|
588
|
+
| undefined;
|
|
772
589
|
Filters?: Filter[] | undefined;
|
|
773
590
|
MaxResults?: number | undefined;
|
|
774
591
|
NextToken?: string | undefined;
|
|
592
|
+
DryRun?: boolean | undefined;
|
|
775
593
|
}
|
|
776
|
-
export
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
export type ElasticGpuStatus =
|
|
781
|
-
(typeof ElasticGpuStatus)[keyof typeof ElasticGpuStatus];
|
|
782
|
-
export interface ElasticGpuHealth {
|
|
783
|
-
Status?: ElasticGpuStatus | undefined;
|
|
784
|
-
}
|
|
785
|
-
export declare const ElasticGpuState: {
|
|
786
|
-
readonly Attached: "ATTACHED";
|
|
787
|
-
};
|
|
788
|
-
export type ElasticGpuState =
|
|
789
|
-
(typeof ElasticGpuState)[keyof typeof ElasticGpuState];
|
|
790
|
-
export interface ElasticGpus {
|
|
791
|
-
ElasticGpuId?: string | undefined;
|
|
792
|
-
AvailabilityZone?: string | undefined;
|
|
793
|
-
ElasticGpuType?: string | undefined;
|
|
794
|
-
ElasticGpuHealth?: ElasticGpuHealth | undefined;
|
|
795
|
-
ElasticGpuState?: ElasticGpuState | undefined;
|
|
796
|
-
InstanceId?: string | undefined;
|
|
797
|
-
Tags?: Tag[] | undefined;
|
|
798
|
-
}
|
|
799
|
-
export interface DescribeElasticGpusResult {
|
|
800
|
-
ElasticGpuSet?: ElasticGpus[] | undefined;
|
|
801
|
-
MaxResults?: number | undefined;
|
|
594
|
+
export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
|
|
595
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociations?:
|
|
596
|
+
| LocalGatewayRouteTableVirtualInterfaceGroupAssociation[]
|
|
597
|
+
| undefined;
|
|
802
598
|
NextToken?: string | undefined;
|
|
803
599
|
}
|
|
804
|
-
export interface
|
|
805
|
-
|
|
600
|
+
export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
|
|
601
|
+
LocalGatewayRouteTableVpcAssociationIds?: string[] | undefined;
|
|
806
602
|
Filters?: Filter[] | undefined;
|
|
807
|
-
ExportImageTaskIds?: string[] | undefined;
|
|
808
603
|
MaxResults?: number | undefined;
|
|
809
604
|
NextToken?: string | undefined;
|
|
605
|
+
DryRun?: boolean | undefined;
|
|
810
606
|
}
|
|
811
|
-
export interface
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
export interface ExportImageTask {
|
|
816
|
-
Description?: string | undefined;
|
|
817
|
-
ExportImageTaskId?: string | undefined;
|
|
818
|
-
ImageId?: string | undefined;
|
|
819
|
-
Progress?: string | undefined;
|
|
820
|
-
S3ExportLocation?: ExportTaskS3Location | undefined;
|
|
821
|
-
Status?: string | undefined;
|
|
822
|
-
StatusMessage?: string | undefined;
|
|
823
|
-
Tags?: Tag[] | undefined;
|
|
824
|
-
}
|
|
825
|
-
export interface DescribeExportImageTasksResult {
|
|
826
|
-
ExportImageTasks?: ExportImageTask[] | undefined;
|
|
607
|
+
export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
|
|
608
|
+
LocalGatewayRouteTableVpcAssociations?:
|
|
609
|
+
| LocalGatewayRouteTableVpcAssociation[]
|
|
610
|
+
| undefined;
|
|
827
611
|
NextToken?: string | undefined;
|
|
828
612
|
}
|
|
829
|
-
export interface
|
|
830
|
-
|
|
831
|
-
ExportTaskIds?: string[] | undefined;
|
|
832
|
-
}
|
|
833
|
-
export interface DescribeExportTasksResult {
|
|
834
|
-
ExportTasks?: ExportTask[] | undefined;
|
|
835
|
-
}
|
|
836
|
-
export interface DescribeFastLaunchImagesRequest {
|
|
837
|
-
ImageIds?: string[] | undefined;
|
|
613
|
+
export interface DescribeLocalGatewaysRequest {
|
|
614
|
+
LocalGatewayIds?: string[] | undefined;
|
|
838
615
|
Filters?: Filter[] | undefined;
|
|
839
616
|
MaxResults?: number | undefined;
|
|
840
617
|
NextToken?: string | undefined;
|
|
841
618
|
DryRun?: boolean | undefined;
|
|
842
619
|
}
|
|
843
|
-
export interface
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
Version?: string | undefined;
|
|
847
|
-
}
|
|
848
|
-
export declare const FastLaunchResourceType: {
|
|
849
|
-
readonly SNAPSHOT: "snapshot";
|
|
850
|
-
};
|
|
851
|
-
export type FastLaunchResourceType =
|
|
852
|
-
(typeof FastLaunchResourceType)[keyof typeof FastLaunchResourceType];
|
|
853
|
-
export interface FastLaunchSnapshotConfigurationResponse {
|
|
854
|
-
TargetResourceCount?: number | undefined;
|
|
855
|
-
}
|
|
856
|
-
export declare const FastLaunchStateCode: {
|
|
857
|
-
readonly disabling: "disabling";
|
|
858
|
-
readonly disabling_failed: "disabling-failed";
|
|
859
|
-
readonly enabled: "enabled";
|
|
860
|
-
readonly enabled_failed: "enabled-failed";
|
|
861
|
-
readonly enabling: "enabling";
|
|
862
|
-
readonly enabling_failed: "enabling-failed";
|
|
863
|
-
};
|
|
864
|
-
export type FastLaunchStateCode =
|
|
865
|
-
(typeof FastLaunchStateCode)[keyof typeof FastLaunchStateCode];
|
|
866
|
-
export interface DescribeFastLaunchImagesSuccessItem {
|
|
867
|
-
ImageId?: string | undefined;
|
|
868
|
-
ResourceType?: FastLaunchResourceType | undefined;
|
|
869
|
-
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
|
|
870
|
-
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
|
|
871
|
-
MaxParallelLaunches?: number | undefined;
|
|
620
|
+
export interface LocalGateway {
|
|
621
|
+
LocalGatewayId?: string | undefined;
|
|
622
|
+
OutpostArn?: string | undefined;
|
|
872
623
|
OwnerId?: string | undefined;
|
|
873
|
-
State?:
|
|
874
|
-
|
|
875
|
-
StateTransitionTime?: Date | undefined;
|
|
624
|
+
State?: string | undefined;
|
|
625
|
+
Tags?: Tag[] | undefined;
|
|
876
626
|
}
|
|
877
|
-
export interface
|
|
878
|
-
|
|
627
|
+
export interface DescribeLocalGatewaysResult {
|
|
628
|
+
LocalGateways?: LocalGateway[] | undefined;
|
|
879
629
|
NextToken?: string | undefined;
|
|
880
630
|
}
|
|
881
|
-
export interface
|
|
631
|
+
export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
|
|
632
|
+
LocalGatewayVirtualInterfaceGroupIds?: string[] | undefined;
|
|
882
633
|
Filters?: Filter[] | undefined;
|
|
883
634
|
MaxResults?: number | undefined;
|
|
884
635
|
NextToken?: string | undefined;
|
|
885
636
|
DryRun?: boolean | undefined;
|
|
886
637
|
}
|
|
887
|
-
export
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
readonly optimizing: "optimizing";
|
|
893
|
-
};
|
|
894
|
-
export type FastSnapshotRestoreStateCode =
|
|
895
|
-
(typeof FastSnapshotRestoreStateCode)[keyof typeof FastSnapshotRestoreStateCode];
|
|
896
|
-
export interface DescribeFastSnapshotRestoreSuccessItem {
|
|
897
|
-
SnapshotId?: string | undefined;
|
|
898
|
-
AvailabilityZone?: string | undefined;
|
|
899
|
-
AvailabilityZoneId?: string | undefined;
|
|
900
|
-
State?: FastSnapshotRestoreStateCode | undefined;
|
|
901
|
-
StateTransitionReason?: string | undefined;
|
|
902
|
-
OwnerId?: string | undefined;
|
|
903
|
-
OwnerAlias?: string | undefined;
|
|
904
|
-
EnablingTime?: Date | undefined;
|
|
905
|
-
OptimizingTime?: Date | undefined;
|
|
906
|
-
EnabledTime?: Date | undefined;
|
|
907
|
-
DisablingTime?: Date | undefined;
|
|
908
|
-
DisabledTime?: Date | undefined;
|
|
638
|
+
export interface DescribeLocalGatewayVirtualInterfaceGroupsResult {
|
|
639
|
+
LocalGatewayVirtualInterfaceGroups?:
|
|
640
|
+
| LocalGatewayVirtualInterfaceGroup[]
|
|
641
|
+
| undefined;
|
|
642
|
+
NextToken?: string | undefined;
|
|
909
643
|
}
|
|
910
|
-
export interface
|
|
911
|
-
|
|
644
|
+
export interface DescribeLocalGatewayVirtualInterfacesRequest {
|
|
645
|
+
LocalGatewayVirtualInterfaceIds?: string[] | undefined;
|
|
646
|
+
Filters?: Filter[] | undefined;
|
|
647
|
+
MaxResults?: number | undefined;
|
|
912
648
|
NextToken?: string | undefined;
|
|
649
|
+
DryRun?: boolean | undefined;
|
|
913
650
|
}
|
|
914
|
-
export
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
651
|
+
export interface DescribeLocalGatewayVirtualInterfacesResult {
|
|
652
|
+
LocalGatewayVirtualInterfaces?: LocalGatewayVirtualInterface[] | undefined;
|
|
653
|
+
NextToken?: string | undefined;
|
|
654
|
+
}
|
|
655
|
+
export interface DescribeLockedSnapshotsRequest {
|
|
656
|
+
Filters?: Filter[] | undefined;
|
|
657
|
+
MaxResults?: number | undefined;
|
|
658
|
+
NextToken?: string | undefined;
|
|
659
|
+
SnapshotIds?: string[] | undefined;
|
|
922
660
|
DryRun?: boolean | undefined;
|
|
923
|
-
|
|
661
|
+
}
|
|
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;
|
|
675
|
+
NextToken?: string | undefined;
|
|
676
|
+
}
|
|
677
|
+
export interface DescribeMacHostsRequest {
|
|
678
|
+
Filters?: Filter[] | undefined;
|
|
679
|
+
HostIds?: string[] | undefined;
|
|
924
680
|
MaxResults?: number | undefined;
|
|
925
681
|
NextToken?: string | undefined;
|
|
926
|
-
FleetId: string | undefined;
|
|
927
|
-
StartTime: Date | undefined;
|
|
928
682
|
}
|
|
929
|
-
export interface
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
InstanceId?: string | undefined;
|
|
683
|
+
export interface MacHost {
|
|
684
|
+
HostId?: string | undefined;
|
|
685
|
+
MacOSLatestSupportedVersions?: string[] | undefined;
|
|
933
686
|
}
|
|
934
|
-
export interface
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
Timestamp?: Date | undefined;
|
|
687
|
+
export interface DescribeMacHostsResult {
|
|
688
|
+
MacHosts?: MacHost[] | undefined;
|
|
689
|
+
NextToken?: string | undefined;
|
|
938
690
|
}
|
|
939
|
-
export interface
|
|
940
|
-
|
|
941
|
-
|
|
691
|
+
export interface DescribeMacModificationTasksRequest {
|
|
692
|
+
DryRun?: boolean | undefined;
|
|
693
|
+
Filters?: Filter[] | undefined;
|
|
694
|
+
MacModificationTaskIds?: string[] | undefined;
|
|
695
|
+
MaxResults?: number | undefined;
|
|
696
|
+
NextToken?: string | undefined;
|
|
697
|
+
}
|
|
698
|
+
export interface DescribeMacModificationTasksResult {
|
|
699
|
+
MacModificationTasks?: MacModificationTask[] | undefined;
|
|
942
700
|
NextToken?: string | undefined;
|
|
943
|
-
FleetId?: string | undefined;
|
|
944
|
-
StartTime?: Date | undefined;
|
|
945
701
|
}
|
|
946
|
-
export interface
|
|
702
|
+
export interface DescribeManagedPrefixListsRequest {
|
|
947
703
|
DryRun?: boolean | undefined;
|
|
704
|
+
Filters?: Filter[] | undefined;
|
|
948
705
|
MaxResults?: number | undefined;
|
|
949
706
|
NextToken?: string | undefined;
|
|
950
|
-
|
|
707
|
+
PrefixListIds?: string[] | undefined;
|
|
708
|
+
}
|
|
709
|
+
export interface DescribeManagedPrefixListsResult {
|
|
710
|
+
NextToken?: string | undefined;
|
|
711
|
+
PrefixLists?: ManagedPrefixList[] | undefined;
|
|
712
|
+
}
|
|
713
|
+
export interface DescribeMovingAddressesRequest {
|
|
714
|
+
DryRun?: boolean | undefined;
|
|
715
|
+
PublicIps?: string[] | undefined;
|
|
716
|
+
NextToken?: string | undefined;
|
|
951
717
|
Filters?: Filter[] | undefined;
|
|
718
|
+
MaxResults?: number | undefined;
|
|
952
719
|
}
|
|
953
|
-
export interface
|
|
954
|
-
|
|
720
|
+
export interface MovingAddressStatus {
|
|
721
|
+
MoveStatus?: MoveStatus | undefined;
|
|
722
|
+
PublicIp?: string | undefined;
|
|
723
|
+
}
|
|
724
|
+
export interface DescribeMovingAddressesResult {
|
|
725
|
+
MovingAddressStatuses?: MovingAddressStatus[] | undefined;
|
|
955
726
|
NextToken?: string | undefined;
|
|
956
|
-
FleetId?: string | undefined;
|
|
957
727
|
}
|
|
958
|
-
export interface
|
|
728
|
+
export interface DescribeNatGatewaysRequest {
|
|
959
729
|
DryRun?: boolean | undefined;
|
|
730
|
+
Filter?: Filter[] | undefined;
|
|
960
731
|
MaxResults?: number | undefined;
|
|
732
|
+
NatGatewayIds?: string[] | undefined;
|
|
961
733
|
NextToken?: string | undefined;
|
|
962
|
-
FleetIds?: string[] | undefined;
|
|
963
|
-
Filters?: Filter[] | undefined;
|
|
964
734
|
}
|
|
965
|
-
export
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
readonly PENDING_FULFILLMENT: "pending_fulfillment";
|
|
969
|
-
readonly PENDING_TERMINATION: "pending_termination";
|
|
970
|
-
};
|
|
971
|
-
export type FleetActivityStatus =
|
|
972
|
-
(typeof FleetActivityStatus)[keyof typeof FleetActivityStatus];
|
|
973
|
-
export interface DescribeFleetError {
|
|
974
|
-
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | undefined;
|
|
975
|
-
Lifecycle?: InstanceLifecycle | undefined;
|
|
976
|
-
ErrorCode?: string | undefined;
|
|
977
|
-
ErrorMessage?: string | undefined;
|
|
735
|
+
export interface DescribeNatGatewaysResult {
|
|
736
|
+
NatGateways?: NatGateway[] | undefined;
|
|
737
|
+
NextToken?: string | undefined;
|
|
978
738
|
}
|
|
979
|
-
export interface
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
739
|
+
export interface DescribeNetworkAclsRequest {
|
|
740
|
+
NextToken?: string | undefined;
|
|
741
|
+
MaxResults?: number | undefined;
|
|
742
|
+
DryRun?: boolean | undefined;
|
|
743
|
+
NetworkAclIds?: string[] | undefined;
|
|
744
|
+
Filters?: Filter[] | undefined;
|
|
985
745
|
}
|
|
986
|
-
export interface
|
|
987
|
-
|
|
988
|
-
|
|
746
|
+
export interface DescribeNetworkAclsResult {
|
|
747
|
+
NetworkAcls?: NetworkAcl[] | undefined;
|
|
748
|
+
NextToken?: string | undefined;
|
|
989
749
|
}
|
|
990
|
-
export interface
|
|
991
|
-
|
|
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;
|
|
992
759
|
}
|
|
993
|
-
export interface
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
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;
|
|
771
|
+
Tags?: Tag[] | undefined;
|
|
1000
772
|
}
|
|
1001
|
-
export interface
|
|
1002
|
-
|
|
1003
|
-
|
|
773
|
+
export interface DescribeNetworkInsightsAccessScopeAnalysesResult {
|
|
774
|
+
NetworkInsightsAccessScopeAnalyses?:
|
|
775
|
+
| NetworkInsightsAccessScopeAnalysis[]
|
|
776
|
+
| undefined;
|
|
777
|
+
NextToken?: string | undefined;
|
|
1004
778
|
}
|
|
1005
|
-
export interface
|
|
1006
|
-
|
|
779
|
+
export interface DescribeNetworkInsightsAccessScopesRequest {
|
|
780
|
+
NetworkInsightsAccessScopeIds?: string[] | undefined;
|
|
781
|
+
Filters?: Filter[] | undefined;
|
|
782
|
+
MaxResults?: number | undefined;
|
|
783
|
+
DryRun?: boolean | undefined;
|
|
784
|
+
NextToken?: string | undefined;
|
|
1007
785
|
}
|
|
1008
|
-
export interface
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
InstanceInterruptionBehavior?: SpotInstanceInterruptionBehavior | undefined;
|
|
1012
|
-
InstancePoolsToUseCount?: number | undefined;
|
|
1013
|
-
SingleInstanceType?: boolean | undefined;
|
|
1014
|
-
SingleAvailabilityZone?: boolean | undefined;
|
|
1015
|
-
MinTargetCapacity?: number | undefined;
|
|
1016
|
-
MaxTotalPrice?: string | undefined;
|
|
786
|
+
export interface DescribeNetworkInsightsAccessScopesResult {
|
|
787
|
+
NetworkInsightsAccessScopes?: NetworkInsightsAccessScope[] | undefined;
|
|
788
|
+
NextToken?: string | undefined;
|
|
1017
789
|
}
|
|
1018
|
-
export interface
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
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;
|
|
1024
799
|
}
|
|
1025
|
-
export interface
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
ReplaceUnhealthyInstances?: boolean | undefined;
|
|
1043
|
-
SpotOptions?: SpotOptions | undefined;
|
|
1044
|
-
OnDemandOptions?: OnDemandOptions | undefined;
|
|
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;
|
|
1045
817
|
Tags?: Tag[] | undefined;
|
|
1046
|
-
Errors?: DescribeFleetError[] | undefined;
|
|
1047
|
-
Instances?: DescribeFleetsInstances[] | undefined;
|
|
1048
|
-
Context?: string | undefined;
|
|
1049
818
|
}
|
|
1050
|
-
export interface
|
|
819
|
+
export interface DescribeNetworkInsightsAnalysesResult {
|
|
820
|
+
NetworkInsightsAnalyses?: NetworkInsightsAnalysis[] | undefined;
|
|
1051
821
|
NextToken?: string | undefined;
|
|
1052
|
-
Fleets?: FleetData[] | undefined;
|
|
1053
822
|
}
|
|
1054
|
-
export interface
|
|
823
|
+
export interface DescribeNetworkInsightsPathsRequest {
|
|
824
|
+
NetworkInsightsPathIds?: string[] | undefined;
|
|
825
|
+
Filters?: Filter[] | undefined;
|
|
826
|
+
MaxResults?: number | undefined;
|
|
1055
827
|
DryRun?: boolean | undefined;
|
|
1056
|
-
|
|
1057
|
-
|
|
828
|
+
NextToken?: string | undefined;
|
|
829
|
+
}
|
|
830
|
+
export interface DescribeNetworkInsightsPathsResult {
|
|
831
|
+
NetworkInsightsPaths?: NetworkInsightsPath[] | undefined;
|
|
832
|
+
NextToken?: string | undefined;
|
|
833
|
+
}
|
|
834
|
+
export interface DescribeNetworkInterfaceAttributeRequest {
|
|
835
|
+
DryRun?: boolean | undefined;
|
|
836
|
+
NetworkInterfaceId: string | undefined;
|
|
837
|
+
Attribute?: NetworkInterfaceAttribute | undefined;
|
|
838
|
+
}
|
|
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;
|
|
846
|
+
}
|
|
847
|
+
export interface DescribeNetworkInterfacePermissionsRequest {
|
|
848
|
+
NetworkInterfacePermissionIds?: string[] | undefined;
|
|
849
|
+
Filters?: Filter[] | undefined;
|
|
850
|
+
NextToken?: string | undefined;
|
|
1058
851
|
MaxResults?: number | undefined;
|
|
852
|
+
}
|
|
853
|
+
export interface DescribeNetworkInterfacePermissionsResult {
|
|
854
|
+
NetworkInterfacePermissions?: NetworkInterfacePermission[] | undefined;
|
|
855
|
+
NextToken?: string | undefined;
|
|
856
|
+
}
|
|
857
|
+
export interface DescribeNetworkInterfacesRequest {
|
|
1059
858
|
NextToken?: string | undefined;
|
|
859
|
+
MaxResults?: number | undefined;
|
|
860
|
+
DryRun?: boolean | undefined;
|
|
861
|
+
NetworkInterfaceIds?: string[] | undefined;
|
|
862
|
+
Filters?: Filter[] | undefined;
|
|
1060
863
|
}
|
|
1061
|
-
export interface
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
PerHourPartition?: boolean | undefined;
|
|
864
|
+
export interface DescribeNetworkInterfacesResult {
|
|
865
|
+
NetworkInterfaces?: NetworkInterface[] | undefined;
|
|
866
|
+
NextToken?: string | undefined;
|
|
1065
867
|
}
|
|
1066
|
-
export interface
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
868
|
+
export interface DescribeOutpostLagsRequest {
|
|
869
|
+
OutpostLagIds?: string[] | undefined;
|
|
870
|
+
Filters?: Filter[] | undefined;
|
|
871
|
+
MaxResults?: number | undefined;
|
|
872
|
+
NextToken?: string | undefined;
|
|
873
|
+
DryRun?: boolean | undefined;
|
|
874
|
+
}
|
|
875
|
+
export interface OutpostLag {
|
|
876
|
+
OutpostArn?: string | undefined;
|
|
877
|
+
OwnerId?: string | undefined;
|
|
878
|
+
State?: string | undefined;
|
|
879
|
+
OutpostLagId?: string | undefined;
|
|
880
|
+
LocalGatewayVirtualInterfaceIds?: string[] | undefined;
|
|
881
|
+
ServiceLinkVirtualInterfaceIds?: string[] | undefined;
|
|
1080
882
|
Tags?: Tag[] | undefined;
|
|
1081
|
-
MaxAggregationInterval?: number | undefined;
|
|
1082
|
-
DestinationOptions?: DestinationOptionsResponse | undefined;
|
|
1083
|
-
}
|
|
1084
|
-
export interface DescribeFlowLogsResult {
|
|
1085
|
-
FlowLogs?: FlowLog[] | undefined;
|
|
1086
|
-
NextToken?: string | undefined;
|
|
1087
|
-
}
|
|
1088
|
-
export declare const FpgaImageAttributeName: {
|
|
1089
|
-
readonly description: "description";
|
|
1090
|
-
readonly loadPermission: "loadPermission";
|
|
1091
|
-
readonly name: "name";
|
|
1092
|
-
readonly productCodes: "productCodes";
|
|
1093
|
-
};
|
|
1094
|
-
export type FpgaImageAttributeName =
|
|
1095
|
-
(typeof FpgaImageAttributeName)[keyof typeof FpgaImageAttributeName];
|
|
1096
|
-
export interface DescribeFpgaImageAttributeRequest {
|
|
1097
|
-
DryRun?: boolean | undefined;
|
|
1098
|
-
FpgaImageId: string | undefined;
|
|
1099
|
-
Attribute: FpgaImageAttributeName | undefined;
|
|
1100
|
-
}
|
|
1101
|
-
export declare const PermissionGroup: {
|
|
1102
|
-
readonly all: "all";
|
|
1103
|
-
};
|
|
1104
|
-
export type PermissionGroup =
|
|
1105
|
-
(typeof PermissionGroup)[keyof typeof PermissionGroup];
|
|
1106
|
-
export interface LoadPermission {
|
|
1107
|
-
UserId?: string | undefined;
|
|
1108
|
-
Group?: PermissionGroup | undefined;
|
|
1109
883
|
}
|
|
1110
|
-
export
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
};
|
|
1114
|
-
export type ProductCodeValues =
|
|
1115
|
-
(typeof ProductCodeValues)[keyof typeof ProductCodeValues];
|
|
1116
|
-
export interface ProductCode {
|
|
1117
|
-
ProductCodeId?: string | undefined;
|
|
1118
|
-
ProductCodeType?: ProductCodeValues | undefined;
|
|
1119
|
-
}
|
|
1120
|
-
export interface FpgaImageAttribute {
|
|
1121
|
-
FpgaImageId?: string | undefined;
|
|
1122
|
-
Name?: string | undefined;
|
|
1123
|
-
Description?: string | undefined;
|
|
1124
|
-
LoadPermissions?: LoadPermission[] | undefined;
|
|
1125
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
884
|
+
export interface DescribeOutpostLagsResult {
|
|
885
|
+
OutpostLags?: OutpostLag[] | undefined;
|
|
886
|
+
NextToken?: string | undefined;
|
|
1126
887
|
}
|
|
1127
|
-
export interface
|
|
1128
|
-
|
|
888
|
+
export interface DescribePlacementGroupsRequest {
|
|
889
|
+
GroupIds?: string[] | undefined;
|
|
890
|
+
DryRun?: boolean | undefined;
|
|
891
|
+
GroupNames?: string[] | undefined;
|
|
892
|
+
Filters?: Filter[] | undefined;
|
|
1129
893
|
}
|
|
1130
|
-
export interface
|
|
894
|
+
export interface DescribePlacementGroupsResult {
|
|
895
|
+
PlacementGroups?: PlacementGroup[] | undefined;
|
|
896
|
+
}
|
|
897
|
+
export interface DescribePrefixListsRequest {
|
|
1131
898
|
DryRun?: boolean | undefined;
|
|
1132
|
-
FpgaImageIds?: string[] | undefined;
|
|
1133
|
-
Owners?: string[] | undefined;
|
|
1134
899
|
Filters?: Filter[] | undefined;
|
|
900
|
+
MaxResults?: number | undefined;
|
|
1135
901
|
NextToken?: string | undefined;
|
|
902
|
+
PrefixListIds?: string[] | undefined;
|
|
903
|
+
}
|
|
904
|
+
export interface PrefixList {
|
|
905
|
+
Cidrs?: string[] | undefined;
|
|
906
|
+
PrefixListId?: string | undefined;
|
|
907
|
+
PrefixListName?: string | undefined;
|
|
908
|
+
}
|
|
909
|
+
export interface DescribePrefixListsResult {
|
|
910
|
+
NextToken?: string | undefined;
|
|
911
|
+
PrefixLists?: PrefixList[] | undefined;
|
|
912
|
+
}
|
|
913
|
+
export interface DescribePrincipalIdFormatRequest {
|
|
914
|
+
DryRun?: boolean | undefined;
|
|
915
|
+
Resources?: string[] | undefined;
|
|
1136
916
|
MaxResults?: number | undefined;
|
|
917
|
+
NextToken?: string | undefined;
|
|
1137
918
|
}
|
|
1138
|
-
export interface
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
SubsystemId?: string | undefined;
|
|
1142
|
-
SubsystemVendorId?: string | undefined;
|
|
919
|
+
export interface PrincipalIdFormat {
|
|
920
|
+
Arn?: string | undefined;
|
|
921
|
+
Statuses?: IdFormat[] | undefined;
|
|
1143
922
|
}
|
|
1144
|
-
export
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
readonly pending: "pending";
|
|
1148
|
-
readonly unavailable: "unavailable";
|
|
1149
|
-
};
|
|
1150
|
-
export type FpgaImageStateCode =
|
|
1151
|
-
(typeof FpgaImageStateCode)[keyof typeof FpgaImageStateCode];
|
|
1152
|
-
export interface FpgaImageState {
|
|
1153
|
-
Code?: FpgaImageStateCode | undefined;
|
|
1154
|
-
Message?: string | undefined;
|
|
923
|
+
export interface DescribePrincipalIdFormatResult {
|
|
924
|
+
Principals?: PrincipalIdFormat[] | undefined;
|
|
925
|
+
NextToken?: string | undefined;
|
|
1155
926
|
}
|
|
1156
|
-
export interface
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
927
|
+
export interface DescribePublicIpv4PoolsRequest {
|
|
928
|
+
PoolIds?: string[] | undefined;
|
|
929
|
+
NextToken?: string | undefined;
|
|
930
|
+
MaxResults?: number | undefined;
|
|
931
|
+
Filters?: Filter[] | undefined;
|
|
932
|
+
}
|
|
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;
|
|
1160
941
|
Description?: string | undefined;
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
UpdateTime?: Date | undefined;
|
|
1166
|
-
OwnerId?: string | undefined;
|
|
1167
|
-
OwnerAlias?: string | undefined;
|
|
1168
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
942
|
+
PoolAddressRanges?: PublicIpv4PoolRange[] | undefined;
|
|
943
|
+
TotalAddressCount?: number | undefined;
|
|
944
|
+
TotalAvailableAddressCount?: number | undefined;
|
|
945
|
+
NetworkBorderGroup?: string | undefined;
|
|
1169
946
|
Tags?: Tag[] | undefined;
|
|
1170
|
-
Public?: boolean | undefined;
|
|
1171
|
-
DataRetentionSupport?: boolean | undefined;
|
|
1172
|
-
InstanceTypes?: string[] | undefined;
|
|
1173
947
|
}
|
|
1174
|
-
export interface
|
|
1175
|
-
|
|
948
|
+
export interface DescribePublicIpv4PoolsResult {
|
|
949
|
+
PublicIpv4Pools?: PublicIpv4Pool[] | undefined;
|
|
1176
950
|
NextToken?: string | undefined;
|
|
1177
951
|
}
|
|
1178
|
-
export interface
|
|
1179
|
-
|
|
1180
|
-
|
|
952
|
+
export interface DescribeRegionsRequest {
|
|
953
|
+
RegionNames?: string[] | undefined;
|
|
954
|
+
AllRegions?: boolean | undefined;
|
|
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;
|
|
962
|
+
}
|
|
963
|
+
export interface DescribeRegionsResult {
|
|
964
|
+
Regions?: Region[] | undefined;
|
|
965
|
+
}
|
|
966
|
+
export interface DescribeReplaceRootVolumeTasksRequest {
|
|
967
|
+
ReplaceRootVolumeTaskIds?: string[] | undefined;
|
|
968
|
+
Filters?: Filter[] | undefined;
|
|
1181
969
|
MaxResults?: number | undefined;
|
|
1182
|
-
MinDuration?: number | undefined;
|
|
1183
970
|
NextToken?: string | undefined;
|
|
1184
|
-
|
|
971
|
+
DryRun?: boolean | undefined;
|
|
972
|
+
}
|
|
973
|
+
export interface DescribeReplaceRootVolumeTasksResult {
|
|
974
|
+
ReplaceRootVolumeTasks?: ReplaceRootVolumeTask[] | undefined;
|
|
975
|
+
NextToken?: string | undefined;
|
|
1185
976
|
}
|
|
1186
|
-
export
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
977
|
+
export interface DescribeReservedInstancesRequest {
|
|
978
|
+
OfferingClass?: OfferingClassType | undefined;
|
|
979
|
+
ReservedInstancesIds?: string[] | undefined;
|
|
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 {
|
|
1193
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;
|
|
1194
1002
|
Duration?: number | undefined;
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
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;
|
|
1200
1016
|
}
|
|
1201
|
-
export interface
|
|
1017
|
+
export interface DescribeReservedInstancesListingsResult {
|
|
1018
|
+
ReservedInstancesListings?: ReservedInstancesListing[] | undefined;
|
|
1019
|
+
}
|
|
1020
|
+
export interface DescribeReservedInstancesModificationsRequest {
|
|
1021
|
+
ReservedInstancesModificationIds?: string[] | undefined;
|
|
1202
1022
|
NextToken?: string | undefined;
|
|
1203
|
-
|
|
1023
|
+
Filters?: Filter[] | undefined;
|
|
1204
1024
|
}
|
|
1205
|
-
export interface
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
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 {
|
|
1227
1074
|
Count?: number | undefined;
|
|
1075
|
+
Price?: number | undefined;
|
|
1076
|
+
}
|
|
1077
|
+
export interface ReservedInstancesOffering {
|
|
1228
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;
|
|
1229
1090
|
Duration?: number | undefined;
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
HourlyPrice?: string | undefined;
|
|
1234
|
-
InstanceFamily?: string | undefined;
|
|
1235
|
-
OfferingId?: string | undefined;
|
|
1236
|
-
PaymentOption?: PaymentOption | undefined;
|
|
1237
|
-
Start?: Date | undefined;
|
|
1238
|
-
State?: ReservationState | undefined;
|
|
1239
|
-
UpfrontPrice?: string | undefined;
|
|
1240
|
-
Tags?: Tag[] | undefined;
|
|
1091
|
+
UsagePrice?: number | undefined;
|
|
1092
|
+
FixedPrice?: number | undefined;
|
|
1093
|
+
ProductDescription?: RIProductDescription | undefined;
|
|
1241
1094
|
}
|
|
1242
|
-
export interface
|
|
1243
|
-
HostReservationSet?: HostReservation[] | undefined;
|
|
1095
|
+
export interface DescribeReservedInstancesOfferingsResult {
|
|
1244
1096
|
NextToken?: string | undefined;
|
|
1097
|
+
ReservedInstancesOfferings?: ReservedInstancesOffering[] | undefined;
|
|
1245
1098
|
}
|
|
1246
|
-
export interface
|
|
1247
|
-
|
|
1099
|
+
export interface DescribeRouteServerEndpointsRequest {
|
|
1100
|
+
RouteServerEndpointIds?: string[] | undefined;
|
|
1248
1101
|
NextToken?: string | undefined;
|
|
1249
1102
|
MaxResults?: number | undefined;
|
|
1250
|
-
|
|
1103
|
+
Filters?: Filter[] | undefined;
|
|
1104
|
+
DryRun?: boolean | undefined;
|
|
1251
1105
|
}
|
|
1252
|
-
export interface
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
TotalCapacity?: number | undefined;
|
|
1106
|
+
export interface DescribeRouteServerEndpointsResult {
|
|
1107
|
+
RouteServerEndpoints?: RouteServerEndpoint[] | undefined;
|
|
1108
|
+
NextToken?: string | undefined;
|
|
1256
1109
|
}
|
|
1257
|
-
export interface
|
|
1258
|
-
|
|
1259
|
-
|
|
1110
|
+
export interface DescribeRouteServerPeersRequest {
|
|
1111
|
+
RouteServerPeerIds?: string[] | undefined;
|
|
1112
|
+
NextToken?: string | undefined;
|
|
1113
|
+
MaxResults?: number | undefined;
|
|
1114
|
+
Filters?: Filter[] | undefined;
|
|
1115
|
+
DryRun?: boolean | undefined;
|
|
1260
1116
|
}
|
|
1261
|
-
export interface
|
|
1262
|
-
|
|
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;
|
|
1263
1176
|
InstanceType?: string | undefined;
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
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;
|
|
1267
1185
|
}
|
|
1268
|
-
export interface
|
|
1269
|
-
|
|
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;
|
|
1270
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;
|
|
1271
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;
|
|
1272
1363
|
}
|
|
1273
|
-
export interface
|
|
1274
|
-
|
|
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;
|
|
1275
1475
|
AvailabilityZone?: string | undefined;
|
|
1276
|
-
|
|
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;
|
|
1277
1511
|
ClientToken?: string | undefined;
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
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;
|
|
1285
1541
|
Tags?: Tag[] | undefined;
|
|
1286
|
-
HostRecovery?: HostRecovery | undefined;
|
|
1287
|
-
AllowsMultipleInstanceTypes?: AllowsMultipleInstanceTypes | undefined;
|
|
1288
|
-
OwnerId?: string | undefined;
|
|
1289
|
-
AvailabilityZoneId?: string | undefined;
|
|
1290
|
-
MemberOfServiceLinkedResourceGroup?: boolean | undefined;
|
|
1291
|
-
OutpostArn?: string | undefined;
|
|
1292
|
-
HostMaintenance?: HostMaintenance | undefined;
|
|
1293
|
-
AssetId?: string | undefined;
|
|
1294
1542
|
}
|
|
1295
|
-
export interface
|
|
1296
|
-
|
|
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;
|
|
1297
1603
|
NextToken?: string | undefined;
|
|
1298
1604
|
}
|
|
1299
|
-
export interface
|
|
1300
|
-
|
|
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;
|
|
1301
1612
|
Filters?: Filter[] | undefined;
|
|
1613
|
+
AvailabilityZone?: string | undefined;
|
|
1302
1614
|
MaxResults?: number | undefined;
|
|
1303
1615
|
NextToken?: string | undefined;
|
|
1304
1616
|
}
|
|
1305
|
-
export interface
|
|
1306
|
-
|
|
1307
|
-
|
|
1617
|
+
export interface SpotPrice {
|
|
1618
|
+
AvailabilityZone?: string | undefined;
|
|
1619
|
+
AvailabilityZoneId?: string | undefined;
|
|
1620
|
+
InstanceType?: _InstanceType | undefined;
|
|
1621
|
+
ProductDescription?: RIProductDescription | undefined;
|
|
1622
|
+
SpotPrice?: string | undefined;
|
|
1623
|
+
Timestamp?: Date | undefined;
|
|
1308
1624
|
}
|
|
1309
|
-
export interface
|
|
1310
|
-
|
|
1311
|
-
|
|
1625
|
+
export interface DescribeSpotPriceHistoryResult {
|
|
1626
|
+
NextToken?: string | undefined;
|
|
1627
|
+
SpotPriceHistory?: SpotPrice[] | undefined;
|
|
1312
1628
|
}
|
|
1313
|
-
export interface
|
|
1314
|
-
|
|
1629
|
+
export interface DescribeStaleSecurityGroupsRequest {
|
|
1630
|
+
DryRun?: boolean | undefined;
|
|
1631
|
+
MaxResults?: number | undefined;
|
|
1632
|
+
NextToken?: string | undefined;
|
|
1633
|
+
VpcId: string | undefined;
|
|
1315
1634
|
}
|
|
1316
|
-
export interface
|
|
1317
|
-
|
|
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;
|
|
1318
1642
|
}
|
|
1319
|
-
export interface
|
|
1320
|
-
|
|
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;
|
|
1321
1650
|
}
|
|
1322
|
-
export
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
readonly deregistrationProtection: "deregistrationProtection";
|
|
1326
|
-
readonly description: "description";
|
|
1327
|
-
readonly imdsSupport: "imdsSupport";
|
|
1328
|
-
readonly kernel: "kernel";
|
|
1329
|
-
readonly lastLaunchedTime: "lastLaunchedTime";
|
|
1330
|
-
readonly launchPermission: "launchPermission";
|
|
1331
|
-
readonly productCodes: "productCodes";
|
|
1332
|
-
readonly ramdisk: "ramdisk";
|
|
1333
|
-
readonly sriovNetSupport: "sriovNetSupport";
|
|
1334
|
-
readonly tpmSupport: "tpmSupport";
|
|
1335
|
-
readonly uefiData: "uefiData";
|
|
1336
|
-
};
|
|
1337
|
-
export type ImageAttributeName =
|
|
1338
|
-
(typeof ImageAttributeName)[keyof typeof ImageAttributeName];
|
|
1339
|
-
export interface DescribeImageAttributeRequest {
|
|
1340
|
-
Attribute: ImageAttributeName | undefined;
|
|
1341
|
-
ImageId: string | undefined;
|
|
1342
|
-
DryRun?: boolean | undefined;
|
|
1343
|
-
}
|
|
1344
|
-
export interface LaunchPermission {
|
|
1345
|
-
OrganizationArn?: string | undefined;
|
|
1346
|
-
OrganizationalUnitArn?: string | undefined;
|
|
1347
|
-
UserId?: string | undefined;
|
|
1348
|
-
Group?: PermissionGroup | undefined;
|
|
1651
|
+
export interface DescribeStaleSecurityGroupsResult {
|
|
1652
|
+
NextToken?: string | undefined;
|
|
1653
|
+
StaleSecurityGroupSet?: StaleSecurityGroup[] | undefined;
|
|
1349
1654
|
}
|
|
1350
|
-
export interface
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
TpmSupport?: AttributeValue | undefined;
|
|
1357
|
-
UefiData?: AttributeValue | undefined;
|
|
1358
|
-
LastLaunchedTime?: AttributeValue | undefined;
|
|
1359
|
-
ImdsSupport?: AttributeValue | undefined;
|
|
1360
|
-
DeregistrationProtection?: AttributeValue | undefined;
|
|
1361
|
-
ImageId?: string | undefined;
|
|
1362
|
-
LaunchPermissions?: LaunchPermission[] | undefined;
|
|
1363
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
1364
|
-
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
1655
|
+
export interface DescribeStoreImageTasksRequest {
|
|
1656
|
+
ImageIds?: string[] | undefined;
|
|
1657
|
+
DryRun?: boolean | undefined;
|
|
1658
|
+
Filters?: Filter[] | undefined;
|
|
1659
|
+
NextToken?: string | undefined;
|
|
1660
|
+
MaxResults?: number | undefined;
|
|
1365
1661
|
}
|
|
1366
|
-
export
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
(typeof ImageReferenceResourceType)[keyof typeof ImageReferenceResourceType];
|
|
1375
|
-
export declare const ImageReferenceOptionName: {
|
|
1376
|
-
readonly STATE_NAME: "state-name";
|
|
1377
|
-
readonly VERSION_DEPTH: "version-depth";
|
|
1378
|
-
};
|
|
1379
|
-
export type ImageReferenceOptionName =
|
|
1380
|
-
(typeof ImageReferenceOptionName)[keyof typeof ImageReferenceOptionName];
|
|
1381
|
-
export interface ResourceTypeOption {
|
|
1382
|
-
OptionName?: ImageReferenceOptionName | undefined;
|
|
1383
|
-
OptionValues?: string[] | undefined;
|
|
1384
|
-
}
|
|
1385
|
-
export interface ResourceTypeRequest {
|
|
1386
|
-
ResourceType?: ImageReferenceResourceType | undefined;
|
|
1387
|
-
ResourceTypeOptions?: ResourceTypeOption[] | undefined;
|
|
1388
|
-
}
|
|
1389
|
-
export interface DescribeImageReferencesRequest {
|
|
1390
|
-
ImageIds: string[] | undefined;
|
|
1391
|
-
IncludeAllResourceTypes?: boolean | undefined;
|
|
1392
|
-
ResourceTypes?: ResourceTypeRequest[] | undefined;
|
|
1393
|
-
NextToken?: string | undefined;
|
|
1394
|
-
DryRun?: boolean | undefined;
|
|
1395
|
-
MaxResults?: number | undefined;
|
|
1396
|
-
}
|
|
1397
|
-
export interface ImageReference {
|
|
1398
|
-
ImageId?: string | undefined;
|
|
1399
|
-
ResourceType?: ImageReferenceResourceType | undefined;
|
|
1400
|
-
Arn?: string | undefined;
|
|
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;
|
|
1401
1670
|
}
|
|
1402
|
-
export interface
|
|
1671
|
+
export interface DescribeStoreImageTasksResult {
|
|
1672
|
+
StoreImageTaskResults?: StoreImageTaskResult[] | undefined;
|
|
1403
1673
|
NextToken?: string | undefined;
|
|
1404
|
-
ImageReferences?: ImageReference[] | undefined;
|
|
1405
|
-
}
|
|
1406
|
-
export interface DescribeImagesRequest {
|
|
1407
|
-
ExecutableUsers?: string[] | undefined;
|
|
1408
|
-
ImageIds?: string[] | undefined;
|
|
1409
|
-
Owners?: string[] | undefined;
|
|
1410
|
-
IncludeDeprecated?: boolean | undefined;
|
|
1411
|
-
IncludeDisabled?: boolean | undefined;
|
|
1412
|
-
MaxResults?: number | undefined;
|
|
1413
|
-
NextToken?: string | undefined;
|
|
1414
|
-
DryRun?: boolean | undefined;
|
|
1415
|
-
Filters?: Filter[] | undefined;
|
|
1416
|
-
}
|
|
1417
|
-
export declare const ArchitectureValues: {
|
|
1418
|
-
readonly arm64: "arm64";
|
|
1419
|
-
readonly arm64_mac: "arm64_mac";
|
|
1420
|
-
readonly i386: "i386";
|
|
1421
|
-
readonly x86_64: "x86_64";
|
|
1422
|
-
readonly x86_64_mac: "x86_64_mac";
|
|
1423
|
-
};
|
|
1424
|
-
export type ArchitectureValues =
|
|
1425
|
-
(typeof ArchitectureValues)[keyof typeof ArchitectureValues];
|
|
1426
|
-
export declare const BootModeValues: {
|
|
1427
|
-
readonly legacy_bios: "legacy-bios";
|
|
1428
|
-
readonly uefi: "uefi";
|
|
1429
|
-
readonly uefi_preferred: "uefi-preferred";
|
|
1430
|
-
};
|
|
1431
|
-
export type BootModeValues =
|
|
1432
|
-
(typeof BootModeValues)[keyof typeof BootModeValues];
|
|
1433
|
-
export declare const HypervisorType: {
|
|
1434
|
-
readonly ovm: "ovm";
|
|
1435
|
-
readonly xen: "xen";
|
|
1436
|
-
};
|
|
1437
|
-
export type HypervisorType =
|
|
1438
|
-
(typeof HypervisorType)[keyof typeof HypervisorType];
|
|
1439
|
-
export declare const ImageTypeValues: {
|
|
1440
|
-
readonly kernel: "kernel";
|
|
1441
|
-
readonly machine: "machine";
|
|
1442
|
-
readonly ramdisk: "ramdisk";
|
|
1443
|
-
};
|
|
1444
|
-
export type ImageTypeValues =
|
|
1445
|
-
(typeof ImageTypeValues)[keyof typeof ImageTypeValues];
|
|
1446
|
-
export declare const ImdsSupportValues: {
|
|
1447
|
-
readonly v2_0: "v2.0";
|
|
1448
|
-
};
|
|
1449
|
-
export type ImdsSupportValues =
|
|
1450
|
-
(typeof ImdsSupportValues)[keyof typeof ImdsSupportValues];
|
|
1451
|
-
export declare const DeviceType: {
|
|
1452
|
-
readonly ebs: "ebs";
|
|
1453
|
-
readonly instance_store: "instance-store";
|
|
1454
|
-
};
|
|
1455
|
-
export type DeviceType = (typeof DeviceType)[keyof typeof DeviceType];
|
|
1456
|
-
export declare const ImageState: {
|
|
1457
|
-
readonly available: "available";
|
|
1458
|
-
readonly deregistered: "deregistered";
|
|
1459
|
-
readonly disabled: "disabled";
|
|
1460
|
-
readonly error: "error";
|
|
1461
|
-
readonly failed: "failed";
|
|
1462
|
-
readonly invalid: "invalid";
|
|
1463
|
-
readonly pending: "pending";
|
|
1464
|
-
readonly transient: "transient";
|
|
1465
|
-
};
|
|
1466
|
-
export type ImageState = (typeof ImageState)[keyof typeof ImageState];
|
|
1467
|
-
export declare const TpmSupportValues: {
|
|
1468
|
-
readonly v2_0: "v2.0";
|
|
1469
|
-
};
|
|
1470
|
-
export type TpmSupportValues =
|
|
1471
|
-
(typeof TpmSupportValues)[keyof typeof TpmSupportValues];
|
|
1472
|
-
export declare const VirtualizationType: {
|
|
1473
|
-
readonly hvm: "hvm";
|
|
1474
|
-
readonly paravirtual: "paravirtual";
|
|
1475
|
-
};
|
|
1476
|
-
export type VirtualizationType =
|
|
1477
|
-
(typeof VirtualizationType)[keyof typeof VirtualizationType];
|
|
1478
|
-
export interface Image {
|
|
1479
|
-
PlatformDetails?: string | undefined;
|
|
1480
|
-
UsageOperation?: string | undefined;
|
|
1481
|
-
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
1482
|
-
Description?: string | undefined;
|
|
1483
|
-
EnaSupport?: boolean | undefined;
|
|
1484
|
-
Hypervisor?: HypervisorType | undefined;
|
|
1485
|
-
ImageOwnerAlias?: string | undefined;
|
|
1486
|
-
Name?: string | undefined;
|
|
1487
|
-
RootDeviceName?: string | undefined;
|
|
1488
|
-
RootDeviceType?: DeviceType | undefined;
|
|
1489
|
-
SriovNetSupport?: string | undefined;
|
|
1490
|
-
StateReason?: StateReason | undefined;
|
|
1491
|
-
Tags?: Tag[] | undefined;
|
|
1492
|
-
VirtualizationType?: VirtualizationType | undefined;
|
|
1493
|
-
BootMode?: BootModeValues | undefined;
|
|
1494
|
-
TpmSupport?: TpmSupportValues | undefined;
|
|
1495
|
-
DeprecationTime?: string | undefined;
|
|
1496
|
-
ImdsSupport?: ImdsSupportValues | undefined;
|
|
1497
|
-
SourceInstanceId?: string | undefined;
|
|
1498
|
-
DeregistrationProtection?: string | undefined;
|
|
1499
|
-
LastLaunchedTime?: string | undefined;
|
|
1500
|
-
ImageAllowed?: boolean | undefined;
|
|
1501
|
-
SourceImageId?: string | undefined;
|
|
1502
|
-
SourceImageRegion?: string | undefined;
|
|
1503
|
-
FreeTierEligible?: boolean | undefined;
|
|
1504
|
-
ImageId?: string | undefined;
|
|
1505
|
-
ImageLocation?: string | undefined;
|
|
1506
|
-
State?: ImageState | undefined;
|
|
1507
|
-
OwnerId?: string | undefined;
|
|
1508
|
-
CreationDate?: string | undefined;
|
|
1509
|
-
Public?: boolean | undefined;
|
|
1510
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
1511
|
-
Architecture?: ArchitectureValues | undefined;
|
|
1512
|
-
ImageType?: ImageTypeValues | undefined;
|
|
1513
|
-
KernelId?: string | undefined;
|
|
1514
|
-
RamdiskId?: string | undefined;
|
|
1515
|
-
Platform?: PlatformValues | undefined;
|
|
1516
1674
|
}
|
|
1517
|
-
export interface
|
|
1675
|
+
export interface DescribeSubnetsRequest {
|
|
1676
|
+
Filters?: Filter[] | undefined;
|
|
1677
|
+
SubnetIds?: string[] | undefined;
|
|
1518
1678
|
NextToken?: string | undefined;
|
|
1519
|
-
|
|
1679
|
+
MaxResults?: number | undefined;
|
|
1680
|
+
DryRun?: boolean | undefined;
|
|
1520
1681
|
}
|
|
1521
|
-
export interface
|
|
1522
|
-
ImageIds?: string[] | undefined;
|
|
1523
|
-
ReportIds?: string[] | undefined;
|
|
1682
|
+
export interface DescribeSubnetsResult {
|
|
1524
1683
|
NextToken?: string | undefined;
|
|
1525
|
-
|
|
1684
|
+
Subnets?: Subnet[] | undefined;
|
|
1685
|
+
}
|
|
1686
|
+
export interface DescribeTagsRequest {
|
|
1526
1687
|
DryRun?: boolean | undefined;
|
|
1688
|
+
Filters?: Filter[] | undefined;
|
|
1527
1689
|
MaxResults?: number | undefined;
|
|
1690
|
+
NextToken?: string | undefined;
|
|
1528
1691
|
}
|
|
1529
|
-
export interface
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
ImageId?: string | undefined;
|
|
1535
|
-
ReportCreationTime?: Date | undefined;
|
|
1692
|
+
export interface TagDescription {
|
|
1693
|
+
Key?: string | undefined;
|
|
1694
|
+
ResourceId?: string | undefined;
|
|
1695
|
+
ResourceType?: ResourceType | undefined;
|
|
1696
|
+
Value?: string | undefined;
|
|
1536
1697
|
}
|
|
1537
|
-
export interface
|
|
1698
|
+
export interface DescribeTagsResult {
|
|
1538
1699
|
NextToken?: string | undefined;
|
|
1539
|
-
|
|
1700
|
+
Tags?: TagDescription[] | undefined;
|
|
1540
1701
|
}
|
|
1541
|
-
export interface
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
NextToken?: string | undefined;
|
|
1545
|
-
Filters?: Filter[] | undefined;
|
|
1702
|
+
export interface DescribeTrafficMirrorFilterRulesRequest {
|
|
1703
|
+
TrafficMirrorFilterRuleIds?: string[] | undefined;
|
|
1704
|
+
TrafficMirrorFilterId?: string | undefined;
|
|
1546
1705
|
DryRun?: boolean | undefined;
|
|
1706
|
+
Filters?: Filter[] | undefined;
|
|
1547
1707
|
MaxResults?: number | undefined;
|
|
1708
|
+
NextToken?: string | undefined;
|
|
1548
1709
|
}
|
|
1549
|
-
export interface
|
|
1550
|
-
|
|
1551
|
-
|
|
1710
|
+
export interface DescribeTrafficMirrorFilterRulesResult {
|
|
1711
|
+
TrafficMirrorFilterRules?: TrafficMirrorFilterRule[] | undefined;
|
|
1712
|
+
NextToken?: string | undefined;
|
|
1552
1713
|
}
|
|
1553
|
-
export interface
|
|
1554
|
-
|
|
1555
|
-
|
|
1714
|
+
export interface DescribeTrafficMirrorFiltersRequest {
|
|
1715
|
+
TrafficMirrorFilterIds?: string[] | undefined;
|
|
1716
|
+
DryRun?: boolean | undefined;
|
|
1717
|
+
Filters?: Filter[] | undefined;
|
|
1718
|
+
MaxResults?: number | undefined;
|
|
1719
|
+
NextToken?: string | undefined;
|
|
1556
1720
|
}
|
|
1557
|
-
export interface
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
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;
|
|
1567
1731
|
}
|
|
1568
|
-
export interface
|
|
1732
|
+
export interface DescribeTrafficMirrorSessionsResult {
|
|
1733
|
+
TrafficMirrorSessions?: TrafficMirrorSession[] | undefined;
|
|
1569
1734
|
NextToken?: string | undefined;
|
|
1570
|
-
ImageUsageReports?: ImageUsageReport[] | undefined;
|
|
1571
1735
|
}
|
|
1572
|
-
export interface
|
|
1736
|
+
export interface DescribeTrafficMirrorTargetsRequest {
|
|
1737
|
+
TrafficMirrorTargetIds?: string[] | undefined;
|
|
1573
1738
|
DryRun?: boolean | undefined;
|
|
1574
1739
|
Filters?: Filter[] | undefined;
|
|
1575
|
-
ImportTaskIds?: string[] | undefined;
|
|
1576
1740
|
MaxResults?: number | undefined;
|
|
1577
1741
|
NextToken?: string | undefined;
|
|
1578
1742
|
}
|
|
1579
|
-
export interface
|
|
1580
|
-
|
|
1743
|
+
export interface DescribeTrafficMirrorTargetsResult {
|
|
1744
|
+
TrafficMirrorTargets?: TrafficMirrorTarget[] | undefined;
|
|
1745
|
+
NextToken?: string | undefined;
|
|
1581
1746
|
}
|
|
1582
|
-
export interface
|
|
1583
|
-
|
|
1584
|
-
|
|
1747
|
+
export interface DescribeTransitGatewayAttachmentsRequest {
|
|
1748
|
+
TransitGatewayAttachmentIds?: string[] | undefined;
|
|
1749
|
+
Filters?: Filter[] | undefined;
|
|
1750
|
+
MaxResults?: number | undefined;
|
|
1751
|
+
NextToken?: string | undefined;
|
|
1752
|
+
DryRun?: boolean | undefined;
|
|
1585
1753
|
}
|
|
1586
|
-
export interface
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
DiskImageSize?: number | undefined;
|
|
1590
|
-
Format?: string | undefined;
|
|
1591
|
-
Progress?: string | undefined;
|
|
1592
|
-
SnapshotId?: string | undefined;
|
|
1593
|
-
Status?: string | undefined;
|
|
1594
|
-
StatusMessage?: string | undefined;
|
|
1595
|
-
Url?: string | undefined;
|
|
1596
|
-
UserBucket?: UserBucketDetails | undefined;
|
|
1754
|
+
export interface TransitGatewayAttachmentAssociation {
|
|
1755
|
+
TransitGatewayRouteTableId?: string | undefined;
|
|
1756
|
+
State?: TransitGatewayAssociationState | undefined;
|
|
1597
1757
|
}
|
|
1598
|
-
export interface
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
Progress?: string | undefined;
|
|
1609
|
-
SnapshotDetails?: SnapshotDetail[] | undefined;
|
|
1610
|
-
Status?: string | undefined;
|
|
1611
|
-
StatusMessage?: string | undefined;
|
|
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;
|
|
1612
1768
|
Tags?: Tag[] | undefined;
|
|
1613
|
-
LicenseSpecifications?: ImportImageLicenseConfigurationResponse[] | undefined;
|
|
1614
|
-
UsageOperation?: string | undefined;
|
|
1615
|
-
BootMode?: BootModeValues | undefined;
|
|
1616
1769
|
}
|
|
1617
|
-
export interface
|
|
1618
|
-
|
|
1770
|
+
export interface DescribeTransitGatewayAttachmentsResult {
|
|
1771
|
+
TransitGatewayAttachments?: TransitGatewayAttachment[] | undefined;
|
|
1619
1772
|
NextToken?: string | undefined;
|
|
1620
1773
|
}
|
|
1621
|
-
export interface
|
|
1622
|
-
|
|
1774
|
+
export interface DescribeTransitGatewayConnectPeersRequest {
|
|
1775
|
+
TransitGatewayConnectPeerIds?: string[] | undefined;
|
|
1623
1776
|
Filters?: Filter[] | undefined;
|
|
1624
|
-
ImportTaskIds?: string[] | undefined;
|
|
1625
1777
|
MaxResults?: number | undefined;
|
|
1626
1778
|
NextToken?: string | undefined;
|
|
1779
|
+
DryRun?: boolean | undefined;
|
|
1627
1780
|
}
|
|
1628
|
-
export interface
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
Encrypted?: boolean | undefined;
|
|
1632
|
-
Format?: string | undefined;
|
|
1633
|
-
KmsKeyId?: string | undefined;
|
|
1634
|
-
Progress?: string | undefined;
|
|
1635
|
-
SnapshotId?: string | undefined;
|
|
1636
|
-
Status?: string | undefined;
|
|
1637
|
-
StatusMessage?: string | undefined;
|
|
1638
|
-
Url?: string | undefined;
|
|
1639
|
-
UserBucket?: UserBucketDetails | undefined;
|
|
1781
|
+
export interface DescribeTransitGatewayConnectPeersResult {
|
|
1782
|
+
TransitGatewayConnectPeers?: TransitGatewayConnectPeer[] | undefined;
|
|
1783
|
+
NextToken?: string | undefined;
|
|
1640
1784
|
}
|
|
1641
|
-
export interface
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1785
|
+
export interface DescribeTransitGatewayConnectsRequest {
|
|
1786
|
+
TransitGatewayAttachmentIds?: string[] | undefined;
|
|
1787
|
+
Filters?: Filter[] | undefined;
|
|
1788
|
+
MaxResults?: number | undefined;
|
|
1789
|
+
NextToken?: string | undefined;
|
|
1790
|
+
DryRun?: boolean | undefined;
|
|
1646
1791
|
}
|
|
1647
|
-
export interface
|
|
1648
|
-
|
|
1649
|
-
NextToken?: string | undefined;
|
|
1650
|
-
}
|
|
1651
|
-
export declare const InstanceAttributeName: {
|
|
1652
|
-
readonly blockDeviceMapping: "blockDeviceMapping";
|
|
1653
|
-
readonly disableApiStop: "disableApiStop";
|
|
1654
|
-
readonly disableApiTermination: "disableApiTermination";
|
|
1655
|
-
readonly ebsOptimized: "ebsOptimized";
|
|
1656
|
-
readonly enaSupport: "enaSupport";
|
|
1657
|
-
readonly enclaveOptions: "enclaveOptions";
|
|
1658
|
-
readonly groupSet: "groupSet";
|
|
1659
|
-
readonly instanceInitiatedShutdownBehavior: "instanceInitiatedShutdownBehavior";
|
|
1660
|
-
readonly instanceType: "instanceType";
|
|
1661
|
-
readonly kernel: "kernel";
|
|
1662
|
-
readonly productCodes: "productCodes";
|
|
1663
|
-
readonly ramdisk: "ramdisk";
|
|
1664
|
-
readonly rootDeviceName: "rootDeviceName";
|
|
1665
|
-
readonly sourceDestCheck: "sourceDestCheck";
|
|
1666
|
-
readonly sriovNetSupport: "sriovNetSupport";
|
|
1667
|
-
readonly userData: "userData";
|
|
1668
|
-
};
|
|
1669
|
-
export type InstanceAttributeName =
|
|
1670
|
-
(typeof InstanceAttributeName)[keyof typeof InstanceAttributeName];
|
|
1671
|
-
export interface DescribeInstanceAttributeRequest {
|
|
1672
|
-
DryRun?: boolean | undefined;
|
|
1673
|
-
InstanceId: string | undefined;
|
|
1674
|
-
Attribute: InstanceAttributeName | undefined;
|
|
1675
|
-
}
|
|
1676
|
-
export interface EbsInstanceBlockDevice {
|
|
1677
|
-
AttachTime?: Date | undefined;
|
|
1678
|
-
DeleteOnTermination?: boolean | undefined;
|
|
1679
|
-
Status?: AttachmentStatus | undefined;
|
|
1680
|
-
VolumeId?: string | undefined;
|
|
1681
|
-
AssociatedResource?: string | undefined;
|
|
1682
|
-
VolumeOwnerId?: string | undefined;
|
|
1683
|
-
Operator?: OperatorResponse | undefined;
|
|
1792
|
+
export interface DescribeTransitGatewayConnectsResult {
|
|
1793
|
+
TransitGatewayConnects?: TransitGatewayConnect[] | undefined;
|
|
1794
|
+
NextToken?: string | undefined;
|
|
1684
1795
|
}
|
|
1685
|
-
export interface
|
|
1686
|
-
|
|
1687
|
-
|
|
1796
|
+
export interface DescribeTransitGatewayMulticastDomainsRequest {
|
|
1797
|
+
TransitGatewayMulticastDomainIds?: string[] | undefined;
|
|
1798
|
+
Filters?: Filter[] | undefined;
|
|
1799
|
+
MaxResults?: number | undefined;
|
|
1800
|
+
NextToken?: string | undefined;
|
|
1801
|
+
DryRun?: boolean | undefined;
|
|
1688
1802
|
}
|
|
1689
|
-
export interface
|
|
1690
|
-
|
|
1803
|
+
export interface DescribeTransitGatewayMulticastDomainsResult {
|
|
1804
|
+
TransitGatewayMulticastDomains?: TransitGatewayMulticastDomain[] | undefined;
|
|
1805
|
+
NextToken?: string | undefined;
|
|
1691
1806
|
}
|
|
1692
|
-
export interface
|
|
1693
|
-
|
|
1807
|
+
export interface DescribeTransitGatewayPeeringAttachmentsRequest {
|
|
1808
|
+
TransitGatewayAttachmentIds?: string[] | undefined;
|
|
1809
|
+
Filters?: Filter[] | undefined;
|
|
1810
|
+
MaxResults?: number | undefined;
|
|
1811
|
+
NextToken?: string | undefined;
|
|
1812
|
+
DryRun?: boolean | undefined;
|
|
1694
1813
|
}
|
|
1695
|
-
export interface
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
EbsOptimized?: AttributeBooleanValue | undefined;
|
|
1701
|
-
InstanceId?: string | undefined;
|
|
1702
|
-
InstanceInitiatedShutdownBehavior?: AttributeValue | undefined;
|
|
1703
|
-
InstanceType?: AttributeValue | undefined;
|
|
1704
|
-
KernelId?: AttributeValue | undefined;
|
|
1705
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
1706
|
-
RamdiskId?: AttributeValue | undefined;
|
|
1707
|
-
RootDeviceName?: AttributeValue | undefined;
|
|
1708
|
-
SourceDestCheck?: AttributeBooleanValue | undefined;
|
|
1709
|
-
SriovNetSupport?: AttributeValue | undefined;
|
|
1710
|
-
UserData?: AttributeValue | undefined;
|
|
1711
|
-
DisableApiStop?: AttributeBooleanValue | undefined;
|
|
1712
|
-
Groups?: GroupIdentifier[] | undefined;
|
|
1814
|
+
export interface DescribeTransitGatewayPeeringAttachmentsResult {
|
|
1815
|
+
TransitGatewayPeeringAttachments?:
|
|
1816
|
+
| TransitGatewayPeeringAttachment[]
|
|
1817
|
+
| undefined;
|
|
1818
|
+
NextToken?: string | undefined;
|
|
1713
1819
|
}
|
|
1714
|
-
export interface
|
|
1715
|
-
|
|
1820
|
+
export interface DescribeTransitGatewayPolicyTablesRequest {
|
|
1821
|
+
TransitGatewayPolicyTableIds?: string[] | undefined;
|
|
1822
|
+
Filters?: Filter[] | undefined;
|
|
1716
1823
|
MaxResults?: number | undefined;
|
|
1717
1824
|
NextToken?: string | undefined;
|
|
1718
|
-
|
|
1719
|
-
InstanceConnectEndpointIds?: string[] | undefined;
|
|
1825
|
+
DryRun?: boolean | undefined;
|
|
1720
1826
|
}
|
|
1721
|
-
export interface
|
|
1722
|
-
|
|
1827
|
+
export interface DescribeTransitGatewayPolicyTablesResult {
|
|
1828
|
+
TransitGatewayPolicyTables?: TransitGatewayPolicyTable[] | undefined;
|
|
1723
1829
|
NextToken?: string | undefined;
|
|
1724
1830
|
}
|
|
1725
|
-
export interface
|
|
1726
|
-
|
|
1831
|
+
export interface DescribeTransitGatewayRouteTableAnnouncementsRequest {
|
|
1832
|
+
TransitGatewayRouteTableAnnouncementIds?: string[] | undefined;
|
|
1727
1833
|
Filters?: Filter[] | undefined;
|
|
1728
|
-
InstanceIds?: string[] | undefined;
|
|
1729
1834
|
MaxResults?: number | undefined;
|
|
1730
1835
|
NextToken?: string | undefined;
|
|
1836
|
+
DryRun?: boolean | undefined;
|
|
1731
1837
|
}
|
|
1732
|
-
export interface
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
export interface DescribeInstanceCreditSpecificationsResult {
|
|
1737
|
-
InstanceCreditSpecifications?: InstanceCreditSpecification[] | undefined;
|
|
1838
|
+
export interface DescribeTransitGatewayRouteTableAnnouncementsResult {
|
|
1839
|
+
TransitGatewayRouteTableAnnouncements?:
|
|
1840
|
+
| TransitGatewayRouteTableAnnouncement[]
|
|
1841
|
+
| undefined;
|
|
1738
1842
|
NextToken?: string | undefined;
|
|
1739
1843
|
}
|
|
1740
|
-
export interface
|
|
1844
|
+
export interface DescribeTransitGatewayRouteTablesRequest {
|
|
1845
|
+
TransitGatewayRouteTableIds?: string[] | undefined;
|
|
1846
|
+
Filters?: Filter[] | undefined;
|
|
1847
|
+
MaxResults?: number | undefined;
|
|
1848
|
+
NextToken?: string | undefined;
|
|
1741
1849
|
DryRun?: boolean | undefined;
|
|
1742
1850
|
}
|
|
1743
|
-
export interface
|
|
1744
|
-
|
|
1851
|
+
export interface DescribeTransitGatewayRouteTablesResult {
|
|
1852
|
+
TransitGatewayRouteTables?: TransitGatewayRouteTable[] | undefined;
|
|
1853
|
+
NextToken?: string | undefined;
|
|
1745
1854
|
}
|
|
1746
|
-
export interface
|
|
1747
|
-
|
|
1748
|
-
InstanceEventWindowIds?: string[] | undefined;
|
|
1855
|
+
export interface DescribeTransitGatewaysRequest {
|
|
1856
|
+
TransitGatewayIds?: string[] | undefined;
|
|
1749
1857
|
Filters?: Filter[] | undefined;
|
|
1750
1858
|
MaxResults?: number | undefined;
|
|
1751
1859
|
NextToken?: string | undefined;
|
|
1860
|
+
DryRun?: boolean | undefined;
|
|
1752
1861
|
}
|
|
1753
|
-
export interface
|
|
1754
|
-
|
|
1862
|
+
export interface DescribeTransitGatewaysResult {
|
|
1863
|
+
TransitGateways?: TransitGateway[] | undefined;
|
|
1755
1864
|
NextToken?: string | undefined;
|
|
1756
1865
|
}
|
|
1757
|
-
export interface
|
|
1866
|
+
export interface DescribeTransitGatewayVpcAttachmentsRequest {
|
|
1867
|
+
TransitGatewayAttachmentIds?: string[] | undefined;
|
|
1758
1868
|
Filters?: Filter[] | undefined;
|
|
1759
|
-
InstanceIds?: string[] | undefined;
|
|
1760
1869
|
MaxResults?: number | undefined;
|
|
1761
1870
|
NextToken?: string | undefined;
|
|
1762
1871
|
DryRun?: boolean | undefined;
|
|
1763
1872
|
}
|
|
1764
|
-
export interface
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
OwnerId?: string | undefined;
|
|
1768
|
-
State?: ImageState | undefined;
|
|
1769
|
-
ImageOwnerAlias?: string | undefined;
|
|
1770
|
-
CreationDate?: string | undefined;
|
|
1771
|
-
DeprecationTime?: string | undefined;
|
|
1772
|
-
ImageAllowed?: boolean | undefined;
|
|
1773
|
-
IsPublic?: boolean | undefined;
|
|
1774
|
-
}
|
|
1775
|
-
export declare const InstanceStateName: {
|
|
1776
|
-
readonly pending: "pending";
|
|
1777
|
-
readonly running: "running";
|
|
1778
|
-
readonly shutting_down: "shutting-down";
|
|
1779
|
-
readonly stopped: "stopped";
|
|
1780
|
-
readonly stopping: "stopping";
|
|
1781
|
-
readonly terminated: "terminated";
|
|
1782
|
-
};
|
|
1783
|
-
export type InstanceStateName =
|
|
1784
|
-
(typeof InstanceStateName)[keyof typeof InstanceStateName];
|
|
1785
|
-
export interface InstanceState {
|
|
1786
|
-
Code?: number | undefined;
|
|
1787
|
-
Name?: InstanceStateName | undefined;
|
|
1788
|
-
}
|
|
1789
|
-
export interface InstanceImageMetadata {
|
|
1790
|
-
InstanceId?: string | undefined;
|
|
1791
|
-
InstanceType?: _InstanceType | undefined;
|
|
1792
|
-
LaunchTime?: Date | undefined;
|
|
1793
|
-
AvailabilityZone?: string | undefined;
|
|
1794
|
-
ZoneId?: string | undefined;
|
|
1795
|
-
State?: InstanceState | undefined;
|
|
1796
|
-
OwnerId?: string | undefined;
|
|
1797
|
-
Tags?: Tag[] | undefined;
|
|
1798
|
-
ImageMetadata?: ImageMetadata | undefined;
|
|
1799
|
-
Operator?: OperatorResponse | undefined;
|
|
1800
|
-
}
|
|
1801
|
-
export interface DescribeInstanceImageMetadataResult {
|
|
1802
|
-
InstanceImageMetadata?: InstanceImageMetadata[] | undefined;
|
|
1803
|
-
NextToken?: string | undefined;
|
|
1804
|
-
}
|
|
1805
|
-
export interface DescribeInstancesRequest {
|
|
1806
|
-
InstanceIds?: string[] | undefined;
|
|
1807
|
-
DryRun?: boolean | undefined;
|
|
1808
|
-
Filters?: Filter[] | undefined;
|
|
1809
|
-
NextToken?: string | undefined;
|
|
1810
|
-
MaxResults?: number | undefined;
|
|
1811
|
-
}
|
|
1812
|
-
export interface CapacityReservationSpecificationResponse {
|
|
1813
|
-
CapacityReservationPreference?: CapacityReservationPreference | undefined;
|
|
1814
|
-
CapacityReservationTarget?: CapacityReservationTargetResponse | undefined;
|
|
1815
|
-
}
|
|
1816
|
-
export interface CpuOptions {
|
|
1817
|
-
CoreCount?: number | undefined;
|
|
1818
|
-
ThreadsPerCore?: number | undefined;
|
|
1819
|
-
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
1820
|
-
}
|
|
1821
|
-
export declare const InstanceBootModeValues: {
|
|
1822
|
-
readonly legacy_bios: "legacy-bios";
|
|
1823
|
-
readonly uefi: "uefi";
|
|
1824
|
-
};
|
|
1825
|
-
export type InstanceBootModeValues =
|
|
1826
|
-
(typeof InstanceBootModeValues)[keyof typeof InstanceBootModeValues];
|
|
1827
|
-
export interface ElasticGpuAssociation {
|
|
1828
|
-
ElasticGpuId?: string | undefined;
|
|
1829
|
-
ElasticGpuAssociationId?: string | undefined;
|
|
1830
|
-
ElasticGpuAssociationState?: string | undefined;
|
|
1831
|
-
ElasticGpuAssociationTime?: string | undefined;
|
|
1832
|
-
}
|
|
1833
|
-
export interface ElasticInferenceAcceleratorAssociation {
|
|
1834
|
-
ElasticInferenceAcceleratorArn?: string | undefined;
|
|
1835
|
-
ElasticInferenceAcceleratorAssociationId?: string | undefined;
|
|
1836
|
-
ElasticInferenceAcceleratorAssociationState?: string | undefined;
|
|
1837
|
-
ElasticInferenceAcceleratorAssociationTime?: Date | undefined;
|
|
1838
|
-
}
|
|
1839
|
-
export interface HibernationOptions {
|
|
1840
|
-
Configured?: boolean | undefined;
|
|
1841
|
-
}
|
|
1842
|
-
export declare const InstanceLifecycleType: {
|
|
1843
|
-
readonly capacity_block: "capacity-block";
|
|
1844
|
-
readonly scheduled: "scheduled";
|
|
1845
|
-
readonly spot: "spot";
|
|
1846
|
-
};
|
|
1847
|
-
export type InstanceLifecycleType =
|
|
1848
|
-
(typeof InstanceLifecycleType)[keyof typeof InstanceLifecycleType];
|
|
1849
|
-
export interface LicenseConfiguration {
|
|
1850
|
-
LicenseConfigurationArn?: string | undefined;
|
|
1851
|
-
}
|
|
1852
|
-
export declare const InstanceAutoRecoveryState: {
|
|
1853
|
-
readonly default: "default";
|
|
1854
|
-
readonly disabled: "disabled";
|
|
1855
|
-
};
|
|
1856
|
-
export type InstanceAutoRecoveryState =
|
|
1857
|
-
(typeof InstanceAutoRecoveryState)[keyof typeof InstanceAutoRecoveryState];
|
|
1858
|
-
export declare const InstanceRebootMigrationState: {
|
|
1859
|
-
readonly default: "default";
|
|
1860
|
-
readonly disabled: "disabled";
|
|
1861
|
-
};
|
|
1862
|
-
export type InstanceRebootMigrationState =
|
|
1863
|
-
(typeof InstanceRebootMigrationState)[keyof typeof InstanceRebootMigrationState];
|
|
1864
|
-
export interface InstanceMaintenanceOptions {
|
|
1865
|
-
AutoRecovery?: InstanceAutoRecoveryState | undefined;
|
|
1866
|
-
RebootMigration?: InstanceRebootMigrationState | undefined;
|
|
1867
|
-
}
|
|
1868
|
-
export declare const InstanceMetadataEndpointState: {
|
|
1869
|
-
readonly disabled: "disabled";
|
|
1870
|
-
readonly enabled: "enabled";
|
|
1871
|
-
};
|
|
1872
|
-
export type InstanceMetadataEndpointState =
|
|
1873
|
-
(typeof InstanceMetadataEndpointState)[keyof typeof InstanceMetadataEndpointState];
|
|
1874
|
-
export declare const InstanceMetadataProtocolState: {
|
|
1875
|
-
readonly disabled: "disabled";
|
|
1876
|
-
readonly enabled: "enabled";
|
|
1877
|
-
};
|
|
1878
|
-
export type InstanceMetadataProtocolState =
|
|
1879
|
-
(typeof InstanceMetadataProtocolState)[keyof typeof InstanceMetadataProtocolState];
|
|
1880
|
-
export declare const HttpTokensState: {
|
|
1881
|
-
readonly optional: "optional";
|
|
1882
|
-
readonly required: "required";
|
|
1883
|
-
};
|
|
1884
|
-
export type HttpTokensState =
|
|
1885
|
-
(typeof HttpTokensState)[keyof typeof HttpTokensState];
|
|
1886
|
-
export declare const InstanceMetadataTagsState: {
|
|
1887
|
-
readonly disabled: "disabled";
|
|
1888
|
-
readonly enabled: "enabled";
|
|
1889
|
-
};
|
|
1890
|
-
export type InstanceMetadataTagsState =
|
|
1891
|
-
(typeof InstanceMetadataTagsState)[keyof typeof InstanceMetadataTagsState];
|
|
1892
|
-
export declare const InstanceMetadataOptionsState: {
|
|
1893
|
-
readonly applied: "applied";
|
|
1894
|
-
readonly pending: "pending";
|
|
1895
|
-
};
|
|
1896
|
-
export type InstanceMetadataOptionsState =
|
|
1897
|
-
(typeof InstanceMetadataOptionsState)[keyof typeof InstanceMetadataOptionsState];
|
|
1898
|
-
export interface InstanceMetadataOptionsResponse {
|
|
1899
|
-
State?: InstanceMetadataOptionsState | undefined;
|
|
1900
|
-
HttpTokens?: HttpTokensState | undefined;
|
|
1901
|
-
HttpPutResponseHopLimit?: number | undefined;
|
|
1902
|
-
HttpEndpoint?: InstanceMetadataEndpointState | undefined;
|
|
1903
|
-
HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
|
|
1904
|
-
InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
|
|
1905
|
-
}
|
|
1906
|
-
export declare const MonitoringState: {
|
|
1907
|
-
readonly disabled: "disabled";
|
|
1908
|
-
readonly disabling: "disabling";
|
|
1909
|
-
readonly enabled: "enabled";
|
|
1910
|
-
readonly pending: "pending";
|
|
1911
|
-
};
|
|
1912
|
-
export type MonitoringState =
|
|
1913
|
-
(typeof MonitoringState)[keyof typeof MonitoringState];
|
|
1914
|
-
export interface Monitoring {
|
|
1915
|
-
State?: MonitoringState | undefined;
|
|
1916
|
-
}
|
|
1917
|
-
export interface InstanceNetworkInterfaceAssociation {
|
|
1918
|
-
CarrierIp?: string | undefined;
|
|
1919
|
-
CustomerOwnedIp?: string | undefined;
|
|
1920
|
-
IpOwnerId?: string | undefined;
|
|
1921
|
-
PublicDnsName?: string | undefined;
|
|
1922
|
-
PublicIp?: string | undefined;
|
|
1873
|
+
export interface DescribeTransitGatewayVpcAttachmentsResult {
|
|
1874
|
+
TransitGatewayVpcAttachments?: TransitGatewayVpcAttachment[] | undefined;
|
|
1875
|
+
NextToken?: string | undefined;
|
|
1923
1876
|
}
|
|
1924
|
-
export interface
|
|
1925
|
-
|
|
1877
|
+
export interface DescribeTrunkInterfaceAssociationsRequest {
|
|
1878
|
+
AssociationIds?: string[] | undefined;
|
|
1879
|
+
DryRun?: boolean | undefined;
|
|
1880
|
+
Filters?: Filter[] | undefined;
|
|
1881
|
+
NextToken?: string | undefined;
|
|
1882
|
+
MaxResults?: number | undefined;
|
|
1926
1883
|
}
|
|
1927
|
-
export interface
|
|
1928
|
-
|
|
1929
|
-
|
|
1884
|
+
export interface DescribeTrunkInterfaceAssociationsResult {
|
|
1885
|
+
InterfaceAssociations?: TrunkInterfaceAssociation[] | undefined;
|
|
1886
|
+
NextToken?: string | undefined;
|
|
1930
1887
|
}
|
|
1931
|
-
export interface
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
EnaQueueCount?: number | undefined;
|
|
1888
|
+
export interface DescribeVerifiedAccessEndpointsRequest {
|
|
1889
|
+
VerifiedAccessEndpointIds?: string[] | undefined;
|
|
1890
|
+
VerifiedAccessInstanceId?: string | undefined;
|
|
1891
|
+
VerifiedAccessGroupId?: string | undefined;
|
|
1892
|
+
MaxResults?: number | undefined;
|
|
1893
|
+
NextToken?: string | undefined;
|
|
1894
|
+
Filters?: Filter[] | undefined;
|
|
1895
|
+
DryRun?: boolean | undefined;
|
|
1940
1896
|
}
|
|
1941
|
-
export interface
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
UdpTimeout?: number | undefined;
|
|
1897
|
+
export interface DescribeVerifiedAccessEndpointsResult {
|
|
1898
|
+
VerifiedAccessEndpoints?: VerifiedAccessEndpoint[] | undefined;
|
|
1899
|
+
NextToken?: string | undefined;
|
|
1945
1900
|
}
|
|
1946
|
-
export interface
|
|
1947
|
-
|
|
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;
|
|
1948
1908
|
}
|
|
1949
|
-
export interface
|
|
1950
|
-
|
|
1909
|
+
export interface DescribeVerifiedAccessGroupsResult {
|
|
1910
|
+
VerifiedAccessGroups?: VerifiedAccessGroup[] | undefined;
|
|
1911
|
+
NextToken?: string | undefined;
|
|
1951
1912
|
}
|
|
1952
|
-
export interface
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1913
|
+
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsRequest {
|
|
1914
|
+
VerifiedAccessInstanceIds?: string[] | undefined;
|
|
1915
|
+
MaxResults?: number | undefined;
|
|
1916
|
+
NextToken?: string | undefined;
|
|
1917
|
+
Filters?: Filter[] | undefined;
|
|
1918
|
+
DryRun?: boolean | undefined;
|
|
1957
1919
|
}
|
|
1958
|
-
export interface
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
Description?: string | undefined;
|
|
1962
|
-
Groups?: GroupIdentifier[] | undefined;
|
|
1963
|
-
Ipv6Addresses?: InstanceIpv6Address[] | undefined;
|
|
1964
|
-
MacAddress?: string | undefined;
|
|
1965
|
-
NetworkInterfaceId?: string | undefined;
|
|
1966
|
-
OwnerId?: string | undefined;
|
|
1967
|
-
PrivateDnsName?: string | undefined;
|
|
1968
|
-
PrivateIpAddress?: string | undefined;
|
|
1969
|
-
PrivateIpAddresses?: InstancePrivateIpAddress[] | undefined;
|
|
1970
|
-
SourceDestCheck?: boolean | undefined;
|
|
1971
|
-
Status?: NetworkInterfaceStatus | undefined;
|
|
1972
|
-
SubnetId?: string | undefined;
|
|
1973
|
-
VpcId?: string | undefined;
|
|
1974
|
-
InterfaceType?: string | undefined;
|
|
1975
|
-
Ipv4Prefixes?: InstanceIpv4Prefix[] | undefined;
|
|
1976
|
-
Ipv6Prefixes?: InstanceIpv6Prefix[] | undefined;
|
|
1977
|
-
ConnectionTrackingConfiguration?:
|
|
1978
|
-
| ConnectionTrackingSpecificationResponse
|
|
1979
|
-
| undefined;
|
|
1980
|
-
Operator?: OperatorResponse | undefined;
|
|
1920
|
+
export interface VerifiedAccessLogDeliveryStatus {
|
|
1921
|
+
Code?: VerifiedAccessLogDeliveryStatusCode | undefined;
|
|
1922
|
+
Message?: string | undefined;
|
|
1981
1923
|
}
|
|
1982
|
-
export interface
|
|
1983
|
-
|
|
1924
|
+
export interface VerifiedAccessLogCloudWatchLogsDestination {
|
|
1925
|
+
Enabled?: boolean | undefined;
|
|
1926
|
+
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
1927
|
+
LogGroup?: string | undefined;
|
|
1984
1928
|
}
|
|
1985
|
-
export interface
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1929
|
+
export interface VerifiedAccessLogKinesisDataFirehoseDestination {
|
|
1930
|
+
Enabled?: boolean | undefined;
|
|
1931
|
+
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
1932
|
+
DeliveryStream?: string | undefined;
|
|
1989
1933
|
}
|
|
1990
|
-
export interface
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
|
2002
|
-
| undefined;
|
|
2003
|
-
NetworkInterfaces?: InstanceNetworkInterface[] | undefined;
|
|
2004
|
-
OutpostArn?: string | undefined;
|
|
2005
|
-
RootDeviceName?: string | undefined;
|
|
2006
|
-
RootDeviceType?: DeviceType | undefined;
|
|
2007
|
-
SecurityGroups?: GroupIdentifier[] | undefined;
|
|
2008
|
-
SourceDestCheck?: boolean | undefined;
|
|
2009
|
-
SpotInstanceRequestId?: string | undefined;
|
|
2010
|
-
SriovNetSupport?: string | undefined;
|
|
2011
|
-
StateReason?: StateReason | undefined;
|
|
2012
|
-
Tags?: Tag[] | undefined;
|
|
2013
|
-
VirtualizationType?: VirtualizationType | undefined;
|
|
2014
|
-
CpuOptions?: CpuOptions | undefined;
|
|
2015
|
-
CapacityBlockId?: string | undefined;
|
|
2016
|
-
CapacityReservationId?: string | undefined;
|
|
2017
|
-
CapacityReservationSpecification?:
|
|
2018
|
-
| CapacityReservationSpecificationResponse
|
|
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
|
|
2019
1946
|
| undefined;
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
MetadataOptions?: InstanceMetadataOptionsResponse | undefined;
|
|
2023
|
-
EnclaveOptions?: EnclaveOptions | undefined;
|
|
2024
|
-
BootMode?: BootModeValues | undefined;
|
|
2025
|
-
PlatformDetails?: string | undefined;
|
|
2026
|
-
UsageOperation?: string | undefined;
|
|
2027
|
-
UsageOperationUpdateTime?: Date | undefined;
|
|
2028
|
-
PrivateDnsNameOptions?: PrivateDnsNameOptionsResponse | undefined;
|
|
2029
|
-
Ipv6Address?: string | undefined;
|
|
2030
|
-
TpmSupport?: string | undefined;
|
|
2031
|
-
MaintenanceOptions?: InstanceMaintenanceOptions | undefined;
|
|
2032
|
-
CurrentInstanceBootMode?: InstanceBootModeValues | undefined;
|
|
2033
|
-
NetworkPerformanceOptions?: InstanceNetworkPerformanceOptions | undefined;
|
|
2034
|
-
Operator?: OperatorResponse | undefined;
|
|
2035
|
-
InstanceId?: string | undefined;
|
|
2036
|
-
ImageId?: string | undefined;
|
|
2037
|
-
State?: InstanceState | undefined;
|
|
2038
|
-
PrivateDnsName?: string | undefined;
|
|
2039
|
-
PublicDnsName?: string | undefined;
|
|
2040
|
-
StateTransitionReason?: string | undefined;
|
|
2041
|
-
KeyName?: string | undefined;
|
|
2042
|
-
AmiLaunchIndex?: number | undefined;
|
|
2043
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
2044
|
-
InstanceType?: _InstanceType | undefined;
|
|
2045
|
-
LaunchTime?: Date | undefined;
|
|
2046
|
-
Placement?: Placement | undefined;
|
|
2047
|
-
KernelId?: string | undefined;
|
|
2048
|
-
RamdiskId?: string | undefined;
|
|
2049
|
-
Platform?: PlatformValues | undefined;
|
|
2050
|
-
Monitoring?: Monitoring | undefined;
|
|
2051
|
-
SubnetId?: string | undefined;
|
|
2052
|
-
VpcId?: string | undefined;
|
|
2053
|
-
PrivateIpAddress?: string | undefined;
|
|
2054
|
-
PublicIpAddress?: string | undefined;
|
|
1947
|
+
LogVersion?: string | undefined;
|
|
1948
|
+
IncludeTrustContext?: boolean | undefined;
|
|
2055
1949
|
}
|
|
2056
|
-
export interface
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
RequesterId?: string | undefined;
|
|
2060
|
-
Groups?: GroupIdentifier[] | undefined;
|
|
2061
|
-
Instances?: Instance[] | undefined;
|
|
1950
|
+
export interface VerifiedAccessInstanceLoggingConfiguration {
|
|
1951
|
+
VerifiedAccessInstanceId?: string | undefined;
|
|
1952
|
+
AccessLogs?: VerifiedAccessLogs | undefined;
|
|
2062
1953
|
}
|
|
2063
|
-
export interface
|
|
1954
|
+
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
|
|
1955
|
+
LoggingConfigurations?:
|
|
1956
|
+
| VerifiedAccessInstanceLoggingConfiguration[]
|
|
1957
|
+
| undefined;
|
|
2064
1958
|
NextToken?: string | undefined;
|
|
2065
|
-
Reservations?: Reservation[] | undefined;
|
|
2066
1959
|
}
|
|
2067
|
-
export interface
|
|
2068
|
-
|
|
2069
|
-
StartTime?: Date | undefined;
|
|
2070
|
-
EndTime?: Date | undefined;
|
|
2071
|
-
NextToken?: string | undefined;
|
|
1960
|
+
export interface DescribeVerifiedAccessInstancesRequest {
|
|
1961
|
+
VerifiedAccessInstanceIds?: string[] | undefined;
|
|
2072
1962
|
MaxResults?: number | undefined;
|
|
1963
|
+
NextToken?: string | undefined;
|
|
2073
1964
|
Filters?: Filter[] | undefined;
|
|
2074
1965
|
DryRun?: boolean | undefined;
|
|
2075
1966
|
}
|
|
2076
|
-
export
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
};
|
|
2087
|
-
export type SqlServerLicenseUsage =
|
|
2088
|
-
(typeof SqlServerLicenseUsage)[keyof typeof SqlServerLicenseUsage];
|
|
2089
|
-
export interface RegisteredInstance {
|
|
2090
|
-
InstanceId?: string | undefined;
|
|
2091
|
-
SqlServerLicenseUsage?: SqlServerLicenseUsage | undefined;
|
|
2092
|
-
HaStatus?: HaStatus | undefined;
|
|
2093
|
-
ProcessingStatus?: string | undefined;
|
|
2094
|
-
LastUpdatedTime?: Date | undefined;
|
|
2095
|
-
SqlServerCredentials?: string | undefined;
|
|
2096
|
-
Tags?: Tag[] | undefined;
|
|
1967
|
+
export interface DescribeVerifiedAccessInstancesResult {
|
|
1968
|
+
VerifiedAccessInstances?: VerifiedAccessInstance[] | undefined;
|
|
1969
|
+
NextToken?: string | undefined;
|
|
1970
|
+
}
|
|
1971
|
+
export interface DescribeVerifiedAccessTrustProvidersRequest {
|
|
1972
|
+
VerifiedAccessTrustProviderIds?: string[] | undefined;
|
|
1973
|
+
MaxResults?: number | undefined;
|
|
1974
|
+
NextToken?: string | undefined;
|
|
1975
|
+
Filters?: Filter[] | undefined;
|
|
1976
|
+
DryRun?: boolean | undefined;
|
|
2097
1977
|
}
|
|
2098
|
-
export interface
|
|
2099
|
-
|
|
1978
|
+
export interface DescribeVerifiedAccessTrustProvidersResult {
|
|
1979
|
+
VerifiedAccessTrustProviders?: VerifiedAccessTrustProvider[] | undefined;
|
|
2100
1980
|
NextToken?: string | undefined;
|
|
2101
1981
|
}
|
|
2102
|
-
export interface
|
|
2103
|
-
|
|
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;
|
|
1995
|
+
Filters?: Filter[] | undefined;
|
|
2104
1996
|
NextToken?: string | undefined;
|
|
2105
1997
|
MaxResults?: number | undefined;
|
|
2106
|
-
|
|
1998
|
+
}
|
|
1999
|
+
export interface DescribeVolumesResult {
|
|
2000
|
+
NextToken?: string | undefined;
|
|
2001
|
+
Volumes?: Volume[] | undefined;
|
|
2002
|
+
}
|
|
2003
|
+
export interface DescribeVolumesModificationsRequest {
|
|
2107
2004
|
DryRun?: boolean | undefined;
|
|
2005
|
+
VolumeIds?: string[] | undefined;
|
|
2006
|
+
Filters?: Filter[] | undefined;
|
|
2007
|
+
NextToken?: string | undefined;
|
|
2008
|
+
MaxResults?: number | undefined;
|
|
2108
2009
|
}
|
|
2109
|
-
export interface
|
|
2110
|
-
|
|
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;
|
|
2027
|
+
}
|
|
2028
|
+
export interface DescribeVolumesModificationsResult {
|
|
2111
2029
|
NextToken?: string | undefined;
|
|
2030
|
+
VolumesModifications?: VolumeModification[] | undefined;
|
|
2112
2031
|
}
|
|
2113
|
-
export interface
|
|
2114
|
-
InstanceIds?: string[] | undefined;
|
|
2032
|
+
export interface DescribeVolumeStatusRequest {
|
|
2115
2033
|
MaxResults?: number | undefined;
|
|
2116
2034
|
NextToken?: string | undefined;
|
|
2035
|
+
VolumeIds?: string[] | undefined;
|
|
2117
2036
|
DryRun?: boolean | undefined;
|
|
2118
2037
|
Filters?: Filter[] | undefined;
|
|
2119
|
-
IncludeAllInstances?: boolean | undefined;
|
|
2120
2038
|
}
|
|
2121
|
-
export
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
readonly failed: "failed";
|
|
2127
|
-
readonly initializing: "initializing";
|
|
2128
|
-
readonly insufficient_data: "insufficient-data";
|
|
2129
|
-
readonly passed: "passed";
|
|
2130
|
-
};
|
|
2131
|
-
export type StatusType = (typeof StatusType)[keyof typeof StatusType];
|
|
2132
|
-
export interface EbsStatusDetails {
|
|
2133
|
-
ImpairedSince?: Date | undefined;
|
|
2134
|
-
Name?: StatusName | undefined;
|
|
2135
|
-
Status?: StatusType | undefined;
|
|
2039
|
+
export interface VolumeStatusAction {
|
|
2040
|
+
Code?: string | undefined;
|
|
2041
|
+
Description?: string | undefined;
|
|
2042
|
+
EventId?: string | undefined;
|
|
2043
|
+
EventType?: string | undefined;
|
|
2136
2044
|
}
|
|
2137
|
-
export
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
readonly insufficient_data: "insufficient-data";
|
|
2141
|
-
readonly not_applicable: "not-applicable";
|
|
2142
|
-
readonly ok: "ok";
|
|
2143
|
-
};
|
|
2144
|
-
export type SummaryStatus = (typeof SummaryStatus)[keyof typeof SummaryStatus];
|
|
2145
|
-
export interface EbsStatusSummary {
|
|
2146
|
-
Details?: EbsStatusDetails[] | undefined;
|
|
2147
|
-
Status?: SummaryStatus | undefined;
|
|
2045
|
+
export interface VolumeStatusAttachmentStatus {
|
|
2046
|
+
IoPerformance?: string | undefined;
|
|
2047
|
+
InstanceId?: string | undefined;
|
|
2148
2048
|
}
|
|
2149
|
-
export
|
|
2150
|
-
readonly instance_reboot: "instance-reboot";
|
|
2151
|
-
readonly instance_retirement: "instance-retirement";
|
|
2152
|
-
readonly instance_stop: "instance-stop";
|
|
2153
|
-
readonly system_maintenance: "system-maintenance";
|
|
2154
|
-
readonly system_reboot: "system-reboot";
|
|
2155
|
-
};
|
|
2156
|
-
export type EventCode = (typeof EventCode)[keyof typeof EventCode];
|
|
2157
|
-
export interface InstanceStatusEvent {
|
|
2158
|
-
InstanceEventId?: string | undefined;
|
|
2159
|
-
Code?: EventCode | undefined;
|
|
2049
|
+
export interface VolumeStatusEvent {
|
|
2160
2050
|
Description?: string | undefined;
|
|
2051
|
+
EventId?: string | undefined;
|
|
2052
|
+
EventType?: string | undefined;
|
|
2161
2053
|
NotAfter?: Date | undefined;
|
|
2162
2054
|
NotBefore?: Date | undefined;
|
|
2163
|
-
|
|
2055
|
+
InstanceId?: string | undefined;
|
|
2164
2056
|
}
|
|
2165
|
-
export interface
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2057
|
+
export interface InitializationStatusDetails {
|
|
2058
|
+
InitializationType?: InitializationType | undefined;
|
|
2059
|
+
Progress?: number | undefined;
|
|
2060
|
+
EstimatedTimeToCompleteInSeconds?: number | undefined;
|
|
2169
2061
|
}
|
|
2170
|
-
export interface
|
|
2171
|
-
|
|
2172
|
-
Status?:
|
|
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;
|
|
2173
2069
|
}
|
|
2174
|
-
export interface
|
|
2070
|
+
export interface VolumeStatusItem {
|
|
2071
|
+
Actions?: VolumeStatusAction[] | undefined;
|
|
2175
2072
|
AvailabilityZone?: string | undefined;
|
|
2176
|
-
AvailabilityZoneId?: string | undefined;
|
|
2177
2073
|
OutpostArn?: string | undefined;
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
AttachedEbsStatus?: EbsStatusSummary | undefined;
|
|
2185
|
-
}
|
|
2186
|
-
export interface DescribeInstanceStatusResult {
|
|
2187
|
-
InstanceStatuses?: InstanceStatus[] | undefined;
|
|
2188
|
-
NextToken?: 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;
|
|
2189
2080
|
}
|