@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,2049 +1,1639 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
AllowedImagesSettingsDisabledState,
|
|
3
|
+
AllowedImagesSettingsEnabledState,
|
|
4
|
+
ArchitectureType,
|
|
5
|
+
CapacityManagerStatus,
|
|
6
|
+
CapacityReservationState,
|
|
7
|
+
CapacityTenancy,
|
|
8
|
+
ClientCertificateRevocationListStatusCode,
|
|
9
|
+
Comparison,
|
|
7
10
|
CurrencyCodeValues,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
DeviceTrustProviderType,
|
|
12
|
+
DiskImageFormat,
|
|
13
|
+
DnsNameState,
|
|
14
|
+
EkPubKeyFormat,
|
|
15
|
+
EkPubKeyType,
|
|
16
|
+
FastLaunchResourceType,
|
|
17
|
+
FastLaunchStateCode,
|
|
18
|
+
FastSnapshotRestoreStateCode,
|
|
19
|
+
FilterByDimension,
|
|
20
|
+
GroupBy,
|
|
21
|
+
HttpTokensState,
|
|
22
|
+
ImageBlockPublicAccessDisabledState,
|
|
23
|
+
ImageBlockPublicAccessEnabledState,
|
|
24
|
+
IngestionStatus,
|
|
25
|
+
InstanceMetadataEndpointState,
|
|
26
|
+
InstanceMetadataTagsState,
|
|
27
|
+
InternetGatewayBlockMode,
|
|
28
|
+
IpAddressType,
|
|
29
|
+
IpamAddressHistoryResourceType,
|
|
30
|
+
IpamComplianceStatus,
|
|
31
|
+
IpamDiscoveryFailureCode,
|
|
32
|
+
IpamNetworkInterfaceAttachmentStatus,
|
|
33
|
+
IpamOverlapStatus,
|
|
34
|
+
IpamPolicyManagedBy,
|
|
35
|
+
IpamPolicyResourceType,
|
|
36
|
+
IpamPublicAddressAssociationStatus,
|
|
37
|
+
IpamPublicAddressAwsService,
|
|
38
|
+
IpamPublicAddressType,
|
|
39
|
+
IpamResourceCidrIpSource,
|
|
40
|
+
IpamResourceType,
|
|
41
|
+
ManagedBy,
|
|
42
|
+
Metric,
|
|
43
|
+
MetricType,
|
|
44
|
+
PartitionLoadFrequency,
|
|
45
|
+
PayerResponsibility,
|
|
46
|
+
PaymentOption,
|
|
47
|
+
PeriodType,
|
|
48
|
+
ReservationEndDateType,
|
|
49
|
+
ReservationState,
|
|
50
|
+
ReservationType,
|
|
51
|
+
RouteServerPropagationState,
|
|
16
52
|
SecurityGroupVpcAssociationState,
|
|
53
|
+
ServiceConnectivityType,
|
|
54
|
+
SnapshotBlockPublicAccessState,
|
|
55
|
+
SSEType,
|
|
56
|
+
State,
|
|
57
|
+
StatisticType,
|
|
58
|
+
TransitGatewayAttachmentResourceType,
|
|
59
|
+
TransitGatewayPropagationState,
|
|
60
|
+
UnlimitedSupportedInstanceFamily,
|
|
61
|
+
UserTrustProviderType,
|
|
62
|
+
VirtualizationType,
|
|
63
|
+
VpcAttributeName,
|
|
64
|
+
VpcBlockPublicAccessExclusionsAllowed,
|
|
65
|
+
VpcBlockPublicAccessState,
|
|
66
|
+
} from "./enums";
|
|
67
|
+
import {
|
|
68
|
+
ActiveVpnTunnelStatus,
|
|
69
|
+
AddressTransfer,
|
|
70
|
+
AllowedPrincipal,
|
|
71
|
+
AsnAssociation,
|
|
72
|
+
AssociationStatus,
|
|
73
|
+
IamInstanceProfileAssociation,
|
|
74
|
+
InstanceEventWindow,
|
|
75
|
+
IpamPoolAllocation,
|
|
76
|
+
IpamResourceDiscoveryAssociation,
|
|
77
|
+
NatGatewayAddress,
|
|
78
|
+
RouteServerAssociation,
|
|
79
|
+
SubnetIpv6CidrBlockAssociation,
|
|
17
80
|
Tag,
|
|
18
81
|
TagSpecification,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
82
|
+
TransitGatewayAssociation,
|
|
83
|
+
TransitGatewayMulticastDomainAssociations,
|
|
84
|
+
TransitGatewayPolicyTableAssociation,
|
|
85
|
+
VerifiedAccessInstance,
|
|
86
|
+
VerifiedAccessTrustProvider,
|
|
87
|
+
Vpc,
|
|
88
|
+
VpcCidrBlockAssociation,
|
|
89
|
+
VpcIpv6CidrBlockAssociation,
|
|
90
|
+
VpcPeeringConnection,
|
|
24
91
|
} from "./models_0";
|
|
92
|
+
import { InstanceRequirementsRequest, IpamResourceTag } from "./models_1";
|
|
25
93
|
import {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
InternetGateway,
|
|
36
|
-
Ipam,
|
|
37
|
-
IpamExternalResourceVerificationToken,
|
|
38
|
-
IpamPool,
|
|
39
|
-
IpamPrefixListResolver,
|
|
40
|
-
IpamPrefixListResolverTarget,
|
|
41
|
-
IpamResourceDiscovery,
|
|
42
|
-
IpamScope,
|
|
43
|
-
Ipv4PrefixSpecificationRequest,
|
|
44
|
-
Ipv6PrefixSpecificationRequest,
|
|
45
|
-
KeyType,
|
|
46
|
-
MacModificationTask,
|
|
47
|
-
SpotInstanceType,
|
|
48
|
-
Subnet,
|
|
49
|
-
TargetCapacityUnitType,
|
|
50
|
-
Tenancy,
|
|
51
|
-
} from "./models_1";
|
|
52
|
-
import {
|
|
53
|
-
GroupIdentifier,
|
|
54
|
-
InstanceIpv6Address,
|
|
55
|
-
LaunchTemplate,
|
|
56
|
-
LaunchTemplateVersion,
|
|
57
|
-
LocalGatewayRouteTable,
|
|
58
|
-
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
59
|
-
LocalGatewayRouteTableVpcAssociation,
|
|
60
|
-
LocalGatewayVirtualInterface,
|
|
61
|
-
LocalGatewayVirtualInterfaceGroup,
|
|
62
|
-
ManagedPrefixList,
|
|
63
|
-
NatGateway,
|
|
64
|
-
NetworkAcl,
|
|
65
|
-
NetworkInsightsAccessScope,
|
|
66
|
-
NetworkInsightsPath,
|
|
67
|
-
NetworkInterface,
|
|
68
|
-
NetworkInterfaceAttachment,
|
|
69
|
-
NetworkInterfacePermission,
|
|
70
|
-
PlacementGroup,
|
|
71
|
-
PrivateIpAddressSpecification,
|
|
72
|
-
ReplaceRootVolumeTask,
|
|
73
|
-
RouteServer,
|
|
74
|
-
RouteServerEndpoint,
|
|
75
|
-
RouteServerPeer,
|
|
76
|
-
RouteTable,
|
|
77
|
-
Snapshot,
|
|
78
|
-
SnapshotState,
|
|
79
|
-
SpotDatafeedSubscription,
|
|
80
|
-
SpotInstanceStateFault,
|
|
81
|
-
StorageTier,
|
|
82
|
-
TrafficMirrorFilter,
|
|
83
|
-
TrafficMirrorFilterRule,
|
|
84
|
-
TrafficMirrorSession,
|
|
85
|
-
TrafficMirrorTarget,
|
|
86
|
-
TransitGatewayConnect,
|
|
87
|
-
TransitGatewayConnectPeer,
|
|
88
|
-
TransitGatewayMulticastDomain,
|
|
89
|
-
TransitGatewayPolicyTable,
|
|
94
|
+
ConnectionNotification,
|
|
95
|
+
DnsEntry,
|
|
96
|
+
ServiceConfiguration,
|
|
97
|
+
ServiceTypeDetail,
|
|
98
|
+
VpcBlockPublicAccessExclusion,
|
|
99
|
+
VpcEndpoint,
|
|
100
|
+
VpnConcentrator,
|
|
101
|
+
VpnConnection,
|
|
102
|
+
VpnGateway,
|
|
90
103
|
} from "./models_2";
|
|
91
|
-
import { Byoasn, Filter, IdFormat } from "./models_3";
|
|
92
104
|
import {
|
|
93
105
|
AttributeBooleanValue,
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
106
|
+
ExportTaskS3Location,
|
|
107
|
+
FastLaunchLaunchTemplateSpecificationResponse,
|
|
108
|
+
FastLaunchSnapshotConfigurationResponse,
|
|
109
|
+
Filter,
|
|
110
|
+
RegisteredInstance,
|
|
111
|
+
} from "./models_3";
|
|
112
|
+
import { VolumeStatusItem } from "./models_4";
|
|
113
|
+
export interface DescribeVolumeStatusResult {
|
|
114
|
+
NextToken?: string | undefined;
|
|
115
|
+
VolumeStatuses?: VolumeStatusItem[] | undefined;
|
|
116
|
+
}
|
|
117
|
+
export interface DescribeVpcAttributeRequest {
|
|
118
|
+
Attribute: VpcAttributeName | undefined;
|
|
119
|
+
VpcId: string | undefined;
|
|
100
120
|
DryRun?: boolean | undefined;
|
|
101
|
-
NextToken?: string | undefined;
|
|
102
|
-
MaxResults?: number | undefined;
|
|
103
|
-
InstanceIds?: string[] | undefined;
|
|
104
|
-
GroupNames?: string[] | undefined;
|
|
105
|
-
Filters?: Filter[] | undefined;
|
|
106
|
-
}
|
|
107
|
-
export interface InstanceTopology {
|
|
108
|
-
InstanceId?: string | undefined;
|
|
109
|
-
InstanceType?: string | undefined;
|
|
110
|
-
GroupName?: string | undefined;
|
|
111
|
-
NetworkNodes?: string[] | undefined;
|
|
112
|
-
AvailabilityZone?: string | undefined;
|
|
113
|
-
ZoneId?: string | undefined;
|
|
114
|
-
CapacityBlockId?: string | undefined;
|
|
115
121
|
}
|
|
116
|
-
export interface
|
|
117
|
-
|
|
118
|
-
|
|
122
|
+
export interface DescribeVpcAttributeResult {
|
|
123
|
+
EnableDnsHostnames?: AttributeBooleanValue | undefined;
|
|
124
|
+
EnableDnsSupport?: AttributeBooleanValue | undefined;
|
|
125
|
+
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue | undefined;
|
|
126
|
+
VpcId?: string | undefined;
|
|
119
127
|
}
|
|
120
|
-
export
|
|
121
|
-
readonly availability_zone: "availability-zone";
|
|
122
|
-
readonly availability_zone_id: "availability-zone-id";
|
|
123
|
-
readonly outpost: "outpost";
|
|
124
|
-
readonly region: "region";
|
|
125
|
-
};
|
|
126
|
-
export type LocationType = (typeof LocationType)[keyof typeof LocationType];
|
|
127
|
-
export interface DescribeInstanceTypeOfferingsRequest {
|
|
128
|
+
export interface DescribeVpcBlockPublicAccessExclusionsRequest {
|
|
128
129
|
DryRun?: boolean | undefined;
|
|
129
|
-
LocationType?: LocationType | undefined;
|
|
130
130
|
Filters?: Filter[] | undefined;
|
|
131
|
-
|
|
131
|
+
ExclusionIds?: string[] | undefined;
|
|
132
132
|
NextToken?: string | undefined;
|
|
133
|
+
MaxResults?: number | undefined;
|
|
133
134
|
}
|
|
134
|
-
export interface
|
|
135
|
-
|
|
136
|
-
LocationType?: LocationType | undefined;
|
|
137
|
-
Location?: string | undefined;
|
|
138
|
-
}
|
|
139
|
-
export interface DescribeInstanceTypeOfferingsResult {
|
|
140
|
-
InstanceTypeOfferings?: InstanceTypeOffering[] | undefined;
|
|
135
|
+
export interface DescribeVpcBlockPublicAccessExclusionsResult {
|
|
136
|
+
VpcBlockPublicAccessExclusions?: VpcBlockPublicAccessExclusion[] | undefined;
|
|
141
137
|
NextToken?: string | undefined;
|
|
142
138
|
}
|
|
143
|
-
export interface
|
|
139
|
+
export interface DescribeVpcBlockPublicAccessOptionsRequest {
|
|
144
140
|
DryRun?: boolean | undefined;
|
|
145
|
-
InstanceTypes?: _InstanceType[] | undefined;
|
|
146
|
-
Filters?: Filter[] | undefined;
|
|
147
|
-
MaxResults?: number | undefined;
|
|
148
|
-
NextToken?: string | undefined;
|
|
149
141
|
}
|
|
150
|
-
export
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
BaselineIops?: number | undefined;
|
|
160
|
-
MaximumBandwidthInMbps?: number | undefined;
|
|
161
|
-
MaximumThroughputInMBps?: number | undefined;
|
|
162
|
-
MaximumIops?: number | undefined;
|
|
163
|
-
}
|
|
164
|
-
export declare const EbsOptimizedSupport: {
|
|
165
|
-
readonly default: "default";
|
|
166
|
-
readonly supported: "supported";
|
|
167
|
-
readonly unsupported: "unsupported";
|
|
168
|
-
};
|
|
169
|
-
export type EbsOptimizedSupport =
|
|
170
|
-
(typeof EbsOptimizedSupport)[keyof typeof EbsOptimizedSupport];
|
|
171
|
-
export declare const EbsEncryptionSupport: {
|
|
172
|
-
readonly supported: "supported";
|
|
173
|
-
readonly unsupported: "unsupported";
|
|
174
|
-
};
|
|
175
|
-
export type EbsEncryptionSupport =
|
|
176
|
-
(typeof EbsEncryptionSupport)[keyof typeof EbsEncryptionSupport];
|
|
177
|
-
export declare const EbsNvmeSupport: {
|
|
178
|
-
readonly REQUIRED: "required";
|
|
179
|
-
readonly SUPPORTED: "supported";
|
|
180
|
-
readonly UNSUPPORTED: "unsupported";
|
|
181
|
-
};
|
|
182
|
-
export type EbsNvmeSupport =
|
|
183
|
-
(typeof EbsNvmeSupport)[keyof typeof EbsNvmeSupport];
|
|
184
|
-
export interface EbsInfo {
|
|
185
|
-
EbsOptimizedSupport?: EbsOptimizedSupport | undefined;
|
|
186
|
-
EncryptionSupport?: EbsEncryptionSupport | undefined;
|
|
187
|
-
EbsOptimizedInfo?: EbsOptimizedInfo | undefined;
|
|
188
|
-
NvmeSupport?: EbsNvmeSupport | undefined;
|
|
189
|
-
MaximumEbsAttachments?: number | undefined;
|
|
190
|
-
AttachmentLimitType?: AttachmentLimitType | undefined;
|
|
191
|
-
}
|
|
192
|
-
export interface FpgaDeviceMemoryInfo {
|
|
193
|
-
SizeInMiB?: number | undefined;
|
|
194
|
-
}
|
|
195
|
-
export interface FpgaDeviceInfo {
|
|
196
|
-
Name?: string | undefined;
|
|
197
|
-
Manufacturer?: string | undefined;
|
|
198
|
-
Count?: number | undefined;
|
|
199
|
-
MemoryInfo?: FpgaDeviceMemoryInfo | undefined;
|
|
200
|
-
}
|
|
201
|
-
export interface FpgaInfo {
|
|
202
|
-
Fpgas?: FpgaDeviceInfo[] | undefined;
|
|
203
|
-
TotalFpgaMemoryInMiB?: number | undefined;
|
|
204
|
-
}
|
|
205
|
-
export interface GpuDeviceMemoryInfo {
|
|
206
|
-
SizeInMiB?: number | undefined;
|
|
207
|
-
}
|
|
208
|
-
export interface GpuDeviceInfo {
|
|
209
|
-
Name?: string | undefined;
|
|
210
|
-
Manufacturer?: string | undefined;
|
|
211
|
-
Count?: number | undefined;
|
|
212
|
-
MemoryInfo?: GpuDeviceMemoryInfo | undefined;
|
|
213
|
-
}
|
|
214
|
-
export interface GpuInfo {
|
|
215
|
-
Gpus?: GpuDeviceInfo[] | undefined;
|
|
216
|
-
TotalGpuMemoryInMiB?: number | undefined;
|
|
217
|
-
}
|
|
218
|
-
export declare const InstanceTypeHypervisor: {
|
|
219
|
-
readonly NITRO: "nitro";
|
|
220
|
-
readonly XEN: "xen";
|
|
221
|
-
};
|
|
222
|
-
export type InstanceTypeHypervisor =
|
|
223
|
-
(typeof InstanceTypeHypervisor)[keyof typeof InstanceTypeHypervisor];
|
|
224
|
-
export interface InferenceDeviceMemoryInfo {
|
|
225
|
-
SizeInMiB?: number | undefined;
|
|
226
|
-
}
|
|
227
|
-
export interface InferenceDeviceInfo {
|
|
228
|
-
Count?: number | undefined;
|
|
229
|
-
Name?: string | undefined;
|
|
230
|
-
Manufacturer?: string | undefined;
|
|
231
|
-
MemoryInfo?: InferenceDeviceMemoryInfo | undefined;
|
|
232
|
-
}
|
|
233
|
-
export interface InferenceAcceleratorInfo {
|
|
234
|
-
Accelerators?: InferenceDeviceInfo[] | undefined;
|
|
235
|
-
TotalInferenceMemoryInMiB?: number | undefined;
|
|
236
|
-
}
|
|
237
|
-
export declare const DiskType: {
|
|
238
|
-
readonly hdd: "hdd";
|
|
239
|
-
readonly ssd: "ssd";
|
|
240
|
-
};
|
|
241
|
-
export type DiskType = (typeof DiskType)[keyof typeof DiskType];
|
|
242
|
-
export interface DiskInfo {
|
|
243
|
-
SizeInGB?: number | undefined;
|
|
244
|
-
Count?: number | undefined;
|
|
245
|
-
Type?: DiskType | undefined;
|
|
246
|
-
}
|
|
247
|
-
export declare const InstanceStorageEncryptionSupport: {
|
|
248
|
-
readonly required: "required";
|
|
249
|
-
readonly unsupported: "unsupported";
|
|
250
|
-
};
|
|
251
|
-
export type InstanceStorageEncryptionSupport =
|
|
252
|
-
(typeof InstanceStorageEncryptionSupport)[keyof typeof InstanceStorageEncryptionSupport];
|
|
253
|
-
export declare const EphemeralNvmeSupport: {
|
|
254
|
-
readonly REQUIRED: "required";
|
|
255
|
-
readonly SUPPORTED: "supported";
|
|
256
|
-
readonly UNSUPPORTED: "unsupported";
|
|
257
|
-
};
|
|
258
|
-
export type EphemeralNvmeSupport =
|
|
259
|
-
(typeof EphemeralNvmeSupport)[keyof typeof EphemeralNvmeSupport];
|
|
260
|
-
export interface InstanceStorageInfo {
|
|
261
|
-
TotalSizeInGB?: number | undefined;
|
|
262
|
-
Disks?: DiskInfo[] | undefined;
|
|
263
|
-
NvmeSupport?: EphemeralNvmeSupport | undefined;
|
|
264
|
-
EncryptionSupport?: InstanceStorageEncryptionSupport | undefined;
|
|
265
|
-
}
|
|
266
|
-
export interface MediaDeviceMemoryInfo {
|
|
267
|
-
SizeInMiB?: number | undefined;
|
|
268
|
-
}
|
|
269
|
-
export interface MediaDeviceInfo {
|
|
270
|
-
Count?: number | undefined;
|
|
271
|
-
Name?: string | undefined;
|
|
272
|
-
Manufacturer?: string | undefined;
|
|
273
|
-
MemoryInfo?: MediaDeviceMemoryInfo | undefined;
|
|
274
|
-
}
|
|
275
|
-
export interface MediaAcceleratorInfo {
|
|
276
|
-
Accelerators?: MediaDeviceInfo[] | undefined;
|
|
277
|
-
TotalMediaMemoryInMiB?: number | undefined;
|
|
278
|
-
}
|
|
279
|
-
export interface MemoryInfo {
|
|
280
|
-
SizeInMiB?: number | undefined;
|
|
281
|
-
}
|
|
282
|
-
export declare const BandwidthWeightingType: {
|
|
283
|
-
readonly DEFAULT: "default";
|
|
284
|
-
readonly EBS_1: "ebs-1";
|
|
285
|
-
readonly VPC_1: "vpc-1";
|
|
286
|
-
};
|
|
287
|
-
export type BandwidthWeightingType =
|
|
288
|
-
(typeof BandwidthWeightingType)[keyof typeof BandwidthWeightingType];
|
|
289
|
-
export interface EfaInfo {
|
|
290
|
-
MaximumEfaInterfaces?: number | undefined;
|
|
291
|
-
}
|
|
292
|
-
export declare const EnaSupport: {
|
|
293
|
-
readonly required: "required";
|
|
294
|
-
readonly supported: "supported";
|
|
295
|
-
readonly unsupported: "unsupported";
|
|
296
|
-
};
|
|
297
|
-
export type EnaSupport = (typeof EnaSupport)[keyof typeof EnaSupport];
|
|
298
|
-
export declare const FlexibleEnaQueuesSupport: {
|
|
299
|
-
readonly SUPPORTED: "supported";
|
|
300
|
-
readonly UNSUPPORTED: "unsupported";
|
|
301
|
-
};
|
|
302
|
-
export type FlexibleEnaQueuesSupport =
|
|
303
|
-
(typeof FlexibleEnaQueuesSupport)[keyof typeof FlexibleEnaQueuesSupport];
|
|
304
|
-
export interface NetworkCardInfo {
|
|
305
|
-
NetworkCardIndex?: number | undefined;
|
|
306
|
-
NetworkPerformance?: string | undefined;
|
|
307
|
-
MaximumNetworkInterfaces?: number | undefined;
|
|
308
|
-
BaselineBandwidthInGbps?: number | undefined;
|
|
309
|
-
PeakBandwidthInGbps?: number | undefined;
|
|
310
|
-
DefaultEnaQueueCountPerInterface?: number | undefined;
|
|
311
|
-
MaximumEnaQueueCount?: number | undefined;
|
|
312
|
-
MaximumEnaQueueCountPerInterface?: number | undefined;
|
|
313
|
-
}
|
|
314
|
-
export interface NetworkInfo {
|
|
315
|
-
NetworkPerformance?: string | undefined;
|
|
316
|
-
MaximumNetworkInterfaces?: number | undefined;
|
|
317
|
-
MaximumNetworkCards?: number | undefined;
|
|
318
|
-
DefaultNetworkCardIndex?: number | undefined;
|
|
319
|
-
NetworkCards?: NetworkCardInfo[] | undefined;
|
|
320
|
-
Ipv4AddressesPerInterface?: number | undefined;
|
|
321
|
-
Ipv6AddressesPerInterface?: number | undefined;
|
|
322
|
-
Ipv6Supported?: boolean | undefined;
|
|
323
|
-
EnaSupport?: EnaSupport | undefined;
|
|
324
|
-
EfaSupported?: boolean | undefined;
|
|
325
|
-
EfaInfo?: EfaInfo | undefined;
|
|
326
|
-
EncryptionInTransitSupported?: boolean | undefined;
|
|
327
|
-
EnaSrdSupported?: boolean | undefined;
|
|
328
|
-
BandwidthWeightings?: BandwidthWeightingType[] | undefined;
|
|
329
|
-
FlexibleEnaQueuesSupport?: FlexibleEnaQueuesSupport | undefined;
|
|
330
|
-
}
|
|
331
|
-
export interface NeuronDeviceCoreInfo {
|
|
332
|
-
Count?: number | undefined;
|
|
333
|
-
Version?: number | undefined;
|
|
334
|
-
}
|
|
335
|
-
export interface NeuronDeviceMemoryInfo {
|
|
336
|
-
SizeInMiB?: number | undefined;
|
|
337
|
-
}
|
|
338
|
-
export interface NeuronDeviceInfo {
|
|
339
|
-
Count?: number | undefined;
|
|
340
|
-
Name?: string | undefined;
|
|
341
|
-
CoreInfo?: NeuronDeviceCoreInfo | undefined;
|
|
342
|
-
MemoryInfo?: NeuronDeviceMemoryInfo | undefined;
|
|
343
|
-
}
|
|
344
|
-
export interface NeuronInfo {
|
|
345
|
-
NeuronDevices?: NeuronDeviceInfo[] | undefined;
|
|
346
|
-
TotalNeuronDeviceMemoryInMiB?: number | undefined;
|
|
347
|
-
}
|
|
348
|
-
export declare const NitroEnclavesSupport: {
|
|
349
|
-
readonly SUPPORTED: "supported";
|
|
350
|
-
readonly UNSUPPORTED: "unsupported";
|
|
351
|
-
};
|
|
352
|
-
export type NitroEnclavesSupport =
|
|
353
|
-
(typeof NitroEnclavesSupport)[keyof typeof NitroEnclavesSupport];
|
|
354
|
-
export interface NitroTpmInfo {
|
|
355
|
-
SupportedVersions?: string[] | undefined;
|
|
356
|
-
}
|
|
357
|
-
export declare const NitroTpmSupport: {
|
|
358
|
-
readonly SUPPORTED: "supported";
|
|
359
|
-
readonly UNSUPPORTED: "unsupported";
|
|
360
|
-
};
|
|
361
|
-
export type NitroTpmSupport =
|
|
362
|
-
(typeof NitroTpmSupport)[keyof typeof NitroTpmSupport];
|
|
363
|
-
export declare const PhcSupport: {
|
|
364
|
-
readonly SUPPORTED: "supported";
|
|
365
|
-
readonly UNSUPPORTED: "unsupported";
|
|
366
|
-
};
|
|
367
|
-
export type PhcSupport = (typeof PhcSupport)[keyof typeof PhcSupport];
|
|
368
|
-
export declare const PlacementGroupStrategy: {
|
|
369
|
-
readonly cluster: "cluster";
|
|
370
|
-
readonly partition: "partition";
|
|
371
|
-
readonly spread: "spread";
|
|
372
|
-
};
|
|
373
|
-
export type PlacementGroupStrategy =
|
|
374
|
-
(typeof PlacementGroupStrategy)[keyof typeof PlacementGroupStrategy];
|
|
375
|
-
export interface PlacementGroupInfo {
|
|
376
|
-
SupportedStrategies?: PlacementGroupStrategy[] | undefined;
|
|
377
|
-
}
|
|
378
|
-
export declare const ArchitectureType: {
|
|
379
|
-
readonly arm64: "arm64";
|
|
380
|
-
readonly arm64_mac: "arm64_mac";
|
|
381
|
-
readonly i386: "i386";
|
|
382
|
-
readonly x86_64: "x86_64";
|
|
383
|
-
readonly x86_64_mac: "x86_64_mac";
|
|
384
|
-
};
|
|
385
|
-
export type ArchitectureType =
|
|
386
|
-
(typeof ArchitectureType)[keyof typeof ArchitectureType];
|
|
387
|
-
export declare const SupportedAdditionalProcessorFeature: {
|
|
388
|
-
readonly AMD_SEV_SNP: "amd-sev-snp";
|
|
389
|
-
};
|
|
390
|
-
export type SupportedAdditionalProcessorFeature =
|
|
391
|
-
(typeof SupportedAdditionalProcessorFeature)[keyof typeof SupportedAdditionalProcessorFeature];
|
|
392
|
-
export interface ProcessorInfo {
|
|
393
|
-
SupportedArchitectures?: ArchitectureType[] | undefined;
|
|
394
|
-
SustainedClockSpeedInGhz?: number | undefined;
|
|
395
|
-
SupportedFeatures?: SupportedAdditionalProcessorFeature[] | undefined;
|
|
396
|
-
Manufacturer?: string | undefined;
|
|
397
|
-
}
|
|
398
|
-
export declare const RebootMigrationSupport: {
|
|
399
|
-
readonly SUPPORTED: "supported";
|
|
400
|
-
readonly UNSUPPORTED: "unsupported";
|
|
401
|
-
};
|
|
402
|
-
export type RebootMigrationSupport =
|
|
403
|
-
(typeof RebootMigrationSupport)[keyof typeof RebootMigrationSupport];
|
|
404
|
-
export declare const BootModeType: {
|
|
405
|
-
readonly legacy_bios: "legacy-bios";
|
|
406
|
-
readonly uefi: "uefi";
|
|
407
|
-
};
|
|
408
|
-
export type BootModeType = (typeof BootModeType)[keyof typeof BootModeType];
|
|
409
|
-
export declare const RootDeviceType: {
|
|
410
|
-
readonly ebs: "ebs";
|
|
411
|
-
readonly instance_store: "instance-store";
|
|
412
|
-
};
|
|
413
|
-
export type RootDeviceType =
|
|
414
|
-
(typeof RootDeviceType)[keyof typeof RootDeviceType];
|
|
415
|
-
export declare const UsageClassType: {
|
|
416
|
-
readonly capacity_block: "capacity-block";
|
|
417
|
-
readonly on_demand: "on-demand";
|
|
418
|
-
readonly spot: "spot";
|
|
419
|
-
};
|
|
420
|
-
export type UsageClassType =
|
|
421
|
-
(typeof UsageClassType)[keyof typeof UsageClassType];
|
|
422
|
-
export interface VCpuInfo {
|
|
423
|
-
DefaultVCpus?: number | undefined;
|
|
424
|
-
DefaultCores?: number | undefined;
|
|
425
|
-
DefaultThreadsPerCore?: number | undefined;
|
|
426
|
-
ValidCores?: number[] | undefined;
|
|
427
|
-
ValidThreadsPerCore?: number[] | undefined;
|
|
428
|
-
}
|
|
429
|
-
export interface InstanceTypeInfo {
|
|
430
|
-
InstanceType?: _InstanceType | undefined;
|
|
431
|
-
CurrentGeneration?: boolean | undefined;
|
|
432
|
-
FreeTierEligible?: boolean | undefined;
|
|
433
|
-
SupportedUsageClasses?: UsageClassType[] | undefined;
|
|
434
|
-
SupportedRootDeviceTypes?: RootDeviceType[] | undefined;
|
|
435
|
-
SupportedVirtualizationTypes?: VirtualizationType[] | undefined;
|
|
436
|
-
BareMetal?: boolean | undefined;
|
|
437
|
-
Hypervisor?: InstanceTypeHypervisor | undefined;
|
|
438
|
-
ProcessorInfo?: ProcessorInfo | undefined;
|
|
439
|
-
VCpuInfo?: VCpuInfo | undefined;
|
|
440
|
-
MemoryInfo?: MemoryInfo | undefined;
|
|
441
|
-
InstanceStorageSupported?: boolean | undefined;
|
|
442
|
-
InstanceStorageInfo?: InstanceStorageInfo | undefined;
|
|
443
|
-
EbsInfo?: EbsInfo | undefined;
|
|
444
|
-
NetworkInfo?: NetworkInfo | undefined;
|
|
445
|
-
GpuInfo?: GpuInfo | undefined;
|
|
446
|
-
FpgaInfo?: FpgaInfo | undefined;
|
|
447
|
-
PlacementGroupInfo?: PlacementGroupInfo | undefined;
|
|
448
|
-
InferenceAcceleratorInfo?: InferenceAcceleratorInfo | undefined;
|
|
449
|
-
HibernationSupported?: boolean | undefined;
|
|
450
|
-
BurstablePerformanceSupported?: boolean | undefined;
|
|
451
|
-
DedicatedHostsSupported?: boolean | undefined;
|
|
452
|
-
AutoRecoverySupported?: boolean | undefined;
|
|
453
|
-
SupportedBootModes?: BootModeType[] | undefined;
|
|
454
|
-
NitroEnclavesSupport?: NitroEnclavesSupport | undefined;
|
|
455
|
-
NitroTpmSupport?: NitroTpmSupport | undefined;
|
|
456
|
-
NitroTpmInfo?: NitroTpmInfo | undefined;
|
|
457
|
-
MediaAcceleratorInfo?: MediaAcceleratorInfo | undefined;
|
|
458
|
-
NeuronInfo?: NeuronInfo | undefined;
|
|
459
|
-
PhcSupport?: PhcSupport | undefined;
|
|
460
|
-
RebootMigrationSupport?: RebootMigrationSupport | undefined;
|
|
461
|
-
}
|
|
462
|
-
export interface DescribeInstanceTypesResult {
|
|
463
|
-
InstanceTypes?: InstanceTypeInfo[] | undefined;
|
|
464
|
-
NextToken?: string | undefined;
|
|
142
|
+
export interface VpcBlockPublicAccessOptions {
|
|
143
|
+
AwsAccountId?: string | undefined;
|
|
144
|
+
AwsRegion?: string | undefined;
|
|
145
|
+
State?: VpcBlockPublicAccessState | undefined;
|
|
146
|
+
InternetGatewayBlockMode?: InternetGatewayBlockMode | undefined;
|
|
147
|
+
Reason?: string | undefined;
|
|
148
|
+
LastUpdateTimestamp?: Date | undefined;
|
|
149
|
+
ManagedBy?: ManagedBy | undefined;
|
|
150
|
+
ExclusionsAllowed?: VpcBlockPublicAccessExclusionsAllowed | undefined;
|
|
465
151
|
}
|
|
466
|
-
export interface
|
|
467
|
-
|
|
468
|
-
|
|
152
|
+
export interface DescribeVpcBlockPublicAccessOptionsResult {
|
|
153
|
+
VpcBlockPublicAccessOptions?: VpcBlockPublicAccessOptions | undefined;
|
|
154
|
+
}
|
|
155
|
+
export interface DescribeVpcClassicLinkRequest {
|
|
469
156
|
DryRun?: boolean | undefined;
|
|
470
|
-
|
|
157
|
+
VpcIds?: string[] | undefined;
|
|
471
158
|
Filters?: Filter[] | undefined;
|
|
472
159
|
}
|
|
473
|
-
export interface
|
|
474
|
-
|
|
475
|
-
|
|
160
|
+
export interface VpcClassicLink {
|
|
161
|
+
ClassicLinkEnabled?: boolean | undefined;
|
|
162
|
+
Tags?: Tag[] | undefined;
|
|
163
|
+
VpcId?: string | undefined;
|
|
476
164
|
}
|
|
477
|
-
export interface
|
|
478
|
-
|
|
479
|
-
MaxResults?: number | undefined;
|
|
480
|
-
NextToken?: string | undefined;
|
|
165
|
+
export interface DescribeVpcClassicLinkResult {
|
|
166
|
+
Vpcs?: VpcClassicLink[] | undefined;
|
|
481
167
|
}
|
|
482
|
-
export interface
|
|
483
|
-
|
|
168
|
+
export interface DescribeVpcClassicLinkDnsSupportRequest {
|
|
169
|
+
VpcIds?: string[] | undefined;
|
|
170
|
+
MaxResults?: number | undefined;
|
|
484
171
|
NextToken?: string | undefined;
|
|
485
172
|
}
|
|
486
|
-
export interface
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
NextToken?: string | undefined;
|
|
490
|
-
MaxResults?: number | undefined;
|
|
491
|
-
IpamExternalResourceVerificationTokenIds?: string[] | undefined;
|
|
173
|
+
export interface ClassicLinkDnsSupport {
|
|
174
|
+
ClassicLinkDnsSupported?: boolean | undefined;
|
|
175
|
+
VpcId?: string | undefined;
|
|
492
176
|
}
|
|
493
|
-
export interface
|
|
177
|
+
export interface DescribeVpcClassicLinkDnsSupportResult {
|
|
494
178
|
NextToken?: string | undefined;
|
|
495
|
-
|
|
496
|
-
| IpamExternalResourceVerificationToken[]
|
|
497
|
-
| undefined;
|
|
179
|
+
Vpcs?: ClassicLinkDnsSupport[] | undefined;
|
|
498
180
|
}
|
|
499
|
-
export interface
|
|
181
|
+
export interface DescribeVpcEndpointAssociationsRequest {
|
|
500
182
|
DryRun?: boolean | undefined;
|
|
183
|
+
VpcEndpointIds?: string[] | undefined;
|
|
501
184
|
Filters?: Filter[] | undefined;
|
|
502
185
|
MaxResults?: number | undefined;
|
|
503
186
|
NextToken?: string | undefined;
|
|
504
|
-
IpamPoolIds?: string[] | undefined;
|
|
505
187
|
}
|
|
506
|
-
export interface
|
|
188
|
+
export interface VpcEndpointAssociation {
|
|
189
|
+
Id?: string | undefined;
|
|
190
|
+
VpcEndpointId?: string | undefined;
|
|
191
|
+
ServiceNetworkArn?: string | undefined;
|
|
192
|
+
ServiceNetworkName?: string | undefined;
|
|
193
|
+
AssociatedResourceAccessibility?: string | undefined;
|
|
194
|
+
FailureReason?: string | undefined;
|
|
195
|
+
FailureCode?: string | undefined;
|
|
196
|
+
DnsEntry?: DnsEntry | undefined;
|
|
197
|
+
PrivateDnsEntry?: DnsEntry | undefined;
|
|
198
|
+
AssociatedResourceArn?: string | undefined;
|
|
199
|
+
ResourceConfigurationGroupArn?: string | undefined;
|
|
200
|
+
Tags?: Tag[] | undefined;
|
|
201
|
+
}
|
|
202
|
+
export interface DescribeVpcEndpointAssociationsResult {
|
|
203
|
+
VpcEndpointAssociations?: VpcEndpointAssociation[] | undefined;
|
|
507
204
|
NextToken?: string | undefined;
|
|
508
|
-
IpamPools?: IpamPool[] | undefined;
|
|
509
205
|
}
|
|
510
|
-
export interface
|
|
206
|
+
export interface DescribeVpcEndpointConnectionNotificationsRequest {
|
|
511
207
|
DryRun?: boolean | undefined;
|
|
208
|
+
ConnectionNotificationId?: string | undefined;
|
|
512
209
|
Filters?: Filter[] | undefined;
|
|
513
210
|
MaxResults?: number | undefined;
|
|
514
211
|
NextToken?: string | undefined;
|
|
515
|
-
IpamPrefixListResolverIds?: string[] | undefined;
|
|
516
212
|
}
|
|
517
|
-
export interface
|
|
213
|
+
export interface DescribeVpcEndpointConnectionNotificationsResult {
|
|
214
|
+
ConnectionNotificationSet?: ConnectionNotification[] | undefined;
|
|
518
215
|
NextToken?: string | undefined;
|
|
519
|
-
IpamPrefixListResolvers?: IpamPrefixListResolver[] | undefined;
|
|
520
216
|
}
|
|
521
|
-
export interface
|
|
217
|
+
export interface DescribeVpcEndpointConnectionsRequest {
|
|
522
218
|
DryRun?: boolean | undefined;
|
|
523
219
|
Filters?: Filter[] | undefined;
|
|
524
220
|
MaxResults?: number | undefined;
|
|
525
221
|
NextToken?: string | undefined;
|
|
526
|
-
IpamPrefixListResolverTargetIds?: string[] | undefined;
|
|
527
|
-
IpamPrefixListResolverId?: string | undefined;
|
|
528
|
-
}
|
|
529
|
-
export interface DescribeIpamPrefixListResolverTargetsResult {
|
|
530
|
-
NextToken?: string | undefined;
|
|
531
|
-
IpamPrefixListResolverTargets?: IpamPrefixListResolverTarget[] | undefined;
|
|
532
222
|
}
|
|
533
|
-
export interface
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
223
|
+
export interface VpcEndpointConnection {
|
|
224
|
+
ServiceId?: string | undefined;
|
|
225
|
+
VpcEndpointId?: string | undefined;
|
|
226
|
+
VpcEndpointOwner?: string | undefined;
|
|
227
|
+
VpcEndpointState?: State | undefined;
|
|
228
|
+
CreationTimestamp?: Date | undefined;
|
|
229
|
+
DnsEntries?: DnsEntry[] | undefined;
|
|
230
|
+
NetworkLoadBalancerArns?: string[] | undefined;
|
|
231
|
+
GatewayLoadBalancerArns?: string[] | undefined;
|
|
232
|
+
IpAddressType?: IpAddressType | undefined;
|
|
233
|
+
VpcEndpointConnectionId?: string | undefined;
|
|
234
|
+
Tags?: Tag[] | undefined;
|
|
235
|
+
VpcEndpointRegion?: string | undefined;
|
|
539
236
|
}
|
|
540
|
-
export interface
|
|
541
|
-
|
|
237
|
+
export interface DescribeVpcEndpointConnectionsResult {
|
|
238
|
+
VpcEndpointConnections?: VpcEndpointConnection[] | undefined;
|
|
542
239
|
NextToken?: string | undefined;
|
|
543
240
|
}
|
|
544
|
-
export interface
|
|
241
|
+
export interface DescribeVpcEndpointsRequest {
|
|
545
242
|
DryRun?: boolean | undefined;
|
|
546
|
-
|
|
547
|
-
NextToken?: string | undefined;
|
|
548
|
-
MaxResults?: number | undefined;
|
|
243
|
+
VpcEndpointIds?: string[] | undefined;
|
|
549
244
|
Filters?: Filter[] | undefined;
|
|
245
|
+
MaxResults?: number | undefined;
|
|
246
|
+
NextToken?: string | undefined;
|
|
550
247
|
}
|
|
551
|
-
export interface
|
|
552
|
-
|
|
553
|
-
| IpamResourceDiscoveryAssociation[]
|
|
554
|
-
| undefined;
|
|
248
|
+
export interface DescribeVpcEndpointsResult {
|
|
249
|
+
VpcEndpoints?: VpcEndpoint[] | undefined;
|
|
555
250
|
NextToken?: string | undefined;
|
|
556
251
|
}
|
|
557
|
-
export interface
|
|
252
|
+
export interface DescribeVpcEndpointServiceConfigurationsRequest {
|
|
558
253
|
DryRun?: boolean | undefined;
|
|
254
|
+
ServiceIds?: string[] | undefined;
|
|
559
255
|
Filters?: Filter[] | undefined;
|
|
560
256
|
MaxResults?: number | undefined;
|
|
561
257
|
NextToken?: string | undefined;
|
|
562
|
-
IpamIds?: string[] | undefined;
|
|
563
258
|
}
|
|
564
|
-
export interface
|
|
259
|
+
export interface DescribeVpcEndpointServiceConfigurationsResult {
|
|
260
|
+
ServiceConfigurations?: ServiceConfiguration[] | undefined;
|
|
565
261
|
NextToken?: string | undefined;
|
|
566
|
-
Ipams?: Ipam[] | undefined;
|
|
567
262
|
}
|
|
568
|
-
export interface
|
|
263
|
+
export interface DescribeVpcEndpointServicePermissionsRequest {
|
|
569
264
|
DryRun?: boolean | undefined;
|
|
265
|
+
ServiceId: string | undefined;
|
|
570
266
|
Filters?: Filter[] | undefined;
|
|
571
267
|
MaxResults?: number | undefined;
|
|
572
268
|
NextToken?: string | undefined;
|
|
573
|
-
IpamScopeIds?: string[] | undefined;
|
|
574
269
|
}
|
|
575
|
-
export interface
|
|
270
|
+
export interface DescribeVpcEndpointServicePermissionsResult {
|
|
271
|
+
AllowedPrincipals?: AllowedPrincipal[] | undefined;
|
|
576
272
|
NextToken?: string | undefined;
|
|
577
|
-
IpamScopes?: IpamScope[] | undefined;
|
|
578
273
|
}
|
|
579
|
-
export interface
|
|
580
|
-
PoolIds?: string[] | undefined;
|
|
581
|
-
NextToken?: string | undefined;
|
|
582
|
-
MaxResults?: number | undefined;
|
|
274
|
+
export interface DescribeVpcEndpointServicesRequest {
|
|
583
275
|
DryRun?: boolean | undefined;
|
|
276
|
+
ServiceNames?: string[] | undefined;
|
|
584
277
|
Filters?: Filter[] | undefined;
|
|
585
|
-
|
|
586
|
-
export interface PoolCidrBlock {
|
|
587
|
-
Cidr?: string | undefined;
|
|
588
|
-
}
|
|
589
|
-
export interface Ipv6Pool {
|
|
590
|
-
PoolId?: string | undefined;
|
|
591
|
-
Description?: string | undefined;
|
|
592
|
-
PoolCidrBlocks?: PoolCidrBlock[] | undefined;
|
|
593
|
-
Tags?: Tag[] | undefined;
|
|
594
|
-
}
|
|
595
|
-
export interface DescribeIpv6PoolsResult {
|
|
596
|
-
Ipv6Pools?: Ipv6Pool[] | undefined;
|
|
278
|
+
MaxResults?: number | undefined;
|
|
597
279
|
NextToken?: string | undefined;
|
|
280
|
+
ServiceRegions?: string[] | undefined;
|
|
598
281
|
}
|
|
599
|
-
export interface
|
|
600
|
-
|
|
601
|
-
KeyPairIds?: string[] | undefined;
|
|
602
|
-
IncludePublicKey?: boolean | undefined;
|
|
603
|
-
DryRun?: boolean | undefined;
|
|
604
|
-
Filters?: Filter[] | undefined;
|
|
282
|
+
export interface PrivateDnsDetails {
|
|
283
|
+
PrivateDnsName?: string | undefined;
|
|
605
284
|
}
|
|
606
|
-
export interface
|
|
607
|
-
|
|
608
|
-
|
|
285
|
+
export interface ServiceDetail {
|
|
286
|
+
ServiceName?: string | undefined;
|
|
287
|
+
ServiceId?: string | undefined;
|
|
288
|
+
ServiceType?: ServiceTypeDetail[] | undefined;
|
|
289
|
+
ServiceRegion?: string | undefined;
|
|
290
|
+
AvailabilityZoneIds?: string[] | undefined;
|
|
291
|
+
AvailabilityZones?: string[] | undefined;
|
|
292
|
+
Owner?: string | undefined;
|
|
293
|
+
BaseEndpointDnsNames?: string[] | undefined;
|
|
294
|
+
PrivateDnsName?: string | undefined;
|
|
295
|
+
PrivateDnsNames?: PrivateDnsDetails[] | undefined;
|
|
296
|
+
VpcEndpointPolicySupported?: boolean | undefined;
|
|
297
|
+
AcceptanceRequired?: boolean | undefined;
|
|
298
|
+
ManagesVpcEndpoints?: boolean | undefined;
|
|
299
|
+
PayerResponsibility?: PayerResponsibility | undefined;
|
|
609
300
|
Tags?: Tag[] | undefined;
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
KeyName?: string | undefined;
|
|
613
|
-
KeyFingerprint?: string | undefined;
|
|
614
|
-
}
|
|
615
|
-
export interface DescribeKeyPairsResult {
|
|
616
|
-
KeyPairs?: KeyPairInfo[] | undefined;
|
|
617
|
-
}
|
|
618
|
-
export interface DescribeLaunchTemplatesRequest {
|
|
619
|
-
DryRun?: boolean | undefined;
|
|
620
|
-
LaunchTemplateIds?: string[] | undefined;
|
|
621
|
-
LaunchTemplateNames?: string[] | undefined;
|
|
622
|
-
Filters?: Filter[] | undefined;
|
|
623
|
-
NextToken?: string | undefined;
|
|
624
|
-
MaxResults?: number | undefined;
|
|
301
|
+
PrivateDnsNameVerificationState?: DnsNameState | undefined;
|
|
302
|
+
SupportedIpAddressTypes?: ServiceConnectivityType[] | undefined;
|
|
625
303
|
}
|
|
626
|
-
export interface
|
|
627
|
-
|
|
304
|
+
export interface DescribeVpcEndpointServicesResult {
|
|
305
|
+
ServiceNames?: string[] | undefined;
|
|
306
|
+
ServiceDetails?: ServiceDetail[] | undefined;
|
|
628
307
|
NextToken?: string | undefined;
|
|
629
308
|
}
|
|
630
|
-
export interface
|
|
631
|
-
DryRun?: boolean | undefined;
|
|
632
|
-
LaunchTemplateId?: string | undefined;
|
|
633
|
-
LaunchTemplateName?: string | undefined;
|
|
634
|
-
Versions?: string[] | undefined;
|
|
635
|
-
MinVersion?: string | undefined;
|
|
636
|
-
MaxVersion?: string | undefined;
|
|
309
|
+
export interface DescribeVpcPeeringConnectionsRequest {
|
|
637
310
|
NextToken?: string | undefined;
|
|
638
311
|
MaxResults?: number | undefined;
|
|
312
|
+
DryRun?: boolean | undefined;
|
|
313
|
+
VpcPeeringConnectionIds?: string[] | undefined;
|
|
639
314
|
Filters?: Filter[] | undefined;
|
|
640
|
-
ResolveAlias?: boolean | undefined;
|
|
641
315
|
}
|
|
642
|
-
export interface
|
|
643
|
-
|
|
316
|
+
export interface DescribeVpcPeeringConnectionsResult {
|
|
317
|
+
VpcPeeringConnections?: VpcPeeringConnection[] | undefined;
|
|
644
318
|
NextToken?: string | undefined;
|
|
645
319
|
}
|
|
646
|
-
export interface
|
|
647
|
-
LocalGatewayRouteTableIds?: string[] | undefined;
|
|
320
|
+
export interface DescribeVpcsRequest {
|
|
648
321
|
Filters?: Filter[] | undefined;
|
|
649
|
-
|
|
322
|
+
VpcIds?: string[] | undefined;
|
|
650
323
|
NextToken?: string | undefined;
|
|
324
|
+
MaxResults?: number | undefined;
|
|
651
325
|
DryRun?: boolean | undefined;
|
|
652
326
|
}
|
|
653
|
-
export interface
|
|
654
|
-
LocalGatewayRouteTables?: LocalGatewayRouteTable[] | undefined;
|
|
327
|
+
export interface DescribeVpcsResult {
|
|
655
328
|
NextToken?: string | undefined;
|
|
329
|
+
Vpcs?: Vpc[] | undefined;
|
|
656
330
|
}
|
|
657
|
-
export interface
|
|
658
|
-
|
|
659
|
-
| string[]
|
|
660
|
-
| undefined;
|
|
331
|
+
export interface DescribeVpnConcentratorsRequest {
|
|
332
|
+
VpnConcentratorIds?: string[] | undefined;
|
|
661
333
|
Filters?: Filter[] | undefined;
|
|
662
334
|
MaxResults?: number | undefined;
|
|
663
335
|
NextToken?: string | undefined;
|
|
664
336
|
DryRun?: boolean | undefined;
|
|
665
337
|
}
|
|
666
|
-
export interface
|
|
667
|
-
|
|
668
|
-
| LocalGatewayRouteTableVirtualInterfaceGroupAssociation[]
|
|
669
|
-
| undefined;
|
|
338
|
+
export interface DescribeVpnConcentratorsResult {
|
|
339
|
+
VpnConcentrators?: VpnConcentrator[] | undefined;
|
|
670
340
|
NextToken?: string | undefined;
|
|
671
341
|
}
|
|
672
|
-
export interface
|
|
673
|
-
LocalGatewayRouteTableVpcAssociationIds?: string[] | undefined;
|
|
342
|
+
export interface DescribeVpnConnectionsRequest {
|
|
674
343
|
Filters?: Filter[] | undefined;
|
|
675
|
-
|
|
676
|
-
NextToken?: string | undefined;
|
|
344
|
+
VpnConnectionIds?: string[] | undefined;
|
|
677
345
|
DryRun?: boolean | undefined;
|
|
678
346
|
}
|
|
679
|
-
export interface
|
|
680
|
-
|
|
681
|
-
| LocalGatewayRouteTableVpcAssociation[]
|
|
682
|
-
| undefined;
|
|
683
|
-
NextToken?: string | undefined;
|
|
347
|
+
export interface DescribeVpnConnectionsResult {
|
|
348
|
+
VpnConnections?: VpnConnection[] | undefined;
|
|
684
349
|
}
|
|
685
|
-
export interface
|
|
686
|
-
LocalGatewayIds?: string[] | undefined;
|
|
350
|
+
export interface DescribeVpnGatewaysRequest {
|
|
687
351
|
Filters?: Filter[] | undefined;
|
|
688
|
-
|
|
689
|
-
NextToken?: string | undefined;
|
|
352
|
+
VpnGatewayIds?: string[] | undefined;
|
|
690
353
|
DryRun?: boolean | undefined;
|
|
691
354
|
}
|
|
692
|
-
export interface
|
|
693
|
-
|
|
694
|
-
OutpostArn?: string | undefined;
|
|
695
|
-
OwnerId?: string | undefined;
|
|
696
|
-
State?: string | undefined;
|
|
697
|
-
Tags?: Tag[] | undefined;
|
|
698
|
-
}
|
|
699
|
-
export interface DescribeLocalGatewaysResult {
|
|
700
|
-
LocalGateways?: LocalGateway[] | undefined;
|
|
701
|
-
NextToken?: string | undefined;
|
|
355
|
+
export interface DescribeVpnGatewaysResult {
|
|
356
|
+
VpnGateways?: VpnGateway[] | undefined;
|
|
702
357
|
}
|
|
703
|
-
export interface
|
|
704
|
-
LocalGatewayVirtualInterfaceGroupIds?: string[] | undefined;
|
|
705
|
-
Filters?: Filter[] | undefined;
|
|
706
|
-
MaxResults?: number | undefined;
|
|
707
|
-
NextToken?: string | undefined;
|
|
358
|
+
export interface DetachClassicLinkVpcRequest {
|
|
708
359
|
DryRun?: boolean | undefined;
|
|
360
|
+
InstanceId: string | undefined;
|
|
361
|
+
VpcId: string | undefined;
|
|
709
362
|
}
|
|
710
|
-
export interface
|
|
711
|
-
|
|
712
|
-
| LocalGatewayVirtualInterfaceGroup[]
|
|
713
|
-
| undefined;
|
|
714
|
-
NextToken?: string | undefined;
|
|
363
|
+
export interface DetachClassicLinkVpcResult {
|
|
364
|
+
Return?: boolean | undefined;
|
|
715
365
|
}
|
|
716
|
-
export interface
|
|
717
|
-
LocalGatewayVirtualInterfaceIds?: string[] | undefined;
|
|
718
|
-
Filters?: Filter[] | undefined;
|
|
719
|
-
MaxResults?: number | undefined;
|
|
720
|
-
NextToken?: string | undefined;
|
|
366
|
+
export interface DetachInternetGatewayRequest {
|
|
721
367
|
DryRun?: boolean | undefined;
|
|
368
|
+
InternetGatewayId: string | undefined;
|
|
369
|
+
VpcId: string | undefined;
|
|
722
370
|
}
|
|
723
|
-
export interface
|
|
724
|
-
LocalGatewayVirtualInterfaces?: LocalGatewayVirtualInterface[] | undefined;
|
|
725
|
-
NextToken?: string | undefined;
|
|
726
|
-
}
|
|
727
|
-
export interface DescribeLockedSnapshotsRequest {
|
|
728
|
-
Filters?: Filter[] | undefined;
|
|
729
|
-
MaxResults?: number | undefined;
|
|
730
|
-
NextToken?: string | undefined;
|
|
731
|
-
SnapshotIds?: string[] | undefined;
|
|
371
|
+
export interface DetachNetworkInterfaceRequest {
|
|
732
372
|
DryRun?: boolean | undefined;
|
|
373
|
+
AttachmentId: string | undefined;
|
|
374
|
+
Force?: boolean | undefined;
|
|
733
375
|
}
|
|
734
|
-
export
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
};
|
|
740
|
-
export type LockState = (typeof LockState)[keyof typeof LockState];
|
|
741
|
-
export interface LockedSnapshotsInfo {
|
|
742
|
-
OwnerId?: string | undefined;
|
|
743
|
-
SnapshotId?: string | undefined;
|
|
744
|
-
LockState?: LockState | undefined;
|
|
745
|
-
LockDuration?: number | undefined;
|
|
746
|
-
CoolOffPeriod?: number | undefined;
|
|
747
|
-
CoolOffPeriodExpiresOn?: Date | undefined;
|
|
748
|
-
LockCreatedOn?: Date | undefined;
|
|
749
|
-
LockDurationStartTime?: Date | undefined;
|
|
750
|
-
LockExpiresOn?: Date | undefined;
|
|
751
|
-
}
|
|
752
|
-
export interface DescribeLockedSnapshotsResult {
|
|
753
|
-
Snapshots?: LockedSnapshotsInfo[] | undefined;
|
|
754
|
-
NextToken?: string | undefined;
|
|
376
|
+
export interface DetachVerifiedAccessTrustProviderRequest {
|
|
377
|
+
VerifiedAccessInstanceId: string | undefined;
|
|
378
|
+
VerifiedAccessTrustProviderId: string | undefined;
|
|
379
|
+
ClientToken?: string | undefined;
|
|
380
|
+
DryRun?: boolean | undefined;
|
|
755
381
|
}
|
|
756
|
-
export interface
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
MaxResults?: number | undefined;
|
|
760
|
-
NextToken?: string | undefined;
|
|
382
|
+
export interface DetachVerifiedAccessTrustProviderResult {
|
|
383
|
+
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
|
|
384
|
+
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
761
385
|
}
|
|
762
|
-
export interface
|
|
763
|
-
|
|
764
|
-
|
|
386
|
+
export interface DetachVolumeRequest {
|
|
387
|
+
Device?: string | undefined;
|
|
388
|
+
Force?: boolean | undefined;
|
|
389
|
+
InstanceId?: string | undefined;
|
|
390
|
+
VolumeId: string | undefined;
|
|
391
|
+
DryRun?: boolean | undefined;
|
|
765
392
|
}
|
|
766
|
-
export interface
|
|
767
|
-
|
|
768
|
-
|
|
393
|
+
export interface DetachVpnGatewayRequest {
|
|
394
|
+
VpcId: string | undefined;
|
|
395
|
+
VpnGatewayId: string | undefined;
|
|
396
|
+
DryRun?: boolean | undefined;
|
|
769
397
|
}
|
|
770
|
-
export interface
|
|
398
|
+
export interface DisableAddressTransferRequest {
|
|
399
|
+
AllocationId: string | undefined;
|
|
771
400
|
DryRun?: boolean | undefined;
|
|
772
|
-
Filters?: Filter[] | undefined;
|
|
773
|
-
MacModificationTaskIds?: string[] | undefined;
|
|
774
|
-
MaxResults?: number | undefined;
|
|
775
|
-
NextToken?: string | undefined;
|
|
776
401
|
}
|
|
777
|
-
export interface
|
|
778
|
-
|
|
779
|
-
NextToken?: string | undefined;
|
|
402
|
+
export interface DisableAddressTransferResult {
|
|
403
|
+
AddressTransfer?: AddressTransfer | undefined;
|
|
780
404
|
}
|
|
781
|
-
export interface
|
|
405
|
+
export interface DisableAllowedImagesSettingsRequest {
|
|
782
406
|
DryRun?: boolean | undefined;
|
|
783
|
-
Filters?: Filter[] | undefined;
|
|
784
|
-
MaxResults?: number | undefined;
|
|
785
|
-
NextToken?: string | undefined;
|
|
786
|
-
PrefixListIds?: string[] | undefined;
|
|
787
407
|
}
|
|
788
|
-
export interface
|
|
789
|
-
|
|
790
|
-
PrefixLists?: ManagedPrefixList[] | undefined;
|
|
408
|
+
export interface DisableAllowedImagesSettingsResult {
|
|
409
|
+
AllowedImagesSettingsState?: AllowedImagesSettingsDisabledState | undefined;
|
|
791
410
|
}
|
|
792
|
-
export interface
|
|
411
|
+
export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
|
|
412
|
+
Source?: string | undefined;
|
|
413
|
+
Destination?: string | undefined;
|
|
414
|
+
Metric?: MetricType | undefined;
|
|
415
|
+
Statistic?: StatisticType | undefined;
|
|
793
416
|
DryRun?: boolean | undefined;
|
|
794
|
-
PublicIps?: string[] | undefined;
|
|
795
|
-
NextToken?: string | undefined;
|
|
796
|
-
Filters?: Filter[] | undefined;
|
|
797
|
-
MaxResults?: number | undefined;
|
|
798
417
|
}
|
|
799
|
-
export
|
|
800
|
-
|
|
801
|
-
readonly restoringToClassic: "restoringToClassic";
|
|
802
|
-
};
|
|
803
|
-
export type MoveStatus = (typeof MoveStatus)[keyof typeof MoveStatus];
|
|
804
|
-
export interface MovingAddressStatus {
|
|
805
|
-
MoveStatus?: MoveStatus | undefined;
|
|
806
|
-
PublicIp?: string | undefined;
|
|
418
|
+
export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
|
|
419
|
+
Output?: boolean | undefined;
|
|
807
420
|
}
|
|
808
|
-
export interface
|
|
809
|
-
|
|
810
|
-
|
|
421
|
+
export interface DisableCapacityManagerRequest {
|
|
422
|
+
DryRun?: boolean | undefined;
|
|
423
|
+
ClientToken?: string | undefined;
|
|
811
424
|
}
|
|
812
|
-
export interface
|
|
425
|
+
export interface DisableCapacityManagerResult {
|
|
426
|
+
CapacityManagerStatus?: CapacityManagerStatus | undefined;
|
|
427
|
+
OrganizationsAccess?: boolean | undefined;
|
|
428
|
+
}
|
|
429
|
+
export interface DisableEbsEncryptionByDefaultRequest {
|
|
813
430
|
DryRun?: boolean | undefined;
|
|
814
|
-
Filter?: Filter[] | undefined;
|
|
815
|
-
MaxResults?: number | undefined;
|
|
816
|
-
NatGatewayIds?: string[] | undefined;
|
|
817
|
-
NextToken?: string | undefined;
|
|
818
431
|
}
|
|
819
|
-
export interface
|
|
820
|
-
|
|
821
|
-
NextToken?: string | undefined;
|
|
432
|
+
export interface DisableEbsEncryptionByDefaultResult {
|
|
433
|
+
EbsEncryptionByDefault?: boolean | undefined;
|
|
822
434
|
}
|
|
823
|
-
export interface
|
|
824
|
-
|
|
825
|
-
|
|
435
|
+
export interface DisableFastLaunchRequest {
|
|
436
|
+
ImageId: string | undefined;
|
|
437
|
+
Force?: boolean | undefined;
|
|
826
438
|
DryRun?: boolean | undefined;
|
|
827
|
-
NetworkAclIds?: string[] | undefined;
|
|
828
|
-
Filters?: Filter[] | undefined;
|
|
829
439
|
}
|
|
830
|
-
export interface
|
|
831
|
-
|
|
832
|
-
|
|
440
|
+
export interface DisableFastLaunchResult {
|
|
441
|
+
ImageId?: string | undefined;
|
|
442
|
+
ResourceType?: FastLaunchResourceType | undefined;
|
|
443
|
+
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
|
|
444
|
+
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
|
|
445
|
+
MaxParallelLaunches?: number | undefined;
|
|
446
|
+
OwnerId?: string | undefined;
|
|
447
|
+
State?: FastLaunchStateCode | undefined;
|
|
448
|
+
StateTransitionReason?: string | undefined;
|
|
449
|
+
StateTransitionTime?: Date | undefined;
|
|
833
450
|
}
|
|
834
|
-
export interface
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
AnalysisStartTimeEnd?: Date | undefined;
|
|
839
|
-
Filters?: Filter[] | undefined;
|
|
840
|
-
MaxResults?: number | undefined;
|
|
451
|
+
export interface DisableFastSnapshotRestoresRequest {
|
|
452
|
+
AvailabilityZones?: string[] | undefined;
|
|
453
|
+
AvailabilityZoneIds?: string[] | undefined;
|
|
454
|
+
SourceSnapshotIds: string[] | undefined;
|
|
841
455
|
DryRun?: boolean | undefined;
|
|
842
|
-
NextToken?: string | undefined;
|
|
843
456
|
}
|
|
844
|
-
export
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
FindingsFound?: FindingsFound | undefined;
|
|
867
|
-
AnalyzedEniCount?: number | undefined;
|
|
868
|
-
Tags?: Tag[] | undefined;
|
|
457
|
+
export interface DisableFastSnapshotRestoreSuccessItem {
|
|
458
|
+
SnapshotId?: string | undefined;
|
|
459
|
+
AvailabilityZone?: string | undefined;
|
|
460
|
+
AvailabilityZoneId?: string | undefined;
|
|
461
|
+
State?: FastSnapshotRestoreStateCode | undefined;
|
|
462
|
+
StateTransitionReason?: string | undefined;
|
|
463
|
+
OwnerId?: string | undefined;
|
|
464
|
+
OwnerAlias?: string | undefined;
|
|
465
|
+
EnablingTime?: Date | undefined;
|
|
466
|
+
OptimizingTime?: Date | undefined;
|
|
467
|
+
EnabledTime?: Date | undefined;
|
|
468
|
+
DisablingTime?: Date | undefined;
|
|
469
|
+
DisabledTime?: Date | undefined;
|
|
470
|
+
}
|
|
471
|
+
export interface DisableFastSnapshotRestoreStateError {
|
|
472
|
+
Code?: string | undefined;
|
|
473
|
+
Message?: string | undefined;
|
|
474
|
+
}
|
|
475
|
+
export interface DisableFastSnapshotRestoreStateErrorItem {
|
|
476
|
+
AvailabilityZone?: string | undefined;
|
|
477
|
+
AvailabilityZoneId?: string | undefined;
|
|
478
|
+
Error?: DisableFastSnapshotRestoreStateError | undefined;
|
|
869
479
|
}
|
|
870
|
-
export interface
|
|
871
|
-
|
|
872
|
-
|
|
480
|
+
export interface DisableFastSnapshotRestoreErrorItem {
|
|
481
|
+
SnapshotId?: string | undefined;
|
|
482
|
+
FastSnapshotRestoreStateErrors?:
|
|
483
|
+
| DisableFastSnapshotRestoreStateErrorItem[]
|
|
873
484
|
| undefined;
|
|
874
|
-
NextToken?: string | undefined;
|
|
875
485
|
}
|
|
876
|
-
export interface
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
486
|
+
export interface DisableFastSnapshotRestoresResult {
|
|
487
|
+
Successful?: DisableFastSnapshotRestoreSuccessItem[] | undefined;
|
|
488
|
+
Unsuccessful?: DisableFastSnapshotRestoreErrorItem[] | undefined;
|
|
489
|
+
}
|
|
490
|
+
export interface DisableImageRequest {
|
|
491
|
+
ImageId: string | undefined;
|
|
880
492
|
DryRun?: boolean | undefined;
|
|
881
|
-
NextToken?: string | undefined;
|
|
882
493
|
}
|
|
883
|
-
export interface
|
|
884
|
-
|
|
885
|
-
NextToken?: string | undefined;
|
|
494
|
+
export interface DisableImageResult {
|
|
495
|
+
Return?: boolean | undefined;
|
|
886
496
|
}
|
|
887
|
-
export interface
|
|
888
|
-
NetworkInsightsAnalysisIds?: string[] | undefined;
|
|
889
|
-
NetworkInsightsPathId?: string | undefined;
|
|
890
|
-
AnalysisStartTime?: Date | undefined;
|
|
891
|
-
AnalysisEndTime?: Date | undefined;
|
|
892
|
-
Filters?: Filter[] | undefined;
|
|
893
|
-
MaxResults?: number | undefined;
|
|
497
|
+
export interface DisableImageBlockPublicAccessRequest {
|
|
894
498
|
DryRun?: boolean | undefined;
|
|
895
|
-
NextToken?: string | undefined;
|
|
896
499
|
}
|
|
897
|
-
export interface
|
|
898
|
-
|
|
899
|
-
NetworkInsightsAnalysisArn?: string | undefined;
|
|
900
|
-
NetworkInsightsPathId?: string | undefined;
|
|
901
|
-
AdditionalAccounts?: string[] | undefined;
|
|
902
|
-
FilterInArns?: string[] | undefined;
|
|
903
|
-
FilterOutArns?: string[] | undefined;
|
|
904
|
-
StartDate?: Date | undefined;
|
|
905
|
-
Status?: AnalysisStatus | undefined;
|
|
906
|
-
StatusMessage?: string | undefined;
|
|
907
|
-
WarningMessage?: string | undefined;
|
|
908
|
-
NetworkPathFound?: boolean | undefined;
|
|
909
|
-
ForwardPathComponents?: PathComponent[] | undefined;
|
|
910
|
-
ReturnPathComponents?: PathComponent[] | undefined;
|
|
911
|
-
Explanations?: Explanation[] | undefined;
|
|
912
|
-
AlternatePathHints?: AlternatePathHint[] | undefined;
|
|
913
|
-
SuggestedAccounts?: string[] | undefined;
|
|
914
|
-
Tags?: Tag[] | undefined;
|
|
500
|
+
export interface DisableImageBlockPublicAccessResult {
|
|
501
|
+
ImageBlockPublicAccessState?: ImageBlockPublicAccessDisabledState | undefined;
|
|
915
502
|
}
|
|
916
|
-
export interface
|
|
917
|
-
|
|
918
|
-
|
|
503
|
+
export interface DisableImageDeprecationRequest {
|
|
504
|
+
ImageId: string | undefined;
|
|
505
|
+
DryRun?: boolean | undefined;
|
|
919
506
|
}
|
|
920
|
-
export interface
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
507
|
+
export interface DisableImageDeprecationResult {
|
|
508
|
+
Return?: boolean | undefined;
|
|
509
|
+
}
|
|
510
|
+
export interface DisableImageDeregistrationProtectionRequest {
|
|
511
|
+
ImageId: string | undefined;
|
|
924
512
|
DryRun?: boolean | undefined;
|
|
925
|
-
NextToken?: string | undefined;
|
|
926
513
|
}
|
|
927
|
-
export interface
|
|
928
|
-
|
|
929
|
-
NextToken?: string | undefined;
|
|
514
|
+
export interface DisableImageDeregistrationProtectionResult {
|
|
515
|
+
Return?: string | undefined;
|
|
930
516
|
}
|
|
931
|
-
export
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
readonly description: "description";
|
|
935
|
-
readonly groupSet: "groupSet";
|
|
936
|
-
readonly sourceDestCheck: "sourceDestCheck";
|
|
937
|
-
};
|
|
938
|
-
export type NetworkInterfaceAttribute =
|
|
939
|
-
(typeof NetworkInterfaceAttribute)[keyof typeof NetworkInterfaceAttribute];
|
|
940
|
-
export interface DescribeNetworkInterfaceAttributeRequest {
|
|
941
|
-
DryRun?: boolean | undefined;
|
|
942
|
-
NetworkInterfaceId: string | undefined;
|
|
943
|
-
Attribute?: NetworkInterfaceAttribute | undefined;
|
|
944
|
-
}
|
|
945
|
-
export interface DescribeNetworkInterfaceAttributeResult {
|
|
946
|
-
Attachment?: NetworkInterfaceAttachment | undefined;
|
|
947
|
-
Description?: AttributeValue | undefined;
|
|
948
|
-
Groups?: GroupIdentifier[] | undefined;
|
|
949
|
-
NetworkInterfaceId?: string | undefined;
|
|
950
|
-
SourceDestCheck?: AttributeBooleanValue | undefined;
|
|
951
|
-
AssociatePublicIpAddress?: boolean | undefined;
|
|
517
|
+
export interface DisableInstanceSqlHaStandbyDetectionsRequest {
|
|
518
|
+
InstanceIds: string[] | undefined;
|
|
519
|
+
DryRun?: boolean | undefined;
|
|
952
520
|
}
|
|
953
|
-
export interface
|
|
954
|
-
|
|
955
|
-
Filters?: Filter[] | undefined;
|
|
956
|
-
NextToken?: string | undefined;
|
|
957
|
-
MaxResults?: number | undefined;
|
|
521
|
+
export interface DisableInstanceSqlHaStandbyDetectionsResult {
|
|
522
|
+
Instances?: RegisteredInstance[] | undefined;
|
|
958
523
|
}
|
|
959
|
-
export interface
|
|
960
|
-
|
|
961
|
-
|
|
524
|
+
export interface DisableIpamOrganizationAdminAccountRequest {
|
|
525
|
+
DryRun?: boolean | undefined;
|
|
526
|
+
DelegatedAdminAccountId: string | undefined;
|
|
962
527
|
}
|
|
963
|
-
export interface
|
|
964
|
-
|
|
965
|
-
|
|
528
|
+
export interface DisableIpamOrganizationAdminAccountResult {
|
|
529
|
+
Success?: boolean | undefined;
|
|
530
|
+
}
|
|
531
|
+
export interface DisableIpamPolicyRequest {
|
|
966
532
|
DryRun?: boolean | undefined;
|
|
967
|
-
|
|
968
|
-
|
|
533
|
+
IpamPolicyId: string | undefined;
|
|
534
|
+
OrganizationTargetId?: string | undefined;
|
|
969
535
|
}
|
|
970
|
-
export interface
|
|
971
|
-
|
|
972
|
-
NextToken?: string | undefined;
|
|
536
|
+
export interface DisableIpamPolicyResult {
|
|
537
|
+
Return?: boolean | undefined;
|
|
973
538
|
}
|
|
974
|
-
export interface
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
MaxResults?: number | undefined;
|
|
978
|
-
NextToken?: string | undefined;
|
|
539
|
+
export interface DisableRouteServerPropagationRequest {
|
|
540
|
+
RouteServerId: string | undefined;
|
|
541
|
+
RouteTableId: string | undefined;
|
|
979
542
|
DryRun?: boolean | undefined;
|
|
980
543
|
}
|
|
981
|
-
export interface
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
State?:
|
|
985
|
-
OutpostLagId?: string | undefined;
|
|
986
|
-
LocalGatewayVirtualInterfaceIds?: string[] | undefined;
|
|
987
|
-
ServiceLinkVirtualInterfaceIds?: string[] | undefined;
|
|
988
|
-
Tags?: Tag[] | undefined;
|
|
544
|
+
export interface RouteServerPropagation {
|
|
545
|
+
RouteServerId?: string | undefined;
|
|
546
|
+
RouteTableId?: string | undefined;
|
|
547
|
+
State?: RouteServerPropagationState | undefined;
|
|
989
548
|
}
|
|
990
|
-
export interface
|
|
991
|
-
|
|
992
|
-
NextToken?: string | undefined;
|
|
549
|
+
export interface DisableRouteServerPropagationResult {
|
|
550
|
+
RouteServerPropagation?: RouteServerPropagation | undefined;
|
|
993
551
|
}
|
|
994
|
-
export interface
|
|
995
|
-
GroupIds?: string[] | undefined;
|
|
552
|
+
export interface DisableSerialConsoleAccessRequest {
|
|
996
553
|
DryRun?: boolean | undefined;
|
|
997
|
-
GroupNames?: string[] | undefined;
|
|
998
|
-
Filters?: Filter[] | undefined;
|
|
999
554
|
}
|
|
1000
|
-
export interface
|
|
1001
|
-
|
|
555
|
+
export interface DisableSerialConsoleAccessResult {
|
|
556
|
+
SerialConsoleAccessEnabled?: boolean | undefined;
|
|
1002
557
|
}
|
|
1003
|
-
export interface
|
|
558
|
+
export interface DisableSnapshotBlockPublicAccessRequest {
|
|
1004
559
|
DryRun?: boolean | undefined;
|
|
1005
|
-
Filters?: Filter[] | undefined;
|
|
1006
|
-
MaxResults?: number | undefined;
|
|
1007
|
-
NextToken?: string | undefined;
|
|
1008
|
-
PrefixListIds?: string[] | undefined;
|
|
1009
|
-
}
|
|
1010
|
-
export interface PrefixList {
|
|
1011
|
-
Cidrs?: string[] | undefined;
|
|
1012
|
-
PrefixListId?: string | undefined;
|
|
1013
|
-
PrefixListName?: string | undefined;
|
|
1014
560
|
}
|
|
1015
|
-
export interface
|
|
1016
|
-
|
|
1017
|
-
PrefixLists?: PrefixList[] | undefined;
|
|
561
|
+
export interface DisableSnapshotBlockPublicAccessResult {
|
|
562
|
+
State?: SnapshotBlockPublicAccessState | undefined;
|
|
1018
563
|
}
|
|
1019
|
-
export interface
|
|
564
|
+
export interface DisableTransitGatewayRouteTablePropagationRequest {
|
|
565
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
566
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
1020
567
|
DryRun?: boolean | undefined;
|
|
1021
|
-
|
|
1022
|
-
MaxResults?: number | undefined;
|
|
1023
|
-
NextToken?: string | undefined;
|
|
568
|
+
TransitGatewayRouteTableAnnouncementId?: string | undefined;
|
|
1024
569
|
}
|
|
1025
|
-
export interface
|
|
1026
|
-
|
|
1027
|
-
|
|
570
|
+
export interface TransitGatewayPropagation {
|
|
571
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
572
|
+
ResourceId?: string | undefined;
|
|
573
|
+
ResourceType?: TransitGatewayAttachmentResourceType | undefined;
|
|
574
|
+
TransitGatewayRouteTableId?: string | undefined;
|
|
575
|
+
State?: TransitGatewayPropagationState | undefined;
|
|
576
|
+
TransitGatewayRouteTableAnnouncementId?: string | undefined;
|
|
1028
577
|
}
|
|
1029
|
-
export interface
|
|
1030
|
-
|
|
1031
|
-
NextToken?: string | undefined;
|
|
578
|
+
export interface DisableTransitGatewayRouteTablePropagationResult {
|
|
579
|
+
Propagation?: TransitGatewayPropagation | undefined;
|
|
1032
580
|
}
|
|
1033
|
-
export interface
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
Filters?: Filter[] | undefined;
|
|
581
|
+
export interface DisableVgwRoutePropagationRequest {
|
|
582
|
+
GatewayId: string | undefined;
|
|
583
|
+
RouteTableId: string | undefined;
|
|
584
|
+
DryRun?: boolean | undefined;
|
|
1038
585
|
}
|
|
1039
|
-
export interface
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
AddressCount?: number | undefined;
|
|
1043
|
-
AvailableAddressCount?: number | undefined;
|
|
586
|
+
export interface DisableVpcClassicLinkRequest {
|
|
587
|
+
DryRun?: boolean | undefined;
|
|
588
|
+
VpcId: string | undefined;
|
|
1044
589
|
}
|
|
1045
|
-
export interface
|
|
1046
|
-
|
|
1047
|
-
Description?: string | undefined;
|
|
1048
|
-
PoolAddressRanges?: PublicIpv4PoolRange[] | undefined;
|
|
1049
|
-
TotalAddressCount?: number | undefined;
|
|
1050
|
-
TotalAvailableAddressCount?: number | undefined;
|
|
1051
|
-
NetworkBorderGroup?: string | undefined;
|
|
1052
|
-
Tags?: Tag[] | undefined;
|
|
590
|
+
export interface DisableVpcClassicLinkResult {
|
|
591
|
+
Return?: boolean | undefined;
|
|
1053
592
|
}
|
|
1054
|
-
export interface
|
|
1055
|
-
|
|
1056
|
-
NextToken?: string | undefined;
|
|
593
|
+
export interface DisableVpcClassicLinkDnsSupportRequest {
|
|
594
|
+
VpcId?: string | undefined;
|
|
1057
595
|
}
|
|
1058
|
-
export interface
|
|
1059
|
-
|
|
1060
|
-
|
|
596
|
+
export interface DisableVpcClassicLinkDnsSupportResult {
|
|
597
|
+
Return?: boolean | undefined;
|
|
598
|
+
}
|
|
599
|
+
export interface DisassociateAddressRequest {
|
|
600
|
+
AssociationId?: string | undefined;
|
|
601
|
+
PublicIp?: string | undefined;
|
|
1061
602
|
DryRun?: boolean | undefined;
|
|
1062
|
-
Filters?: Filter[] | undefined;
|
|
1063
603
|
}
|
|
1064
|
-
export interface
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
604
|
+
export interface DisassociateCapacityReservationBillingOwnerRequest {
|
|
605
|
+
DryRun?: boolean | undefined;
|
|
606
|
+
CapacityReservationId: string | undefined;
|
|
607
|
+
UnusedReservationBillingOwnerId: string | undefined;
|
|
1068
608
|
}
|
|
1069
|
-
export interface
|
|
1070
|
-
|
|
609
|
+
export interface DisassociateCapacityReservationBillingOwnerResult {
|
|
610
|
+
Return?: boolean | undefined;
|
|
1071
611
|
}
|
|
1072
|
-
export interface
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
MaxResults?: number | undefined;
|
|
1076
|
-
NextToken?: string | undefined;
|
|
612
|
+
export interface DisassociateClientVpnTargetNetworkRequest {
|
|
613
|
+
ClientVpnEndpointId: string | undefined;
|
|
614
|
+
AssociationId: string | undefined;
|
|
1077
615
|
DryRun?: boolean | undefined;
|
|
1078
616
|
}
|
|
1079
|
-
export interface
|
|
1080
|
-
|
|
1081
|
-
|
|
617
|
+
export interface DisassociateClientVpnTargetNetworkResult {
|
|
618
|
+
AssociationId?: string | undefined;
|
|
619
|
+
Status?: AssociationStatus | undefined;
|
|
1082
620
|
}
|
|
1083
|
-
export
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
};
|
|
1087
|
-
export type OfferingClassType =
|
|
1088
|
-
(typeof OfferingClassType)[keyof typeof OfferingClassType];
|
|
1089
|
-
export declare const OfferingTypeValues: {
|
|
1090
|
-
readonly All_Upfront: "All Upfront";
|
|
1091
|
-
readonly Heavy_Utilization: "Heavy Utilization";
|
|
1092
|
-
readonly Light_Utilization: "Light Utilization";
|
|
1093
|
-
readonly Medium_Utilization: "Medium Utilization";
|
|
1094
|
-
readonly No_Upfront: "No Upfront";
|
|
1095
|
-
readonly Partial_Upfront: "Partial Upfront";
|
|
1096
|
-
};
|
|
1097
|
-
export type OfferingTypeValues =
|
|
1098
|
-
(typeof OfferingTypeValues)[keyof typeof OfferingTypeValues];
|
|
1099
|
-
export interface DescribeReservedInstancesRequest {
|
|
1100
|
-
OfferingClass?: OfferingClassType | undefined;
|
|
1101
|
-
ReservedInstancesIds?: string[] | undefined;
|
|
621
|
+
export interface DisassociateEnclaveCertificateIamRoleRequest {
|
|
622
|
+
CertificateArn: string | undefined;
|
|
623
|
+
RoleArn: string | undefined;
|
|
1102
624
|
DryRun?: boolean | undefined;
|
|
1103
|
-
Filters?: Filter[] | undefined;
|
|
1104
|
-
OfferingType?: OfferingTypeValues | undefined;
|
|
1105
|
-
}
|
|
1106
|
-
export declare const RIProductDescription: {
|
|
1107
|
-
readonly Linux_UNIX: "Linux/UNIX";
|
|
1108
|
-
readonly Linux_UNIX_Amazon_VPC_: "Linux/UNIX (Amazon VPC)";
|
|
1109
|
-
readonly Windows: "Windows";
|
|
1110
|
-
readonly Windows_Amazon_VPC_: "Windows (Amazon VPC)";
|
|
1111
|
-
};
|
|
1112
|
-
export type RIProductDescription =
|
|
1113
|
-
(typeof RIProductDescription)[keyof typeof RIProductDescription];
|
|
1114
|
-
export declare const RecurringChargeFrequency: {
|
|
1115
|
-
readonly Hourly: "Hourly";
|
|
1116
|
-
};
|
|
1117
|
-
export type RecurringChargeFrequency =
|
|
1118
|
-
(typeof RecurringChargeFrequency)[keyof typeof RecurringChargeFrequency];
|
|
1119
|
-
export interface RecurringCharge {
|
|
1120
|
-
Amount?: number | undefined;
|
|
1121
|
-
Frequency?: RecurringChargeFrequency | undefined;
|
|
1122
|
-
}
|
|
1123
|
-
export declare const Scope: {
|
|
1124
|
-
readonly AVAILABILITY_ZONE: "Availability Zone";
|
|
1125
|
-
readonly REGIONAL: "Region";
|
|
1126
|
-
};
|
|
1127
|
-
export type Scope = (typeof Scope)[keyof typeof Scope];
|
|
1128
|
-
export declare const ReservedInstanceState: {
|
|
1129
|
-
readonly active: "active";
|
|
1130
|
-
readonly payment_failed: "payment-failed";
|
|
1131
|
-
readonly payment_pending: "payment-pending";
|
|
1132
|
-
readonly queued: "queued";
|
|
1133
|
-
readonly queued_deleted: "queued-deleted";
|
|
1134
|
-
readonly retired: "retired";
|
|
1135
|
-
};
|
|
1136
|
-
export type ReservedInstanceState =
|
|
1137
|
-
(typeof ReservedInstanceState)[keyof typeof ReservedInstanceState];
|
|
1138
|
-
export interface ReservedInstances {
|
|
1139
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
1140
|
-
InstanceTenancy?: Tenancy | undefined;
|
|
1141
|
-
OfferingClass?: OfferingClassType | undefined;
|
|
1142
|
-
OfferingType?: OfferingTypeValues | undefined;
|
|
1143
|
-
RecurringCharges?: RecurringCharge[] | undefined;
|
|
1144
|
-
Scope?: Scope | undefined;
|
|
1145
|
-
Tags?: Tag[] | undefined;
|
|
1146
|
-
AvailabilityZoneId?: string | undefined;
|
|
1147
|
-
ReservedInstancesId?: string | undefined;
|
|
1148
|
-
InstanceType?: _InstanceType | undefined;
|
|
1149
|
-
AvailabilityZone?: string | undefined;
|
|
1150
|
-
Start?: Date | undefined;
|
|
1151
|
-
End?: Date | undefined;
|
|
1152
|
-
Duration?: number | undefined;
|
|
1153
|
-
UsagePrice?: number | undefined;
|
|
1154
|
-
FixedPrice?: number | undefined;
|
|
1155
|
-
InstanceCount?: number | undefined;
|
|
1156
|
-
ProductDescription?: RIProductDescription | undefined;
|
|
1157
|
-
State?: ReservedInstanceState | undefined;
|
|
1158
|
-
}
|
|
1159
|
-
export interface DescribeReservedInstancesResult {
|
|
1160
|
-
ReservedInstances?: ReservedInstances[] | undefined;
|
|
1161
|
-
}
|
|
1162
|
-
export interface DescribeReservedInstancesListingsRequest {
|
|
1163
|
-
ReservedInstancesId?: string | undefined;
|
|
1164
|
-
ReservedInstancesListingId?: string | undefined;
|
|
1165
|
-
Filters?: Filter[] | undefined;
|
|
1166
625
|
}
|
|
1167
|
-
export interface
|
|
1168
|
-
|
|
626
|
+
export interface DisassociateEnclaveCertificateIamRoleResult {
|
|
627
|
+
Return?: boolean | undefined;
|
|
1169
628
|
}
|
|
1170
|
-
export interface
|
|
1171
|
-
|
|
1172
|
-
NextToken?: string | undefined;
|
|
1173
|
-
Filters?: Filter[] | undefined;
|
|
629
|
+
export interface DisassociateIamInstanceProfileRequest {
|
|
630
|
+
AssociationId: string | undefined;
|
|
1174
631
|
}
|
|
1175
|
-
export interface
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
632
|
+
export interface DisassociateIamInstanceProfileResult {
|
|
633
|
+
IamInstanceProfileAssociation?: IamInstanceProfileAssociation | undefined;
|
|
634
|
+
}
|
|
635
|
+
export interface InstanceEventWindowDisassociationRequest {
|
|
636
|
+
InstanceIds?: string[] | undefined;
|
|
637
|
+
InstanceTags?: Tag[] | undefined;
|
|
638
|
+
DedicatedHostIds?: string[] | undefined;
|
|
1182
639
|
}
|
|
1183
|
-
export interface
|
|
1184
|
-
|
|
1185
|
-
|
|
640
|
+
export interface DisassociateInstanceEventWindowRequest {
|
|
641
|
+
DryRun?: boolean | undefined;
|
|
642
|
+
InstanceEventWindowId: string | undefined;
|
|
643
|
+
AssociationTarget: InstanceEventWindowDisassociationRequest | undefined;
|
|
1186
644
|
}
|
|
1187
|
-
export interface
|
|
1188
|
-
|
|
645
|
+
export interface DisassociateInstanceEventWindowResult {
|
|
646
|
+
InstanceEventWindow?: InstanceEventWindow | undefined;
|
|
1189
647
|
}
|
|
1190
|
-
export interface
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
ModificationResults?: ReservedInstancesModificationResult[] | undefined;
|
|
1195
|
-
ReservedInstancesIds?: ReservedInstancesId[] | undefined;
|
|
1196
|
-
ReservedInstancesModificationId?: string | undefined;
|
|
1197
|
-
Status?: string | undefined;
|
|
1198
|
-
StatusMessage?: string | undefined;
|
|
1199
|
-
UpdateDate?: Date | undefined;
|
|
648
|
+
export interface DisassociateIpamByoasnRequest {
|
|
649
|
+
DryRun?: boolean | undefined;
|
|
650
|
+
Asn: string | undefined;
|
|
651
|
+
Cidr: string | undefined;
|
|
1200
652
|
}
|
|
1201
|
-
export interface
|
|
1202
|
-
|
|
1203
|
-
ReservedInstancesModifications?: ReservedInstancesModification[] | undefined;
|
|
653
|
+
export interface DisassociateIpamByoasnResult {
|
|
654
|
+
AsnAssociation?: AsnAssociation | undefined;
|
|
1204
655
|
}
|
|
1205
|
-
export interface
|
|
1206
|
-
AvailabilityZone?: string | undefined;
|
|
1207
|
-
IncludeMarketplace?: boolean | undefined;
|
|
1208
|
-
InstanceType?: _InstanceType | undefined;
|
|
1209
|
-
MaxDuration?: number | undefined;
|
|
1210
|
-
MaxInstanceCount?: number | undefined;
|
|
1211
|
-
MinDuration?: number | undefined;
|
|
1212
|
-
OfferingClass?: OfferingClassType | undefined;
|
|
1213
|
-
ProductDescription?: RIProductDescription | undefined;
|
|
1214
|
-
ReservedInstancesOfferingIds?: string[] | undefined;
|
|
1215
|
-
AvailabilityZoneId?: string | undefined;
|
|
656
|
+
export interface DisassociateIpamResourceDiscoveryRequest {
|
|
1216
657
|
DryRun?: boolean | undefined;
|
|
1217
|
-
|
|
1218
|
-
InstanceTenancy?: Tenancy | undefined;
|
|
1219
|
-
OfferingType?: OfferingTypeValues | undefined;
|
|
1220
|
-
NextToken?: string | undefined;
|
|
1221
|
-
MaxResults?: number | undefined;
|
|
658
|
+
IpamResourceDiscoveryAssociationId: string | undefined;
|
|
1222
659
|
}
|
|
1223
|
-
export interface
|
|
1224
|
-
|
|
1225
|
-
|
|
660
|
+
export interface DisassociateIpamResourceDiscoveryResult {
|
|
661
|
+
IpamResourceDiscoveryAssociation?:
|
|
662
|
+
| IpamResourceDiscoveryAssociation
|
|
663
|
+
| undefined;
|
|
1226
664
|
}
|
|
1227
|
-
export interface
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
OfferingType?: OfferingTypeValues | undefined;
|
|
1233
|
-
PricingDetails?: PricingDetail[] | undefined;
|
|
1234
|
-
RecurringCharges?: RecurringCharge[] | undefined;
|
|
1235
|
-
Scope?: Scope | undefined;
|
|
1236
|
-
AvailabilityZoneId?: string | undefined;
|
|
1237
|
-
ReservedInstancesOfferingId?: string | undefined;
|
|
1238
|
-
InstanceType?: _InstanceType | undefined;
|
|
1239
|
-
AvailabilityZone?: string | undefined;
|
|
1240
|
-
Duration?: number | undefined;
|
|
1241
|
-
UsagePrice?: number | undefined;
|
|
1242
|
-
FixedPrice?: number | undefined;
|
|
1243
|
-
ProductDescription?: RIProductDescription | undefined;
|
|
665
|
+
export interface DisassociateNatGatewayAddressRequest {
|
|
666
|
+
NatGatewayId: string | undefined;
|
|
667
|
+
AssociationIds: string[] | undefined;
|
|
668
|
+
MaxDrainDurationSeconds?: number | undefined;
|
|
669
|
+
DryRun?: boolean | undefined;
|
|
1244
670
|
}
|
|
1245
|
-
export interface
|
|
1246
|
-
|
|
1247
|
-
|
|
671
|
+
export interface DisassociateNatGatewayAddressResult {
|
|
672
|
+
NatGatewayId?: string | undefined;
|
|
673
|
+
NatGatewayAddresses?: NatGatewayAddress[] | undefined;
|
|
1248
674
|
}
|
|
1249
|
-
export interface
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
MaxResults?: number | undefined;
|
|
1253
|
-
Filters?: Filter[] | undefined;
|
|
675
|
+
export interface DisassociateRouteServerRequest {
|
|
676
|
+
RouteServerId: string | undefined;
|
|
677
|
+
VpcId: string | undefined;
|
|
1254
678
|
DryRun?: boolean | undefined;
|
|
1255
679
|
}
|
|
1256
|
-
export interface
|
|
1257
|
-
|
|
1258
|
-
NextToken?: string | undefined;
|
|
680
|
+
export interface DisassociateRouteServerResult {
|
|
681
|
+
RouteServerAssociation?: RouteServerAssociation | undefined;
|
|
1259
682
|
}
|
|
1260
|
-
export interface
|
|
1261
|
-
RouteServerPeerIds?: string[] | undefined;
|
|
1262
|
-
NextToken?: string | undefined;
|
|
1263
|
-
MaxResults?: number | undefined;
|
|
1264
|
-
Filters?: Filter[] | undefined;
|
|
683
|
+
export interface DisassociateRouteTableRequest {
|
|
1265
684
|
DryRun?: boolean | undefined;
|
|
685
|
+
AssociationId: string | undefined;
|
|
1266
686
|
}
|
|
1267
|
-
export interface
|
|
1268
|
-
|
|
1269
|
-
|
|
687
|
+
export interface DisassociateSecurityGroupVpcRequest {
|
|
688
|
+
GroupId: string | undefined;
|
|
689
|
+
VpcId: string | undefined;
|
|
690
|
+
DryRun?: boolean | undefined;
|
|
1270
691
|
}
|
|
1271
|
-
export interface
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
692
|
+
export interface DisassociateSecurityGroupVpcResult {
|
|
693
|
+
State?: SecurityGroupVpcAssociationState | undefined;
|
|
694
|
+
}
|
|
695
|
+
export interface DisassociateSubnetCidrBlockRequest {
|
|
696
|
+
AssociationId: string | undefined;
|
|
697
|
+
}
|
|
698
|
+
export interface DisassociateSubnetCidrBlockResult {
|
|
699
|
+
Ipv6CidrBlockAssociation?: SubnetIpv6CidrBlockAssociation | undefined;
|
|
700
|
+
SubnetId?: string | undefined;
|
|
701
|
+
}
|
|
702
|
+
export interface DisassociateTransitGatewayMulticastDomainRequest {
|
|
703
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
704
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
705
|
+
SubnetIds: string[] | undefined;
|
|
1276
706
|
DryRun?: boolean | undefined;
|
|
1277
707
|
}
|
|
1278
|
-
export interface
|
|
1279
|
-
|
|
1280
|
-
NextToken?: string | undefined;
|
|
708
|
+
export interface DisassociateTransitGatewayMulticastDomainResult {
|
|
709
|
+
Associations?: TransitGatewayMulticastDomainAssociations | undefined;
|
|
1281
710
|
}
|
|
1282
|
-
export interface
|
|
1283
|
-
|
|
1284
|
-
|
|
711
|
+
export interface DisassociateTransitGatewayPolicyTableRequest {
|
|
712
|
+
TransitGatewayPolicyTableId: string | undefined;
|
|
713
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
1285
714
|
DryRun?: boolean | undefined;
|
|
1286
|
-
RouteTableIds?: string[] | undefined;
|
|
1287
|
-
Filters?: Filter[] | undefined;
|
|
1288
715
|
}
|
|
1289
|
-
export interface
|
|
1290
|
-
|
|
1291
|
-
NextToken?: string | undefined;
|
|
716
|
+
export interface DisassociateTransitGatewayPolicyTableResult {
|
|
717
|
+
Association?: TransitGatewayPolicyTableAssociation | undefined;
|
|
1292
718
|
}
|
|
1293
|
-
export interface
|
|
1294
|
-
|
|
1295
|
-
|
|
719
|
+
export interface DisassociateTransitGatewayRouteTableRequest {
|
|
720
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
721
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
722
|
+
DryRun?: boolean | undefined;
|
|
1296
723
|
}
|
|
1297
|
-
export interface
|
|
1298
|
-
|
|
1299
|
-
Interval?: number | undefined;
|
|
1300
|
-
OccurrenceDays?: number[] | undefined;
|
|
1301
|
-
OccurrenceRelativeToEnd?: boolean | undefined;
|
|
1302
|
-
OccurrenceUnit?: string | undefined;
|
|
724
|
+
export interface DisassociateTransitGatewayRouteTableResult {
|
|
725
|
+
Association?: TransitGatewayAssociation | undefined;
|
|
1303
726
|
}
|
|
1304
|
-
export interface
|
|
727
|
+
export interface DisassociateTrunkInterfaceRequest {
|
|
728
|
+
AssociationId: string | undefined;
|
|
729
|
+
ClientToken?: string | undefined;
|
|
1305
730
|
DryRun?: boolean | undefined;
|
|
1306
|
-
Filters?: Filter[] | undefined;
|
|
1307
|
-
FirstSlotStartTimeRange: SlotDateTimeRangeRequest | undefined;
|
|
1308
|
-
MaxResults?: number | undefined;
|
|
1309
|
-
MaxSlotDurationInHours?: number | undefined;
|
|
1310
|
-
MinSlotDurationInHours?: number | undefined;
|
|
1311
|
-
NextToken?: string | undefined;
|
|
1312
|
-
Recurrence: ScheduledInstanceRecurrenceRequest | undefined;
|
|
1313
731
|
}
|
|
1314
|
-
export interface
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
OccurrenceDaySet?: number[] | undefined;
|
|
1318
|
-
OccurrenceRelativeToEnd?: boolean | undefined;
|
|
1319
|
-
OccurrenceUnit?: string | undefined;
|
|
732
|
+
export interface DisassociateTrunkInterfaceResult {
|
|
733
|
+
Return?: boolean | undefined;
|
|
734
|
+
ClientToken?: string | undefined;
|
|
1320
735
|
}
|
|
1321
|
-
export interface
|
|
1322
|
-
|
|
1323
|
-
AvailableInstanceCount?: number | undefined;
|
|
1324
|
-
FirstSlotStartTime?: Date | undefined;
|
|
1325
|
-
HourlyPrice?: string | undefined;
|
|
1326
|
-
InstanceType?: string | undefined;
|
|
1327
|
-
MaxTermDurationInDays?: number | undefined;
|
|
1328
|
-
MinTermDurationInDays?: number | undefined;
|
|
1329
|
-
NetworkPlatform?: string | undefined;
|
|
1330
|
-
Platform?: string | undefined;
|
|
1331
|
-
PurchaseToken?: string | undefined;
|
|
1332
|
-
Recurrence?: ScheduledInstanceRecurrence | undefined;
|
|
1333
|
-
SlotDurationInHours?: number | undefined;
|
|
1334
|
-
TotalScheduledInstanceHours?: number | undefined;
|
|
1335
|
-
}
|
|
1336
|
-
export interface DescribeScheduledInstanceAvailabilityResult {
|
|
1337
|
-
NextToken?: string | undefined;
|
|
1338
|
-
ScheduledInstanceAvailabilitySet?:
|
|
1339
|
-
| ScheduledInstanceAvailability[]
|
|
1340
|
-
| undefined;
|
|
736
|
+
export interface DisassociateVpcCidrBlockRequest {
|
|
737
|
+
AssociationId: string | undefined;
|
|
1341
738
|
}
|
|
1342
|
-
export interface
|
|
1343
|
-
|
|
1344
|
-
|
|
739
|
+
export interface DisassociateVpcCidrBlockResult {
|
|
740
|
+
Ipv6CidrBlockAssociation?: VpcIpv6CidrBlockAssociation | undefined;
|
|
741
|
+
CidrBlockAssociation?: VpcCidrBlockAssociation | undefined;
|
|
742
|
+
VpcId?: string | undefined;
|
|
1345
743
|
}
|
|
1346
|
-
export interface
|
|
744
|
+
export interface EnableAddressTransferRequest {
|
|
745
|
+
AllocationId: string | undefined;
|
|
746
|
+
TransferAccountId: string | undefined;
|
|
1347
747
|
DryRun?: boolean | undefined;
|
|
1348
|
-
Filters?: Filter[] | undefined;
|
|
1349
|
-
MaxResults?: number | undefined;
|
|
1350
|
-
NextToken?: string | undefined;
|
|
1351
|
-
ScheduledInstanceIds?: string[] | undefined;
|
|
1352
|
-
SlotStartTimeRange?: SlotStartTimeRangeRequest | undefined;
|
|
1353
748
|
}
|
|
1354
|
-
export interface
|
|
1355
|
-
|
|
1356
|
-
CreateDate?: Date | undefined;
|
|
1357
|
-
HourlyPrice?: string | undefined;
|
|
1358
|
-
InstanceCount?: number | undefined;
|
|
1359
|
-
InstanceType?: string | undefined;
|
|
1360
|
-
NetworkPlatform?: string | undefined;
|
|
1361
|
-
NextSlotStartTime?: Date | undefined;
|
|
1362
|
-
Platform?: string | undefined;
|
|
1363
|
-
PreviousSlotEndTime?: Date | undefined;
|
|
1364
|
-
Recurrence?: ScheduledInstanceRecurrence | undefined;
|
|
1365
|
-
ScheduledInstanceId?: string | undefined;
|
|
1366
|
-
SlotDurationInHours?: number | undefined;
|
|
1367
|
-
TermEndDate?: Date | undefined;
|
|
1368
|
-
TermStartDate?: Date | undefined;
|
|
1369
|
-
TotalScheduledInstanceHours?: number | undefined;
|
|
1370
|
-
}
|
|
1371
|
-
export interface DescribeScheduledInstancesResult {
|
|
1372
|
-
NextToken?: string | undefined;
|
|
1373
|
-
ScheduledInstanceSet?: ScheduledInstance[] | undefined;
|
|
749
|
+
export interface EnableAddressTransferResult {
|
|
750
|
+
AddressTransfer?: AddressTransfer | undefined;
|
|
1374
751
|
}
|
|
1375
|
-
export interface
|
|
752
|
+
export interface EnableAllowedImagesSettingsRequest {
|
|
753
|
+
AllowedImagesSettingsState: AllowedImagesSettingsEnabledState | undefined;
|
|
1376
754
|
DryRun?: boolean | undefined;
|
|
1377
|
-
GroupId: string[] | undefined;
|
|
1378
755
|
}
|
|
1379
|
-
export interface
|
|
1380
|
-
|
|
1381
|
-
ReferencingVpcId?: string | undefined;
|
|
1382
|
-
VpcPeeringConnectionId?: string | undefined;
|
|
1383
|
-
TransitGatewayId?: string | undefined;
|
|
756
|
+
export interface EnableAllowedImagesSettingsResult {
|
|
757
|
+
AllowedImagesSettingsState?: AllowedImagesSettingsEnabledState | undefined;
|
|
1384
758
|
}
|
|
1385
|
-
export interface
|
|
1386
|
-
|
|
759
|
+
export interface EnableAwsNetworkPerformanceMetricSubscriptionRequest {
|
|
760
|
+
Source?: string | undefined;
|
|
761
|
+
Destination?: string | undefined;
|
|
762
|
+
Metric?: MetricType | undefined;
|
|
763
|
+
Statistic?: StatisticType | undefined;
|
|
764
|
+
DryRun?: boolean | undefined;
|
|
1387
765
|
}
|
|
1388
|
-
export interface
|
|
1389
|
-
|
|
1390
|
-
|
|
766
|
+
export interface EnableAwsNetworkPerformanceMetricSubscriptionResult {
|
|
767
|
+
Output?: boolean | undefined;
|
|
768
|
+
}
|
|
769
|
+
export interface EnableCapacityManagerRequest {
|
|
770
|
+
OrganizationsAccess?: boolean | undefined;
|
|
1391
771
|
DryRun?: boolean | undefined;
|
|
1392
|
-
|
|
1393
|
-
MaxResults?: number | undefined;
|
|
772
|
+
ClientToken?: string | undefined;
|
|
1394
773
|
}
|
|
1395
|
-
export interface
|
|
1396
|
-
|
|
1397
|
-
|
|
774
|
+
export interface EnableCapacityManagerResult {
|
|
775
|
+
CapacityManagerStatus?: CapacityManagerStatus | undefined;
|
|
776
|
+
OrganizationsAccess?: boolean | undefined;
|
|
1398
777
|
}
|
|
1399
|
-
export interface
|
|
1400
|
-
GroupIds?: string[] | undefined;
|
|
1401
|
-
GroupNames?: string[] | undefined;
|
|
1402
|
-
NextToken?: string | undefined;
|
|
1403
|
-
MaxResults?: number | undefined;
|
|
778
|
+
export interface EnableEbsEncryptionByDefaultRequest {
|
|
1404
779
|
DryRun?: boolean | undefined;
|
|
1405
|
-
Filters?: Filter[] | undefined;
|
|
1406
780
|
}
|
|
1407
|
-
export interface
|
|
1408
|
-
|
|
1409
|
-
IpPermissionsEgress?: IpPermission[] | undefined;
|
|
1410
|
-
Tags?: Tag[] | undefined;
|
|
1411
|
-
VpcId?: string | undefined;
|
|
1412
|
-
SecurityGroupArn?: string | undefined;
|
|
1413
|
-
OwnerId?: string | undefined;
|
|
1414
|
-
GroupName?: string | undefined;
|
|
1415
|
-
Description?: string | undefined;
|
|
1416
|
-
IpPermissions?: IpPermission[] | undefined;
|
|
781
|
+
export interface EnableEbsEncryptionByDefaultResult {
|
|
782
|
+
EbsEncryptionByDefault?: boolean | undefined;
|
|
1417
783
|
}
|
|
1418
|
-
export interface
|
|
1419
|
-
|
|
1420
|
-
|
|
784
|
+
export interface FastLaunchLaunchTemplateSpecificationRequest {
|
|
785
|
+
LaunchTemplateId?: string | undefined;
|
|
786
|
+
LaunchTemplateName?: string | undefined;
|
|
787
|
+
Version: string | undefined;
|
|
1421
788
|
}
|
|
1422
|
-
export interface
|
|
1423
|
-
|
|
1424
|
-
NextToken?: string | undefined;
|
|
1425
|
-
MaxResults?: number | undefined;
|
|
1426
|
-
DryRun?: boolean | undefined;
|
|
789
|
+
export interface FastLaunchSnapshotConfigurationRequest {
|
|
790
|
+
TargetResourceCount?: number | undefined;
|
|
1427
791
|
}
|
|
1428
|
-
export interface
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
792
|
+
export interface EnableFastLaunchRequest {
|
|
793
|
+
ImageId: string | undefined;
|
|
794
|
+
ResourceType?: string | undefined;
|
|
795
|
+
SnapshotConfiguration?: FastLaunchSnapshotConfigurationRequest | undefined;
|
|
796
|
+
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationRequest | undefined;
|
|
797
|
+
MaxParallelLaunches?: number | undefined;
|
|
798
|
+
DryRun?: boolean | undefined;
|
|
1435
799
|
}
|
|
1436
|
-
export interface
|
|
1437
|
-
|
|
1438
|
-
|
|
800
|
+
export interface EnableFastLaunchResult {
|
|
801
|
+
ImageId?: string | undefined;
|
|
802
|
+
ResourceType?: FastLaunchResourceType | undefined;
|
|
803
|
+
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
|
|
804
|
+
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
|
|
805
|
+
MaxParallelLaunches?: number | undefined;
|
|
806
|
+
OwnerId?: string | undefined;
|
|
807
|
+
State?: FastLaunchStateCode | undefined;
|
|
808
|
+
StateTransitionReason?: string | undefined;
|
|
809
|
+
StateTransitionTime?: Date | undefined;
|
|
1439
810
|
}
|
|
1440
|
-
export interface
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
NextToken?: string | undefined;
|
|
811
|
+
export interface EnableFastSnapshotRestoresRequest {
|
|
812
|
+
AvailabilityZones?: string[] | undefined;
|
|
813
|
+
AvailabilityZoneIds?: string[] | undefined;
|
|
814
|
+
SourceSnapshotIds: string[] | undefined;
|
|
1445
815
|
DryRun?: boolean | undefined;
|
|
1446
816
|
}
|
|
1447
|
-
export
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
export type ServiceLinkVirtualInterfaceConfigurationState =
|
|
1454
|
-
(typeof ServiceLinkVirtualInterfaceConfigurationState)[keyof typeof ServiceLinkVirtualInterfaceConfigurationState];
|
|
1455
|
-
export interface ServiceLinkVirtualInterface {
|
|
1456
|
-
ServiceLinkVirtualInterfaceId?: string | undefined;
|
|
1457
|
-
ServiceLinkVirtualInterfaceArn?: string | undefined;
|
|
1458
|
-
OutpostId?: string | undefined;
|
|
1459
|
-
OutpostArn?: string | undefined;
|
|
817
|
+
export interface EnableFastSnapshotRestoreSuccessItem {
|
|
818
|
+
SnapshotId?: string | undefined;
|
|
819
|
+
AvailabilityZone?: string | undefined;
|
|
820
|
+
AvailabilityZoneId?: string | undefined;
|
|
821
|
+
State?: FastSnapshotRestoreStateCode | undefined;
|
|
822
|
+
StateTransitionReason?: string | undefined;
|
|
1460
823
|
OwnerId?: string | undefined;
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
824
|
+
OwnerAlias?: string | undefined;
|
|
825
|
+
EnablingTime?: Date | undefined;
|
|
826
|
+
OptimizingTime?: Date | undefined;
|
|
827
|
+
EnabledTime?: Date | undefined;
|
|
828
|
+
DisablingTime?: Date | undefined;
|
|
829
|
+
DisabledTime?: Date | undefined;
|
|
830
|
+
}
|
|
831
|
+
export interface EnableFastSnapshotRestoreStateError {
|
|
832
|
+
Code?: string | undefined;
|
|
833
|
+
Message?: string | undefined;
|
|
834
|
+
}
|
|
835
|
+
export interface EnableFastSnapshotRestoreStateErrorItem {
|
|
836
|
+
AvailabilityZone?: string | undefined;
|
|
837
|
+
AvailabilityZoneId?: string | undefined;
|
|
838
|
+
Error?: EnableFastSnapshotRestoreStateError | undefined;
|
|
839
|
+
}
|
|
840
|
+
export interface EnableFastSnapshotRestoreErrorItem {
|
|
841
|
+
SnapshotId?: string | undefined;
|
|
842
|
+
FastSnapshotRestoreStateErrors?:
|
|
843
|
+
| EnableFastSnapshotRestoreStateErrorItem[]
|
|
1469
844
|
| undefined;
|
|
1470
845
|
}
|
|
1471
|
-
export interface
|
|
1472
|
-
|
|
1473
|
-
|
|
846
|
+
export interface EnableFastSnapshotRestoresResult {
|
|
847
|
+
Successful?: EnableFastSnapshotRestoreSuccessItem[] | undefined;
|
|
848
|
+
Unsuccessful?: EnableFastSnapshotRestoreErrorItem[] | undefined;
|
|
1474
849
|
}
|
|
1475
|
-
export
|
|
1476
|
-
|
|
1477
|
-
readonly productCodes: "productCodes";
|
|
1478
|
-
};
|
|
1479
|
-
export type SnapshotAttributeName =
|
|
1480
|
-
(typeof SnapshotAttributeName)[keyof typeof SnapshotAttributeName];
|
|
1481
|
-
export interface DescribeSnapshotAttributeRequest {
|
|
1482
|
-
Attribute: SnapshotAttributeName | undefined;
|
|
1483
|
-
SnapshotId: string | undefined;
|
|
850
|
+
export interface EnableImageRequest {
|
|
851
|
+
ImageId: string | undefined;
|
|
1484
852
|
DryRun?: boolean | undefined;
|
|
1485
853
|
}
|
|
1486
|
-
export interface
|
|
1487
|
-
|
|
1488
|
-
Group?: PermissionGroup | undefined;
|
|
854
|
+
export interface EnableImageResult {
|
|
855
|
+
Return?: boolean | undefined;
|
|
1489
856
|
}
|
|
1490
|
-
export interface
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
CreateVolumePermissions?: CreateVolumePermission[] | undefined;
|
|
857
|
+
export interface EnableImageBlockPublicAccessRequest {
|
|
858
|
+
ImageBlockPublicAccessState: ImageBlockPublicAccessEnabledState | undefined;
|
|
859
|
+
DryRun?: boolean | undefined;
|
|
1494
860
|
}
|
|
1495
|
-
export interface
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
861
|
+
export interface EnableImageBlockPublicAccessResult {
|
|
862
|
+
ImageBlockPublicAccessState?: ImageBlockPublicAccessEnabledState | undefined;
|
|
863
|
+
}
|
|
864
|
+
export interface EnableImageDeprecationRequest {
|
|
865
|
+
ImageId: string | undefined;
|
|
866
|
+
DeprecateAt: Date | undefined;
|
|
1501
867
|
DryRun?: boolean | undefined;
|
|
1502
|
-
Filters?: Filter[] | undefined;
|
|
1503
868
|
}
|
|
1504
|
-
export interface
|
|
1505
|
-
|
|
1506
|
-
Snapshots?: Snapshot[] | undefined;
|
|
869
|
+
export interface EnableImageDeprecationResult {
|
|
870
|
+
Return?: boolean | undefined;
|
|
1507
871
|
}
|
|
1508
|
-
export interface
|
|
1509
|
-
|
|
872
|
+
export interface EnableImageDeregistrationProtectionRequest {
|
|
873
|
+
ImageId: string | undefined;
|
|
874
|
+
WithCooldown?: boolean | undefined;
|
|
1510
875
|
DryRun?: boolean | undefined;
|
|
1511
|
-
NextToken?: string | undefined;
|
|
1512
|
-
MaxResults?: number | undefined;
|
|
1513
876
|
}
|
|
1514
|
-
export
|
|
1515
|
-
|
|
1516
|
-
readonly archival_failed: "archival-failed";
|
|
1517
|
-
readonly archival_in_progress: "archival-in-progress";
|
|
1518
|
-
readonly permanent_restore_completed: "permanent-restore-completed";
|
|
1519
|
-
readonly permanent_restore_failed: "permanent-restore-failed";
|
|
1520
|
-
readonly permanent_restore_in_progress: "permanent-restore-in-progress";
|
|
1521
|
-
readonly temporary_restore_completed: "temporary-restore-completed";
|
|
1522
|
-
readonly temporary_restore_failed: "temporary-restore-failed";
|
|
1523
|
-
readonly temporary_restore_in_progress: "temporary-restore-in-progress";
|
|
1524
|
-
};
|
|
1525
|
-
export type TieringOperationStatus =
|
|
1526
|
-
(typeof TieringOperationStatus)[keyof typeof TieringOperationStatus];
|
|
1527
|
-
export interface SnapshotTierStatus {
|
|
1528
|
-
SnapshotId?: string | undefined;
|
|
1529
|
-
VolumeId?: string | undefined;
|
|
1530
|
-
Status?: SnapshotState | undefined;
|
|
1531
|
-
OwnerId?: string | undefined;
|
|
1532
|
-
Tags?: Tag[] | undefined;
|
|
1533
|
-
StorageTier?: StorageTier | undefined;
|
|
1534
|
-
LastTieringStartTime?: Date | undefined;
|
|
1535
|
-
LastTieringProgress?: number | undefined;
|
|
1536
|
-
LastTieringOperationStatus?: TieringOperationStatus | undefined;
|
|
1537
|
-
LastTieringOperationStatusDetail?: string | undefined;
|
|
1538
|
-
ArchivalCompleteTime?: Date | undefined;
|
|
1539
|
-
RestoreExpiryTime?: Date | undefined;
|
|
1540
|
-
}
|
|
1541
|
-
export interface DescribeSnapshotTierStatusResult {
|
|
1542
|
-
SnapshotTierStatuses?: SnapshotTierStatus[] | undefined;
|
|
1543
|
-
NextToken?: string | undefined;
|
|
877
|
+
export interface EnableImageDeregistrationProtectionResult {
|
|
878
|
+
Return?: string | undefined;
|
|
1544
879
|
}
|
|
1545
|
-
export interface
|
|
880
|
+
export interface EnableInstanceSqlHaStandbyDetectionsRequest {
|
|
881
|
+
InstanceIds: string[] | undefined;
|
|
882
|
+
SqlServerCredentials?: string | undefined;
|
|
1546
883
|
DryRun?: boolean | undefined;
|
|
1547
884
|
}
|
|
1548
|
-
export interface
|
|
1549
|
-
|
|
885
|
+
export interface EnableInstanceSqlHaStandbyDetectionsResult {
|
|
886
|
+
Instances?: RegisteredInstance[] | undefined;
|
|
1550
887
|
}
|
|
1551
|
-
export interface
|
|
888
|
+
export interface EnableIpamOrganizationAdminAccountRequest {
|
|
1552
889
|
DryRun?: boolean | undefined;
|
|
1553
|
-
|
|
1554
|
-
NextToken?: string | undefined;
|
|
1555
|
-
MaxResults?: number | undefined;
|
|
890
|
+
DelegatedAdminAccountId: string | undefined;
|
|
1556
891
|
}
|
|
1557
|
-
export interface
|
|
1558
|
-
|
|
1559
|
-
NextToken?: string | undefined;
|
|
1560
|
-
SpotFleetRequestId?: string | undefined;
|
|
1561
|
-
}
|
|
1562
|
-
export declare const EventType: {
|
|
1563
|
-
readonly BATCH_CHANGE: "fleetRequestChange";
|
|
1564
|
-
readonly ERROR: "error";
|
|
1565
|
-
readonly INFORMATION: "information";
|
|
1566
|
-
readonly INSTANCE_CHANGE: "instanceChange";
|
|
1567
|
-
};
|
|
1568
|
-
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
1569
|
-
export interface DescribeSpotFleetRequestHistoryRequest {
|
|
1570
|
-
DryRun?: boolean | undefined;
|
|
1571
|
-
SpotFleetRequestId: string | undefined;
|
|
1572
|
-
EventType?: EventType | undefined;
|
|
1573
|
-
StartTime: Date | undefined;
|
|
1574
|
-
NextToken?: string | undefined;
|
|
1575
|
-
MaxResults?: number | undefined;
|
|
892
|
+
export interface EnableIpamOrganizationAdminAccountResult {
|
|
893
|
+
Success?: boolean | undefined;
|
|
1576
894
|
}
|
|
1577
|
-
export interface
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
895
|
+
export interface EnableIpamPolicyRequest {
|
|
896
|
+
DryRun?: boolean | undefined;
|
|
897
|
+
IpamPolicyId: string | undefined;
|
|
898
|
+
OrganizationTargetId?: string | undefined;
|
|
1581
899
|
}
|
|
1582
|
-
export interface
|
|
1583
|
-
|
|
1584
|
-
LastEvaluatedTime?: Date | undefined;
|
|
1585
|
-
NextToken?: string | undefined;
|
|
1586
|
-
SpotFleetRequestId?: string | undefined;
|
|
1587
|
-
StartTime?: Date | undefined;
|
|
900
|
+
export interface EnableIpamPolicyResult {
|
|
901
|
+
IpamPolicyId?: string | undefined;
|
|
1588
902
|
}
|
|
1589
|
-
export interface
|
|
903
|
+
export interface EnableReachabilityAnalyzerOrganizationSharingRequest {
|
|
1590
904
|
DryRun?: boolean | undefined;
|
|
1591
|
-
SpotFleetRequestIds?: string[] | undefined;
|
|
1592
|
-
NextToken?: string | undefined;
|
|
1593
|
-
MaxResults?: number | undefined;
|
|
1594
905
|
}
|
|
1595
|
-
export
|
|
1596
|
-
|
|
1597
|
-
readonly NO_TERMINATION: "noTermination";
|
|
1598
|
-
};
|
|
1599
|
-
export type ExcessCapacityTerminationPolicy =
|
|
1600
|
-
(typeof ExcessCapacityTerminationPolicy)[keyof typeof ExcessCapacityTerminationPolicy];
|
|
1601
|
-
export interface SpotFleetMonitoring {
|
|
1602
|
-
Enabled?: boolean | undefined;
|
|
1603
|
-
}
|
|
1604
|
-
export interface InstanceNetworkInterfaceSpecification {
|
|
1605
|
-
AssociatePublicIpAddress?: boolean | undefined;
|
|
1606
|
-
DeleteOnTermination?: boolean | undefined;
|
|
1607
|
-
Description?: string | undefined;
|
|
1608
|
-
DeviceIndex?: number | undefined;
|
|
1609
|
-
Groups?: string[] | undefined;
|
|
1610
|
-
Ipv6AddressCount?: number | undefined;
|
|
1611
|
-
Ipv6Addresses?: InstanceIpv6Address[] | undefined;
|
|
1612
|
-
NetworkInterfaceId?: string | undefined;
|
|
1613
|
-
PrivateIpAddress?: string | undefined;
|
|
1614
|
-
PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
|
|
1615
|
-
SecondaryPrivateIpAddressCount?: number | undefined;
|
|
1616
|
-
SubnetId?: string | undefined;
|
|
1617
|
-
AssociateCarrierIpAddress?: boolean | undefined;
|
|
1618
|
-
InterfaceType?: string | undefined;
|
|
1619
|
-
NetworkCardIndex?: number | undefined;
|
|
1620
|
-
Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[] | undefined;
|
|
1621
|
-
Ipv4PrefixCount?: number | undefined;
|
|
1622
|
-
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[] | undefined;
|
|
1623
|
-
Ipv6PrefixCount?: number | undefined;
|
|
1624
|
-
PrimaryIpv6?: boolean | undefined;
|
|
1625
|
-
EnaSrdSpecification?: EnaSrdSpecificationRequest | undefined;
|
|
1626
|
-
ConnectionTrackingSpecification?:
|
|
1627
|
-
| ConnectionTrackingSpecificationRequest
|
|
1628
|
-
| undefined;
|
|
1629
|
-
EnaQueueCount?: number | undefined;
|
|
906
|
+
export interface EnableReachabilityAnalyzerOrganizationSharingResult {
|
|
907
|
+
ReturnValue?: boolean | undefined;
|
|
1630
908
|
}
|
|
1631
|
-
export interface
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
909
|
+
export interface EnableRouteServerPropagationRequest {
|
|
910
|
+
RouteServerId: string | undefined;
|
|
911
|
+
RouteTableId: string | undefined;
|
|
912
|
+
DryRun?: boolean | undefined;
|
|
1635
913
|
}
|
|
1636
|
-
export interface
|
|
1637
|
-
|
|
1638
|
-
Tags?: Tag[] | undefined;
|
|
914
|
+
export interface EnableRouteServerPropagationResult {
|
|
915
|
+
RouteServerPropagation?: RouteServerPropagation | undefined;
|
|
1639
916
|
}
|
|
1640
|
-
export interface
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
export
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
}
|
|
1700
|
-
export
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
}
|
|
1709
|
-
export interface SpotFleetRequestConfigData {
|
|
1710
|
-
AllocationStrategy?: AllocationStrategy | undefined;
|
|
1711
|
-
OnDemandAllocationStrategy?: OnDemandAllocationStrategy | undefined;
|
|
1712
|
-
SpotMaintenanceStrategies?: SpotMaintenanceStrategies | undefined;
|
|
917
|
+
export interface EnableSerialConsoleAccessRequest {
|
|
918
|
+
DryRun?: boolean | undefined;
|
|
919
|
+
}
|
|
920
|
+
export interface EnableSerialConsoleAccessResult {
|
|
921
|
+
SerialConsoleAccessEnabled?: boolean | undefined;
|
|
922
|
+
}
|
|
923
|
+
export interface EnableSnapshotBlockPublicAccessRequest {
|
|
924
|
+
State: SnapshotBlockPublicAccessState | undefined;
|
|
925
|
+
DryRun?: boolean | undefined;
|
|
926
|
+
}
|
|
927
|
+
export interface EnableSnapshotBlockPublicAccessResult {
|
|
928
|
+
State?: SnapshotBlockPublicAccessState | undefined;
|
|
929
|
+
}
|
|
930
|
+
export interface EnableTransitGatewayRouteTablePropagationRequest {
|
|
931
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
932
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
933
|
+
DryRun?: boolean | undefined;
|
|
934
|
+
TransitGatewayRouteTableAnnouncementId?: string | undefined;
|
|
935
|
+
}
|
|
936
|
+
export interface EnableTransitGatewayRouteTablePropagationResult {
|
|
937
|
+
Propagation?: TransitGatewayPropagation | undefined;
|
|
938
|
+
}
|
|
939
|
+
export interface EnableVgwRoutePropagationRequest {
|
|
940
|
+
GatewayId: string | undefined;
|
|
941
|
+
RouteTableId: string | undefined;
|
|
942
|
+
DryRun?: boolean | undefined;
|
|
943
|
+
}
|
|
944
|
+
export interface EnableVolumeIORequest {
|
|
945
|
+
DryRun?: boolean | undefined;
|
|
946
|
+
VolumeId: string | undefined;
|
|
947
|
+
}
|
|
948
|
+
export interface EnableVpcClassicLinkRequest {
|
|
949
|
+
DryRun?: boolean | undefined;
|
|
950
|
+
VpcId: string | undefined;
|
|
951
|
+
}
|
|
952
|
+
export interface EnableVpcClassicLinkResult {
|
|
953
|
+
Return?: boolean | undefined;
|
|
954
|
+
}
|
|
955
|
+
export interface EnableVpcClassicLinkDnsSupportRequest {
|
|
956
|
+
VpcId?: string | undefined;
|
|
957
|
+
}
|
|
958
|
+
export interface EnableVpcClassicLinkDnsSupportResult {
|
|
959
|
+
Return?: boolean | undefined;
|
|
960
|
+
}
|
|
961
|
+
export interface ExportClientVpnClientCertificateRevocationListRequest {
|
|
962
|
+
ClientVpnEndpointId: string | undefined;
|
|
963
|
+
DryRun?: boolean | undefined;
|
|
964
|
+
}
|
|
965
|
+
export interface ClientCertificateRevocationListStatus {
|
|
966
|
+
Code?: ClientCertificateRevocationListStatusCode | undefined;
|
|
967
|
+
Message?: string | undefined;
|
|
968
|
+
}
|
|
969
|
+
export interface ExportClientVpnClientCertificateRevocationListResult {
|
|
970
|
+
CertificateRevocationList?: string | undefined;
|
|
971
|
+
Status?: ClientCertificateRevocationListStatus | undefined;
|
|
972
|
+
}
|
|
973
|
+
export interface ExportClientVpnClientConfigurationRequest {
|
|
974
|
+
ClientVpnEndpointId: string | undefined;
|
|
975
|
+
DryRun?: boolean | undefined;
|
|
976
|
+
}
|
|
977
|
+
export interface ExportClientVpnClientConfigurationResult {
|
|
978
|
+
ClientConfiguration?: string | undefined;
|
|
979
|
+
}
|
|
980
|
+
export interface ExportTaskS3LocationRequest {
|
|
981
|
+
S3Bucket: string | undefined;
|
|
982
|
+
S3Prefix?: string | undefined;
|
|
983
|
+
}
|
|
984
|
+
export interface ExportImageRequest {
|
|
1713
985
|
ClientToken?: string | undefined;
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
SpotPrice?: string | undefined;
|
|
1721
|
-
TargetCapacity: number | undefined;
|
|
1722
|
-
OnDemandTargetCapacity?: number | undefined;
|
|
1723
|
-
OnDemandMaxTotalPrice?: string | undefined;
|
|
1724
|
-
SpotMaxTotalPrice?: string | undefined;
|
|
1725
|
-
TerminateInstancesWithExpiration?: boolean | undefined;
|
|
1726
|
-
Type?: FleetType | undefined;
|
|
1727
|
-
ValidFrom?: Date | undefined;
|
|
1728
|
-
ValidUntil?: Date | undefined;
|
|
1729
|
-
ReplaceUnhealthyInstances?: boolean | undefined;
|
|
1730
|
-
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
1731
|
-
LoadBalancersConfig?: LoadBalancersConfig | undefined;
|
|
1732
|
-
InstancePoolsToUseCount?: number | undefined;
|
|
1733
|
-
Context?: string | undefined;
|
|
1734
|
-
TargetCapacityUnitType?: TargetCapacityUnitType | undefined;
|
|
986
|
+
Description?: string | undefined;
|
|
987
|
+
DiskImageFormat: DiskImageFormat | undefined;
|
|
988
|
+
DryRun?: boolean | undefined;
|
|
989
|
+
ImageId: string | undefined;
|
|
990
|
+
S3ExportLocation: ExportTaskS3LocationRequest | undefined;
|
|
991
|
+
RoleName?: string | undefined;
|
|
1735
992
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
1736
993
|
}
|
|
1737
|
-
export interface
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
994
|
+
export interface ExportImageResult {
|
|
995
|
+
Description?: string | undefined;
|
|
996
|
+
DiskImageFormat?: DiskImageFormat | undefined;
|
|
997
|
+
ExportImageTaskId?: string | undefined;
|
|
998
|
+
ImageId?: string | undefined;
|
|
999
|
+
RoleName?: string | undefined;
|
|
1000
|
+
Progress?: string | undefined;
|
|
1001
|
+
S3ExportLocation?: ExportTaskS3Location | undefined;
|
|
1002
|
+
Status?: string | undefined;
|
|
1003
|
+
StatusMessage?: string | undefined;
|
|
1743
1004
|
Tags?: Tag[] | undefined;
|
|
1744
1005
|
}
|
|
1745
|
-
export interface
|
|
1746
|
-
|
|
1747
|
-
|
|
1006
|
+
export interface ExportTransitGatewayRoutesRequest {
|
|
1007
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
1008
|
+
Filters?: Filter[] | undefined;
|
|
1009
|
+
S3Bucket: string | undefined;
|
|
1010
|
+
DryRun?: boolean | undefined;
|
|
1011
|
+
}
|
|
1012
|
+
export interface ExportTransitGatewayRoutesResult {
|
|
1013
|
+
S3Location?: string | undefined;
|
|
1014
|
+
}
|
|
1015
|
+
export interface ExportVerifiedAccessInstanceClientConfigurationRequest {
|
|
1016
|
+
VerifiedAccessInstanceId: string | undefined;
|
|
1017
|
+
DryRun?: boolean | undefined;
|
|
1018
|
+
}
|
|
1019
|
+
export interface VerifiedAccessInstanceOpenVpnClientConfigurationRoute {
|
|
1020
|
+
Cidr?: string | undefined;
|
|
1021
|
+
}
|
|
1022
|
+
export interface VerifiedAccessInstanceOpenVpnClientConfiguration {
|
|
1023
|
+
Config?: string | undefined;
|
|
1024
|
+
Routes?: VerifiedAccessInstanceOpenVpnClientConfigurationRoute[] | undefined;
|
|
1025
|
+
}
|
|
1026
|
+
export interface VerifiedAccessInstanceUserTrustProviderClientConfiguration {
|
|
1027
|
+
Type?: UserTrustProviderType | undefined;
|
|
1028
|
+
Scopes?: string | undefined;
|
|
1029
|
+
Issuer?: string | undefined;
|
|
1030
|
+
AuthorizationEndpoint?: string | undefined;
|
|
1031
|
+
PublicSigningKeyEndpoint?: string | undefined;
|
|
1032
|
+
TokenEndpoint?: string | undefined;
|
|
1033
|
+
UserInfoEndpoint?: string | undefined;
|
|
1034
|
+
ClientId?: string | undefined;
|
|
1035
|
+
ClientSecret?: string | undefined;
|
|
1036
|
+
PkceEnabled?: boolean | undefined;
|
|
1037
|
+
}
|
|
1038
|
+
export interface ExportVerifiedAccessInstanceClientConfigurationResult {
|
|
1039
|
+
Version?: string | undefined;
|
|
1040
|
+
VerifiedAccessInstanceId?: string | undefined;
|
|
1041
|
+
Region?: string | undefined;
|
|
1042
|
+
DeviceTrustProviders?: DeviceTrustProviderType[] | undefined;
|
|
1043
|
+
UserTrustProvider?:
|
|
1044
|
+
| VerifiedAccessInstanceUserTrustProviderClientConfiguration
|
|
1045
|
+
| undefined;
|
|
1046
|
+
OpenVpnConfigurations?:
|
|
1047
|
+
| VerifiedAccessInstanceOpenVpnClientConfiguration[]
|
|
1048
|
+
| undefined;
|
|
1049
|
+
}
|
|
1050
|
+
export interface GetActiveVpnTunnelStatusRequest {
|
|
1051
|
+
VpnConnectionId: string | undefined;
|
|
1052
|
+
VpnTunnelOutsideIpAddress: string | undefined;
|
|
1053
|
+
DryRun?: boolean | undefined;
|
|
1054
|
+
}
|
|
1055
|
+
export interface GetActiveVpnTunnelStatusResult {
|
|
1056
|
+
ActiveVpnTunnelStatus?: ActiveVpnTunnelStatus | undefined;
|
|
1057
|
+
}
|
|
1058
|
+
export interface GetAllowedImagesSettingsRequest {
|
|
1059
|
+
DryRun?: boolean | undefined;
|
|
1748
1060
|
}
|
|
1749
|
-
export interface
|
|
1061
|
+
export interface CreationDateCondition {
|
|
1062
|
+
MaximumDaysSinceCreated?: number | undefined;
|
|
1063
|
+
}
|
|
1064
|
+
export interface DeprecationTimeCondition {
|
|
1065
|
+
MaximumDaysSinceDeprecated?: number | undefined;
|
|
1066
|
+
}
|
|
1067
|
+
export interface ImageCriterion {
|
|
1068
|
+
ImageProviders?: string[] | undefined;
|
|
1069
|
+
MarketplaceProductCodes?: string[] | undefined;
|
|
1070
|
+
ImageNames?: string[] | undefined;
|
|
1071
|
+
DeprecationTimeCondition?: DeprecationTimeCondition | undefined;
|
|
1072
|
+
CreationDateCondition?: CreationDateCondition | undefined;
|
|
1073
|
+
}
|
|
1074
|
+
export interface GetAllowedImagesSettingsResult {
|
|
1075
|
+
State?: string | undefined;
|
|
1076
|
+
ImageCriteria?: ImageCriterion[] | undefined;
|
|
1077
|
+
ManagedBy?: ManagedBy | undefined;
|
|
1078
|
+
}
|
|
1079
|
+
export interface GetAssociatedEnclaveCertificateIamRolesRequest {
|
|
1080
|
+
CertificateArn: string | undefined;
|
|
1081
|
+
DryRun?: boolean | undefined;
|
|
1082
|
+
}
|
|
1083
|
+
export interface AssociatedRole {
|
|
1084
|
+
AssociatedRoleArn?: string | undefined;
|
|
1085
|
+
CertificateS3BucketName?: string | undefined;
|
|
1086
|
+
CertificateS3ObjectKey?: string | undefined;
|
|
1087
|
+
EncryptionKmsKeyId?: string | undefined;
|
|
1088
|
+
}
|
|
1089
|
+
export interface GetAssociatedEnclaveCertificateIamRolesResult {
|
|
1090
|
+
AssociatedRoles?: AssociatedRole[] | undefined;
|
|
1091
|
+
}
|
|
1092
|
+
export interface GetAssociatedIpv6PoolCidrsRequest {
|
|
1093
|
+
PoolId: string | undefined;
|
|
1750
1094
|
NextToken?: string | undefined;
|
|
1751
1095
|
MaxResults?: number | undefined;
|
|
1752
1096
|
DryRun?: boolean | undefined;
|
|
1753
|
-
SpotInstanceRequestIds?: string[] | undefined;
|
|
1754
|
-
Filters?: Filter[] | undefined;
|
|
1755
|
-
}
|
|
1756
|
-
export interface RunInstancesMonitoringEnabled {
|
|
1757
|
-
Enabled: boolean | undefined;
|
|
1758
1097
|
}
|
|
1759
|
-
export interface
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
1763
|
-
EbsOptimized?: boolean | undefined;
|
|
1764
|
-
IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
|
|
1765
|
-
ImageId?: string | undefined;
|
|
1766
|
-
InstanceType?: _InstanceType | undefined;
|
|
1767
|
-
KernelId?: string | undefined;
|
|
1768
|
-
KeyName?: string | undefined;
|
|
1769
|
-
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[] | undefined;
|
|
1770
|
-
Placement?: SpotPlacement | undefined;
|
|
1771
|
-
RamdiskId?: string | undefined;
|
|
1772
|
-
SubnetId?: string | undefined;
|
|
1773
|
-
SecurityGroups?: GroupIdentifier[] | undefined;
|
|
1774
|
-
Monitoring?: RunInstancesMonitoringEnabled | undefined;
|
|
1775
|
-
}
|
|
1776
|
-
export declare const SpotInstanceState: {
|
|
1777
|
-
readonly active: "active";
|
|
1778
|
-
readonly cancelled: "cancelled";
|
|
1779
|
-
readonly closed: "closed";
|
|
1780
|
-
readonly disabled: "disabled";
|
|
1781
|
-
readonly failed: "failed";
|
|
1782
|
-
readonly open: "open";
|
|
1783
|
-
};
|
|
1784
|
-
export type SpotInstanceState =
|
|
1785
|
-
(typeof SpotInstanceState)[keyof typeof SpotInstanceState];
|
|
1786
|
-
export interface SpotInstanceStatus {
|
|
1787
|
-
Code?: string | undefined;
|
|
1788
|
-
Message?: string | undefined;
|
|
1789
|
-
UpdateTime?: Date | undefined;
|
|
1790
|
-
}
|
|
1791
|
-
export interface SpotInstanceRequest {
|
|
1792
|
-
ActualBlockHourlyPrice?: string | undefined;
|
|
1793
|
-
AvailabilityZoneGroup?: string | undefined;
|
|
1794
|
-
BlockDurationMinutes?: number | undefined;
|
|
1795
|
-
CreateTime?: Date | undefined;
|
|
1796
|
-
Fault?: SpotInstanceStateFault | undefined;
|
|
1797
|
-
InstanceId?: string | undefined;
|
|
1798
|
-
LaunchGroup?: string | undefined;
|
|
1799
|
-
LaunchSpecification?: LaunchSpecification | undefined;
|
|
1800
|
-
LaunchedAvailabilityZone?: string | undefined;
|
|
1801
|
-
LaunchedAvailabilityZoneId?: string | undefined;
|
|
1802
|
-
ProductDescription?: RIProductDescription | undefined;
|
|
1803
|
-
SpotInstanceRequestId?: string | undefined;
|
|
1804
|
-
SpotPrice?: string | undefined;
|
|
1805
|
-
State?: SpotInstanceState | undefined;
|
|
1806
|
-
Status?: SpotInstanceStatus | undefined;
|
|
1807
|
-
Tags?: Tag[] | undefined;
|
|
1808
|
-
Type?: SpotInstanceType | undefined;
|
|
1809
|
-
ValidFrom?: Date | undefined;
|
|
1810
|
-
ValidUntil?: Date | undefined;
|
|
1811
|
-
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
1098
|
+
export interface Ipv6CidrAssociation {
|
|
1099
|
+
Ipv6Cidr?: string | undefined;
|
|
1100
|
+
AssociatedResource?: string | undefined;
|
|
1812
1101
|
}
|
|
1813
|
-
export interface
|
|
1814
|
-
|
|
1102
|
+
export interface GetAssociatedIpv6PoolCidrsResult {
|
|
1103
|
+
Ipv6CidrAssociations?: Ipv6CidrAssociation[] | undefined;
|
|
1815
1104
|
NextToken?: string | undefined;
|
|
1816
1105
|
}
|
|
1817
|
-
export interface
|
|
1818
|
-
|
|
1819
|
-
|
|
1106
|
+
export interface DataQuery {
|
|
1107
|
+
Id?: string | undefined;
|
|
1108
|
+
Source?: string | undefined;
|
|
1109
|
+
Destination?: string | undefined;
|
|
1110
|
+
Metric?: MetricType | undefined;
|
|
1111
|
+
Statistic?: StatisticType | undefined;
|
|
1112
|
+
Period?: PeriodType | undefined;
|
|
1113
|
+
}
|
|
1114
|
+
export interface GetAwsNetworkPerformanceDataRequest {
|
|
1115
|
+
DataQueries?: DataQuery[] | undefined;
|
|
1820
1116
|
StartTime?: Date | undefined;
|
|
1821
1117
|
EndTime?: Date | undefined;
|
|
1822
|
-
InstanceTypes?: _InstanceType[] | undefined;
|
|
1823
|
-
ProductDescriptions?: string[] | undefined;
|
|
1824
|
-
Filters?: Filter[] | undefined;
|
|
1825
|
-
AvailabilityZone?: string | undefined;
|
|
1826
1118
|
MaxResults?: number | undefined;
|
|
1827
1119
|
NextToken?: string | undefined;
|
|
1120
|
+
DryRun?: boolean | undefined;
|
|
1828
1121
|
}
|
|
1829
|
-
export interface
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1122
|
+
export interface MetricPoint {
|
|
1123
|
+
StartDate?: Date | undefined;
|
|
1124
|
+
EndDate?: Date | undefined;
|
|
1125
|
+
Value?: number | undefined;
|
|
1126
|
+
Status?: string | undefined;
|
|
1127
|
+
}
|
|
1128
|
+
export interface DataResponse {
|
|
1129
|
+
Id?: string | undefined;
|
|
1130
|
+
Source?: string | undefined;
|
|
1131
|
+
Destination?: string | undefined;
|
|
1132
|
+
Metric?: MetricType | undefined;
|
|
1133
|
+
Statistic?: StatisticType | undefined;
|
|
1134
|
+
Period?: PeriodType | undefined;
|
|
1135
|
+
MetricPoints?: MetricPoint[] | undefined;
|
|
1836
1136
|
}
|
|
1837
|
-
export interface
|
|
1137
|
+
export interface GetAwsNetworkPerformanceDataResult {
|
|
1138
|
+
DataResponses?: DataResponse[] | undefined;
|
|
1838
1139
|
NextToken?: string | undefined;
|
|
1839
|
-
SpotPriceHistory?: SpotPrice[] | undefined;
|
|
1840
1140
|
}
|
|
1841
|
-
export interface
|
|
1141
|
+
export interface GetCapacityManagerAttributesRequest {
|
|
1842
1142
|
DryRun?: boolean | undefined;
|
|
1843
|
-
MaxResults?: number | undefined;
|
|
1844
|
-
NextToken?: string | undefined;
|
|
1845
|
-
VpcId: string | undefined;
|
|
1846
1143
|
}
|
|
1847
|
-
export interface
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1144
|
+
export interface GetCapacityManagerAttributesResult {
|
|
1145
|
+
CapacityManagerStatus?: CapacityManagerStatus | undefined;
|
|
1146
|
+
OrganizationsAccess?: boolean | undefined;
|
|
1147
|
+
DataExportCount?: number | undefined;
|
|
1148
|
+
IngestionStatus?: IngestionStatus | undefined;
|
|
1149
|
+
IngestionStatusMessage?: string | undefined;
|
|
1150
|
+
EarliestDatapointTimestamp?: Date | undefined;
|
|
1151
|
+
LatestDatapointTimestamp?: Date | undefined;
|
|
1854
1152
|
}
|
|
1855
|
-
export interface
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
StaleIpPermissions?: StaleIpPermission[] | undefined;
|
|
1860
|
-
StaleIpPermissionsEgress?: StaleIpPermission[] | undefined;
|
|
1861
|
-
VpcId?: string | undefined;
|
|
1153
|
+
export interface DimensionCondition {
|
|
1154
|
+
Dimension?: FilterByDimension | undefined;
|
|
1155
|
+
Comparison?: Comparison | undefined;
|
|
1156
|
+
Values?: string[] | undefined;
|
|
1862
1157
|
}
|
|
1863
|
-
export interface
|
|
1864
|
-
|
|
1865
|
-
StaleSecurityGroupSet?: StaleSecurityGroup[] | undefined;
|
|
1158
|
+
export interface CapacityManagerCondition {
|
|
1159
|
+
DimensionCondition?: DimensionCondition | undefined;
|
|
1866
1160
|
}
|
|
1867
|
-
export interface
|
|
1868
|
-
|
|
1161
|
+
export interface GetCapacityManagerMetricDataRequest {
|
|
1162
|
+
MetricNames: Metric[] | undefined;
|
|
1163
|
+
StartTime: Date | undefined;
|
|
1164
|
+
EndTime: Date | undefined;
|
|
1165
|
+
Period: number | undefined;
|
|
1166
|
+
GroupBy?: GroupBy[] | undefined;
|
|
1167
|
+
FilterBy?: CapacityManagerCondition[] | undefined;
|
|
1168
|
+
MaxResults?: number | undefined;
|
|
1169
|
+
NextToken?: string | undefined;
|
|
1869
1170
|
DryRun?: boolean | undefined;
|
|
1870
|
-
|
|
1171
|
+
}
|
|
1172
|
+
export interface CapacityManagerDimension {
|
|
1173
|
+
ResourceRegion?: string | undefined;
|
|
1174
|
+
AvailabilityZoneId?: string | undefined;
|
|
1175
|
+
AccountId?: string | undefined;
|
|
1176
|
+
InstanceFamily?: string | undefined;
|
|
1177
|
+
InstanceType?: string | undefined;
|
|
1178
|
+
InstancePlatform?: string | undefined;
|
|
1179
|
+
ReservationArn?: string | undefined;
|
|
1180
|
+
ReservationId?: string | undefined;
|
|
1181
|
+
ReservationType?: ReservationType | undefined;
|
|
1182
|
+
ReservationCreateTimestamp?: Date | undefined;
|
|
1183
|
+
ReservationStartTimestamp?: Date | undefined;
|
|
1184
|
+
ReservationEndTimestamp?: Date | undefined;
|
|
1185
|
+
ReservationEndDateType?: ReservationEndDateType | undefined;
|
|
1186
|
+
Tenancy?: CapacityTenancy | undefined;
|
|
1187
|
+
ReservationState?: ReservationState | undefined;
|
|
1188
|
+
ReservationInstanceMatchCriteria?: string | undefined;
|
|
1189
|
+
ReservationUnusedFinancialOwner?: string | undefined;
|
|
1190
|
+
}
|
|
1191
|
+
export interface MetricValue {
|
|
1192
|
+
Metric?: Metric | undefined;
|
|
1193
|
+
Value?: number | undefined;
|
|
1194
|
+
}
|
|
1195
|
+
export interface MetricDataResult {
|
|
1196
|
+
Dimension?: CapacityManagerDimension | undefined;
|
|
1197
|
+
Timestamp?: Date | undefined;
|
|
1198
|
+
MetricValues?: MetricValue[] | undefined;
|
|
1199
|
+
}
|
|
1200
|
+
export interface GetCapacityManagerMetricDataResult {
|
|
1201
|
+
MetricDataResults?: MetricDataResult[] | undefined;
|
|
1871
1202
|
NextToken?: string | undefined;
|
|
1203
|
+
}
|
|
1204
|
+
export interface GetCapacityManagerMetricDimensionsRequest {
|
|
1205
|
+
GroupBy: GroupBy[] | undefined;
|
|
1206
|
+
FilterBy?: CapacityManagerCondition[] | undefined;
|
|
1207
|
+
StartTime: Date | undefined;
|
|
1208
|
+
EndTime: Date | undefined;
|
|
1209
|
+
MetricNames: Metric[] | undefined;
|
|
1872
1210
|
MaxResults?: number | undefined;
|
|
1211
|
+
NextToken?: string | undefined;
|
|
1212
|
+
DryRun?: boolean | undefined;
|
|
1873
1213
|
}
|
|
1874
|
-
export interface
|
|
1875
|
-
|
|
1876
|
-
TaskStartTime?: Date | undefined;
|
|
1877
|
-
Bucket?: string | undefined;
|
|
1878
|
-
S3objectKey?: string | undefined;
|
|
1879
|
-
ProgressPercentage?: number | undefined;
|
|
1880
|
-
StoreTaskState?: string | undefined;
|
|
1881
|
-
StoreTaskFailureReason?: string | undefined;
|
|
1882
|
-
}
|
|
1883
|
-
export interface DescribeStoreImageTasksResult {
|
|
1884
|
-
StoreImageTaskResults?: StoreImageTaskResult[] | undefined;
|
|
1214
|
+
export interface GetCapacityManagerMetricDimensionsResult {
|
|
1215
|
+
MetricDimensionResults?: CapacityManagerDimension[] | undefined;
|
|
1885
1216
|
NextToken?: string | undefined;
|
|
1886
1217
|
}
|
|
1887
|
-
export interface
|
|
1888
|
-
|
|
1889
|
-
SubnetIds?: string[] | undefined;
|
|
1218
|
+
export interface GetCapacityReservationUsageRequest {
|
|
1219
|
+
CapacityReservationId: string | undefined;
|
|
1890
1220
|
NextToken?: string | undefined;
|
|
1891
1221
|
MaxResults?: number | undefined;
|
|
1892
1222
|
DryRun?: boolean | undefined;
|
|
1893
1223
|
}
|
|
1894
|
-
export interface
|
|
1224
|
+
export interface InstanceUsage {
|
|
1225
|
+
AccountId?: string | undefined;
|
|
1226
|
+
UsedInstanceCount?: number | undefined;
|
|
1227
|
+
}
|
|
1228
|
+
export interface GetCapacityReservationUsageResult {
|
|
1895
1229
|
NextToken?: string | undefined;
|
|
1896
|
-
|
|
1230
|
+
CapacityReservationId?: string | undefined;
|
|
1231
|
+
InstanceType?: string | undefined;
|
|
1232
|
+
TotalInstanceCount?: number | undefined;
|
|
1233
|
+
AvailableInstanceCount?: number | undefined;
|
|
1234
|
+
State?: CapacityReservationState | undefined;
|
|
1235
|
+
InstanceUsages?: InstanceUsage[] | undefined;
|
|
1897
1236
|
}
|
|
1898
|
-
export interface
|
|
1899
|
-
|
|
1237
|
+
export interface GetCoipPoolUsageRequest {
|
|
1238
|
+
PoolId: string | undefined;
|
|
1900
1239
|
Filters?: Filter[] | undefined;
|
|
1901
1240
|
MaxResults?: number | undefined;
|
|
1902
1241
|
NextToken?: string | undefined;
|
|
1242
|
+
DryRun?: boolean | undefined;
|
|
1903
1243
|
}
|
|
1904
|
-
export interface
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1244
|
+
export interface CoipAddressUsage {
|
|
1245
|
+
AllocationId?: string | undefined;
|
|
1246
|
+
AwsAccountId?: string | undefined;
|
|
1247
|
+
AwsService?: string | undefined;
|
|
1248
|
+
CoIp?: string | undefined;
|
|
1909
1249
|
}
|
|
1910
|
-
export interface
|
|
1250
|
+
export interface GetCoipPoolUsageResult {
|
|
1251
|
+
CoipPoolId?: string | undefined;
|
|
1252
|
+
CoipAddressUsages?: CoipAddressUsage[] | undefined;
|
|
1253
|
+
LocalGatewayRouteTableId?: string | undefined;
|
|
1911
1254
|
NextToken?: string | undefined;
|
|
1912
|
-
Tags?: TagDescription[] | undefined;
|
|
1913
1255
|
}
|
|
1914
|
-
export interface
|
|
1915
|
-
|
|
1916
|
-
|
|
1256
|
+
export interface GetConsoleOutputRequest {
|
|
1257
|
+
InstanceId: string | undefined;
|
|
1258
|
+
Latest?: boolean | undefined;
|
|
1917
1259
|
DryRun?: boolean | undefined;
|
|
1918
|
-
Filters?: Filter[] | undefined;
|
|
1919
|
-
MaxResults?: number | undefined;
|
|
1920
|
-
NextToken?: string | undefined;
|
|
1921
1260
|
}
|
|
1922
|
-
export interface
|
|
1923
|
-
|
|
1924
|
-
|
|
1261
|
+
export interface GetConsoleOutputResult {
|
|
1262
|
+
InstanceId?: string | undefined;
|
|
1263
|
+
Timestamp?: Date | undefined;
|
|
1264
|
+
Output?: string | undefined;
|
|
1925
1265
|
}
|
|
1926
|
-
export interface
|
|
1927
|
-
TrafficMirrorFilterIds?: string[] | undefined;
|
|
1266
|
+
export interface GetConsoleScreenshotRequest {
|
|
1928
1267
|
DryRun?: boolean | undefined;
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
NextToken?: string | undefined;
|
|
1268
|
+
InstanceId: string | undefined;
|
|
1269
|
+
WakeUp?: boolean | undefined;
|
|
1932
1270
|
}
|
|
1933
|
-
export interface
|
|
1934
|
-
|
|
1935
|
-
|
|
1271
|
+
export interface GetConsoleScreenshotResult {
|
|
1272
|
+
ImageData?: string | undefined;
|
|
1273
|
+
InstanceId?: string | undefined;
|
|
1936
1274
|
}
|
|
1937
|
-
export interface
|
|
1938
|
-
TrafficMirrorSessionIds?: string[] | undefined;
|
|
1275
|
+
export interface GetDeclarativePoliciesReportSummaryRequest {
|
|
1939
1276
|
DryRun?: boolean | undefined;
|
|
1940
|
-
|
|
1941
|
-
|
|
1277
|
+
ReportId: string | undefined;
|
|
1278
|
+
}
|
|
1279
|
+
export interface RegionalSummary {
|
|
1280
|
+
RegionName?: string | undefined;
|
|
1281
|
+
NumberOfMatchedAccounts?: number | undefined;
|
|
1282
|
+
NumberOfUnmatchedAccounts?: number | undefined;
|
|
1283
|
+
}
|
|
1284
|
+
export interface AttributeSummary {
|
|
1285
|
+
AttributeName?: string | undefined;
|
|
1286
|
+
MostFrequentValue?: string | undefined;
|
|
1287
|
+
NumberOfMatchedAccounts?: number | undefined;
|
|
1288
|
+
NumberOfUnmatchedAccounts?: number | undefined;
|
|
1289
|
+
RegionalSummaries?: RegionalSummary[] | undefined;
|
|
1290
|
+
}
|
|
1291
|
+
export interface GetDeclarativePoliciesReportSummaryResult {
|
|
1292
|
+
ReportId?: string | undefined;
|
|
1293
|
+
S3Bucket?: string | undefined;
|
|
1294
|
+
S3Prefix?: string | undefined;
|
|
1295
|
+
TargetId?: string | undefined;
|
|
1296
|
+
StartTime?: Date | undefined;
|
|
1297
|
+
EndTime?: Date | undefined;
|
|
1298
|
+
NumberOfAccounts?: number | undefined;
|
|
1299
|
+
NumberOfFailedAccounts?: number | undefined;
|
|
1300
|
+
AttributeSummaries?: AttributeSummary[] | undefined;
|
|
1301
|
+
}
|
|
1302
|
+
export interface GetDefaultCreditSpecificationRequest {
|
|
1303
|
+
DryRun?: boolean | undefined;
|
|
1304
|
+
InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
|
|
1305
|
+
}
|
|
1306
|
+
export interface InstanceFamilyCreditSpecification {
|
|
1307
|
+
InstanceFamily?: UnlimitedSupportedInstanceFamily | undefined;
|
|
1308
|
+
CpuCredits?: string | undefined;
|
|
1309
|
+
}
|
|
1310
|
+
export interface GetDefaultCreditSpecificationResult {
|
|
1311
|
+
InstanceFamilyCreditSpecification?:
|
|
1312
|
+
| InstanceFamilyCreditSpecification
|
|
1313
|
+
| undefined;
|
|
1314
|
+
}
|
|
1315
|
+
export interface GetEbsDefaultKmsKeyIdRequest {
|
|
1316
|
+
DryRun?: boolean | undefined;
|
|
1317
|
+
}
|
|
1318
|
+
export interface GetEbsDefaultKmsKeyIdResult {
|
|
1319
|
+
KmsKeyId?: string | undefined;
|
|
1320
|
+
}
|
|
1321
|
+
export interface GetEbsEncryptionByDefaultRequest {
|
|
1322
|
+
DryRun?: boolean | undefined;
|
|
1323
|
+
}
|
|
1324
|
+
export interface GetEbsEncryptionByDefaultResult {
|
|
1325
|
+
EbsEncryptionByDefault?: boolean | undefined;
|
|
1326
|
+
SseType?: SSEType | undefined;
|
|
1327
|
+
}
|
|
1328
|
+
export interface GetEnabledIpamPolicyRequest {
|
|
1329
|
+
DryRun?: boolean | undefined;
|
|
1330
|
+
}
|
|
1331
|
+
export interface GetEnabledIpamPolicyResult {
|
|
1332
|
+
IpamPolicyEnabled?: boolean | undefined;
|
|
1333
|
+
IpamPolicyId?: string | undefined;
|
|
1334
|
+
ManagedBy?: IpamPolicyManagedBy | undefined;
|
|
1335
|
+
}
|
|
1336
|
+
export interface AthenaIntegration {
|
|
1337
|
+
IntegrationResultS3DestinationArn: string | undefined;
|
|
1338
|
+
PartitionLoadFrequency: PartitionLoadFrequency | undefined;
|
|
1339
|
+
PartitionStartDate?: Date | undefined;
|
|
1340
|
+
PartitionEndDate?: Date | undefined;
|
|
1341
|
+
}
|
|
1342
|
+
export interface IntegrateServices {
|
|
1343
|
+
AthenaIntegrations?: AthenaIntegration[] | undefined;
|
|
1344
|
+
}
|
|
1345
|
+
export interface GetFlowLogsIntegrationTemplateRequest {
|
|
1346
|
+
DryRun?: boolean | undefined;
|
|
1347
|
+
FlowLogId: string | undefined;
|
|
1348
|
+
ConfigDeliveryS3DestinationArn: string | undefined;
|
|
1349
|
+
IntegrateServices: IntegrateServices | undefined;
|
|
1350
|
+
}
|
|
1351
|
+
export interface GetFlowLogsIntegrationTemplateResult {
|
|
1352
|
+
Result?: string | undefined;
|
|
1353
|
+
}
|
|
1354
|
+
export interface GetGroupsForCapacityReservationRequest {
|
|
1355
|
+
CapacityReservationId: string | undefined;
|
|
1942
1356
|
NextToken?: string | undefined;
|
|
1357
|
+
MaxResults?: number | undefined;
|
|
1358
|
+
DryRun?: boolean | undefined;
|
|
1943
1359
|
}
|
|
1944
|
-
export interface
|
|
1945
|
-
|
|
1360
|
+
export interface CapacityReservationGroup {
|
|
1361
|
+
GroupArn?: string | undefined;
|
|
1362
|
+
OwnerId?: string | undefined;
|
|
1363
|
+
}
|
|
1364
|
+
export interface GetGroupsForCapacityReservationResult {
|
|
1946
1365
|
NextToken?: string | undefined;
|
|
1366
|
+
CapacityReservationGroups?: CapacityReservationGroup[] | undefined;
|
|
1367
|
+
}
|
|
1368
|
+
export interface GetHostReservationPurchasePreviewRequest {
|
|
1369
|
+
HostIdSet: string[] | undefined;
|
|
1370
|
+
OfferingId: string | undefined;
|
|
1371
|
+
}
|
|
1372
|
+
export interface Purchase {
|
|
1373
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
1374
|
+
Duration?: number | undefined;
|
|
1375
|
+
HostIdSet?: string[] | undefined;
|
|
1376
|
+
HostReservationId?: string | undefined;
|
|
1377
|
+
HourlyPrice?: string | undefined;
|
|
1378
|
+
InstanceFamily?: string | undefined;
|
|
1379
|
+
PaymentOption?: PaymentOption | undefined;
|
|
1380
|
+
UpfrontPrice?: string | undefined;
|
|
1381
|
+
}
|
|
1382
|
+
export interface GetHostReservationPurchasePreviewResult {
|
|
1383
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
1384
|
+
Purchase?: Purchase[] | undefined;
|
|
1385
|
+
TotalHourlyPrice?: string | undefined;
|
|
1386
|
+
TotalUpfrontPrice?: string | undefined;
|
|
1947
1387
|
}
|
|
1948
|
-
export interface
|
|
1949
|
-
|
|
1388
|
+
export interface GetImageAncestryRequest {
|
|
1389
|
+
ImageId: string | undefined;
|
|
1950
1390
|
DryRun?: boolean | undefined;
|
|
1951
|
-
|
|
1391
|
+
}
|
|
1392
|
+
export interface ImageAncestryEntry {
|
|
1393
|
+
CreationDate?: Date | undefined;
|
|
1394
|
+
ImageId?: string | undefined;
|
|
1395
|
+
ImageOwnerAlias?: string | undefined;
|
|
1396
|
+
SourceImageId?: string | undefined;
|
|
1397
|
+
SourceImageRegion?: string | undefined;
|
|
1398
|
+
}
|
|
1399
|
+
export interface GetImageAncestryResult {
|
|
1400
|
+
ImageAncestryEntries?: ImageAncestryEntry[] | undefined;
|
|
1401
|
+
}
|
|
1402
|
+
export interface GetImageBlockPublicAccessStateRequest {
|
|
1403
|
+
DryRun?: boolean | undefined;
|
|
1404
|
+
}
|
|
1405
|
+
export interface GetImageBlockPublicAccessStateResult {
|
|
1406
|
+
ImageBlockPublicAccessState?: string | undefined;
|
|
1407
|
+
ManagedBy?: ManagedBy | undefined;
|
|
1408
|
+
}
|
|
1409
|
+
export interface GetInstanceMetadataDefaultsRequest {
|
|
1410
|
+
DryRun?: boolean | undefined;
|
|
1411
|
+
}
|
|
1412
|
+
export interface InstanceMetadataDefaultsResponse {
|
|
1413
|
+
HttpTokens?: HttpTokensState | undefined;
|
|
1414
|
+
HttpPutResponseHopLimit?: number | undefined;
|
|
1415
|
+
HttpEndpoint?: InstanceMetadataEndpointState | undefined;
|
|
1416
|
+
InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
|
|
1417
|
+
ManagedBy?: ManagedBy | undefined;
|
|
1418
|
+
ManagedExceptionMessage?: string | undefined;
|
|
1419
|
+
}
|
|
1420
|
+
export interface GetInstanceMetadataDefaultsResult {
|
|
1421
|
+
AccountLevel?: InstanceMetadataDefaultsResponse | undefined;
|
|
1422
|
+
}
|
|
1423
|
+
export interface GetInstanceTpmEkPubRequest {
|
|
1424
|
+
InstanceId: string | undefined;
|
|
1425
|
+
KeyType: EkPubKeyType | undefined;
|
|
1426
|
+
KeyFormat: EkPubKeyFormat | undefined;
|
|
1427
|
+
DryRun?: boolean | undefined;
|
|
1428
|
+
}
|
|
1429
|
+
export interface GetInstanceTpmEkPubResult {
|
|
1430
|
+
InstanceId?: string | undefined;
|
|
1431
|
+
KeyType?: EkPubKeyType | undefined;
|
|
1432
|
+
KeyFormat?: EkPubKeyFormat | undefined;
|
|
1433
|
+
KeyValue?: string | undefined;
|
|
1434
|
+
}
|
|
1435
|
+
export interface GetInstanceTypesFromInstanceRequirementsRequest {
|
|
1436
|
+
DryRun?: boolean | undefined;
|
|
1437
|
+
ArchitectureTypes: ArchitectureType[] | undefined;
|
|
1438
|
+
VirtualizationTypes: VirtualizationType[] | undefined;
|
|
1439
|
+
InstanceRequirements: InstanceRequirementsRequest | undefined;
|
|
1952
1440
|
MaxResults?: number | undefined;
|
|
1953
1441
|
NextToken?: string | undefined;
|
|
1442
|
+
Context?: string | undefined;
|
|
1954
1443
|
}
|
|
1955
|
-
export interface
|
|
1956
|
-
|
|
1957
|
-
NextToken?: string | undefined;
|
|
1444
|
+
export interface InstanceTypeInfoFromInstanceRequirements {
|
|
1445
|
+
InstanceType?: string | undefined;
|
|
1958
1446
|
}
|
|
1959
|
-
export interface
|
|
1960
|
-
|
|
1961
|
-
Filters?: Filter[] | undefined;
|
|
1962
|
-
MaxResults?: number | undefined;
|
|
1447
|
+
export interface GetInstanceTypesFromInstanceRequirementsResult {
|
|
1448
|
+
InstanceTypes?: InstanceTypeInfoFromInstanceRequirements[] | undefined;
|
|
1963
1449
|
NextToken?: string | undefined;
|
|
1450
|
+
}
|
|
1451
|
+
export interface GetInstanceUefiDataRequest {
|
|
1452
|
+
InstanceId: string | undefined;
|
|
1964
1453
|
DryRun?: boolean | undefined;
|
|
1965
1454
|
}
|
|
1966
|
-
export interface
|
|
1967
|
-
|
|
1968
|
-
|
|
1455
|
+
export interface GetInstanceUefiDataResult {
|
|
1456
|
+
InstanceId?: string | undefined;
|
|
1457
|
+
UefiData?: string | undefined;
|
|
1969
1458
|
}
|
|
1970
|
-
export interface
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1459
|
+
export interface GetIpamAddressHistoryRequest {
|
|
1460
|
+
DryRun?: boolean | undefined;
|
|
1461
|
+
Cidr: string | undefined;
|
|
1462
|
+
IpamScopeId: string | undefined;
|
|
1463
|
+
VpcId?: string | undefined;
|
|
1464
|
+
StartTime?: Date | undefined;
|
|
1465
|
+
EndTime?: Date | undefined;
|
|
1466
|
+
MaxResults?: number | undefined;
|
|
1467
|
+
NextToken?: string | undefined;
|
|
1468
|
+
}
|
|
1469
|
+
export interface IpamAddressHistoryRecord {
|
|
1974
1470
|
ResourceOwnerId?: string | undefined;
|
|
1975
|
-
|
|
1471
|
+
ResourceRegion?: string | undefined;
|
|
1472
|
+
ResourceType?: IpamAddressHistoryResourceType | undefined;
|
|
1976
1473
|
ResourceId?: string | undefined;
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1474
|
+
ResourceCidr?: string | undefined;
|
|
1475
|
+
ResourceName?: string | undefined;
|
|
1476
|
+
ResourceComplianceStatus?: IpamComplianceStatus | undefined;
|
|
1477
|
+
ResourceOverlapStatus?: IpamOverlapStatus | undefined;
|
|
1478
|
+
VpcId?: string | undefined;
|
|
1479
|
+
SampledStartTime?: Date | undefined;
|
|
1480
|
+
SampledEndTime?: Date | undefined;
|
|
1981
1481
|
}
|
|
1982
|
-
export interface
|
|
1983
|
-
|
|
1482
|
+
export interface GetIpamAddressHistoryResult {
|
|
1483
|
+
HistoryRecords?: IpamAddressHistoryRecord[] | undefined;
|
|
1984
1484
|
NextToken?: string | undefined;
|
|
1985
1485
|
}
|
|
1986
|
-
export interface
|
|
1987
|
-
|
|
1486
|
+
export interface GetIpamDiscoveredAccountsRequest {
|
|
1487
|
+
DryRun?: boolean | undefined;
|
|
1488
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
1489
|
+
DiscoveryRegion: string | undefined;
|
|
1988
1490
|
Filters?: Filter[] | undefined;
|
|
1989
|
-
MaxResults?: number | undefined;
|
|
1990
1491
|
NextToken?: string | undefined;
|
|
1991
|
-
|
|
1492
|
+
MaxResults?: number | undefined;
|
|
1493
|
+
}
|
|
1494
|
+
export interface IpamDiscoveryFailureReason {
|
|
1495
|
+
Code?: IpamDiscoveryFailureCode | undefined;
|
|
1496
|
+
Message?: string | undefined;
|
|
1992
1497
|
}
|
|
1993
|
-
export interface
|
|
1994
|
-
|
|
1498
|
+
export interface IpamDiscoveredAccount {
|
|
1499
|
+
AccountId?: string | undefined;
|
|
1500
|
+
DiscoveryRegion?: string | undefined;
|
|
1501
|
+
FailureReason?: IpamDiscoveryFailureReason | undefined;
|
|
1502
|
+
LastAttemptedDiscoveryTime?: Date | undefined;
|
|
1503
|
+
LastSuccessfulDiscoveryTime?: Date | undefined;
|
|
1504
|
+
OrganizationalUnitId?: string | undefined;
|
|
1505
|
+
}
|
|
1506
|
+
export interface GetIpamDiscoveredAccountsResult {
|
|
1507
|
+
IpamDiscoveredAccounts?: IpamDiscoveredAccount[] | undefined;
|
|
1995
1508
|
NextToken?: string | undefined;
|
|
1996
1509
|
}
|
|
1997
|
-
export interface
|
|
1998
|
-
|
|
1510
|
+
export interface GetIpamDiscoveredPublicAddressesRequest {
|
|
1511
|
+
DryRun?: boolean | undefined;
|
|
1512
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
1513
|
+
AddressRegion: string | undefined;
|
|
1999
1514
|
Filters?: Filter[] | undefined;
|
|
1515
|
+
NextToken?: string | undefined;
|
|
2000
1516
|
MaxResults?: number | undefined;
|
|
1517
|
+
}
|
|
1518
|
+
export interface IpamPublicAddressSecurityGroup {
|
|
1519
|
+
GroupName?: string | undefined;
|
|
1520
|
+
GroupId?: string | undefined;
|
|
1521
|
+
}
|
|
1522
|
+
export interface IpamPublicAddressTag {
|
|
1523
|
+
Key?: string | undefined;
|
|
1524
|
+
Value?: string | undefined;
|
|
1525
|
+
}
|
|
1526
|
+
export interface IpamPublicAddressTags {
|
|
1527
|
+
EipTags?: IpamPublicAddressTag[] | undefined;
|
|
1528
|
+
}
|
|
1529
|
+
export interface IpamDiscoveredPublicAddress {
|
|
1530
|
+
IpamResourceDiscoveryId?: string | undefined;
|
|
1531
|
+
AddressRegion?: string | undefined;
|
|
1532
|
+
Address?: string | undefined;
|
|
1533
|
+
AddressOwnerId?: string | undefined;
|
|
1534
|
+
AddressAllocationId?: string | undefined;
|
|
1535
|
+
AssociationStatus?: IpamPublicAddressAssociationStatus | undefined;
|
|
1536
|
+
AddressType?: IpamPublicAddressType | undefined;
|
|
1537
|
+
Service?: IpamPublicAddressAwsService | undefined;
|
|
1538
|
+
ServiceResource?: string | undefined;
|
|
1539
|
+
VpcId?: string | undefined;
|
|
1540
|
+
SubnetId?: string | undefined;
|
|
1541
|
+
PublicIpv4PoolId?: string | undefined;
|
|
1542
|
+
NetworkInterfaceId?: string | undefined;
|
|
1543
|
+
NetworkInterfaceDescription?: string | undefined;
|
|
1544
|
+
InstanceId?: string | undefined;
|
|
1545
|
+
Tags?: IpamPublicAddressTags | undefined;
|
|
1546
|
+
NetworkBorderGroup?: string | undefined;
|
|
1547
|
+
SecurityGroups?: IpamPublicAddressSecurityGroup[] | undefined;
|
|
1548
|
+
SampleTime?: Date | undefined;
|
|
1549
|
+
}
|
|
1550
|
+
export interface GetIpamDiscoveredPublicAddressesResult {
|
|
1551
|
+
IpamDiscoveredPublicAddresses?: IpamDiscoveredPublicAddress[] | undefined;
|
|
1552
|
+
OldestSampleTime?: Date | undefined;
|
|
2001
1553
|
NextToken?: string | undefined;
|
|
1554
|
+
}
|
|
1555
|
+
export interface GetIpamDiscoveredResourceCidrsRequest {
|
|
2002
1556
|
DryRun?: boolean | undefined;
|
|
1557
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
1558
|
+
ResourceRegion: string | undefined;
|
|
1559
|
+
Filters?: Filter[] | undefined;
|
|
1560
|
+
NextToken?: string | undefined;
|
|
1561
|
+
MaxResults?: number | undefined;
|
|
1562
|
+
}
|
|
1563
|
+
export interface IpamDiscoveredResourceCidr {
|
|
1564
|
+
IpamResourceDiscoveryId?: string | undefined;
|
|
1565
|
+
ResourceRegion?: string | undefined;
|
|
1566
|
+
ResourceId?: string | undefined;
|
|
1567
|
+
ResourceOwnerId?: string | undefined;
|
|
1568
|
+
ResourceCidr?: string | undefined;
|
|
1569
|
+
IpSource?: IpamResourceCidrIpSource | undefined;
|
|
1570
|
+
ResourceType?: IpamResourceType | undefined;
|
|
1571
|
+
ResourceTags?: IpamResourceTag[] | undefined;
|
|
1572
|
+
IpUsage?: number | undefined;
|
|
1573
|
+
VpcId?: string | undefined;
|
|
1574
|
+
SubnetId?: string | undefined;
|
|
1575
|
+
NetworkInterfaceAttachmentStatus?:
|
|
1576
|
+
| IpamNetworkInterfaceAttachmentStatus
|
|
1577
|
+
| undefined;
|
|
1578
|
+
SampleTime?: Date | undefined;
|
|
1579
|
+
AvailabilityZoneId?: string | undefined;
|
|
2003
1580
|
}
|
|
2004
|
-
export interface
|
|
2005
|
-
|
|
1581
|
+
export interface GetIpamDiscoveredResourceCidrsResult {
|
|
1582
|
+
IpamDiscoveredResourceCidrs?: IpamDiscoveredResourceCidr[] | undefined;
|
|
2006
1583
|
NextToken?: string | undefined;
|
|
2007
1584
|
}
|
|
2008
|
-
export interface
|
|
2009
|
-
|
|
1585
|
+
export interface GetIpamPolicyAllocationRulesRequest {
|
|
1586
|
+
DryRun?: boolean | undefined;
|
|
1587
|
+
IpamPolicyId: string | undefined;
|
|
2010
1588
|
Filters?: Filter[] | undefined;
|
|
1589
|
+
Locale?: string | undefined;
|
|
1590
|
+
ResourceType?: IpamPolicyResourceType | undefined;
|
|
2011
1591
|
MaxResults?: number | undefined;
|
|
2012
1592
|
NextToken?: string | undefined;
|
|
2013
|
-
DryRun?: boolean | undefined;
|
|
2014
1593
|
}
|
|
2015
|
-
export interface
|
|
2016
|
-
|
|
1594
|
+
export interface IpamPolicyAllocationRule {
|
|
1595
|
+
SourceIpamPoolId?: string | undefined;
|
|
1596
|
+
}
|
|
1597
|
+
export interface IpamPolicyDocument {
|
|
1598
|
+
IpamPolicyId?: string | undefined;
|
|
1599
|
+
Locale?: string | undefined;
|
|
1600
|
+
ResourceType?: IpamPolicyResourceType | undefined;
|
|
1601
|
+
AllocationRules?: IpamPolicyAllocationRule[] | undefined;
|
|
1602
|
+
}
|
|
1603
|
+
export interface GetIpamPolicyAllocationRulesResult {
|
|
1604
|
+
IpamPolicyDocuments?: IpamPolicyDocument[] | undefined;
|
|
2017
1605
|
NextToken?: string | undefined;
|
|
2018
1606
|
}
|
|
2019
|
-
export interface
|
|
2020
|
-
|
|
2021
|
-
Filters?: Filter[] | undefined;
|
|
1607
|
+
export interface GetIpamPolicyOrganizationTargetsRequest {
|
|
1608
|
+
DryRun?: boolean | undefined;
|
|
2022
1609
|
MaxResults?: number | undefined;
|
|
2023
1610
|
NextToken?: string | undefined;
|
|
2024
|
-
|
|
1611
|
+
IpamPolicyId: string | undefined;
|
|
1612
|
+
Filters?: Filter[] | undefined;
|
|
2025
1613
|
}
|
|
2026
|
-
export interface
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
1614
|
+
export interface IpamPolicyOrganizationTarget {
|
|
1615
|
+
OrganizationTargetId?: string | undefined;
|
|
1616
|
+
}
|
|
1617
|
+
export interface GetIpamPolicyOrganizationTargetsResult {
|
|
1618
|
+
OrganizationTargets?: IpamPolicyOrganizationTarget[] | undefined;
|
|
2030
1619
|
NextToken?: string | undefined;
|
|
2031
1620
|
}
|
|
2032
|
-
export interface
|
|
2033
|
-
|
|
1621
|
+
export interface GetIpamPoolAllocationsRequest {
|
|
1622
|
+
DryRun?: boolean | undefined;
|
|
1623
|
+
IpamPoolId: string | undefined;
|
|
1624
|
+
IpamPoolAllocationId?: string | undefined;
|
|
2034
1625
|
Filters?: Filter[] | undefined;
|
|
2035
1626
|
MaxResults?: number | undefined;
|
|
2036
1627
|
NextToken?: string | undefined;
|
|
2037
|
-
DryRun?: boolean | undefined;
|
|
2038
1628
|
}
|
|
2039
|
-
export interface
|
|
2040
|
-
|
|
1629
|
+
export interface GetIpamPoolAllocationsResult {
|
|
1630
|
+
IpamPoolAllocations?: IpamPoolAllocation[] | undefined;
|
|
2041
1631
|
NextToken?: string | undefined;
|
|
2042
1632
|
}
|
|
2043
|
-
export interface
|
|
2044
|
-
|
|
1633
|
+
export interface GetIpamPoolCidrsRequest {
|
|
1634
|
+
DryRun?: boolean | undefined;
|
|
1635
|
+
IpamPoolId: string | undefined;
|
|
2045
1636
|
Filters?: Filter[] | undefined;
|
|
2046
1637
|
MaxResults?: number | undefined;
|
|
2047
1638
|
NextToken?: string | undefined;
|
|
2048
|
-
DryRun?: boolean | undefined;
|
|
2049
1639
|
}
|