@aws-sdk/client-ec2 3.934.0 → 3.936.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +72 -0
- package/dist-cjs/index.js +948 -86
- package/dist-es/EC2.js +18 -0
- package/dist-es/commands/CreateIpamPolicyCommand.js +16 -0
- package/dist-es/commands/DeleteIpamPolicyCommand.js +16 -0
- package/dist-es/commands/DescribeIpamPoliciesCommand.js +16 -0
- package/dist-es/commands/DisableIpamPolicyCommand.js +16 -0
- package/dist-es/commands/EnableIpamPolicyCommand.js +16 -0
- package/dist-es/commands/GetEnabledIpamPolicyCommand.js +16 -0
- package/dist-es/commands/GetIpamPolicyAllocationRulesCommand.js +16 -0
- package/dist-es/commands/GetIpamPolicyOrganizationTargetsCommand.js +16 -0
- package/dist-es/commands/ModifyIpamPolicyAllocationRulesCommand.js +16 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/enums.js +3604 -0
- package/dist-es/models/models_0.js +1 -521
- package/dist-es/models/models_1.js +1 -1619
- package/dist-es/models/models_2.js +1 -354
- package/dist-es/models/models_3.js +1 -158
- package/dist-es/models/models_4.js +1 -331
- package/dist-es/models/models_5.js +1 -213
- package/dist-es/models/models_6.js +1 -187
- package/dist-es/models/models_7.js +1 -131
- package/dist-es/schemas/schemas_0.js +777 -78
- package/dist-types/EC2.d.ts +66 -0
- package/dist-types/EC2Client.d.ts +11 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +2 -0
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +4 -0
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +2 -2
- package/dist-types/commands/CopySnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CopyVolumesCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -2
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -2
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -2
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +3 -2
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -2
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPolicyCommand.d.ts +103 -0
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +22 -5
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -3
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
- package/dist-types/commands/CreateVolumeCommand.d.ts +3 -3
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPolicyCommand.d.ts +90 -0
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationTopologyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +3 -2
- package/dist-types/commands/DescribeIpamPoliciesCommand.d.ts +105 -0
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMacModificationTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +7 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteServerEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteServerPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteServersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnConcentratorsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DisableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisableIpamPolicyCommand.d.ts +77 -0
- package/dist-types/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +3 -1
- package/dist-types/commands/DisassociateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/EnableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamPolicyCommand.d.ts +78 -0
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
- package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +2 -2
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/GetEnabledIpamPolicyCommand.d.ts +77 -0
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetImageAncestryCommand.d.ts +2 -2
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPolicyAllocationRulesCommand.d.ts +101 -0
- package/dist-types/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +92 -0
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +2 -2
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -2
- package/dist-types/commands/ImportSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +93 -0
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +3 -3
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
- package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
- package/dist-types/commands/UnlockSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/index.d.ts +9 -1
- package/dist-types/models/enums.d.ts +6980 -0
- package/dist-types/models/models_0.d.ts +2943 -1058
- package/dist-types/models/models_1.d.ts +9245 -8143
- package/dist-types/models/models_2.d.ts +4061 -6064
- package/dist-types/models/models_3.d.ts +9084 -3648
- package/dist-types/models/models_4.d.ts +7250 -6766
- package/dist-types/models/models_5.d.ts +4333 -7858
- package/dist-types/models/models_6.d.ts +5475 -4305
- package/dist-types/models/models_7.d.ts +2669 -6042
- package/dist-types/schemas/schemas_0.d.ts +39 -0
- package/dist-types/ts3.4/EC2.d.ts +156 -0
- package/dist-types/ts3.4/EC2Client.d.ts +54 -0
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateIpamPolicyCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConcentratorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteImageUsageReportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPolicyCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationTopologyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPoliciesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMacModificationTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteServerEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteServerPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteServersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpnConcentratorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableIpamPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableIpamPolicyCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnabledIpamPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageAncestryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPolicyAllocationRulesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +9 -1
- package/dist-types/ts3.4/models/enums.d.ts +4361 -0
- package/dist-types/ts3.4/models/models_0.d.ts +595 -642
- package/dist-types/ts3.4/models/models_1.d.ts +1362 -2296
- package/dist-types/ts3.4/models/models_2.d.ts +1527 -2046
- package/dist-types/ts3.4/models/models_3.d.ts +1793 -1316
- package/dist-types/ts3.4/models/models_4.d.ts +1768 -1878
- package/dist-types/ts3.4/models/models_5.d.ts +1273 -1692
- package/dist-types/ts3.4/models/models_6.d.ts +1529 -1302
- package/dist-types/ts3.4/models/models_7.d.ts +806 -1614
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +39 -0
- package/package.json +20 -20
- package/dist-es/models/index.js +0 -9
- package/dist-es/models/models_8.js +0 -51
- package/dist-types/models/index.d.ts +0 -9
- package/dist-types/models/models_8.d.ts +0 -7488
- package/dist-types/ts3.4/models/index.d.ts +0 -9
- package/dist-types/ts3.4/models/models_8.d.ts +0 -1694
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { _InstanceType, AddressTransferStatus, AllocationType, ApplianceModeSupportValue, AsnAssociationState, AssociationStatusCode, AttachmentStatus, AutoPlacement, BatchState, BlockPublicAccessMode, BundleTaskState, ByoipCidrState, CancelBatchErrorCode, CancelSpotInstanceRequestState, CapacityReservationDeliveryPreference, CapacityReservationFleetState, CapacityReservationInstancePlatform, CapacityReservationState, CapacityReservationTenancy, CapacityReservationType, CarrierGatewayState, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatusCode, ClientVpnEndpointStatusCode, ClientVpnRouteStatusCode, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DomainType, DynamicRoutingValue, EndDateType, EndpointIpAddressType, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, HostMaintenance, HostnameType, HostRecovery, IamInstanceProfileAssociationState, InstanceEventWindowState, InstanceHealthStatus, InstanceMatchCriteria, InterfaceProtocolType, IpamAssociatedResourceDiscoveryStatus, IpamPoolAllocationResourceType, IpamResourceDiscoveryAssociationState, IpSource, Ipv6AddressAttribute, Ipv6SupportValue, ListingState, ListingStatus, MacModificationTaskState, MacModificationTaskType, MacSystemIntegrityProtectionSettingStatus, NatGatewayAddressStatus, OutputFormat, PrincipalType, Protocol, ResourceType, RouteServerAssociationState, RouteTableAssociationStateCode, Schedule, SecurityGroupReferencingSupportValue, SecurityGroupVpcAssociationState, SelfServicePortal, ServiceManaged, SSEType, SubnetCidrBlockStateCode, SubnetState, Tenancy, TrafficIpAddressType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulitcastDomainAssociationState, TransportProtocol, TrustProviderType, UserTrustProviderType, VolumeAttachmentState, VolumeState, VolumeType, VpcCidrBlockStateCode, VpcEncryptionControlExclusionState, VpcEncryptionControlMode, VpcEncryptionControlState, VpcPeeringConnectionStateReasonCode, VpcState, VpnTunnelProvisioningStatus, WeekDay } from "./enums";
|
|
1
2
|
/**
|
|
2
3
|
* <p>The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips)
|
|
3
4
|
* on an instance.</p>
|
|
@@ -38,50 +39,6 @@ export interface AcceleratorCountRequest {
|
|
|
38
39
|
*/
|
|
39
40
|
Max?: number | undefined;
|
|
40
41
|
}
|
|
41
|
-
/**
|
|
42
|
-
* @public
|
|
43
|
-
* @enum
|
|
44
|
-
*/
|
|
45
|
-
export declare const AcceleratorManufacturer: {
|
|
46
|
-
readonly AMAZON_WEB_SERVICES: "amazon-web-services";
|
|
47
|
-
readonly AMD: "amd";
|
|
48
|
-
readonly HABANA: "habana";
|
|
49
|
-
readonly NVIDIA: "nvidia";
|
|
50
|
-
readonly XILINX: "xilinx";
|
|
51
|
-
};
|
|
52
|
-
/**
|
|
53
|
-
* @public
|
|
54
|
-
*/
|
|
55
|
-
export type AcceleratorManufacturer = (typeof AcceleratorManufacturer)[keyof typeof AcceleratorManufacturer];
|
|
56
|
-
/**
|
|
57
|
-
* @public
|
|
58
|
-
* @enum
|
|
59
|
-
*/
|
|
60
|
-
export declare const AcceleratorName: {
|
|
61
|
-
readonly A100: "a100";
|
|
62
|
-
readonly A10G: "a10g";
|
|
63
|
-
readonly GAUDI_HL_205: "gaudi-hl-205";
|
|
64
|
-
readonly H100: "h100";
|
|
65
|
-
readonly INFERENTIA: "inferentia";
|
|
66
|
-
readonly INFERENTIA2: "inferentia2";
|
|
67
|
-
readonly K520: "k520";
|
|
68
|
-
readonly K80: "k80";
|
|
69
|
-
readonly L4: "l4";
|
|
70
|
-
readonly L40S: "l40s";
|
|
71
|
-
readonly M60: "m60";
|
|
72
|
-
readonly RADEON_PRO_V520: "radeon-pro-v520";
|
|
73
|
-
readonly T4: "t4";
|
|
74
|
-
readonly T4G: "t4g";
|
|
75
|
-
readonly TRAINIUM: "trainium";
|
|
76
|
-
readonly TRAINIUM2: "trainium2";
|
|
77
|
-
readonly U30: "u30";
|
|
78
|
-
readonly V100: "v100";
|
|
79
|
-
readonly VU9P: "vu9p";
|
|
80
|
-
};
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
export type AcceleratorName = (typeof AcceleratorName)[keyof typeof AcceleratorName];
|
|
85
42
|
/**
|
|
86
43
|
* <p>The minimum and maximum amount of total accelerator memory, in MiB.</p>
|
|
87
44
|
* @public
|
|
@@ -118,131 +75,6 @@ export interface AcceleratorTotalMemoryMiBRequest {
|
|
|
118
75
|
*/
|
|
119
76
|
Max?: number | undefined;
|
|
120
77
|
}
|
|
121
|
-
/**
|
|
122
|
-
* @public
|
|
123
|
-
* @enum
|
|
124
|
-
*/
|
|
125
|
-
export declare const AcceleratorType: {
|
|
126
|
-
readonly FPGA: "fpga";
|
|
127
|
-
readonly GPU: "gpu";
|
|
128
|
-
readonly INFERENCE: "inference";
|
|
129
|
-
readonly MEDIA: "media";
|
|
130
|
-
};
|
|
131
|
-
/**
|
|
132
|
-
* @public
|
|
133
|
-
*/
|
|
134
|
-
export type AcceleratorType = (typeof AcceleratorType)[keyof typeof AcceleratorType];
|
|
135
|
-
/**
|
|
136
|
-
* @public
|
|
137
|
-
* @enum
|
|
138
|
-
*/
|
|
139
|
-
export declare const ResourceType: {
|
|
140
|
-
readonly capacity_block: "capacity-block";
|
|
141
|
-
readonly capacity_manager_data_export: "capacity-manager-data-export";
|
|
142
|
-
readonly capacity_reservation: "capacity-reservation";
|
|
143
|
-
readonly capacity_reservation_fleet: "capacity-reservation-fleet";
|
|
144
|
-
readonly carrier_gateway: "carrier-gateway";
|
|
145
|
-
readonly client_vpn_endpoint: "client-vpn-endpoint";
|
|
146
|
-
readonly coip_pool: "coip-pool";
|
|
147
|
-
readonly customer_gateway: "customer-gateway";
|
|
148
|
-
readonly declarative_policies_report: "declarative-policies-report";
|
|
149
|
-
readonly dedicated_host: "dedicated-host";
|
|
150
|
-
readonly dhcp_options: "dhcp-options";
|
|
151
|
-
readonly egress_only_internet_gateway: "egress-only-internet-gateway";
|
|
152
|
-
readonly elastic_gpu: "elastic-gpu";
|
|
153
|
-
readonly elastic_ip: "elastic-ip";
|
|
154
|
-
readonly export_image_task: "export-image-task";
|
|
155
|
-
readonly export_instance_task: "export-instance-task";
|
|
156
|
-
readonly fleet: "fleet";
|
|
157
|
-
readonly fpga_image: "fpga-image";
|
|
158
|
-
readonly host_reservation: "host-reservation";
|
|
159
|
-
readonly image: "image";
|
|
160
|
-
readonly image_usage_report: "image-usage-report";
|
|
161
|
-
readonly import_image_task: "import-image-task";
|
|
162
|
-
readonly import_snapshot_task: "import-snapshot-task";
|
|
163
|
-
readonly instance: "instance";
|
|
164
|
-
readonly instance_connect_endpoint: "instance-connect-endpoint";
|
|
165
|
-
readonly instance_event_window: "instance-event-window";
|
|
166
|
-
readonly internet_gateway: "internet-gateway";
|
|
167
|
-
readonly ipam: "ipam";
|
|
168
|
-
readonly ipam_external_resource_verification_token: "ipam-external-resource-verification-token";
|
|
169
|
-
readonly ipam_pool: "ipam-pool";
|
|
170
|
-
readonly ipam_prefix_list_resolver: "ipam-prefix-list-resolver";
|
|
171
|
-
readonly ipam_prefix_list_resolver_target: "ipam-prefix-list-resolver-target";
|
|
172
|
-
readonly ipam_resource_discovery: "ipam-resource-discovery";
|
|
173
|
-
readonly ipam_resource_discovery_association: "ipam-resource-discovery-association";
|
|
174
|
-
readonly ipam_scope: "ipam-scope";
|
|
175
|
-
readonly ipv4pool_ec2: "ipv4pool-ec2";
|
|
176
|
-
readonly ipv6pool_ec2: "ipv6pool-ec2";
|
|
177
|
-
readonly key_pair: "key-pair";
|
|
178
|
-
readonly launch_template: "launch-template";
|
|
179
|
-
readonly local_gateway: "local-gateway";
|
|
180
|
-
readonly local_gateway_route_table: "local-gateway-route-table";
|
|
181
|
-
readonly local_gateway_route_table_virtual_interface_group_association: "local-gateway-route-table-virtual-interface-group-association";
|
|
182
|
-
readonly local_gateway_route_table_vpc_association: "local-gateway-route-table-vpc-association";
|
|
183
|
-
readonly local_gateway_virtual_interface: "local-gateway-virtual-interface";
|
|
184
|
-
readonly local_gateway_virtual_interface_group: "local-gateway-virtual-interface-group";
|
|
185
|
-
readonly mac_modification_task: "mac-modification-task";
|
|
186
|
-
readonly natgateway: "natgateway";
|
|
187
|
-
readonly network_acl: "network-acl";
|
|
188
|
-
readonly network_insights_access_scope: "network-insights-access-scope";
|
|
189
|
-
readonly network_insights_access_scope_analysis: "network-insights-access-scope-analysis";
|
|
190
|
-
readonly network_insights_analysis: "network-insights-analysis";
|
|
191
|
-
readonly network_insights_path: "network-insights-path";
|
|
192
|
-
readonly network_interface: "network-interface";
|
|
193
|
-
readonly outpost_lag: "outpost-lag";
|
|
194
|
-
readonly placement_group: "placement-group";
|
|
195
|
-
readonly prefix_list: "prefix-list";
|
|
196
|
-
readonly replace_root_volume_task: "replace-root-volume-task";
|
|
197
|
-
readonly reserved_instances: "reserved-instances";
|
|
198
|
-
readonly route_server: "route-server";
|
|
199
|
-
readonly route_server_endpoint: "route-server-endpoint";
|
|
200
|
-
readonly route_server_peer: "route-server-peer";
|
|
201
|
-
readonly route_table: "route-table";
|
|
202
|
-
readonly security_group: "security-group";
|
|
203
|
-
readonly security_group_rule: "security-group-rule";
|
|
204
|
-
readonly service_link_virtual_interface: "service-link-virtual-interface";
|
|
205
|
-
readonly snapshot: "snapshot";
|
|
206
|
-
readonly spot_fleet_request: "spot-fleet-request";
|
|
207
|
-
readonly spot_instances_request: "spot-instances-request";
|
|
208
|
-
readonly subnet: "subnet";
|
|
209
|
-
readonly subnet_cidr_reservation: "subnet-cidr-reservation";
|
|
210
|
-
readonly traffic_mirror_filter: "traffic-mirror-filter";
|
|
211
|
-
readonly traffic_mirror_filter_rule: "traffic-mirror-filter-rule";
|
|
212
|
-
readonly traffic_mirror_session: "traffic-mirror-session";
|
|
213
|
-
readonly traffic_mirror_target: "traffic-mirror-target";
|
|
214
|
-
readonly transit_gateway: "transit-gateway";
|
|
215
|
-
readonly transit_gateway_attachment: "transit-gateway-attachment";
|
|
216
|
-
readonly transit_gateway_connect_peer: "transit-gateway-connect-peer";
|
|
217
|
-
readonly transit_gateway_multicast_domain: "transit-gateway-multicast-domain";
|
|
218
|
-
readonly transit_gateway_policy_table: "transit-gateway-policy-table";
|
|
219
|
-
readonly transit_gateway_route_table: "transit-gateway-route-table";
|
|
220
|
-
readonly transit_gateway_route_table_announcement: "transit-gateway-route-table-announcement";
|
|
221
|
-
readonly verified_access_endpoint: "verified-access-endpoint";
|
|
222
|
-
readonly verified_access_endpoint_target: "verified-access-endpoint-target";
|
|
223
|
-
readonly verified_access_group: "verified-access-group";
|
|
224
|
-
readonly verified_access_instance: "verified-access-instance";
|
|
225
|
-
readonly verified_access_policy: "verified-access-policy";
|
|
226
|
-
readonly verified_access_trust_provider: "verified-access-trust-provider";
|
|
227
|
-
readonly volume: "volume";
|
|
228
|
-
readonly vpc: "vpc";
|
|
229
|
-
readonly vpc_block_public_access_exclusion: "vpc-block-public-access-exclusion";
|
|
230
|
-
readonly vpc_endpoint: "vpc-endpoint";
|
|
231
|
-
readonly vpc_endpoint_connection: "vpc-endpoint-connection";
|
|
232
|
-
readonly vpc_endpoint_connection_device_type: "vpc-endpoint-connection-device-type";
|
|
233
|
-
readonly vpc_endpoint_service: "vpc-endpoint-service";
|
|
234
|
-
readonly vpc_endpoint_service_permission: "vpc-endpoint-service-permission";
|
|
235
|
-
readonly vpc_flow_log: "vpc-flow-log";
|
|
236
|
-
readonly vpc_peering_connection: "vpc-peering-connection";
|
|
237
|
-
readonly vpn_concentrator: "vpn-concentrator";
|
|
238
|
-
readonly vpn_connection: "vpn-connection";
|
|
239
|
-
readonly vpn_connection_device_type: "vpn-connection-device-type";
|
|
240
|
-
readonly vpn_gateway: "vpn-gateway";
|
|
241
|
-
};
|
|
242
|
-
/**
|
|
243
|
-
* @public
|
|
244
|
-
*/
|
|
245
|
-
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
246
78
|
/**
|
|
247
79
|
* <p>Describes a tag.</p>
|
|
248
80
|
* @public
|
|
@@ -309,19 +141,6 @@ export interface AcceptAddressTransferRequest {
|
|
|
309
141
|
*/
|
|
310
142
|
DryRun?: boolean | undefined;
|
|
311
143
|
}
|
|
312
|
-
/**
|
|
313
|
-
* @public
|
|
314
|
-
* @enum
|
|
315
|
-
*/
|
|
316
|
-
export declare const AddressTransferStatus: {
|
|
317
|
-
readonly accepted: "accepted";
|
|
318
|
-
readonly disabled: "disabled";
|
|
319
|
-
readonly pending: "pending";
|
|
320
|
-
};
|
|
321
|
-
/**
|
|
322
|
-
* @public
|
|
323
|
-
*/
|
|
324
|
-
export type AddressTransferStatus = (typeof AddressTransferStatus)[keyof typeof AddressTransferStatus];
|
|
325
144
|
/**
|
|
326
145
|
* <p>Details on the Elastic IP address transfer. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html#transfer-EIPs-intro">Transfer Elastic IP addresses</a> in the <i>Amazon VPC User Guide</i>.</p>
|
|
327
146
|
* @public
|
|
@@ -476,41 +295,6 @@ export interface AcceptTransitGatewayMulticastDomainAssociationsRequest {
|
|
|
476
295
|
*/
|
|
477
296
|
DryRun?: boolean | undefined;
|
|
478
297
|
}
|
|
479
|
-
/**
|
|
480
|
-
* @public
|
|
481
|
-
* @enum
|
|
482
|
-
*/
|
|
483
|
-
export declare const TransitGatewayAttachmentResourceType: {
|
|
484
|
-
readonly connect: "connect";
|
|
485
|
-
readonly direct_connect_gateway: "direct-connect-gateway";
|
|
486
|
-
readonly network_function: "network-function";
|
|
487
|
-
readonly peering: "peering";
|
|
488
|
-
readonly tgw_peering: "tgw-peering";
|
|
489
|
-
readonly vpc: "vpc";
|
|
490
|
-
readonly vpn: "vpn";
|
|
491
|
-
readonly vpn_concentrator: "vpn-concentrator";
|
|
492
|
-
};
|
|
493
|
-
/**
|
|
494
|
-
* @public
|
|
495
|
-
*/
|
|
496
|
-
export type TransitGatewayAttachmentResourceType = (typeof TransitGatewayAttachmentResourceType)[keyof typeof TransitGatewayAttachmentResourceType];
|
|
497
|
-
/**
|
|
498
|
-
* @public
|
|
499
|
-
* @enum
|
|
500
|
-
*/
|
|
501
|
-
export declare const TransitGatewayMulitcastDomainAssociationState: {
|
|
502
|
-
readonly associated: "associated";
|
|
503
|
-
readonly associating: "associating";
|
|
504
|
-
readonly disassociated: "disassociated";
|
|
505
|
-
readonly disassociating: "disassociating";
|
|
506
|
-
readonly failed: "failed";
|
|
507
|
-
readonly pendingAcceptance: "pendingAcceptance";
|
|
508
|
-
readonly rejected: "rejected";
|
|
509
|
-
};
|
|
510
|
-
/**
|
|
511
|
-
* @public
|
|
512
|
-
*/
|
|
513
|
-
export type TransitGatewayMulitcastDomainAssociationState = (typeof TransitGatewayMulitcastDomainAssociationState)[keyof typeof TransitGatewayMulitcastDomainAssociationState];
|
|
514
298
|
/**
|
|
515
299
|
* <p>Describes the subnet association with the transit gateway multicast domain.</p>
|
|
516
300
|
* @public
|
|
@@ -616,18 +400,6 @@ export interface PeeringTgwInfo {
|
|
|
616
400
|
*/
|
|
617
401
|
Region?: string | undefined;
|
|
618
402
|
}
|
|
619
|
-
/**
|
|
620
|
-
* @public
|
|
621
|
-
* @enum
|
|
622
|
-
*/
|
|
623
|
-
export declare const DynamicRoutingValue: {
|
|
624
|
-
readonly disable: "disable";
|
|
625
|
-
readonly enable: "enable";
|
|
626
|
-
};
|
|
627
|
-
/**
|
|
628
|
-
* @public
|
|
629
|
-
*/
|
|
630
|
-
export type DynamicRoutingValue = (typeof DynamicRoutingValue)[keyof typeof DynamicRoutingValue];
|
|
631
403
|
/**
|
|
632
404
|
* <p>Describes dynamic routing for the transit gateway peering attachment.</p>
|
|
633
405
|
* @public
|
|
@@ -639,29 +411,6 @@ export interface TransitGatewayPeeringAttachmentOptions {
|
|
|
639
411
|
*/
|
|
640
412
|
DynamicRouting?: DynamicRoutingValue | undefined;
|
|
641
413
|
}
|
|
642
|
-
/**
|
|
643
|
-
* @public
|
|
644
|
-
* @enum
|
|
645
|
-
*/
|
|
646
|
-
export declare const TransitGatewayAttachmentState: {
|
|
647
|
-
readonly available: "available";
|
|
648
|
-
readonly deleted: "deleted";
|
|
649
|
-
readonly deleting: "deleting";
|
|
650
|
-
readonly failed: "failed";
|
|
651
|
-
readonly failing: "failing";
|
|
652
|
-
readonly initiating: "initiating";
|
|
653
|
-
readonly initiatingRequest: "initiatingRequest";
|
|
654
|
-
readonly modifying: "modifying";
|
|
655
|
-
readonly pending: "pending";
|
|
656
|
-
readonly pendingAcceptance: "pendingAcceptance";
|
|
657
|
-
readonly rejected: "rejected";
|
|
658
|
-
readonly rejecting: "rejecting";
|
|
659
|
-
readonly rollingBack: "rollingBack";
|
|
660
|
-
};
|
|
661
|
-
/**
|
|
662
|
-
* @public
|
|
663
|
-
*/
|
|
664
|
-
export type TransitGatewayAttachmentState = (typeof TransitGatewayAttachmentState)[keyof typeof TransitGatewayAttachmentState];
|
|
665
414
|
/**
|
|
666
415
|
* <p>The status of the transit gateway peering attachment.</p>
|
|
667
416
|
* @public
|
|
@@ -756,54 +505,6 @@ export interface AcceptTransitGatewayVpcAttachmentRequest {
|
|
|
756
505
|
*/
|
|
757
506
|
DryRun?: boolean | undefined;
|
|
758
507
|
}
|
|
759
|
-
/**
|
|
760
|
-
* @public
|
|
761
|
-
* @enum
|
|
762
|
-
*/
|
|
763
|
-
export declare const ApplianceModeSupportValue: {
|
|
764
|
-
readonly disable: "disable";
|
|
765
|
-
readonly enable: "enable";
|
|
766
|
-
};
|
|
767
|
-
/**
|
|
768
|
-
* @public
|
|
769
|
-
*/
|
|
770
|
-
export type ApplianceModeSupportValue = (typeof ApplianceModeSupportValue)[keyof typeof ApplianceModeSupportValue];
|
|
771
|
-
/**
|
|
772
|
-
* @public
|
|
773
|
-
* @enum
|
|
774
|
-
*/
|
|
775
|
-
export declare const DnsSupportValue: {
|
|
776
|
-
readonly disable: "disable";
|
|
777
|
-
readonly enable: "enable";
|
|
778
|
-
};
|
|
779
|
-
/**
|
|
780
|
-
* @public
|
|
781
|
-
*/
|
|
782
|
-
export type DnsSupportValue = (typeof DnsSupportValue)[keyof typeof DnsSupportValue];
|
|
783
|
-
/**
|
|
784
|
-
* @public
|
|
785
|
-
* @enum
|
|
786
|
-
*/
|
|
787
|
-
export declare const Ipv6SupportValue: {
|
|
788
|
-
readonly disable: "disable";
|
|
789
|
-
readonly enable: "enable";
|
|
790
|
-
};
|
|
791
|
-
/**
|
|
792
|
-
* @public
|
|
793
|
-
*/
|
|
794
|
-
export type Ipv6SupportValue = (typeof Ipv6SupportValue)[keyof typeof Ipv6SupportValue];
|
|
795
|
-
/**
|
|
796
|
-
* @public
|
|
797
|
-
* @enum
|
|
798
|
-
*/
|
|
799
|
-
export declare const SecurityGroupReferencingSupportValue: {
|
|
800
|
-
readonly disable: "disable";
|
|
801
|
-
readonly enable: "enable";
|
|
802
|
-
};
|
|
803
|
-
/**
|
|
804
|
-
* @public
|
|
805
|
-
*/
|
|
806
|
-
export type SecurityGroupReferencingSupportValue = (typeof SecurityGroupReferencingSupportValue)[keyof typeof SecurityGroupReferencingSupportValue];
|
|
807
508
|
/**
|
|
808
509
|
* <p>Describes the VPC attachment options.</p>
|
|
809
510
|
* @public
|
|
@@ -1061,25 +762,6 @@ export interface VpcPeeringConnectionVpcInfo {
|
|
|
1061
762
|
*/
|
|
1062
763
|
Region?: string | undefined;
|
|
1063
764
|
}
|
|
1064
|
-
/**
|
|
1065
|
-
* @public
|
|
1066
|
-
* @enum
|
|
1067
|
-
*/
|
|
1068
|
-
export declare const VpcPeeringConnectionStateReasonCode: {
|
|
1069
|
-
readonly active: "active";
|
|
1070
|
-
readonly deleted: "deleted";
|
|
1071
|
-
readonly deleting: "deleting";
|
|
1072
|
-
readonly expired: "expired";
|
|
1073
|
-
readonly failed: "failed";
|
|
1074
|
-
readonly initiating_request: "initiating-request";
|
|
1075
|
-
readonly pending_acceptance: "pending-acceptance";
|
|
1076
|
-
readonly provisioning: "provisioning";
|
|
1077
|
-
readonly rejected: "rejected";
|
|
1078
|
-
};
|
|
1079
|
-
/**
|
|
1080
|
-
* @public
|
|
1081
|
-
*/
|
|
1082
|
-
export type VpcPeeringConnectionStateReasonCode = (typeof VpcPeeringConnectionStateReasonCode)[keyof typeof VpcPeeringConnectionStateReasonCode];
|
|
1083
765
|
/**
|
|
1084
766
|
* <p>Describes the status of a VPC peering connection.</p>
|
|
1085
767
|
* @public
|
|
@@ -2086,18 +1768,6 @@ export interface AccessScopeAnalysisFinding {
|
|
|
2086
1768
|
*/
|
|
2087
1769
|
FindingComponents?: PathComponent[] | undefined;
|
|
2088
1770
|
}
|
|
2089
|
-
/**
|
|
2090
|
-
* @public
|
|
2091
|
-
* @enum
|
|
2092
|
-
*/
|
|
2093
|
-
export declare const Protocol: {
|
|
2094
|
-
readonly tcp: "tcp";
|
|
2095
|
-
readonly udp: "udp";
|
|
2096
|
-
};
|
|
2097
|
-
/**
|
|
2098
|
-
* @public
|
|
2099
|
-
*/
|
|
2100
|
-
export type Protocol = (typeof Protocol)[keyof typeof Protocol];
|
|
2101
1771
|
/**
|
|
2102
1772
|
* <p>Describes a packet header statement.</p>
|
|
2103
1773
|
* @public
|
|
@@ -2335,30 +2005,6 @@ export interface AccountAttribute {
|
|
|
2335
2005
|
*/
|
|
2336
2006
|
AttributeValues?: AccountAttributeValue[] | undefined;
|
|
2337
2007
|
}
|
|
2338
|
-
/**
|
|
2339
|
-
* @public
|
|
2340
|
-
* @enum
|
|
2341
|
-
*/
|
|
2342
|
-
export declare const AccountAttributeName: {
|
|
2343
|
-
readonly default_vpc: "default-vpc";
|
|
2344
|
-
readonly supported_platforms: "supported-platforms";
|
|
2345
|
-
};
|
|
2346
|
-
/**
|
|
2347
|
-
* @public
|
|
2348
|
-
*/
|
|
2349
|
-
export type AccountAttributeName = (typeof AccountAttributeName)[keyof typeof AccountAttributeName];
|
|
2350
|
-
/**
|
|
2351
|
-
* @public
|
|
2352
|
-
* @enum
|
|
2353
|
-
*/
|
|
2354
|
-
export declare const InstanceHealthStatus: {
|
|
2355
|
-
readonly HEALTHY_STATUS: "healthy";
|
|
2356
|
-
readonly UNHEALTHY_STATUS: "unhealthy";
|
|
2357
|
-
};
|
|
2358
|
-
/**
|
|
2359
|
-
* @public
|
|
2360
|
-
*/
|
|
2361
|
-
export type InstanceHealthStatus = (typeof InstanceHealthStatus)[keyof typeof InstanceHealthStatus];
|
|
2362
2008
|
/**
|
|
2363
2009
|
* <p>Describes a running instance in a Spot Fleet.</p>
|
|
2364
2010
|
* @public
|
|
@@ -2387,19 +2033,6 @@ export interface ActiveInstance {
|
|
|
2387
2033
|
*/
|
|
2388
2034
|
InstanceHealth?: InstanceHealthStatus | undefined;
|
|
2389
2035
|
}
|
|
2390
|
-
/**
|
|
2391
|
-
* @public
|
|
2392
|
-
* @enum
|
|
2393
|
-
*/
|
|
2394
|
-
export declare const VpnTunnelProvisioningStatus: {
|
|
2395
|
-
readonly available: "available";
|
|
2396
|
-
readonly failed: "failed";
|
|
2397
|
-
readonly pending: "pending";
|
|
2398
|
-
};
|
|
2399
|
-
/**
|
|
2400
|
-
* @public
|
|
2401
|
-
*/
|
|
2402
|
-
export type VpnTunnelProvisioningStatus = (typeof VpnTunnelProvisioningStatus)[keyof typeof VpnTunnelProvisioningStatus];
|
|
2403
2036
|
/**
|
|
2404
2037
|
* <p>Contains information about the current security configuration of an active VPN tunnel.</p>
|
|
2405
2038
|
* @public
|
|
@@ -2451,36 +2084,6 @@ export interface ActiveVpnTunnelStatus {
|
|
|
2451
2084
|
*/
|
|
2452
2085
|
ProvisioningStatusReason?: string | undefined;
|
|
2453
2086
|
}
|
|
2454
|
-
/**
|
|
2455
|
-
* @public
|
|
2456
|
-
* @enum
|
|
2457
|
-
*/
|
|
2458
|
-
export declare const ActivityStatus: {
|
|
2459
|
-
readonly ERROR: "error";
|
|
2460
|
-
readonly FULFILLED: "fulfilled";
|
|
2461
|
-
readonly PENDING_FULFILLMENT: "pending_fulfillment";
|
|
2462
|
-
readonly PENDING_TERMINATION: "pending_termination";
|
|
2463
|
-
};
|
|
2464
|
-
/**
|
|
2465
|
-
* @public
|
|
2466
|
-
*/
|
|
2467
|
-
export type ActivityStatus = (typeof ActivityStatus)[keyof typeof ActivityStatus];
|
|
2468
|
-
/**
|
|
2469
|
-
* @public
|
|
2470
|
-
* @enum
|
|
2471
|
-
*/
|
|
2472
|
-
export declare const PrincipalType: {
|
|
2473
|
-
readonly Account: "Account";
|
|
2474
|
-
readonly All: "All";
|
|
2475
|
-
readonly OrganizationUnit: "OrganizationUnit";
|
|
2476
|
-
readonly Role: "Role";
|
|
2477
|
-
readonly Service: "Service";
|
|
2478
|
-
readonly User: "User";
|
|
2479
|
-
};
|
|
2480
|
-
/**
|
|
2481
|
-
* @public
|
|
2482
|
-
*/
|
|
2483
|
-
export type PrincipalType = (typeof PrincipalType)[keyof typeof PrincipalType];
|
|
2484
2087
|
/**
|
|
2485
2088
|
* <p>Describes a principal.</p>
|
|
2486
2089
|
* @public
|
|
@@ -2578,31 +2181,6 @@ export interface AddPrefixListEntry {
|
|
|
2578
2181
|
*/
|
|
2579
2182
|
Description?: string | undefined;
|
|
2580
2183
|
}
|
|
2581
|
-
/**
|
|
2582
|
-
* @public
|
|
2583
|
-
* @enum
|
|
2584
|
-
*/
|
|
2585
|
-
export declare const DomainType: {
|
|
2586
|
-
readonly standard: "standard";
|
|
2587
|
-
readonly vpc: "vpc";
|
|
2588
|
-
};
|
|
2589
|
-
/**
|
|
2590
|
-
* @public
|
|
2591
|
-
*/
|
|
2592
|
-
export type DomainType = (typeof DomainType)[keyof typeof DomainType];
|
|
2593
|
-
/**
|
|
2594
|
-
* @public
|
|
2595
|
-
* @enum
|
|
2596
|
-
*/
|
|
2597
|
-
export declare const ServiceManaged: {
|
|
2598
|
-
readonly alb: "alb";
|
|
2599
|
-
readonly nlb: "nlb";
|
|
2600
|
-
readonly rnat: "rnat";
|
|
2601
|
-
};
|
|
2602
|
-
/**
|
|
2603
|
-
* @public
|
|
2604
|
-
*/
|
|
2605
|
-
export type ServiceManaged = (typeof ServiceManaged)[keyof typeof ServiceManaged];
|
|
2606
2184
|
/**
|
|
2607
2185
|
* <p>Describes an Elastic IP address, or a carrier IP address.</p>
|
|
2608
2186
|
* @public
|
|
@@ -2741,29 +2319,6 @@ export interface AddressAttribute {
|
|
|
2741
2319
|
*/
|
|
2742
2320
|
PtrRecordUpdate?: PtrUpdateStatus | undefined;
|
|
2743
2321
|
}
|
|
2744
|
-
/**
|
|
2745
|
-
* @public
|
|
2746
|
-
* @enum
|
|
2747
|
-
*/
|
|
2748
|
-
export declare const AddressAttributeName: {
|
|
2749
|
-
readonly domain_name: "domain-name";
|
|
2750
|
-
};
|
|
2751
|
-
/**
|
|
2752
|
-
* @public
|
|
2753
|
-
*/
|
|
2754
|
-
export type AddressAttributeName = (typeof AddressAttributeName)[keyof typeof AddressAttributeName];
|
|
2755
|
-
/**
|
|
2756
|
-
* @public
|
|
2757
|
-
* @enum
|
|
2758
|
-
*/
|
|
2759
|
-
export declare const AddressFamily: {
|
|
2760
|
-
readonly ipv4: "ipv4";
|
|
2761
|
-
readonly ipv6: "ipv6";
|
|
2762
|
-
};
|
|
2763
|
-
/**
|
|
2764
|
-
* @public
|
|
2765
|
-
*/
|
|
2766
|
-
export type AddressFamily = (typeof AddressFamily)[keyof typeof AddressFamily];
|
|
2767
2322
|
/**
|
|
2768
2323
|
* @public
|
|
2769
2324
|
*/
|
|
@@ -2807,22 +2362,6 @@ export interface AdvertiseByoipCidrRequest {
|
|
|
2807
2362
|
*/
|
|
2808
2363
|
NetworkBorderGroup?: string | undefined;
|
|
2809
2364
|
}
|
|
2810
|
-
/**
|
|
2811
|
-
* @public
|
|
2812
|
-
* @enum
|
|
2813
|
-
*/
|
|
2814
|
-
export declare const AsnAssociationState: {
|
|
2815
|
-
readonly associated: "associated";
|
|
2816
|
-
readonly disassociated: "disassociated";
|
|
2817
|
-
readonly failed_association: "failed-association";
|
|
2818
|
-
readonly failed_disassociation: "failed-disassociation";
|
|
2819
|
-
readonly pending_association: "pending-association";
|
|
2820
|
-
readonly pending_disassociation: "pending-disassociation";
|
|
2821
|
-
};
|
|
2822
|
-
/**
|
|
2823
|
-
* @public
|
|
2824
|
-
*/
|
|
2825
|
-
export type AsnAssociationState = (typeof AsnAssociationState)[keyof typeof AsnAssociationState];
|
|
2826
2365
|
/**
|
|
2827
2366
|
* <p>An Autonomous System Number (ASN) and BYOIP CIDR association.</p>
|
|
2828
2367
|
* @public
|
|
@@ -2849,24 +2388,6 @@ export interface AsnAssociation {
|
|
|
2849
2388
|
*/
|
|
2850
2389
|
State?: AsnAssociationState | undefined;
|
|
2851
2390
|
}
|
|
2852
|
-
/**
|
|
2853
|
-
* @public
|
|
2854
|
-
* @enum
|
|
2855
|
-
*/
|
|
2856
|
-
export declare const ByoipCidrState: {
|
|
2857
|
-
readonly advertised: "advertised";
|
|
2858
|
-
readonly deprovisioned: "deprovisioned";
|
|
2859
|
-
readonly failed_deprovision: "failed-deprovision";
|
|
2860
|
-
readonly failed_provision: "failed-provision";
|
|
2861
|
-
readonly pending_deprovision: "pending-deprovision";
|
|
2862
|
-
readonly pending_provision: "pending-provision";
|
|
2863
|
-
readonly provisioned: "provisioned";
|
|
2864
|
-
readonly provisioned_not_publicly_advertisable: "provisioned-not-publicly-advertisable";
|
|
2865
|
-
};
|
|
2866
|
-
/**
|
|
2867
|
-
* @public
|
|
2868
|
-
*/
|
|
2869
|
-
export type ByoipCidrState = (typeof ByoipCidrState)[keyof typeof ByoipCidrState];
|
|
2870
2391
|
/**
|
|
2871
2392
|
* <p>Information about an address range that is provisioned for use with your Amazon Web Services resources
|
|
2872
2393
|
* through bring your own IP addresses (BYOIP).</p>
|
|
@@ -2963,18 +2484,6 @@ export interface AdvertiseByoipCidrResult {
|
|
|
2963
2484
|
*/
|
|
2964
2485
|
ByoipCidr?: ByoipCidr | undefined;
|
|
2965
2486
|
}
|
|
2966
|
-
/**
|
|
2967
|
-
* @public
|
|
2968
|
-
* @enum
|
|
2969
|
-
*/
|
|
2970
|
-
export declare const Affinity: {
|
|
2971
|
-
readonly default: "default";
|
|
2972
|
-
readonly host: "host";
|
|
2973
|
-
};
|
|
2974
|
-
/**
|
|
2975
|
-
* @public
|
|
2976
|
-
*/
|
|
2977
|
-
export type Affinity = (typeof Affinity)[keyof typeof Affinity];
|
|
2978
2487
|
/**
|
|
2979
2488
|
* @public
|
|
2980
2489
|
*/
|
|
@@ -3074,42 +2583,6 @@ export interface AllocateAddressResult {
|
|
|
3074
2583
|
*/
|
|
3075
2584
|
PublicIp?: string | undefined;
|
|
3076
2585
|
}
|
|
3077
|
-
/**
|
|
3078
|
-
* @public
|
|
3079
|
-
* @enum
|
|
3080
|
-
*/
|
|
3081
|
-
export declare const AutoPlacement: {
|
|
3082
|
-
readonly off: "off";
|
|
3083
|
-
readonly on: "on";
|
|
3084
|
-
};
|
|
3085
|
-
/**
|
|
3086
|
-
* @public
|
|
3087
|
-
*/
|
|
3088
|
-
export type AutoPlacement = (typeof AutoPlacement)[keyof typeof AutoPlacement];
|
|
3089
|
-
/**
|
|
3090
|
-
* @public
|
|
3091
|
-
* @enum
|
|
3092
|
-
*/
|
|
3093
|
-
export declare const HostMaintenance: {
|
|
3094
|
-
readonly off: "off";
|
|
3095
|
-
readonly on: "on";
|
|
3096
|
-
};
|
|
3097
|
-
/**
|
|
3098
|
-
* @public
|
|
3099
|
-
*/
|
|
3100
|
-
export type HostMaintenance = (typeof HostMaintenance)[keyof typeof HostMaintenance];
|
|
3101
|
-
/**
|
|
3102
|
-
* @public
|
|
3103
|
-
* @enum
|
|
3104
|
-
*/
|
|
3105
|
-
export declare const HostRecovery: {
|
|
3106
|
-
readonly off: "off";
|
|
3107
|
-
readonly on: "on";
|
|
3108
|
-
};
|
|
3109
|
-
/**
|
|
3110
|
-
* @public
|
|
3111
|
-
*/
|
|
3112
|
-
export type HostRecovery = (typeof HostRecovery)[keyof typeof HostRecovery];
|
|
3113
2586
|
/**
|
|
3114
2587
|
* @public
|
|
3115
2588
|
*/
|
|
@@ -3302,22 +2775,6 @@ export interface AllocateIpamPoolCidrRequest {
|
|
|
3302
2775
|
*/
|
|
3303
2776
|
DisallowedCidrs?: string[] | undefined;
|
|
3304
2777
|
}
|
|
3305
|
-
/**
|
|
3306
|
-
* @public
|
|
3307
|
-
* @enum
|
|
3308
|
-
*/
|
|
3309
|
-
export declare const IpamPoolAllocationResourceType: {
|
|
3310
|
-
readonly custom: "custom";
|
|
3311
|
-
readonly ec2_public_ipv4_pool: "ec2-public-ipv4-pool";
|
|
3312
|
-
readonly eip: "eip";
|
|
3313
|
-
readonly ipam_pool: "ipam-pool";
|
|
3314
|
-
readonly subnet: "subnet";
|
|
3315
|
-
readonly vpc: "vpc";
|
|
3316
|
-
};
|
|
3317
|
-
/**
|
|
3318
|
-
* @public
|
|
3319
|
-
*/
|
|
3320
|
-
export type IpamPoolAllocationResourceType = (typeof IpamPoolAllocationResourceType)[keyof typeof IpamPoolAllocationResourceType];
|
|
3321
2778
|
/**
|
|
3322
2779
|
* <p>In IPAM, an allocation is a CIDR assignment from an IPAM pool to another IPAM pool or to a resource.</p>
|
|
3323
2780
|
* @public
|
|
@@ -3370,72 +2827,6 @@ export interface AllocateIpamPoolCidrResult {
|
|
|
3370
2827
|
*/
|
|
3371
2828
|
IpamPoolAllocation?: IpamPoolAllocation | undefined;
|
|
3372
2829
|
}
|
|
3373
|
-
/**
|
|
3374
|
-
* @public
|
|
3375
|
-
* @enum
|
|
3376
|
-
*/
|
|
3377
|
-
export declare const AllocationState: {
|
|
3378
|
-
readonly available: "available";
|
|
3379
|
-
readonly pending: "pending";
|
|
3380
|
-
readonly permanent_failure: "permanent-failure";
|
|
3381
|
-
readonly released: "released";
|
|
3382
|
-
readonly released_permanent_failure: "released-permanent-failure";
|
|
3383
|
-
readonly under_assessment: "under-assessment";
|
|
3384
|
-
};
|
|
3385
|
-
/**
|
|
3386
|
-
* @public
|
|
3387
|
-
*/
|
|
3388
|
-
export type AllocationState = (typeof AllocationState)[keyof typeof AllocationState];
|
|
3389
|
-
/**
|
|
3390
|
-
* @public
|
|
3391
|
-
* @enum
|
|
3392
|
-
*/
|
|
3393
|
-
export declare const AllocationStrategy: {
|
|
3394
|
-
readonly CAPACITY_OPTIMIZED: "capacityOptimized";
|
|
3395
|
-
readonly CAPACITY_OPTIMIZED_PRIORITIZED: "capacityOptimizedPrioritized";
|
|
3396
|
-
readonly DIVERSIFIED: "diversified";
|
|
3397
|
-
readonly LOWEST_PRICE: "lowestPrice";
|
|
3398
|
-
readonly PRICE_CAPACITY_OPTIMIZED: "priceCapacityOptimized";
|
|
3399
|
-
};
|
|
3400
|
-
/**
|
|
3401
|
-
* @public
|
|
3402
|
-
*/
|
|
3403
|
-
export type AllocationStrategy = (typeof AllocationStrategy)[keyof typeof AllocationStrategy];
|
|
3404
|
-
/**
|
|
3405
|
-
* @public
|
|
3406
|
-
* @enum
|
|
3407
|
-
*/
|
|
3408
|
-
export declare const AllocationType: {
|
|
3409
|
-
readonly future: "future";
|
|
3410
|
-
readonly used: "used";
|
|
3411
|
-
};
|
|
3412
|
-
/**
|
|
3413
|
-
* @public
|
|
3414
|
-
*/
|
|
3415
|
-
export type AllocationType = (typeof AllocationType)[keyof typeof AllocationType];
|
|
3416
|
-
/**
|
|
3417
|
-
* @public
|
|
3418
|
-
* @enum
|
|
3419
|
-
*/
|
|
3420
|
-
export declare const AllowedImagesSettingsDisabledState: {
|
|
3421
|
-
readonly disabled: "disabled";
|
|
3422
|
-
};
|
|
3423
|
-
/**
|
|
3424
|
-
* @public
|
|
3425
|
-
*/
|
|
3426
|
-
export type AllowedImagesSettingsDisabledState = (typeof AllowedImagesSettingsDisabledState)[keyof typeof AllowedImagesSettingsDisabledState];
|
|
3427
|
-
/**
|
|
3428
|
-
* @public
|
|
3429
|
-
* @enum
|
|
3430
|
-
*/
|
|
3431
|
-
export declare const AllowedImagesSettingsEnabledState: {
|
|
3432
|
-
readonly audit_mode: "audit-mode";
|
|
3433
|
-
readonly enabled: "enabled";
|
|
3434
|
-
};
|
|
3435
|
-
/**
|
|
3436
|
-
* @public
|
|
3437
|
-
*/
|
|
3438
|
-
export type AllowedImagesSettingsEnabledState = (typeof AllowedImagesSettingsEnabledState)[keyof typeof AllowedImagesSettingsEnabledState];
|
|
3439
2830
|
/**
|
|
3440
2831
|
* <p>Describes a principal.</p>
|
|
3441
2832
|
* @public
|
|
@@ -3467,18 +2858,6 @@ export interface AllowedPrincipal {
|
|
|
3467
2858
|
*/
|
|
3468
2859
|
ServiceId?: string | undefined;
|
|
3469
2860
|
}
|
|
3470
|
-
/**
|
|
3471
|
-
* @public
|
|
3472
|
-
* @enum
|
|
3473
|
-
*/
|
|
3474
|
-
export declare const AllowsMultipleInstanceTypes: {
|
|
3475
|
-
readonly off: "off";
|
|
3476
|
-
readonly on: "on";
|
|
3477
|
-
};
|
|
3478
|
-
/**
|
|
3479
|
-
* @public
|
|
3480
|
-
*/
|
|
3481
|
-
export type AllowsMultipleInstanceTypes = (typeof AllowsMultipleInstanceTypes)[keyof typeof AllowsMultipleInstanceTypes];
|
|
3482
2861
|
/**
|
|
3483
2862
|
* <p>Describes an potential intermediate component of a feasible path.</p>
|
|
3484
2863
|
* @public
|
|
@@ -3702,22 +3081,6 @@ export interface AssignPrivateNatGatewayAddressRequest {
|
|
|
3702
3081
|
*/
|
|
3703
3082
|
DryRun?: boolean | undefined;
|
|
3704
3083
|
}
|
|
3705
|
-
/**
|
|
3706
|
-
* @public
|
|
3707
|
-
* @enum
|
|
3708
|
-
*/
|
|
3709
|
-
export declare const NatGatewayAddressStatus: {
|
|
3710
|
-
readonly ASSIGNING: "assigning";
|
|
3711
|
-
readonly ASSOCIATING: "associating";
|
|
3712
|
-
readonly DISASSOCIATING: "disassociating";
|
|
3713
|
-
readonly FAILED: "failed";
|
|
3714
|
-
readonly SUCCEEDED: "succeeded";
|
|
3715
|
-
readonly UNASSIGNING: "unassigning";
|
|
3716
|
-
};
|
|
3717
|
-
/**
|
|
3718
|
-
* @public
|
|
3719
|
-
*/
|
|
3720
|
-
export type NatGatewayAddressStatus = (typeof NatGatewayAddressStatus)[keyof typeof NatGatewayAddressStatus];
|
|
3721
3084
|
/**
|
|
3722
3085
|
* <p>Describes the IP addresses and network interface associated with a NAT gateway.</p>
|
|
3723
3086
|
* @public
|
|
@@ -3763,6 +3126,16 @@ export interface NatGatewayAddress {
|
|
|
3763
3126
|
* @public
|
|
3764
3127
|
*/
|
|
3765
3128
|
Status?: NatGatewayAddressStatus | undefined;
|
|
3129
|
+
/**
|
|
3130
|
+
* <p>The Availability Zone where this Elastic IP address (EIP) is being used to handle outbound NAT traffic.</p>
|
|
3131
|
+
* @public
|
|
3132
|
+
*/
|
|
3133
|
+
AvailabilityZone?: string | undefined;
|
|
3134
|
+
/**
|
|
3135
|
+
* <p>The ID of the Availability Zone where this Elastic IP address (EIP) is being used to handle outbound NAT traffic. Use this instead of AvailabilityZone for consistent identification of AZs across Amazon Web Services Regions.</p>
|
|
3136
|
+
* @public
|
|
3137
|
+
*/
|
|
3138
|
+
AvailabilityZoneId?: string | undefined;
|
|
3766
3139
|
}
|
|
3767
3140
|
/**
|
|
3768
3141
|
* @public
|
|
@@ -3889,21 +3262,6 @@ export interface AssociateClientVpnTargetNetworkRequest {
|
|
|
3889
3262
|
*/
|
|
3890
3263
|
DryRun?: boolean | undefined;
|
|
3891
3264
|
}
|
|
3892
|
-
/**
|
|
3893
|
-
* @public
|
|
3894
|
-
* @enum
|
|
3895
|
-
*/
|
|
3896
|
-
export declare const AssociationStatusCode: {
|
|
3897
|
-
readonly associated: "associated";
|
|
3898
|
-
readonly associating: "associating";
|
|
3899
|
-
readonly association_failed: "association-failed";
|
|
3900
|
-
readonly disassociated: "disassociated";
|
|
3901
|
-
readonly disassociating: "disassociating";
|
|
3902
|
-
};
|
|
3903
|
-
/**
|
|
3904
|
-
* @public
|
|
3905
|
-
*/
|
|
3906
|
-
export type AssociationStatusCode = (typeof AssociationStatusCode)[keyof typeof AssociationStatusCode];
|
|
3907
3265
|
/**
|
|
3908
3266
|
* <p>Describes the state of a target network association.</p>
|
|
3909
3267
|
* @public
|
|
@@ -4047,20 +3405,6 @@ export interface IamInstanceProfile {
|
|
|
4047
3405
|
*/
|
|
4048
3406
|
Id?: string | undefined;
|
|
4049
3407
|
}
|
|
4050
|
-
/**
|
|
4051
|
-
* @public
|
|
4052
|
-
* @enum
|
|
4053
|
-
*/
|
|
4054
|
-
export declare const IamInstanceProfileAssociationState: {
|
|
4055
|
-
readonly ASSOCIATED: "associated";
|
|
4056
|
-
readonly ASSOCIATING: "associating";
|
|
4057
|
-
readonly DISASSOCIATED: "disassociated";
|
|
4058
|
-
readonly DISASSOCIATING: "disassociating";
|
|
4059
|
-
};
|
|
4060
|
-
/**
|
|
4061
|
-
* @public
|
|
4062
|
-
*/
|
|
4063
|
-
export type IamInstanceProfileAssociationState = (typeof IamInstanceProfileAssociationState)[keyof typeof IamInstanceProfileAssociationState];
|
|
4064
3408
|
/**
|
|
4065
3409
|
* <p>Describes an association between an IAM instance profile and an instance.</p>
|
|
4066
3410
|
* @public
|
|
@@ -4178,37 +3522,6 @@ export interface InstanceEventWindowAssociationTarget {
|
|
|
4178
3522
|
*/
|
|
4179
3523
|
DedicatedHostIds?: string[] | undefined;
|
|
4180
3524
|
}
|
|
4181
|
-
/**
|
|
4182
|
-
* @public
|
|
4183
|
-
* @enum
|
|
4184
|
-
*/
|
|
4185
|
-
export declare const InstanceEventWindowState: {
|
|
4186
|
-
readonly active: "active";
|
|
4187
|
-
readonly creating: "creating";
|
|
4188
|
-
readonly deleted: "deleted";
|
|
4189
|
-
readonly deleting: "deleting";
|
|
4190
|
-
};
|
|
4191
|
-
/**
|
|
4192
|
-
* @public
|
|
4193
|
-
*/
|
|
4194
|
-
export type InstanceEventWindowState = (typeof InstanceEventWindowState)[keyof typeof InstanceEventWindowState];
|
|
4195
|
-
/**
|
|
4196
|
-
* @public
|
|
4197
|
-
* @enum
|
|
4198
|
-
*/
|
|
4199
|
-
export declare const WeekDay: {
|
|
4200
|
-
readonly friday: "friday";
|
|
4201
|
-
readonly monday: "monday";
|
|
4202
|
-
readonly saturday: "saturday";
|
|
4203
|
-
readonly sunday: "sunday";
|
|
4204
|
-
readonly thursday: "thursday";
|
|
4205
|
-
readonly tuesday: "tuesday";
|
|
4206
|
-
readonly wednesday: "wednesday";
|
|
4207
|
-
};
|
|
4208
|
-
/**
|
|
4209
|
-
* @public
|
|
4210
|
-
*/
|
|
4211
|
-
export type WeekDay = (typeof WeekDay)[keyof typeof WeekDay];
|
|
4212
3525
|
/**
|
|
4213
3526
|
* <p>The start day and time and the end day and time of the time range, in UTC.</p>
|
|
4214
3527
|
* @public
|
|
@@ -4351,38 +3664,7 @@ export interface AssociateIpamResourceDiscoveryRequest {
|
|
|
4351
3664
|
ClientToken?: string | undefined;
|
|
4352
3665
|
}
|
|
4353
3666
|
/**
|
|
4354
|
-
*
|
|
4355
|
-
* @enum
|
|
4356
|
-
*/
|
|
4357
|
-
export declare const IpamAssociatedResourceDiscoveryStatus: {
|
|
4358
|
-
readonly ACTIVE: "active";
|
|
4359
|
-
readonly NOT_FOUND: "not-found";
|
|
4360
|
-
};
|
|
4361
|
-
/**
|
|
4362
|
-
* @public
|
|
4363
|
-
*/
|
|
4364
|
-
export type IpamAssociatedResourceDiscoveryStatus = (typeof IpamAssociatedResourceDiscoveryStatus)[keyof typeof IpamAssociatedResourceDiscoveryStatus];
|
|
4365
|
-
/**
|
|
4366
|
-
* @public
|
|
4367
|
-
* @enum
|
|
4368
|
-
*/
|
|
4369
|
-
export declare const IpamResourceDiscoveryAssociationState: {
|
|
4370
|
-
readonly ASSOCIATE_COMPLETE: "associate-complete";
|
|
4371
|
-
readonly ASSOCIATE_FAILED: "associate-failed";
|
|
4372
|
-
readonly ASSOCIATE_IN_PROGRESS: "associate-in-progress";
|
|
4373
|
-
readonly DISASSOCIATE_COMPLETE: "disassociate-complete";
|
|
4374
|
-
readonly DISASSOCIATE_FAILED: "disassociate-failed";
|
|
4375
|
-
readonly DISASSOCIATE_IN_PROGRESS: "disassociate-in-progress";
|
|
4376
|
-
readonly ISOLATE_COMPLETE: "isolate-complete";
|
|
4377
|
-
readonly ISOLATE_IN_PROGRESS: "isolate-in-progress";
|
|
4378
|
-
readonly RESTORE_IN_PROGRESS: "restore-in-progress";
|
|
4379
|
-
};
|
|
4380
|
-
/**
|
|
4381
|
-
* @public
|
|
4382
|
-
*/
|
|
4383
|
-
export type IpamResourceDiscoveryAssociationState = (typeof IpamResourceDiscoveryAssociationState)[keyof typeof IpamResourceDiscoveryAssociationState];
|
|
4384
|
-
/**
|
|
4385
|
-
* <p>An IPAM resource discovery association. An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.</p>
|
|
3667
|
+
* <p>An IPAM resource discovery association. An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.</p>
|
|
4386
3668
|
* @public
|
|
4387
3669
|
*/
|
|
4388
3670
|
export interface IpamResourceDiscoveryAssociation {
|
|
@@ -4528,6 +3810,18 @@ export interface AssociateNatGatewayAddressRequest {
|
|
|
4528
3810
|
* @public
|
|
4529
3811
|
*/
|
|
4530
3812
|
DryRun?: boolean | undefined;
|
|
3813
|
+
/**
|
|
3814
|
+
* <p>For regional NAT gateways only: The Availability Zone where you want to associate an Elastic IP address (EIP). The regional NAT gateway uses a separate EIP in each AZ to handle outbound NAT traffic from that AZ.</p>
|
|
3815
|
+
* <p>A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.</p>
|
|
3816
|
+
* @public
|
|
3817
|
+
*/
|
|
3818
|
+
AvailabilityZone?: string | undefined;
|
|
3819
|
+
/**
|
|
3820
|
+
* <p>For regional NAT gateways only: The ID of the Availability Zone where you want to associate an Elastic IP address (EIP). The regional NAT gateway uses a separate EIP in each AZ to handle outbound NAT traffic from that AZ. Use this instead of AvailabilityZone for consistent identification of AZs across Amazon Web Services Regions. </p>
|
|
3821
|
+
* <p>A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.</p>
|
|
3822
|
+
* @public
|
|
3823
|
+
*/
|
|
3824
|
+
AvailabilityZoneId?: string | undefined;
|
|
4531
3825
|
}
|
|
4532
3826
|
/**
|
|
4533
3827
|
* @public
|
|
@@ -4566,19 +3860,6 @@ export interface AssociateRouteServerRequest {
|
|
|
4566
3860
|
*/
|
|
4567
3861
|
DryRun?: boolean | undefined;
|
|
4568
3862
|
}
|
|
4569
|
-
/**
|
|
4570
|
-
* @public
|
|
4571
|
-
* @enum
|
|
4572
|
-
*/
|
|
4573
|
-
export declare const RouteServerAssociationState: {
|
|
4574
|
-
readonly ASSOCIATED: "associated";
|
|
4575
|
-
readonly ASSOCIATING: "associating";
|
|
4576
|
-
readonly DISASSOCIATING: "disassociating";
|
|
4577
|
-
};
|
|
4578
|
-
/**
|
|
4579
|
-
* @public
|
|
4580
|
-
*/
|
|
4581
|
-
export type RouteServerAssociationState = (typeof RouteServerAssociationState)[keyof typeof RouteServerAssociationState];
|
|
4582
3863
|
/**
|
|
4583
3864
|
* <p>Describes the association between a route server and a VPC.</p>
|
|
4584
3865
|
* <p>A route server association is the connection established between a route server and a VPC.</p>
|
|
@@ -4643,21 +3924,6 @@ export interface AssociateRouteTableRequest {
|
|
|
4643
3924
|
*/
|
|
4644
3925
|
RouteTableId: string | undefined;
|
|
4645
3926
|
}
|
|
4646
|
-
/**
|
|
4647
|
-
* @public
|
|
4648
|
-
* @enum
|
|
4649
|
-
*/
|
|
4650
|
-
export declare const RouteTableAssociationStateCode: {
|
|
4651
|
-
readonly associated: "associated";
|
|
4652
|
-
readonly associating: "associating";
|
|
4653
|
-
readonly disassociated: "disassociated";
|
|
4654
|
-
readonly disassociating: "disassociating";
|
|
4655
|
-
readonly failed: "failed";
|
|
4656
|
-
};
|
|
4657
|
-
/**
|
|
4658
|
-
* @public
|
|
4659
|
-
*/
|
|
4660
|
-
export type RouteTableAssociationStateCode = (typeof RouteTableAssociationStateCode)[keyof typeof RouteTableAssociationStateCode];
|
|
4661
3927
|
/**
|
|
4662
3928
|
* <p>Describes the state of an association between a route table and a subnet or gateway.</p>
|
|
4663
3929
|
* @public
|
|
@@ -4712,22 +3978,6 @@ export interface AssociateSecurityGroupVpcRequest {
|
|
|
4712
3978
|
*/
|
|
4713
3979
|
DryRun?: boolean | undefined;
|
|
4714
3980
|
}
|
|
4715
|
-
/**
|
|
4716
|
-
* @public
|
|
4717
|
-
* @enum
|
|
4718
|
-
*/
|
|
4719
|
-
export declare const SecurityGroupVpcAssociationState: {
|
|
4720
|
-
readonly associated: "associated";
|
|
4721
|
-
readonly associating: "associating";
|
|
4722
|
-
readonly association_failed: "association-failed";
|
|
4723
|
-
readonly disassociated: "disassociated";
|
|
4724
|
-
readonly disassociating: "disassociating";
|
|
4725
|
-
readonly disassociation_failed: "disassociation-failed";
|
|
4726
|
-
};
|
|
4727
|
-
/**
|
|
4728
|
-
* @public
|
|
4729
|
-
*/
|
|
4730
|
-
export type SecurityGroupVpcAssociationState = (typeof SecurityGroupVpcAssociationState)[keyof typeof SecurityGroupVpcAssociationState];
|
|
4731
3981
|
/**
|
|
4732
3982
|
* @public
|
|
4733
3983
|
*/
|
|
@@ -4763,47 +4013,6 @@ export interface AssociateSubnetCidrBlockRequest {
|
|
|
4763
4013
|
*/
|
|
4764
4014
|
Ipv6CidrBlock?: string | undefined;
|
|
4765
4015
|
}
|
|
4766
|
-
/**
|
|
4767
|
-
* @public
|
|
4768
|
-
* @enum
|
|
4769
|
-
*/
|
|
4770
|
-
export declare const IpSource: {
|
|
4771
|
-
readonly amazon: "amazon";
|
|
4772
|
-
readonly byoip: "byoip";
|
|
4773
|
-
readonly none: "none";
|
|
4774
|
-
};
|
|
4775
|
-
/**
|
|
4776
|
-
* @public
|
|
4777
|
-
*/
|
|
4778
|
-
export type IpSource = (typeof IpSource)[keyof typeof IpSource];
|
|
4779
|
-
/**
|
|
4780
|
-
* @public
|
|
4781
|
-
* @enum
|
|
4782
|
-
*/
|
|
4783
|
-
export declare const Ipv6AddressAttribute: {
|
|
4784
|
-
readonly private: "private";
|
|
4785
|
-
readonly public: "public";
|
|
4786
|
-
};
|
|
4787
|
-
/**
|
|
4788
|
-
* @public
|
|
4789
|
-
*/
|
|
4790
|
-
export type Ipv6AddressAttribute = (typeof Ipv6AddressAttribute)[keyof typeof Ipv6AddressAttribute];
|
|
4791
|
-
/**
|
|
4792
|
-
* @public
|
|
4793
|
-
* @enum
|
|
4794
|
-
*/
|
|
4795
|
-
export declare const SubnetCidrBlockStateCode: {
|
|
4796
|
-
readonly associated: "associated";
|
|
4797
|
-
readonly associating: "associating";
|
|
4798
|
-
readonly disassociated: "disassociated";
|
|
4799
|
-
readonly disassociating: "disassociating";
|
|
4800
|
-
readonly failed: "failed";
|
|
4801
|
-
readonly failing: "failing";
|
|
4802
|
-
};
|
|
4803
|
-
/**
|
|
4804
|
-
* @public
|
|
4805
|
-
*/
|
|
4806
|
-
export type SubnetCidrBlockStateCode = (typeof SubnetCidrBlockStateCode)[keyof typeof SubnetCidrBlockStateCode];
|
|
4807
4016
|
/**
|
|
4808
4017
|
* <p>Describes the state of a CIDR block.</p>
|
|
4809
4018
|
* @public
|
|
@@ -4925,20 +4134,6 @@ export interface AssociateTransitGatewayPolicyTableRequest {
|
|
|
4925
4134
|
*/
|
|
4926
4135
|
DryRun?: boolean | undefined;
|
|
4927
4136
|
}
|
|
4928
|
-
/**
|
|
4929
|
-
* @public
|
|
4930
|
-
* @enum
|
|
4931
|
-
*/
|
|
4932
|
-
export declare const TransitGatewayAssociationState: {
|
|
4933
|
-
readonly associated: "associated";
|
|
4934
|
-
readonly associating: "associating";
|
|
4935
|
-
readonly disassociated: "disassociated";
|
|
4936
|
-
readonly disassociating: "disassociating";
|
|
4937
|
-
};
|
|
4938
|
-
/**
|
|
4939
|
-
* @public
|
|
4940
|
-
*/
|
|
4941
|
-
export type TransitGatewayAssociationState = (typeof TransitGatewayAssociationState)[keyof typeof TransitGatewayAssociationState];
|
|
4942
4137
|
/**
|
|
4943
4138
|
* <p>Describes a transit gateway policy table association.</p>
|
|
4944
4139
|
* @public
|
|
@@ -5082,18 +4277,6 @@ export interface AssociateTrunkInterfaceRequest {
|
|
|
5082
4277
|
*/
|
|
5083
4278
|
DryRun?: boolean | undefined;
|
|
5084
4279
|
}
|
|
5085
|
-
/**
|
|
5086
|
-
* @public
|
|
5087
|
-
* @enum
|
|
5088
|
-
*/
|
|
5089
|
-
export declare const InterfaceProtocolType: {
|
|
5090
|
-
readonly GRE: "GRE";
|
|
5091
|
-
readonly VLAN: "VLAN";
|
|
5092
|
-
};
|
|
5093
|
-
/**
|
|
5094
|
-
* @public
|
|
5095
|
-
*/
|
|
5096
|
-
export type InterfaceProtocolType = (typeof InterfaceProtocolType)[keyof typeof InterfaceProtocolType];
|
|
5097
4280
|
/**
|
|
5098
4281
|
* <p>Information about an association between a branch network interface with a trunk network interface.</p>
|
|
5099
4282
|
* @public
|
|
@@ -5213,22 +4396,6 @@ export interface AssociateVpcCidrBlockRequest {
|
|
|
5213
4396
|
*/
|
|
5214
4397
|
AmazonProvidedIpv6CidrBlock?: boolean | undefined;
|
|
5215
4398
|
}
|
|
5216
|
-
/**
|
|
5217
|
-
* @public
|
|
5218
|
-
* @enum
|
|
5219
|
-
*/
|
|
5220
|
-
export declare const VpcCidrBlockStateCode: {
|
|
5221
|
-
readonly associated: "associated";
|
|
5222
|
-
readonly associating: "associating";
|
|
5223
|
-
readonly disassociated: "disassociated";
|
|
5224
|
-
readonly disassociating: "disassociating";
|
|
5225
|
-
readonly failed: "failed";
|
|
5226
|
-
readonly failing: "failing";
|
|
5227
|
-
};
|
|
5228
|
-
/**
|
|
5229
|
-
* @public
|
|
5230
|
-
*/
|
|
5231
|
-
export type VpcCidrBlockStateCode = (typeof VpcCidrBlockStateCode)[keyof typeof VpcCidrBlockStateCode];
|
|
5232
4399
|
/**
|
|
5233
4400
|
* <p>Describes the state of a CIDR block.</p>
|
|
5234
4401
|
* @public
|
|
@@ -5533,43 +4700,6 @@ export interface VerifiedAccessInstanceCustomSubDomain {
|
|
|
5533
4700
|
*/
|
|
5534
4701
|
Nameservers?: string[] | undefined;
|
|
5535
4702
|
}
|
|
5536
|
-
/**
|
|
5537
|
-
* @public
|
|
5538
|
-
* @enum
|
|
5539
|
-
*/
|
|
5540
|
-
export declare const DeviceTrustProviderType: {
|
|
5541
|
-
readonly crowdstrike: "crowdstrike";
|
|
5542
|
-
readonly jamf: "jamf";
|
|
5543
|
-
readonly jumpcloud: "jumpcloud";
|
|
5544
|
-
};
|
|
5545
|
-
/**
|
|
5546
|
-
* @public
|
|
5547
|
-
*/
|
|
5548
|
-
export type DeviceTrustProviderType = (typeof DeviceTrustProviderType)[keyof typeof DeviceTrustProviderType];
|
|
5549
|
-
/**
|
|
5550
|
-
* @public
|
|
5551
|
-
* @enum
|
|
5552
|
-
*/
|
|
5553
|
-
export declare const TrustProviderType: {
|
|
5554
|
-
readonly device: "device";
|
|
5555
|
-
readonly user: "user";
|
|
5556
|
-
};
|
|
5557
|
-
/**
|
|
5558
|
-
* @public
|
|
5559
|
-
*/
|
|
5560
|
-
export type TrustProviderType = (typeof TrustProviderType)[keyof typeof TrustProviderType];
|
|
5561
|
-
/**
|
|
5562
|
-
* @public
|
|
5563
|
-
* @enum
|
|
5564
|
-
*/
|
|
5565
|
-
export declare const UserTrustProviderType: {
|
|
5566
|
-
readonly iam_identity_center: "iam-identity-center";
|
|
5567
|
-
readonly oidc: "oidc";
|
|
5568
|
-
};
|
|
5569
|
-
/**
|
|
5570
|
-
* @public
|
|
5571
|
-
*/
|
|
5572
|
-
export type UserTrustProviderType = (typeof UserTrustProviderType)[keyof typeof UserTrustProviderType];
|
|
5573
4703
|
/**
|
|
5574
4704
|
* <p>Condensed information about a trust provider.</p>
|
|
5575
4705
|
* @public
|
|
@@ -5880,21 +5010,6 @@ export interface AttachVolumeRequest {
|
|
|
5880
5010
|
*/
|
|
5881
5011
|
DryRun?: boolean | undefined;
|
|
5882
5012
|
}
|
|
5883
|
-
/**
|
|
5884
|
-
* @public
|
|
5885
|
-
* @enum
|
|
5886
|
-
*/
|
|
5887
|
-
export declare const VolumeAttachmentState: {
|
|
5888
|
-
readonly attached: "attached";
|
|
5889
|
-
readonly attaching: "attaching";
|
|
5890
|
-
readonly busy: "busy";
|
|
5891
|
-
readonly detached: "detached";
|
|
5892
|
-
readonly detaching: "detaching";
|
|
5893
|
-
};
|
|
5894
|
-
/**
|
|
5895
|
-
* @public
|
|
5896
|
-
*/
|
|
5897
|
-
export type VolumeAttachmentState = (typeof VolumeAttachmentState)[keyof typeof VolumeAttachmentState];
|
|
5898
5013
|
/**
|
|
5899
5014
|
* <p>Describes volume attachment details.</p>
|
|
5900
5015
|
* @public
|
|
@@ -5973,20 +5088,6 @@ export interface AttachVpnGatewayRequest {
|
|
|
5973
5088
|
*/
|
|
5974
5089
|
DryRun?: boolean | undefined;
|
|
5975
5090
|
}
|
|
5976
|
-
/**
|
|
5977
|
-
* @public
|
|
5978
|
-
* @enum
|
|
5979
|
-
*/
|
|
5980
|
-
export declare const AttachmentStatus: {
|
|
5981
|
-
readonly attached: "attached";
|
|
5982
|
-
readonly attaching: "attaching";
|
|
5983
|
-
readonly detached: "detached";
|
|
5984
|
-
readonly detaching: "detaching";
|
|
5985
|
-
};
|
|
5986
|
-
/**
|
|
5987
|
-
* @public
|
|
5988
|
-
*/
|
|
5989
|
-
export type AttachmentStatus = (typeof AttachmentStatus)[keyof typeof AttachmentStatus];
|
|
5990
5091
|
/**
|
|
5991
5092
|
* <p>Describes an attachment between a virtual private gateway and a VPC.</p>
|
|
5992
5093
|
* @public
|
|
@@ -6057,20 +5158,6 @@ export interface AuthorizeClientVpnIngressRequest {
|
|
|
6057
5158
|
*/
|
|
6058
5159
|
DryRun?: boolean | undefined;
|
|
6059
5160
|
}
|
|
6060
|
-
/**
|
|
6061
|
-
* @public
|
|
6062
|
-
* @enum
|
|
6063
|
-
*/
|
|
6064
|
-
export declare const ClientVpnAuthorizationRuleStatusCode: {
|
|
6065
|
-
readonly active: "active";
|
|
6066
|
-
readonly authorizing: "authorizing";
|
|
6067
|
-
readonly failed: "failed";
|
|
6068
|
-
readonly revoking: "revoking";
|
|
6069
|
-
};
|
|
6070
|
-
/**
|
|
6071
|
-
* @public
|
|
6072
|
-
*/
|
|
6073
|
-
export type ClientVpnAuthorizationRuleStatusCode = (typeof ClientVpnAuthorizationRuleStatusCode)[keyof typeof ClientVpnAuthorizationRuleStatusCode];
|
|
6074
5161
|
/**
|
|
6075
5162
|
* <p>Describes the state of an authorization rule.</p>
|
|
6076
5163
|
* @public
|
|
@@ -6648,23 +5735,6 @@ export interface BundleTaskError {
|
|
|
6648
5735
|
*/
|
|
6649
5736
|
Message?: string | undefined;
|
|
6650
5737
|
}
|
|
6651
|
-
/**
|
|
6652
|
-
* @public
|
|
6653
|
-
* @enum
|
|
6654
|
-
*/
|
|
6655
|
-
export declare const BundleTaskState: {
|
|
6656
|
-
readonly bundling: "bundling";
|
|
6657
|
-
readonly cancelling: "cancelling";
|
|
6658
|
-
readonly complete: "complete";
|
|
6659
|
-
readonly failed: "failed";
|
|
6660
|
-
readonly pending: "pending";
|
|
6661
|
-
readonly storing: "storing";
|
|
6662
|
-
readonly waiting_for_shutdown: "waiting-for-shutdown";
|
|
6663
|
-
};
|
|
6664
|
-
/**
|
|
6665
|
-
* @public
|
|
6666
|
-
*/
|
|
6667
|
-
export type BundleTaskState = (typeof BundleTaskState)[keyof typeof BundleTaskState];
|
|
6668
5738
|
/**
|
|
6669
5739
|
* <p>Describes a bundle task.</p>
|
|
6670
5740
|
* @public
|
|
@@ -6823,25 +5893,6 @@ export interface FailedCapacityReservationFleetCancellationResult {
|
|
|
6823
5893
|
*/
|
|
6824
5894
|
CancelCapacityReservationFleetError?: CancelCapacityReservationFleetError | undefined;
|
|
6825
5895
|
}
|
|
6826
|
-
/**
|
|
6827
|
-
* @public
|
|
6828
|
-
* @enum
|
|
6829
|
-
*/
|
|
6830
|
-
export declare const CapacityReservationFleetState: {
|
|
6831
|
-
readonly ACTIVE: "active";
|
|
6832
|
-
readonly CANCELLED: "cancelled";
|
|
6833
|
-
readonly CANCELLING: "cancelling";
|
|
6834
|
-
readonly EXPIRED: "expired";
|
|
6835
|
-
readonly EXPIRING: "expiring";
|
|
6836
|
-
readonly FAILED: "failed";
|
|
6837
|
-
readonly MODIFYING: "modifying";
|
|
6838
|
-
readonly PARTIALLY_FULFILLED: "partially_fulfilled";
|
|
6839
|
-
readonly SUBMITTED: "submitted";
|
|
6840
|
-
};
|
|
6841
|
-
/**
|
|
6842
|
-
* @public
|
|
6843
|
-
*/
|
|
6844
|
-
export type CapacityReservationFleetState = (typeof CapacityReservationFleetState)[keyof typeof CapacityReservationFleetState];
|
|
6845
5896
|
/**
|
|
6846
5897
|
* <p>Describes a Capacity Reservation Fleet that was successfully cancelled.</p>
|
|
6847
5898
|
* @public
|
|
@@ -7019,20 +6070,6 @@ export interface CancelReservedInstancesListingRequest {
|
|
|
7019
6070
|
*/
|
|
7020
6071
|
ReservedInstancesListingId: string | undefined;
|
|
7021
6072
|
}
|
|
7022
|
-
/**
|
|
7023
|
-
* @public
|
|
7024
|
-
* @enum
|
|
7025
|
-
*/
|
|
7026
|
-
export declare const ListingState: {
|
|
7027
|
-
readonly available: "available";
|
|
7028
|
-
readonly cancelled: "cancelled";
|
|
7029
|
-
readonly pending: "pending";
|
|
7030
|
-
readonly sold: "sold";
|
|
7031
|
-
};
|
|
7032
|
-
/**
|
|
7033
|
-
* @public
|
|
7034
|
-
*/
|
|
7035
|
-
export type ListingState = (typeof ListingState)[keyof typeof ListingState];
|
|
7036
6073
|
/**
|
|
7037
6074
|
* <p>Describes a Reserved Instance listing state.</p>
|
|
7038
6075
|
* @public
|
|
@@ -7050,17 +6087,6 @@ export interface InstanceCount {
|
|
|
7050
6087
|
*/
|
|
7051
6088
|
State?: ListingState | undefined;
|
|
7052
6089
|
}
|
|
7053
|
-
/**
|
|
7054
|
-
* @public
|
|
7055
|
-
* @enum
|
|
7056
|
-
*/
|
|
7057
|
-
export declare const CurrencyCodeValues: {
|
|
7058
|
-
readonly USD: "USD";
|
|
7059
|
-
};
|
|
7060
|
-
/**
|
|
7061
|
-
* @public
|
|
7062
|
-
*/
|
|
7063
|
-
export type CurrencyCodeValues = (typeof CurrencyCodeValues)[keyof typeof CurrencyCodeValues];
|
|
7064
6090
|
/**
|
|
7065
6091
|
* <p>Describes the price for a Reserved Instance.</p>
|
|
7066
6092
|
* @public
|
|
@@ -7096,20 +6122,6 @@ export interface PriceSchedule {
|
|
|
7096
6122
|
*/
|
|
7097
6123
|
Term?: number | undefined;
|
|
7098
6124
|
}
|
|
7099
|
-
/**
|
|
7100
|
-
* @public
|
|
7101
|
-
* @enum
|
|
7102
|
-
*/
|
|
7103
|
-
export declare const ListingStatus: {
|
|
7104
|
-
readonly active: "active";
|
|
7105
|
-
readonly cancelled: "cancelled";
|
|
7106
|
-
readonly closed: "closed";
|
|
7107
|
-
readonly pending: "pending";
|
|
7108
|
-
};
|
|
7109
|
-
/**
|
|
7110
|
-
* @public
|
|
7111
|
-
*/
|
|
7112
|
-
export type ListingStatus = (typeof ListingStatus)[keyof typeof ListingStatus];
|
|
7113
6125
|
/**
|
|
7114
6126
|
* <p>Describes a Reserved Instance listing.</p>
|
|
7115
6127
|
* @public
|
|
@@ -7207,23 +6219,6 @@ export interface CancelSpotFleetRequestsRequest {
|
|
|
7207
6219
|
*/
|
|
7208
6220
|
TerminateInstances: boolean | undefined;
|
|
7209
6221
|
}
|
|
7210
|
-
/**
|
|
7211
|
-
* @public
|
|
7212
|
-
* @enum
|
|
7213
|
-
*/
|
|
7214
|
-
export declare const BatchState: {
|
|
7215
|
-
readonly ACTIVE: "active";
|
|
7216
|
-
readonly CANCELLED: "cancelled";
|
|
7217
|
-
readonly CANCELLED_RUNNING: "cancelled_running";
|
|
7218
|
-
readonly CANCELLED_TERMINATING_INSTANCES: "cancelled_terminating";
|
|
7219
|
-
readonly FAILED: "failed";
|
|
7220
|
-
readonly MODIFYING: "modifying";
|
|
7221
|
-
readonly SUBMITTED: "submitted";
|
|
7222
|
-
};
|
|
7223
|
-
/**
|
|
7224
|
-
* @public
|
|
7225
|
-
*/
|
|
7226
|
-
export type BatchState = (typeof BatchState)[keyof typeof BatchState];
|
|
7227
6222
|
/**
|
|
7228
6223
|
* <p>Describes a Spot Fleet request that was successfully canceled.</p>
|
|
7229
6224
|
* @public
|
|
@@ -7245,20 +6240,6 @@ export interface CancelSpotFleetRequestsSuccessItem {
|
|
|
7245
6240
|
*/
|
|
7246
6241
|
SpotFleetRequestId?: string | undefined;
|
|
7247
6242
|
}
|
|
7248
|
-
/**
|
|
7249
|
-
* @public
|
|
7250
|
-
* @enum
|
|
7251
|
-
*/
|
|
7252
|
-
export declare const CancelBatchErrorCode: {
|
|
7253
|
-
readonly FLEET_REQUEST_ID_DOES_NOT_EXIST: "fleetRequestIdDoesNotExist";
|
|
7254
|
-
readonly FLEET_REQUEST_ID_MALFORMED: "fleetRequestIdMalformed";
|
|
7255
|
-
readonly FLEET_REQUEST_NOT_IN_CANCELLABLE_STATE: "fleetRequestNotInCancellableState";
|
|
7256
|
-
readonly UNEXPECTED_ERROR: "unexpectedError";
|
|
7257
|
-
};
|
|
7258
|
-
/**
|
|
7259
|
-
* @public
|
|
7260
|
-
*/
|
|
7261
|
-
export type CancelBatchErrorCode = (typeof CancelBatchErrorCode)[keyof typeof CancelBatchErrorCode];
|
|
7262
6243
|
/**
|
|
7263
6244
|
* <p>Describes a Spot Fleet error.</p>
|
|
7264
6245
|
* @public
|
|
@@ -7326,21 +6307,6 @@ export interface CancelSpotInstanceRequestsRequest {
|
|
|
7326
6307
|
*/
|
|
7327
6308
|
SpotInstanceRequestIds: string[] | undefined;
|
|
7328
6309
|
}
|
|
7329
|
-
/**
|
|
7330
|
-
* @public
|
|
7331
|
-
* @enum
|
|
7332
|
-
*/
|
|
7333
|
-
export declare const CancelSpotInstanceRequestState: {
|
|
7334
|
-
readonly active: "active";
|
|
7335
|
-
readonly cancelled: "cancelled";
|
|
7336
|
-
readonly closed: "closed";
|
|
7337
|
-
readonly completed: "completed";
|
|
7338
|
-
readonly open: "open";
|
|
7339
|
-
};
|
|
7340
|
-
/**
|
|
7341
|
-
* @public
|
|
7342
|
-
*/
|
|
7343
|
-
export type CancelSpotInstanceRequestState = (typeof CancelSpotInstanceRequestState)[keyof typeof CancelSpotInstanceRequestState];
|
|
7344
6310
|
/**
|
|
7345
6311
|
* <p>Describes a request to cancel a Spot Instance.</p>
|
|
7346
6312
|
* @public
|
|
@@ -7407,3 +6373,2922 @@ export interface ConfirmProductInstanceResult {
|
|
|
7407
6373
|
*/
|
|
7408
6374
|
OwnerId?: string | undefined;
|
|
7409
6375
|
}
|
|
6376
|
+
/**
|
|
6377
|
+
* @public
|
|
6378
|
+
*/
|
|
6379
|
+
export interface CopyFpgaImageRequest {
|
|
6380
|
+
/**
|
|
6381
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6382
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6383
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6384
|
+
* @public
|
|
6385
|
+
*/
|
|
6386
|
+
DryRun?: boolean | undefined;
|
|
6387
|
+
/**
|
|
6388
|
+
* <p>The ID of the source AFI.</p>
|
|
6389
|
+
* @public
|
|
6390
|
+
*/
|
|
6391
|
+
SourceFpgaImageId: string | undefined;
|
|
6392
|
+
/**
|
|
6393
|
+
* <p>The description for the new AFI.</p>
|
|
6394
|
+
* @public
|
|
6395
|
+
*/
|
|
6396
|
+
Description?: string | undefined;
|
|
6397
|
+
/**
|
|
6398
|
+
* <p>The name for the new AFI. The default is the name of the source AFI.</p>
|
|
6399
|
+
* @public
|
|
6400
|
+
*/
|
|
6401
|
+
Name?: string | undefined;
|
|
6402
|
+
/**
|
|
6403
|
+
* <p>The Region that contains the source AFI.</p>
|
|
6404
|
+
* @public
|
|
6405
|
+
*/
|
|
6406
|
+
SourceRegion: string | undefined;
|
|
6407
|
+
/**
|
|
6408
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
6409
|
+
* For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
6410
|
+
* @public
|
|
6411
|
+
*/
|
|
6412
|
+
ClientToken?: string | undefined;
|
|
6413
|
+
}
|
|
6414
|
+
/**
|
|
6415
|
+
* @public
|
|
6416
|
+
*/
|
|
6417
|
+
export interface CopyFpgaImageResult {
|
|
6418
|
+
/**
|
|
6419
|
+
* <p>The ID of the new AFI.</p>
|
|
6420
|
+
* @public
|
|
6421
|
+
*/
|
|
6422
|
+
FpgaImageId?: string | undefined;
|
|
6423
|
+
}
|
|
6424
|
+
/**
|
|
6425
|
+
* <p>Contains the parameters for CopyImage.</p>
|
|
6426
|
+
* @public
|
|
6427
|
+
*/
|
|
6428
|
+
export interface CopyImageRequest {
|
|
6429
|
+
/**
|
|
6430
|
+
* <p>Unique, case-sensitive identifier you provide to ensure idempotency of the request. For
|
|
6431
|
+
* more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency in
|
|
6432
|
+
* Amazon EC2 API requests</a> in the <i>Amazon EC2 API
|
|
6433
|
+
* Reference</i>.</p>
|
|
6434
|
+
* @public
|
|
6435
|
+
*/
|
|
6436
|
+
ClientToken?: string | undefined;
|
|
6437
|
+
/**
|
|
6438
|
+
* <p>A description for the new AMI.</p>
|
|
6439
|
+
* @public
|
|
6440
|
+
*/
|
|
6441
|
+
Description?: string | undefined;
|
|
6442
|
+
/**
|
|
6443
|
+
* <p>Specifies whether to encrypt the snapshots of the copied image.</p>
|
|
6444
|
+
* <p>You can encrypt a copy of an unencrypted snapshot, but you cannot create an unencrypted
|
|
6445
|
+
* copy of an encrypted snapshot. The default KMS key for Amazon EBS is used unless you specify a
|
|
6446
|
+
* non-default Key Management Service (KMS) KMS key using <code>KmsKeyId</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIEncryption.html">Use encryption with
|
|
6447
|
+
* EBS-backed AMIs</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
6448
|
+
* @public
|
|
6449
|
+
*/
|
|
6450
|
+
Encrypted?: boolean | undefined;
|
|
6451
|
+
/**
|
|
6452
|
+
* <p>The identifier of the symmetric Key Management Service (KMS) KMS key to use when creating encrypted volumes.
|
|
6453
|
+
* If this parameter is not specified, your Amazon Web Services managed KMS key for Amazon EBS is used. If you
|
|
6454
|
+
* specify a KMS key, you must also set the encrypted state to <code>true</code>.</p>
|
|
6455
|
+
* <p>You can specify a KMS key using any of the following:</p>
|
|
6456
|
+
* <ul>
|
|
6457
|
+
* <li>
|
|
6458
|
+
* <p>Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.</p>
|
|
6459
|
+
* </li>
|
|
6460
|
+
* <li>
|
|
6461
|
+
* <p>Key alias. For example, alias/ExampleAlias.</p>
|
|
6462
|
+
* </li>
|
|
6463
|
+
* <li>
|
|
6464
|
+
* <p>Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.</p>
|
|
6465
|
+
* </li>
|
|
6466
|
+
* <li>
|
|
6467
|
+
* <p>Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.</p>
|
|
6468
|
+
* </li>
|
|
6469
|
+
* </ul>
|
|
6470
|
+
* <p>Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an identifier
|
|
6471
|
+
* that is not valid, the action can appear to complete, but eventually fails.</p>
|
|
6472
|
+
* <p>The specified KMS key must exist in the destination Region.</p>
|
|
6473
|
+
* <p>Amazon EBS does not support asymmetric KMS keys.</p>
|
|
6474
|
+
* @public
|
|
6475
|
+
*/
|
|
6476
|
+
KmsKeyId?: string | undefined;
|
|
6477
|
+
/**
|
|
6478
|
+
* <p>The name of the new AMI.</p>
|
|
6479
|
+
* @public
|
|
6480
|
+
*/
|
|
6481
|
+
Name: string | undefined;
|
|
6482
|
+
/**
|
|
6483
|
+
* <p>The ID of the AMI to copy.</p>
|
|
6484
|
+
* @public
|
|
6485
|
+
*/
|
|
6486
|
+
SourceImageId: string | undefined;
|
|
6487
|
+
/**
|
|
6488
|
+
* <p>The name of the Region that contains the AMI to copy.</p>
|
|
6489
|
+
* @public
|
|
6490
|
+
*/
|
|
6491
|
+
SourceRegion: string | undefined;
|
|
6492
|
+
/**
|
|
6493
|
+
* <p>The Amazon Resource Name (ARN) of the Outpost for the new AMI.</p>
|
|
6494
|
+
* <p>Only specify this parameter when copying an AMI from an Amazon Web Services Region to an Outpost. The
|
|
6495
|
+
* AMI must be in the Region of the destination Outpost. You can't copy an AMI from an Outpost to
|
|
6496
|
+
* a Region, from one Outpost to another, or within the same Outpost.</p>
|
|
6497
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#copy-amis">Copy AMIs from an Amazon Web Services Region
|
|
6498
|
+
* to an Outpost</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
6499
|
+
* <p>Only one of <code>DestinationAvailabilityZone</code>,
|
|
6500
|
+
* <code>DestinationAvailabilityZoneId</code>, or <code>DestinationOutpostArn</code> can be
|
|
6501
|
+
* specified.</p>
|
|
6502
|
+
* @public
|
|
6503
|
+
*/
|
|
6504
|
+
DestinationOutpostArn?: string | undefined;
|
|
6505
|
+
/**
|
|
6506
|
+
* <p>Specifies whether to copy your user-defined AMI tags to the new AMI.</p>
|
|
6507
|
+
* <p>The following tags are not be copied:</p>
|
|
6508
|
+
* <ul>
|
|
6509
|
+
* <li>
|
|
6510
|
+
* <p>System tags (prefixed with <code>aws:</code>)</p>
|
|
6511
|
+
* </li>
|
|
6512
|
+
* <li>
|
|
6513
|
+
* <p>For public and shared AMIs, user-defined tags that are attached by other Amazon Web Services
|
|
6514
|
+
* accounts</p>
|
|
6515
|
+
* </li>
|
|
6516
|
+
* </ul>
|
|
6517
|
+
* <p>Default: Your user-defined AMI tags are not copied.</p>
|
|
6518
|
+
* @public
|
|
6519
|
+
*/
|
|
6520
|
+
CopyImageTags?: boolean | undefined;
|
|
6521
|
+
/**
|
|
6522
|
+
* <p>The tags to apply to the new AMI and new snapshots. You can tag the AMI, the snapshots, or
|
|
6523
|
+
* both.</p>
|
|
6524
|
+
* <ul>
|
|
6525
|
+
* <li>
|
|
6526
|
+
* <p>To tag the new AMI, the value for <code>ResourceType</code> must be
|
|
6527
|
+
* <code>image</code>.</p>
|
|
6528
|
+
* </li>
|
|
6529
|
+
* <li>
|
|
6530
|
+
* <p>To tag the new snapshots, the value for <code>ResourceType</code> must be
|
|
6531
|
+
* <code>snapshot</code>. The same tag is applied to all the new snapshots.</p>
|
|
6532
|
+
* </li>
|
|
6533
|
+
* </ul>
|
|
6534
|
+
* <p>If you specify other values for <code>ResourceType</code>, the request fails.</p>
|
|
6535
|
+
* <p>To tag an AMI or snapshot after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</p>
|
|
6536
|
+
* @public
|
|
6537
|
+
*/
|
|
6538
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
6539
|
+
/**
|
|
6540
|
+
* <p>Specify a completion duration, in 15 minute increments, to initiate a time-based AMI copy.
|
|
6541
|
+
* The specified completion duration applies to each of the snapshots associated with the AMI.
|
|
6542
|
+
* Each snapshot associated with the AMI will be completed within the specified completion
|
|
6543
|
+
* duration, with copy throughput automatically adjusted for each snapshot based on its size to
|
|
6544
|
+
* meet the timing target.</p>
|
|
6545
|
+
* <p>If you do not specify a value, the AMI copy operation is completed on a best-effort
|
|
6546
|
+
* basis.</p>
|
|
6547
|
+
* <note>
|
|
6548
|
+
* <p>This parameter is not supported when copying an AMI to or from a Local Zone, or to an
|
|
6549
|
+
* Outpost.</p>
|
|
6550
|
+
* </note>
|
|
6551
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/time-based-copies.html">Time-based copies for Amazon EBS snapshots and
|
|
6552
|
+
* EBS-backed AMIs</a>.</p>
|
|
6553
|
+
* @public
|
|
6554
|
+
*/
|
|
6555
|
+
SnapshotCopyCompletionDurationMinutes?: number | undefined;
|
|
6556
|
+
/**
|
|
6557
|
+
* <p>The Local Zone for the new AMI (for example, <code>cn-north-1-pkx-1a</code>).</p>
|
|
6558
|
+
* <p>Only one of <code>DestinationAvailabilityZone</code>,
|
|
6559
|
+
* <code>DestinationAvailabilityZoneId</code>, or <code>DestinationOutpostArn</code> can be
|
|
6560
|
+
* specified.</p>
|
|
6561
|
+
* @public
|
|
6562
|
+
*/
|
|
6563
|
+
DestinationAvailabilityZone?: string | undefined;
|
|
6564
|
+
/**
|
|
6565
|
+
* <p>The ID of the Local Zone for the new AMI (for example, <code>cnn1-pkx1-az1</code>).</p>
|
|
6566
|
+
* <p>Only one of <code>DestinationAvailabilityZone</code>,
|
|
6567
|
+
* <code>DestinationAvailabilityZoneId</code>, or <code>DestinationOutpostArn</code> can be
|
|
6568
|
+
* specified.</p>
|
|
6569
|
+
* @public
|
|
6570
|
+
*/
|
|
6571
|
+
DestinationAvailabilityZoneId?: string | undefined;
|
|
6572
|
+
/**
|
|
6573
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6574
|
+
* and provides an error response. If you have the required permissions, the error response is
|
|
6575
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6576
|
+
* @public
|
|
6577
|
+
*/
|
|
6578
|
+
DryRun?: boolean | undefined;
|
|
6579
|
+
}
|
|
6580
|
+
/**
|
|
6581
|
+
* <p>Contains the output of CopyImage.</p>
|
|
6582
|
+
* @public
|
|
6583
|
+
*/
|
|
6584
|
+
export interface CopyImageResult {
|
|
6585
|
+
/**
|
|
6586
|
+
* <p>The ID of the new AMI.</p>
|
|
6587
|
+
* @public
|
|
6588
|
+
*/
|
|
6589
|
+
ImageId?: string | undefined;
|
|
6590
|
+
}
|
|
6591
|
+
/**
|
|
6592
|
+
* @public
|
|
6593
|
+
*/
|
|
6594
|
+
export interface CopySnapshotRequest {
|
|
6595
|
+
/**
|
|
6596
|
+
* <p>A description for the EBS snapshot.</p>
|
|
6597
|
+
* @public
|
|
6598
|
+
*/
|
|
6599
|
+
Description?: string | undefined;
|
|
6600
|
+
/**
|
|
6601
|
+
* <p>The Amazon Resource Name (ARN) of the Outpost to which to copy the snapshot.</p>
|
|
6602
|
+
* <note>
|
|
6603
|
+
* <p>Only supported when copying a snapshot to an Outpost.</p>
|
|
6604
|
+
* </note>
|
|
6605
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#copy-snapshots">
|
|
6606
|
+
* Copy snapshots from an Amazon Web Services Region to an Outpost</a> in the
|
|
6607
|
+
* <i>Amazon EBS User Guide</i>.</p>
|
|
6608
|
+
* @public
|
|
6609
|
+
*/
|
|
6610
|
+
DestinationOutpostArn?: string | undefined;
|
|
6611
|
+
/**
|
|
6612
|
+
* <p>The destination Region to use in the <code>PresignedUrl</code> parameter of a snapshot
|
|
6613
|
+
* copy operation. This parameter is only valid for specifying the destination Region in a
|
|
6614
|
+
* <code>PresignedUrl</code> parameter, where it is required.</p>
|
|
6615
|
+
* <p>The snapshot copy is sent to the regional endpoint that you sent the HTTP
|
|
6616
|
+
* request to (for example, <code>ec2.us-east-1.amazonaws.com</code>). With the CLI, this is
|
|
6617
|
+
* specified using the <code>--region</code> parameter or the default Region in your Amazon Web Services
|
|
6618
|
+
* configuration file.</p>
|
|
6619
|
+
* @public
|
|
6620
|
+
*/
|
|
6621
|
+
DestinationRegion?: string | undefined;
|
|
6622
|
+
/**
|
|
6623
|
+
* <p>To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled,
|
|
6624
|
+
* enable encryption using this parameter. Otherwise, omit this parameter. Copies of encrypted
|
|
6625
|
+
* snapshots are encrypted, even if you omit this parameter and encryption by default is not
|
|
6626
|
+
* enabled. You cannot set this parameter to false. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the
|
|
6627
|
+
* <i>Amazon EBS User Guide</i>.</p>
|
|
6628
|
+
* @public
|
|
6629
|
+
*/
|
|
6630
|
+
Encrypted?: boolean | undefined;
|
|
6631
|
+
/**
|
|
6632
|
+
* <p>The identifier of the KMS key to use for Amazon EBS encryption.
|
|
6633
|
+
* If this parameter is not specified, your KMS key for Amazon EBS is used. If <code>KmsKeyId</code> is
|
|
6634
|
+
* specified, the encrypted state must be <code>true</code>.</p>
|
|
6635
|
+
* <p>You can specify the KMS key using any of the following:</p>
|
|
6636
|
+
* <ul>
|
|
6637
|
+
* <li>
|
|
6638
|
+
* <p>Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.</p>
|
|
6639
|
+
* </li>
|
|
6640
|
+
* <li>
|
|
6641
|
+
* <p>Key alias. For example, alias/ExampleAlias.</p>
|
|
6642
|
+
* </li>
|
|
6643
|
+
* <li>
|
|
6644
|
+
* <p>Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.</p>
|
|
6645
|
+
* </li>
|
|
6646
|
+
* <li>
|
|
6647
|
+
* <p>Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.</p>
|
|
6648
|
+
* </li>
|
|
6649
|
+
* </ul>
|
|
6650
|
+
* <p>Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an ID, alias, or ARN that is not valid,
|
|
6651
|
+
* the action can appear to complete, but eventually fails.</p>
|
|
6652
|
+
* @public
|
|
6653
|
+
*/
|
|
6654
|
+
KmsKeyId?: string | undefined;
|
|
6655
|
+
/**
|
|
6656
|
+
* <p>When you copy an encrypted source snapshot using the Amazon EC2 Query API, you must supply a
|
|
6657
|
+
* pre-signed URL. This parameter is optional for unencrypted snapshots. For more information,
|
|
6658
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html">Query
|
|
6659
|
+
* requests</a>.</p>
|
|
6660
|
+
* <p>The <code>PresignedUrl</code> should use the snapshot source endpoint, the
|
|
6661
|
+
* <code>CopySnapshot</code> action, and include the <code>SourceRegion</code>,
|
|
6662
|
+
* <code>SourceSnapshotId</code>, and <code>DestinationRegion</code> parameters. The
|
|
6663
|
+
* <code>PresignedUrl</code> must be signed using Amazon Web Services Signature Version 4. Because EBS
|
|
6664
|
+
* snapshots are stored in Amazon S3, the signing algorithm for this parameter uses the same logic
|
|
6665
|
+
* that is described in <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html">
|
|
6666
|
+
* Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4)</a> in the <i>Amazon S3 API Reference</i>. An
|
|
6667
|
+
* invalid or improperly signed <code>PresignedUrl</code> will cause the copy operation to fail
|
|
6668
|
+
* asynchronously, and the snapshot will move to an <code>error</code> state.</p>
|
|
6669
|
+
* @public
|
|
6670
|
+
*/
|
|
6671
|
+
PresignedUrl?: string | undefined;
|
|
6672
|
+
/**
|
|
6673
|
+
* <p>The ID of the Region that contains the snapshot to be copied.</p>
|
|
6674
|
+
* @public
|
|
6675
|
+
*/
|
|
6676
|
+
SourceRegion: string | undefined;
|
|
6677
|
+
/**
|
|
6678
|
+
* <p>The ID of the EBS snapshot to copy.</p>
|
|
6679
|
+
* @public
|
|
6680
|
+
*/
|
|
6681
|
+
SourceSnapshotId: string | undefined;
|
|
6682
|
+
/**
|
|
6683
|
+
* <p>The tags to apply to the new snapshot.</p>
|
|
6684
|
+
* @public
|
|
6685
|
+
*/
|
|
6686
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
6687
|
+
/**
|
|
6688
|
+
* <note>
|
|
6689
|
+
* <p>Not supported when copying snapshots to or from Local Zones or Outposts.</p>
|
|
6690
|
+
* </note>
|
|
6691
|
+
* <p>Specify a completion duration, in 15 minute increments, to initiate a time-based snapshot
|
|
6692
|
+
* copy. Time-based snapshot copy operations complete within the specified duration. For more
|
|
6693
|
+
* information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/time-based-copies.html">
|
|
6694
|
+
* Time-based copies</a>.</p>
|
|
6695
|
+
* <p>If you do not specify a value, the snapshot copy operation is completed on a
|
|
6696
|
+
* best-effort basis.</p>
|
|
6697
|
+
* @public
|
|
6698
|
+
*/
|
|
6699
|
+
CompletionDurationMinutes?: number | undefined;
|
|
6700
|
+
/**
|
|
6701
|
+
* <p>The Local Zone, for example, <code>cn-north-1-pkx-1a</code> to which to copy the
|
|
6702
|
+
* snapshot.</p>
|
|
6703
|
+
* <note>
|
|
6704
|
+
* <p>Only supported when copying a snapshot to a Local Zone.</p>
|
|
6705
|
+
* </note>
|
|
6706
|
+
* @public
|
|
6707
|
+
*/
|
|
6708
|
+
DestinationAvailabilityZone?: string | undefined;
|
|
6709
|
+
/**
|
|
6710
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6711
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6712
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6713
|
+
* @public
|
|
6714
|
+
*/
|
|
6715
|
+
DryRun?: boolean | undefined;
|
|
6716
|
+
}
|
|
6717
|
+
/**
|
|
6718
|
+
* @public
|
|
6719
|
+
*/
|
|
6720
|
+
export interface CopySnapshotResult {
|
|
6721
|
+
/**
|
|
6722
|
+
* <p>Any tags applied to the new snapshot.</p>
|
|
6723
|
+
* @public
|
|
6724
|
+
*/
|
|
6725
|
+
Tags?: Tag[] | undefined;
|
|
6726
|
+
/**
|
|
6727
|
+
* <p>The ID of the new snapshot.</p>
|
|
6728
|
+
* @public
|
|
6729
|
+
*/
|
|
6730
|
+
SnapshotId?: string | undefined;
|
|
6731
|
+
}
|
|
6732
|
+
/**
|
|
6733
|
+
* @public
|
|
6734
|
+
*/
|
|
6735
|
+
export interface CopyVolumesRequest {
|
|
6736
|
+
/**
|
|
6737
|
+
* <p>The ID of the source EBS volume to copy.</p>
|
|
6738
|
+
* @public
|
|
6739
|
+
*/
|
|
6740
|
+
SourceVolumeId: string | undefined;
|
|
6741
|
+
/**
|
|
6742
|
+
* <p>The number of I/O operations per second (IOPS) to provision for the volume copy.
|
|
6743
|
+
* Required for <code>io1</code> and <code>io2</code> volumes. Optional for <code>gp3</code>
|
|
6744
|
+
* volumes. Omit for all other volume types. Full provisioned IOPS performance can be
|
|
6745
|
+
* achieved only once the volume copy is fully initialized. </p>
|
|
6746
|
+
* <p>Valid ranges:</p>
|
|
6747
|
+
* <ul>
|
|
6748
|
+
* <li>
|
|
6749
|
+
* <p>gp3: <code>3,000 </code>(<i>default</i>)<code> - 80,000</code> IOPS</p>
|
|
6750
|
+
* </li>
|
|
6751
|
+
* <li>
|
|
6752
|
+
* <p>io1: <code>100 - 64,000</code> IOPS</p>
|
|
6753
|
+
* </li>
|
|
6754
|
+
* <li>
|
|
6755
|
+
* <p>io2: <code>100 - 256,000</code> IOPS</p>
|
|
6756
|
+
* </li>
|
|
6757
|
+
* </ul>
|
|
6758
|
+
* <note>
|
|
6759
|
+
* <p>
|
|
6760
|
+
* <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">
|
|
6761
|
+
* Instances built on the Nitro System</a> can support up to 256,000 IOPS. Other instances can support up to 32,000
|
|
6762
|
+
* IOPS.</p>
|
|
6763
|
+
* </note>
|
|
6764
|
+
* @public
|
|
6765
|
+
*/
|
|
6766
|
+
Iops?: number | undefined;
|
|
6767
|
+
/**
|
|
6768
|
+
* <p>The size of the volume copy, in GiBs. The size must be equal to or greater than the
|
|
6769
|
+
* size of the source volume. If not specified, the size defaults to the size of the source
|
|
6770
|
+
* volume.</p>
|
|
6771
|
+
* <p>Maximum supported sizes:</p>
|
|
6772
|
+
* <ul>
|
|
6773
|
+
* <li>
|
|
6774
|
+
* <p>gp2: <code>16,384</code> GiB</p>
|
|
6775
|
+
* </li>
|
|
6776
|
+
* <li>
|
|
6777
|
+
* <p>gp3: <code>65,536</code> GiB</p>
|
|
6778
|
+
* </li>
|
|
6779
|
+
* <li>
|
|
6780
|
+
* <p>io1: <code>16,384</code> GiB</p>
|
|
6781
|
+
* </li>
|
|
6782
|
+
* <li>
|
|
6783
|
+
* <p>io2: <code>65,536</code> GiB</p>
|
|
6784
|
+
* </li>
|
|
6785
|
+
* <li>
|
|
6786
|
+
* <p>st1 and sc1: <code>16,384</code> GiB</p>
|
|
6787
|
+
* </li>
|
|
6788
|
+
* <li>
|
|
6789
|
+
* <p>standard: <code>1024</code> GiB</p>
|
|
6790
|
+
* </li>
|
|
6791
|
+
* </ul>
|
|
6792
|
+
* @public
|
|
6793
|
+
*/
|
|
6794
|
+
Size?: number | undefined;
|
|
6795
|
+
/**
|
|
6796
|
+
* <p>The volume type for the volume copy. If not specified, the volume type defaults to
|
|
6797
|
+
* <code>gp2</code>.</p>
|
|
6798
|
+
* @public
|
|
6799
|
+
*/
|
|
6800
|
+
VolumeType?: VolumeType | undefined;
|
|
6801
|
+
/**
|
|
6802
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6803
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6804
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6805
|
+
* @public
|
|
6806
|
+
*/
|
|
6807
|
+
DryRun?: boolean | undefined;
|
|
6808
|
+
/**
|
|
6809
|
+
* <p>The tags to apply to the volume copy during creation.</p>
|
|
6810
|
+
* @public
|
|
6811
|
+
*/
|
|
6812
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
6813
|
+
/**
|
|
6814
|
+
* <p>Indicates whether to enable Amazon EBS Multi-Attach for the volume copy. If you enable
|
|
6815
|
+
* Multi-Attach, you can attach the volume to up to 16 Nitro instances in the same
|
|
6816
|
+
* Availability Zone simultaneously. Supported with <code>io1</code> and <code>io2</code> volumes only. For more
|
|
6817
|
+
* information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volumes-multi.html">
|
|
6818
|
+
* Amazon EBS Multi-Attach</a>.</p>
|
|
6819
|
+
* @public
|
|
6820
|
+
*/
|
|
6821
|
+
MultiAttachEnabled?: boolean | undefined;
|
|
6822
|
+
/**
|
|
6823
|
+
* <p>The throughput to provision for the volume copy, in MiB/s. Supported for <code>gp3</code>
|
|
6824
|
+
* volumes only. Omit for all other volume types. Full provisioned throughput performance can be
|
|
6825
|
+
* achieved only once the volume copy is fully initialized.</p>
|
|
6826
|
+
* <p>Valid Range: <code>125 - 2000</code> MiB/s</p>
|
|
6827
|
+
* <p></p>
|
|
6828
|
+
* @public
|
|
6829
|
+
*/
|
|
6830
|
+
Throughput?: number | undefined;
|
|
6831
|
+
/**
|
|
6832
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
6833
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">
|
|
6834
|
+
* Ensure Idempotency</a>.</p>
|
|
6835
|
+
* @public
|
|
6836
|
+
*/
|
|
6837
|
+
ClientToken?: string | undefined;
|
|
6838
|
+
}
|
|
6839
|
+
/**
|
|
6840
|
+
* <p>Describes whether the resource is managed by a service provider and, if so, describes
|
|
6841
|
+
* the service provider that manages it.</p>
|
|
6842
|
+
* @public
|
|
6843
|
+
*/
|
|
6844
|
+
export interface OperatorResponse {
|
|
6845
|
+
/**
|
|
6846
|
+
* <p>If <code>true</code>, the resource is managed by a service provider.</p>
|
|
6847
|
+
* @public
|
|
6848
|
+
*/
|
|
6849
|
+
Managed?: boolean | undefined;
|
|
6850
|
+
/**
|
|
6851
|
+
* <p>If <code>managed</code> is <code>true</code>, then the principal is returned. The
|
|
6852
|
+
* principal is the service provider that manages the resource.</p>
|
|
6853
|
+
* @public
|
|
6854
|
+
*/
|
|
6855
|
+
Principal?: string | undefined;
|
|
6856
|
+
}
|
|
6857
|
+
/**
|
|
6858
|
+
* <p>Describes a volume.</p>
|
|
6859
|
+
* @public
|
|
6860
|
+
*/
|
|
6861
|
+
export interface Volume {
|
|
6862
|
+
/**
|
|
6863
|
+
* <p>The ID of the Availability Zone for the volume.</p>
|
|
6864
|
+
* @public
|
|
6865
|
+
*/
|
|
6866
|
+
AvailabilityZoneId?: string | undefined;
|
|
6867
|
+
/**
|
|
6868
|
+
* <p>The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
6869
|
+
* @public
|
|
6870
|
+
*/
|
|
6871
|
+
OutpostArn?: string | undefined;
|
|
6872
|
+
/**
|
|
6873
|
+
* <p>The ID of the source volume from which the volume copy was created. Only for
|
|
6874
|
+
* volume copies.</p>
|
|
6875
|
+
* @public
|
|
6876
|
+
*/
|
|
6877
|
+
SourceVolumeId?: string | undefined;
|
|
6878
|
+
/**
|
|
6879
|
+
* <p>The number of I/O operations per second (IOPS). For <code>gp3</code>, <code>io1</code>, and <code>io2</code> volumes, this represents
|
|
6880
|
+
* the number of IOPS that are provisioned for the volume. For <code>gp2</code> volumes, this represents the baseline
|
|
6881
|
+
* performance of the volume and the rate at which the volume accumulates I/O credits for bursting.</p>
|
|
6882
|
+
* @public
|
|
6883
|
+
*/
|
|
6884
|
+
Iops?: number | undefined;
|
|
6885
|
+
/**
|
|
6886
|
+
* <p>Any tags assigned to the volume.</p>
|
|
6887
|
+
* @public
|
|
6888
|
+
*/
|
|
6889
|
+
Tags?: Tag[] | undefined;
|
|
6890
|
+
/**
|
|
6891
|
+
* <p>The volume type.</p>
|
|
6892
|
+
* @public
|
|
6893
|
+
*/
|
|
6894
|
+
VolumeType?: VolumeType | undefined;
|
|
6895
|
+
/**
|
|
6896
|
+
* <note>
|
|
6897
|
+
* <p>This parameter is not returned by CreateVolume.</p>
|
|
6898
|
+
* </note>
|
|
6899
|
+
* <p>Indicates whether the volume was created using fast snapshot restore.</p>
|
|
6900
|
+
* @public
|
|
6901
|
+
*/
|
|
6902
|
+
FastRestored?: boolean | undefined;
|
|
6903
|
+
/**
|
|
6904
|
+
* <p>Indicates whether Amazon EBS Multi-Attach is enabled.</p>
|
|
6905
|
+
* @public
|
|
6906
|
+
*/
|
|
6907
|
+
MultiAttachEnabled?: boolean | undefined;
|
|
6908
|
+
/**
|
|
6909
|
+
* <p>The throughput that the volume supports, in MiB/s.</p>
|
|
6910
|
+
* @public
|
|
6911
|
+
*/
|
|
6912
|
+
Throughput?: number | undefined;
|
|
6913
|
+
/**
|
|
6914
|
+
* <note>
|
|
6915
|
+
* <p>This parameter is not returned by CreateVolume.</p>
|
|
6916
|
+
* </note>
|
|
6917
|
+
* <p>Reserved for future use.</p>
|
|
6918
|
+
* @public
|
|
6919
|
+
*/
|
|
6920
|
+
SseType?: SSEType | undefined;
|
|
6921
|
+
/**
|
|
6922
|
+
* <p>The service provider that manages the volume.</p>
|
|
6923
|
+
* @public
|
|
6924
|
+
*/
|
|
6925
|
+
Operator?: OperatorResponse | undefined;
|
|
6926
|
+
/**
|
|
6927
|
+
* <p>The Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate) specified for the volume during creation,
|
|
6928
|
+
* in MiB/s. If no volume initialization rate was specified, the value is <code>null</code>.</p>
|
|
6929
|
+
* @public
|
|
6930
|
+
*/
|
|
6931
|
+
VolumeInitializationRate?: number | undefined;
|
|
6932
|
+
/**
|
|
6933
|
+
* <p>The ID of the volume.</p>
|
|
6934
|
+
* @public
|
|
6935
|
+
*/
|
|
6936
|
+
VolumeId?: string | undefined;
|
|
6937
|
+
/**
|
|
6938
|
+
* <p>The size of the volume, in GiBs.</p>
|
|
6939
|
+
* @public
|
|
6940
|
+
*/
|
|
6941
|
+
Size?: number | undefined;
|
|
6942
|
+
/**
|
|
6943
|
+
* <p>The snapshot from which the volume was created, if applicable.</p>
|
|
6944
|
+
* @public
|
|
6945
|
+
*/
|
|
6946
|
+
SnapshotId?: string | undefined;
|
|
6947
|
+
/**
|
|
6948
|
+
* <p>The Availability Zone for the volume.</p>
|
|
6949
|
+
* @public
|
|
6950
|
+
*/
|
|
6951
|
+
AvailabilityZone?: string | undefined;
|
|
6952
|
+
/**
|
|
6953
|
+
* <p>The volume state.</p>
|
|
6954
|
+
* @public
|
|
6955
|
+
*/
|
|
6956
|
+
State?: VolumeState | undefined;
|
|
6957
|
+
/**
|
|
6958
|
+
* <p>The time stamp when volume creation was initiated.</p>
|
|
6959
|
+
* @public
|
|
6960
|
+
*/
|
|
6961
|
+
CreateTime?: Date | undefined;
|
|
6962
|
+
/**
|
|
6963
|
+
* <note>
|
|
6964
|
+
* <p>This parameter is not returned by CreateVolume.</p>
|
|
6965
|
+
* </note>
|
|
6966
|
+
* <p>Information about the volume attachments.</p>
|
|
6967
|
+
* @public
|
|
6968
|
+
*/
|
|
6969
|
+
Attachments?: VolumeAttachment[] | undefined;
|
|
6970
|
+
/**
|
|
6971
|
+
* <p>Indicates whether the volume is encrypted.</p>
|
|
6972
|
+
* @public
|
|
6973
|
+
*/
|
|
6974
|
+
Encrypted?: boolean | undefined;
|
|
6975
|
+
/**
|
|
6976
|
+
* <p>The Amazon Resource Name (ARN) of the KMS key that was used to protect the
|
|
6977
|
+
* volume encryption key for the volume.</p>
|
|
6978
|
+
* @public
|
|
6979
|
+
*/
|
|
6980
|
+
KmsKeyId?: string | undefined;
|
|
6981
|
+
}
|
|
6982
|
+
/**
|
|
6983
|
+
* @public
|
|
6984
|
+
*/
|
|
6985
|
+
export interface CopyVolumesResult {
|
|
6986
|
+
/**
|
|
6987
|
+
* <p>Information about the volume copy.</p>
|
|
6988
|
+
* @public
|
|
6989
|
+
*/
|
|
6990
|
+
Volumes?: Volume[] | undefined;
|
|
6991
|
+
}
|
|
6992
|
+
/**
|
|
6993
|
+
* @public
|
|
6994
|
+
*/
|
|
6995
|
+
export interface CreateCapacityManagerDataExportRequest {
|
|
6996
|
+
/**
|
|
6997
|
+
* <p>
|
|
6998
|
+
* The name of the S3 bucket where the capacity data export files will be delivered. The bucket must exist and you must have write permissions to it.
|
|
6999
|
+
* </p>
|
|
7000
|
+
* @public
|
|
7001
|
+
*/
|
|
7002
|
+
S3BucketName: string | undefined;
|
|
7003
|
+
/**
|
|
7004
|
+
* <p>
|
|
7005
|
+
* The S3 key prefix for the exported data files. This allows you to organize exports in a specific folder structure within your bucket. If not specified, files are placed at the bucket root.
|
|
7006
|
+
* </p>
|
|
7007
|
+
* @public
|
|
7008
|
+
*/
|
|
7009
|
+
S3BucketPrefix?: string | undefined;
|
|
7010
|
+
/**
|
|
7011
|
+
* <p>
|
|
7012
|
+
* The frequency at which data exports are generated.
|
|
7013
|
+
* </p>
|
|
7014
|
+
* @public
|
|
7015
|
+
*/
|
|
7016
|
+
Schedule: Schedule | undefined;
|
|
7017
|
+
/**
|
|
7018
|
+
* <p>
|
|
7019
|
+
* The file format for the exported data. Parquet format is recommended for large datasets and better compression.
|
|
7020
|
+
* </p>
|
|
7021
|
+
* @public
|
|
7022
|
+
*/
|
|
7023
|
+
OutputFormat: OutputFormat | undefined;
|
|
7024
|
+
/**
|
|
7025
|
+
* <p>
|
|
7026
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.
|
|
7027
|
+
* </p>
|
|
7028
|
+
* @public
|
|
7029
|
+
*/
|
|
7030
|
+
ClientToken?: string | undefined;
|
|
7031
|
+
/**
|
|
7032
|
+
* <p>
|
|
7033
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
|
|
7034
|
+
* If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.
|
|
7035
|
+
* </p>
|
|
7036
|
+
* @public
|
|
7037
|
+
*/
|
|
7038
|
+
DryRun?: boolean | undefined;
|
|
7039
|
+
/**
|
|
7040
|
+
* <p>
|
|
7041
|
+
* The tags to apply to the data export configuration. You can tag the export for organization and cost tracking purposes.
|
|
7042
|
+
* </p>
|
|
7043
|
+
* @public
|
|
7044
|
+
*/
|
|
7045
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
7046
|
+
}
|
|
7047
|
+
/**
|
|
7048
|
+
* @public
|
|
7049
|
+
*/
|
|
7050
|
+
export interface CreateCapacityManagerDataExportResult {
|
|
7051
|
+
/**
|
|
7052
|
+
* <p>
|
|
7053
|
+
* The unique identifier for the created data export configuration. Use this ID to reference the export in other API calls.
|
|
7054
|
+
* </p>
|
|
7055
|
+
* @public
|
|
7056
|
+
*/
|
|
7057
|
+
CapacityManagerDataExportId?: string | undefined;
|
|
7058
|
+
}
|
|
7059
|
+
/**
|
|
7060
|
+
* @public
|
|
7061
|
+
*/
|
|
7062
|
+
export interface CreateCapacityReservationRequest {
|
|
7063
|
+
/**
|
|
7064
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensure Idempotency</a>.</p>
|
|
7065
|
+
* @public
|
|
7066
|
+
*/
|
|
7067
|
+
ClientToken?: string | undefined;
|
|
7068
|
+
/**
|
|
7069
|
+
* <p>The instance type for which to reserve capacity.</p>
|
|
7070
|
+
* <note>
|
|
7071
|
+
* <p>You can request future-dated Capacity Reservations for instance types in the C, M,
|
|
7072
|
+
* R, I, T, and G instance families only.</p>
|
|
7073
|
+
* </note>
|
|
7074
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the
|
|
7075
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
7076
|
+
* @public
|
|
7077
|
+
*/
|
|
7078
|
+
InstanceType: string | undefined;
|
|
7079
|
+
/**
|
|
7080
|
+
* <p>The type of operating system for which to reserve capacity.</p>
|
|
7081
|
+
* @public
|
|
7082
|
+
*/
|
|
7083
|
+
InstancePlatform: CapacityReservationInstancePlatform | undefined;
|
|
7084
|
+
/**
|
|
7085
|
+
* <p>The Availability Zone in which to create the Capacity Reservation.</p>
|
|
7086
|
+
* @public
|
|
7087
|
+
*/
|
|
7088
|
+
AvailabilityZone?: string | undefined;
|
|
7089
|
+
/**
|
|
7090
|
+
* <p>The ID of the Availability Zone in which to create the Capacity Reservation.</p>
|
|
7091
|
+
* @public
|
|
7092
|
+
*/
|
|
7093
|
+
AvailabilityZoneId?: string | undefined;
|
|
7094
|
+
/**
|
|
7095
|
+
* <p>Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one
|
|
7096
|
+
* of the following tenancy settings:</p>
|
|
7097
|
+
* <ul>
|
|
7098
|
+
* <li>
|
|
7099
|
+
* <p>
|
|
7100
|
+
* <code>default</code> - The Capacity Reservation is created on hardware that is
|
|
7101
|
+
* shared with other Amazon Web Services accounts.</p>
|
|
7102
|
+
* </li>
|
|
7103
|
+
* <li>
|
|
7104
|
+
* <p>
|
|
7105
|
+
* <code>dedicated</code> - The Capacity Reservation is created on single-tenant
|
|
7106
|
+
* hardware that is dedicated to a single Amazon Web Services account.</p>
|
|
7107
|
+
* </li>
|
|
7108
|
+
* </ul>
|
|
7109
|
+
* @public
|
|
7110
|
+
*/
|
|
7111
|
+
Tenancy?: CapacityReservationTenancy | undefined;
|
|
7112
|
+
/**
|
|
7113
|
+
* <p>The number of instances for which to reserve capacity.</p>
|
|
7114
|
+
* <note>
|
|
7115
|
+
* <p>You can request future-dated Capacity Reservations for an instance count with a
|
|
7116
|
+
* minimum of 64 vCPUs. For example, if you request a future-dated Capacity
|
|
7117
|
+
* Reservation for <code>m5.xlarge</code> instances, you must request at least 25
|
|
7118
|
+
* instances (<i>16 * m5.xlarge = 64 vCPUs</i>).</p>
|
|
7119
|
+
* </note>
|
|
7120
|
+
* <p>Valid range: 1 - 1000</p>
|
|
7121
|
+
* @public
|
|
7122
|
+
*/
|
|
7123
|
+
InstanceCount: number | undefined;
|
|
7124
|
+
/**
|
|
7125
|
+
* <p>Indicates whether the Capacity Reservation supports EBS-optimized instances. This
|
|
7126
|
+
* optimization provides dedicated throughput to Amazon EBS and an optimized configuration
|
|
7127
|
+
* stack to provide optimal I/O performance. This optimization isn't available with all
|
|
7128
|
+
* instance types. Additional usage charges apply when using an EBS- optimized
|
|
7129
|
+
* instance.</p>
|
|
7130
|
+
* @public
|
|
7131
|
+
*/
|
|
7132
|
+
EbsOptimized?: boolean | undefined;
|
|
7133
|
+
/**
|
|
7134
|
+
* <p>
|
|
7135
|
+
* <i>Deprecated.</i>
|
|
7136
|
+
* </p>
|
|
7137
|
+
* @public
|
|
7138
|
+
*/
|
|
7139
|
+
EphemeralStorage?: boolean | undefined;
|
|
7140
|
+
/**
|
|
7141
|
+
* <p>The date and time at which the Capacity Reservation expires. When a Capacity
|
|
7142
|
+
* Reservation expires, the reserved capacity is released and you can no longer launch
|
|
7143
|
+
* instances into it. The Capacity Reservation's state changes to <code>expired</code> when
|
|
7144
|
+
* it reaches its end date and time.</p>
|
|
7145
|
+
* <p>You must provide an <code>EndDate</code> value if <code>EndDateType</code> is
|
|
7146
|
+
* <code>limited</code>. Omit <code>EndDate</code> if <code>EndDateType</code> is
|
|
7147
|
+
* <code>unlimited</code>.</p>
|
|
7148
|
+
* <p>If the <code>EndDateType</code> is <code>limited</code>, the Capacity Reservation is
|
|
7149
|
+
* cancelled within an hour from the specified time. For example, if you specify 5/31/2019,
|
|
7150
|
+
* 13:30:55, the Capacity Reservation is guaranteed to end between 13:30:55 and 14:30:55 on
|
|
7151
|
+
* 5/31/2019.</p>
|
|
7152
|
+
* <p>If you are requesting a future-dated Capacity Reservation, you can't specify an end
|
|
7153
|
+
* date and time that is within the commitment duration.</p>
|
|
7154
|
+
* @public
|
|
7155
|
+
*/
|
|
7156
|
+
EndDate?: Date | undefined;
|
|
7157
|
+
/**
|
|
7158
|
+
* <p>Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can
|
|
7159
|
+
* have one of the following end types:</p>
|
|
7160
|
+
* <ul>
|
|
7161
|
+
* <li>
|
|
7162
|
+
* <p>
|
|
7163
|
+
* <code>unlimited</code> - The Capacity Reservation remains active until you
|
|
7164
|
+
* explicitly cancel it. Do not provide an <code>EndDate</code> if the
|
|
7165
|
+
* <code>EndDateType</code> is <code>unlimited</code>.</p>
|
|
7166
|
+
* </li>
|
|
7167
|
+
* <li>
|
|
7168
|
+
* <p>
|
|
7169
|
+
* <code>limited</code> - The Capacity Reservation expires automatically at a
|
|
7170
|
+
* specified date and time. You must provide an <code>EndDate</code> value if the
|
|
7171
|
+
* <code>EndDateType</code> value is <code>limited</code>.</p>
|
|
7172
|
+
* </li>
|
|
7173
|
+
* </ul>
|
|
7174
|
+
* @public
|
|
7175
|
+
*/
|
|
7176
|
+
EndDateType?: EndDateType | undefined;
|
|
7177
|
+
/**
|
|
7178
|
+
* <p>Indicates the type of instance launches that the Capacity Reservation accepts. The
|
|
7179
|
+
* options include:</p>
|
|
7180
|
+
* <ul>
|
|
7181
|
+
* <li>
|
|
7182
|
+
* <p>
|
|
7183
|
+
* <code>open</code> - The Capacity Reservation automatically matches all instances
|
|
7184
|
+
* that have matching attributes (instance type, platform, and Availability Zone).
|
|
7185
|
+
* Instances that have matching attributes run in the Capacity Reservation
|
|
7186
|
+
* automatically without specifying any additional parameters.</p>
|
|
7187
|
+
* </li>
|
|
7188
|
+
* <li>
|
|
7189
|
+
* <p>
|
|
7190
|
+
* <code>targeted</code> - The Capacity Reservation only accepts instances that
|
|
7191
|
+
* have matching attributes (instance type, platform, and Availability Zone), and
|
|
7192
|
+
* explicitly target the Capacity Reservation. This ensures that only permitted
|
|
7193
|
+
* instances can use the reserved capacity. </p>
|
|
7194
|
+
* </li>
|
|
7195
|
+
* </ul>
|
|
7196
|
+
* <note>
|
|
7197
|
+
* <p>If you are requesting a future-dated Capacity Reservation, you must specify
|
|
7198
|
+
* <code>targeted</code>.</p>
|
|
7199
|
+
* </note>
|
|
7200
|
+
* <p>Default: <code>open</code>
|
|
7201
|
+
* </p>
|
|
7202
|
+
* @public
|
|
7203
|
+
*/
|
|
7204
|
+
InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
|
|
7205
|
+
/**
|
|
7206
|
+
* <p>The tags to apply to the Capacity Reservation during launch.</p>
|
|
7207
|
+
* @public
|
|
7208
|
+
*/
|
|
7209
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
7210
|
+
/**
|
|
7211
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7212
|
+
* @public
|
|
7213
|
+
*/
|
|
7214
|
+
DryRun?: boolean | undefined;
|
|
7215
|
+
/**
|
|
7216
|
+
* <note>
|
|
7217
|
+
* <p>Not supported for future-dated Capacity Reservations.</p>
|
|
7218
|
+
* </note>
|
|
7219
|
+
* <p>The Amazon Resource Name (ARN) of the Outpost on which to create the Capacity
|
|
7220
|
+
* Reservation.</p>
|
|
7221
|
+
* @public
|
|
7222
|
+
*/
|
|
7223
|
+
OutpostArn?: string | undefined;
|
|
7224
|
+
/**
|
|
7225
|
+
* <note>
|
|
7226
|
+
* <p>Not supported for future-dated Capacity Reservations.</p>
|
|
7227
|
+
* </note>
|
|
7228
|
+
* <p>The Amazon Resource Name (ARN) of the cluster placement group in which to create the
|
|
7229
|
+
* Capacity Reservation. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-cpg.html"> Capacity Reservations for cluster
|
|
7230
|
+
* placement groups</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
7231
|
+
* @public
|
|
7232
|
+
*/
|
|
7233
|
+
PlacementGroupArn?: string | undefined;
|
|
7234
|
+
/**
|
|
7235
|
+
* <note>
|
|
7236
|
+
* <p>Required for future-dated Capacity Reservations only. To create a Capacity
|
|
7237
|
+
* Reservation for immediate use, omit this parameter. </p>
|
|
7238
|
+
* </note>
|
|
7239
|
+
* <p>The date and time at which the future-dated Capacity Reservation should become
|
|
7240
|
+
* available for use, in the ISO8601 format in the UTC time zone
|
|
7241
|
+
* (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
|
|
7242
|
+
* <p>You can request a future-dated Capacity Reservation between 5 and 120 days in
|
|
7243
|
+
* advance.</p>
|
|
7244
|
+
* @public
|
|
7245
|
+
*/
|
|
7246
|
+
StartDate?: Date | undefined;
|
|
7247
|
+
/**
|
|
7248
|
+
* <note>
|
|
7249
|
+
* <p>Required for future-dated Capacity Reservations only. To create a Capacity
|
|
7250
|
+
* Reservation for immediate use, omit this parameter. </p>
|
|
7251
|
+
* </note>
|
|
7252
|
+
* <p>Specify a commitment duration, in seconds, for the future-dated Capacity
|
|
7253
|
+
* Reservation.</p>
|
|
7254
|
+
* <p>The commitment duration is a minimum duration for which you commit to having the
|
|
7255
|
+
* future-dated Capacity Reservation in the <code>active</code> state in your account after
|
|
7256
|
+
* it has been delivered.</p>
|
|
7257
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-concepts.html#cr-commitment-duration"> Commitment
|
|
7258
|
+
* duration</a>.</p>
|
|
7259
|
+
* @public
|
|
7260
|
+
*/
|
|
7261
|
+
CommitmentDuration?: number | undefined;
|
|
7262
|
+
/**
|
|
7263
|
+
* <note>
|
|
7264
|
+
* <p>Required for future-dated Capacity Reservations only. To create a Capacity
|
|
7265
|
+
* Reservation for immediate use, omit this parameter. </p>
|
|
7266
|
+
* </note>
|
|
7267
|
+
* <p>Indicates that the requested capacity will be delivered in addition to any running
|
|
7268
|
+
* instances or reserved capacity that you have in your account at the requested date and
|
|
7269
|
+
* time.</p>
|
|
7270
|
+
* <p>The only supported value is <code>incremental</code>.</p>
|
|
7271
|
+
* @public
|
|
7272
|
+
*/
|
|
7273
|
+
DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
|
|
7274
|
+
}
|
|
7275
|
+
/**
|
|
7276
|
+
* <p>Information about instance capacity usage for a Capacity Reservation.</p>
|
|
7277
|
+
* @public
|
|
7278
|
+
*/
|
|
7279
|
+
export interface CapacityAllocation {
|
|
7280
|
+
/**
|
|
7281
|
+
* <p>The usage type. <code>used</code> indicates that the instance capacity is in use by
|
|
7282
|
+
* instances that are running in the Capacity Reservation.</p>
|
|
7283
|
+
* @public
|
|
7284
|
+
*/
|
|
7285
|
+
AllocationType?: AllocationType | undefined;
|
|
7286
|
+
/**
|
|
7287
|
+
* <p>The amount of instance capacity associated with the usage. For example a value of
|
|
7288
|
+
* <code>4</code> indicates that instance capacity for 4 instances is currently in
|
|
7289
|
+
* use.</p>
|
|
7290
|
+
* @public
|
|
7291
|
+
*/
|
|
7292
|
+
Count?: number | undefined;
|
|
7293
|
+
}
|
|
7294
|
+
/**
|
|
7295
|
+
* <p>Information about your commitment for a future-dated Capacity Reservation.</p>
|
|
7296
|
+
* @public
|
|
7297
|
+
*/
|
|
7298
|
+
export interface CapacityReservationCommitmentInfo {
|
|
7299
|
+
/**
|
|
7300
|
+
* <p>The instance capacity that you committed to when you requested the future-dated
|
|
7301
|
+
* Capacity Reservation.</p>
|
|
7302
|
+
* @public
|
|
7303
|
+
*/
|
|
7304
|
+
CommittedInstanceCount?: number | undefined;
|
|
7305
|
+
/**
|
|
7306
|
+
* <p>The date and time at which the commitment duration expires, in the ISO8601 format in
|
|
7307
|
+
* the UTC time zone (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>). You can't decrease the
|
|
7308
|
+
* instance count or cancel the Capacity Reservation before this date and time.</p>
|
|
7309
|
+
* @public
|
|
7310
|
+
*/
|
|
7311
|
+
CommitmentEndDate?: Date | undefined;
|
|
7312
|
+
}
|
|
7313
|
+
/**
|
|
7314
|
+
* <p>Describes a Capacity Reservation.</p>
|
|
7315
|
+
* @public
|
|
7316
|
+
*/
|
|
7317
|
+
export interface CapacityReservation {
|
|
7318
|
+
/**
|
|
7319
|
+
* <p>The ID of the Capacity Reservation.</p>
|
|
7320
|
+
* @public
|
|
7321
|
+
*/
|
|
7322
|
+
CapacityReservationId?: string | undefined;
|
|
7323
|
+
/**
|
|
7324
|
+
* <p>The ID of the Amazon Web Services account that owns the Capacity Reservation.</p>
|
|
7325
|
+
* @public
|
|
7326
|
+
*/
|
|
7327
|
+
OwnerId?: string | undefined;
|
|
7328
|
+
/**
|
|
7329
|
+
* <p>The Amazon Resource Name (ARN) of the Capacity Reservation.</p>
|
|
7330
|
+
* @public
|
|
7331
|
+
*/
|
|
7332
|
+
CapacityReservationArn?: string | undefined;
|
|
7333
|
+
/**
|
|
7334
|
+
* <p>The ID of the Availability Zone in which the capacity is reserved.</p>
|
|
7335
|
+
* @public
|
|
7336
|
+
*/
|
|
7337
|
+
AvailabilityZoneId?: string | undefined;
|
|
7338
|
+
/**
|
|
7339
|
+
* <p>The type of instance for which the Capacity Reservation reserves capacity.</p>
|
|
7340
|
+
* @public
|
|
7341
|
+
*/
|
|
7342
|
+
InstanceType?: string | undefined;
|
|
7343
|
+
/**
|
|
7344
|
+
* <p>The type of operating system for which the Capacity Reservation reserves
|
|
7345
|
+
* capacity.</p>
|
|
7346
|
+
* @public
|
|
7347
|
+
*/
|
|
7348
|
+
InstancePlatform?: CapacityReservationInstancePlatform | undefined;
|
|
7349
|
+
/**
|
|
7350
|
+
* <p>The Availability Zone in which the capacity is reserved.</p>
|
|
7351
|
+
* @public
|
|
7352
|
+
*/
|
|
7353
|
+
AvailabilityZone?: string | undefined;
|
|
7354
|
+
/**
|
|
7355
|
+
* <p>Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one
|
|
7356
|
+
* of the following tenancy settings:</p>
|
|
7357
|
+
* <ul>
|
|
7358
|
+
* <li>
|
|
7359
|
+
* <p>
|
|
7360
|
+
* <code>default</code> - The Capacity Reservation is created on hardware that is
|
|
7361
|
+
* shared with other Amazon Web Services accounts.</p>
|
|
7362
|
+
* </li>
|
|
7363
|
+
* <li>
|
|
7364
|
+
* <p>
|
|
7365
|
+
* <code>dedicated</code> - The Capacity Reservation is created on single-tenant
|
|
7366
|
+
* hardware that is dedicated to a single Amazon Web Services account.</p>
|
|
7367
|
+
* </li>
|
|
7368
|
+
* </ul>
|
|
7369
|
+
* @public
|
|
7370
|
+
*/
|
|
7371
|
+
Tenancy?: CapacityReservationTenancy | undefined;
|
|
7372
|
+
/**
|
|
7373
|
+
* <p>The total number of instances for which the Capacity Reservation reserves
|
|
7374
|
+
* capacity.</p>
|
|
7375
|
+
* @public
|
|
7376
|
+
*/
|
|
7377
|
+
TotalInstanceCount?: number | undefined;
|
|
7378
|
+
/**
|
|
7379
|
+
* <p>The remaining capacity. Indicates the number of instances that can be launched in the
|
|
7380
|
+
* Capacity Reservation.</p>
|
|
7381
|
+
* @public
|
|
7382
|
+
*/
|
|
7383
|
+
AvailableInstanceCount?: number | undefined;
|
|
7384
|
+
/**
|
|
7385
|
+
* <p>Indicates whether the Capacity Reservation supports EBS-optimized instances. This
|
|
7386
|
+
* optimization provides dedicated throughput to Amazon EBS and an optimized configuration
|
|
7387
|
+
* stack to provide optimal I/O performance. This optimization isn't available with all
|
|
7388
|
+
* instance types. Additional usage charges apply when using an EBS- optimized
|
|
7389
|
+
* instance.</p>
|
|
7390
|
+
* @public
|
|
7391
|
+
*/
|
|
7392
|
+
EbsOptimized?: boolean | undefined;
|
|
7393
|
+
/**
|
|
7394
|
+
* <p>
|
|
7395
|
+
* <i>Deprecated.</i>
|
|
7396
|
+
* </p>
|
|
7397
|
+
* @public
|
|
7398
|
+
*/
|
|
7399
|
+
EphemeralStorage?: boolean | undefined;
|
|
7400
|
+
/**
|
|
7401
|
+
* <p>The current state of the Capacity Reservation. A Capacity Reservation can be in one of
|
|
7402
|
+
* the following states:</p>
|
|
7403
|
+
* <ul>
|
|
7404
|
+
* <li>
|
|
7405
|
+
* <p>
|
|
7406
|
+
* <code>active</code> - The capacity is available for use.</p>
|
|
7407
|
+
* </li>
|
|
7408
|
+
* <li>
|
|
7409
|
+
* <p>
|
|
7410
|
+
* <code>expired</code> - The Capacity Reservation expired automatically at the date and time
|
|
7411
|
+
* specified in your reservation request. The reserved capacity is no longer available for your use.</p>
|
|
7412
|
+
* </li>
|
|
7413
|
+
* <li>
|
|
7414
|
+
* <p>
|
|
7415
|
+
* <code>cancelled</code> - The Capacity Reservation was canceled. The reserved capacity is no
|
|
7416
|
+
* longer available for your use.</p>
|
|
7417
|
+
* </li>
|
|
7418
|
+
* <li>
|
|
7419
|
+
* <p>
|
|
7420
|
+
* <code>pending</code> - The Capacity Reservation request was successful but the capacity
|
|
7421
|
+
* provisioning is still pending.</p>
|
|
7422
|
+
* </li>
|
|
7423
|
+
* <li>
|
|
7424
|
+
* <p>
|
|
7425
|
+
* <code>failed</code> - The Capacity Reservation request has failed. A request can fail due to
|
|
7426
|
+
* request parameters that are not valid, capacity constraints, or instance limit constraints. You
|
|
7427
|
+
* can view a failed request for 60 minutes.</p>
|
|
7428
|
+
* </li>
|
|
7429
|
+
* <li>
|
|
7430
|
+
* <p>
|
|
7431
|
+
* <code>scheduled</code> - (<i>Future-dated Capacity Reservations</i>) The
|
|
7432
|
+
* future-dated Capacity Reservation request was approved and the Capacity Reservation is scheduled
|
|
7433
|
+
* for delivery on the requested start date.</p>
|
|
7434
|
+
* </li>
|
|
7435
|
+
* <li>
|
|
7436
|
+
* <p>
|
|
7437
|
+
* <code>payment-pending</code> - (<i>Capacity Blocks</i>) The upfront
|
|
7438
|
+
* payment has not been processed yet.</p>
|
|
7439
|
+
* </li>
|
|
7440
|
+
* <li>
|
|
7441
|
+
* <p>
|
|
7442
|
+
* <code>payment-failed</code> - (<i>Capacity Blocks</i>) The upfront
|
|
7443
|
+
* payment was not processed in the 12-hour time frame. Your Capacity Block was released.</p>
|
|
7444
|
+
* </li>
|
|
7445
|
+
* <li>
|
|
7446
|
+
* <p>
|
|
7447
|
+
* <code>assessing</code> - (<i>Future-dated Capacity Reservations</i>)
|
|
7448
|
+
* Amazon EC2 is assessing your request for a future-dated Capacity Reservation.</p>
|
|
7449
|
+
* </li>
|
|
7450
|
+
* <li>
|
|
7451
|
+
* <p>
|
|
7452
|
+
* <code>delayed</code> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2
|
|
7453
|
+
* encountered a delay in provisioning the requested future-dated Capacity Reservation. Amazon EC2 is
|
|
7454
|
+
* unable to deliver the requested capacity by the requested start date and time.</p>
|
|
7455
|
+
* </li>
|
|
7456
|
+
* <li>
|
|
7457
|
+
* <p>
|
|
7458
|
+
* <code>unsupported</code> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2
|
|
7459
|
+
* can't support the future-dated Capacity Reservation request due to capacity constraints. You can view
|
|
7460
|
+
* unsupported requests for 30 days. The Capacity Reservation will not be delivered.</p>
|
|
7461
|
+
* </li>
|
|
7462
|
+
* </ul>
|
|
7463
|
+
* @public
|
|
7464
|
+
*/
|
|
7465
|
+
State?: CapacityReservationState | undefined;
|
|
7466
|
+
/**
|
|
7467
|
+
* <p>The date and time the Capacity Reservation was started.</p>
|
|
7468
|
+
* @public
|
|
7469
|
+
*/
|
|
7470
|
+
StartDate?: Date | undefined;
|
|
7471
|
+
/**
|
|
7472
|
+
* <p>The date and time the Capacity Reservation expires. When a Capacity
|
|
7473
|
+
* Reservation expires, the reserved capacity is released and you can no longer launch
|
|
7474
|
+
* instances into it. The Capacity Reservation's state changes to <code>expired</code> when
|
|
7475
|
+
* it reaches its end date and time.</p>
|
|
7476
|
+
* @public
|
|
7477
|
+
*/
|
|
7478
|
+
EndDate?: Date | undefined;
|
|
7479
|
+
/**
|
|
7480
|
+
* <p>Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can
|
|
7481
|
+
* have one of the following end types:</p>
|
|
7482
|
+
* <ul>
|
|
7483
|
+
* <li>
|
|
7484
|
+
* <p>
|
|
7485
|
+
* <code>unlimited</code> - The Capacity Reservation remains active until you
|
|
7486
|
+
* explicitly cancel it.</p>
|
|
7487
|
+
* </li>
|
|
7488
|
+
* <li>
|
|
7489
|
+
* <p>
|
|
7490
|
+
* <code>limited</code> - The Capacity Reservation expires automatically at a
|
|
7491
|
+
* specified date and time.</p>
|
|
7492
|
+
* </li>
|
|
7493
|
+
* </ul>
|
|
7494
|
+
* @public
|
|
7495
|
+
*/
|
|
7496
|
+
EndDateType?: EndDateType | undefined;
|
|
7497
|
+
/**
|
|
7498
|
+
* <p>Indicates the type of instance launches that the Capacity Reservation accepts. The
|
|
7499
|
+
* options include:</p>
|
|
7500
|
+
* <ul>
|
|
7501
|
+
* <li>
|
|
7502
|
+
* <p>
|
|
7503
|
+
* <code>open</code> - The Capacity Reservation accepts all instances that have
|
|
7504
|
+
* matching attributes (instance type, platform, and Availability Zone). Instances
|
|
7505
|
+
* that have matching attributes launch into the Capacity Reservation automatically
|
|
7506
|
+
* without specifying any additional parameters.</p>
|
|
7507
|
+
* </li>
|
|
7508
|
+
* <li>
|
|
7509
|
+
* <p>
|
|
7510
|
+
* <code>targeted</code> - The Capacity Reservation only accepts instances that
|
|
7511
|
+
* have matching attributes (instance type, platform, and Availability Zone), and
|
|
7512
|
+
* explicitly target the Capacity Reservation. This ensures that only permitted
|
|
7513
|
+
* instances can use the reserved capacity. </p>
|
|
7514
|
+
* </li>
|
|
7515
|
+
* </ul>
|
|
7516
|
+
* @public
|
|
7517
|
+
*/
|
|
7518
|
+
InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
|
|
7519
|
+
/**
|
|
7520
|
+
* <p>The date and time the Capacity Reservation was created.</p>
|
|
7521
|
+
* @public
|
|
7522
|
+
*/
|
|
7523
|
+
CreateDate?: Date | undefined;
|
|
7524
|
+
/**
|
|
7525
|
+
* <p>Any tags assigned to the Capacity Reservation.</p>
|
|
7526
|
+
* @public
|
|
7527
|
+
*/
|
|
7528
|
+
Tags?: Tag[] | undefined;
|
|
7529
|
+
/**
|
|
7530
|
+
* <p>The Amazon Resource Name (ARN) of the Outpost on which the Capacity Reservation was
|
|
7531
|
+
* created.</p>
|
|
7532
|
+
* @public
|
|
7533
|
+
*/
|
|
7534
|
+
OutpostArn?: string | undefined;
|
|
7535
|
+
/**
|
|
7536
|
+
* <p>The ID of the Capacity Reservation Fleet to which the Capacity Reservation belongs.
|
|
7537
|
+
* Only valid for Capacity Reservations that were created by a Capacity Reservation
|
|
7538
|
+
* Fleet.</p>
|
|
7539
|
+
* @public
|
|
7540
|
+
*/
|
|
7541
|
+
CapacityReservationFleetId?: string | undefined;
|
|
7542
|
+
/**
|
|
7543
|
+
* <p>The Amazon Resource Name (ARN) of the cluster placement group in which the Capacity
|
|
7544
|
+
* Reservation was created. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-cpg.html"> Capacity Reservations for cluster
|
|
7545
|
+
* placement groups</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
7546
|
+
* @public
|
|
7547
|
+
*/
|
|
7548
|
+
PlacementGroupArn?: string | undefined;
|
|
7549
|
+
/**
|
|
7550
|
+
* <p>Information about instance capacity usage.</p>
|
|
7551
|
+
* @public
|
|
7552
|
+
*/
|
|
7553
|
+
CapacityAllocations?: CapacityAllocation[] | undefined;
|
|
7554
|
+
/**
|
|
7555
|
+
* <p>The type of Capacity Reservation.</p>
|
|
7556
|
+
* @public
|
|
7557
|
+
*/
|
|
7558
|
+
ReservationType?: CapacityReservationType | undefined;
|
|
7559
|
+
/**
|
|
7560
|
+
* <p>The ID of the Amazon Web Services account to which billing of the unused capacity of
|
|
7561
|
+
* the Capacity Reservation is assigned.</p>
|
|
7562
|
+
* @public
|
|
7563
|
+
*/
|
|
7564
|
+
UnusedReservationBillingOwnerId?: string | undefined;
|
|
7565
|
+
/**
|
|
7566
|
+
* <p>Information about your commitment for a future-dated Capacity Reservation.</p>
|
|
7567
|
+
* @public
|
|
7568
|
+
*/
|
|
7569
|
+
CommitmentInfo?: CapacityReservationCommitmentInfo | undefined;
|
|
7570
|
+
/**
|
|
7571
|
+
* <p>The delivery method for a future-dated Capacity Reservation. <code>incremental</code>
|
|
7572
|
+
* indicates that the requested capacity is delivered in addition to any running instances
|
|
7573
|
+
* and reserved capacity that you have in your account at the requested date and
|
|
7574
|
+
* time.</p>
|
|
7575
|
+
* @public
|
|
7576
|
+
*/
|
|
7577
|
+
DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
|
|
7578
|
+
/**
|
|
7579
|
+
* <p>The ID of the Capacity Block.</p>
|
|
7580
|
+
* @public
|
|
7581
|
+
*/
|
|
7582
|
+
CapacityBlockId?: string | undefined;
|
|
7583
|
+
}
|
|
7584
|
+
/**
|
|
7585
|
+
* @public
|
|
7586
|
+
*/
|
|
7587
|
+
export interface CreateCapacityReservationResult {
|
|
7588
|
+
/**
|
|
7589
|
+
* <p>Information about the Capacity Reservation.</p>
|
|
7590
|
+
* @public
|
|
7591
|
+
*/
|
|
7592
|
+
CapacityReservation?: CapacityReservation | undefined;
|
|
7593
|
+
}
|
|
7594
|
+
/**
|
|
7595
|
+
* @public
|
|
7596
|
+
*/
|
|
7597
|
+
export interface CreateCapacityReservationBySplittingRequest {
|
|
7598
|
+
/**
|
|
7599
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7600
|
+
* @public
|
|
7601
|
+
*/
|
|
7602
|
+
DryRun?: boolean | undefined;
|
|
7603
|
+
/**
|
|
7604
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensure Idempotency</a>.</p>
|
|
7605
|
+
* @public
|
|
7606
|
+
*/
|
|
7607
|
+
ClientToken?: string | undefined;
|
|
7608
|
+
/**
|
|
7609
|
+
* <p> The ID of the Capacity Reservation from which you want to split the capacity. </p>
|
|
7610
|
+
* @public
|
|
7611
|
+
*/
|
|
7612
|
+
SourceCapacityReservationId: string | undefined;
|
|
7613
|
+
/**
|
|
7614
|
+
* <p> The number of instances to split from the source Capacity Reservation. </p>
|
|
7615
|
+
* @public
|
|
7616
|
+
*/
|
|
7617
|
+
InstanceCount: number | undefined;
|
|
7618
|
+
/**
|
|
7619
|
+
* <p> The tags to apply to the new Capacity Reservation. </p>
|
|
7620
|
+
* @public
|
|
7621
|
+
*/
|
|
7622
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
7623
|
+
}
|
|
7624
|
+
/**
|
|
7625
|
+
* @public
|
|
7626
|
+
*/
|
|
7627
|
+
export interface CreateCapacityReservationBySplittingResult {
|
|
7628
|
+
/**
|
|
7629
|
+
* <p> Information about the source Capacity Reservation. </p>
|
|
7630
|
+
* @public
|
|
7631
|
+
*/
|
|
7632
|
+
SourceCapacityReservation?: CapacityReservation | undefined;
|
|
7633
|
+
/**
|
|
7634
|
+
* <p> Information about the destination Capacity Reservation. </p>
|
|
7635
|
+
* @public
|
|
7636
|
+
*/
|
|
7637
|
+
DestinationCapacityReservation?: CapacityReservation | undefined;
|
|
7638
|
+
/**
|
|
7639
|
+
* <p> The number of instances in the new Capacity Reservation. The number of instances in
|
|
7640
|
+
* the source Capacity Reservation was reduced by this amount. </p>
|
|
7641
|
+
* @public
|
|
7642
|
+
*/
|
|
7643
|
+
InstanceCount?: number | undefined;
|
|
7644
|
+
}
|
|
7645
|
+
/**
|
|
7646
|
+
* <p>Information about an instance type to use in a Capacity Reservation Fleet.</p>
|
|
7647
|
+
* @public
|
|
7648
|
+
*/
|
|
7649
|
+
export interface ReservationFleetInstanceSpecification {
|
|
7650
|
+
/**
|
|
7651
|
+
* <p>The instance type for which the Capacity Reservation Fleet reserves capacity.</p>
|
|
7652
|
+
* @public
|
|
7653
|
+
*/
|
|
7654
|
+
InstanceType?: _InstanceType | undefined;
|
|
7655
|
+
/**
|
|
7656
|
+
* <p>The type of operating system for which the Capacity Reservation Fleet reserves
|
|
7657
|
+
* capacity.</p>
|
|
7658
|
+
* @public
|
|
7659
|
+
*/
|
|
7660
|
+
InstancePlatform?: CapacityReservationInstancePlatform | undefined;
|
|
7661
|
+
/**
|
|
7662
|
+
* <p>The number of capacity units provided by the specified instance type. This value,
|
|
7663
|
+
* together with the total target capacity that you specify for the Fleet determine the
|
|
7664
|
+
* number of instances for which the Fleet reserves capacity. Both values are based on
|
|
7665
|
+
* units that make sense for your workload. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
|
|
7666
|
+
* capacity</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
7667
|
+
* @public
|
|
7668
|
+
*/
|
|
7669
|
+
Weight?: number | undefined;
|
|
7670
|
+
/**
|
|
7671
|
+
* <p>The Availability Zone in which the Capacity Reservation Fleet reserves the capacity. A
|
|
7672
|
+
* Capacity Reservation Fleet can't span Availability Zones. All instance type
|
|
7673
|
+
* specifications that you specify for the Fleet must use the same Availability
|
|
7674
|
+
* Zone.</p>
|
|
7675
|
+
* @public
|
|
7676
|
+
*/
|
|
7677
|
+
AvailabilityZone?: string | undefined;
|
|
7678
|
+
/**
|
|
7679
|
+
* <p>The ID of the Availability Zone in which the Capacity Reservation Fleet reserves the
|
|
7680
|
+
* capacity. A Capacity Reservation Fleet can't span Availability Zones. All instance type
|
|
7681
|
+
* specifications that you specify for the Fleet must use the same Availability
|
|
7682
|
+
* Zone.</p>
|
|
7683
|
+
* @public
|
|
7684
|
+
*/
|
|
7685
|
+
AvailabilityZoneId?: string | undefined;
|
|
7686
|
+
/**
|
|
7687
|
+
* <p>Indicates whether the Capacity Reservation Fleet supports EBS-optimized instances
|
|
7688
|
+
* types. This optimization provides dedicated throughput to Amazon EBS and an
|
|
7689
|
+
* optimized configuration stack to provide optimal I/O performance. This optimization
|
|
7690
|
+
* isn't available with all instance types. Additional usage charges apply when using
|
|
7691
|
+
* EBS-optimized instance types.</p>
|
|
7692
|
+
* @public
|
|
7693
|
+
*/
|
|
7694
|
+
EbsOptimized?: boolean | undefined;
|
|
7695
|
+
/**
|
|
7696
|
+
* <p>The priority to assign to the instance type. This value is used to determine which of
|
|
7697
|
+
* the instance types specified for the Fleet should be prioritized for use. A lower value
|
|
7698
|
+
* indicates a high priority. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-priority">Instance type
|
|
7699
|
+
* priority</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
7700
|
+
* @public
|
|
7701
|
+
*/
|
|
7702
|
+
Priority?: number | undefined;
|
|
7703
|
+
}
|
|
7704
|
+
/**
|
|
7705
|
+
* @public
|
|
7706
|
+
*/
|
|
7707
|
+
export interface CreateCapacityReservationFleetRequest {
|
|
7708
|
+
/**
|
|
7709
|
+
* <p>The strategy used by the Capacity Reservation Fleet to determine which of the
|
|
7710
|
+
* specified instance types to use. Currently, only the <code>prioritized</code> allocation
|
|
7711
|
+
* strategy is supported. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#allocation-strategy"> Allocation
|
|
7712
|
+
* strategy</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
7713
|
+
* <p>Valid values: <code>prioritized</code>
|
|
7714
|
+
* </p>
|
|
7715
|
+
* @public
|
|
7716
|
+
*/
|
|
7717
|
+
AllocationStrategy?: string | undefined;
|
|
7718
|
+
/**
|
|
7719
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensure Idempotency</a>.</p>
|
|
7720
|
+
* @public
|
|
7721
|
+
*/
|
|
7722
|
+
ClientToken?: string | undefined;
|
|
7723
|
+
/**
|
|
7724
|
+
* <p>Information about the instance types for which to reserve the capacity.</p>
|
|
7725
|
+
* @public
|
|
7726
|
+
*/
|
|
7727
|
+
InstanceTypeSpecifications: ReservationFleetInstanceSpecification[] | undefined;
|
|
7728
|
+
/**
|
|
7729
|
+
* <p>Indicates the tenancy of the Capacity Reservation Fleet. All Capacity Reservations in
|
|
7730
|
+
* the Fleet inherit this tenancy. The Capacity Reservation Fleet can have one of the
|
|
7731
|
+
* following tenancy settings:</p>
|
|
7732
|
+
* <ul>
|
|
7733
|
+
* <li>
|
|
7734
|
+
* <p>
|
|
7735
|
+
* <code>default</code> - The Capacity Reservation Fleet is created on hardware
|
|
7736
|
+
* that is shared with other Amazon Web Services accounts.</p>
|
|
7737
|
+
* </li>
|
|
7738
|
+
* <li>
|
|
7739
|
+
* <p>
|
|
7740
|
+
* <code>dedicated</code> - The Capacity Reservations are created on single-tenant
|
|
7741
|
+
* hardware that is dedicated to a single Amazon Web Services account.</p>
|
|
7742
|
+
* </li>
|
|
7743
|
+
* </ul>
|
|
7744
|
+
* @public
|
|
7745
|
+
*/
|
|
7746
|
+
Tenancy?: FleetCapacityReservationTenancy | undefined;
|
|
7747
|
+
/**
|
|
7748
|
+
* <p>The total number of capacity units to be reserved by the Capacity Reservation Fleet.
|
|
7749
|
+
* This value, together with the instance type weights that you assign to each instance
|
|
7750
|
+
* type used by the Fleet determine the number of instances for which the Fleet reserves
|
|
7751
|
+
* capacity. Both values are based on units that make sense for your workload. For more
|
|
7752
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
|
|
7753
|
+
* capacity</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
7754
|
+
* @public
|
|
7755
|
+
*/
|
|
7756
|
+
TotalTargetCapacity: number | undefined;
|
|
7757
|
+
/**
|
|
7758
|
+
* <p>The date and time at which the Capacity Reservation Fleet expires. When the Capacity
|
|
7759
|
+
* Reservation Fleet expires, its state changes to <code>expired</code> and all of the
|
|
7760
|
+
* Capacity Reservations in the Fleet expire.</p>
|
|
7761
|
+
* <p>The Capacity Reservation Fleet expires within an hour after the specified time. For
|
|
7762
|
+
* example, if you specify <code>5/31/2019</code>, <code>13:30:55</code>, the Capacity
|
|
7763
|
+
* Reservation Fleet is guaranteed to expire between <code>13:30:55</code> and
|
|
7764
|
+
* <code>14:30:55</code> on <code>5/31/2019</code>. </p>
|
|
7765
|
+
* @public
|
|
7766
|
+
*/
|
|
7767
|
+
EndDate?: Date | undefined;
|
|
7768
|
+
/**
|
|
7769
|
+
* <p>Indicates the type of instance launches that the Capacity Reservation Fleet accepts.
|
|
7770
|
+
* All Capacity Reservations in the Fleet inherit this instance matching criteria.</p>
|
|
7771
|
+
* <p>Currently, Capacity Reservation Fleets support <code>open</code> instance matching
|
|
7772
|
+
* criteria only. This means that instances that have matching attributes (instance type,
|
|
7773
|
+
* platform, and Availability Zone) run in the Capacity Reservations automatically.
|
|
7774
|
+
* Instances do not need to explicitly target a Capacity Reservation Fleet to use its
|
|
7775
|
+
* reserved capacity.</p>
|
|
7776
|
+
* @public
|
|
7777
|
+
*/
|
|
7778
|
+
InstanceMatchCriteria?: FleetInstanceMatchCriteria | undefined;
|
|
7779
|
+
/**
|
|
7780
|
+
* <p>The tags to assign to the Capacity Reservation Fleet. The tags are automatically
|
|
7781
|
+
* assigned to the Capacity Reservations in the Fleet.</p>
|
|
7782
|
+
* @public
|
|
7783
|
+
*/
|
|
7784
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
7785
|
+
/**
|
|
7786
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7787
|
+
* @public
|
|
7788
|
+
*/
|
|
7789
|
+
DryRun?: boolean | undefined;
|
|
7790
|
+
}
|
|
7791
|
+
/**
|
|
7792
|
+
* <p>Information about a Capacity Reservation in a Capacity Reservation Fleet.</p>
|
|
7793
|
+
* @public
|
|
7794
|
+
*/
|
|
7795
|
+
export interface FleetCapacityReservation {
|
|
7796
|
+
/**
|
|
7797
|
+
* <p>The ID of the Capacity Reservation.</p>
|
|
7798
|
+
* @public
|
|
7799
|
+
*/
|
|
7800
|
+
CapacityReservationId?: string | undefined;
|
|
7801
|
+
/**
|
|
7802
|
+
* <p>The ID of the Availability Zone in which the Capacity Reservation reserves
|
|
7803
|
+
* capacity.</p>
|
|
7804
|
+
* @public
|
|
7805
|
+
*/
|
|
7806
|
+
AvailabilityZoneId?: string | undefined;
|
|
7807
|
+
/**
|
|
7808
|
+
* <p>The instance type for which the Capacity Reservation reserves capacity.</p>
|
|
7809
|
+
* @public
|
|
7810
|
+
*/
|
|
7811
|
+
InstanceType?: _InstanceType | undefined;
|
|
7812
|
+
/**
|
|
7813
|
+
* <p>The type of operating system for which the Capacity Reservation reserves
|
|
7814
|
+
* capacity.</p>
|
|
7815
|
+
* @public
|
|
7816
|
+
*/
|
|
7817
|
+
InstancePlatform?: CapacityReservationInstancePlatform | undefined;
|
|
7818
|
+
/**
|
|
7819
|
+
* <p>The Availability Zone in which the Capacity Reservation reserves capacity.</p>
|
|
7820
|
+
* @public
|
|
7821
|
+
*/
|
|
7822
|
+
AvailabilityZone?: string | undefined;
|
|
7823
|
+
/**
|
|
7824
|
+
* <p>The total number of instances for which the Capacity Reservation reserves
|
|
7825
|
+
* capacity.</p>
|
|
7826
|
+
* @public
|
|
7827
|
+
*/
|
|
7828
|
+
TotalInstanceCount?: number | undefined;
|
|
7829
|
+
/**
|
|
7830
|
+
* <p>The number of capacity units fulfilled by the Capacity Reservation. For more
|
|
7831
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
|
|
7832
|
+
* capacity</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
7833
|
+
* @public
|
|
7834
|
+
*/
|
|
7835
|
+
FulfilledCapacity?: number | undefined;
|
|
7836
|
+
/**
|
|
7837
|
+
* <p>Indicates whether the Capacity Reservation reserves capacity for EBS-optimized
|
|
7838
|
+
* instance types.</p>
|
|
7839
|
+
* @public
|
|
7840
|
+
*/
|
|
7841
|
+
EbsOptimized?: boolean | undefined;
|
|
7842
|
+
/**
|
|
7843
|
+
* <p>The date and time at which the Capacity Reservation was created.</p>
|
|
7844
|
+
* @public
|
|
7845
|
+
*/
|
|
7846
|
+
CreateDate?: Date | undefined;
|
|
7847
|
+
/**
|
|
7848
|
+
* <p>The weight of the instance type in the Capacity Reservation Fleet. For more
|
|
7849
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-weight">Instance type
|
|
7850
|
+
* weight</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
7851
|
+
* @public
|
|
7852
|
+
*/
|
|
7853
|
+
Weight?: number | undefined;
|
|
7854
|
+
/**
|
|
7855
|
+
* <p>The priority of the instance type in the Capacity Reservation Fleet. For more
|
|
7856
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-priority">Instance type
|
|
7857
|
+
* priority</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
7858
|
+
* @public
|
|
7859
|
+
*/
|
|
7860
|
+
Priority?: number | undefined;
|
|
7861
|
+
}
|
|
7862
|
+
/**
|
|
7863
|
+
* @public
|
|
7864
|
+
*/
|
|
7865
|
+
export interface CreateCapacityReservationFleetResult {
|
|
7866
|
+
/**
|
|
7867
|
+
* <p>The ID of the Capacity Reservation Fleet.</p>
|
|
7868
|
+
* @public
|
|
7869
|
+
*/
|
|
7870
|
+
CapacityReservationFleetId?: string | undefined;
|
|
7871
|
+
/**
|
|
7872
|
+
* <p>The status of the Capacity Reservation Fleet.</p>
|
|
7873
|
+
* @public
|
|
7874
|
+
*/
|
|
7875
|
+
State?: CapacityReservationFleetState | undefined;
|
|
7876
|
+
/**
|
|
7877
|
+
* <p>The total number of capacity units for which the Capacity Reservation Fleet reserves
|
|
7878
|
+
* capacity.</p>
|
|
7879
|
+
* @public
|
|
7880
|
+
*/
|
|
7881
|
+
TotalTargetCapacity?: number | undefined;
|
|
7882
|
+
/**
|
|
7883
|
+
* <p>The requested capacity units that have been successfully reserved.</p>
|
|
7884
|
+
* @public
|
|
7885
|
+
*/
|
|
7886
|
+
TotalFulfilledCapacity?: number | undefined;
|
|
7887
|
+
/**
|
|
7888
|
+
* <p>The instance matching criteria for the Capacity Reservation Fleet.</p>
|
|
7889
|
+
* @public
|
|
7890
|
+
*/
|
|
7891
|
+
InstanceMatchCriteria?: FleetInstanceMatchCriteria | undefined;
|
|
7892
|
+
/**
|
|
7893
|
+
* <p>The allocation strategy used by the Capacity Reservation Fleet.</p>
|
|
7894
|
+
* @public
|
|
7895
|
+
*/
|
|
7896
|
+
AllocationStrategy?: string | undefined;
|
|
7897
|
+
/**
|
|
7898
|
+
* <p>The date and time at which the Capacity Reservation Fleet was created.</p>
|
|
7899
|
+
* @public
|
|
7900
|
+
*/
|
|
7901
|
+
CreateTime?: Date | undefined;
|
|
7902
|
+
/**
|
|
7903
|
+
* <p>The date and time at which the Capacity Reservation Fleet expires.</p>
|
|
7904
|
+
* @public
|
|
7905
|
+
*/
|
|
7906
|
+
EndDate?: Date | undefined;
|
|
7907
|
+
/**
|
|
7908
|
+
* <p>Indicates the tenancy of Capacity Reservation Fleet.</p>
|
|
7909
|
+
* @public
|
|
7910
|
+
*/
|
|
7911
|
+
Tenancy?: FleetCapacityReservationTenancy | undefined;
|
|
7912
|
+
/**
|
|
7913
|
+
* <p>Information about the individual Capacity Reservations in the Capacity Reservation
|
|
7914
|
+
* Fleet.</p>
|
|
7915
|
+
* @public
|
|
7916
|
+
*/
|
|
7917
|
+
FleetCapacityReservations?: FleetCapacityReservation[] | undefined;
|
|
7918
|
+
/**
|
|
7919
|
+
* <p>The tags assigned to the Capacity Reservation Fleet.</p>
|
|
7920
|
+
* @public
|
|
7921
|
+
*/
|
|
7922
|
+
Tags?: Tag[] | undefined;
|
|
7923
|
+
}
|
|
7924
|
+
/**
|
|
7925
|
+
* @public
|
|
7926
|
+
*/
|
|
7927
|
+
export interface CreateCarrierGatewayRequest {
|
|
7928
|
+
/**
|
|
7929
|
+
* <p>The ID of the VPC to associate with the carrier gateway.</p>
|
|
7930
|
+
* @public
|
|
7931
|
+
*/
|
|
7932
|
+
VpcId: string | undefined;
|
|
7933
|
+
/**
|
|
7934
|
+
* <p>The tags to associate with the carrier gateway.</p>
|
|
7935
|
+
* @public
|
|
7936
|
+
*/
|
|
7937
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
7938
|
+
/**
|
|
7939
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7940
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7941
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7942
|
+
* @public
|
|
7943
|
+
*/
|
|
7944
|
+
DryRun?: boolean | undefined;
|
|
7945
|
+
/**
|
|
7946
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
7947
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure
|
|
7948
|
+
* idempotency</a>.</p>
|
|
7949
|
+
* @public
|
|
7950
|
+
*/
|
|
7951
|
+
ClientToken?: string | undefined;
|
|
7952
|
+
}
|
|
7953
|
+
/**
|
|
7954
|
+
* <p>Describes a carrier gateway.</p>
|
|
7955
|
+
* @public
|
|
7956
|
+
*/
|
|
7957
|
+
export interface CarrierGateway {
|
|
7958
|
+
/**
|
|
7959
|
+
* <p>The ID of the carrier gateway.</p>
|
|
7960
|
+
* @public
|
|
7961
|
+
*/
|
|
7962
|
+
CarrierGatewayId?: string | undefined;
|
|
7963
|
+
/**
|
|
7964
|
+
* <p>The ID of the VPC associated with the carrier gateway.</p>
|
|
7965
|
+
* @public
|
|
7966
|
+
*/
|
|
7967
|
+
VpcId?: string | undefined;
|
|
7968
|
+
/**
|
|
7969
|
+
* <p>The state of the carrier gateway.</p>
|
|
7970
|
+
* @public
|
|
7971
|
+
*/
|
|
7972
|
+
State?: CarrierGatewayState | undefined;
|
|
7973
|
+
/**
|
|
7974
|
+
* <p>The Amazon Web Services account ID of the owner of the carrier gateway.</p>
|
|
7975
|
+
* @public
|
|
7976
|
+
*/
|
|
7977
|
+
OwnerId?: string | undefined;
|
|
7978
|
+
/**
|
|
7979
|
+
* <p>The tags assigned to the carrier gateway.</p>
|
|
7980
|
+
* @public
|
|
7981
|
+
*/
|
|
7982
|
+
Tags?: Tag[] | undefined;
|
|
7983
|
+
}
|
|
7984
|
+
/**
|
|
7985
|
+
* @public
|
|
7986
|
+
*/
|
|
7987
|
+
export interface CreateCarrierGatewayResult {
|
|
7988
|
+
/**
|
|
7989
|
+
* <p>Information about the carrier gateway.</p>
|
|
7990
|
+
* @public
|
|
7991
|
+
*/
|
|
7992
|
+
CarrierGateway?: CarrierGateway | undefined;
|
|
7993
|
+
}
|
|
7994
|
+
/**
|
|
7995
|
+
* <p>Describes the Active Directory to be used for client authentication.</p>
|
|
7996
|
+
* @public
|
|
7997
|
+
*/
|
|
7998
|
+
export interface DirectoryServiceAuthenticationRequest {
|
|
7999
|
+
/**
|
|
8000
|
+
* <p>The ID of the Active Directory to be used for authentication.</p>
|
|
8001
|
+
* @public
|
|
8002
|
+
*/
|
|
8003
|
+
DirectoryId?: string | undefined;
|
|
8004
|
+
}
|
|
8005
|
+
/**
|
|
8006
|
+
* <p>The IAM SAML identity provider used for federated authentication.</p>
|
|
8007
|
+
* @public
|
|
8008
|
+
*/
|
|
8009
|
+
export interface FederatedAuthenticationRequest {
|
|
8010
|
+
/**
|
|
8011
|
+
* <p>The Amazon Resource Name (ARN) of the IAM SAML identity provider.</p>
|
|
8012
|
+
* @public
|
|
8013
|
+
*/
|
|
8014
|
+
SAMLProviderArn?: string | undefined;
|
|
8015
|
+
/**
|
|
8016
|
+
* <p>The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.</p>
|
|
8017
|
+
* @public
|
|
8018
|
+
*/
|
|
8019
|
+
SelfServiceSAMLProviderArn?: string | undefined;
|
|
8020
|
+
}
|
|
8021
|
+
/**
|
|
8022
|
+
* <p>Information about the client certificate to be used for authentication.</p>
|
|
8023
|
+
* @public
|
|
8024
|
+
*/
|
|
8025
|
+
export interface CertificateAuthenticationRequest {
|
|
8026
|
+
/**
|
|
8027
|
+
* <p>The ARN of the client certificate. The certificate must be signed by a certificate
|
|
8028
|
+
* authority (CA) and it must be provisioned in Certificate Manager (ACM).</p>
|
|
8029
|
+
* @public
|
|
8030
|
+
*/
|
|
8031
|
+
ClientRootCertificateChainArn?: string | undefined;
|
|
8032
|
+
}
|
|
8033
|
+
/**
|
|
8034
|
+
* <p>Describes the authentication method to be used by a Client VPN endpoint. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/authentication-authrization.html#client-authentication">Authentication</a>
|
|
8035
|
+
* in the <i>Client VPN Administrator Guide</i>.</p>
|
|
8036
|
+
* @public
|
|
8037
|
+
*/
|
|
8038
|
+
export interface ClientVpnAuthenticationRequest {
|
|
8039
|
+
/**
|
|
8040
|
+
* <p>The type of client authentication to be used.</p>
|
|
8041
|
+
* @public
|
|
8042
|
+
*/
|
|
8043
|
+
Type?: ClientVpnAuthenticationType | undefined;
|
|
8044
|
+
/**
|
|
8045
|
+
* <p>Information about the Active Directory to be used, if applicable. You must provide this information if <b>Type</b> is <code>directory-service-authentication</code>.</p>
|
|
8046
|
+
* @public
|
|
8047
|
+
*/
|
|
8048
|
+
ActiveDirectory?: DirectoryServiceAuthenticationRequest | undefined;
|
|
8049
|
+
/**
|
|
8050
|
+
* <p>Information about the authentication certificates to be used, if applicable. You must provide this information if <b>Type</b> is <code>certificate-authentication</code>.</p>
|
|
8051
|
+
* @public
|
|
8052
|
+
*/
|
|
8053
|
+
MutualAuthentication?: CertificateAuthenticationRequest | undefined;
|
|
8054
|
+
/**
|
|
8055
|
+
* <p>Information about the IAM SAML identity provider to be used, if applicable. You must provide this information if <b>Type</b> is <code>federated-authentication</code>.</p>
|
|
8056
|
+
* @public
|
|
8057
|
+
*/
|
|
8058
|
+
FederatedAuthentication?: FederatedAuthenticationRequest | undefined;
|
|
8059
|
+
}
|
|
8060
|
+
/**
|
|
8061
|
+
* <p>The options for managing connection authorization for new client connections.</p>
|
|
8062
|
+
* @public
|
|
8063
|
+
*/
|
|
8064
|
+
export interface ClientConnectOptions {
|
|
8065
|
+
/**
|
|
8066
|
+
* <p>Indicates whether client connect options are enabled. The default is <code>false</code> (not enabled).</p>
|
|
8067
|
+
* @public
|
|
8068
|
+
*/
|
|
8069
|
+
Enabled?: boolean | undefined;
|
|
8070
|
+
/**
|
|
8071
|
+
* <p>The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.</p>
|
|
8072
|
+
* @public
|
|
8073
|
+
*/
|
|
8074
|
+
LambdaFunctionArn?: string | undefined;
|
|
8075
|
+
}
|
|
8076
|
+
/**
|
|
8077
|
+
* <p>Options for enabling a customizable text banner that will be displayed on
|
|
8078
|
+
* Amazon Web Services provided clients when a VPN session is established.</p>
|
|
8079
|
+
* @public
|
|
8080
|
+
*/
|
|
8081
|
+
export interface ClientLoginBannerOptions {
|
|
8082
|
+
/**
|
|
8083
|
+
* <p>Enable or disable a customizable text banner that will be displayed on
|
|
8084
|
+
* Amazon Web Services provided clients when a VPN session is established.</p>
|
|
8085
|
+
* <p>Valid values: <code>true | false</code>
|
|
8086
|
+
* </p>
|
|
8087
|
+
* <p>Default value: <code>false</code>
|
|
8088
|
+
* </p>
|
|
8089
|
+
* @public
|
|
8090
|
+
*/
|
|
8091
|
+
Enabled?: boolean | undefined;
|
|
8092
|
+
/**
|
|
8093
|
+
* <p>Customizable text that will be displayed in a banner on Amazon Web Services provided
|
|
8094
|
+
* clients when a VPN session is established. UTF-8 encoded characters only. Maximum of
|
|
8095
|
+
* 1400 characters.</p>
|
|
8096
|
+
* @public
|
|
8097
|
+
*/
|
|
8098
|
+
BannerText?: string | undefined;
|
|
8099
|
+
}
|
|
8100
|
+
/**
|
|
8101
|
+
* <p>Client Route Enforcement is a feature of Client VPN that helps enforce administrator defined
|
|
8102
|
+
* routes on devices connected through the VPN. This feature helps improve your security
|
|
8103
|
+
* posture by ensuring that network traffic originating from a connected client is not
|
|
8104
|
+
* inadvertently sent outside the VPN tunnel.</p>
|
|
8105
|
+
* <p>Client Route Enforcement works by monitoring the route table of a connected device for
|
|
8106
|
+
* routing policy changes to the VPN connection. If the feature detects any VPN routing
|
|
8107
|
+
* policy modifications, it will automatically force an update to the route table,
|
|
8108
|
+
* reverting it back to the expected route configurations.</p>
|
|
8109
|
+
* @public
|
|
8110
|
+
*/
|
|
8111
|
+
export interface ClientRouteEnforcementOptions {
|
|
8112
|
+
/**
|
|
8113
|
+
* <p>Enable or disable Client Route Enforcement. The state can either be <code>true</code>
|
|
8114
|
+
* (enabled) or <code>false</code> (disabled). The default is <code>false</code>.</p>
|
|
8115
|
+
* <p>Valid values: <code>true | false</code>
|
|
8116
|
+
* </p>
|
|
8117
|
+
* <p>Default value: <code>false</code>
|
|
8118
|
+
* </p>
|
|
8119
|
+
* @public
|
|
8120
|
+
*/
|
|
8121
|
+
Enforced?: boolean | undefined;
|
|
8122
|
+
}
|
|
8123
|
+
/**
|
|
8124
|
+
* <p>Describes the client connection logging options for the Client VPN endpoint.</p>
|
|
8125
|
+
* @public
|
|
8126
|
+
*/
|
|
8127
|
+
export interface ConnectionLogOptions {
|
|
8128
|
+
/**
|
|
8129
|
+
* <p>Indicates whether connection logging is enabled.</p>
|
|
8130
|
+
* @public
|
|
8131
|
+
*/
|
|
8132
|
+
Enabled?: boolean | undefined;
|
|
8133
|
+
/**
|
|
8134
|
+
* <p>The name of the CloudWatch Logs log group. Required if connection logging is enabled.</p>
|
|
8135
|
+
* @public
|
|
8136
|
+
*/
|
|
8137
|
+
CloudwatchLogGroup?: string | undefined;
|
|
8138
|
+
/**
|
|
8139
|
+
* <p>The name of the CloudWatch Logs log stream to which the connection data is published.</p>
|
|
8140
|
+
* @public
|
|
8141
|
+
*/
|
|
8142
|
+
CloudwatchLogStream?: string | undefined;
|
|
8143
|
+
}
|
|
8144
|
+
/**
|
|
8145
|
+
* @public
|
|
8146
|
+
*/
|
|
8147
|
+
export interface CreateClientVpnEndpointRequest {
|
|
8148
|
+
/**
|
|
8149
|
+
* <p>The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. Client CIDR range must have a size of at least /22 and must not be greater than /12.</p>
|
|
8150
|
+
* @public
|
|
8151
|
+
*/
|
|
8152
|
+
ClientCidrBlock?: string | undefined;
|
|
8153
|
+
/**
|
|
8154
|
+
* <p>The ARN of the server certificate. For more information, see
|
|
8155
|
+
* the <a href="https://docs.aws.amazon.com/acm/latest/userguide/">Certificate Manager User Guide</a>.</p>
|
|
8156
|
+
* @public
|
|
8157
|
+
*/
|
|
8158
|
+
ServerCertificateArn: string | undefined;
|
|
8159
|
+
/**
|
|
8160
|
+
* <p>Information about the authentication method to be used to authenticate clients.</p>
|
|
8161
|
+
* @public
|
|
8162
|
+
*/
|
|
8163
|
+
AuthenticationOptions: ClientVpnAuthenticationRequest[] | undefined;
|
|
8164
|
+
/**
|
|
8165
|
+
* <p>Information about the client connection logging options.</p>
|
|
8166
|
+
* <p>If you enable client connection logging, data about client connections is sent to a
|
|
8167
|
+
* Cloudwatch Logs log stream. The following information is logged:</p>
|
|
8168
|
+
* <ul>
|
|
8169
|
+
* <li>
|
|
8170
|
+
* <p>Client connection requests</p>
|
|
8171
|
+
* </li>
|
|
8172
|
+
* <li>
|
|
8173
|
+
* <p>Client connection results (successful and unsuccessful)</p>
|
|
8174
|
+
* </li>
|
|
8175
|
+
* <li>
|
|
8176
|
+
* <p>Reasons for unsuccessful client connection requests</p>
|
|
8177
|
+
* </li>
|
|
8178
|
+
* <li>
|
|
8179
|
+
* <p>Client connection termination time</p>
|
|
8180
|
+
* </li>
|
|
8181
|
+
* </ul>
|
|
8182
|
+
* @public
|
|
8183
|
+
*/
|
|
8184
|
+
ConnectionLogOptions: ConnectionLogOptions | undefined;
|
|
8185
|
+
/**
|
|
8186
|
+
* <p>Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can
|
|
8187
|
+
* have up to two DNS servers. If no DNS server is specified, the DNS address configured on the device is used for the DNS server.</p>
|
|
8188
|
+
* @public
|
|
8189
|
+
*/
|
|
8190
|
+
DnsServers?: string[] | undefined;
|
|
8191
|
+
/**
|
|
8192
|
+
* <p>The transport protocol to be used by the VPN session.</p>
|
|
8193
|
+
* <p>Default value: <code>udp</code>
|
|
8194
|
+
* </p>
|
|
8195
|
+
* @public
|
|
8196
|
+
*/
|
|
8197
|
+
TransportProtocol?: TransportProtocol | undefined;
|
|
8198
|
+
/**
|
|
8199
|
+
* <p>The port number to assign to the Client VPN endpoint for TCP and UDP traffic.</p>
|
|
8200
|
+
* <p>Valid Values: <code>443</code> | <code>1194</code>
|
|
8201
|
+
* </p>
|
|
8202
|
+
* <p>Default Value: <code>443</code>
|
|
8203
|
+
* </p>
|
|
8204
|
+
* @public
|
|
8205
|
+
*/
|
|
8206
|
+
VpnPort?: number | undefined;
|
|
8207
|
+
/**
|
|
8208
|
+
* <p>A brief description of the Client VPN endpoint.</p>
|
|
8209
|
+
* @public
|
|
8210
|
+
*/
|
|
8211
|
+
Description?: string | undefined;
|
|
8212
|
+
/**
|
|
8213
|
+
* <p>Indicates whether split-tunnel is enabled on the Client VPN endpoint.</p>
|
|
8214
|
+
* <p>By default, split-tunnel on a VPN endpoint is disabled.</p>
|
|
8215
|
+
* <p>For information about split-tunnel VPN endpoints, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html">Split-tunnel Client VPN endpoint</a> in the
|
|
8216
|
+
* <i>Client VPN Administrator Guide</i>.</p>
|
|
8217
|
+
* @public
|
|
8218
|
+
*/
|
|
8219
|
+
SplitTunnel?: boolean | undefined;
|
|
8220
|
+
/**
|
|
8221
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8222
|
+
* @public
|
|
8223
|
+
*/
|
|
8224
|
+
DryRun?: boolean | undefined;
|
|
8225
|
+
/**
|
|
8226
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
8227
|
+
* For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
8228
|
+
* @public
|
|
8229
|
+
*/
|
|
8230
|
+
ClientToken?: string | undefined;
|
|
8231
|
+
/**
|
|
8232
|
+
* <p>The tags to apply to the Client VPN endpoint during creation.</p>
|
|
8233
|
+
* @public
|
|
8234
|
+
*/
|
|
8235
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
8236
|
+
/**
|
|
8237
|
+
* <p>The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups.</p>
|
|
8238
|
+
* @public
|
|
8239
|
+
*/
|
|
8240
|
+
SecurityGroupIds?: string[] | undefined;
|
|
8241
|
+
/**
|
|
8242
|
+
* <p>The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the request, the default security group for the VPC is applied.</p>
|
|
8243
|
+
* @public
|
|
8244
|
+
*/
|
|
8245
|
+
VpcId?: string | undefined;
|
|
8246
|
+
/**
|
|
8247
|
+
* <p>Specify whether to enable the self-service portal for the Client VPN endpoint.</p>
|
|
8248
|
+
* <p>Default Value: <code>enabled</code>
|
|
8249
|
+
* </p>
|
|
8250
|
+
* @public
|
|
8251
|
+
*/
|
|
8252
|
+
SelfServicePortal?: SelfServicePortal | undefined;
|
|
8253
|
+
/**
|
|
8254
|
+
* <p>The options for managing connection authorization for new client connections.</p>
|
|
8255
|
+
* @public
|
|
8256
|
+
*/
|
|
8257
|
+
ClientConnectOptions?: ClientConnectOptions | undefined;
|
|
8258
|
+
/**
|
|
8259
|
+
* <p>The maximum VPN session duration time in hours.</p>
|
|
8260
|
+
* <p>Valid values: <code>8 | 10 | 12 | 24</code>
|
|
8261
|
+
* </p>
|
|
8262
|
+
* <p>Default value: <code>24</code>
|
|
8263
|
+
* </p>
|
|
8264
|
+
* @public
|
|
8265
|
+
*/
|
|
8266
|
+
SessionTimeoutHours?: number | undefined;
|
|
8267
|
+
/**
|
|
8268
|
+
* <p>Options for enabling a customizable text banner that will be displayed on
|
|
8269
|
+
* Amazon Web Services provided clients when a VPN session is established.</p>
|
|
8270
|
+
* @public
|
|
8271
|
+
*/
|
|
8272
|
+
ClientLoginBannerOptions?: ClientLoginBannerOptions | undefined;
|
|
8273
|
+
/**
|
|
8274
|
+
* <p>Client route enforcement is a feature of the Client VPN service that helps enforce administrator defined routes on devices connected through the VPN. T
|
|
8275
|
+
* his feature helps improve your security posture by ensuring that network traffic originating from a connected client is not inadvertently sent outside the VPN tunnel.</p>
|
|
8276
|
+
* <p>Client route enforcement works by monitoring the route table of a connected device for routing policy changes to the VPN connection. If the feature detects any VPN routing policy modifications, it will automatically force an update to the route table,
|
|
8277
|
+
* reverting it back to the expected route configurations.</p>
|
|
8278
|
+
* @public
|
|
8279
|
+
*/
|
|
8280
|
+
ClientRouteEnforcementOptions?: ClientRouteEnforcementOptions | undefined;
|
|
8281
|
+
/**
|
|
8282
|
+
* <p>Indicates whether the client VPN session is disconnected after the maximum timeout specified in <code>SessionTimeoutHours</code> is reached. If <code>true</code>, users are prompted to reconnect client VPN. If <code>false</code>, client VPN attempts to reconnect automatically.
|
|
8283
|
+
* The default value is <code>true</code>.</p>
|
|
8284
|
+
* @public
|
|
8285
|
+
*/
|
|
8286
|
+
DisconnectOnSessionTimeout?: boolean | undefined;
|
|
8287
|
+
/**
|
|
8288
|
+
* <p>The IP address type for the Client VPN endpoint. Valid values are <code>ipv4</code>
|
|
8289
|
+
* (default) for IPv4 addressing only, <code>ipv6</code> for IPv6 addressing only, or <code>dual-stack</code> for both IPv4 and IPv6
|
|
8290
|
+
* addressing. When set to <code>dual-stack,</code> clients can connect to the endpoint
|
|
8291
|
+
* using either IPv4 or IPv6 addresses..</p>
|
|
8292
|
+
* @public
|
|
8293
|
+
*/
|
|
8294
|
+
EndpointIpAddressType?: EndpointIpAddressType | undefined;
|
|
8295
|
+
/**
|
|
8296
|
+
* <p>The IP address type for traffic within the Client VPN tunnel. Valid values are <code>ipv4</code> (default) for IPv4 traffic only, <code>ipv6</code> for IPv6 addressing only, or <code>dual-stack</code> for both IPv4 and IPv6 traffic. When set to <code>dual-stack</code>, clients can access both IPv4 and IPv6 resources through the VPN .</p>
|
|
8297
|
+
* @public
|
|
8298
|
+
*/
|
|
8299
|
+
TrafficIpAddressType?: TrafficIpAddressType | undefined;
|
|
8300
|
+
}
|
|
8301
|
+
/**
|
|
8302
|
+
* <p>Describes the state of a Client VPN endpoint.</p>
|
|
8303
|
+
* @public
|
|
8304
|
+
*/
|
|
8305
|
+
export interface ClientVpnEndpointStatus {
|
|
8306
|
+
/**
|
|
8307
|
+
* <p>The state of the Client VPN endpoint. Possible states include:</p>
|
|
8308
|
+
* <ul>
|
|
8309
|
+
* <li>
|
|
8310
|
+
* <p>
|
|
8311
|
+
* <code>pending-associate</code> - The Client VPN endpoint has been created but no target networks
|
|
8312
|
+
* have been associated. The Client VPN endpoint cannot accept connections.</p>
|
|
8313
|
+
* </li>
|
|
8314
|
+
* <li>
|
|
8315
|
+
* <p>
|
|
8316
|
+
* <code>available</code> - The Client VPN endpoint has been created and a target network has been
|
|
8317
|
+
* associated. The Client VPN endpoint can accept connections.</p>
|
|
8318
|
+
* </li>
|
|
8319
|
+
* <li>
|
|
8320
|
+
* <p>
|
|
8321
|
+
* <code>deleting</code> - The Client VPN endpoint is being deleted. The Client VPN endpoint cannot accept
|
|
8322
|
+
* connections.</p>
|
|
8323
|
+
* </li>
|
|
8324
|
+
* <li>
|
|
8325
|
+
* <p>
|
|
8326
|
+
* <code>deleted</code> - The Client VPN endpoint has been deleted. The Client VPN endpoint cannot accept
|
|
8327
|
+
* connections.</p>
|
|
8328
|
+
* </li>
|
|
8329
|
+
* </ul>
|
|
8330
|
+
* @public
|
|
8331
|
+
*/
|
|
8332
|
+
Code?: ClientVpnEndpointStatusCode | undefined;
|
|
8333
|
+
/**
|
|
8334
|
+
* <p>A message about the status of the Client VPN endpoint.</p>
|
|
8335
|
+
* @public
|
|
8336
|
+
*/
|
|
8337
|
+
Message?: string | undefined;
|
|
8338
|
+
}
|
|
8339
|
+
/**
|
|
8340
|
+
* @public
|
|
8341
|
+
*/
|
|
8342
|
+
export interface CreateClientVpnEndpointResult {
|
|
8343
|
+
/**
|
|
8344
|
+
* <p>The ID of the Client VPN endpoint.</p>
|
|
8345
|
+
* @public
|
|
8346
|
+
*/
|
|
8347
|
+
ClientVpnEndpointId?: string | undefined;
|
|
8348
|
+
/**
|
|
8349
|
+
* <p>The current state of the Client VPN endpoint.</p>
|
|
8350
|
+
* @public
|
|
8351
|
+
*/
|
|
8352
|
+
Status?: ClientVpnEndpointStatus | undefined;
|
|
8353
|
+
/**
|
|
8354
|
+
* <p>The DNS name to be used by clients when establishing their VPN session.</p>
|
|
8355
|
+
* @public
|
|
8356
|
+
*/
|
|
8357
|
+
DnsName?: string | undefined;
|
|
8358
|
+
}
|
|
8359
|
+
/**
|
|
8360
|
+
* @public
|
|
8361
|
+
*/
|
|
8362
|
+
export interface CreateClientVpnRouteRequest {
|
|
8363
|
+
/**
|
|
8364
|
+
* <p>The ID of the Client VPN endpoint to which to add the route.</p>
|
|
8365
|
+
* @public
|
|
8366
|
+
*/
|
|
8367
|
+
ClientVpnEndpointId: string | undefined;
|
|
8368
|
+
/**
|
|
8369
|
+
* <p>The IPv4 address range, in CIDR notation, of the route destination. For example:</p>
|
|
8370
|
+
* <ul>
|
|
8371
|
+
* <li>
|
|
8372
|
+
* <p>To add a route for Internet access, enter <code>0.0.0.0/0</code>
|
|
8373
|
+
* </p>
|
|
8374
|
+
* </li>
|
|
8375
|
+
* <li>
|
|
8376
|
+
* <p>To add a route for a peered VPC, enter the peered VPC's IPv4 CIDR range</p>
|
|
8377
|
+
* </li>
|
|
8378
|
+
* <li>
|
|
8379
|
+
* <p>To add a route for an on-premises network, enter the Amazon Web Services Site-to-Site VPN connection's IPv4 CIDR range</p>
|
|
8380
|
+
* </li>
|
|
8381
|
+
* <li>
|
|
8382
|
+
* <p>To add a route for the local network, enter the client CIDR range</p>
|
|
8383
|
+
* </li>
|
|
8384
|
+
* </ul>
|
|
8385
|
+
* @public
|
|
8386
|
+
*/
|
|
8387
|
+
DestinationCidrBlock: string | undefined;
|
|
8388
|
+
/**
|
|
8389
|
+
* <p>The ID of the subnet through which you want to route traffic. The specified subnet must be
|
|
8390
|
+
* an existing target network of the Client VPN endpoint.</p>
|
|
8391
|
+
* <p>Alternatively, if you're adding a route for the local network, specify <code>local</code>.</p>
|
|
8392
|
+
* @public
|
|
8393
|
+
*/
|
|
8394
|
+
TargetVpcSubnetId: string | undefined;
|
|
8395
|
+
/**
|
|
8396
|
+
* <p>A brief description of the route.</p>
|
|
8397
|
+
* @public
|
|
8398
|
+
*/
|
|
8399
|
+
Description?: string | undefined;
|
|
8400
|
+
/**
|
|
8401
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
8402
|
+
* For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
8403
|
+
* @public
|
|
8404
|
+
*/
|
|
8405
|
+
ClientToken?: string | undefined;
|
|
8406
|
+
/**
|
|
8407
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8408
|
+
* @public
|
|
8409
|
+
*/
|
|
8410
|
+
DryRun?: boolean | undefined;
|
|
8411
|
+
}
|
|
8412
|
+
/**
|
|
8413
|
+
* <p>Describes the state of a Client VPN endpoint route.</p>
|
|
8414
|
+
* @public
|
|
8415
|
+
*/
|
|
8416
|
+
export interface ClientVpnRouteStatus {
|
|
8417
|
+
/**
|
|
8418
|
+
* <p>The state of the Client VPN endpoint route.</p>
|
|
8419
|
+
* @public
|
|
8420
|
+
*/
|
|
8421
|
+
Code?: ClientVpnRouteStatusCode | undefined;
|
|
8422
|
+
/**
|
|
8423
|
+
* <p>A message about the status of the Client VPN endpoint route, if applicable.</p>
|
|
8424
|
+
* @public
|
|
8425
|
+
*/
|
|
8426
|
+
Message?: string | undefined;
|
|
8427
|
+
}
|
|
8428
|
+
/**
|
|
8429
|
+
* @public
|
|
8430
|
+
*/
|
|
8431
|
+
export interface CreateClientVpnRouteResult {
|
|
8432
|
+
/**
|
|
8433
|
+
* <p>The current state of the route.</p>
|
|
8434
|
+
* @public
|
|
8435
|
+
*/
|
|
8436
|
+
Status?: ClientVpnRouteStatus | undefined;
|
|
8437
|
+
}
|
|
8438
|
+
/**
|
|
8439
|
+
* @public
|
|
8440
|
+
*/
|
|
8441
|
+
export interface CreateCoipCidrRequest {
|
|
8442
|
+
/**
|
|
8443
|
+
* <p>
|
|
8444
|
+
* A customer-owned IP address range to create.
|
|
8445
|
+
* </p>
|
|
8446
|
+
* @public
|
|
8447
|
+
*/
|
|
8448
|
+
Cidr: string | undefined;
|
|
8449
|
+
/**
|
|
8450
|
+
* <p>
|
|
8451
|
+
* The ID of the address pool.
|
|
8452
|
+
* </p>
|
|
8453
|
+
* @public
|
|
8454
|
+
*/
|
|
8455
|
+
CoipPoolId: string | undefined;
|
|
8456
|
+
/**
|
|
8457
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8458
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8459
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8460
|
+
* @public
|
|
8461
|
+
*/
|
|
8462
|
+
DryRun?: boolean | undefined;
|
|
8463
|
+
}
|
|
8464
|
+
/**
|
|
8465
|
+
* <p>
|
|
8466
|
+
* Information about a customer-owned IP address range.
|
|
8467
|
+
* </p>
|
|
8468
|
+
* @public
|
|
8469
|
+
*/
|
|
8470
|
+
export interface CoipCidr {
|
|
8471
|
+
/**
|
|
8472
|
+
* <p>
|
|
8473
|
+
* An address range in a customer-owned IP address space.
|
|
8474
|
+
* </p>
|
|
8475
|
+
* @public
|
|
8476
|
+
*/
|
|
8477
|
+
Cidr?: string | undefined;
|
|
8478
|
+
/**
|
|
8479
|
+
* <p>
|
|
8480
|
+
* The ID of the address pool.
|
|
8481
|
+
* </p>
|
|
8482
|
+
* @public
|
|
8483
|
+
*/
|
|
8484
|
+
CoipPoolId?: string | undefined;
|
|
8485
|
+
/**
|
|
8486
|
+
* <p>
|
|
8487
|
+
* The ID of the local gateway route table.
|
|
8488
|
+
* </p>
|
|
8489
|
+
* @public
|
|
8490
|
+
*/
|
|
8491
|
+
LocalGatewayRouteTableId?: string | undefined;
|
|
8492
|
+
}
|
|
8493
|
+
/**
|
|
8494
|
+
* @public
|
|
8495
|
+
*/
|
|
8496
|
+
export interface CreateCoipCidrResult {
|
|
8497
|
+
/**
|
|
8498
|
+
* <p>
|
|
8499
|
+
* Information about a range of customer-owned IP addresses.
|
|
8500
|
+
* </p>
|
|
8501
|
+
* @public
|
|
8502
|
+
*/
|
|
8503
|
+
CoipCidr?: CoipCidr | undefined;
|
|
8504
|
+
}
|
|
8505
|
+
/**
|
|
8506
|
+
* @public
|
|
8507
|
+
*/
|
|
8508
|
+
export interface CreateCoipPoolRequest {
|
|
8509
|
+
/**
|
|
8510
|
+
* <p>
|
|
8511
|
+
* The ID of the local gateway route table.
|
|
8512
|
+
* </p>
|
|
8513
|
+
* @public
|
|
8514
|
+
*/
|
|
8515
|
+
LocalGatewayRouteTableId: string | undefined;
|
|
8516
|
+
/**
|
|
8517
|
+
* <p>
|
|
8518
|
+
* The tags to assign to the CoIP address pool.
|
|
8519
|
+
* </p>
|
|
8520
|
+
* @public
|
|
8521
|
+
*/
|
|
8522
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
8523
|
+
/**
|
|
8524
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8525
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8526
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8527
|
+
* @public
|
|
8528
|
+
*/
|
|
8529
|
+
DryRun?: boolean | undefined;
|
|
8530
|
+
}
|
|
8531
|
+
/**
|
|
8532
|
+
* <p>Describes a customer-owned address pool.</p>
|
|
8533
|
+
* @public
|
|
8534
|
+
*/
|
|
8535
|
+
export interface CoipPool {
|
|
8536
|
+
/**
|
|
8537
|
+
* <p>The ID of the address pool.</p>
|
|
8538
|
+
* @public
|
|
8539
|
+
*/
|
|
8540
|
+
PoolId?: string | undefined;
|
|
8541
|
+
/**
|
|
8542
|
+
* <p>The address ranges of the address pool.</p>
|
|
8543
|
+
* @public
|
|
8544
|
+
*/
|
|
8545
|
+
PoolCidrs?: string[] | undefined;
|
|
8546
|
+
/**
|
|
8547
|
+
* <p>The ID of the local gateway route table.</p>
|
|
8548
|
+
* @public
|
|
8549
|
+
*/
|
|
8550
|
+
LocalGatewayRouteTableId?: string | undefined;
|
|
8551
|
+
/**
|
|
8552
|
+
* <p>The tags.</p>
|
|
8553
|
+
* @public
|
|
8554
|
+
*/
|
|
8555
|
+
Tags?: Tag[] | undefined;
|
|
8556
|
+
/**
|
|
8557
|
+
* <p>The ARN of the address pool.</p>
|
|
8558
|
+
* @public
|
|
8559
|
+
*/
|
|
8560
|
+
PoolArn?: string | undefined;
|
|
8561
|
+
}
|
|
8562
|
+
/**
|
|
8563
|
+
* @public
|
|
8564
|
+
*/
|
|
8565
|
+
export interface CreateCoipPoolResult {
|
|
8566
|
+
/**
|
|
8567
|
+
* <p>Information about the CoIP address pool.</p>
|
|
8568
|
+
* @public
|
|
8569
|
+
*/
|
|
8570
|
+
CoipPool?: CoipPool | undefined;
|
|
8571
|
+
}
|
|
8572
|
+
/**
|
|
8573
|
+
* <p>Contains the parameters for CreateCustomerGateway.</p>
|
|
8574
|
+
* @public
|
|
8575
|
+
*/
|
|
8576
|
+
export interface CreateCustomerGatewayRequest {
|
|
8577
|
+
/**
|
|
8578
|
+
* <p>For customer gateway devices that support BGP, specify the device's ASN. You must specify either <code>BgpAsn</code> or <code>BgpAsnExtended</code> when creating the customer gateway. If the ASN is larger than <code>2,147,483,647</code>, you must use <code>BgpAsnExtended</code>.</p>
|
|
8579
|
+
* <p>Default: 65000</p>
|
|
8580
|
+
* <p>Valid values: <code>1</code> to <code>2,147,483,647</code>
|
|
8581
|
+
* </p>
|
|
8582
|
+
* @public
|
|
8583
|
+
*/
|
|
8584
|
+
BgpAsn?: number | undefined;
|
|
8585
|
+
/**
|
|
8586
|
+
* <p>
|
|
8587
|
+
* <i>This member has been deprecated.</i> The Internet-routable IP address for the customer gateway's outside interface. The
|
|
8588
|
+
* address must be static.</p>
|
|
8589
|
+
* @public
|
|
8590
|
+
*/
|
|
8591
|
+
PublicIp?: string | undefined;
|
|
8592
|
+
/**
|
|
8593
|
+
* <p>The Amazon Resource Name (ARN) for the customer gateway certificate.</p>
|
|
8594
|
+
* @public
|
|
8595
|
+
*/
|
|
8596
|
+
CertificateArn?: string | undefined;
|
|
8597
|
+
/**
|
|
8598
|
+
* <p>The type of VPN connection that this customer gateway supports
|
|
8599
|
+
* (<code>ipsec.1</code>).</p>
|
|
8600
|
+
* @public
|
|
8601
|
+
*/
|
|
8602
|
+
Type: GatewayType | undefined;
|
|
8603
|
+
/**
|
|
8604
|
+
* <p>The tags to apply to the customer gateway.</p>
|
|
8605
|
+
* @public
|
|
8606
|
+
*/
|
|
8607
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
8608
|
+
/**
|
|
8609
|
+
* <p>A name for the customer gateway device.</p>
|
|
8610
|
+
* <p>Length Constraints: Up to 255 characters.</p>
|
|
8611
|
+
* @public
|
|
8612
|
+
*/
|
|
8613
|
+
DeviceName?: string | undefined;
|
|
8614
|
+
/**
|
|
8615
|
+
* <p>The IP address for the customer gateway device's outside interface. The address must be
|
|
8616
|
+
* static. If <code>OutsideIpAddressType</code> in your VPN connection options is set to
|
|
8617
|
+
* <code>PrivateIpv4</code>, you can use an RFC6598 or RFC1918 private IPv4 address. If
|
|
8618
|
+
* <code>OutsideIpAddressType</code> is set to <code>Ipv6</code>, you can use an IPv6 address. </p>
|
|
8619
|
+
* @public
|
|
8620
|
+
*/
|
|
8621
|
+
IpAddress?: string | undefined;
|
|
8622
|
+
/**
|
|
8623
|
+
* <p>For customer gateway devices that support BGP, specify the device's ASN. You must specify either <code>BgpAsn</code> or <code>BgpAsnExtended</code> when creating the customer gateway. If the ASN is larger than <code>2,147,483,647</code>, you must use <code>BgpAsnExtended</code>.</p>
|
|
8624
|
+
* <p>Valid values: <code>2,147,483,648</code> to <code>4,294,967,295</code>
|
|
8625
|
+
* </p>
|
|
8626
|
+
* @public
|
|
8627
|
+
*/
|
|
8628
|
+
BgpAsnExtended?: number | undefined;
|
|
8629
|
+
/**
|
|
8630
|
+
* <p>Checks whether you have the required permissions for the action, without actually
|
|
8631
|
+
* making the request, and provides an error response. If you have the required
|
|
8632
|
+
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
8633
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
8634
|
+
* @public
|
|
8635
|
+
*/
|
|
8636
|
+
DryRun?: boolean | undefined;
|
|
8637
|
+
}
|
|
8638
|
+
/**
|
|
8639
|
+
* <p>Describes a customer gateway.</p>
|
|
8640
|
+
* @public
|
|
8641
|
+
*/
|
|
8642
|
+
export interface CustomerGateway {
|
|
8643
|
+
/**
|
|
8644
|
+
* <p>The Amazon Resource Name (ARN) for the customer gateway certificate.</p>
|
|
8645
|
+
* @public
|
|
8646
|
+
*/
|
|
8647
|
+
CertificateArn?: string | undefined;
|
|
8648
|
+
/**
|
|
8649
|
+
* <p>The name of customer gateway device.</p>
|
|
8650
|
+
* @public
|
|
8651
|
+
*/
|
|
8652
|
+
DeviceName?: string | undefined;
|
|
8653
|
+
/**
|
|
8654
|
+
* <p>Any tags assigned to the customer gateway.</p>
|
|
8655
|
+
* @public
|
|
8656
|
+
*/
|
|
8657
|
+
Tags?: Tag[] | undefined;
|
|
8658
|
+
/**
|
|
8659
|
+
* <p>The customer gateway device's Border Gateway Protocol (BGP) Autonomous System Number
|
|
8660
|
+
* (ASN).</p>
|
|
8661
|
+
* <p>Valid values: <code>2,147,483,648</code> to <code>4,294,967,295</code>
|
|
8662
|
+
* </p>
|
|
8663
|
+
* @public
|
|
8664
|
+
*/
|
|
8665
|
+
BgpAsnExtended?: string | undefined;
|
|
8666
|
+
/**
|
|
8667
|
+
* <p>The ID of the customer gateway.</p>
|
|
8668
|
+
* @public
|
|
8669
|
+
*/
|
|
8670
|
+
CustomerGatewayId?: string | undefined;
|
|
8671
|
+
/**
|
|
8672
|
+
* <p>The current state of the customer gateway (<code>pending | available | deleting |
|
|
8673
|
+
* deleted</code>).</p>
|
|
8674
|
+
* @public
|
|
8675
|
+
*/
|
|
8676
|
+
State?: string | undefined;
|
|
8677
|
+
/**
|
|
8678
|
+
* <p>The type of VPN connection the customer gateway supports
|
|
8679
|
+
* (<code>ipsec.1</code>).</p>
|
|
8680
|
+
* @public
|
|
8681
|
+
*/
|
|
8682
|
+
Type?: string | undefined;
|
|
8683
|
+
/**
|
|
8684
|
+
* <p>
|
|
8685
|
+
* The IP address for the customer gateway device's outside interface. The address must be static. If <code>OutsideIpAddressType</code> in your VPN connection options is set to <code>PrivateIpv4</code>, you can use an RFC6598 or RFC1918 private IPv4 address. If
|
|
8686
|
+
* <code>OutsideIpAddressType</code> is set to <code>PublicIpv4</code>, you can use a public IPv4 address. If <code>OutsideIpAddressType</code> is set to <code>Ipv6</code>, you can use a public IPv6 address.
|
|
8687
|
+
* </p>
|
|
8688
|
+
* @public
|
|
8689
|
+
*/
|
|
8690
|
+
IpAddress?: string | undefined;
|
|
8691
|
+
/**
|
|
8692
|
+
* <p>The customer gateway device's Border Gateway Protocol (BGP) Autonomous System Number
|
|
8693
|
+
* (ASN).</p>
|
|
8694
|
+
* <p>Valid values: <code>1</code> to <code>2,147,483,647</code>
|
|
8695
|
+
* </p>
|
|
8696
|
+
* @public
|
|
8697
|
+
*/
|
|
8698
|
+
BgpAsn?: string | undefined;
|
|
8699
|
+
}
|
|
8700
|
+
/**
|
|
8701
|
+
* <p>Contains the output of CreateCustomerGateway.</p>
|
|
8702
|
+
* @public
|
|
8703
|
+
*/
|
|
8704
|
+
export interface CreateCustomerGatewayResult {
|
|
8705
|
+
/**
|
|
8706
|
+
* <p>Information about the customer gateway.</p>
|
|
8707
|
+
* @public
|
|
8708
|
+
*/
|
|
8709
|
+
CustomerGateway?: CustomerGateway | undefined;
|
|
8710
|
+
}
|
|
8711
|
+
/**
|
|
8712
|
+
* @public
|
|
8713
|
+
*/
|
|
8714
|
+
export interface CreateDefaultSubnetRequest {
|
|
8715
|
+
/**
|
|
8716
|
+
* <p>The Availability Zone in which to create the default subnet.</p>
|
|
8717
|
+
* <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> must be specified,
|
|
8718
|
+
* but not both.</p>
|
|
8719
|
+
* @public
|
|
8720
|
+
*/
|
|
8721
|
+
AvailabilityZone?: string | undefined;
|
|
8722
|
+
/**
|
|
8723
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8724
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8725
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8726
|
+
* @public
|
|
8727
|
+
*/
|
|
8728
|
+
DryRun?: boolean | undefined;
|
|
8729
|
+
/**
|
|
8730
|
+
* <p>Indicates whether to create an IPv6 only subnet. If you already have a default subnet
|
|
8731
|
+
* for this Availability Zone, you must delete it before you can create an IPv6 only subnet.</p>
|
|
8732
|
+
* @public
|
|
8733
|
+
*/
|
|
8734
|
+
Ipv6Native?: boolean | undefined;
|
|
8735
|
+
/**
|
|
8736
|
+
* <p>The ID of the Availability Zone.</p>
|
|
8737
|
+
* <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> must be specified,
|
|
8738
|
+
* but not both.</p>
|
|
8739
|
+
* @public
|
|
8740
|
+
*/
|
|
8741
|
+
AvailabilityZoneId?: string | undefined;
|
|
8742
|
+
}
|
|
8743
|
+
/**
|
|
8744
|
+
* <p>The state of VPC Block Public Access (BPA).</p>
|
|
8745
|
+
* @public
|
|
8746
|
+
*/
|
|
8747
|
+
export interface BlockPublicAccessStates {
|
|
8748
|
+
/**
|
|
8749
|
+
* <p>The mode of VPC BPA.</p>
|
|
8750
|
+
* <ul>
|
|
8751
|
+
* <li>
|
|
8752
|
+
* <p>
|
|
8753
|
+
* <code>off</code>: VPC BPA is not enabled and traffic is allowed to and from internet gateways and egress-only internet gateways in this Region.</p>
|
|
8754
|
+
* </li>
|
|
8755
|
+
* <li>
|
|
8756
|
+
* <p>
|
|
8757
|
+
* <code>block-bidirectional</code>: Block all traffic to and from internet gateways and egress-only internet gateways in this Region (except for excluded VPCs and subnets).</p>
|
|
8758
|
+
* </li>
|
|
8759
|
+
* <li>
|
|
8760
|
+
* <p>
|
|
8761
|
+
* <code>block-ingress</code>: Block all internet traffic to the VPCs in this Region (except for VPCs or subnets which are excluded). Only traffic to and from NAT gateways and egress-only internet gateways is allowed because these gateways only allow outbound connections to be established.</p>
|
|
8762
|
+
* </li>
|
|
8763
|
+
* </ul>
|
|
8764
|
+
* @public
|
|
8765
|
+
*/
|
|
8766
|
+
InternetGatewayBlockMode?: BlockPublicAccessMode | undefined;
|
|
8767
|
+
}
|
|
8768
|
+
/**
|
|
8769
|
+
* <p>Describes the options for instance hostnames.</p>
|
|
8770
|
+
* @public
|
|
8771
|
+
*/
|
|
8772
|
+
export interface PrivateDnsNameOptionsOnLaunch {
|
|
8773
|
+
/**
|
|
8774
|
+
* <p>The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name
|
|
8775
|
+
* must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name
|
|
8776
|
+
* must be based on the instance ID. For dual-stack subnets, you can specify whether DNS
|
|
8777
|
+
* names use the instance IPv4 address or the instance ID.</p>
|
|
8778
|
+
* @public
|
|
8779
|
+
*/
|
|
8780
|
+
HostnameType?: HostnameType | undefined;
|
|
8781
|
+
/**
|
|
8782
|
+
* <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A
|
|
8783
|
+
* records.</p>
|
|
8784
|
+
* @public
|
|
8785
|
+
*/
|
|
8786
|
+
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
8787
|
+
/**
|
|
8788
|
+
* <p>Indicates whether to respond to DNS queries for instance hostname with DNS AAAA
|
|
8789
|
+
* records.</p>
|
|
8790
|
+
* @public
|
|
8791
|
+
*/
|
|
8792
|
+
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
8793
|
+
}
|
|
8794
|
+
/**
|
|
8795
|
+
* <p>Describes a subnet.</p>
|
|
8796
|
+
* @public
|
|
8797
|
+
*/
|
|
8798
|
+
export interface Subnet {
|
|
8799
|
+
/**
|
|
8800
|
+
* <p>The AZ ID of the subnet.</p>
|
|
8801
|
+
* @public
|
|
8802
|
+
*/
|
|
8803
|
+
AvailabilityZoneId?: string | undefined;
|
|
8804
|
+
/**
|
|
8805
|
+
* <p>
|
|
8806
|
+
* Indicates the device position for local network interfaces in this subnet. For example,
|
|
8807
|
+
* <code>1</code> indicates local network interfaces in this subnet are the secondary
|
|
8808
|
+
* network interface (eth1).
|
|
8809
|
+
* </p>
|
|
8810
|
+
* @public
|
|
8811
|
+
*/
|
|
8812
|
+
EnableLniAtDeviceIndex?: number | undefined;
|
|
8813
|
+
/**
|
|
8814
|
+
* <p>Indicates whether a network interface created in this subnet (including a network
|
|
8815
|
+
* interface created by <a>RunInstances</a>) receives a customer-owned IPv4 address.</p>
|
|
8816
|
+
* @public
|
|
8817
|
+
*/
|
|
8818
|
+
MapCustomerOwnedIpOnLaunch?: boolean | undefined;
|
|
8819
|
+
/**
|
|
8820
|
+
* <p>The customer-owned IPv4 address pool associated with the subnet.</p>
|
|
8821
|
+
* @public
|
|
8822
|
+
*/
|
|
8823
|
+
CustomerOwnedIpv4Pool?: string | undefined;
|
|
8824
|
+
/**
|
|
8825
|
+
* <p>The ID of the Amazon Web Services account that owns the subnet.</p>
|
|
8826
|
+
* @public
|
|
8827
|
+
*/
|
|
8828
|
+
OwnerId?: string | undefined;
|
|
8829
|
+
/**
|
|
8830
|
+
* <p>Indicates whether a network interface created in this subnet (including a network
|
|
8831
|
+
* interface created by <a>RunInstances</a>) receives an IPv6 address.</p>
|
|
8832
|
+
* @public
|
|
8833
|
+
*/
|
|
8834
|
+
AssignIpv6AddressOnCreation?: boolean | undefined;
|
|
8835
|
+
/**
|
|
8836
|
+
* <p>Information about the IPv6 CIDR blocks associated with the subnet.</p>
|
|
8837
|
+
* @public
|
|
8838
|
+
*/
|
|
8839
|
+
Ipv6CidrBlockAssociationSet?: SubnetIpv6CidrBlockAssociation[] | undefined;
|
|
8840
|
+
/**
|
|
8841
|
+
* <p>Any tags assigned to the subnet.</p>
|
|
8842
|
+
* @public
|
|
8843
|
+
*/
|
|
8844
|
+
Tags?: Tag[] | undefined;
|
|
8845
|
+
/**
|
|
8846
|
+
* <p>The Amazon Resource Name (ARN) of the subnet.</p>
|
|
8847
|
+
* @public
|
|
8848
|
+
*/
|
|
8849
|
+
SubnetArn?: string | undefined;
|
|
8850
|
+
/**
|
|
8851
|
+
* <p>The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
8852
|
+
* @public
|
|
8853
|
+
*/
|
|
8854
|
+
OutpostArn?: string | undefined;
|
|
8855
|
+
/**
|
|
8856
|
+
* <p>Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet
|
|
8857
|
+
* should return synthetic IPv6 addresses for IPv4-only destinations.</p>
|
|
8858
|
+
* @public
|
|
8859
|
+
*/
|
|
8860
|
+
EnableDns64?: boolean | undefined;
|
|
8861
|
+
/**
|
|
8862
|
+
* <p>Indicates whether this is an IPv6 only subnet.</p>
|
|
8863
|
+
* @public
|
|
8864
|
+
*/
|
|
8865
|
+
Ipv6Native?: boolean | undefined;
|
|
8866
|
+
/**
|
|
8867
|
+
* <p>The type of hostnames to assign to instances in the subnet at launch. An instance hostname
|
|
8868
|
+
* is based on the IPv4 address or ID of the instance.</p>
|
|
8869
|
+
* @public
|
|
8870
|
+
*/
|
|
8871
|
+
PrivateDnsNameOptionsOnLaunch?: PrivateDnsNameOptionsOnLaunch | undefined;
|
|
8872
|
+
/**
|
|
8873
|
+
* <p>The state of VPC Block Public Access (BPA).</p>
|
|
8874
|
+
* @public
|
|
8875
|
+
*/
|
|
8876
|
+
BlockPublicAccessStates?: BlockPublicAccessStates | undefined;
|
|
8877
|
+
/**
|
|
8878
|
+
* <p>Indicates if this is a subnet used with Amazon Elastic VMware Service (EVS).
|
|
8879
|
+
* Possible values are <code>Elastic VMware Service</code> or no value. For more
|
|
8880
|
+
* information about Amazon EVS, see <a href="https://docs.aws.amazon.com/evs/latest/APIReference/Welcome.html">
|
|
8881
|
+
* <i>Amazon Elastic VMware Service
|
|
8882
|
+
* API Reference</i>
|
|
8883
|
+
* </a>.</p>
|
|
8884
|
+
* @public
|
|
8885
|
+
*/
|
|
8886
|
+
Type?: string | undefined;
|
|
8887
|
+
/**
|
|
8888
|
+
* <p>The ID of the subnet.</p>
|
|
8889
|
+
* @public
|
|
8890
|
+
*/
|
|
8891
|
+
SubnetId?: string | undefined;
|
|
8892
|
+
/**
|
|
8893
|
+
* <p>The current state of the subnet.</p>
|
|
8894
|
+
* <ul>
|
|
8895
|
+
* <li>
|
|
8896
|
+
* <p>
|
|
8897
|
+
* <code>failed</code>: The underlying infrastructure to support the subnet failed to provision
|
|
8898
|
+
* as expected.</p>
|
|
8899
|
+
* </li>
|
|
8900
|
+
* <li>
|
|
8901
|
+
* <p>
|
|
8902
|
+
* <code>failed-insufficient-capacity</code>: The underlying infrastructure to support the subnet
|
|
8903
|
+
* failed to provision due to a shortage of EC2 instance capacity.</p>
|
|
8904
|
+
* </li>
|
|
8905
|
+
* </ul>
|
|
8906
|
+
* @public
|
|
8907
|
+
*/
|
|
8908
|
+
State?: SubnetState | undefined;
|
|
8909
|
+
/**
|
|
8910
|
+
* <p>The ID of the VPC the subnet is in.</p>
|
|
8911
|
+
* @public
|
|
8912
|
+
*/
|
|
8913
|
+
VpcId?: string | undefined;
|
|
8914
|
+
/**
|
|
8915
|
+
* <p>The IPv4 CIDR block assigned to the subnet.</p>
|
|
8916
|
+
* @public
|
|
8917
|
+
*/
|
|
8918
|
+
CidrBlock?: string | undefined;
|
|
8919
|
+
/**
|
|
8920
|
+
* <p>The number of unused private IPv4 addresses in the subnet. The IPv4 addresses for any
|
|
8921
|
+
* stopped instances are considered unavailable.</p>
|
|
8922
|
+
* @public
|
|
8923
|
+
*/
|
|
8924
|
+
AvailableIpAddressCount?: number | undefined;
|
|
8925
|
+
/**
|
|
8926
|
+
* <p>The Availability Zone of the subnet.</p>
|
|
8927
|
+
* @public
|
|
8928
|
+
*/
|
|
8929
|
+
AvailabilityZone?: string | undefined;
|
|
8930
|
+
/**
|
|
8931
|
+
* <p>Indicates whether this is the default subnet for the Availability Zone.</p>
|
|
8932
|
+
* @public
|
|
8933
|
+
*/
|
|
8934
|
+
DefaultForAz?: boolean | undefined;
|
|
8935
|
+
/**
|
|
8936
|
+
* <p>Indicates whether instances launched in this subnet receive a public IPv4 address.</p>
|
|
8937
|
+
* <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
|
|
8938
|
+
* associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
|
|
8939
|
+
* @public
|
|
8940
|
+
*/
|
|
8941
|
+
MapPublicIpOnLaunch?: boolean | undefined;
|
|
8942
|
+
}
|
|
8943
|
+
/**
|
|
8944
|
+
* @public
|
|
8945
|
+
*/
|
|
8946
|
+
export interface CreateDefaultSubnetResult {
|
|
8947
|
+
/**
|
|
8948
|
+
* <p>Information about the subnet.</p>
|
|
8949
|
+
* @public
|
|
8950
|
+
*/
|
|
8951
|
+
Subnet?: Subnet | undefined;
|
|
8952
|
+
}
|
|
8953
|
+
/**
|
|
8954
|
+
* @public
|
|
8955
|
+
*/
|
|
8956
|
+
export interface CreateDefaultVpcRequest {
|
|
8957
|
+
/**
|
|
8958
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8959
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8960
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8961
|
+
* @public
|
|
8962
|
+
*/
|
|
8963
|
+
DryRun?: boolean | undefined;
|
|
8964
|
+
}
|
|
8965
|
+
/**
|
|
8966
|
+
* @public
|
|
8967
|
+
*/
|
|
8968
|
+
export interface VpcEncryptionControlExclusion {
|
|
8969
|
+
State?: VpcEncryptionControlExclusionState | undefined;
|
|
8970
|
+
StateMessage?: string | undefined;
|
|
8971
|
+
}
|
|
8972
|
+
/**
|
|
8973
|
+
* @public
|
|
8974
|
+
*/
|
|
8975
|
+
export interface VpcEncryptionControlExclusions {
|
|
8976
|
+
InternetGateway?: VpcEncryptionControlExclusion | undefined;
|
|
8977
|
+
EgressOnlyInternetGateway?: VpcEncryptionControlExclusion | undefined;
|
|
8978
|
+
NatGateway?: VpcEncryptionControlExclusion | undefined;
|
|
8979
|
+
VirtualPrivateGateway?: VpcEncryptionControlExclusion | undefined;
|
|
8980
|
+
VpcPeering?: VpcEncryptionControlExclusion | undefined;
|
|
8981
|
+
Lambda?: VpcEncryptionControlExclusion | undefined;
|
|
8982
|
+
VpcLattice?: VpcEncryptionControlExclusion | undefined;
|
|
8983
|
+
ElasticFileSystem?: VpcEncryptionControlExclusion | undefined;
|
|
8984
|
+
}
|
|
8985
|
+
/**
|
|
8986
|
+
* @public
|
|
8987
|
+
*/
|
|
8988
|
+
export interface VpcEncryptionControl {
|
|
8989
|
+
VpcId?: string | undefined;
|
|
8990
|
+
VpcEncryptionControlId?: string | undefined;
|
|
8991
|
+
Mode?: VpcEncryptionControlMode | undefined;
|
|
8992
|
+
State?: VpcEncryptionControlState | undefined;
|
|
8993
|
+
StateMessage?: string | undefined;
|
|
8994
|
+
ResourceExclusions?: VpcEncryptionControlExclusions | undefined;
|
|
8995
|
+
Tags?: Tag[] | undefined;
|
|
8996
|
+
}
|
|
8997
|
+
/**
|
|
8998
|
+
* <p>Describes a VPC.</p>
|
|
8999
|
+
* @public
|
|
9000
|
+
*/
|
|
9001
|
+
export interface Vpc {
|
|
9002
|
+
/**
|
|
9003
|
+
* <p>The ID of the Amazon Web Services account that owns the VPC.</p>
|
|
9004
|
+
* @public
|
|
9005
|
+
*/
|
|
9006
|
+
OwnerId?: string | undefined;
|
|
9007
|
+
/**
|
|
9008
|
+
* <p>The allowed tenancy of instances launched into the VPC.</p>
|
|
9009
|
+
* @public
|
|
9010
|
+
*/
|
|
9011
|
+
InstanceTenancy?: Tenancy | undefined;
|
|
9012
|
+
/**
|
|
9013
|
+
* <p>Information about the IPv6 CIDR blocks associated with the VPC.</p>
|
|
9014
|
+
* @public
|
|
9015
|
+
*/
|
|
9016
|
+
Ipv6CidrBlockAssociationSet?: VpcIpv6CidrBlockAssociation[] | undefined;
|
|
9017
|
+
/**
|
|
9018
|
+
* <p>Information about the IPv4 CIDR blocks associated with the VPC.</p>
|
|
9019
|
+
* @public
|
|
9020
|
+
*/
|
|
9021
|
+
CidrBlockAssociationSet?: VpcCidrBlockAssociation[] | undefined;
|
|
9022
|
+
/**
|
|
9023
|
+
* <p>Indicates whether the VPC is the default VPC.</p>
|
|
9024
|
+
* @public
|
|
9025
|
+
*/
|
|
9026
|
+
IsDefault?: boolean | undefined;
|
|
9027
|
+
EncryptionControl?: VpcEncryptionControl | undefined;
|
|
9028
|
+
/**
|
|
9029
|
+
* <p>Any tags assigned to the VPC.</p>
|
|
9030
|
+
* @public
|
|
9031
|
+
*/
|
|
9032
|
+
Tags?: Tag[] | undefined;
|
|
9033
|
+
/**
|
|
9034
|
+
* <p>The state of VPC Block Public Access (BPA).</p>
|
|
9035
|
+
* @public
|
|
9036
|
+
*/
|
|
9037
|
+
BlockPublicAccessStates?: BlockPublicAccessStates | undefined;
|
|
9038
|
+
/**
|
|
9039
|
+
* <p>The ID of the VPC.</p>
|
|
9040
|
+
* @public
|
|
9041
|
+
*/
|
|
9042
|
+
VpcId?: string | undefined;
|
|
9043
|
+
/**
|
|
9044
|
+
* <p>The current state of the VPC.</p>
|
|
9045
|
+
* @public
|
|
9046
|
+
*/
|
|
9047
|
+
State?: VpcState | undefined;
|
|
9048
|
+
/**
|
|
9049
|
+
* <p>The primary IPv4 CIDR block for the VPC.</p>
|
|
9050
|
+
* @public
|
|
9051
|
+
*/
|
|
9052
|
+
CidrBlock?: string | undefined;
|
|
9053
|
+
/**
|
|
9054
|
+
* <p>The ID of the set of DHCP options you've associated with the VPC.</p>
|
|
9055
|
+
* @public
|
|
9056
|
+
*/
|
|
9057
|
+
DhcpOptionsId?: string | undefined;
|
|
9058
|
+
}
|
|
9059
|
+
/**
|
|
9060
|
+
* @public
|
|
9061
|
+
*/
|
|
9062
|
+
export interface CreateDefaultVpcResult {
|
|
9063
|
+
/**
|
|
9064
|
+
* <p>Information about the VPC.</p>
|
|
9065
|
+
* @public
|
|
9066
|
+
*/
|
|
9067
|
+
Vpc?: Vpc | undefined;
|
|
9068
|
+
}
|
|
9069
|
+
/**
|
|
9070
|
+
* @public
|
|
9071
|
+
*/
|
|
9072
|
+
export interface CreateDelegateMacVolumeOwnershipTaskRequest {
|
|
9073
|
+
/**
|
|
9074
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
|
|
9075
|
+
* @public
|
|
9076
|
+
*/
|
|
9077
|
+
ClientToken?: string | undefined;
|
|
9078
|
+
/**
|
|
9079
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
9080
|
+
* @public
|
|
9081
|
+
*/
|
|
9082
|
+
DryRun?: boolean | undefined;
|
|
9083
|
+
/**
|
|
9084
|
+
* <p>The ID of the Amazon EC2 Mac instance.</p>
|
|
9085
|
+
* @public
|
|
9086
|
+
*/
|
|
9087
|
+
InstanceId: string | undefined;
|
|
9088
|
+
/**
|
|
9089
|
+
* <p>Specifies the following credentials:</p>
|
|
9090
|
+
* <ul>
|
|
9091
|
+
* <li>
|
|
9092
|
+
* <p>
|
|
9093
|
+
* <b>Internal disk administrative user</b>
|
|
9094
|
+
* </p>
|
|
9095
|
+
* <ul>
|
|
9096
|
+
* <li>
|
|
9097
|
+
* <p>
|
|
9098
|
+
* <b>Username</b> - Only the default administrative user
|
|
9099
|
+
* (<code>aws-managed-user</code>) is supported and it is used by default. You can't
|
|
9100
|
+
* specify a different administrative user.</p>
|
|
9101
|
+
* </li>
|
|
9102
|
+
* <li>
|
|
9103
|
+
* <p>
|
|
9104
|
+
* <b>Password</b> - If you did not change the default
|
|
9105
|
+
* password for <code>aws-managed-user</code>, specify the default password, which is
|
|
9106
|
+
* <i>blank</i>. Otherwise, specify your password.</p>
|
|
9107
|
+
* </li>
|
|
9108
|
+
* </ul>
|
|
9109
|
+
* </li>
|
|
9110
|
+
* <li>
|
|
9111
|
+
* <p>
|
|
9112
|
+
* <b>Amazon EBS root volume administrative user</b>
|
|
9113
|
+
* </p>
|
|
9114
|
+
* <ul>
|
|
9115
|
+
* <li>
|
|
9116
|
+
* <p>
|
|
9117
|
+
* <b>Username</b> - If you did not change the default
|
|
9118
|
+
* administrative user, specify <code>ec2-user</code>. Otherwise, specify the username
|
|
9119
|
+
* for your administrative user.</p>
|
|
9120
|
+
* </li>
|
|
9121
|
+
* <li>
|
|
9122
|
+
* <p>
|
|
9123
|
+
* <b>Password</b> - Specify the password for the
|
|
9124
|
+
* administrative user.</p>
|
|
9125
|
+
* </li>
|
|
9126
|
+
* </ul>
|
|
9127
|
+
* </li>
|
|
9128
|
+
* </ul>
|
|
9129
|
+
* <p>The credentials must be specified in the following JSON format:</p>
|
|
9130
|
+
* <p>
|
|
9131
|
+
* <code>\{
|
|
9132
|
+
* "internalDiskPassword":"<i>internal-disk-admin_password</i>",
|
|
9133
|
+
* "rootVolumeUsername":"<i>root-volume-admin_username</i>",
|
|
9134
|
+
* "rootVolumepassword":"<i>root-volume-admin_password</i>"
|
|
9135
|
+
* \}</code>
|
|
9136
|
+
* </p>
|
|
9137
|
+
* @public
|
|
9138
|
+
*/
|
|
9139
|
+
MacCredentials: string | undefined;
|
|
9140
|
+
/**
|
|
9141
|
+
* <p>The tags to assign to the volume ownership delegation task.</p>
|
|
9142
|
+
* @public
|
|
9143
|
+
*/
|
|
9144
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
9145
|
+
}
|
|
9146
|
+
/**
|
|
9147
|
+
* <p>Describes the configuration for a System Integrity Protection (SIP) modification task.</p>
|
|
9148
|
+
* @public
|
|
9149
|
+
*/
|
|
9150
|
+
export interface MacSystemIntegrityProtectionConfiguration {
|
|
9151
|
+
/**
|
|
9152
|
+
* <p>Indicates whether Apple Internal was enabled or disabled by the task.</p>
|
|
9153
|
+
* @public
|
|
9154
|
+
*/
|
|
9155
|
+
AppleInternal?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
9156
|
+
/**
|
|
9157
|
+
* <p>Indicates whether Base System was enabled or disabled by the task.</p>
|
|
9158
|
+
* @public
|
|
9159
|
+
*/
|
|
9160
|
+
BaseSystem?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
9161
|
+
/**
|
|
9162
|
+
* <p>Indicates whether Debugging Restrictions was enabled or disabled by the task.</p>
|
|
9163
|
+
* @public
|
|
9164
|
+
*/
|
|
9165
|
+
DebuggingRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
9166
|
+
/**
|
|
9167
|
+
* <p>Indicates whether Dtrace Restrictions was enabled or disabled by the task.</p>
|
|
9168
|
+
* @public
|
|
9169
|
+
*/
|
|
9170
|
+
DTraceRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
9171
|
+
/**
|
|
9172
|
+
* <p>Indicates whether Filesystem Protections was enabled or disabled by the task.</p>
|
|
9173
|
+
* @public
|
|
9174
|
+
*/
|
|
9175
|
+
FilesystemProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
9176
|
+
/**
|
|
9177
|
+
* <p>Indicates whether Kext Signing was enabled or disabled by the task.</p>
|
|
9178
|
+
* @public
|
|
9179
|
+
*/
|
|
9180
|
+
KextSigning?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
9181
|
+
/**
|
|
9182
|
+
* <p>Indicates whether NVRAM Protections was enabled or disabled by the task.</p>
|
|
9183
|
+
* @public
|
|
9184
|
+
*/
|
|
9185
|
+
NvramProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
9186
|
+
/**
|
|
9187
|
+
* <p>Indicates SIP was enabled or disabled by the task.</p>
|
|
9188
|
+
* @public
|
|
9189
|
+
*/
|
|
9190
|
+
Status?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
9191
|
+
}
|
|
9192
|
+
/**
|
|
9193
|
+
* <p>Information about a System Integrity Protection (SIP) modification task or volume
|
|
9194
|
+
* ownership delegation task for an Amazon EC2 Mac instance.</p>
|
|
9195
|
+
* @public
|
|
9196
|
+
*/
|
|
9197
|
+
export interface MacModificationTask {
|
|
9198
|
+
/**
|
|
9199
|
+
* <p>The ID of the Amazon EC2 Mac instance.</p>
|
|
9200
|
+
* @public
|
|
9201
|
+
*/
|
|
9202
|
+
InstanceId?: string | undefined;
|
|
9203
|
+
/**
|
|
9204
|
+
* <p>The ID of task.</p>
|
|
9205
|
+
* @public
|
|
9206
|
+
*/
|
|
9207
|
+
MacModificationTaskId?: string | undefined;
|
|
9208
|
+
/**
|
|
9209
|
+
* <p>[SIP modification tasks only] Information about the SIP
|
|
9210
|
+
* configuration.</p>
|
|
9211
|
+
* @public
|
|
9212
|
+
*/
|
|
9213
|
+
MacSystemIntegrityProtectionConfig?: MacSystemIntegrityProtectionConfiguration | undefined;
|
|
9214
|
+
/**
|
|
9215
|
+
* <p>The date and time the task was created, in the UTC timezone
|
|
9216
|
+
* (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
|
|
9217
|
+
* @public
|
|
9218
|
+
*/
|
|
9219
|
+
StartTime?: Date | undefined;
|
|
9220
|
+
/**
|
|
9221
|
+
* <p>The tags assigned to the task.</p>
|
|
9222
|
+
* @public
|
|
9223
|
+
*/
|
|
9224
|
+
Tags?: Tag[] | undefined;
|
|
9225
|
+
/**
|
|
9226
|
+
* <p>The state of the task.</p>
|
|
9227
|
+
* @public
|
|
9228
|
+
*/
|
|
9229
|
+
TaskState?: MacModificationTaskState | undefined;
|
|
9230
|
+
/**
|
|
9231
|
+
* <p>The type of task.</p>
|
|
9232
|
+
* @public
|
|
9233
|
+
*/
|
|
9234
|
+
TaskType?: MacModificationTaskType | undefined;
|
|
9235
|
+
}
|
|
9236
|
+
/**
|
|
9237
|
+
* @public
|
|
9238
|
+
*/
|
|
9239
|
+
export interface CreateDelegateMacVolumeOwnershipTaskResult {
|
|
9240
|
+
/**
|
|
9241
|
+
* <p>Information about the volume ownership delegation task.</p>
|
|
9242
|
+
* @public
|
|
9243
|
+
*/
|
|
9244
|
+
MacModificationTask?: MacModificationTask | undefined;
|
|
9245
|
+
}
|
|
9246
|
+
/**
|
|
9247
|
+
* <p>Describes a DHCP configuration option.</p>
|
|
9248
|
+
* @public
|
|
9249
|
+
*/
|
|
9250
|
+
export interface NewDhcpConfiguration {
|
|
9251
|
+
/**
|
|
9252
|
+
* <p>The name of a DHCP option.</p>
|
|
9253
|
+
* @public
|
|
9254
|
+
*/
|
|
9255
|
+
Key?: string | undefined;
|
|
9256
|
+
/**
|
|
9257
|
+
* <p>The values for the DHCP option.</p>
|
|
9258
|
+
* @public
|
|
9259
|
+
*/
|
|
9260
|
+
Values?: string[] | undefined;
|
|
9261
|
+
}
|
|
9262
|
+
/**
|
|
9263
|
+
* @public
|
|
9264
|
+
*/
|
|
9265
|
+
export interface CreateDhcpOptionsRequest {
|
|
9266
|
+
/**
|
|
9267
|
+
* <p>A DHCP configuration option.</p>
|
|
9268
|
+
* @public
|
|
9269
|
+
*/
|
|
9270
|
+
DhcpConfigurations: NewDhcpConfiguration[] | undefined;
|
|
9271
|
+
/**
|
|
9272
|
+
* <p>The tags to assign to the DHCP option.</p>
|
|
9273
|
+
* @public
|
|
9274
|
+
*/
|
|
9275
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
9276
|
+
/**
|
|
9277
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
9278
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
9279
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
9280
|
+
* @public
|
|
9281
|
+
*/
|
|
9282
|
+
DryRun?: boolean | undefined;
|
|
9283
|
+
}
|
|
9284
|
+
/**
|
|
9285
|
+
* <p>Describes a value for a resource attribute that is a String.</p>
|
|
9286
|
+
* @public
|
|
9287
|
+
*/
|
|
9288
|
+
export interface AttributeValue {
|
|
9289
|
+
/**
|
|
9290
|
+
* <p>The attribute value. The value is case-sensitive.</p>
|
|
9291
|
+
* @public
|
|
9292
|
+
*/
|
|
9293
|
+
Value?: string | undefined;
|
|
9294
|
+
}
|