@aws-sdk/client-ec2 3.934.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 +72 -0
- package/dist-cjs/index.js +948 -86
- package/dist-es/EC2.js +18 -0
- package/dist-es/commands/CreateIpamPolicyCommand.js +16 -0
- package/dist-es/commands/DeleteIpamPolicyCommand.js +16 -0
- package/dist-es/commands/DescribeIpamPoliciesCommand.js +16 -0
- package/dist-es/commands/DisableIpamPolicyCommand.js +16 -0
- package/dist-es/commands/EnableIpamPolicyCommand.js +16 -0
- package/dist-es/commands/GetEnabledIpamPolicyCommand.js +16 -0
- package/dist-es/commands/GetIpamPolicyAllocationRulesCommand.js +16 -0
- package/dist-es/commands/GetIpamPolicyOrganizationTargetsCommand.js +16 -0
- package/dist-es/commands/ModifyIpamPolicyAllocationRulesCommand.js +16 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/enums.js +3604 -0
- package/dist-es/models/models_0.js +1 -521
- package/dist-es/models/models_1.js +1 -1619
- package/dist-es/models/models_2.js +1 -354
- package/dist-es/models/models_3.js +1 -158
- package/dist-es/models/models_4.js +1 -331
- package/dist-es/models/models_5.js +1 -213
- package/dist-es/models/models_6.js +1 -187
- package/dist-es/models/models_7.js +1 -131
- package/dist-es/schemas/schemas_0.js +777 -78
- package/dist-types/EC2.d.ts +66 -0
- package/dist-types/EC2Client.d.ts +11 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +2 -0
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +4 -0
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +2 -2
- package/dist-types/commands/CopySnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CopyVolumesCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -2
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -2
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -2
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +3 -2
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -2
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPolicyCommand.d.ts +103 -0
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +22 -5
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -3
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
- package/dist-types/commands/CreateVolumeCommand.d.ts +3 -3
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPolicyCommand.d.ts +90 -0
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationTopologyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +3 -2
- package/dist-types/commands/DescribeIpamPoliciesCommand.d.ts +105 -0
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMacModificationTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +7 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteServerEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteServerPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteServersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnConcentratorsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DisableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisableIpamPolicyCommand.d.ts +77 -0
- package/dist-types/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +3 -1
- package/dist-types/commands/DisassociateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/EnableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamPolicyCommand.d.ts +78 -0
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
- package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +2 -2
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/GetEnabledIpamPolicyCommand.d.ts +77 -0
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetImageAncestryCommand.d.ts +2 -2
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPolicyAllocationRulesCommand.d.ts +101 -0
- package/dist-types/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +92 -0
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +2 -2
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -2
- package/dist-types/commands/ImportSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +93 -0
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +3 -3
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
- package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
- package/dist-types/commands/UnlockSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/index.d.ts +9 -1
- package/dist-types/models/enums.d.ts +6980 -0
- package/dist-types/models/models_0.d.ts +2943 -1058
- package/dist-types/models/models_1.d.ts +9245 -8143
- package/dist-types/models/models_2.d.ts +4061 -6064
- package/dist-types/models/models_3.d.ts +9084 -3648
- package/dist-types/models/models_4.d.ts +7250 -6766
- package/dist-types/models/models_5.d.ts +4333 -7858
- package/dist-types/models/models_6.d.ts +5475 -4305
- package/dist-types/models/models_7.d.ts +2669 -6042
- package/dist-types/schemas/schemas_0.d.ts +39 -0
- package/dist-types/ts3.4/EC2.d.ts +156 -0
- package/dist-types/ts3.4/EC2Client.d.ts +54 -0
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateIpamPolicyCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConcentratorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteImageUsageReportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPolicyCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationTopologyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPoliciesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMacModificationTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteServerEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteServerPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteServersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpnConcentratorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableIpamPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableIpamPolicyCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnabledIpamPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageAncestryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPolicyAllocationRulesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +9 -1
- package/dist-types/ts3.4/models/enums.d.ts +4361 -0
- package/dist-types/ts3.4/models/models_0.d.ts +595 -642
- package/dist-types/ts3.4/models/models_1.d.ts +1362 -2296
- package/dist-types/ts3.4/models/models_2.d.ts +1527 -2046
- package/dist-types/ts3.4/models/models_3.d.ts +1793 -1316
- package/dist-types/ts3.4/models/models_4.d.ts +1768 -1878
- package/dist-types/ts3.4/models/models_5.d.ts +1273 -1692
- package/dist-types/ts3.4/models/models_6.d.ts +1529 -1302
- package/dist-types/ts3.4/models/models_7.d.ts +806 -1614
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +39 -0
- package/package.json +13 -13
- package/dist-es/models/index.js +0 -9
- package/dist-es/models/models_8.js +0 -51
- package/dist-types/models/index.d.ts +0 -9
- package/dist-types/models/models_8.d.ts +0 -7488
- package/dist-types/ts3.4/models/index.d.ts +0 -9
- package/dist-types/ts3.4/models/models_8.d.ts +0 -1694
|
@@ -1,1694 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
AddedPrincipal,
|
|
3
|
-
AddressAttribute,
|
|
4
|
-
AddressAttributeName,
|
|
5
|
-
ApplianceModeSupportValue,
|
|
6
|
-
ByoipCidr,
|
|
7
|
-
ClientVpnAuthorizationRuleStatus,
|
|
8
|
-
CurrencyCodeValues,
|
|
9
|
-
DnsSupportValue,
|
|
10
|
-
IamInstanceProfileAssociation,
|
|
11
|
-
IamInstanceProfileSpecification,
|
|
12
|
-
IpPermission,
|
|
13
|
-
Ipv6SupportValue,
|
|
14
|
-
NatGatewayAddress,
|
|
15
|
-
PortRange,
|
|
16
|
-
RouteTableAssociationState,
|
|
17
|
-
SecurityGroupReferencingSupportValue,
|
|
18
|
-
TagSpecification,
|
|
19
|
-
TransitGatewayAttachmentResourceType,
|
|
20
|
-
TransitGatewayMulticastDomainAssociations,
|
|
21
|
-
TransitGatewayPeeringAttachment,
|
|
22
|
-
TransitGatewayVpcAttachment,
|
|
23
|
-
UnsuccessfulItem,
|
|
24
|
-
VerifiedAccessInstance,
|
|
25
|
-
VerifiedAccessSseSpecificationResponse,
|
|
26
|
-
VerifiedAccessTrustProvider,
|
|
27
|
-
} from "./models_0";
|
|
28
|
-
import {
|
|
29
|
-
_InstanceType,
|
|
30
|
-
AmdSevSnpSpecification,
|
|
31
|
-
BlockDeviceMapping,
|
|
32
|
-
CapacityReservation,
|
|
33
|
-
CapacityReservationInstancePlatform,
|
|
34
|
-
CreditSpecificationRequest,
|
|
35
|
-
ElasticGpuSpecification,
|
|
36
|
-
HostnameType,
|
|
37
|
-
InstanceInterruptionBehavior,
|
|
38
|
-
IpAddressType,
|
|
39
|
-
MarketType,
|
|
40
|
-
Placement,
|
|
41
|
-
ShutdownBehavior,
|
|
42
|
-
SpotInstanceType,
|
|
43
|
-
SSEType,
|
|
44
|
-
VolumeType,
|
|
45
|
-
} from "./models_1";
|
|
46
|
-
import {
|
|
47
|
-
AutoAcceptSharedAttachmentsValue,
|
|
48
|
-
DefaultRouteTableAssociationValue,
|
|
49
|
-
DefaultRouteTablePropagationValue,
|
|
50
|
-
IcmpTypeCode,
|
|
51
|
-
InstanceBandwidthWeighting,
|
|
52
|
-
InstanceIpv6Address,
|
|
53
|
-
LocalGatewayRoute,
|
|
54
|
-
ManagedPrefixList,
|
|
55
|
-
OperatorRequest,
|
|
56
|
-
RuleAction,
|
|
57
|
-
SnapshotState,
|
|
58
|
-
TrafficDirection,
|
|
59
|
-
TrafficMirrorFilter,
|
|
60
|
-
TrafficMirrorFilterRule,
|
|
61
|
-
TrafficMirrorNetworkService,
|
|
62
|
-
TrafficMirrorPortRangeRequest,
|
|
63
|
-
TrafficMirrorRuleAction,
|
|
64
|
-
TrafficMirrorSession,
|
|
65
|
-
TransitGateway,
|
|
66
|
-
TransitGatewayPrefixListReference,
|
|
67
|
-
TransitGatewayRoute,
|
|
68
|
-
VerifiedAccessEndpoint,
|
|
69
|
-
VerifiedAccessEndpointProtocol,
|
|
70
|
-
VerifiedAccessSseSpecificationRequest,
|
|
71
|
-
VpnEcmpSupportValue,
|
|
72
|
-
} from "./models_2";
|
|
73
|
-
import {
|
|
74
|
-
Byoasn,
|
|
75
|
-
DnsOptionsSpecification,
|
|
76
|
-
Filter,
|
|
77
|
-
IKEVersionsRequestListValue,
|
|
78
|
-
InstanceTagNotificationAttribute,
|
|
79
|
-
InternetGatewayExclusionMode,
|
|
80
|
-
IpamPoolCidr,
|
|
81
|
-
PayerResponsibility,
|
|
82
|
-
Phase1DHGroupNumbersRequestListValue,
|
|
83
|
-
Phase1EncryptionAlgorithmsRequestListValue,
|
|
84
|
-
Phase1IntegrityAlgorithmsRequestListValue,
|
|
85
|
-
Phase2DHGroupNumbersRequestListValue,
|
|
86
|
-
Phase2EncryptionAlgorithmsRequestListValue,
|
|
87
|
-
Phase2IntegrityAlgorithmsRequestListValue,
|
|
88
|
-
SubnetConfiguration,
|
|
89
|
-
VerifiedAccessGroup,
|
|
90
|
-
VpcBlockPublicAccessExclusion,
|
|
91
|
-
VpnConnection,
|
|
92
|
-
VpnTunnelLogOptionsSpecification,
|
|
93
|
-
} from "./models_3";
|
|
94
|
-
import {
|
|
95
|
-
ArchitectureValues,
|
|
96
|
-
AttributeBooleanValue,
|
|
97
|
-
BootModeValues,
|
|
98
|
-
CapacityBlock,
|
|
99
|
-
CapacityBlockExtension,
|
|
100
|
-
ClientVpnConnectionStatus,
|
|
101
|
-
HttpTokensState,
|
|
102
|
-
ImdsSupportValues,
|
|
103
|
-
InstanceAttributeName,
|
|
104
|
-
InstanceAutoRecoveryState,
|
|
105
|
-
InstanceMetadataEndpointState,
|
|
106
|
-
InstanceMetadataProtocolState,
|
|
107
|
-
InstanceMetadataTagsState,
|
|
108
|
-
InstanceState,
|
|
109
|
-
Monitoring,
|
|
110
|
-
TpmSupportValues,
|
|
111
|
-
} from "./models_4";
|
|
112
|
-
import {
|
|
113
|
-
CreateVolumePermission,
|
|
114
|
-
ExcessCapacityTerminationPolicy,
|
|
115
|
-
InstanceNetworkInterfaceSpecification,
|
|
116
|
-
LaunchTemplateConfig,
|
|
117
|
-
NetworkInsightsAccessScopeAnalysis,
|
|
118
|
-
NetworkInsightsAnalysis,
|
|
119
|
-
PublicIpv4PoolRange,
|
|
120
|
-
RunInstancesMonitoringEnabled,
|
|
121
|
-
ScheduledInstance,
|
|
122
|
-
SnapshotAttributeName,
|
|
123
|
-
SpotFleetRequestConfigData,
|
|
124
|
-
SpotInstanceRequest,
|
|
125
|
-
SpotPlacement,
|
|
126
|
-
} from "./models_5";
|
|
127
|
-
import {
|
|
128
|
-
CapacityManagerStatus,
|
|
129
|
-
InternetGatewayBlockMode,
|
|
130
|
-
VerifiedAccessInstanceLoggingConfiguration,
|
|
131
|
-
VolumeModification,
|
|
132
|
-
VpcBlockPublicAccessOptions,
|
|
133
|
-
} from "./models_6";
|
|
134
|
-
import {
|
|
135
|
-
CapacityReservationSpecification,
|
|
136
|
-
OperationType,
|
|
137
|
-
Purchase,
|
|
138
|
-
} from "./models_7";
|
|
139
|
-
export interface CreateVolumePermissionModifications {
|
|
140
|
-
Add?: CreateVolumePermission[] | undefined;
|
|
141
|
-
Remove?: CreateVolumePermission[] | undefined;
|
|
142
|
-
}
|
|
143
|
-
export interface ModifySnapshotAttributeRequest {
|
|
144
|
-
Attribute?: SnapshotAttributeName | undefined;
|
|
145
|
-
CreateVolumePermission?: CreateVolumePermissionModifications | undefined;
|
|
146
|
-
GroupNames?: string[] | undefined;
|
|
147
|
-
OperationType?: OperationType | undefined;
|
|
148
|
-
SnapshotId: string | undefined;
|
|
149
|
-
UserIds?: string[] | undefined;
|
|
150
|
-
DryRun?: boolean | undefined;
|
|
151
|
-
}
|
|
152
|
-
export declare const TargetStorageTier: {
|
|
153
|
-
readonly archive: "archive";
|
|
154
|
-
};
|
|
155
|
-
export type TargetStorageTier =
|
|
156
|
-
(typeof TargetStorageTier)[keyof typeof TargetStorageTier];
|
|
157
|
-
export interface ModifySnapshotTierRequest {
|
|
158
|
-
SnapshotId: string | undefined;
|
|
159
|
-
StorageTier?: TargetStorageTier | undefined;
|
|
160
|
-
DryRun?: boolean | undefined;
|
|
161
|
-
}
|
|
162
|
-
export interface ModifySnapshotTierResult {
|
|
163
|
-
SnapshotId?: string | undefined;
|
|
164
|
-
TieringStartTime?: Date | undefined;
|
|
165
|
-
}
|
|
166
|
-
export interface ModifySpotFleetRequestRequest {
|
|
167
|
-
LaunchTemplateConfigs?: LaunchTemplateConfig[] | undefined;
|
|
168
|
-
OnDemandTargetCapacity?: number | undefined;
|
|
169
|
-
Context?: string | undefined;
|
|
170
|
-
SpotFleetRequestId: string | undefined;
|
|
171
|
-
TargetCapacity?: number | undefined;
|
|
172
|
-
ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | undefined;
|
|
173
|
-
}
|
|
174
|
-
export interface ModifySpotFleetRequestResponse {
|
|
175
|
-
Return?: boolean | undefined;
|
|
176
|
-
}
|
|
177
|
-
export interface ModifySubnetAttributeRequest {
|
|
178
|
-
AssignIpv6AddressOnCreation?: AttributeBooleanValue | undefined;
|
|
179
|
-
MapPublicIpOnLaunch?: AttributeBooleanValue | undefined;
|
|
180
|
-
SubnetId: string | undefined;
|
|
181
|
-
MapCustomerOwnedIpOnLaunch?: AttributeBooleanValue | undefined;
|
|
182
|
-
CustomerOwnedIpv4Pool?: string | undefined;
|
|
183
|
-
EnableDns64?: AttributeBooleanValue | undefined;
|
|
184
|
-
PrivateDnsHostnameTypeOnLaunch?: HostnameType | undefined;
|
|
185
|
-
EnableResourceNameDnsARecordOnLaunch?: AttributeBooleanValue | undefined;
|
|
186
|
-
EnableResourceNameDnsAAAARecordOnLaunch?: AttributeBooleanValue | undefined;
|
|
187
|
-
EnableLniAtDeviceIndex?: number | undefined;
|
|
188
|
-
DisableLniAtDeviceIndex?: AttributeBooleanValue | undefined;
|
|
189
|
-
}
|
|
190
|
-
export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
|
|
191
|
-
TrafficMirrorFilterId: string | undefined;
|
|
192
|
-
AddNetworkServices?: TrafficMirrorNetworkService[] | undefined;
|
|
193
|
-
RemoveNetworkServices?: TrafficMirrorNetworkService[] | undefined;
|
|
194
|
-
DryRun?: boolean | undefined;
|
|
195
|
-
}
|
|
196
|
-
export interface ModifyTrafficMirrorFilterNetworkServicesResult {
|
|
197
|
-
TrafficMirrorFilter?: TrafficMirrorFilter | undefined;
|
|
198
|
-
}
|
|
199
|
-
export declare const TrafficMirrorFilterRuleField: {
|
|
200
|
-
readonly description: "description";
|
|
201
|
-
readonly destination_port_range: "destination-port-range";
|
|
202
|
-
readonly protocol: "protocol";
|
|
203
|
-
readonly source_port_range: "source-port-range";
|
|
204
|
-
};
|
|
205
|
-
export type TrafficMirrorFilterRuleField =
|
|
206
|
-
(typeof TrafficMirrorFilterRuleField)[keyof typeof TrafficMirrorFilterRuleField];
|
|
207
|
-
export interface ModifyTrafficMirrorFilterRuleRequest {
|
|
208
|
-
TrafficMirrorFilterRuleId: string | undefined;
|
|
209
|
-
TrafficDirection?: TrafficDirection | undefined;
|
|
210
|
-
RuleNumber?: number | undefined;
|
|
211
|
-
RuleAction?: TrafficMirrorRuleAction | undefined;
|
|
212
|
-
DestinationPortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
213
|
-
SourcePortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
214
|
-
Protocol?: number | undefined;
|
|
215
|
-
DestinationCidrBlock?: string | undefined;
|
|
216
|
-
SourceCidrBlock?: string | undefined;
|
|
217
|
-
Description?: string | undefined;
|
|
218
|
-
RemoveFields?: TrafficMirrorFilterRuleField[] | undefined;
|
|
219
|
-
DryRun?: boolean | undefined;
|
|
220
|
-
}
|
|
221
|
-
export interface ModifyTrafficMirrorFilterRuleResult {
|
|
222
|
-
TrafficMirrorFilterRule?: TrafficMirrorFilterRule | undefined;
|
|
223
|
-
}
|
|
224
|
-
export declare const TrafficMirrorSessionField: {
|
|
225
|
-
readonly description: "description";
|
|
226
|
-
readonly packet_length: "packet-length";
|
|
227
|
-
readonly virtual_network_id: "virtual-network-id";
|
|
228
|
-
};
|
|
229
|
-
export type TrafficMirrorSessionField =
|
|
230
|
-
(typeof TrafficMirrorSessionField)[keyof typeof TrafficMirrorSessionField];
|
|
231
|
-
export interface ModifyTrafficMirrorSessionRequest {
|
|
232
|
-
TrafficMirrorSessionId: string | undefined;
|
|
233
|
-
TrafficMirrorTargetId?: string | undefined;
|
|
234
|
-
TrafficMirrorFilterId?: string | undefined;
|
|
235
|
-
PacketLength?: number | undefined;
|
|
236
|
-
SessionNumber?: number | undefined;
|
|
237
|
-
VirtualNetworkId?: number | undefined;
|
|
238
|
-
Description?: string | undefined;
|
|
239
|
-
RemoveFields?: TrafficMirrorSessionField[] | undefined;
|
|
240
|
-
DryRun?: boolean | undefined;
|
|
241
|
-
}
|
|
242
|
-
export interface ModifyTrafficMirrorSessionResult {
|
|
243
|
-
TrafficMirrorSession?: TrafficMirrorSession | undefined;
|
|
244
|
-
}
|
|
245
|
-
export interface ModifyTransitGatewayOptions {
|
|
246
|
-
AddTransitGatewayCidrBlocks?: string[] | undefined;
|
|
247
|
-
RemoveTransitGatewayCidrBlocks?: string[] | undefined;
|
|
248
|
-
VpnEcmpSupport?: VpnEcmpSupportValue | undefined;
|
|
249
|
-
DnsSupport?: DnsSupportValue | undefined;
|
|
250
|
-
SecurityGroupReferencingSupport?:
|
|
251
|
-
| SecurityGroupReferencingSupportValue
|
|
252
|
-
| undefined;
|
|
253
|
-
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | undefined;
|
|
254
|
-
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | undefined;
|
|
255
|
-
AssociationDefaultRouteTableId?: string | undefined;
|
|
256
|
-
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
|
|
257
|
-
PropagationDefaultRouteTableId?: string | undefined;
|
|
258
|
-
AmazonSideAsn?: number | undefined;
|
|
259
|
-
}
|
|
260
|
-
export interface ModifyTransitGatewayRequest {
|
|
261
|
-
TransitGatewayId: string | undefined;
|
|
262
|
-
Description?: string | undefined;
|
|
263
|
-
Options?: ModifyTransitGatewayOptions | undefined;
|
|
264
|
-
DryRun?: boolean | undefined;
|
|
265
|
-
}
|
|
266
|
-
export interface ModifyTransitGatewayResult {
|
|
267
|
-
TransitGateway?: TransitGateway | undefined;
|
|
268
|
-
}
|
|
269
|
-
export interface ModifyTransitGatewayPrefixListReferenceRequest {
|
|
270
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
271
|
-
PrefixListId: string | undefined;
|
|
272
|
-
TransitGatewayAttachmentId?: string | undefined;
|
|
273
|
-
Blackhole?: boolean | undefined;
|
|
274
|
-
DryRun?: boolean | undefined;
|
|
275
|
-
}
|
|
276
|
-
export interface ModifyTransitGatewayPrefixListReferenceResult {
|
|
277
|
-
TransitGatewayPrefixListReference?:
|
|
278
|
-
| TransitGatewayPrefixListReference
|
|
279
|
-
| undefined;
|
|
280
|
-
}
|
|
281
|
-
export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
|
|
282
|
-
DnsSupport?: DnsSupportValue | undefined;
|
|
283
|
-
SecurityGroupReferencingSupport?:
|
|
284
|
-
| SecurityGroupReferencingSupportValue
|
|
285
|
-
| undefined;
|
|
286
|
-
Ipv6Support?: Ipv6SupportValue | undefined;
|
|
287
|
-
ApplianceModeSupport?: ApplianceModeSupportValue | undefined;
|
|
288
|
-
}
|
|
289
|
-
export interface ModifyTransitGatewayVpcAttachmentRequest {
|
|
290
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
291
|
-
AddSubnetIds?: string[] | undefined;
|
|
292
|
-
RemoveSubnetIds?: string[] | undefined;
|
|
293
|
-
Options?: ModifyTransitGatewayVpcAttachmentRequestOptions | undefined;
|
|
294
|
-
DryRun?: boolean | undefined;
|
|
295
|
-
}
|
|
296
|
-
export interface ModifyTransitGatewayVpcAttachmentResult {
|
|
297
|
-
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
|
|
298
|
-
}
|
|
299
|
-
export interface ModifyVerifiedAccessEndpointPortRange {
|
|
300
|
-
FromPort?: number | undefined;
|
|
301
|
-
ToPort?: number | undefined;
|
|
302
|
-
}
|
|
303
|
-
export interface ModifyVerifiedAccessEndpointCidrOptions {
|
|
304
|
-
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
305
|
-
}
|
|
306
|
-
export interface ModifyVerifiedAccessEndpointLoadBalancerOptions {
|
|
307
|
-
SubnetIds?: string[] | undefined;
|
|
308
|
-
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
309
|
-
Port?: number | undefined;
|
|
310
|
-
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
311
|
-
}
|
|
312
|
-
export interface ModifyVerifiedAccessEndpointEniOptions {
|
|
313
|
-
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
314
|
-
Port?: number | undefined;
|
|
315
|
-
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
316
|
-
}
|
|
317
|
-
export interface ModifyVerifiedAccessEndpointRdsOptions {
|
|
318
|
-
SubnetIds?: string[] | undefined;
|
|
319
|
-
Port?: number | undefined;
|
|
320
|
-
RdsEndpoint?: string | undefined;
|
|
321
|
-
}
|
|
322
|
-
export interface ModifyVerifiedAccessEndpointRequest {
|
|
323
|
-
VerifiedAccessEndpointId: string | undefined;
|
|
324
|
-
VerifiedAccessGroupId?: string | undefined;
|
|
325
|
-
LoadBalancerOptions?:
|
|
326
|
-
| ModifyVerifiedAccessEndpointLoadBalancerOptions
|
|
327
|
-
| undefined;
|
|
328
|
-
NetworkInterfaceOptions?: ModifyVerifiedAccessEndpointEniOptions | undefined;
|
|
329
|
-
Description?: string | undefined;
|
|
330
|
-
ClientToken?: string | undefined;
|
|
331
|
-
DryRun?: boolean | undefined;
|
|
332
|
-
RdsOptions?: ModifyVerifiedAccessEndpointRdsOptions | undefined;
|
|
333
|
-
CidrOptions?: ModifyVerifiedAccessEndpointCidrOptions | undefined;
|
|
334
|
-
}
|
|
335
|
-
export interface ModifyVerifiedAccessEndpointResult {
|
|
336
|
-
VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
|
|
337
|
-
}
|
|
338
|
-
export interface ModifyVerifiedAccessEndpointPolicyRequest {
|
|
339
|
-
VerifiedAccessEndpointId: string | undefined;
|
|
340
|
-
PolicyEnabled?: boolean | undefined;
|
|
341
|
-
PolicyDocument?: string | undefined;
|
|
342
|
-
ClientToken?: string | undefined;
|
|
343
|
-
DryRun?: boolean | undefined;
|
|
344
|
-
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
345
|
-
}
|
|
346
|
-
export interface ModifyVerifiedAccessEndpointPolicyResult {
|
|
347
|
-
PolicyEnabled?: boolean | undefined;
|
|
348
|
-
PolicyDocument?: string | undefined;
|
|
349
|
-
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
350
|
-
}
|
|
351
|
-
export interface ModifyVerifiedAccessGroupRequest {
|
|
352
|
-
VerifiedAccessGroupId: string | undefined;
|
|
353
|
-
VerifiedAccessInstanceId?: string | undefined;
|
|
354
|
-
Description?: string | undefined;
|
|
355
|
-
ClientToken?: string | undefined;
|
|
356
|
-
DryRun?: boolean | undefined;
|
|
357
|
-
}
|
|
358
|
-
export interface ModifyVerifiedAccessGroupResult {
|
|
359
|
-
VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
|
|
360
|
-
}
|
|
361
|
-
export interface ModifyVerifiedAccessGroupPolicyRequest {
|
|
362
|
-
VerifiedAccessGroupId: string | undefined;
|
|
363
|
-
PolicyEnabled?: boolean | undefined;
|
|
364
|
-
PolicyDocument?: string | undefined;
|
|
365
|
-
ClientToken?: string | undefined;
|
|
366
|
-
DryRun?: boolean | undefined;
|
|
367
|
-
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
368
|
-
}
|
|
369
|
-
export interface ModifyVerifiedAccessGroupPolicyResult {
|
|
370
|
-
PolicyEnabled?: boolean | undefined;
|
|
371
|
-
PolicyDocument?: string | undefined;
|
|
372
|
-
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
373
|
-
}
|
|
374
|
-
export interface ModifyVerifiedAccessInstanceRequest {
|
|
375
|
-
VerifiedAccessInstanceId: string | undefined;
|
|
376
|
-
Description?: string | undefined;
|
|
377
|
-
DryRun?: boolean | undefined;
|
|
378
|
-
ClientToken?: string | undefined;
|
|
379
|
-
CidrEndpointsCustomSubDomain?: string | undefined;
|
|
380
|
-
}
|
|
381
|
-
export interface ModifyVerifiedAccessInstanceResult {
|
|
382
|
-
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
383
|
-
}
|
|
384
|
-
export interface VerifiedAccessLogCloudWatchLogsDestinationOptions {
|
|
385
|
-
Enabled: boolean | undefined;
|
|
386
|
-
LogGroup?: string | undefined;
|
|
387
|
-
}
|
|
388
|
-
export interface VerifiedAccessLogKinesisDataFirehoseDestinationOptions {
|
|
389
|
-
Enabled: boolean | undefined;
|
|
390
|
-
DeliveryStream?: string | undefined;
|
|
391
|
-
}
|
|
392
|
-
export interface VerifiedAccessLogS3DestinationOptions {
|
|
393
|
-
Enabled: boolean | undefined;
|
|
394
|
-
BucketName?: string | undefined;
|
|
395
|
-
Prefix?: string | undefined;
|
|
396
|
-
BucketOwner?: string | undefined;
|
|
397
|
-
}
|
|
398
|
-
export interface VerifiedAccessLogOptions {
|
|
399
|
-
S3?: VerifiedAccessLogS3DestinationOptions | undefined;
|
|
400
|
-
CloudWatchLogs?:
|
|
401
|
-
| VerifiedAccessLogCloudWatchLogsDestinationOptions
|
|
402
|
-
| undefined;
|
|
403
|
-
KinesisDataFirehose?:
|
|
404
|
-
| VerifiedAccessLogKinesisDataFirehoseDestinationOptions
|
|
405
|
-
| undefined;
|
|
406
|
-
LogVersion?: string | undefined;
|
|
407
|
-
IncludeTrustContext?: boolean | undefined;
|
|
408
|
-
}
|
|
409
|
-
export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
|
|
410
|
-
VerifiedAccessInstanceId: string | undefined;
|
|
411
|
-
AccessLogs: VerifiedAccessLogOptions | undefined;
|
|
412
|
-
DryRun?: boolean | undefined;
|
|
413
|
-
ClientToken?: string | undefined;
|
|
414
|
-
}
|
|
415
|
-
export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
|
|
416
|
-
LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration | undefined;
|
|
417
|
-
}
|
|
418
|
-
export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
|
|
419
|
-
PublicSigningKeyUrl?: string | undefined;
|
|
420
|
-
}
|
|
421
|
-
export interface ModifyVerifiedAccessNativeApplicationOidcOptions {
|
|
422
|
-
PublicSigningKeyEndpoint?: string | undefined;
|
|
423
|
-
Issuer?: string | undefined;
|
|
424
|
-
AuthorizationEndpoint?: string | undefined;
|
|
425
|
-
TokenEndpoint?: string | undefined;
|
|
426
|
-
UserInfoEndpoint?: string | undefined;
|
|
427
|
-
ClientId?: string | undefined;
|
|
428
|
-
ClientSecret?: string | undefined;
|
|
429
|
-
Scope?: string | undefined;
|
|
430
|
-
}
|
|
431
|
-
export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
|
432
|
-
Issuer?: string | undefined;
|
|
433
|
-
AuthorizationEndpoint?: string | undefined;
|
|
434
|
-
TokenEndpoint?: string | undefined;
|
|
435
|
-
UserInfoEndpoint?: string | undefined;
|
|
436
|
-
ClientId?: string | undefined;
|
|
437
|
-
ClientSecret?: string | undefined;
|
|
438
|
-
Scope?: string | undefined;
|
|
439
|
-
}
|
|
440
|
-
export interface ModifyVerifiedAccessTrustProviderRequest {
|
|
441
|
-
VerifiedAccessTrustProviderId: string | undefined;
|
|
442
|
-
OidcOptions?: ModifyVerifiedAccessTrustProviderOidcOptions | undefined;
|
|
443
|
-
DeviceOptions?: ModifyVerifiedAccessTrustProviderDeviceOptions | undefined;
|
|
444
|
-
Description?: string | undefined;
|
|
445
|
-
DryRun?: boolean | undefined;
|
|
446
|
-
ClientToken?: string | undefined;
|
|
447
|
-
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
448
|
-
NativeApplicationOidcOptions?:
|
|
449
|
-
| ModifyVerifiedAccessNativeApplicationOidcOptions
|
|
450
|
-
| undefined;
|
|
451
|
-
}
|
|
452
|
-
export interface ModifyVerifiedAccessTrustProviderResult {
|
|
453
|
-
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
|
|
454
|
-
}
|
|
455
|
-
export interface ModifyVolumeRequest {
|
|
456
|
-
DryRun?: boolean | undefined;
|
|
457
|
-
VolumeId: string | undefined;
|
|
458
|
-
Size?: number | undefined;
|
|
459
|
-
VolumeType?: VolumeType | undefined;
|
|
460
|
-
Iops?: number | undefined;
|
|
461
|
-
Throughput?: number | undefined;
|
|
462
|
-
MultiAttachEnabled?: boolean | undefined;
|
|
463
|
-
}
|
|
464
|
-
export interface ModifyVolumeResult {
|
|
465
|
-
VolumeModification?: VolumeModification | undefined;
|
|
466
|
-
}
|
|
467
|
-
export interface ModifyVolumeAttributeRequest {
|
|
468
|
-
AutoEnableIO?: AttributeBooleanValue | undefined;
|
|
469
|
-
VolumeId: string | undefined;
|
|
470
|
-
DryRun?: boolean | undefined;
|
|
471
|
-
}
|
|
472
|
-
export interface ModifyVpcAttributeRequest {
|
|
473
|
-
EnableDnsHostnames?: AttributeBooleanValue | undefined;
|
|
474
|
-
EnableDnsSupport?: AttributeBooleanValue | undefined;
|
|
475
|
-
VpcId: string | undefined;
|
|
476
|
-
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue | undefined;
|
|
477
|
-
}
|
|
478
|
-
export interface ModifyVpcBlockPublicAccessExclusionRequest {
|
|
479
|
-
DryRun?: boolean | undefined;
|
|
480
|
-
ExclusionId: string | undefined;
|
|
481
|
-
InternetGatewayExclusionMode: InternetGatewayExclusionMode | undefined;
|
|
482
|
-
}
|
|
483
|
-
export interface ModifyVpcBlockPublicAccessExclusionResult {
|
|
484
|
-
VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
|
|
485
|
-
}
|
|
486
|
-
export interface ModifyVpcBlockPublicAccessOptionsRequest {
|
|
487
|
-
DryRun?: boolean | undefined;
|
|
488
|
-
InternetGatewayBlockMode: InternetGatewayBlockMode | undefined;
|
|
489
|
-
}
|
|
490
|
-
export interface ModifyVpcBlockPublicAccessOptionsResult {
|
|
491
|
-
VpcBlockPublicAccessOptions?: VpcBlockPublicAccessOptions | undefined;
|
|
492
|
-
}
|
|
493
|
-
export interface ModifyVpcEndpointRequest {
|
|
494
|
-
DryRun?: boolean | undefined;
|
|
495
|
-
VpcEndpointId: string | undefined;
|
|
496
|
-
ResetPolicy?: boolean | undefined;
|
|
497
|
-
PolicyDocument?: string | undefined;
|
|
498
|
-
AddRouteTableIds?: string[] | undefined;
|
|
499
|
-
RemoveRouteTableIds?: string[] | undefined;
|
|
500
|
-
AddSubnetIds?: string[] | undefined;
|
|
501
|
-
RemoveSubnetIds?: string[] | undefined;
|
|
502
|
-
AddSecurityGroupIds?: string[] | undefined;
|
|
503
|
-
RemoveSecurityGroupIds?: string[] | undefined;
|
|
504
|
-
IpAddressType?: IpAddressType | undefined;
|
|
505
|
-
DnsOptions?: DnsOptionsSpecification | undefined;
|
|
506
|
-
PrivateDnsEnabled?: boolean | undefined;
|
|
507
|
-
SubnetConfigurations?: SubnetConfiguration[] | undefined;
|
|
508
|
-
}
|
|
509
|
-
export interface ModifyVpcEndpointResult {
|
|
510
|
-
Return?: boolean | undefined;
|
|
511
|
-
}
|
|
512
|
-
export interface ModifyVpcEndpointConnectionNotificationRequest {
|
|
513
|
-
DryRun?: boolean | undefined;
|
|
514
|
-
ConnectionNotificationId: string | undefined;
|
|
515
|
-
ConnectionNotificationArn?: string | undefined;
|
|
516
|
-
ConnectionEvents?: string[] | undefined;
|
|
517
|
-
}
|
|
518
|
-
export interface ModifyVpcEndpointConnectionNotificationResult {
|
|
519
|
-
ReturnValue?: boolean | undefined;
|
|
520
|
-
}
|
|
521
|
-
export interface ModifyVpcEndpointServiceConfigurationRequest {
|
|
522
|
-
DryRun?: boolean | undefined;
|
|
523
|
-
ServiceId: string | undefined;
|
|
524
|
-
PrivateDnsName?: string | undefined;
|
|
525
|
-
RemovePrivateDnsName?: boolean | undefined;
|
|
526
|
-
AcceptanceRequired?: boolean | undefined;
|
|
527
|
-
AddNetworkLoadBalancerArns?: string[] | undefined;
|
|
528
|
-
RemoveNetworkLoadBalancerArns?: string[] | undefined;
|
|
529
|
-
AddGatewayLoadBalancerArns?: string[] | undefined;
|
|
530
|
-
RemoveGatewayLoadBalancerArns?: string[] | undefined;
|
|
531
|
-
AddSupportedIpAddressTypes?: string[] | undefined;
|
|
532
|
-
RemoveSupportedIpAddressTypes?: string[] | undefined;
|
|
533
|
-
AddSupportedRegions?: string[] | undefined;
|
|
534
|
-
RemoveSupportedRegions?: string[] | undefined;
|
|
535
|
-
}
|
|
536
|
-
export interface ModifyVpcEndpointServiceConfigurationResult {
|
|
537
|
-
Return?: boolean | undefined;
|
|
538
|
-
}
|
|
539
|
-
export interface ModifyVpcEndpointServicePayerResponsibilityRequest {
|
|
540
|
-
DryRun?: boolean | undefined;
|
|
541
|
-
ServiceId: string | undefined;
|
|
542
|
-
PayerResponsibility: PayerResponsibility | undefined;
|
|
543
|
-
}
|
|
544
|
-
export interface ModifyVpcEndpointServicePayerResponsibilityResult {
|
|
545
|
-
ReturnValue?: boolean | undefined;
|
|
546
|
-
}
|
|
547
|
-
export interface ModifyVpcEndpointServicePermissionsRequest {
|
|
548
|
-
DryRun?: boolean | undefined;
|
|
549
|
-
ServiceId: string | undefined;
|
|
550
|
-
AddAllowedPrincipals?: string[] | undefined;
|
|
551
|
-
RemoveAllowedPrincipals?: string[] | undefined;
|
|
552
|
-
}
|
|
553
|
-
export interface ModifyVpcEndpointServicePermissionsResult {
|
|
554
|
-
AddedPrincipals?: AddedPrincipal[] | undefined;
|
|
555
|
-
ReturnValue?: boolean | undefined;
|
|
556
|
-
}
|
|
557
|
-
export interface PeeringConnectionOptionsRequest {
|
|
558
|
-
AllowDnsResolutionFromRemoteVpc?: boolean | undefined;
|
|
559
|
-
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean | undefined;
|
|
560
|
-
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean | undefined;
|
|
561
|
-
}
|
|
562
|
-
export interface ModifyVpcPeeringConnectionOptionsRequest {
|
|
563
|
-
AccepterPeeringConnectionOptions?:
|
|
564
|
-
| PeeringConnectionOptionsRequest
|
|
565
|
-
| undefined;
|
|
566
|
-
DryRun?: boolean | undefined;
|
|
567
|
-
RequesterPeeringConnectionOptions?:
|
|
568
|
-
| PeeringConnectionOptionsRequest
|
|
569
|
-
| undefined;
|
|
570
|
-
VpcPeeringConnectionId: string | undefined;
|
|
571
|
-
}
|
|
572
|
-
export interface PeeringConnectionOptions {
|
|
573
|
-
AllowDnsResolutionFromRemoteVpc?: boolean | undefined;
|
|
574
|
-
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean | undefined;
|
|
575
|
-
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean | undefined;
|
|
576
|
-
}
|
|
577
|
-
export interface ModifyVpcPeeringConnectionOptionsResult {
|
|
578
|
-
AccepterPeeringConnectionOptions?: PeeringConnectionOptions | undefined;
|
|
579
|
-
RequesterPeeringConnectionOptions?: PeeringConnectionOptions | undefined;
|
|
580
|
-
}
|
|
581
|
-
export declare const VpcTenancy: {
|
|
582
|
-
readonly default: "default";
|
|
583
|
-
};
|
|
584
|
-
export type VpcTenancy = (typeof VpcTenancy)[keyof typeof VpcTenancy];
|
|
585
|
-
export interface ModifyVpcTenancyRequest {
|
|
586
|
-
VpcId: string | undefined;
|
|
587
|
-
InstanceTenancy: VpcTenancy | undefined;
|
|
588
|
-
DryRun?: boolean | undefined;
|
|
589
|
-
}
|
|
590
|
-
export interface ModifyVpcTenancyResult {
|
|
591
|
-
ReturnValue?: boolean | undefined;
|
|
592
|
-
}
|
|
593
|
-
export interface ModifyVpnConnectionRequest {
|
|
594
|
-
VpnConnectionId: string | undefined;
|
|
595
|
-
TransitGatewayId?: string | undefined;
|
|
596
|
-
CustomerGatewayId?: string | undefined;
|
|
597
|
-
VpnGatewayId?: string | undefined;
|
|
598
|
-
DryRun?: boolean | undefined;
|
|
599
|
-
}
|
|
600
|
-
export interface ModifyVpnConnectionResult {
|
|
601
|
-
VpnConnection?: VpnConnection | undefined;
|
|
602
|
-
}
|
|
603
|
-
export interface ModifyVpnConnectionOptionsRequest {
|
|
604
|
-
VpnConnectionId: string | undefined;
|
|
605
|
-
LocalIpv4NetworkCidr?: string | undefined;
|
|
606
|
-
RemoteIpv4NetworkCidr?: string | undefined;
|
|
607
|
-
LocalIpv6NetworkCidr?: string | undefined;
|
|
608
|
-
RemoteIpv6NetworkCidr?: string | undefined;
|
|
609
|
-
DryRun?: boolean | undefined;
|
|
610
|
-
}
|
|
611
|
-
export interface ModifyVpnConnectionOptionsResult {
|
|
612
|
-
VpnConnection?: VpnConnection | undefined;
|
|
613
|
-
}
|
|
614
|
-
export interface ModifyVpnTunnelCertificateRequest {
|
|
615
|
-
VpnConnectionId: string | undefined;
|
|
616
|
-
VpnTunnelOutsideIpAddress: string | undefined;
|
|
617
|
-
DryRun?: boolean | undefined;
|
|
618
|
-
}
|
|
619
|
-
export interface ModifyVpnTunnelCertificateResult {
|
|
620
|
-
VpnConnection?: VpnConnection | undefined;
|
|
621
|
-
}
|
|
622
|
-
export interface ModifyVpnTunnelOptionsSpecification {
|
|
623
|
-
TunnelInsideCidr?: string | undefined;
|
|
624
|
-
TunnelInsideIpv6Cidr?: string | undefined;
|
|
625
|
-
PreSharedKey?: string | undefined;
|
|
626
|
-
Phase1LifetimeSeconds?: number | undefined;
|
|
627
|
-
Phase2LifetimeSeconds?: number | undefined;
|
|
628
|
-
RekeyMarginTimeSeconds?: number | undefined;
|
|
629
|
-
RekeyFuzzPercentage?: number | undefined;
|
|
630
|
-
ReplayWindowSize?: number | undefined;
|
|
631
|
-
DPDTimeoutSeconds?: number | undefined;
|
|
632
|
-
DPDTimeoutAction?: string | undefined;
|
|
633
|
-
Phase1EncryptionAlgorithms?:
|
|
634
|
-
| Phase1EncryptionAlgorithmsRequestListValue[]
|
|
635
|
-
| undefined;
|
|
636
|
-
Phase2EncryptionAlgorithms?:
|
|
637
|
-
| Phase2EncryptionAlgorithmsRequestListValue[]
|
|
638
|
-
| undefined;
|
|
639
|
-
Phase1IntegrityAlgorithms?:
|
|
640
|
-
| Phase1IntegrityAlgorithmsRequestListValue[]
|
|
641
|
-
| undefined;
|
|
642
|
-
Phase2IntegrityAlgorithms?:
|
|
643
|
-
| Phase2IntegrityAlgorithmsRequestListValue[]
|
|
644
|
-
| undefined;
|
|
645
|
-
Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[] | undefined;
|
|
646
|
-
Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[] | undefined;
|
|
647
|
-
IKEVersions?: IKEVersionsRequestListValue[] | undefined;
|
|
648
|
-
StartupAction?: string | undefined;
|
|
649
|
-
LogOptions?: VpnTunnelLogOptionsSpecification | undefined;
|
|
650
|
-
EnableTunnelLifecycleControl?: boolean | undefined;
|
|
651
|
-
}
|
|
652
|
-
export interface ModifyVpnTunnelOptionsRequest {
|
|
653
|
-
VpnConnectionId: string | undefined;
|
|
654
|
-
VpnTunnelOutsideIpAddress: string | undefined;
|
|
655
|
-
TunnelOptions: ModifyVpnTunnelOptionsSpecification | undefined;
|
|
656
|
-
DryRun?: boolean | undefined;
|
|
657
|
-
SkipTunnelReplacement?: boolean | undefined;
|
|
658
|
-
PreSharedKeyStorage?: string | undefined;
|
|
659
|
-
}
|
|
660
|
-
export interface ModifyVpnTunnelOptionsResult {
|
|
661
|
-
VpnConnection?: VpnConnection | undefined;
|
|
662
|
-
}
|
|
663
|
-
export interface MonitorInstancesRequest {
|
|
664
|
-
InstanceIds: string[] | undefined;
|
|
665
|
-
DryRun?: boolean | undefined;
|
|
666
|
-
}
|
|
667
|
-
export interface InstanceMonitoring {
|
|
668
|
-
InstanceId?: string | undefined;
|
|
669
|
-
Monitoring?: Monitoring | undefined;
|
|
670
|
-
}
|
|
671
|
-
export interface MonitorInstancesResult {
|
|
672
|
-
InstanceMonitorings?: InstanceMonitoring[] | undefined;
|
|
673
|
-
}
|
|
674
|
-
export interface MoveAddressToVpcRequest {
|
|
675
|
-
DryRun?: boolean | undefined;
|
|
676
|
-
PublicIp: string | undefined;
|
|
677
|
-
}
|
|
678
|
-
export declare const Status: {
|
|
679
|
-
readonly inClassic: "InClassic";
|
|
680
|
-
readonly inVpc: "InVpc";
|
|
681
|
-
readonly moveInProgress: "MoveInProgress";
|
|
682
|
-
};
|
|
683
|
-
export type Status = (typeof Status)[keyof typeof Status];
|
|
684
|
-
export interface MoveAddressToVpcResult {
|
|
685
|
-
AllocationId?: string | undefined;
|
|
686
|
-
Status?: Status | undefined;
|
|
687
|
-
}
|
|
688
|
-
export interface MoveByoipCidrToIpamRequest {
|
|
689
|
-
DryRun?: boolean | undefined;
|
|
690
|
-
Cidr: string | undefined;
|
|
691
|
-
IpamPoolId: string | undefined;
|
|
692
|
-
IpamPoolOwner: string | undefined;
|
|
693
|
-
}
|
|
694
|
-
export interface MoveByoipCidrToIpamResult {
|
|
695
|
-
ByoipCidr?: ByoipCidr | undefined;
|
|
696
|
-
}
|
|
697
|
-
export interface MoveCapacityReservationInstancesRequest {
|
|
698
|
-
DryRun?: boolean | undefined;
|
|
699
|
-
ClientToken?: string | undefined;
|
|
700
|
-
SourceCapacityReservationId: string | undefined;
|
|
701
|
-
DestinationCapacityReservationId: string | undefined;
|
|
702
|
-
InstanceCount: number | undefined;
|
|
703
|
-
}
|
|
704
|
-
export interface MoveCapacityReservationInstancesResult {
|
|
705
|
-
SourceCapacityReservation?: CapacityReservation | undefined;
|
|
706
|
-
DestinationCapacityReservation?: CapacityReservation | undefined;
|
|
707
|
-
InstanceCount?: number | undefined;
|
|
708
|
-
}
|
|
709
|
-
export interface CidrAuthorizationContext {
|
|
710
|
-
Message: string | undefined;
|
|
711
|
-
Signature: string | undefined;
|
|
712
|
-
}
|
|
713
|
-
export interface ProvisionByoipCidrRequest {
|
|
714
|
-
Cidr: string | undefined;
|
|
715
|
-
CidrAuthorizationContext?: CidrAuthorizationContext | undefined;
|
|
716
|
-
PubliclyAdvertisable?: boolean | undefined;
|
|
717
|
-
Description?: string | undefined;
|
|
718
|
-
DryRun?: boolean | undefined;
|
|
719
|
-
PoolTagSpecifications?: TagSpecification[] | undefined;
|
|
720
|
-
MultiRegion?: boolean | undefined;
|
|
721
|
-
NetworkBorderGroup?: string | undefined;
|
|
722
|
-
}
|
|
723
|
-
export interface ProvisionByoipCidrResult {
|
|
724
|
-
ByoipCidr?: ByoipCidr | undefined;
|
|
725
|
-
}
|
|
726
|
-
export interface AsnAuthorizationContext {
|
|
727
|
-
Message: string | undefined;
|
|
728
|
-
Signature: string | undefined;
|
|
729
|
-
}
|
|
730
|
-
export interface ProvisionIpamByoasnRequest {
|
|
731
|
-
DryRun?: boolean | undefined;
|
|
732
|
-
IpamId: string | undefined;
|
|
733
|
-
Asn: string | undefined;
|
|
734
|
-
AsnAuthorizationContext: AsnAuthorizationContext | undefined;
|
|
735
|
-
}
|
|
736
|
-
export interface ProvisionIpamByoasnResult {
|
|
737
|
-
Byoasn?: Byoasn | undefined;
|
|
738
|
-
}
|
|
739
|
-
export interface IpamCidrAuthorizationContext {
|
|
740
|
-
Message?: string | undefined;
|
|
741
|
-
Signature?: string | undefined;
|
|
742
|
-
}
|
|
743
|
-
export declare const VerificationMethod: {
|
|
744
|
-
readonly dns_token: "dns-token";
|
|
745
|
-
readonly remarks_x509: "remarks-x509";
|
|
746
|
-
};
|
|
747
|
-
export type VerificationMethod =
|
|
748
|
-
(typeof VerificationMethod)[keyof typeof VerificationMethod];
|
|
749
|
-
export interface ProvisionIpamPoolCidrRequest {
|
|
750
|
-
DryRun?: boolean | undefined;
|
|
751
|
-
IpamPoolId: string | undefined;
|
|
752
|
-
Cidr?: string | undefined;
|
|
753
|
-
CidrAuthorizationContext?: IpamCidrAuthorizationContext | undefined;
|
|
754
|
-
NetmaskLength?: number | undefined;
|
|
755
|
-
ClientToken?: string | undefined;
|
|
756
|
-
VerificationMethod?: VerificationMethod | undefined;
|
|
757
|
-
IpamExternalResourceVerificationTokenId?: string | undefined;
|
|
758
|
-
}
|
|
759
|
-
export interface ProvisionIpamPoolCidrResult {
|
|
760
|
-
IpamPoolCidr?: IpamPoolCidr | undefined;
|
|
761
|
-
}
|
|
762
|
-
export interface ProvisionPublicIpv4PoolCidrRequest {
|
|
763
|
-
DryRun?: boolean | undefined;
|
|
764
|
-
IpamPoolId: string | undefined;
|
|
765
|
-
PoolId: string | undefined;
|
|
766
|
-
NetmaskLength: number | undefined;
|
|
767
|
-
NetworkBorderGroup?: string | undefined;
|
|
768
|
-
}
|
|
769
|
-
export interface ProvisionPublicIpv4PoolCidrResult {
|
|
770
|
-
PoolId?: string | undefined;
|
|
771
|
-
PoolAddressRange?: PublicIpv4PoolRange | undefined;
|
|
772
|
-
}
|
|
773
|
-
export interface PurchaseCapacityBlockRequest {
|
|
774
|
-
DryRun?: boolean | undefined;
|
|
775
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
776
|
-
CapacityBlockOfferingId: string | undefined;
|
|
777
|
-
InstancePlatform: CapacityReservationInstancePlatform | undefined;
|
|
778
|
-
}
|
|
779
|
-
export interface PurchaseCapacityBlockResult {
|
|
780
|
-
CapacityReservation?: CapacityReservation | undefined;
|
|
781
|
-
CapacityBlocks?: CapacityBlock[] | undefined;
|
|
782
|
-
}
|
|
783
|
-
export interface PurchaseCapacityBlockExtensionRequest {
|
|
784
|
-
CapacityBlockExtensionOfferingId: string | undefined;
|
|
785
|
-
CapacityReservationId: string | undefined;
|
|
786
|
-
DryRun?: boolean | undefined;
|
|
787
|
-
}
|
|
788
|
-
export interface PurchaseCapacityBlockExtensionResult {
|
|
789
|
-
CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
|
|
790
|
-
}
|
|
791
|
-
export interface PurchaseHostReservationRequest {
|
|
792
|
-
ClientToken?: string | undefined;
|
|
793
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
794
|
-
HostIdSet: string[] | undefined;
|
|
795
|
-
LimitPrice?: string | undefined;
|
|
796
|
-
OfferingId: string | undefined;
|
|
797
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
798
|
-
}
|
|
799
|
-
export interface PurchaseHostReservationResult {
|
|
800
|
-
ClientToken?: string | undefined;
|
|
801
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
802
|
-
Purchase?: Purchase[] | undefined;
|
|
803
|
-
TotalHourlyPrice?: string | undefined;
|
|
804
|
-
TotalUpfrontPrice?: string | undefined;
|
|
805
|
-
}
|
|
806
|
-
export interface ReservedInstanceLimitPrice {
|
|
807
|
-
Amount?: number | undefined;
|
|
808
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
809
|
-
}
|
|
810
|
-
export interface PurchaseReservedInstancesOfferingRequest {
|
|
811
|
-
InstanceCount: number | undefined;
|
|
812
|
-
ReservedInstancesOfferingId: string | undefined;
|
|
813
|
-
PurchaseTime?: Date | undefined;
|
|
814
|
-
DryRun?: boolean | undefined;
|
|
815
|
-
LimitPrice?: ReservedInstanceLimitPrice | undefined;
|
|
816
|
-
}
|
|
817
|
-
export interface PurchaseReservedInstancesOfferingResult {
|
|
818
|
-
ReservedInstancesId?: string | undefined;
|
|
819
|
-
}
|
|
820
|
-
export interface PurchaseRequest {
|
|
821
|
-
InstanceCount: number | undefined;
|
|
822
|
-
PurchaseToken: string | undefined;
|
|
823
|
-
}
|
|
824
|
-
export interface PurchaseScheduledInstancesRequest {
|
|
825
|
-
ClientToken?: string | undefined;
|
|
826
|
-
DryRun?: boolean | undefined;
|
|
827
|
-
PurchaseRequests: PurchaseRequest[] | undefined;
|
|
828
|
-
}
|
|
829
|
-
export interface PurchaseScheduledInstancesResult {
|
|
830
|
-
ScheduledInstanceSet?: ScheduledInstance[] | undefined;
|
|
831
|
-
}
|
|
832
|
-
export interface RebootInstancesRequest {
|
|
833
|
-
InstanceIds: string[] | undefined;
|
|
834
|
-
DryRun?: boolean | undefined;
|
|
835
|
-
}
|
|
836
|
-
export interface RegisterImageRequest {
|
|
837
|
-
ImageLocation?: string | undefined;
|
|
838
|
-
BillingProducts?: string[] | undefined;
|
|
839
|
-
BootMode?: BootModeValues | undefined;
|
|
840
|
-
TpmSupport?: TpmSupportValues | undefined;
|
|
841
|
-
UefiData?: string | undefined;
|
|
842
|
-
ImdsSupport?: ImdsSupportValues | undefined;
|
|
843
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
844
|
-
DryRun?: boolean | undefined;
|
|
845
|
-
Name: string | undefined;
|
|
846
|
-
Description?: string | undefined;
|
|
847
|
-
Architecture?: ArchitectureValues | undefined;
|
|
848
|
-
KernelId?: string | undefined;
|
|
849
|
-
RamdiskId?: string | undefined;
|
|
850
|
-
RootDeviceName?: string | undefined;
|
|
851
|
-
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
852
|
-
VirtualizationType?: string | undefined;
|
|
853
|
-
SriovNetSupport?: string | undefined;
|
|
854
|
-
EnaSupport?: boolean | undefined;
|
|
855
|
-
}
|
|
856
|
-
export interface RegisterImageResult {
|
|
857
|
-
ImageId?: string | undefined;
|
|
858
|
-
}
|
|
859
|
-
export interface RegisterInstanceTagAttributeRequest {
|
|
860
|
-
IncludeAllTagsOfInstance?: boolean | undefined;
|
|
861
|
-
InstanceTagKeys?: string[] | undefined;
|
|
862
|
-
}
|
|
863
|
-
export interface RegisterInstanceEventNotificationAttributesRequest {
|
|
864
|
-
DryRun?: boolean | undefined;
|
|
865
|
-
InstanceTagAttribute: RegisterInstanceTagAttributeRequest | undefined;
|
|
866
|
-
}
|
|
867
|
-
export interface RegisterInstanceEventNotificationAttributesResult {
|
|
868
|
-
InstanceTagAttribute?: InstanceTagNotificationAttribute | undefined;
|
|
869
|
-
}
|
|
870
|
-
export interface RegisterTransitGatewayMulticastGroupMembersRequest {
|
|
871
|
-
TransitGatewayMulticastDomainId: string | undefined;
|
|
872
|
-
GroupIpAddress?: string | undefined;
|
|
873
|
-
NetworkInterfaceIds: string[] | undefined;
|
|
874
|
-
DryRun?: boolean | undefined;
|
|
875
|
-
}
|
|
876
|
-
export interface TransitGatewayMulticastRegisteredGroupMembers {
|
|
877
|
-
TransitGatewayMulticastDomainId?: string | undefined;
|
|
878
|
-
RegisteredNetworkInterfaceIds?: string[] | undefined;
|
|
879
|
-
GroupIpAddress?: string | undefined;
|
|
880
|
-
}
|
|
881
|
-
export interface RegisterTransitGatewayMulticastGroupMembersResult {
|
|
882
|
-
RegisteredMulticastGroupMembers?:
|
|
883
|
-
| TransitGatewayMulticastRegisteredGroupMembers
|
|
884
|
-
| undefined;
|
|
885
|
-
}
|
|
886
|
-
export interface RegisterTransitGatewayMulticastGroupSourcesRequest {
|
|
887
|
-
TransitGatewayMulticastDomainId: string | undefined;
|
|
888
|
-
GroupIpAddress?: string | undefined;
|
|
889
|
-
NetworkInterfaceIds: string[] | undefined;
|
|
890
|
-
DryRun?: boolean | undefined;
|
|
891
|
-
}
|
|
892
|
-
export interface TransitGatewayMulticastRegisteredGroupSources {
|
|
893
|
-
TransitGatewayMulticastDomainId?: string | undefined;
|
|
894
|
-
RegisteredNetworkInterfaceIds?: string[] | undefined;
|
|
895
|
-
GroupIpAddress?: string | undefined;
|
|
896
|
-
}
|
|
897
|
-
export interface RegisterTransitGatewayMulticastGroupSourcesResult {
|
|
898
|
-
RegisteredMulticastGroupSources?:
|
|
899
|
-
| TransitGatewayMulticastRegisteredGroupSources
|
|
900
|
-
| undefined;
|
|
901
|
-
}
|
|
902
|
-
export interface RejectCapacityReservationBillingOwnershipRequest {
|
|
903
|
-
DryRun?: boolean | undefined;
|
|
904
|
-
CapacityReservationId: string | undefined;
|
|
905
|
-
}
|
|
906
|
-
export interface RejectCapacityReservationBillingOwnershipResult {
|
|
907
|
-
Return?: boolean | undefined;
|
|
908
|
-
}
|
|
909
|
-
export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
|
|
910
|
-
TransitGatewayMulticastDomainId?: string | undefined;
|
|
911
|
-
TransitGatewayAttachmentId?: string | undefined;
|
|
912
|
-
SubnetIds?: string[] | undefined;
|
|
913
|
-
DryRun?: boolean | undefined;
|
|
914
|
-
}
|
|
915
|
-
export interface RejectTransitGatewayMulticastDomainAssociationsResult {
|
|
916
|
-
Associations?: TransitGatewayMulticastDomainAssociations | undefined;
|
|
917
|
-
}
|
|
918
|
-
export interface RejectTransitGatewayPeeringAttachmentRequest {
|
|
919
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
920
|
-
DryRun?: boolean | undefined;
|
|
921
|
-
}
|
|
922
|
-
export interface RejectTransitGatewayPeeringAttachmentResult {
|
|
923
|
-
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment | undefined;
|
|
924
|
-
}
|
|
925
|
-
export interface RejectTransitGatewayVpcAttachmentRequest {
|
|
926
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
927
|
-
DryRun?: boolean | undefined;
|
|
928
|
-
}
|
|
929
|
-
export interface RejectTransitGatewayVpcAttachmentResult {
|
|
930
|
-
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
|
|
931
|
-
}
|
|
932
|
-
export interface RejectVpcEndpointConnectionsRequest {
|
|
933
|
-
DryRun?: boolean | undefined;
|
|
934
|
-
ServiceId: string | undefined;
|
|
935
|
-
VpcEndpointIds: string[] | undefined;
|
|
936
|
-
}
|
|
937
|
-
export interface RejectVpcEndpointConnectionsResult {
|
|
938
|
-
Unsuccessful?: UnsuccessfulItem[] | undefined;
|
|
939
|
-
}
|
|
940
|
-
export interface RejectVpcPeeringConnectionRequest {
|
|
941
|
-
DryRun?: boolean | undefined;
|
|
942
|
-
VpcPeeringConnectionId: string | undefined;
|
|
943
|
-
}
|
|
944
|
-
export interface RejectVpcPeeringConnectionResult {
|
|
945
|
-
Return?: boolean | undefined;
|
|
946
|
-
}
|
|
947
|
-
export interface ReleaseAddressRequest {
|
|
948
|
-
AllocationId?: string | undefined;
|
|
949
|
-
PublicIp?: string | undefined;
|
|
950
|
-
NetworkBorderGroup?: string | undefined;
|
|
951
|
-
DryRun?: boolean | undefined;
|
|
952
|
-
}
|
|
953
|
-
export interface ReleaseHostsRequest {
|
|
954
|
-
HostIds: string[] | undefined;
|
|
955
|
-
}
|
|
956
|
-
export interface ReleaseHostsResult {
|
|
957
|
-
Successful?: string[] | undefined;
|
|
958
|
-
Unsuccessful?: UnsuccessfulItem[] | undefined;
|
|
959
|
-
}
|
|
960
|
-
export interface ReleaseIpamPoolAllocationRequest {
|
|
961
|
-
DryRun?: boolean | undefined;
|
|
962
|
-
IpamPoolId: string | undefined;
|
|
963
|
-
Cidr: string | undefined;
|
|
964
|
-
IpamPoolAllocationId: string | undefined;
|
|
965
|
-
}
|
|
966
|
-
export interface ReleaseIpamPoolAllocationResult {
|
|
967
|
-
Success?: boolean | undefined;
|
|
968
|
-
}
|
|
969
|
-
export interface ReplaceIamInstanceProfileAssociationRequest {
|
|
970
|
-
IamInstanceProfile: IamInstanceProfileSpecification | undefined;
|
|
971
|
-
AssociationId: string | undefined;
|
|
972
|
-
}
|
|
973
|
-
export interface ReplaceIamInstanceProfileAssociationResult {
|
|
974
|
-
IamInstanceProfileAssociation?: IamInstanceProfileAssociation | undefined;
|
|
975
|
-
}
|
|
976
|
-
export interface CreationDateConditionRequest {
|
|
977
|
-
MaximumDaysSinceCreated?: number | undefined;
|
|
978
|
-
}
|
|
979
|
-
export interface DeprecationTimeConditionRequest {
|
|
980
|
-
MaximumDaysSinceDeprecated?: number | undefined;
|
|
981
|
-
}
|
|
982
|
-
export interface ImageCriterionRequest {
|
|
983
|
-
ImageProviders?: string[] | undefined;
|
|
984
|
-
MarketplaceProductCodes?: string[] | undefined;
|
|
985
|
-
ImageNames?: string[] | undefined;
|
|
986
|
-
DeprecationTimeCondition?: DeprecationTimeConditionRequest | undefined;
|
|
987
|
-
CreationDateCondition?: CreationDateConditionRequest | undefined;
|
|
988
|
-
}
|
|
989
|
-
export interface ReplaceImageCriteriaInAllowedImagesSettingsRequest {
|
|
990
|
-
ImageCriteria?: ImageCriterionRequest[] | undefined;
|
|
991
|
-
DryRun?: boolean | undefined;
|
|
992
|
-
}
|
|
993
|
-
export interface ReplaceImageCriteriaInAllowedImagesSettingsResult {
|
|
994
|
-
ReturnValue?: boolean | undefined;
|
|
995
|
-
}
|
|
996
|
-
export interface ReplaceNetworkAclAssociationRequest {
|
|
997
|
-
DryRun?: boolean | undefined;
|
|
998
|
-
AssociationId: string | undefined;
|
|
999
|
-
NetworkAclId: string | undefined;
|
|
1000
|
-
}
|
|
1001
|
-
export interface ReplaceNetworkAclAssociationResult {
|
|
1002
|
-
NewAssociationId?: string | undefined;
|
|
1003
|
-
}
|
|
1004
|
-
export interface ReplaceNetworkAclEntryRequest {
|
|
1005
|
-
DryRun?: boolean | undefined;
|
|
1006
|
-
NetworkAclId: string | undefined;
|
|
1007
|
-
RuleNumber: number | undefined;
|
|
1008
|
-
Protocol: string | undefined;
|
|
1009
|
-
RuleAction: RuleAction | undefined;
|
|
1010
|
-
Egress: boolean | undefined;
|
|
1011
|
-
CidrBlock?: string | undefined;
|
|
1012
|
-
Ipv6CidrBlock?: string | undefined;
|
|
1013
|
-
IcmpTypeCode?: IcmpTypeCode | undefined;
|
|
1014
|
-
PortRange?: PortRange | undefined;
|
|
1015
|
-
}
|
|
1016
|
-
export interface ReplaceRouteRequest {
|
|
1017
|
-
DestinationPrefixListId?: string | undefined;
|
|
1018
|
-
VpcEndpointId?: string | undefined;
|
|
1019
|
-
LocalTarget?: boolean | undefined;
|
|
1020
|
-
TransitGatewayId?: string | undefined;
|
|
1021
|
-
LocalGatewayId?: string | undefined;
|
|
1022
|
-
CarrierGatewayId?: string | undefined;
|
|
1023
|
-
CoreNetworkArn?: string | undefined;
|
|
1024
|
-
OdbNetworkArn?: string | undefined;
|
|
1025
|
-
DryRun?: boolean | undefined;
|
|
1026
|
-
RouteTableId: string | undefined;
|
|
1027
|
-
DestinationCidrBlock?: string | undefined;
|
|
1028
|
-
GatewayId?: string | undefined;
|
|
1029
|
-
DestinationIpv6CidrBlock?: string | undefined;
|
|
1030
|
-
EgressOnlyInternetGatewayId?: string | undefined;
|
|
1031
|
-
InstanceId?: string | undefined;
|
|
1032
|
-
NetworkInterfaceId?: string | undefined;
|
|
1033
|
-
VpcPeeringConnectionId?: string | undefined;
|
|
1034
|
-
NatGatewayId?: string | undefined;
|
|
1035
|
-
}
|
|
1036
|
-
export interface ReplaceRouteTableAssociationRequest {
|
|
1037
|
-
DryRun?: boolean | undefined;
|
|
1038
|
-
AssociationId: string | undefined;
|
|
1039
|
-
RouteTableId: string | undefined;
|
|
1040
|
-
}
|
|
1041
|
-
export interface ReplaceRouteTableAssociationResult {
|
|
1042
|
-
NewAssociationId?: string | undefined;
|
|
1043
|
-
AssociationState?: RouteTableAssociationState | undefined;
|
|
1044
|
-
}
|
|
1045
|
-
export interface ReplaceTransitGatewayRouteRequest {
|
|
1046
|
-
DestinationCidrBlock: string | undefined;
|
|
1047
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
1048
|
-
TransitGatewayAttachmentId?: string | undefined;
|
|
1049
|
-
Blackhole?: boolean | undefined;
|
|
1050
|
-
DryRun?: boolean | undefined;
|
|
1051
|
-
}
|
|
1052
|
-
export interface ReplaceTransitGatewayRouteResult {
|
|
1053
|
-
Route?: TransitGatewayRoute | undefined;
|
|
1054
|
-
}
|
|
1055
|
-
export interface ReplaceVpnTunnelRequest {
|
|
1056
|
-
VpnConnectionId: string | undefined;
|
|
1057
|
-
VpnTunnelOutsideIpAddress: string | undefined;
|
|
1058
|
-
ApplyPendingMaintenance?: boolean | undefined;
|
|
1059
|
-
DryRun?: boolean | undefined;
|
|
1060
|
-
}
|
|
1061
|
-
export interface ReplaceVpnTunnelResult {
|
|
1062
|
-
Return?: boolean | undefined;
|
|
1063
|
-
}
|
|
1064
|
-
export declare const ReportInstanceReasonCodes: {
|
|
1065
|
-
readonly instance_stuck_in_state: "instance-stuck-in-state";
|
|
1066
|
-
readonly not_accepting_credentials: "not-accepting-credentials";
|
|
1067
|
-
readonly other: "other";
|
|
1068
|
-
readonly password_not_available: "password-not-available";
|
|
1069
|
-
readonly performance_ebs_volume: "performance-ebs-volume";
|
|
1070
|
-
readonly performance_instance_store: "performance-instance-store";
|
|
1071
|
-
readonly performance_network: "performance-network";
|
|
1072
|
-
readonly performance_other: "performance-other";
|
|
1073
|
-
readonly unresponsive: "unresponsive";
|
|
1074
|
-
};
|
|
1075
|
-
export type ReportInstanceReasonCodes =
|
|
1076
|
-
(typeof ReportInstanceReasonCodes)[keyof typeof ReportInstanceReasonCodes];
|
|
1077
|
-
export declare const ReportStatusType: {
|
|
1078
|
-
readonly impaired: "impaired";
|
|
1079
|
-
readonly ok: "ok";
|
|
1080
|
-
};
|
|
1081
|
-
export type ReportStatusType =
|
|
1082
|
-
(typeof ReportStatusType)[keyof typeof ReportStatusType];
|
|
1083
|
-
export interface ReportInstanceStatusRequest {
|
|
1084
|
-
DryRun?: boolean | undefined;
|
|
1085
|
-
Instances: string[] | undefined;
|
|
1086
|
-
Status: ReportStatusType | undefined;
|
|
1087
|
-
StartTime?: Date | undefined;
|
|
1088
|
-
EndTime?: Date | undefined;
|
|
1089
|
-
ReasonCodes: ReportInstanceReasonCodes[] | undefined;
|
|
1090
|
-
Description?: string | undefined;
|
|
1091
|
-
}
|
|
1092
|
-
export interface RequestSpotFleetRequest {
|
|
1093
|
-
DryRun?: boolean | undefined;
|
|
1094
|
-
SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
|
|
1095
|
-
}
|
|
1096
|
-
export interface RequestSpotFleetResponse {
|
|
1097
|
-
SpotFleetRequestId?: string | undefined;
|
|
1098
|
-
}
|
|
1099
|
-
export interface RequestSpotLaunchSpecification {
|
|
1100
|
-
SecurityGroupIds?: string[] | undefined;
|
|
1101
|
-
SecurityGroups?: string[] | undefined;
|
|
1102
|
-
AddressingType?: string | undefined;
|
|
1103
|
-
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
1104
|
-
EbsOptimized?: boolean | undefined;
|
|
1105
|
-
IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
|
|
1106
|
-
ImageId?: string | undefined;
|
|
1107
|
-
InstanceType?: _InstanceType | undefined;
|
|
1108
|
-
KernelId?: string | undefined;
|
|
1109
|
-
KeyName?: string | undefined;
|
|
1110
|
-
Monitoring?: RunInstancesMonitoringEnabled | undefined;
|
|
1111
|
-
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[] | undefined;
|
|
1112
|
-
Placement?: SpotPlacement | undefined;
|
|
1113
|
-
RamdiskId?: string | undefined;
|
|
1114
|
-
SubnetId?: string | undefined;
|
|
1115
|
-
UserData?: string | undefined;
|
|
1116
|
-
}
|
|
1117
|
-
export interface RequestSpotInstancesRequest {
|
|
1118
|
-
LaunchSpecification?: RequestSpotLaunchSpecification | undefined;
|
|
1119
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1120
|
-
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
1121
|
-
DryRun?: boolean | undefined;
|
|
1122
|
-
SpotPrice?: string | undefined;
|
|
1123
|
-
ClientToken?: string | undefined;
|
|
1124
|
-
InstanceCount?: number | undefined;
|
|
1125
|
-
Type?: SpotInstanceType | undefined;
|
|
1126
|
-
ValidFrom?: Date | undefined;
|
|
1127
|
-
ValidUntil?: Date | undefined;
|
|
1128
|
-
LaunchGroup?: string | undefined;
|
|
1129
|
-
AvailabilityZoneGroup?: string | undefined;
|
|
1130
|
-
BlockDurationMinutes?: number | undefined;
|
|
1131
|
-
}
|
|
1132
|
-
export interface RequestSpotInstancesResult {
|
|
1133
|
-
SpotInstanceRequests?: SpotInstanceRequest[] | undefined;
|
|
1134
|
-
}
|
|
1135
|
-
export interface ResetAddressAttributeRequest {
|
|
1136
|
-
AllocationId: string | undefined;
|
|
1137
|
-
Attribute: AddressAttributeName | undefined;
|
|
1138
|
-
DryRun?: boolean | undefined;
|
|
1139
|
-
}
|
|
1140
|
-
export interface ResetAddressAttributeResult {
|
|
1141
|
-
Address?: AddressAttribute | undefined;
|
|
1142
|
-
}
|
|
1143
|
-
export interface ResetEbsDefaultKmsKeyIdRequest {
|
|
1144
|
-
DryRun?: boolean | undefined;
|
|
1145
|
-
}
|
|
1146
|
-
export interface ResetEbsDefaultKmsKeyIdResult {
|
|
1147
|
-
KmsKeyId?: string | undefined;
|
|
1148
|
-
}
|
|
1149
|
-
export declare const ResetFpgaImageAttributeName: {
|
|
1150
|
-
readonly loadPermission: "loadPermission";
|
|
1151
|
-
};
|
|
1152
|
-
export type ResetFpgaImageAttributeName =
|
|
1153
|
-
(typeof ResetFpgaImageAttributeName)[keyof typeof ResetFpgaImageAttributeName];
|
|
1154
|
-
export interface ResetFpgaImageAttributeRequest {
|
|
1155
|
-
DryRun?: boolean | undefined;
|
|
1156
|
-
FpgaImageId: string | undefined;
|
|
1157
|
-
Attribute?: ResetFpgaImageAttributeName | undefined;
|
|
1158
|
-
}
|
|
1159
|
-
export interface ResetFpgaImageAttributeResult {
|
|
1160
|
-
Return?: boolean | undefined;
|
|
1161
|
-
}
|
|
1162
|
-
export declare const ResetImageAttributeName: {
|
|
1163
|
-
readonly launchPermission: "launchPermission";
|
|
1164
|
-
};
|
|
1165
|
-
export type ResetImageAttributeName =
|
|
1166
|
-
(typeof ResetImageAttributeName)[keyof typeof ResetImageAttributeName];
|
|
1167
|
-
export interface ResetImageAttributeRequest {
|
|
1168
|
-
Attribute: ResetImageAttributeName | undefined;
|
|
1169
|
-
ImageId: string | undefined;
|
|
1170
|
-
DryRun?: boolean | undefined;
|
|
1171
|
-
}
|
|
1172
|
-
export interface ResetInstanceAttributeRequest {
|
|
1173
|
-
DryRun?: boolean | undefined;
|
|
1174
|
-
InstanceId: string | undefined;
|
|
1175
|
-
Attribute: InstanceAttributeName | undefined;
|
|
1176
|
-
}
|
|
1177
|
-
export interface ResetNetworkInterfaceAttributeRequest {
|
|
1178
|
-
DryRun?: boolean | undefined;
|
|
1179
|
-
NetworkInterfaceId: string | undefined;
|
|
1180
|
-
SourceDestCheck?: string | undefined;
|
|
1181
|
-
}
|
|
1182
|
-
export interface ResetSnapshotAttributeRequest {
|
|
1183
|
-
Attribute: SnapshotAttributeName | undefined;
|
|
1184
|
-
SnapshotId: string | undefined;
|
|
1185
|
-
DryRun?: boolean | undefined;
|
|
1186
|
-
}
|
|
1187
|
-
export interface RestoreAddressToClassicRequest {
|
|
1188
|
-
DryRun?: boolean | undefined;
|
|
1189
|
-
PublicIp: string | undefined;
|
|
1190
|
-
}
|
|
1191
|
-
export interface RestoreAddressToClassicResult {
|
|
1192
|
-
PublicIp?: string | undefined;
|
|
1193
|
-
Status?: Status | undefined;
|
|
1194
|
-
}
|
|
1195
|
-
export interface RestoreImageFromRecycleBinRequest {
|
|
1196
|
-
ImageId: string | undefined;
|
|
1197
|
-
DryRun?: boolean | undefined;
|
|
1198
|
-
}
|
|
1199
|
-
export interface RestoreImageFromRecycleBinResult {
|
|
1200
|
-
Return?: boolean | undefined;
|
|
1201
|
-
}
|
|
1202
|
-
export interface RestoreManagedPrefixListVersionRequest {
|
|
1203
|
-
DryRun?: boolean | undefined;
|
|
1204
|
-
PrefixListId: string | undefined;
|
|
1205
|
-
PreviousVersion: number | undefined;
|
|
1206
|
-
CurrentVersion: number | undefined;
|
|
1207
|
-
}
|
|
1208
|
-
export interface RestoreManagedPrefixListVersionResult {
|
|
1209
|
-
PrefixList?: ManagedPrefixList | undefined;
|
|
1210
|
-
}
|
|
1211
|
-
export interface RestoreSnapshotFromRecycleBinRequest {
|
|
1212
|
-
SnapshotId: string | undefined;
|
|
1213
|
-
DryRun?: boolean | undefined;
|
|
1214
|
-
}
|
|
1215
|
-
export interface RestoreSnapshotFromRecycleBinResult {
|
|
1216
|
-
SnapshotId?: string | undefined;
|
|
1217
|
-
OutpostArn?: string | undefined;
|
|
1218
|
-
Description?: string | undefined;
|
|
1219
|
-
Encrypted?: boolean | undefined;
|
|
1220
|
-
OwnerId?: string | undefined;
|
|
1221
|
-
Progress?: string | undefined;
|
|
1222
|
-
StartTime?: Date | undefined;
|
|
1223
|
-
State?: SnapshotState | undefined;
|
|
1224
|
-
VolumeId?: string | undefined;
|
|
1225
|
-
VolumeSize?: number | undefined;
|
|
1226
|
-
SseType?: SSEType | undefined;
|
|
1227
|
-
}
|
|
1228
|
-
export interface RestoreSnapshotTierRequest {
|
|
1229
|
-
SnapshotId: string | undefined;
|
|
1230
|
-
TemporaryRestoreDays?: number | undefined;
|
|
1231
|
-
PermanentRestore?: boolean | undefined;
|
|
1232
|
-
DryRun?: boolean | undefined;
|
|
1233
|
-
}
|
|
1234
|
-
export interface RestoreSnapshotTierResult {
|
|
1235
|
-
SnapshotId?: string | undefined;
|
|
1236
|
-
RestoreStartTime?: Date | undefined;
|
|
1237
|
-
RestoreDuration?: number | undefined;
|
|
1238
|
-
IsPermanentRestore?: boolean | undefined;
|
|
1239
|
-
}
|
|
1240
|
-
export interface RevokeClientVpnIngressRequest {
|
|
1241
|
-
ClientVpnEndpointId: string | undefined;
|
|
1242
|
-
TargetNetworkCidr: string | undefined;
|
|
1243
|
-
AccessGroupId?: string | undefined;
|
|
1244
|
-
RevokeAllGroups?: boolean | undefined;
|
|
1245
|
-
DryRun?: boolean | undefined;
|
|
1246
|
-
}
|
|
1247
|
-
export interface RevokeClientVpnIngressResult {
|
|
1248
|
-
Status?: ClientVpnAuthorizationRuleStatus | undefined;
|
|
1249
|
-
}
|
|
1250
|
-
export interface RevokeSecurityGroupEgressRequest {
|
|
1251
|
-
SecurityGroupRuleIds?: string[] | undefined;
|
|
1252
|
-
DryRun?: boolean | undefined;
|
|
1253
|
-
GroupId: string | undefined;
|
|
1254
|
-
SourceSecurityGroupName?: string | undefined;
|
|
1255
|
-
SourceSecurityGroupOwnerId?: string | undefined;
|
|
1256
|
-
IpProtocol?: string | undefined;
|
|
1257
|
-
FromPort?: number | undefined;
|
|
1258
|
-
ToPort?: number | undefined;
|
|
1259
|
-
CidrIp?: string | undefined;
|
|
1260
|
-
IpPermissions?: IpPermission[] | undefined;
|
|
1261
|
-
}
|
|
1262
|
-
export interface RevokedSecurityGroupRule {
|
|
1263
|
-
SecurityGroupRuleId?: string | undefined;
|
|
1264
|
-
GroupId?: string | undefined;
|
|
1265
|
-
IsEgress?: boolean | undefined;
|
|
1266
|
-
IpProtocol?: string | undefined;
|
|
1267
|
-
FromPort?: number | undefined;
|
|
1268
|
-
ToPort?: number | undefined;
|
|
1269
|
-
CidrIpv4?: string | undefined;
|
|
1270
|
-
CidrIpv6?: string | undefined;
|
|
1271
|
-
PrefixListId?: string | undefined;
|
|
1272
|
-
ReferencedGroupId?: string | undefined;
|
|
1273
|
-
Description?: string | undefined;
|
|
1274
|
-
}
|
|
1275
|
-
export interface RevokeSecurityGroupEgressResult {
|
|
1276
|
-
Return?: boolean | undefined;
|
|
1277
|
-
UnknownIpPermissions?: IpPermission[] | undefined;
|
|
1278
|
-
RevokedSecurityGroupRules?: RevokedSecurityGroupRule[] | undefined;
|
|
1279
|
-
}
|
|
1280
|
-
export interface RevokeSecurityGroupIngressRequest {
|
|
1281
|
-
CidrIp?: string | undefined;
|
|
1282
|
-
FromPort?: number | undefined;
|
|
1283
|
-
GroupId?: string | undefined;
|
|
1284
|
-
GroupName?: string | undefined;
|
|
1285
|
-
IpPermissions?: IpPermission[] | undefined;
|
|
1286
|
-
IpProtocol?: string | undefined;
|
|
1287
|
-
SourceSecurityGroupName?: string | undefined;
|
|
1288
|
-
SourceSecurityGroupOwnerId?: string | undefined;
|
|
1289
|
-
ToPort?: number | undefined;
|
|
1290
|
-
SecurityGroupRuleIds?: string[] | undefined;
|
|
1291
|
-
DryRun?: boolean | undefined;
|
|
1292
|
-
}
|
|
1293
|
-
export interface RevokeSecurityGroupIngressResult {
|
|
1294
|
-
Return?: boolean | undefined;
|
|
1295
|
-
UnknownIpPermissions?: IpPermission[] | undefined;
|
|
1296
|
-
RevokedSecurityGroupRules?: RevokedSecurityGroupRule[] | undefined;
|
|
1297
|
-
}
|
|
1298
|
-
export interface CpuOptionsRequest {
|
|
1299
|
-
CoreCount?: number | undefined;
|
|
1300
|
-
ThreadsPerCore?: number | undefined;
|
|
1301
|
-
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
1302
|
-
}
|
|
1303
|
-
export interface ElasticInferenceAccelerator {
|
|
1304
|
-
Type: string | undefined;
|
|
1305
|
-
Count?: number | undefined;
|
|
1306
|
-
}
|
|
1307
|
-
export interface EnclaveOptionsRequest {
|
|
1308
|
-
Enabled?: boolean | undefined;
|
|
1309
|
-
}
|
|
1310
|
-
export interface HibernationOptionsRequest {
|
|
1311
|
-
Configured?: boolean | undefined;
|
|
1312
|
-
}
|
|
1313
|
-
export interface SpotMarketOptions {
|
|
1314
|
-
MaxPrice?: string | undefined;
|
|
1315
|
-
SpotInstanceType?: SpotInstanceType | undefined;
|
|
1316
|
-
BlockDurationMinutes?: number | undefined;
|
|
1317
|
-
ValidUntil?: Date | undefined;
|
|
1318
|
-
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
1319
|
-
}
|
|
1320
|
-
export interface InstanceMarketOptionsRequest {
|
|
1321
|
-
MarketType?: MarketType | undefined;
|
|
1322
|
-
SpotOptions?: SpotMarketOptions | undefined;
|
|
1323
|
-
}
|
|
1324
|
-
export interface LaunchTemplateSpecification {
|
|
1325
|
-
LaunchTemplateId?: string | undefined;
|
|
1326
|
-
LaunchTemplateName?: string | undefined;
|
|
1327
|
-
Version?: string | undefined;
|
|
1328
|
-
}
|
|
1329
|
-
export interface LicenseConfigurationRequest {
|
|
1330
|
-
LicenseConfigurationArn?: string | undefined;
|
|
1331
|
-
}
|
|
1332
|
-
export interface InstanceMaintenanceOptionsRequest {
|
|
1333
|
-
AutoRecovery?: InstanceAutoRecoveryState | undefined;
|
|
1334
|
-
}
|
|
1335
|
-
export interface InstanceMetadataOptionsRequest {
|
|
1336
|
-
HttpTokens?: HttpTokensState | undefined;
|
|
1337
|
-
HttpPutResponseHopLimit?: number | undefined;
|
|
1338
|
-
HttpEndpoint?: InstanceMetadataEndpointState | undefined;
|
|
1339
|
-
HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
|
|
1340
|
-
InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
|
|
1341
|
-
}
|
|
1342
|
-
export interface InstanceNetworkPerformanceOptionsRequest {
|
|
1343
|
-
BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
|
|
1344
|
-
}
|
|
1345
|
-
export interface PrivateDnsNameOptionsRequest {
|
|
1346
|
-
HostnameType?: HostnameType | undefined;
|
|
1347
|
-
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
1348
|
-
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
1349
|
-
}
|
|
1350
|
-
export interface RunInstancesRequest {
|
|
1351
|
-
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
1352
|
-
ImageId?: string | undefined;
|
|
1353
|
-
InstanceType?: _InstanceType | undefined;
|
|
1354
|
-
Ipv6AddressCount?: number | undefined;
|
|
1355
|
-
Ipv6Addresses?: InstanceIpv6Address[] | undefined;
|
|
1356
|
-
KernelId?: string | undefined;
|
|
1357
|
-
KeyName?: string | undefined;
|
|
1358
|
-
MaxCount: number | undefined;
|
|
1359
|
-
MinCount: number | undefined;
|
|
1360
|
-
Monitoring?: RunInstancesMonitoringEnabled | undefined;
|
|
1361
|
-
Placement?: Placement | undefined;
|
|
1362
|
-
RamdiskId?: string | undefined;
|
|
1363
|
-
SecurityGroupIds?: string[] | undefined;
|
|
1364
|
-
SecurityGroups?: string[] | undefined;
|
|
1365
|
-
SubnetId?: string | undefined;
|
|
1366
|
-
UserData?: string | undefined;
|
|
1367
|
-
ElasticGpuSpecification?: ElasticGpuSpecification[] | undefined;
|
|
1368
|
-
ElasticInferenceAccelerators?: ElasticInferenceAccelerator[] | undefined;
|
|
1369
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1370
|
-
LaunchTemplate?: LaunchTemplateSpecification | undefined;
|
|
1371
|
-
InstanceMarketOptions?: InstanceMarketOptionsRequest | undefined;
|
|
1372
|
-
CreditSpecification?: CreditSpecificationRequest | undefined;
|
|
1373
|
-
CpuOptions?: CpuOptionsRequest | undefined;
|
|
1374
|
-
CapacityReservationSpecification?:
|
|
1375
|
-
| CapacityReservationSpecification
|
|
1376
|
-
| undefined;
|
|
1377
|
-
HibernationOptions?: HibernationOptionsRequest | undefined;
|
|
1378
|
-
LicenseSpecifications?: LicenseConfigurationRequest[] | undefined;
|
|
1379
|
-
MetadataOptions?: InstanceMetadataOptionsRequest | undefined;
|
|
1380
|
-
EnclaveOptions?: EnclaveOptionsRequest | undefined;
|
|
1381
|
-
PrivateDnsNameOptions?: PrivateDnsNameOptionsRequest | undefined;
|
|
1382
|
-
MaintenanceOptions?: InstanceMaintenanceOptionsRequest | undefined;
|
|
1383
|
-
DisableApiStop?: boolean | undefined;
|
|
1384
|
-
EnablePrimaryIpv6?: boolean | undefined;
|
|
1385
|
-
NetworkPerformanceOptions?:
|
|
1386
|
-
| InstanceNetworkPerformanceOptionsRequest
|
|
1387
|
-
| undefined;
|
|
1388
|
-
Operator?: OperatorRequest | undefined;
|
|
1389
|
-
DryRun?: boolean | undefined;
|
|
1390
|
-
DisableApiTermination?: boolean | undefined;
|
|
1391
|
-
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
|
|
1392
|
-
PrivateIpAddress?: string | undefined;
|
|
1393
|
-
ClientToken?: string | undefined;
|
|
1394
|
-
AdditionalInfo?: string | undefined;
|
|
1395
|
-
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[] | undefined;
|
|
1396
|
-
IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
|
|
1397
|
-
EbsOptimized?: boolean | undefined;
|
|
1398
|
-
}
|
|
1399
|
-
export interface ScheduledInstancesEbs {
|
|
1400
|
-
DeleteOnTermination?: boolean | undefined;
|
|
1401
|
-
Encrypted?: boolean | undefined;
|
|
1402
|
-
Iops?: number | undefined;
|
|
1403
|
-
SnapshotId?: string | undefined;
|
|
1404
|
-
VolumeSize?: number | undefined;
|
|
1405
|
-
VolumeType?: string | undefined;
|
|
1406
|
-
}
|
|
1407
|
-
export interface ScheduledInstancesBlockDeviceMapping {
|
|
1408
|
-
DeviceName?: string | undefined;
|
|
1409
|
-
Ebs?: ScheduledInstancesEbs | undefined;
|
|
1410
|
-
NoDevice?: string | undefined;
|
|
1411
|
-
VirtualName?: string | undefined;
|
|
1412
|
-
}
|
|
1413
|
-
export interface ScheduledInstancesIamInstanceProfile {
|
|
1414
|
-
Arn?: string | undefined;
|
|
1415
|
-
Name?: string | undefined;
|
|
1416
|
-
}
|
|
1417
|
-
export interface ScheduledInstancesMonitoring {
|
|
1418
|
-
Enabled?: boolean | undefined;
|
|
1419
|
-
}
|
|
1420
|
-
export interface ScheduledInstancesIpv6Address {
|
|
1421
|
-
Ipv6Address?: string | undefined;
|
|
1422
|
-
}
|
|
1423
|
-
export interface ScheduledInstancesPrivateIpAddressConfig {
|
|
1424
|
-
Primary?: boolean | undefined;
|
|
1425
|
-
PrivateIpAddress?: string | undefined;
|
|
1426
|
-
}
|
|
1427
|
-
export interface ScheduledInstancesNetworkInterface {
|
|
1428
|
-
AssociatePublicIpAddress?: boolean | undefined;
|
|
1429
|
-
DeleteOnTermination?: boolean | undefined;
|
|
1430
|
-
Description?: string | undefined;
|
|
1431
|
-
DeviceIndex?: number | undefined;
|
|
1432
|
-
Groups?: string[] | undefined;
|
|
1433
|
-
Ipv6AddressCount?: number | undefined;
|
|
1434
|
-
Ipv6Addresses?: ScheduledInstancesIpv6Address[] | undefined;
|
|
1435
|
-
NetworkInterfaceId?: string | undefined;
|
|
1436
|
-
PrivateIpAddress?: string | undefined;
|
|
1437
|
-
PrivateIpAddressConfigs?:
|
|
1438
|
-
| ScheduledInstancesPrivateIpAddressConfig[]
|
|
1439
|
-
| undefined;
|
|
1440
|
-
SecondaryPrivateIpAddressCount?: number | undefined;
|
|
1441
|
-
SubnetId?: string | undefined;
|
|
1442
|
-
}
|
|
1443
|
-
export interface ScheduledInstancesPlacement {
|
|
1444
|
-
AvailabilityZone?: string | undefined;
|
|
1445
|
-
GroupName?: string | undefined;
|
|
1446
|
-
}
|
|
1447
|
-
export interface ScheduledInstancesLaunchSpecification {
|
|
1448
|
-
BlockDeviceMappings?: ScheduledInstancesBlockDeviceMapping[] | undefined;
|
|
1449
|
-
EbsOptimized?: boolean | undefined;
|
|
1450
|
-
IamInstanceProfile?: ScheduledInstancesIamInstanceProfile | undefined;
|
|
1451
|
-
ImageId: string | undefined;
|
|
1452
|
-
InstanceType?: string | undefined;
|
|
1453
|
-
KernelId?: string | undefined;
|
|
1454
|
-
KeyName?: string | undefined;
|
|
1455
|
-
Monitoring?: ScheduledInstancesMonitoring | undefined;
|
|
1456
|
-
NetworkInterfaces?: ScheduledInstancesNetworkInterface[] | undefined;
|
|
1457
|
-
Placement?: ScheduledInstancesPlacement | undefined;
|
|
1458
|
-
RamdiskId?: string | undefined;
|
|
1459
|
-
SecurityGroupIds?: string[] | undefined;
|
|
1460
|
-
SubnetId?: string | undefined;
|
|
1461
|
-
UserData?: string | undefined;
|
|
1462
|
-
}
|
|
1463
|
-
export interface RunScheduledInstancesRequest {
|
|
1464
|
-
ClientToken?: string | undefined;
|
|
1465
|
-
DryRun?: boolean | undefined;
|
|
1466
|
-
InstanceCount?: number | undefined;
|
|
1467
|
-
LaunchSpecification: ScheduledInstancesLaunchSpecification | undefined;
|
|
1468
|
-
ScheduledInstanceId: string | undefined;
|
|
1469
|
-
}
|
|
1470
|
-
export interface RunScheduledInstancesResult {
|
|
1471
|
-
InstanceIdSet?: string[] | undefined;
|
|
1472
|
-
}
|
|
1473
|
-
export interface SearchLocalGatewayRoutesRequest {
|
|
1474
|
-
LocalGatewayRouteTableId: string | undefined;
|
|
1475
|
-
Filters?: Filter[] | undefined;
|
|
1476
|
-
MaxResults?: number | undefined;
|
|
1477
|
-
NextToken?: string | undefined;
|
|
1478
|
-
DryRun?: boolean | undefined;
|
|
1479
|
-
}
|
|
1480
|
-
export interface SearchLocalGatewayRoutesResult {
|
|
1481
|
-
Routes?: LocalGatewayRoute[] | undefined;
|
|
1482
|
-
NextToken?: string | undefined;
|
|
1483
|
-
}
|
|
1484
|
-
export interface SearchTransitGatewayMulticastGroupsRequest {
|
|
1485
|
-
TransitGatewayMulticastDomainId: string | undefined;
|
|
1486
|
-
Filters?: Filter[] | undefined;
|
|
1487
|
-
MaxResults?: number | undefined;
|
|
1488
|
-
NextToken?: string | undefined;
|
|
1489
|
-
DryRun?: boolean | undefined;
|
|
1490
|
-
}
|
|
1491
|
-
export declare const MembershipType: {
|
|
1492
|
-
readonly igmp: "igmp";
|
|
1493
|
-
readonly static: "static";
|
|
1494
|
-
};
|
|
1495
|
-
export type MembershipType =
|
|
1496
|
-
(typeof MembershipType)[keyof typeof MembershipType];
|
|
1497
|
-
export interface TransitGatewayMulticastGroup {
|
|
1498
|
-
GroupIpAddress?: string | undefined;
|
|
1499
|
-
TransitGatewayAttachmentId?: string | undefined;
|
|
1500
|
-
SubnetId?: string | undefined;
|
|
1501
|
-
ResourceId?: string | undefined;
|
|
1502
|
-
ResourceType?: TransitGatewayAttachmentResourceType | undefined;
|
|
1503
|
-
ResourceOwnerId?: string | undefined;
|
|
1504
|
-
NetworkInterfaceId?: string | undefined;
|
|
1505
|
-
GroupMember?: boolean | undefined;
|
|
1506
|
-
GroupSource?: boolean | undefined;
|
|
1507
|
-
MemberType?: MembershipType | undefined;
|
|
1508
|
-
SourceType?: MembershipType | undefined;
|
|
1509
|
-
}
|
|
1510
|
-
export interface SearchTransitGatewayMulticastGroupsResult {
|
|
1511
|
-
MulticastGroups?: TransitGatewayMulticastGroup[] | undefined;
|
|
1512
|
-
NextToken?: string | undefined;
|
|
1513
|
-
}
|
|
1514
|
-
export interface SearchTransitGatewayRoutesRequest {
|
|
1515
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
1516
|
-
Filters: Filter[] | undefined;
|
|
1517
|
-
MaxResults?: number | undefined;
|
|
1518
|
-
DryRun?: boolean | undefined;
|
|
1519
|
-
}
|
|
1520
|
-
export interface SearchTransitGatewayRoutesResult {
|
|
1521
|
-
Routes?: TransitGatewayRoute[] | undefined;
|
|
1522
|
-
AdditionalRoutesAvailable?: boolean | undefined;
|
|
1523
|
-
}
|
|
1524
|
-
export interface SendDiagnosticInterruptRequest {
|
|
1525
|
-
InstanceId: string | undefined;
|
|
1526
|
-
DryRun?: boolean | undefined;
|
|
1527
|
-
}
|
|
1528
|
-
export interface StartDeclarativePoliciesReportRequest {
|
|
1529
|
-
DryRun?: boolean | undefined;
|
|
1530
|
-
S3Bucket: string | undefined;
|
|
1531
|
-
S3Prefix?: string | undefined;
|
|
1532
|
-
TargetId: string | undefined;
|
|
1533
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1534
|
-
}
|
|
1535
|
-
export interface StartDeclarativePoliciesReportResult {
|
|
1536
|
-
ReportId?: string | undefined;
|
|
1537
|
-
}
|
|
1538
|
-
export interface StartInstancesRequest {
|
|
1539
|
-
InstanceIds: string[] | undefined;
|
|
1540
|
-
AdditionalInfo?: string | undefined;
|
|
1541
|
-
DryRun?: boolean | undefined;
|
|
1542
|
-
}
|
|
1543
|
-
export interface InstanceStateChange {
|
|
1544
|
-
InstanceId?: string | undefined;
|
|
1545
|
-
CurrentState?: InstanceState | undefined;
|
|
1546
|
-
PreviousState?: InstanceState | undefined;
|
|
1547
|
-
}
|
|
1548
|
-
export interface StartInstancesResult {
|
|
1549
|
-
StartingInstances?: InstanceStateChange[] | undefined;
|
|
1550
|
-
}
|
|
1551
|
-
export interface StartNetworkInsightsAccessScopeAnalysisRequest {
|
|
1552
|
-
NetworkInsightsAccessScopeId: string | undefined;
|
|
1553
|
-
DryRun?: boolean | undefined;
|
|
1554
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1555
|
-
ClientToken?: string | undefined;
|
|
1556
|
-
}
|
|
1557
|
-
export interface StartNetworkInsightsAccessScopeAnalysisResult {
|
|
1558
|
-
NetworkInsightsAccessScopeAnalysis?:
|
|
1559
|
-
| NetworkInsightsAccessScopeAnalysis
|
|
1560
|
-
| undefined;
|
|
1561
|
-
}
|
|
1562
|
-
export interface StartNetworkInsightsAnalysisRequest {
|
|
1563
|
-
NetworkInsightsPathId: string | undefined;
|
|
1564
|
-
AdditionalAccounts?: string[] | undefined;
|
|
1565
|
-
FilterInArns?: string[] | undefined;
|
|
1566
|
-
FilterOutArns?: string[] | undefined;
|
|
1567
|
-
DryRun?: boolean | undefined;
|
|
1568
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1569
|
-
ClientToken?: string | undefined;
|
|
1570
|
-
}
|
|
1571
|
-
export interface StartNetworkInsightsAnalysisResult {
|
|
1572
|
-
NetworkInsightsAnalysis?: NetworkInsightsAnalysis | undefined;
|
|
1573
|
-
}
|
|
1574
|
-
export interface StartVpcEndpointServicePrivateDnsVerificationRequest {
|
|
1575
|
-
DryRun?: boolean | undefined;
|
|
1576
|
-
ServiceId: string | undefined;
|
|
1577
|
-
}
|
|
1578
|
-
export interface StartVpcEndpointServicePrivateDnsVerificationResult {
|
|
1579
|
-
ReturnValue?: boolean | undefined;
|
|
1580
|
-
}
|
|
1581
|
-
export interface StopInstancesRequest {
|
|
1582
|
-
InstanceIds: string[] | undefined;
|
|
1583
|
-
Hibernate?: boolean | undefined;
|
|
1584
|
-
SkipOsShutdown?: boolean | undefined;
|
|
1585
|
-
DryRun?: boolean | undefined;
|
|
1586
|
-
Force?: boolean | undefined;
|
|
1587
|
-
}
|
|
1588
|
-
export interface StopInstancesResult {
|
|
1589
|
-
StoppingInstances?: InstanceStateChange[] | undefined;
|
|
1590
|
-
}
|
|
1591
|
-
export interface TerminateClientVpnConnectionsRequest {
|
|
1592
|
-
ClientVpnEndpointId: string | undefined;
|
|
1593
|
-
ConnectionId?: string | undefined;
|
|
1594
|
-
Username?: string | undefined;
|
|
1595
|
-
DryRun?: boolean | undefined;
|
|
1596
|
-
}
|
|
1597
|
-
export interface TerminateConnectionStatus {
|
|
1598
|
-
ConnectionId?: string | undefined;
|
|
1599
|
-
PreviousStatus?: ClientVpnConnectionStatus | undefined;
|
|
1600
|
-
CurrentStatus?: ClientVpnConnectionStatus | undefined;
|
|
1601
|
-
}
|
|
1602
|
-
export interface TerminateClientVpnConnectionsResult {
|
|
1603
|
-
ClientVpnEndpointId?: string | undefined;
|
|
1604
|
-
Username?: string | undefined;
|
|
1605
|
-
ConnectionStatuses?: TerminateConnectionStatus[] | undefined;
|
|
1606
|
-
}
|
|
1607
|
-
export interface TerminateInstancesRequest {
|
|
1608
|
-
InstanceIds: string[] | undefined;
|
|
1609
|
-
Force?: boolean | undefined;
|
|
1610
|
-
SkipOsShutdown?: boolean | undefined;
|
|
1611
|
-
DryRun?: boolean | undefined;
|
|
1612
|
-
}
|
|
1613
|
-
export interface TerminateInstancesResult {
|
|
1614
|
-
TerminatingInstances?: InstanceStateChange[] | undefined;
|
|
1615
|
-
}
|
|
1616
|
-
export interface UnassignIpv6AddressesRequest {
|
|
1617
|
-
Ipv6Prefixes?: string[] | undefined;
|
|
1618
|
-
NetworkInterfaceId: string | undefined;
|
|
1619
|
-
Ipv6Addresses?: string[] | undefined;
|
|
1620
|
-
}
|
|
1621
|
-
export interface UnassignIpv6AddressesResult {
|
|
1622
|
-
NetworkInterfaceId?: string | undefined;
|
|
1623
|
-
UnassignedIpv6Addresses?: string[] | undefined;
|
|
1624
|
-
UnassignedIpv6Prefixes?: string[] | undefined;
|
|
1625
|
-
}
|
|
1626
|
-
export interface UnassignPrivateIpAddressesRequest {
|
|
1627
|
-
Ipv4Prefixes?: string[] | undefined;
|
|
1628
|
-
NetworkInterfaceId: string | undefined;
|
|
1629
|
-
PrivateIpAddresses?: string[] | undefined;
|
|
1630
|
-
}
|
|
1631
|
-
export interface UnassignPrivateNatGatewayAddressRequest {
|
|
1632
|
-
NatGatewayId: string | undefined;
|
|
1633
|
-
PrivateIpAddresses: string[] | undefined;
|
|
1634
|
-
MaxDrainDurationSeconds?: number | undefined;
|
|
1635
|
-
DryRun?: boolean | undefined;
|
|
1636
|
-
}
|
|
1637
|
-
export interface UnassignPrivateNatGatewayAddressResult {
|
|
1638
|
-
NatGatewayId?: string | undefined;
|
|
1639
|
-
NatGatewayAddresses?: NatGatewayAddress[] | undefined;
|
|
1640
|
-
}
|
|
1641
|
-
export interface UnlockSnapshotRequest {
|
|
1642
|
-
SnapshotId: string | undefined;
|
|
1643
|
-
DryRun?: boolean | undefined;
|
|
1644
|
-
}
|
|
1645
|
-
export interface UnlockSnapshotResult {
|
|
1646
|
-
SnapshotId?: string | undefined;
|
|
1647
|
-
}
|
|
1648
|
-
export interface UnmonitorInstancesRequest {
|
|
1649
|
-
InstanceIds: string[] | undefined;
|
|
1650
|
-
DryRun?: boolean | undefined;
|
|
1651
|
-
}
|
|
1652
|
-
export interface UnmonitorInstancesResult {
|
|
1653
|
-
InstanceMonitorings?: InstanceMonitoring[] | undefined;
|
|
1654
|
-
}
|
|
1655
|
-
export interface UpdateCapacityManagerOrganizationsAccessRequest {
|
|
1656
|
-
OrganizationsAccess: boolean | undefined;
|
|
1657
|
-
DryRun?: boolean | undefined;
|
|
1658
|
-
ClientToken?: string | undefined;
|
|
1659
|
-
}
|
|
1660
|
-
export interface UpdateCapacityManagerOrganizationsAccessResult {
|
|
1661
|
-
CapacityManagerStatus?: CapacityManagerStatus | undefined;
|
|
1662
|
-
OrganizationsAccess?: boolean | undefined;
|
|
1663
|
-
}
|
|
1664
|
-
export interface SecurityGroupRuleDescription {
|
|
1665
|
-
SecurityGroupRuleId?: string | undefined;
|
|
1666
|
-
Description?: string | undefined;
|
|
1667
|
-
}
|
|
1668
|
-
export interface UpdateSecurityGroupRuleDescriptionsEgressRequest {
|
|
1669
|
-
DryRun?: boolean | undefined;
|
|
1670
|
-
GroupId?: string | undefined;
|
|
1671
|
-
GroupName?: string | undefined;
|
|
1672
|
-
IpPermissions?: IpPermission[] | undefined;
|
|
1673
|
-
SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[] | undefined;
|
|
1674
|
-
}
|
|
1675
|
-
export interface UpdateSecurityGroupRuleDescriptionsEgressResult {
|
|
1676
|
-
Return?: boolean | undefined;
|
|
1677
|
-
}
|
|
1678
|
-
export interface UpdateSecurityGroupRuleDescriptionsIngressRequest {
|
|
1679
|
-
DryRun?: boolean | undefined;
|
|
1680
|
-
GroupId?: string | undefined;
|
|
1681
|
-
GroupName?: string | undefined;
|
|
1682
|
-
IpPermissions?: IpPermission[] | undefined;
|
|
1683
|
-
SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[] | undefined;
|
|
1684
|
-
}
|
|
1685
|
-
export interface UpdateSecurityGroupRuleDescriptionsIngressResult {
|
|
1686
|
-
Return?: boolean | undefined;
|
|
1687
|
-
}
|
|
1688
|
-
export interface WithdrawByoipCidrRequest {
|
|
1689
|
-
Cidr: string | undefined;
|
|
1690
|
-
DryRun?: boolean | undefined;
|
|
1691
|
-
}
|
|
1692
|
-
export interface WithdrawByoipCidrResult {
|
|
1693
|
-
ByoipCidr?: ByoipCidr | undefined;
|
|
1694
|
-
}
|