@aws-sdk/client-ec2 3.933.0 → 3.935.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +96 -0
- package/dist-cjs/index.js +1291 -148
- package/dist-es/EC2.js +24 -0
- package/dist-es/commands/CreateIpamPolicyCommand.js +16 -0
- package/dist-es/commands/CreateVpnConcentratorCommand.js +16 -0
- package/dist-es/commands/DeleteIpamPolicyCommand.js +16 -0
- package/dist-es/commands/DeleteVpnConcentratorCommand.js +16 -0
- package/dist-es/commands/DescribeIpamPoliciesCommand.js +16 -0
- package/dist-es/commands/DescribeVpnConcentratorsCommand.js +16 -0
- package/dist-es/commands/DisableIpamPolicyCommand.js +16 -0
- package/dist-es/commands/EnableIpamPolicyCommand.js +16 -0
- package/dist-es/commands/GetEnabledIpamPolicyCommand.js +16 -0
- package/dist-es/commands/GetIpamPolicyAllocationRulesCommand.js +16 -0
- package/dist-es/commands/GetIpamPolicyOrganizationTargetsCommand.js +16 -0
- package/dist-es/commands/ModifyIpamPolicyAllocationRulesCommand.js +16 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/enums.js +3604 -0
- package/dist-es/models/models_0.js +1 -519
- package/dist-es/models/models_1.js +1 -1619
- package/dist-es/models/models_2.js +1 -354
- package/dist-es/models/models_3.js +1 -167
- package/dist-es/models/models_4.js +1 -326
- package/dist-es/models/models_5.js +1 -206
- package/dist-es/models/models_6.js +1 -187
- package/dist-es/models/models_7.js +1 -134
- package/dist-es/pagination/DescribeVpnConcentratorsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +1069 -140
- package/dist-types/EC2.d.ts +88 -0
- package/dist-types/EC2Client.d.ts +14 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +2 -0
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +4 -0
- package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +2 -2
- package/dist-types/commands/CopySnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CopyVolumesCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -2
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -2
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -2
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +3 -2
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -2
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPolicyCommand.d.ts +103 -0
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +22 -5
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -3
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
- package/dist-types/commands/CreateVolumeCommand.d.ts +3 -3
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +99 -0
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +4 -2
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPolicyCommand.d.ts +90 -0
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpnConcentratorCommand.d.ts +75 -0
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationTopologyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +3 -2
- package/dist-types/commands/DescribeIpamPoliciesCommand.d.ts +105 -0
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMacModificationTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +7 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteServerEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteServerPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteServersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnConcentratorsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DisableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisableIpamPolicyCommand.d.ts +77 -0
- package/dist-types/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +2 -2
- package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +3 -1
- package/dist-types/commands/DisassociateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/EnableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamPolicyCommand.d.ts +78 -0
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
- package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +2 -2
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +2 -2
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/GetEnabledIpamPolicyCommand.d.ts +77 -0
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetImageAncestryCommand.d.ts +1 -1
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPolicyAllocationRulesCommand.d.ts +101 -0
- package/dist-types/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +92 -0
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -2
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +2 -2
- package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +2 -2
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -2
- package/dist-types/commands/ImportSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +93 -0
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -2
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +2 -2
- package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +3 -3
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +2 -2
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +2 -2
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
- package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
- package/dist-types/commands/UnlockSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/index.d.ts +9 -1
- package/dist-types/models/enums.d.ts +6980 -0
- package/dist-types/models/models_0.d.ts +2943 -1056
- package/dist-types/models/models_1.d.ts +9245 -8143
- package/dist-types/models/models_2.d.ts +4061 -6064
- package/dist-types/models/models_3.d.ts +9142 -3752
- package/dist-types/models/models_4.d.ts +7328 -6845
- package/dist-types/models/models_5.d.ts +4391 -7923
- package/dist-types/models/models_6.d.ts +5508 -4336
- package/dist-types/models/models_7.d.ts +2644 -6042
- package/dist-types/pagination/DescribeVpnConcentratorsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +51 -0
- package/dist-types/ts3.4/EC2.d.ts +208 -0
- package/dist-types/ts3.4/EC2Client.d.ts +72 -0
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateIpamPolicyCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConcentratorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteImageUsageReportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPolicyCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpnConcentratorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationTopologyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPoliciesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMacModificationTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteServerEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteServerPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteServersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpnConcentratorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableIpamPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableIpamPolicyCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnabledIpamPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageAncestryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPolicyAllocationRulesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/index.d.ts +9 -1
- package/dist-types/ts3.4/models/enums.d.ts +4361 -0
- package/dist-types/ts3.4/models/models_0.d.ts +595 -640
- package/dist-types/ts3.4/models/models_1.d.ts +1362 -2296
- package/dist-types/ts3.4/models/models_2.d.ts +1527 -2046
- package/dist-types/ts3.4/models/models_3.d.ts +1790 -1324
- package/dist-types/ts3.4/models/models_4.d.ts +1713 -1822
- package/dist-types/ts3.4/models/models_5.d.ts +1275 -1685
- package/dist-types/ts3.4/models/models_6.d.ts +1539 -1308
- package/dist-types/ts3.4/models/models_7.d.ts +801 -1618
- package/dist-types/ts3.4/pagination/DescribeVpnConcentratorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +51 -0
- package/package.json +13 -13
- package/dist-es/models/index.js +0 -9
- package/dist-es/models/models_8.js +0 -48
- package/dist-types/models/index.d.ts +0 -9
- package/dist-types/models/models_8.d.ts +0 -7242
- package/dist-types/ts3.4/models/index.d.ts +0 -9
- package/dist-types/ts3.4/models/models_8.d.ts +0 -1636
|
@@ -1,1887 +1,1070 @@
|
|
|
1
|
-
import {
|
|
2
|
-
AccessScopeAnalysisFinding,
|
|
3
|
-
AddIpamOperatingRegion,
|
|
4
|
-
AddIpamOrganizationalUnitExclusion,
|
|
5
|
-
AddPrefixListEntry,
|
|
6
|
-
AddressAttribute,
|
|
7
|
-
Affinity,
|
|
8
|
-
AutoPlacement,
|
|
9
|
-
CurrencyCodeValues,
|
|
10
|
-
EnaSrdSpecification,
|
|
11
|
-
HostMaintenance,
|
|
12
|
-
HostRecovery,
|
|
13
|
-
InstanceEventWindow,
|
|
14
|
-
IpamPoolAllocation,
|
|
15
|
-
RouteServerAssociation,
|
|
16
|
-
SubnetAssociation,
|
|
17
|
-
Tag,
|
|
18
|
-
TagSpecification,
|
|
19
|
-
TargetConfigurationRequest,
|
|
20
|
-
TransitGatewayAssociationState,
|
|
21
|
-
TransitGatewayAttachmentResourceType,
|
|
22
|
-
TransitGatewayPolicyTableAssociation,
|
|
23
|
-
UnsuccessfulItem,
|
|
24
|
-
} from "./models_0";
|
|
25
1
|
import {
|
|
26
2
|
_InstanceType,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
CapacityReservationTarget,
|
|
30
|
-
ClientConnectOptions,
|
|
31
|
-
ClientLoginBannerOptions,
|
|
32
|
-
ClientRouteEnforcementOptions,
|
|
33
|
-
ConnectionLogOptions,
|
|
34
|
-
ConnectionTrackingSpecificationRequest,
|
|
35
|
-
DiskImageFormat,
|
|
36
|
-
EndDateType,
|
|
37
|
-
ExternalAuthorityConfiguration,
|
|
38
|
-
FleetExcessCapacityTerminationPolicy,
|
|
39
|
-
FleetLaunchTemplateConfigRequest,
|
|
40
|
-
HostnameType,
|
|
41
|
-
InstanceEventWindowTimeRangeRequest,
|
|
42
|
-
InstanceMatchCriteria,
|
|
43
|
-
InstanceRequirementsRequest,
|
|
44
|
-
IpAddressType,
|
|
45
|
-
Ipam,
|
|
46
|
-
IpamMeteredAccount,
|
|
47
|
-
IpamPool,
|
|
48
|
-
IpamPrefixListResolver,
|
|
49
|
-
IpamPrefixListResolverRuleConditionOperation,
|
|
50
|
-
IpamPrefixListResolverRuleRequest,
|
|
51
|
-
IpamPrefixListResolverRuleType,
|
|
52
|
-
IpamPrefixListResolverTarget,
|
|
53
|
-
IpamResourceDiscovery,
|
|
54
|
-
IpamResourceTag,
|
|
55
|
-
IpamResourceType,
|
|
56
|
-
IpamScope,
|
|
57
|
-
IpamTier,
|
|
58
|
-
Placement,
|
|
59
|
-
PlatformValues,
|
|
60
|
-
RequestIpamResourceTag,
|
|
61
|
-
SelfServicePortal,
|
|
62
|
-
ShutdownBehavior,
|
|
63
|
-
SSEType,
|
|
64
|
-
TargetCapacitySpecificationRequest,
|
|
65
|
-
TargetCapacityUnitType,
|
|
66
|
-
} from "./models_1";
|
|
67
|
-
import {
|
|
68
|
-
InstanceBandwidthWeighting,
|
|
69
|
-
LaunchTemplate,
|
|
70
|
-
LocalGatewayRoute,
|
|
71
|
-
ManagedPrefixList,
|
|
72
|
-
NetworkInsightsAccessScopeContent,
|
|
73
|
-
ResponseLaunchTemplateData,
|
|
74
|
-
RouteServer,
|
|
75
|
-
RouteServerPersistRoutesAction,
|
|
76
|
-
SubnetCidrReservation,
|
|
77
|
-
TransitGatewayPrefixListReference,
|
|
78
|
-
} from "./models_2";
|
|
79
|
-
import { Filter, IpamPoolCidr } from "./models_3";
|
|
80
|
-
import {
|
|
3
|
+
AddressAttributeName,
|
|
4
|
+
AmdSevSnpSpecification,
|
|
81
5
|
ArchitectureValues,
|
|
82
|
-
AttributeBooleanValue,
|
|
83
6
|
BootModeValues,
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
7
|
+
CapacityManagerStatus,
|
|
8
|
+
CapacityReservationInstancePlatform,
|
|
9
|
+
CurrencyCodeValues,
|
|
10
|
+
HostnameType,
|
|
87
11
|
HttpTokensState,
|
|
88
|
-
|
|
12
|
+
ImdsSupportValues,
|
|
89
13
|
InstanceAttributeName,
|
|
90
14
|
InstanceAutoRecoveryState,
|
|
15
|
+
InstanceBandwidthWeighting,
|
|
16
|
+
InstanceInterruptionBehavior,
|
|
91
17
|
InstanceMetadataEndpointState,
|
|
92
|
-
InstanceMetadataOptionsResponse,
|
|
93
18
|
InstanceMetadataProtocolState,
|
|
94
19
|
InstanceMetadataTagsState,
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
} from "./models_4";
|
|
104
|
-
import {
|
|
105
|
-
AnalysisStatus,
|
|
106
|
-
ArchitectureType,
|
|
107
|
-
CreateVolumePermission,
|
|
108
|
-
ExcessCapacityTerminationPolicy,
|
|
109
|
-
LaunchTemplateConfig,
|
|
110
|
-
LockState,
|
|
111
|
-
ReservedInstancesConfiguration,
|
|
20
|
+
MarketType,
|
|
21
|
+
MembershipType,
|
|
22
|
+
ReportInstanceReasonCodes,
|
|
23
|
+
ReportStatusType,
|
|
24
|
+
ResetFpgaImageAttributeName,
|
|
25
|
+
ResetImageAttributeName,
|
|
26
|
+
RuleAction,
|
|
27
|
+
ShutdownBehavior,
|
|
112
28
|
SnapshotAttributeName,
|
|
113
|
-
|
|
29
|
+
SnapshotState,
|
|
30
|
+
SpotInstanceType,
|
|
31
|
+
SSEType,
|
|
32
|
+
Status,
|
|
33
|
+
TpmSupportValues,
|
|
34
|
+
TransitGatewayAttachmentResourceType,
|
|
35
|
+
VerificationMethod,
|
|
36
|
+
} from "./enums";
|
|
114
37
|
import {
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
38
|
+
AddressAttribute,
|
|
39
|
+
ByoipCidr,
|
|
40
|
+
CapacityReservation,
|
|
41
|
+
ClientVpnAuthorizationRuleStatus,
|
|
42
|
+
IamInstanceProfileAssociation,
|
|
43
|
+
IamInstanceProfileSpecification,
|
|
44
|
+
IpPermission,
|
|
45
|
+
NatGatewayAddress,
|
|
46
|
+
PortRange,
|
|
47
|
+
RouteTableAssociationState,
|
|
48
|
+
TagSpecification,
|
|
49
|
+
TransitGatewayMulticastDomainAssociations,
|
|
50
|
+
TransitGatewayPeeringAttachment,
|
|
51
|
+
TransitGatewayVpcAttachment,
|
|
52
|
+
UnsuccessfulItem,
|
|
53
|
+
} from "./models_0";
|
|
54
|
+
import {
|
|
55
|
+
BlockDeviceMapping,
|
|
56
|
+
CreditSpecificationRequest,
|
|
57
|
+
ElasticGpuSpecification,
|
|
58
|
+
IcmpTypeCode,
|
|
59
|
+
InstanceIpv6Address,
|
|
60
|
+
LocalGatewayRoute,
|
|
61
|
+
ManagedPrefixList,
|
|
62
|
+
OperatorRequest,
|
|
63
|
+
Placement,
|
|
64
|
+
} from "./models_1";
|
|
65
|
+
import { TransitGatewayRoute } from "./models_2";
|
|
66
|
+
import {
|
|
67
|
+
Byoasn,
|
|
68
|
+
CapacityBlock,
|
|
69
|
+
CapacityBlockExtension,
|
|
70
|
+
ClientVpnConnectionStatus,
|
|
71
|
+
Filter,
|
|
72
|
+
InstanceState,
|
|
73
|
+
InstanceTagNotificationAttribute,
|
|
74
|
+
IpamPoolCidr,
|
|
75
|
+
Monitoring,
|
|
76
|
+
} from "./models_3";
|
|
77
|
+
import {
|
|
78
|
+
InstanceNetworkInterfaceSpecification,
|
|
79
|
+
NetworkInsightsAccessScopeAnalysis,
|
|
80
|
+
NetworkInsightsAnalysis,
|
|
81
|
+
PublicIpv4PoolRange,
|
|
82
|
+
RunInstancesMonitoringEnabled,
|
|
83
|
+
ScheduledInstance,
|
|
84
|
+
SpotFleetRequestConfigData,
|
|
85
|
+
SpotInstanceRequest,
|
|
86
|
+
SpotPlacement,
|
|
87
|
+
} from "./models_4";
|
|
88
|
+
import { Purchase } from "./models_5";
|
|
89
|
+
import { CapacityReservationSpecification } from "./models_6";
|
|
90
|
+
export interface InstanceMonitoring {
|
|
91
|
+
InstanceId?: string | undefined;
|
|
92
|
+
Monitoring?: Monitoring | undefined;
|
|
143
93
|
}
|
|
144
|
-
export interface
|
|
145
|
-
|
|
94
|
+
export interface MonitorInstancesResult {
|
|
95
|
+
InstanceMonitorings?: InstanceMonitoring[] | undefined;
|
|
146
96
|
}
|
|
147
|
-
export interface
|
|
97
|
+
export interface MoveAddressToVpcRequest {
|
|
148
98
|
DryRun?: boolean | undefined;
|
|
99
|
+
PublicIp: string | undefined;
|
|
149
100
|
}
|
|
150
|
-
export interface
|
|
151
|
-
|
|
152
|
-
|
|
101
|
+
export interface MoveAddressToVpcResult {
|
|
102
|
+
AllocationId?: string | undefined;
|
|
103
|
+
Status?: Status | undefined;
|
|
153
104
|
}
|
|
154
|
-
export
|
|
155
|
-
readonly DAILY: "daily";
|
|
156
|
-
readonly MONTHLY: "monthly";
|
|
157
|
-
readonly NONE: "none";
|
|
158
|
-
readonly WEEKLY: "weekly";
|
|
159
|
-
};
|
|
160
|
-
export type PartitionLoadFrequency =
|
|
161
|
-
(typeof PartitionLoadFrequency)[keyof typeof PartitionLoadFrequency];
|
|
162
|
-
export interface AthenaIntegration {
|
|
163
|
-
IntegrationResultS3DestinationArn: string | undefined;
|
|
164
|
-
PartitionLoadFrequency: PartitionLoadFrequency | undefined;
|
|
165
|
-
PartitionStartDate?: Date | undefined;
|
|
166
|
-
PartitionEndDate?: Date | undefined;
|
|
167
|
-
}
|
|
168
|
-
export interface IntegrateServices {
|
|
169
|
-
AthenaIntegrations?: AthenaIntegration[] | undefined;
|
|
170
|
-
}
|
|
171
|
-
export interface GetFlowLogsIntegrationTemplateRequest {
|
|
172
|
-
DryRun?: boolean | undefined;
|
|
173
|
-
FlowLogId: string | undefined;
|
|
174
|
-
ConfigDeliveryS3DestinationArn: string | undefined;
|
|
175
|
-
IntegrateServices: IntegrateServices | undefined;
|
|
176
|
-
}
|
|
177
|
-
export interface GetFlowLogsIntegrationTemplateResult {
|
|
178
|
-
Result?: string | undefined;
|
|
179
|
-
}
|
|
180
|
-
export interface GetGroupsForCapacityReservationRequest {
|
|
181
|
-
CapacityReservationId: string | undefined;
|
|
182
|
-
NextToken?: string | undefined;
|
|
183
|
-
MaxResults?: number | undefined;
|
|
105
|
+
export interface MoveByoipCidrToIpamRequest {
|
|
184
106
|
DryRun?: boolean | undefined;
|
|
107
|
+
Cidr: string | undefined;
|
|
108
|
+
IpamPoolId: string | undefined;
|
|
109
|
+
IpamPoolOwner: string | undefined;
|
|
185
110
|
}
|
|
186
|
-
export interface
|
|
187
|
-
|
|
188
|
-
OwnerId?: string | undefined;
|
|
111
|
+
export interface MoveByoipCidrToIpamResult {
|
|
112
|
+
ByoipCidr?: ByoipCidr | undefined;
|
|
189
113
|
}
|
|
190
|
-
export interface
|
|
191
|
-
|
|
192
|
-
|
|
114
|
+
export interface MoveCapacityReservationInstancesRequest {
|
|
115
|
+
DryRun?: boolean | undefined;
|
|
116
|
+
ClientToken?: string | undefined;
|
|
117
|
+
SourceCapacityReservationId: string | undefined;
|
|
118
|
+
DestinationCapacityReservationId: string | undefined;
|
|
119
|
+
InstanceCount: number | undefined;
|
|
193
120
|
}
|
|
194
|
-
export interface
|
|
195
|
-
|
|
196
|
-
|
|
121
|
+
export interface MoveCapacityReservationInstancesResult {
|
|
122
|
+
SourceCapacityReservation?: CapacityReservation | undefined;
|
|
123
|
+
DestinationCapacityReservation?: CapacityReservation | undefined;
|
|
124
|
+
InstanceCount?: number | undefined;
|
|
197
125
|
}
|
|
198
|
-
export interface
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
HostIdSet?: string[] | undefined;
|
|
202
|
-
HostReservationId?: string | undefined;
|
|
203
|
-
HourlyPrice?: string | undefined;
|
|
204
|
-
InstanceFamily?: string | undefined;
|
|
205
|
-
PaymentOption?: PaymentOption | undefined;
|
|
206
|
-
UpfrontPrice?: string | undefined;
|
|
207
|
-
}
|
|
208
|
-
export interface GetHostReservationPurchasePreviewResult {
|
|
209
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
210
|
-
Purchase?: Purchase[] | undefined;
|
|
211
|
-
TotalHourlyPrice?: string | undefined;
|
|
212
|
-
TotalUpfrontPrice?: string | undefined;
|
|
126
|
+
export interface CidrAuthorizationContext {
|
|
127
|
+
Message: string | undefined;
|
|
128
|
+
Signature: string | undefined;
|
|
213
129
|
}
|
|
214
|
-
export interface
|
|
215
|
-
|
|
130
|
+
export interface ProvisionByoipCidrRequest {
|
|
131
|
+
Cidr: string | undefined;
|
|
132
|
+
CidrAuthorizationContext?: CidrAuthorizationContext | undefined;
|
|
133
|
+
PubliclyAdvertisable?: boolean | undefined;
|
|
134
|
+
Description?: string | undefined;
|
|
216
135
|
DryRun?: boolean | undefined;
|
|
136
|
+
PoolTagSpecifications?: TagSpecification[] | undefined;
|
|
137
|
+
MultiRegion?: boolean | undefined;
|
|
138
|
+
NetworkBorderGroup?: string | undefined;
|
|
217
139
|
}
|
|
218
|
-
export interface
|
|
219
|
-
|
|
220
|
-
ImageId?: string | undefined;
|
|
221
|
-
ImageOwnerAlias?: string | undefined;
|
|
222
|
-
SourceImageId?: string | undefined;
|
|
223
|
-
SourceImageRegion?: string | undefined;
|
|
140
|
+
export interface ProvisionByoipCidrResult {
|
|
141
|
+
ByoipCidr?: ByoipCidr | undefined;
|
|
224
142
|
}
|
|
225
|
-
export interface
|
|
226
|
-
|
|
143
|
+
export interface AsnAuthorizationContext {
|
|
144
|
+
Message: string | undefined;
|
|
145
|
+
Signature: string | undefined;
|
|
227
146
|
}
|
|
228
|
-
export interface
|
|
147
|
+
export interface ProvisionIpamByoasnRequest {
|
|
229
148
|
DryRun?: boolean | undefined;
|
|
149
|
+
IpamId: string | undefined;
|
|
150
|
+
Asn: string | undefined;
|
|
151
|
+
AsnAuthorizationContext: AsnAuthorizationContext | undefined;
|
|
230
152
|
}
|
|
231
|
-
export interface
|
|
232
|
-
|
|
233
|
-
ManagedBy?: ManagedBy | undefined;
|
|
153
|
+
export interface ProvisionIpamByoasnResult {
|
|
154
|
+
Byoasn?: Byoasn | undefined;
|
|
234
155
|
}
|
|
235
|
-
export interface
|
|
236
|
-
|
|
156
|
+
export interface IpamCidrAuthorizationContext {
|
|
157
|
+
Message?: string | undefined;
|
|
158
|
+
Signature?: string | undefined;
|
|
237
159
|
}
|
|
238
|
-
export interface
|
|
239
|
-
HttpTokens?: HttpTokensState | undefined;
|
|
240
|
-
HttpPutResponseHopLimit?: number | undefined;
|
|
241
|
-
HttpEndpoint?: InstanceMetadataEndpointState | undefined;
|
|
242
|
-
InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
|
|
243
|
-
ManagedBy?: ManagedBy | undefined;
|
|
244
|
-
ManagedExceptionMessage?: string | undefined;
|
|
245
|
-
}
|
|
246
|
-
export interface GetInstanceMetadataDefaultsResult {
|
|
247
|
-
AccountLevel?: InstanceMetadataDefaultsResponse | undefined;
|
|
248
|
-
}
|
|
249
|
-
export declare const EkPubKeyFormat: {
|
|
250
|
-
readonly der: "der";
|
|
251
|
-
readonly tpmt: "tpmt";
|
|
252
|
-
};
|
|
253
|
-
export type EkPubKeyFormat =
|
|
254
|
-
(typeof EkPubKeyFormat)[keyof typeof EkPubKeyFormat];
|
|
255
|
-
export declare const EkPubKeyType: {
|
|
256
|
-
readonly ECC_SEC_P384: "ecc-sec-p384";
|
|
257
|
-
readonly RSA_2048: "rsa-2048";
|
|
258
|
-
};
|
|
259
|
-
export type EkPubKeyType = (typeof EkPubKeyType)[keyof typeof EkPubKeyType];
|
|
260
|
-
export interface GetInstanceTpmEkPubRequest {
|
|
261
|
-
InstanceId: string | undefined;
|
|
262
|
-
KeyType: EkPubKeyType | undefined;
|
|
263
|
-
KeyFormat: EkPubKeyFormat | undefined;
|
|
160
|
+
export interface ProvisionIpamPoolCidrRequest {
|
|
264
161
|
DryRun?: boolean | undefined;
|
|
162
|
+
IpamPoolId: string | undefined;
|
|
163
|
+
Cidr?: string | undefined;
|
|
164
|
+
CidrAuthorizationContext?: IpamCidrAuthorizationContext | undefined;
|
|
165
|
+
NetmaskLength?: number | undefined;
|
|
166
|
+
ClientToken?: string | undefined;
|
|
167
|
+
VerificationMethod?: VerificationMethod | undefined;
|
|
168
|
+
IpamExternalResourceVerificationTokenId?: string | undefined;
|
|
265
169
|
}
|
|
266
|
-
export interface
|
|
267
|
-
|
|
268
|
-
KeyType?: EkPubKeyType | undefined;
|
|
269
|
-
KeyFormat?: EkPubKeyFormat | undefined;
|
|
270
|
-
KeyValue?: string | undefined;
|
|
170
|
+
export interface ProvisionIpamPoolCidrResult {
|
|
171
|
+
IpamPoolCidr?: IpamPoolCidr | undefined;
|
|
271
172
|
}
|
|
272
|
-
export interface
|
|
173
|
+
export interface ProvisionPublicIpv4PoolCidrRequest {
|
|
273
174
|
DryRun?: boolean | undefined;
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
NextToken?: string | undefined;
|
|
279
|
-
Context?: string | undefined;
|
|
280
|
-
}
|
|
281
|
-
export interface InstanceTypeInfoFromInstanceRequirements {
|
|
282
|
-
InstanceType?: string | undefined;
|
|
175
|
+
IpamPoolId: string | undefined;
|
|
176
|
+
PoolId: string | undefined;
|
|
177
|
+
NetmaskLength: number | undefined;
|
|
178
|
+
NetworkBorderGroup?: string | undefined;
|
|
283
179
|
}
|
|
284
|
-
export interface
|
|
285
|
-
|
|
286
|
-
|
|
180
|
+
export interface ProvisionPublicIpv4PoolCidrResult {
|
|
181
|
+
PoolId?: string | undefined;
|
|
182
|
+
PoolAddressRange?: PublicIpv4PoolRange | undefined;
|
|
287
183
|
}
|
|
288
|
-
export interface
|
|
289
|
-
InstanceId: string | undefined;
|
|
184
|
+
export interface PurchaseCapacityBlockRequest {
|
|
290
185
|
DryRun?: boolean | undefined;
|
|
186
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
187
|
+
CapacityBlockOfferingId: string | undefined;
|
|
188
|
+
InstancePlatform: CapacityReservationInstancePlatform | undefined;
|
|
291
189
|
}
|
|
292
|
-
export interface
|
|
293
|
-
|
|
294
|
-
|
|
190
|
+
export interface PurchaseCapacityBlockResult {
|
|
191
|
+
CapacityReservation?: CapacityReservation | undefined;
|
|
192
|
+
CapacityBlocks?: CapacityBlock[] | undefined;
|
|
295
193
|
}
|
|
296
|
-
export interface
|
|
194
|
+
export interface PurchaseCapacityBlockExtensionRequest {
|
|
195
|
+
CapacityBlockExtensionOfferingId: string | undefined;
|
|
196
|
+
CapacityReservationId: string | undefined;
|
|
297
197
|
DryRun?: boolean | undefined;
|
|
298
|
-
Cidr: string | undefined;
|
|
299
|
-
IpamScopeId: string | undefined;
|
|
300
|
-
VpcId?: string | undefined;
|
|
301
|
-
StartTime?: Date | undefined;
|
|
302
|
-
EndTime?: Date | undefined;
|
|
303
|
-
MaxResults?: number | undefined;
|
|
304
|
-
NextToken?: string | undefined;
|
|
305
|
-
}
|
|
306
|
-
export declare const IpamComplianceStatus: {
|
|
307
|
-
readonly compliant: "compliant";
|
|
308
|
-
readonly ignored: "ignored";
|
|
309
|
-
readonly noncompliant: "noncompliant";
|
|
310
|
-
readonly unmanaged: "unmanaged";
|
|
311
|
-
};
|
|
312
|
-
export type IpamComplianceStatus =
|
|
313
|
-
(typeof IpamComplianceStatus)[keyof typeof IpamComplianceStatus];
|
|
314
|
-
export declare const IpamOverlapStatus: {
|
|
315
|
-
readonly ignored: "ignored";
|
|
316
|
-
readonly nonoverlapping: "nonoverlapping";
|
|
317
|
-
readonly overlapping: "overlapping";
|
|
318
|
-
};
|
|
319
|
-
export type IpamOverlapStatus =
|
|
320
|
-
(typeof IpamOverlapStatus)[keyof typeof IpamOverlapStatus];
|
|
321
|
-
export declare const IpamAddressHistoryResourceType: {
|
|
322
|
-
readonly eip: "eip";
|
|
323
|
-
readonly instance: "instance";
|
|
324
|
-
readonly network_interface: "network-interface";
|
|
325
|
-
readonly subnet: "subnet";
|
|
326
|
-
readonly vpc: "vpc";
|
|
327
|
-
};
|
|
328
|
-
export type IpamAddressHistoryResourceType =
|
|
329
|
-
(typeof IpamAddressHistoryResourceType)[keyof typeof IpamAddressHistoryResourceType];
|
|
330
|
-
export interface IpamAddressHistoryRecord {
|
|
331
|
-
ResourceOwnerId?: string | undefined;
|
|
332
|
-
ResourceRegion?: string | undefined;
|
|
333
|
-
ResourceType?: IpamAddressHistoryResourceType | undefined;
|
|
334
|
-
ResourceId?: string | undefined;
|
|
335
|
-
ResourceCidr?: string | undefined;
|
|
336
|
-
ResourceName?: string | undefined;
|
|
337
|
-
ResourceComplianceStatus?: IpamComplianceStatus | undefined;
|
|
338
|
-
ResourceOverlapStatus?: IpamOverlapStatus | undefined;
|
|
339
|
-
VpcId?: string | undefined;
|
|
340
|
-
SampledStartTime?: Date | undefined;
|
|
341
|
-
SampledEndTime?: Date | undefined;
|
|
342
|
-
}
|
|
343
|
-
export interface GetIpamAddressHistoryResult {
|
|
344
|
-
HistoryRecords?: IpamAddressHistoryRecord[] | undefined;
|
|
345
|
-
NextToken?: string | undefined;
|
|
346
198
|
}
|
|
347
|
-
export interface
|
|
348
|
-
|
|
349
|
-
IpamResourceDiscoveryId: string | undefined;
|
|
350
|
-
DiscoveryRegion: string | undefined;
|
|
351
|
-
Filters?: Filter[] | undefined;
|
|
352
|
-
NextToken?: string | undefined;
|
|
353
|
-
MaxResults?: number | undefined;
|
|
199
|
+
export interface PurchaseCapacityBlockExtensionResult {
|
|
200
|
+
CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
|
|
354
201
|
}
|
|
355
|
-
export
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
export interface IpamDiscoveryFailureReason {
|
|
363
|
-
Code?: IpamDiscoveryFailureCode | undefined;
|
|
364
|
-
Message?: string | undefined;
|
|
202
|
+
export interface PurchaseHostReservationRequest {
|
|
203
|
+
ClientToken?: string | undefined;
|
|
204
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
205
|
+
HostIdSet: string[] | undefined;
|
|
206
|
+
LimitPrice?: string | undefined;
|
|
207
|
+
OfferingId: string | undefined;
|
|
208
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
365
209
|
}
|
|
366
|
-
export interface
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
OrganizationalUnitId?: string | undefined;
|
|
210
|
+
export interface PurchaseHostReservationResult {
|
|
211
|
+
ClientToken?: string | undefined;
|
|
212
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
213
|
+
Purchase?: Purchase[] | undefined;
|
|
214
|
+
TotalHourlyPrice?: string | undefined;
|
|
215
|
+
TotalUpfrontPrice?: string | undefined;
|
|
373
216
|
}
|
|
374
|
-
export interface
|
|
375
|
-
|
|
376
|
-
|
|
217
|
+
export interface ReservedInstanceLimitPrice {
|
|
218
|
+
Amount?: number | undefined;
|
|
219
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
377
220
|
}
|
|
378
|
-
export interface
|
|
221
|
+
export interface PurchaseReservedInstancesOfferingRequest {
|
|
222
|
+
InstanceCount: number | undefined;
|
|
223
|
+
ReservedInstancesOfferingId: string | undefined;
|
|
224
|
+
PurchaseTime?: Date | undefined;
|
|
379
225
|
DryRun?: boolean | undefined;
|
|
380
|
-
|
|
381
|
-
AddressRegion: string | undefined;
|
|
382
|
-
Filters?: Filter[] | undefined;
|
|
383
|
-
NextToken?: string | undefined;
|
|
384
|
-
MaxResults?: number | undefined;
|
|
385
|
-
}
|
|
386
|
-
export declare const IpamPublicAddressType: {
|
|
387
|
-
readonly AMAZON_OWNED_CONTIG: "amazon-owned-contig";
|
|
388
|
-
readonly AMAZON_OWNED_EIP: "amazon-owned-eip";
|
|
389
|
-
readonly BYOIP: "byoip";
|
|
390
|
-
readonly EC2_PUBLIC_IP: "ec2-public-ip";
|
|
391
|
-
readonly SERVICE_MANAGED_BYOIP: "service-managed-byoip";
|
|
392
|
-
readonly SERVICE_MANAGED_IP: "service-managed-ip";
|
|
393
|
-
};
|
|
394
|
-
export type IpamPublicAddressType =
|
|
395
|
-
(typeof IpamPublicAddressType)[keyof typeof IpamPublicAddressType];
|
|
396
|
-
export declare const IpamPublicAddressAssociationStatus: {
|
|
397
|
-
readonly ASSOCIATED: "associated";
|
|
398
|
-
readonly DISASSOCIATED: "disassociated";
|
|
399
|
-
};
|
|
400
|
-
export type IpamPublicAddressAssociationStatus =
|
|
401
|
-
(typeof IpamPublicAddressAssociationStatus)[keyof typeof IpamPublicAddressAssociationStatus];
|
|
402
|
-
export interface IpamPublicAddressSecurityGroup {
|
|
403
|
-
GroupName?: string | undefined;
|
|
404
|
-
GroupId?: string | undefined;
|
|
226
|
+
LimitPrice?: ReservedInstanceLimitPrice | undefined;
|
|
405
227
|
}
|
|
406
|
-
export
|
|
407
|
-
|
|
408
|
-
readonly DMS: "database-migration-service";
|
|
409
|
-
readonly EC2_LB: "load-balancer";
|
|
410
|
-
readonly ECS: "elastic-container-service";
|
|
411
|
-
readonly NAT_GATEWAY: "nat-gateway";
|
|
412
|
-
readonly OTHER: "other";
|
|
413
|
-
readonly RDS: "relational-database-service";
|
|
414
|
-
readonly REDSHIFT: "redshift";
|
|
415
|
-
readonly S2S_VPN: "site-to-site-vpn";
|
|
416
|
-
};
|
|
417
|
-
export type IpamPublicAddressAwsService =
|
|
418
|
-
(typeof IpamPublicAddressAwsService)[keyof typeof IpamPublicAddressAwsService];
|
|
419
|
-
export interface IpamPublicAddressTag {
|
|
420
|
-
Key?: string | undefined;
|
|
421
|
-
Value?: string | undefined;
|
|
422
|
-
}
|
|
423
|
-
export interface IpamPublicAddressTags {
|
|
424
|
-
EipTags?: IpamPublicAddressTag[] | undefined;
|
|
425
|
-
}
|
|
426
|
-
export interface IpamDiscoveredPublicAddress {
|
|
427
|
-
IpamResourceDiscoveryId?: string | undefined;
|
|
428
|
-
AddressRegion?: string | undefined;
|
|
429
|
-
Address?: string | undefined;
|
|
430
|
-
AddressOwnerId?: string | undefined;
|
|
431
|
-
AddressAllocationId?: string | undefined;
|
|
432
|
-
AssociationStatus?: IpamPublicAddressAssociationStatus | undefined;
|
|
433
|
-
AddressType?: IpamPublicAddressType | undefined;
|
|
434
|
-
Service?: IpamPublicAddressAwsService | undefined;
|
|
435
|
-
ServiceResource?: string | undefined;
|
|
436
|
-
VpcId?: string | undefined;
|
|
437
|
-
SubnetId?: string | undefined;
|
|
438
|
-
PublicIpv4PoolId?: string | undefined;
|
|
439
|
-
NetworkInterfaceId?: string | undefined;
|
|
440
|
-
NetworkInterfaceDescription?: string | undefined;
|
|
441
|
-
InstanceId?: string | undefined;
|
|
442
|
-
Tags?: IpamPublicAddressTags | undefined;
|
|
443
|
-
NetworkBorderGroup?: string | undefined;
|
|
444
|
-
SecurityGroups?: IpamPublicAddressSecurityGroup[] | undefined;
|
|
445
|
-
SampleTime?: Date | undefined;
|
|
228
|
+
export interface PurchaseReservedInstancesOfferingResult {
|
|
229
|
+
ReservedInstancesId?: string | undefined;
|
|
446
230
|
}
|
|
447
|
-
export interface
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
NextToken?: string | undefined;
|
|
231
|
+
export interface PurchaseRequest {
|
|
232
|
+
InstanceCount: number | undefined;
|
|
233
|
+
PurchaseToken: string | undefined;
|
|
451
234
|
}
|
|
452
|
-
export interface
|
|
235
|
+
export interface PurchaseScheduledInstancesRequest {
|
|
236
|
+
ClientToken?: string | undefined;
|
|
453
237
|
DryRun?: boolean | undefined;
|
|
454
|
-
|
|
455
|
-
ResourceRegion: string | undefined;
|
|
456
|
-
Filters?: Filter[] | undefined;
|
|
457
|
-
NextToken?: string | undefined;
|
|
458
|
-
MaxResults?: number | undefined;
|
|
459
|
-
}
|
|
460
|
-
export declare const IpamResourceCidrIpSource: {
|
|
461
|
-
readonly amazon: "amazon";
|
|
462
|
-
readonly byoip: "byoip";
|
|
463
|
-
readonly none: "none";
|
|
464
|
-
};
|
|
465
|
-
export type IpamResourceCidrIpSource =
|
|
466
|
-
(typeof IpamResourceCidrIpSource)[keyof typeof IpamResourceCidrIpSource];
|
|
467
|
-
export declare const IpamNetworkInterfaceAttachmentStatus: {
|
|
468
|
-
readonly available: "available";
|
|
469
|
-
readonly in_use: "in-use";
|
|
470
|
-
};
|
|
471
|
-
export type IpamNetworkInterfaceAttachmentStatus =
|
|
472
|
-
(typeof IpamNetworkInterfaceAttachmentStatus)[keyof typeof IpamNetworkInterfaceAttachmentStatus];
|
|
473
|
-
export interface IpamDiscoveredResourceCidr {
|
|
474
|
-
IpamResourceDiscoveryId?: string | undefined;
|
|
475
|
-
ResourceRegion?: string | undefined;
|
|
476
|
-
ResourceId?: string | undefined;
|
|
477
|
-
ResourceOwnerId?: string | undefined;
|
|
478
|
-
ResourceCidr?: string | undefined;
|
|
479
|
-
IpSource?: IpamResourceCidrIpSource | undefined;
|
|
480
|
-
ResourceType?: IpamResourceType | undefined;
|
|
481
|
-
ResourceTags?: IpamResourceTag[] | undefined;
|
|
482
|
-
IpUsage?: number | undefined;
|
|
483
|
-
VpcId?: string | undefined;
|
|
484
|
-
SubnetId?: string | undefined;
|
|
485
|
-
NetworkInterfaceAttachmentStatus?:
|
|
486
|
-
| IpamNetworkInterfaceAttachmentStatus
|
|
487
|
-
| undefined;
|
|
488
|
-
SampleTime?: Date | undefined;
|
|
489
|
-
AvailabilityZoneId?: string | undefined;
|
|
238
|
+
PurchaseRequests: PurchaseRequest[] | undefined;
|
|
490
239
|
}
|
|
491
|
-
export interface
|
|
492
|
-
|
|
493
|
-
NextToken?: string | undefined;
|
|
240
|
+
export interface PurchaseScheduledInstancesResult {
|
|
241
|
+
ScheduledInstanceSet?: ScheduledInstance[] | undefined;
|
|
494
242
|
}
|
|
495
|
-
export interface
|
|
243
|
+
export interface RebootInstancesRequest {
|
|
244
|
+
InstanceIds: string[] | undefined;
|
|
496
245
|
DryRun?: boolean | undefined;
|
|
497
|
-
IpamPoolId: string | undefined;
|
|
498
|
-
IpamPoolAllocationId?: string | undefined;
|
|
499
|
-
Filters?: Filter[] | undefined;
|
|
500
|
-
MaxResults?: number | undefined;
|
|
501
|
-
NextToken?: string | undefined;
|
|
502
246
|
}
|
|
503
|
-
export interface
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
247
|
+
export interface RegisterImageRequest {
|
|
248
|
+
ImageLocation?: string | undefined;
|
|
249
|
+
BillingProducts?: string[] | undefined;
|
|
250
|
+
BootMode?: BootModeValues | undefined;
|
|
251
|
+
TpmSupport?: TpmSupportValues | undefined;
|
|
252
|
+
UefiData?: string | undefined;
|
|
253
|
+
ImdsSupport?: ImdsSupportValues | undefined;
|
|
254
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
508
255
|
DryRun?: boolean | undefined;
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
256
|
+
Name: string | undefined;
|
|
257
|
+
Description?: string | undefined;
|
|
258
|
+
Architecture?: ArchitectureValues | undefined;
|
|
259
|
+
KernelId?: string | undefined;
|
|
260
|
+
RamdiskId?: string | undefined;
|
|
261
|
+
RootDeviceName?: string | undefined;
|
|
262
|
+
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
263
|
+
VirtualizationType?: string | undefined;
|
|
264
|
+
SriovNetSupport?: string | undefined;
|
|
265
|
+
EnaSupport?: boolean | undefined;
|
|
266
|
+
}
|
|
267
|
+
export interface RegisterImageResult {
|
|
268
|
+
ImageId?: string | undefined;
|
|
513
269
|
}
|
|
514
|
-
export interface
|
|
515
|
-
|
|
516
|
-
|
|
270
|
+
export interface RegisterInstanceTagAttributeRequest {
|
|
271
|
+
IncludeAllTagsOfInstance?: boolean | undefined;
|
|
272
|
+
InstanceTagKeys?: string[] | undefined;
|
|
517
273
|
}
|
|
518
|
-
export interface
|
|
274
|
+
export interface RegisterInstanceEventNotificationAttributesRequest {
|
|
519
275
|
DryRun?: boolean | undefined;
|
|
520
|
-
|
|
521
|
-
Filters?: Filter[] | undefined;
|
|
522
|
-
MaxResults?: number | undefined;
|
|
523
|
-
NextToken?: string | undefined;
|
|
524
|
-
}
|
|
525
|
-
export interface IpamPrefixListResolverRuleCondition {
|
|
526
|
-
Operation?: IpamPrefixListResolverRuleConditionOperation | undefined;
|
|
527
|
-
IpamPoolId?: string | undefined;
|
|
528
|
-
ResourceId?: string | undefined;
|
|
529
|
-
ResourceOwner?: string | undefined;
|
|
530
|
-
ResourceRegion?: string | undefined;
|
|
531
|
-
ResourceTag?: IpamResourceTag | undefined;
|
|
532
|
-
Cidr?: string | undefined;
|
|
533
|
-
}
|
|
534
|
-
export interface IpamPrefixListResolverRule {
|
|
535
|
-
RuleType?: IpamPrefixListResolverRuleType | undefined;
|
|
536
|
-
StaticCidr?: string | undefined;
|
|
537
|
-
IpamScopeId?: string | undefined;
|
|
538
|
-
ResourceType?: IpamResourceType | undefined;
|
|
539
|
-
Conditions?: IpamPrefixListResolverRuleCondition[] | undefined;
|
|
276
|
+
InstanceTagAttribute: RegisterInstanceTagAttributeRequest | undefined;
|
|
540
277
|
}
|
|
541
|
-
export interface
|
|
542
|
-
|
|
543
|
-
NextToken?: string | undefined;
|
|
278
|
+
export interface RegisterInstanceEventNotificationAttributesResult {
|
|
279
|
+
InstanceTagAttribute?: InstanceTagNotificationAttribute | undefined;
|
|
544
280
|
}
|
|
545
|
-
export interface
|
|
281
|
+
export interface RegisterTransitGatewayMulticastGroupMembersRequest {
|
|
282
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
283
|
+
GroupIpAddress?: string | undefined;
|
|
284
|
+
NetworkInterfaceIds: string[] | undefined;
|
|
546
285
|
DryRun?: boolean | undefined;
|
|
547
|
-
IpamPrefixListResolverId: string | undefined;
|
|
548
|
-
IpamPrefixListResolverVersion: number | undefined;
|
|
549
|
-
MaxResults?: number | undefined;
|
|
550
|
-
NextToken?: string | undefined;
|
|
551
286
|
}
|
|
552
|
-
export interface
|
|
553
|
-
|
|
287
|
+
export interface TransitGatewayMulticastRegisteredGroupMembers {
|
|
288
|
+
TransitGatewayMulticastDomainId?: string | undefined;
|
|
289
|
+
RegisteredNetworkInterfaceIds?: string[] | undefined;
|
|
290
|
+
GroupIpAddress?: string | undefined;
|
|
554
291
|
}
|
|
555
|
-
export interface
|
|
556
|
-
|
|
557
|
-
|
|
292
|
+
export interface RegisterTransitGatewayMulticastGroupMembersResult {
|
|
293
|
+
RegisteredMulticastGroupMembers?:
|
|
294
|
+
| TransitGatewayMulticastRegisteredGroupMembers
|
|
295
|
+
| undefined;
|
|
558
296
|
}
|
|
559
|
-
export interface
|
|
297
|
+
export interface RegisterTransitGatewayMulticastGroupSourcesRequest {
|
|
298
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
299
|
+
GroupIpAddress?: string | undefined;
|
|
300
|
+
NetworkInterfaceIds: string[] | undefined;
|
|
560
301
|
DryRun?: boolean | undefined;
|
|
561
|
-
IpamPrefixListResolverId: string | undefined;
|
|
562
|
-
IpamPrefixListResolverVersions?: number[] | undefined;
|
|
563
|
-
MaxResults?: number | undefined;
|
|
564
|
-
Filters?: Filter[] | undefined;
|
|
565
|
-
NextToken?: string | undefined;
|
|
566
302
|
}
|
|
567
|
-
export interface
|
|
568
|
-
|
|
303
|
+
export interface TransitGatewayMulticastRegisteredGroupSources {
|
|
304
|
+
TransitGatewayMulticastDomainId?: string | undefined;
|
|
305
|
+
RegisteredNetworkInterfaceIds?: string[] | undefined;
|
|
306
|
+
GroupIpAddress?: string | undefined;
|
|
569
307
|
}
|
|
570
|
-
export interface
|
|
571
|
-
|
|
572
|
-
|
|
308
|
+
export interface RegisterTransitGatewayMulticastGroupSourcesResult {
|
|
309
|
+
RegisteredMulticastGroupSources?:
|
|
310
|
+
| TransitGatewayMulticastRegisteredGroupSources
|
|
311
|
+
| undefined;
|
|
573
312
|
}
|
|
574
|
-
export interface
|
|
313
|
+
export interface RejectCapacityReservationBillingOwnershipRequest {
|
|
575
314
|
DryRun?: boolean | undefined;
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
IpamPoolId?: string | undefined;
|
|
581
|
-
ResourceId?: string | undefined;
|
|
582
|
-
ResourceType?: IpamResourceType | undefined;
|
|
583
|
-
ResourceTag?: RequestIpamResourceTag | undefined;
|
|
584
|
-
ResourceOwner?: string | undefined;
|
|
585
|
-
}
|
|
586
|
-
export declare const IpamManagementState: {
|
|
587
|
-
readonly ignored: "ignored";
|
|
588
|
-
readonly managed: "managed";
|
|
589
|
-
readonly unmanaged: "unmanaged";
|
|
590
|
-
};
|
|
591
|
-
export type IpamManagementState =
|
|
592
|
-
(typeof IpamManagementState)[keyof typeof IpamManagementState];
|
|
593
|
-
export interface IpamResourceCidr {
|
|
594
|
-
IpamId?: string | undefined;
|
|
595
|
-
IpamScopeId?: string | undefined;
|
|
596
|
-
IpamPoolId?: string | undefined;
|
|
597
|
-
ResourceRegion?: string | undefined;
|
|
598
|
-
ResourceOwnerId?: string | undefined;
|
|
599
|
-
ResourceId?: string | undefined;
|
|
600
|
-
ResourceName?: string | undefined;
|
|
601
|
-
ResourceCidr?: string | undefined;
|
|
602
|
-
ResourceType?: IpamResourceType | undefined;
|
|
603
|
-
ResourceTags?: IpamResourceTag[] | undefined;
|
|
604
|
-
IpUsage?: number | undefined;
|
|
605
|
-
ComplianceStatus?: IpamComplianceStatus | undefined;
|
|
606
|
-
ManagementState?: IpamManagementState | undefined;
|
|
607
|
-
OverlapStatus?: IpamOverlapStatus | undefined;
|
|
608
|
-
VpcId?: string | undefined;
|
|
609
|
-
AvailabilityZoneId?: string | undefined;
|
|
610
|
-
}
|
|
611
|
-
export interface GetIpamResourceCidrsResult {
|
|
612
|
-
NextToken?: string | undefined;
|
|
613
|
-
IpamResourceCidrs?: IpamResourceCidr[] | undefined;
|
|
315
|
+
CapacityReservationId: string | undefined;
|
|
316
|
+
}
|
|
317
|
+
export interface RejectCapacityReservationBillingOwnershipResult {
|
|
318
|
+
Return?: boolean | undefined;
|
|
614
319
|
}
|
|
615
|
-
export interface
|
|
320
|
+
export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
|
|
321
|
+
TransitGatewayMulticastDomainId?: string | undefined;
|
|
322
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
323
|
+
SubnetIds?: string[] | undefined;
|
|
616
324
|
DryRun?: boolean | undefined;
|
|
617
|
-
InstanceId: string | undefined;
|
|
618
325
|
}
|
|
619
|
-
export interface
|
|
620
|
-
|
|
326
|
+
export interface RejectTransitGatewayMulticastDomainAssociationsResult {
|
|
327
|
+
Associations?: TransitGatewayMulticastDomainAssociations | undefined;
|
|
621
328
|
}
|
|
622
|
-
export interface
|
|
329
|
+
export interface RejectTransitGatewayPeeringAttachmentRequest {
|
|
330
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
623
331
|
DryRun?: boolean | undefined;
|
|
624
|
-
PrefixListId: string | undefined;
|
|
625
|
-
MaxResults?: number | undefined;
|
|
626
|
-
NextToken?: string | undefined;
|
|
627
|
-
}
|
|
628
|
-
export interface PrefixListAssociation {
|
|
629
|
-
ResourceId?: string | undefined;
|
|
630
|
-
ResourceOwner?: string | undefined;
|
|
631
332
|
}
|
|
632
|
-
export interface
|
|
633
|
-
|
|
634
|
-
NextToken?: string | undefined;
|
|
333
|
+
export interface RejectTransitGatewayPeeringAttachmentResult {
|
|
334
|
+
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment | undefined;
|
|
635
335
|
}
|
|
636
|
-
export interface
|
|
336
|
+
export interface RejectTransitGatewayVpcAttachmentRequest {
|
|
337
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
637
338
|
DryRun?: boolean | undefined;
|
|
638
|
-
PrefixListId: string | undefined;
|
|
639
|
-
TargetVersion?: number | undefined;
|
|
640
|
-
MaxResults?: number | undefined;
|
|
641
|
-
NextToken?: string | undefined;
|
|
642
339
|
}
|
|
643
|
-
export interface
|
|
644
|
-
|
|
645
|
-
Description?: string | undefined;
|
|
646
|
-
}
|
|
647
|
-
export interface GetManagedPrefixListEntriesResult {
|
|
648
|
-
Entries?: PrefixListEntry[] | undefined;
|
|
649
|
-
NextToken?: string | undefined;
|
|
340
|
+
export interface RejectTransitGatewayVpcAttachmentResult {
|
|
341
|
+
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
|
|
650
342
|
}
|
|
651
|
-
export interface
|
|
652
|
-
NetworkInsightsAccessScopeAnalysisId: string | undefined;
|
|
653
|
-
MaxResults?: number | undefined;
|
|
654
|
-
NextToken?: string | undefined;
|
|
343
|
+
export interface RejectVpcEndpointConnectionsRequest {
|
|
655
344
|
DryRun?: boolean | undefined;
|
|
345
|
+
ServiceId: string | undefined;
|
|
346
|
+
VpcEndpointIds: string[] | undefined;
|
|
656
347
|
}
|
|
657
|
-
export interface
|
|
658
|
-
|
|
659
|
-
AnalysisStatus?: AnalysisStatus | undefined;
|
|
660
|
-
AnalysisFindings?: AccessScopeAnalysisFinding[] | undefined;
|
|
661
|
-
NextToken?: string | undefined;
|
|
348
|
+
export interface RejectVpcEndpointConnectionsResult {
|
|
349
|
+
Unsuccessful?: UnsuccessfulItem[] | undefined;
|
|
662
350
|
}
|
|
663
|
-
export interface
|
|
664
|
-
NetworkInsightsAccessScopeId: string | undefined;
|
|
351
|
+
export interface RejectVpcPeeringConnectionRequest {
|
|
665
352
|
DryRun?: boolean | undefined;
|
|
353
|
+
VpcPeeringConnectionId: string | undefined;
|
|
666
354
|
}
|
|
667
|
-
export interface
|
|
668
|
-
|
|
669
|
-
| NetworkInsightsAccessScopeContent
|
|
670
|
-
| undefined;
|
|
355
|
+
export interface RejectVpcPeeringConnectionResult {
|
|
356
|
+
Return?: boolean | undefined;
|
|
671
357
|
}
|
|
672
|
-
export interface
|
|
673
|
-
|
|
358
|
+
export interface ReleaseAddressRequest {
|
|
359
|
+
AllocationId?: string | undefined;
|
|
360
|
+
PublicIp?: string | undefined;
|
|
361
|
+
NetworkBorderGroup?: string | undefined;
|
|
674
362
|
DryRun?: boolean | undefined;
|
|
675
363
|
}
|
|
676
|
-
export interface
|
|
677
|
-
|
|
678
|
-
Timestamp?: Date | undefined;
|
|
679
|
-
PasswordData?: string | undefined;
|
|
364
|
+
export interface ReleaseHostsRequest {
|
|
365
|
+
HostIds: string[] | undefined;
|
|
680
366
|
}
|
|
681
|
-
export interface
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
TargetConfigurations?: TargetConfigurationRequest[] | undefined;
|
|
367
|
+
export interface ReleaseHostsResult {
|
|
368
|
+
Successful?: string[] | undefined;
|
|
369
|
+
Unsuccessful?: UnsuccessfulItem[] | undefined;
|
|
685
370
|
}
|
|
686
|
-
export interface
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
371
|
+
export interface ReleaseIpamPoolAllocationRequest {
|
|
372
|
+
DryRun?: boolean | undefined;
|
|
373
|
+
IpamPoolId: string | undefined;
|
|
374
|
+
Cidr: string | undefined;
|
|
375
|
+
IpamPoolAllocationId: string | undefined;
|
|
690
376
|
}
|
|
691
|
-
export interface
|
|
692
|
-
|
|
693
|
-
ReservedInstanceId?: string | undefined;
|
|
377
|
+
export interface ReleaseIpamPoolAllocationResult {
|
|
378
|
+
Success?: boolean | undefined;
|
|
694
379
|
}
|
|
695
|
-
export interface
|
|
696
|
-
|
|
697
|
-
|
|
380
|
+
export interface ReplaceIamInstanceProfileAssociationRequest {
|
|
381
|
+
IamInstanceProfile: IamInstanceProfileSpecification | undefined;
|
|
382
|
+
AssociationId: string | undefined;
|
|
698
383
|
}
|
|
699
|
-
export interface
|
|
700
|
-
|
|
701
|
-
TargetConfiguration?: TargetConfiguration | undefined;
|
|
384
|
+
export interface ReplaceIamInstanceProfileAssociationResult {
|
|
385
|
+
IamInstanceProfileAssociation?: IamInstanceProfileAssociation | undefined;
|
|
702
386
|
}
|
|
703
|
-
export interface
|
|
704
|
-
|
|
705
|
-
IsValidExchange?: boolean | undefined;
|
|
706
|
-
OutputReservedInstancesWillExpireAt?: Date | undefined;
|
|
707
|
-
PaymentDue?: string | undefined;
|
|
708
|
-
ReservedInstanceValueRollup?: ReservationValue | undefined;
|
|
709
|
-
ReservedInstanceValueSet?: ReservedInstanceReservationValue[] | undefined;
|
|
710
|
-
TargetConfigurationValueRollup?: ReservationValue | undefined;
|
|
711
|
-
TargetConfigurationValueSet?: TargetReservationValue[] | undefined;
|
|
712
|
-
ValidationFailureReason?: string | undefined;
|
|
387
|
+
export interface CreationDateConditionRequest {
|
|
388
|
+
MaximumDaysSinceCreated?: number | undefined;
|
|
713
389
|
}
|
|
714
|
-
export interface
|
|
715
|
-
|
|
716
|
-
DryRun?: boolean | undefined;
|
|
390
|
+
export interface DeprecationTimeConditionRequest {
|
|
391
|
+
MaximumDaysSinceDeprecated?: number | undefined;
|
|
717
392
|
}
|
|
718
|
-
export interface
|
|
719
|
-
|
|
393
|
+
export interface ImageCriterionRequest {
|
|
394
|
+
ImageProviders?: string[] | undefined;
|
|
395
|
+
MarketplaceProductCodes?: string[] | undefined;
|
|
396
|
+
ImageNames?: string[] | undefined;
|
|
397
|
+
DeprecationTimeCondition?: DeprecationTimeConditionRequest | undefined;
|
|
398
|
+
CreationDateCondition?: CreationDateConditionRequest | undefined;
|
|
720
399
|
}
|
|
721
|
-
export interface
|
|
722
|
-
|
|
723
|
-
RouteTableId?: string | undefined;
|
|
400
|
+
export interface ReplaceImageCriteriaInAllowedImagesSettingsRequest {
|
|
401
|
+
ImageCriteria?: ImageCriterionRequest[] | undefined;
|
|
724
402
|
DryRun?: boolean | undefined;
|
|
725
403
|
}
|
|
726
|
-
export interface
|
|
727
|
-
|
|
404
|
+
export interface ReplaceImageCriteriaInAllowedImagesSettingsResult {
|
|
405
|
+
ReturnValue?: boolean | undefined;
|
|
728
406
|
}
|
|
729
|
-
export interface
|
|
730
|
-
RouteServerId: string | undefined;
|
|
731
|
-
NextToken?: string | undefined;
|
|
732
|
-
MaxResults?: number | undefined;
|
|
407
|
+
export interface ReplaceNetworkAclAssociationRequest {
|
|
733
408
|
DryRun?: boolean | undefined;
|
|
734
|
-
|
|
409
|
+
AssociationId: string | undefined;
|
|
410
|
+
NetworkAclId: string | undefined;
|
|
735
411
|
}
|
|
736
|
-
export
|
|
737
|
-
|
|
738
|
-
readonly REJECTED: "rejected";
|
|
739
|
-
};
|
|
740
|
-
export type RouteServerRouteInstallationStatus =
|
|
741
|
-
(typeof RouteServerRouteInstallationStatus)[keyof typeof RouteServerRouteInstallationStatus];
|
|
742
|
-
export interface RouteServerRouteInstallationDetail {
|
|
743
|
-
RouteTableId?: string | undefined;
|
|
744
|
-
RouteInstallationStatus?: RouteServerRouteInstallationStatus | undefined;
|
|
745
|
-
RouteInstallationStatusReason?: string | undefined;
|
|
746
|
-
}
|
|
747
|
-
export declare const RouteServerRouteStatus: {
|
|
748
|
-
readonly IN_FIB: "in-fib";
|
|
749
|
-
readonly IN_RIB: "in-rib";
|
|
750
|
-
};
|
|
751
|
-
export type RouteServerRouteStatus =
|
|
752
|
-
(typeof RouteServerRouteStatus)[keyof typeof RouteServerRouteStatus];
|
|
753
|
-
export interface RouteServerRoute {
|
|
754
|
-
RouteServerEndpointId?: string | undefined;
|
|
755
|
-
RouteServerPeerId?: string | undefined;
|
|
756
|
-
RouteInstallationDetails?: RouteServerRouteInstallationDetail[] | undefined;
|
|
757
|
-
RouteStatus?: RouteServerRouteStatus | undefined;
|
|
758
|
-
Prefix?: string | undefined;
|
|
759
|
-
AsPaths?: string[] | undefined;
|
|
760
|
-
Med?: number | undefined;
|
|
761
|
-
NextHopIp?: string | undefined;
|
|
762
|
-
}
|
|
763
|
-
export interface GetRouteServerRoutingDatabaseResult {
|
|
764
|
-
AreRoutesPersisted?: boolean | undefined;
|
|
765
|
-
Routes?: RouteServerRoute[] | undefined;
|
|
766
|
-
NextToken?: string | undefined;
|
|
412
|
+
export interface ReplaceNetworkAclAssociationResult {
|
|
413
|
+
NewAssociationId?: string | undefined;
|
|
767
414
|
}
|
|
768
|
-
export interface
|
|
769
|
-
VpcId: string | undefined;
|
|
770
|
-
NextToken?: string | undefined;
|
|
771
|
-
MaxResults?: number | undefined;
|
|
772
|
-
Filters?: Filter[] | undefined;
|
|
415
|
+
export interface ReplaceNetworkAclEntryRequest {
|
|
773
416
|
DryRun?: boolean | undefined;
|
|
417
|
+
NetworkAclId: string | undefined;
|
|
418
|
+
RuleNumber: number | undefined;
|
|
419
|
+
Protocol: string | undefined;
|
|
420
|
+
RuleAction: RuleAction | undefined;
|
|
421
|
+
Egress: boolean | undefined;
|
|
422
|
+
CidrBlock?: string | undefined;
|
|
423
|
+
Ipv6CidrBlock?: string | undefined;
|
|
424
|
+
IcmpTypeCode?: IcmpTypeCode | undefined;
|
|
425
|
+
PortRange?: PortRange | undefined;
|
|
774
426
|
}
|
|
775
|
-
export interface
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
427
|
+
export interface ReplaceRouteRequest {
|
|
428
|
+
DestinationPrefixListId?: string | undefined;
|
|
429
|
+
VpcEndpointId?: string | undefined;
|
|
430
|
+
LocalTarget?: boolean | undefined;
|
|
431
|
+
TransitGatewayId?: string | undefined;
|
|
432
|
+
LocalGatewayId?: string | undefined;
|
|
433
|
+
CarrierGatewayId?: string | undefined;
|
|
434
|
+
CoreNetworkArn?: string | undefined;
|
|
435
|
+
OdbNetworkArn?: string | undefined;
|
|
436
|
+
DryRun?: boolean | undefined;
|
|
437
|
+
RouteTableId: string | undefined;
|
|
438
|
+
DestinationCidrBlock?: string | undefined;
|
|
439
|
+
GatewayId?: string | undefined;
|
|
440
|
+
DestinationIpv6CidrBlock?: string | undefined;
|
|
441
|
+
EgressOnlyInternetGatewayId?: string | undefined;
|
|
442
|
+
InstanceId?: string | undefined;
|
|
443
|
+
NetworkInterfaceId?: string | undefined;
|
|
444
|
+
VpcPeeringConnectionId?: string | undefined;
|
|
445
|
+
NatGatewayId?: string | undefined;
|
|
786
446
|
}
|
|
787
|
-
export interface
|
|
447
|
+
export interface ReplaceRouteTableAssociationRequest {
|
|
788
448
|
DryRun?: boolean | undefined;
|
|
449
|
+
AssociationId: string | undefined;
|
|
450
|
+
RouteTableId: string | undefined;
|
|
789
451
|
}
|
|
790
|
-
export interface
|
|
791
|
-
|
|
792
|
-
|
|
452
|
+
export interface ReplaceRouteTableAssociationResult {
|
|
453
|
+
NewAssociationId?: string | undefined;
|
|
454
|
+
AssociationState?: RouteTableAssociationState | undefined;
|
|
793
455
|
}
|
|
794
|
-
export interface
|
|
456
|
+
export interface ReplaceTransitGatewayRouteRequest {
|
|
457
|
+
DestinationCidrBlock: string | undefined;
|
|
458
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
459
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
460
|
+
Blackhole?: boolean | undefined;
|
|
795
461
|
DryRun?: boolean | undefined;
|
|
796
462
|
}
|
|
797
|
-
export interface
|
|
798
|
-
|
|
799
|
-
ManagedBy?: ManagedBy | undefined;
|
|
463
|
+
export interface ReplaceTransitGatewayRouteResult {
|
|
464
|
+
Route?: TransitGatewayRoute | undefined;
|
|
800
465
|
}
|
|
801
|
-
export interface
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
}
|
|
806
|
-
export interface GetSpotPlacementScoresRequest {
|
|
807
|
-
InstanceTypes?: string[] | undefined;
|
|
808
|
-
TargetCapacity: number | undefined;
|
|
809
|
-
TargetCapacityUnitType?: TargetCapacityUnitType | undefined;
|
|
810
|
-
SingleAvailabilityZone?: boolean | undefined;
|
|
811
|
-
RegionNames?: string[] | undefined;
|
|
812
|
-
InstanceRequirementsWithMetadata?:
|
|
813
|
-
| InstanceRequirementsWithMetadataRequest
|
|
814
|
-
| undefined;
|
|
466
|
+
export interface ReplaceVpnTunnelRequest {
|
|
467
|
+
VpnConnectionId: string | undefined;
|
|
468
|
+
VpnTunnelOutsideIpAddress: string | undefined;
|
|
469
|
+
ApplyPendingMaintenance?: boolean | undefined;
|
|
815
470
|
DryRun?: boolean | undefined;
|
|
816
|
-
MaxResults?: number | undefined;
|
|
817
|
-
NextToken?: string | undefined;
|
|
818
471
|
}
|
|
819
|
-
export interface
|
|
820
|
-
|
|
821
|
-
AvailabilityZoneId?: string | undefined;
|
|
822
|
-
Score?: number | undefined;
|
|
472
|
+
export interface ReplaceVpnTunnelResult {
|
|
473
|
+
Return?: boolean | undefined;
|
|
823
474
|
}
|
|
824
|
-
export interface
|
|
825
|
-
|
|
826
|
-
|
|
475
|
+
export interface ReportInstanceStatusRequest {
|
|
476
|
+
DryRun?: boolean | undefined;
|
|
477
|
+
Instances: string[] | undefined;
|
|
478
|
+
Status: ReportStatusType | undefined;
|
|
479
|
+
StartTime?: Date | undefined;
|
|
480
|
+
EndTime?: Date | undefined;
|
|
481
|
+
ReasonCodes: ReportInstanceReasonCodes[] | undefined;
|
|
482
|
+
Description?: string | undefined;
|
|
827
483
|
}
|
|
828
|
-
export interface
|
|
829
|
-
Filters?: Filter[] | undefined;
|
|
830
|
-
SubnetId: string | undefined;
|
|
484
|
+
export interface RequestSpotFleetRequest {
|
|
831
485
|
DryRun?: boolean | undefined;
|
|
832
|
-
|
|
833
|
-
MaxResults?: number | undefined;
|
|
486
|
+
SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
|
|
834
487
|
}
|
|
835
|
-
export interface
|
|
836
|
-
|
|
837
|
-
SubnetIpv6CidrReservations?: SubnetCidrReservation[] | undefined;
|
|
838
|
-
NextToken?: string | undefined;
|
|
488
|
+
export interface RequestSpotFleetResponse {
|
|
489
|
+
SpotFleetRequestId?: string | undefined;
|
|
839
490
|
}
|
|
840
|
-
export interface
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
export interface GetTransitGatewayMulticastDomainAssociationsRequest {
|
|
858
|
-
TransitGatewayMulticastDomainId: string | undefined;
|
|
859
|
-
Filters?: Filter[] | undefined;
|
|
860
|
-
MaxResults?: number | undefined;
|
|
861
|
-
NextToken?: string | undefined;
|
|
862
|
-
DryRun?: boolean | undefined;
|
|
863
|
-
}
|
|
864
|
-
export interface TransitGatewayMulticastDomainAssociation {
|
|
865
|
-
TransitGatewayAttachmentId?: string | undefined;
|
|
866
|
-
ResourceId?: string | undefined;
|
|
867
|
-
ResourceType?: TransitGatewayAttachmentResourceType | undefined;
|
|
868
|
-
ResourceOwnerId?: string | undefined;
|
|
869
|
-
Subnet?: SubnetAssociation | undefined;
|
|
870
|
-
}
|
|
871
|
-
export interface GetTransitGatewayMulticastDomainAssociationsResult {
|
|
872
|
-
MulticastDomainAssociations?:
|
|
873
|
-
| TransitGatewayMulticastDomainAssociation[]
|
|
874
|
-
| undefined;
|
|
875
|
-
NextToken?: string | undefined;
|
|
491
|
+
export interface RequestSpotLaunchSpecification {
|
|
492
|
+
SecurityGroupIds?: string[] | undefined;
|
|
493
|
+
SecurityGroups?: string[] | undefined;
|
|
494
|
+
AddressingType?: string | undefined;
|
|
495
|
+
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
496
|
+
EbsOptimized?: boolean | undefined;
|
|
497
|
+
IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
|
|
498
|
+
ImageId?: string | undefined;
|
|
499
|
+
InstanceType?: _InstanceType | undefined;
|
|
500
|
+
KernelId?: string | undefined;
|
|
501
|
+
KeyName?: string | undefined;
|
|
502
|
+
Monitoring?: RunInstancesMonitoringEnabled | undefined;
|
|
503
|
+
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[] | undefined;
|
|
504
|
+
Placement?: SpotPlacement | undefined;
|
|
505
|
+
RamdiskId?: string | undefined;
|
|
506
|
+
SubnetId?: string | undefined;
|
|
507
|
+
UserData?: string | undefined;
|
|
876
508
|
}
|
|
877
|
-
export interface
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
NextToken?: string | undefined;
|
|
509
|
+
export interface RequestSpotInstancesRequest {
|
|
510
|
+
LaunchSpecification?: RequestSpotLaunchSpecification | undefined;
|
|
511
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
512
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
882
513
|
DryRun?: boolean | undefined;
|
|
514
|
+
SpotPrice?: string | undefined;
|
|
515
|
+
ClientToken?: string | undefined;
|
|
516
|
+
InstanceCount?: number | undefined;
|
|
517
|
+
Type?: SpotInstanceType | undefined;
|
|
518
|
+
ValidFrom?: Date | undefined;
|
|
519
|
+
ValidUntil?: Date | undefined;
|
|
520
|
+
LaunchGroup?: string | undefined;
|
|
521
|
+
AvailabilityZoneGroup?: string | undefined;
|
|
522
|
+
BlockDurationMinutes?: number | undefined;
|
|
883
523
|
}
|
|
884
|
-
export interface
|
|
885
|
-
|
|
886
|
-
NextToken?: string | undefined;
|
|
524
|
+
export interface RequestSpotInstancesResult {
|
|
525
|
+
SpotInstanceRequests?: SpotInstanceRequest[] | undefined;
|
|
887
526
|
}
|
|
888
|
-
export interface
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
MaxResults?: number | undefined;
|
|
892
|
-
NextToken?: string | undefined;
|
|
527
|
+
export interface ResetAddressAttributeRequest {
|
|
528
|
+
AllocationId: string | undefined;
|
|
529
|
+
Attribute: AddressAttributeName | undefined;
|
|
893
530
|
DryRun?: boolean | undefined;
|
|
894
531
|
}
|
|
895
|
-
export interface
|
|
896
|
-
|
|
897
|
-
MetaDataValue?: string | undefined;
|
|
898
|
-
}
|
|
899
|
-
export interface TransitGatewayPolicyRule {
|
|
900
|
-
SourceCidrBlock?: string | undefined;
|
|
901
|
-
SourcePortRange?: string | undefined;
|
|
902
|
-
DestinationCidrBlock?: string | undefined;
|
|
903
|
-
DestinationPortRange?: string | undefined;
|
|
904
|
-
Protocol?: string | undefined;
|
|
905
|
-
MetaData?: TransitGatewayPolicyRuleMetaData | undefined;
|
|
906
|
-
}
|
|
907
|
-
export interface TransitGatewayPolicyTableEntry {
|
|
908
|
-
PolicyRuleNumber?: string | undefined;
|
|
909
|
-
PolicyRule?: TransitGatewayPolicyRule | undefined;
|
|
910
|
-
TargetRouteTableId?: string | undefined;
|
|
911
|
-
}
|
|
912
|
-
export interface GetTransitGatewayPolicyTableEntriesResult {
|
|
913
|
-
TransitGatewayPolicyTableEntries?:
|
|
914
|
-
| TransitGatewayPolicyTableEntry[]
|
|
915
|
-
| undefined;
|
|
532
|
+
export interface ResetAddressAttributeResult {
|
|
533
|
+
Address?: AddressAttribute | undefined;
|
|
916
534
|
}
|
|
917
|
-
export interface
|
|
918
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
919
|
-
Filters?: Filter[] | undefined;
|
|
920
|
-
MaxResults?: number | undefined;
|
|
921
|
-
NextToken?: string | undefined;
|
|
535
|
+
export interface ResetEbsDefaultKmsKeyIdRequest {
|
|
922
536
|
DryRun?: boolean | undefined;
|
|
923
537
|
}
|
|
924
|
-
export interface
|
|
925
|
-
|
|
926
|
-
| TransitGatewayPrefixListReference[]
|
|
927
|
-
| undefined;
|
|
928
|
-
NextToken?: string | undefined;
|
|
538
|
+
export interface ResetEbsDefaultKmsKeyIdResult {
|
|
539
|
+
KmsKeyId?: string | undefined;
|
|
929
540
|
}
|
|
930
|
-
export interface
|
|
931
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
932
|
-
Filters?: Filter[] | undefined;
|
|
933
|
-
MaxResults?: number | undefined;
|
|
934
|
-
NextToken?: string | undefined;
|
|
541
|
+
export interface ResetFpgaImageAttributeRequest {
|
|
935
542
|
DryRun?: boolean | undefined;
|
|
543
|
+
FpgaImageId: string | undefined;
|
|
544
|
+
Attribute?: ResetFpgaImageAttributeName | undefined;
|
|
936
545
|
}
|
|
937
|
-
export interface
|
|
938
|
-
|
|
939
|
-
ResourceId?: string | undefined;
|
|
940
|
-
ResourceType?: TransitGatewayAttachmentResourceType | undefined;
|
|
941
|
-
State?: TransitGatewayAssociationState | undefined;
|
|
942
|
-
}
|
|
943
|
-
export interface GetTransitGatewayRouteTableAssociationsResult {
|
|
944
|
-
Associations?: TransitGatewayRouteTableAssociation[] | undefined;
|
|
945
|
-
NextToken?: string | undefined;
|
|
546
|
+
export interface ResetFpgaImageAttributeResult {
|
|
547
|
+
Return?: boolean | undefined;
|
|
946
548
|
}
|
|
947
|
-
export interface
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
MaxResults?: number | undefined;
|
|
951
|
-
NextToken?: string | undefined;
|
|
549
|
+
export interface ResetImageAttributeRequest {
|
|
550
|
+
Attribute: ResetImageAttributeName | undefined;
|
|
551
|
+
ImageId: string | undefined;
|
|
952
552
|
DryRun?: boolean | undefined;
|
|
953
553
|
}
|
|
954
|
-
export interface
|
|
955
|
-
TransitGatewayAttachmentId?: string | undefined;
|
|
956
|
-
ResourceId?: string | undefined;
|
|
957
|
-
ResourceType?: TransitGatewayAttachmentResourceType | undefined;
|
|
958
|
-
State?: TransitGatewayPropagationState | undefined;
|
|
959
|
-
TransitGatewayRouteTableAnnouncementId?: string | undefined;
|
|
960
|
-
}
|
|
961
|
-
export interface GetTransitGatewayRouteTablePropagationsResult {
|
|
962
|
-
TransitGatewayRouteTablePropagations?:
|
|
963
|
-
| TransitGatewayRouteTablePropagation[]
|
|
964
|
-
| undefined;
|
|
965
|
-
NextToken?: string | undefined;
|
|
966
|
-
}
|
|
967
|
-
export interface GetVerifiedAccessEndpointPolicyRequest {
|
|
968
|
-
VerifiedAccessEndpointId: string | undefined;
|
|
554
|
+
export interface ResetInstanceAttributeRequest {
|
|
969
555
|
DryRun?: boolean | undefined;
|
|
556
|
+
InstanceId: string | undefined;
|
|
557
|
+
Attribute: InstanceAttributeName | undefined;
|
|
970
558
|
}
|
|
971
|
-
export interface
|
|
972
|
-
PolicyEnabled?: boolean | undefined;
|
|
973
|
-
PolicyDocument?: string | undefined;
|
|
974
|
-
}
|
|
975
|
-
export interface GetVerifiedAccessEndpointTargetsRequest {
|
|
976
|
-
VerifiedAccessEndpointId: string | undefined;
|
|
977
|
-
MaxResults?: number | undefined;
|
|
978
|
-
NextToken?: string | undefined;
|
|
559
|
+
export interface ResetNetworkInterfaceAttributeRequest {
|
|
979
560
|
DryRun?: boolean | undefined;
|
|
561
|
+
NetworkInterfaceId: string | undefined;
|
|
562
|
+
SourceDestCheck?: string | undefined;
|
|
980
563
|
}
|
|
981
|
-
export interface
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
VerifiedAccessEndpointTargetDns?: string | undefined;
|
|
985
|
-
}
|
|
986
|
-
export interface GetVerifiedAccessEndpointTargetsResult {
|
|
987
|
-
VerifiedAccessEndpointTargets?: VerifiedAccessEndpointTarget[] | undefined;
|
|
988
|
-
NextToken?: string | undefined;
|
|
989
|
-
}
|
|
990
|
-
export interface GetVerifiedAccessGroupPolicyRequest {
|
|
991
|
-
VerifiedAccessGroupId: string | undefined;
|
|
564
|
+
export interface ResetSnapshotAttributeRequest {
|
|
565
|
+
Attribute: SnapshotAttributeName | undefined;
|
|
566
|
+
SnapshotId: string | undefined;
|
|
992
567
|
DryRun?: boolean | undefined;
|
|
993
568
|
}
|
|
994
|
-
export interface
|
|
995
|
-
PolicyEnabled?: boolean | undefined;
|
|
996
|
-
PolicyDocument?: string | undefined;
|
|
997
|
-
}
|
|
998
|
-
export interface GetVpnConnectionDeviceSampleConfigurationRequest {
|
|
999
|
-
VpnConnectionId: string | undefined;
|
|
1000
|
-
VpnConnectionDeviceTypeId: string | undefined;
|
|
1001
|
-
InternetKeyExchangeVersion?: string | undefined;
|
|
1002
|
-
SampleType?: string | undefined;
|
|
569
|
+
export interface RestoreAddressToClassicRequest {
|
|
1003
570
|
DryRun?: boolean | undefined;
|
|
571
|
+
PublicIp: string | undefined;
|
|
1004
572
|
}
|
|
1005
|
-
export interface
|
|
1006
|
-
|
|
573
|
+
export interface RestoreAddressToClassicResult {
|
|
574
|
+
PublicIp?: string | undefined;
|
|
575
|
+
Status?: Status | undefined;
|
|
1007
576
|
}
|
|
1008
|
-
export interface
|
|
1009
|
-
|
|
1010
|
-
NextToken?: string | undefined;
|
|
577
|
+
export interface RestoreImageFromRecycleBinRequest {
|
|
578
|
+
ImageId: string | undefined;
|
|
1011
579
|
DryRun?: boolean | undefined;
|
|
1012
580
|
}
|
|
1013
|
-
export interface
|
|
1014
|
-
|
|
1015
|
-
Vendor?: string | undefined;
|
|
1016
|
-
Platform?: string | undefined;
|
|
1017
|
-
Software?: string | undefined;
|
|
1018
|
-
}
|
|
1019
|
-
export interface GetVpnConnectionDeviceTypesResult {
|
|
1020
|
-
VpnConnectionDeviceTypes?: VpnConnectionDeviceType[] | undefined;
|
|
1021
|
-
NextToken?: string | undefined;
|
|
581
|
+
export interface RestoreImageFromRecycleBinResult {
|
|
582
|
+
Return?: boolean | undefined;
|
|
1022
583
|
}
|
|
1023
|
-
export interface
|
|
1024
|
-
VpnConnectionId: string | undefined;
|
|
1025
|
-
VpnTunnelOutsideIpAddress: string | undefined;
|
|
584
|
+
export interface RestoreManagedPrefixListVersionRequest {
|
|
1026
585
|
DryRun?: boolean | undefined;
|
|
586
|
+
PrefixListId: string | undefined;
|
|
587
|
+
PreviousVersion: number | undefined;
|
|
588
|
+
CurrentVersion: number | undefined;
|
|
1027
589
|
}
|
|
1028
|
-
export interface
|
|
1029
|
-
|
|
1030
|
-
MaintenanceAutoAppliedAfter?: Date | undefined;
|
|
1031
|
-
LastMaintenanceApplied?: Date | undefined;
|
|
1032
|
-
}
|
|
1033
|
-
export interface GetVpnTunnelReplacementStatusResult {
|
|
1034
|
-
VpnConnectionId?: string | undefined;
|
|
1035
|
-
TransitGatewayId?: string | undefined;
|
|
1036
|
-
CustomerGatewayId?: string | undefined;
|
|
1037
|
-
VpnGatewayId?: string | undefined;
|
|
1038
|
-
VpnTunnelOutsideIpAddress?: string | undefined;
|
|
1039
|
-
MaintenanceDetails?: MaintenanceDetails | undefined;
|
|
590
|
+
export interface RestoreManagedPrefixListVersionResult {
|
|
591
|
+
PrefixList?: ManagedPrefixList | undefined;
|
|
1040
592
|
}
|
|
1041
|
-
export interface
|
|
1042
|
-
|
|
1043
|
-
CertificateRevocationList: string | undefined;
|
|
593
|
+
export interface RestoreSnapshotFromRecycleBinRequest {
|
|
594
|
+
SnapshotId: string | undefined;
|
|
1044
595
|
DryRun?: boolean | undefined;
|
|
1045
596
|
}
|
|
1046
|
-
export interface
|
|
1047
|
-
Return?: boolean | undefined;
|
|
1048
|
-
}
|
|
1049
|
-
export interface ClientData {
|
|
1050
|
-
Comment?: string | undefined;
|
|
1051
|
-
UploadEnd?: Date | undefined;
|
|
1052
|
-
UploadSize?: number | undefined;
|
|
1053
|
-
UploadStart?: Date | undefined;
|
|
1054
|
-
}
|
|
1055
|
-
export interface UserBucket {
|
|
1056
|
-
S3Bucket?: string | undefined;
|
|
1057
|
-
S3Key?: string | undefined;
|
|
1058
|
-
}
|
|
1059
|
-
export interface ImageDiskContainer {
|
|
1060
|
-
Description?: string | undefined;
|
|
1061
|
-
DeviceName?: string | undefined;
|
|
1062
|
-
Format?: string | undefined;
|
|
597
|
+
export interface RestoreSnapshotFromRecycleBinResult {
|
|
1063
598
|
SnapshotId?: string | undefined;
|
|
1064
|
-
|
|
1065
|
-
UserBucket?: UserBucket | undefined;
|
|
1066
|
-
}
|
|
1067
|
-
export interface ImportImageLicenseConfigurationRequest {
|
|
1068
|
-
LicenseConfigurationArn?: string | undefined;
|
|
1069
|
-
}
|
|
1070
|
-
export interface ImportImageRequest {
|
|
1071
|
-
Architecture?: string | undefined;
|
|
1072
|
-
ClientData?: ClientData | undefined;
|
|
1073
|
-
ClientToken?: string | undefined;
|
|
1074
|
-
Description?: string | undefined;
|
|
1075
|
-
DiskContainers?: ImageDiskContainer[] | undefined;
|
|
1076
|
-
DryRun?: boolean | undefined;
|
|
1077
|
-
Encrypted?: boolean | undefined;
|
|
1078
|
-
Hypervisor?: string | undefined;
|
|
1079
|
-
KmsKeyId?: string | undefined;
|
|
1080
|
-
LicenseType?: string | undefined;
|
|
1081
|
-
Platform?: string | undefined;
|
|
1082
|
-
RoleName?: string | undefined;
|
|
1083
|
-
LicenseSpecifications?: ImportImageLicenseConfigurationRequest[] | undefined;
|
|
1084
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1085
|
-
UsageOperation?: string | undefined;
|
|
1086
|
-
BootMode?: BootModeValues | undefined;
|
|
1087
|
-
}
|
|
1088
|
-
export interface ImportImageResult {
|
|
1089
|
-
Architecture?: string | undefined;
|
|
599
|
+
OutpostArn?: string | undefined;
|
|
1090
600
|
Description?: string | undefined;
|
|
1091
601
|
Encrypted?: boolean | undefined;
|
|
1092
|
-
|
|
1093
|
-
ImageId?: string | undefined;
|
|
1094
|
-
ImportTaskId?: string | undefined;
|
|
1095
|
-
KmsKeyId?: string | undefined;
|
|
1096
|
-
LicenseType?: string | undefined;
|
|
1097
|
-
Platform?: string | undefined;
|
|
602
|
+
OwnerId?: string | undefined;
|
|
1098
603
|
Progress?: string | undefined;
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
StatusMessage?: string | undefined;
|
|
1102
|
-
LicenseSpecifications?: ImportImageLicenseConfigurationResponse[] | undefined;
|
|
1103
|
-
Tags?: Tag[] | undefined;
|
|
1104
|
-
UsageOperation?: string | undefined;
|
|
1105
|
-
}
|
|
1106
|
-
export interface DiskImageDetail {
|
|
1107
|
-
Format: DiskImageFormat | undefined;
|
|
1108
|
-
Bytes: number | undefined;
|
|
1109
|
-
ImportManifestUrl: string | undefined;
|
|
1110
|
-
}
|
|
1111
|
-
export interface VolumeDetail {
|
|
1112
|
-
Size: number | undefined;
|
|
1113
|
-
}
|
|
1114
|
-
export interface DiskImage {
|
|
1115
|
-
Description?: string | undefined;
|
|
1116
|
-
Image?: DiskImageDetail | undefined;
|
|
1117
|
-
Volume?: VolumeDetail | undefined;
|
|
1118
|
-
}
|
|
1119
|
-
export interface UserData {
|
|
1120
|
-
Data?: string | undefined;
|
|
1121
|
-
}
|
|
1122
|
-
export interface ImportInstanceLaunchSpecification {
|
|
1123
|
-
Architecture?: ArchitectureValues | undefined;
|
|
1124
|
-
GroupNames?: string[] | undefined;
|
|
1125
|
-
GroupIds?: string[] | undefined;
|
|
1126
|
-
AdditionalInfo?: string | undefined;
|
|
1127
|
-
UserData?: UserData | undefined;
|
|
1128
|
-
InstanceType?: _InstanceType | undefined;
|
|
1129
|
-
Placement?: Placement | undefined;
|
|
1130
|
-
Monitoring?: boolean | undefined;
|
|
1131
|
-
SubnetId?: string | undefined;
|
|
1132
|
-
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
|
|
1133
|
-
PrivateIpAddress?: string | undefined;
|
|
1134
|
-
}
|
|
1135
|
-
export interface ImportInstanceRequest {
|
|
1136
|
-
DryRun?: boolean | undefined;
|
|
1137
|
-
Description?: string | undefined;
|
|
1138
|
-
LaunchSpecification?: ImportInstanceLaunchSpecification | undefined;
|
|
1139
|
-
DiskImages?: DiskImage[] | undefined;
|
|
1140
|
-
Platform: PlatformValues | undefined;
|
|
1141
|
-
}
|
|
1142
|
-
export interface ImportInstanceResult {
|
|
1143
|
-
ConversionTask?: ConversionTask | undefined;
|
|
1144
|
-
}
|
|
1145
|
-
export interface ImportKeyPairRequest {
|
|
1146
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1147
|
-
DryRun?: boolean | undefined;
|
|
1148
|
-
KeyName: string | undefined;
|
|
1149
|
-
PublicKeyMaterial: Uint8Array | undefined;
|
|
1150
|
-
}
|
|
1151
|
-
export interface ImportKeyPairResult {
|
|
1152
|
-
KeyFingerprint?: string | undefined;
|
|
1153
|
-
KeyName?: string | undefined;
|
|
1154
|
-
KeyPairId?: string | undefined;
|
|
1155
|
-
Tags?: Tag[] | undefined;
|
|
1156
|
-
}
|
|
1157
|
-
export interface SnapshotDiskContainer {
|
|
1158
|
-
Description?: string | undefined;
|
|
1159
|
-
Format?: string | undefined;
|
|
1160
|
-
Url?: string | undefined;
|
|
1161
|
-
UserBucket?: UserBucket | undefined;
|
|
1162
|
-
}
|
|
1163
|
-
export interface ImportSnapshotRequest {
|
|
1164
|
-
ClientData?: ClientData | undefined;
|
|
1165
|
-
ClientToken?: string | undefined;
|
|
1166
|
-
Description?: string | undefined;
|
|
1167
|
-
DiskContainer?: SnapshotDiskContainer | undefined;
|
|
1168
|
-
DryRun?: boolean | undefined;
|
|
1169
|
-
Encrypted?: boolean | undefined;
|
|
1170
|
-
KmsKeyId?: string | undefined;
|
|
1171
|
-
RoleName?: string | undefined;
|
|
1172
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1173
|
-
}
|
|
1174
|
-
export interface ImportSnapshotResult {
|
|
1175
|
-
Description?: string | undefined;
|
|
1176
|
-
ImportTaskId?: string | undefined;
|
|
1177
|
-
SnapshotTaskDetail?: SnapshotTaskDetail | undefined;
|
|
1178
|
-
Tags?: Tag[] | undefined;
|
|
1179
|
-
}
|
|
1180
|
-
export interface ImportVolumeRequest {
|
|
1181
|
-
AvailabilityZoneId?: string | undefined;
|
|
1182
|
-
DryRun?: boolean | undefined;
|
|
1183
|
-
AvailabilityZone?: string | undefined;
|
|
1184
|
-
Image: DiskImageDetail | undefined;
|
|
1185
|
-
Description?: string | undefined;
|
|
1186
|
-
Volume: VolumeDetail | undefined;
|
|
1187
|
-
}
|
|
1188
|
-
export interface ImportVolumeResult {
|
|
1189
|
-
ConversionTask?: ConversionTask | undefined;
|
|
1190
|
-
}
|
|
1191
|
-
export interface ListImagesInRecycleBinRequest {
|
|
1192
|
-
ImageIds?: string[] | undefined;
|
|
1193
|
-
NextToken?: string | undefined;
|
|
1194
|
-
MaxResults?: number | undefined;
|
|
1195
|
-
DryRun?: boolean | undefined;
|
|
1196
|
-
}
|
|
1197
|
-
export interface ImageRecycleBinInfo {
|
|
1198
|
-
ImageId?: string | undefined;
|
|
1199
|
-
Name?: string | undefined;
|
|
1200
|
-
Description?: string | undefined;
|
|
1201
|
-
RecycleBinEnterTime?: Date | undefined;
|
|
1202
|
-
RecycleBinExitTime?: Date | undefined;
|
|
1203
|
-
}
|
|
1204
|
-
export interface ListImagesInRecycleBinResult {
|
|
1205
|
-
Images?: ImageRecycleBinInfo[] | undefined;
|
|
1206
|
-
NextToken?: string | undefined;
|
|
1207
|
-
}
|
|
1208
|
-
export interface ListSnapshotsInRecycleBinRequest {
|
|
1209
|
-
MaxResults?: number | undefined;
|
|
1210
|
-
NextToken?: string | undefined;
|
|
1211
|
-
SnapshotIds?: string[] | undefined;
|
|
1212
|
-
DryRun?: boolean | undefined;
|
|
1213
|
-
}
|
|
1214
|
-
export interface SnapshotRecycleBinInfo {
|
|
1215
|
-
SnapshotId?: string | undefined;
|
|
1216
|
-
RecycleBinEnterTime?: Date | undefined;
|
|
1217
|
-
RecycleBinExitTime?: Date | undefined;
|
|
1218
|
-
Description?: string | undefined;
|
|
604
|
+
StartTime?: Date | undefined;
|
|
605
|
+
State?: SnapshotState | undefined;
|
|
1219
606
|
VolumeId?: string | undefined;
|
|
607
|
+
VolumeSize?: number | undefined;
|
|
608
|
+
SseType?: SSEType | undefined;
|
|
1220
609
|
}
|
|
1221
|
-
export interface
|
|
1222
|
-
Snapshots?: SnapshotRecycleBinInfo[] | undefined;
|
|
1223
|
-
NextToken?: string | undefined;
|
|
1224
|
-
}
|
|
1225
|
-
export declare const LockMode: {
|
|
1226
|
-
readonly compliance: "compliance";
|
|
1227
|
-
readonly governance: "governance";
|
|
1228
|
-
};
|
|
1229
|
-
export type LockMode = (typeof LockMode)[keyof typeof LockMode];
|
|
1230
|
-
export interface LockSnapshotRequest {
|
|
610
|
+
export interface RestoreSnapshotTierRequest {
|
|
1231
611
|
SnapshotId: string | undefined;
|
|
612
|
+
TemporaryRestoreDays?: number | undefined;
|
|
613
|
+
PermanentRestore?: boolean | undefined;
|
|
1232
614
|
DryRun?: boolean | undefined;
|
|
1233
|
-
LockMode: LockMode | undefined;
|
|
1234
|
-
CoolOffPeriod?: number | undefined;
|
|
1235
|
-
LockDuration?: number | undefined;
|
|
1236
|
-
ExpirationDate?: Date | undefined;
|
|
1237
615
|
}
|
|
1238
|
-
export interface
|
|
616
|
+
export interface RestoreSnapshotTierResult {
|
|
1239
617
|
SnapshotId?: string | undefined;
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
AllocationId: string | undefined;
|
|
1250
|
-
DomainName?: string | undefined;
|
|
618
|
+
RestoreStartTime?: Date | undefined;
|
|
619
|
+
RestoreDuration?: number | undefined;
|
|
620
|
+
IsPermanentRestore?: boolean | undefined;
|
|
621
|
+
}
|
|
622
|
+
export interface RevokeClientVpnIngressRequest {
|
|
623
|
+
ClientVpnEndpointId: string | undefined;
|
|
624
|
+
TargetNetworkCidr: string | undefined;
|
|
625
|
+
AccessGroupId?: string | undefined;
|
|
626
|
+
RevokeAllGroups?: boolean | undefined;
|
|
1251
627
|
DryRun?: boolean | undefined;
|
|
1252
628
|
}
|
|
1253
|
-
export interface
|
|
1254
|
-
|
|
629
|
+
export interface RevokeClientVpnIngressResult {
|
|
630
|
+
Status?: ClientVpnAuthorizationRuleStatus | undefined;
|
|
1255
631
|
}
|
|
1256
|
-
export
|
|
1257
|
-
|
|
1258
|
-
readonly opted_in: "opted-in";
|
|
1259
|
-
};
|
|
1260
|
-
export type ModifyAvailabilityZoneOptInStatus =
|
|
1261
|
-
(typeof ModifyAvailabilityZoneOptInStatus)[keyof typeof ModifyAvailabilityZoneOptInStatus];
|
|
1262
|
-
export interface ModifyAvailabilityZoneGroupRequest {
|
|
1263
|
-
GroupName: string | undefined;
|
|
1264
|
-
OptInStatus: ModifyAvailabilityZoneOptInStatus | undefined;
|
|
632
|
+
export interface RevokeSecurityGroupEgressRequest {
|
|
633
|
+
SecurityGroupRuleIds?: string[] | undefined;
|
|
1265
634
|
DryRun?: boolean | undefined;
|
|
635
|
+
GroupId: string | undefined;
|
|
636
|
+
SourceSecurityGroupName?: string | undefined;
|
|
637
|
+
SourceSecurityGroupOwnerId?: string | undefined;
|
|
638
|
+
IpProtocol?: string | undefined;
|
|
639
|
+
FromPort?: number | undefined;
|
|
640
|
+
ToPort?: number | undefined;
|
|
641
|
+
CidrIp?: string | undefined;
|
|
642
|
+
IpPermissions?: IpPermission[] | undefined;
|
|
643
|
+
}
|
|
644
|
+
export interface RevokedSecurityGroupRule {
|
|
645
|
+
SecurityGroupRuleId?: string | undefined;
|
|
646
|
+
GroupId?: string | undefined;
|
|
647
|
+
IsEgress?: boolean | undefined;
|
|
648
|
+
IpProtocol?: string | undefined;
|
|
649
|
+
FromPort?: number | undefined;
|
|
650
|
+
ToPort?: number | undefined;
|
|
651
|
+
CidrIpv4?: string | undefined;
|
|
652
|
+
CidrIpv6?: string | undefined;
|
|
653
|
+
PrefixListId?: string | undefined;
|
|
654
|
+
ReferencedGroupId?: string | undefined;
|
|
655
|
+
Description?: string | undefined;
|
|
1266
656
|
}
|
|
1267
|
-
export interface
|
|
657
|
+
export interface RevokeSecurityGroupEgressResult {
|
|
1268
658
|
Return?: boolean | undefined;
|
|
659
|
+
UnknownIpPermissions?: IpPermission[] | undefined;
|
|
660
|
+
RevokedSecurityGroupRules?: RevokedSecurityGroupRule[] | undefined;
|
|
1269
661
|
}
|
|
1270
|
-
export interface
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
662
|
+
export interface RevokeSecurityGroupIngressRequest {
|
|
663
|
+
CidrIp?: string | undefined;
|
|
664
|
+
FromPort?: number | undefined;
|
|
665
|
+
GroupId?: string | undefined;
|
|
666
|
+
GroupName?: string | undefined;
|
|
667
|
+
IpPermissions?: IpPermission[] | undefined;
|
|
668
|
+
IpProtocol?: string | undefined;
|
|
669
|
+
SourceSecurityGroupName?: string | undefined;
|
|
670
|
+
SourceSecurityGroupOwnerId?: string | undefined;
|
|
671
|
+
ToPort?: number | undefined;
|
|
672
|
+
SecurityGroupRuleIds?: string[] | undefined;
|
|
1276
673
|
DryRun?: boolean | undefined;
|
|
1277
|
-
AdditionalInfo?: string | undefined;
|
|
1278
|
-
InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
|
|
1279
674
|
}
|
|
1280
|
-
export interface
|
|
675
|
+
export interface RevokeSecurityGroupIngressResult {
|
|
1281
676
|
Return?: boolean | undefined;
|
|
677
|
+
UnknownIpPermissions?: IpPermission[] | undefined;
|
|
678
|
+
RevokedSecurityGroupRules?: RevokedSecurityGroupRule[] | undefined;
|
|
1282
679
|
}
|
|
1283
|
-
export interface
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
DryRun?: boolean | undefined;
|
|
1288
|
-
RemoveEndDate?: boolean | undefined;
|
|
680
|
+
export interface CpuOptionsRequest {
|
|
681
|
+
CoreCount?: number | undefined;
|
|
682
|
+
ThreadsPerCore?: number | undefined;
|
|
683
|
+
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
1289
684
|
}
|
|
1290
|
-
export interface
|
|
1291
|
-
|
|
685
|
+
export interface ElasticInferenceAccelerator {
|
|
686
|
+
Type: string | undefined;
|
|
687
|
+
Count?: number | undefined;
|
|
1292
688
|
}
|
|
1293
|
-
export interface
|
|
1294
|
-
CustomDnsServers?: string[] | undefined;
|
|
689
|
+
export interface EnclaveOptionsRequest {
|
|
1295
690
|
Enabled?: boolean | undefined;
|
|
1296
691
|
}
|
|
1297
|
-
export interface
|
|
1298
|
-
|
|
1299
|
-
ServerCertificateArn?: string | undefined;
|
|
1300
|
-
ConnectionLogOptions?: ConnectionLogOptions | undefined;
|
|
1301
|
-
DnsServers?: DnsServersOptionsModifyStructure | undefined;
|
|
1302
|
-
VpnPort?: number | undefined;
|
|
1303
|
-
Description?: string | undefined;
|
|
1304
|
-
SplitTunnel?: boolean | undefined;
|
|
1305
|
-
DryRun?: boolean | undefined;
|
|
1306
|
-
SecurityGroupIds?: string[] | undefined;
|
|
1307
|
-
VpcId?: string | undefined;
|
|
1308
|
-
SelfServicePortal?: SelfServicePortal | undefined;
|
|
1309
|
-
ClientConnectOptions?: ClientConnectOptions | undefined;
|
|
1310
|
-
SessionTimeoutHours?: number | undefined;
|
|
1311
|
-
ClientLoginBannerOptions?: ClientLoginBannerOptions | undefined;
|
|
1312
|
-
ClientRouteEnforcementOptions?: ClientRouteEnforcementOptions | undefined;
|
|
1313
|
-
DisconnectOnSessionTimeout?: boolean | undefined;
|
|
1314
|
-
}
|
|
1315
|
-
export interface ModifyClientVpnEndpointResult {
|
|
1316
|
-
Return?: boolean | undefined;
|
|
692
|
+
export interface HibernationOptionsRequest {
|
|
693
|
+
Configured?: boolean | undefined;
|
|
1317
694
|
}
|
|
1318
|
-
export interface
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
695
|
+
export interface SpotMarketOptions {
|
|
696
|
+
MaxPrice?: string | undefined;
|
|
697
|
+
SpotInstanceType?: SpotInstanceType | undefined;
|
|
698
|
+
BlockDurationMinutes?: number | undefined;
|
|
699
|
+
ValidUntil?: Date | undefined;
|
|
700
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
1322
701
|
}
|
|
1323
|
-
export interface
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
| undefined;
|
|
702
|
+
export interface InstanceMarketOptionsRequest {
|
|
703
|
+
MarketType?: MarketType | undefined;
|
|
704
|
+
SpotOptions?: SpotMarketOptions | undefined;
|
|
1327
705
|
}
|
|
1328
|
-
export interface
|
|
1329
|
-
|
|
1330
|
-
|
|
706
|
+
export interface LaunchTemplateSpecification {
|
|
707
|
+
LaunchTemplateId?: string | undefined;
|
|
708
|
+
LaunchTemplateName?: string | undefined;
|
|
709
|
+
Version?: string | undefined;
|
|
1331
710
|
}
|
|
1332
|
-
export interface
|
|
1333
|
-
|
|
711
|
+
export interface LicenseConfigurationRequest {
|
|
712
|
+
LicenseConfigurationArn?: string | undefined;
|
|
1334
713
|
}
|
|
1335
|
-
export interface
|
|
1336
|
-
|
|
1337
|
-
ExcessCapacityTerminationPolicy?:
|
|
1338
|
-
| FleetExcessCapacityTerminationPolicy
|
|
1339
|
-
| undefined;
|
|
1340
|
-
LaunchTemplateConfigs?: FleetLaunchTemplateConfigRequest[] | undefined;
|
|
1341
|
-
FleetId: string | undefined;
|
|
1342
|
-
TargetCapacitySpecification?: TargetCapacitySpecificationRequest | undefined;
|
|
1343
|
-
Context?: string | undefined;
|
|
714
|
+
export interface InstanceMaintenanceOptionsRequest {
|
|
715
|
+
AutoRecovery?: InstanceAutoRecoveryState | undefined;
|
|
1344
716
|
}
|
|
1345
|
-
export interface
|
|
1346
|
-
|
|
717
|
+
export interface InstanceMetadataOptionsRequest {
|
|
718
|
+
HttpTokens?: HttpTokensState | undefined;
|
|
719
|
+
HttpPutResponseHopLimit?: number | undefined;
|
|
720
|
+
HttpEndpoint?: InstanceMetadataEndpointState | undefined;
|
|
721
|
+
HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
|
|
722
|
+
InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
|
|
1347
723
|
}
|
|
1348
|
-
export interface
|
|
1349
|
-
|
|
1350
|
-
UserId?: string | undefined;
|
|
724
|
+
export interface InstanceNetworkPerformanceOptionsRequest {
|
|
725
|
+
BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
|
|
1351
726
|
}
|
|
1352
|
-
export interface
|
|
1353
|
-
|
|
1354
|
-
|
|
727
|
+
export interface PrivateDnsNameOptionsRequest {
|
|
728
|
+
HostnameType?: HostnameType | undefined;
|
|
729
|
+
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
730
|
+
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
1355
731
|
}
|
|
1356
|
-
export
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
732
|
+
export interface RunInstancesRequest {
|
|
733
|
+
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
734
|
+
ImageId?: string | undefined;
|
|
735
|
+
InstanceType?: _InstanceType | undefined;
|
|
736
|
+
Ipv6AddressCount?: number | undefined;
|
|
737
|
+
Ipv6Addresses?: InstanceIpv6Address[] | undefined;
|
|
738
|
+
KernelId?: string | undefined;
|
|
739
|
+
KeyName?: string | undefined;
|
|
740
|
+
MaxCount: number | undefined;
|
|
741
|
+
MinCount: number | undefined;
|
|
742
|
+
Monitoring?: RunInstancesMonitoringEnabled | undefined;
|
|
743
|
+
Placement?: Placement | undefined;
|
|
744
|
+
RamdiskId?: string | undefined;
|
|
745
|
+
SecurityGroupIds?: string[] | undefined;
|
|
746
|
+
SecurityGroups?: string[] | undefined;
|
|
747
|
+
SubnetId?: string | undefined;
|
|
748
|
+
UserData?: string | undefined;
|
|
749
|
+
ElasticGpuSpecification?: ElasticGpuSpecification[] | undefined;
|
|
750
|
+
ElasticInferenceAccelerators?: ElasticInferenceAccelerator[] | undefined;
|
|
751
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
752
|
+
LaunchTemplate?: LaunchTemplateSpecification | undefined;
|
|
753
|
+
InstanceMarketOptions?: InstanceMarketOptionsRequest | undefined;
|
|
754
|
+
CreditSpecification?: CreditSpecificationRequest | undefined;
|
|
755
|
+
CpuOptions?: CpuOptionsRequest | undefined;
|
|
756
|
+
CapacityReservationSpecification?:
|
|
757
|
+
| CapacityReservationSpecification
|
|
758
|
+
| undefined;
|
|
759
|
+
HibernationOptions?: HibernationOptionsRequest | undefined;
|
|
760
|
+
LicenseSpecifications?: LicenseConfigurationRequest[] | undefined;
|
|
761
|
+
MetadataOptions?: InstanceMetadataOptionsRequest | undefined;
|
|
762
|
+
EnclaveOptions?: EnclaveOptionsRequest | undefined;
|
|
763
|
+
PrivateDnsNameOptions?: PrivateDnsNameOptionsRequest | undefined;
|
|
764
|
+
MaintenanceOptions?: InstanceMaintenanceOptionsRequest | undefined;
|
|
765
|
+
DisableApiStop?: boolean | undefined;
|
|
766
|
+
EnablePrimaryIpv6?: boolean | undefined;
|
|
767
|
+
NetworkPerformanceOptions?:
|
|
768
|
+
| InstanceNetworkPerformanceOptionsRequest
|
|
769
|
+
| undefined;
|
|
770
|
+
Operator?: OperatorRequest | undefined;
|
|
1362
771
|
DryRun?: boolean | undefined;
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
Name?: string | undefined;
|
|
1372
|
-
}
|
|
1373
|
-
export interface ModifyFpgaImageAttributeResult {
|
|
1374
|
-
FpgaImageAttribute?: FpgaImageAttribute | undefined;
|
|
1375
|
-
}
|
|
1376
|
-
export interface ModifyHostsRequest {
|
|
1377
|
-
HostRecovery?: HostRecovery | undefined;
|
|
1378
|
-
InstanceType?: string | undefined;
|
|
1379
|
-
InstanceFamily?: string | undefined;
|
|
1380
|
-
HostMaintenance?: HostMaintenance | undefined;
|
|
1381
|
-
HostIds: string[] | undefined;
|
|
1382
|
-
AutoPlacement?: AutoPlacement | undefined;
|
|
1383
|
-
}
|
|
1384
|
-
export interface ModifyHostsResult {
|
|
1385
|
-
Successful?: string[] | undefined;
|
|
1386
|
-
Unsuccessful?: UnsuccessfulItem[] | undefined;
|
|
1387
|
-
}
|
|
1388
|
-
export interface ModifyIdentityIdFormatRequest {
|
|
1389
|
-
Resource: string | undefined;
|
|
1390
|
-
UseLongIds: boolean | undefined;
|
|
1391
|
-
PrincipalArn: string | undefined;
|
|
1392
|
-
}
|
|
1393
|
-
export interface ModifyIdFormatRequest {
|
|
1394
|
-
Resource: string | undefined;
|
|
1395
|
-
UseLongIds: boolean | undefined;
|
|
1396
|
-
}
|
|
1397
|
-
export interface LaunchPermissionModifications {
|
|
1398
|
-
Add?: LaunchPermission[] | undefined;
|
|
1399
|
-
Remove?: LaunchPermission[] | undefined;
|
|
772
|
+
DisableApiTermination?: boolean | undefined;
|
|
773
|
+
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
|
|
774
|
+
PrivateIpAddress?: string | undefined;
|
|
775
|
+
ClientToken?: string | undefined;
|
|
776
|
+
AdditionalInfo?: string | undefined;
|
|
777
|
+
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[] | undefined;
|
|
778
|
+
IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
|
|
779
|
+
EbsOptimized?: boolean | undefined;
|
|
1400
780
|
}
|
|
1401
|
-
export interface
|
|
1402
|
-
Attribute?: string | undefined;
|
|
1403
|
-
Description?: AttributeValue | undefined;
|
|
1404
|
-
ImageId: string | undefined;
|
|
1405
|
-
LaunchPermission?: LaunchPermissionModifications | undefined;
|
|
1406
|
-
OperationType?: OperationType | undefined;
|
|
1407
|
-
ProductCodes?: string[] | undefined;
|
|
1408
|
-
UserGroups?: string[] | undefined;
|
|
1409
|
-
UserIds?: string[] | undefined;
|
|
1410
|
-
Value?: string | undefined;
|
|
1411
|
-
OrganizationArns?: string[] | undefined;
|
|
1412
|
-
OrganizationalUnitArns?: string[] | undefined;
|
|
1413
|
-
ImdsSupport?: AttributeValue | undefined;
|
|
1414
|
-
DryRun?: boolean | undefined;
|
|
1415
|
-
}
|
|
1416
|
-
export interface EbsInstanceBlockDeviceSpecification {
|
|
1417
|
-
VolumeId?: string | undefined;
|
|
781
|
+
export interface ScheduledInstancesEbs {
|
|
1418
782
|
DeleteOnTermination?: boolean | undefined;
|
|
783
|
+
Encrypted?: boolean | undefined;
|
|
784
|
+
Iops?: number | undefined;
|
|
785
|
+
SnapshotId?: string | undefined;
|
|
786
|
+
VolumeSize?: number | undefined;
|
|
787
|
+
VolumeType?: string | undefined;
|
|
1419
788
|
}
|
|
1420
|
-
export interface
|
|
789
|
+
export interface ScheduledInstancesBlockDeviceMapping {
|
|
1421
790
|
DeviceName?: string | undefined;
|
|
1422
|
-
Ebs?:
|
|
1423
|
-
VirtualName?: string | undefined;
|
|
791
|
+
Ebs?: ScheduledInstancesEbs | undefined;
|
|
1424
792
|
NoDevice?: string | undefined;
|
|
793
|
+
VirtualName?: string | undefined;
|
|
1425
794
|
}
|
|
1426
|
-
export interface
|
|
1427
|
-
|
|
795
|
+
export interface ScheduledInstancesIamInstanceProfile {
|
|
796
|
+
Arn?: string | undefined;
|
|
797
|
+
Name?: string | undefined;
|
|
1428
798
|
}
|
|
1429
|
-
export interface
|
|
1430
|
-
|
|
1431
|
-
DisableApiStop?: AttributeBooleanValue | undefined;
|
|
1432
|
-
DryRun?: boolean | undefined;
|
|
1433
|
-
InstanceId: string | undefined;
|
|
1434
|
-
Attribute?: InstanceAttributeName | undefined;
|
|
1435
|
-
Value?: string | undefined;
|
|
1436
|
-
BlockDeviceMappings?: InstanceBlockDeviceMappingSpecification[] | undefined;
|
|
1437
|
-
DisableApiTermination?: AttributeBooleanValue | undefined;
|
|
1438
|
-
InstanceType?: AttributeValue | undefined;
|
|
1439
|
-
Kernel?: AttributeValue | undefined;
|
|
1440
|
-
Ramdisk?: AttributeValue | undefined;
|
|
1441
|
-
UserData?: BlobAttributeValue | undefined;
|
|
1442
|
-
InstanceInitiatedShutdownBehavior?: AttributeValue | undefined;
|
|
1443
|
-
Groups?: string[] | undefined;
|
|
1444
|
-
EbsOptimized?: AttributeBooleanValue | undefined;
|
|
1445
|
-
SriovNetSupport?: AttributeValue | undefined;
|
|
1446
|
-
EnaSupport?: AttributeBooleanValue | undefined;
|
|
799
|
+
export interface ScheduledInstancesMonitoring {
|
|
800
|
+
Enabled?: boolean | undefined;
|
|
1447
801
|
}
|
|
1448
|
-
export interface
|
|
1449
|
-
|
|
1450
|
-
CapacityReservationTarget?: CapacityReservationTarget | undefined;
|
|
802
|
+
export interface ScheduledInstancesIpv6Address {
|
|
803
|
+
Ipv6Address?: string | undefined;
|
|
1451
804
|
}
|
|
1452
|
-
export interface
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
805
|
+
export interface ScheduledInstancesPrivateIpAddressConfig {
|
|
806
|
+
Primary?: boolean | undefined;
|
|
807
|
+
PrivateIpAddress?: string | undefined;
|
|
808
|
+
}
|
|
809
|
+
export interface ScheduledInstancesNetworkInterface {
|
|
810
|
+
AssociatePublicIpAddress?: boolean | undefined;
|
|
811
|
+
DeleteOnTermination?: boolean | undefined;
|
|
812
|
+
Description?: string | undefined;
|
|
813
|
+
DeviceIndex?: number | undefined;
|
|
814
|
+
Groups?: string[] | undefined;
|
|
815
|
+
Ipv6AddressCount?: number | undefined;
|
|
816
|
+
Ipv6Addresses?: ScheduledInstancesIpv6Address[] | undefined;
|
|
817
|
+
NetworkInterfaceId?: string | undefined;
|
|
818
|
+
PrivateIpAddress?: string | undefined;
|
|
819
|
+
PrivateIpAddressConfigs?:
|
|
820
|
+
| ScheduledInstancesPrivateIpAddressConfig[]
|
|
1456
821
|
| undefined;
|
|
1457
|
-
|
|
822
|
+
SecondaryPrivateIpAddressCount?: number | undefined;
|
|
823
|
+
SubnetId?: string | undefined;
|
|
1458
824
|
}
|
|
1459
|
-
export interface
|
|
1460
|
-
|
|
825
|
+
export interface ScheduledInstancesPlacement {
|
|
826
|
+
AvailabilityZone?: string | undefined;
|
|
827
|
+
GroupName?: string | undefined;
|
|
1461
828
|
}
|
|
1462
|
-
export interface
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
829
|
+
export interface ScheduledInstancesLaunchSpecification {
|
|
830
|
+
BlockDeviceMappings?: ScheduledInstancesBlockDeviceMapping[] | undefined;
|
|
831
|
+
EbsOptimized?: boolean | undefined;
|
|
832
|
+
IamInstanceProfile?: ScheduledInstancesIamInstanceProfile | undefined;
|
|
833
|
+
ImageId: string | undefined;
|
|
834
|
+
InstanceType?: string | undefined;
|
|
835
|
+
KernelId?: string | undefined;
|
|
836
|
+
KeyName?: string | undefined;
|
|
837
|
+
Monitoring?: ScheduledInstancesMonitoring | undefined;
|
|
838
|
+
NetworkInterfaces?: ScheduledInstancesNetworkInterface[] | undefined;
|
|
839
|
+
Placement?: ScheduledInstancesPlacement | undefined;
|
|
840
|
+
RamdiskId?: string | undefined;
|
|
1466
841
|
SecurityGroupIds?: string[] | undefined;
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
export interface ModifyInstanceConnectEndpointResult {
|
|
1470
|
-
Return?: boolean | undefined;
|
|
1471
|
-
}
|
|
1472
|
-
export interface ModifyInstanceCpuOptionsRequest {
|
|
1473
|
-
InstanceId: string | undefined;
|
|
1474
|
-
CoreCount: number | undefined;
|
|
1475
|
-
ThreadsPerCore: number | undefined;
|
|
1476
|
-
DryRun?: boolean | undefined;
|
|
1477
|
-
}
|
|
1478
|
-
export interface ModifyInstanceCpuOptionsResult {
|
|
1479
|
-
InstanceId?: string | undefined;
|
|
1480
|
-
CoreCount?: number | undefined;
|
|
1481
|
-
ThreadsPerCore?: number | undefined;
|
|
1482
|
-
}
|
|
1483
|
-
export interface InstanceCreditSpecificationRequest {
|
|
1484
|
-
InstanceId: string | undefined;
|
|
1485
|
-
CpuCredits?: string | undefined;
|
|
842
|
+
SubnetId?: string | undefined;
|
|
843
|
+
UserData?: string | undefined;
|
|
1486
844
|
}
|
|
1487
|
-
export interface
|
|
1488
|
-
DryRun?: boolean | undefined;
|
|
845
|
+
export interface RunScheduledInstancesRequest {
|
|
1489
846
|
ClientToken?: string | undefined;
|
|
1490
|
-
InstanceCreditSpecifications:
|
|
1491
|
-
| InstanceCreditSpecificationRequest[]
|
|
1492
|
-
| undefined;
|
|
1493
|
-
}
|
|
1494
|
-
export interface SuccessfulInstanceCreditSpecificationItem {
|
|
1495
|
-
InstanceId?: string | undefined;
|
|
1496
|
-
}
|
|
1497
|
-
export declare const UnsuccessfulInstanceCreditSpecificationErrorCode: {
|
|
1498
|
-
readonly INCORRECT_INSTANCE_STATE: "IncorrectInstanceState";
|
|
1499
|
-
readonly INSTANCE_CREDIT_SPECIFICATION_NOT_SUPPORTED: "InstanceCreditSpecification.NotSupported";
|
|
1500
|
-
readonly INSTANCE_NOT_FOUND: "InvalidInstanceID.NotFound";
|
|
1501
|
-
readonly INVALID_INSTANCE_ID: "InvalidInstanceID.Malformed";
|
|
1502
|
-
};
|
|
1503
|
-
export type UnsuccessfulInstanceCreditSpecificationErrorCode =
|
|
1504
|
-
(typeof UnsuccessfulInstanceCreditSpecificationErrorCode)[keyof typeof UnsuccessfulInstanceCreditSpecificationErrorCode];
|
|
1505
|
-
export interface UnsuccessfulInstanceCreditSpecificationItemError {
|
|
1506
|
-
Code?: UnsuccessfulInstanceCreditSpecificationErrorCode | undefined;
|
|
1507
|
-
Message?: string | undefined;
|
|
1508
|
-
}
|
|
1509
|
-
export interface UnsuccessfulInstanceCreditSpecificationItem {
|
|
1510
|
-
InstanceId?: string | undefined;
|
|
1511
|
-
Error?: UnsuccessfulInstanceCreditSpecificationItemError | undefined;
|
|
1512
|
-
}
|
|
1513
|
-
export interface ModifyInstanceCreditSpecificationResult {
|
|
1514
|
-
SuccessfulInstanceCreditSpecifications?:
|
|
1515
|
-
| SuccessfulInstanceCreditSpecificationItem[]
|
|
1516
|
-
| undefined;
|
|
1517
|
-
UnsuccessfulInstanceCreditSpecifications?:
|
|
1518
|
-
| UnsuccessfulInstanceCreditSpecificationItem[]
|
|
1519
|
-
| undefined;
|
|
1520
|
-
}
|
|
1521
|
-
export interface ModifyInstanceEventStartTimeRequest {
|
|
1522
847
|
DryRun?: boolean | undefined;
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
848
|
+
InstanceCount?: number | undefined;
|
|
849
|
+
LaunchSpecification: ScheduledInstancesLaunchSpecification | undefined;
|
|
850
|
+
ScheduledInstanceId: string | undefined;
|
|
1526
851
|
}
|
|
1527
|
-
export interface
|
|
1528
|
-
|
|
852
|
+
export interface RunScheduledInstancesResult {
|
|
853
|
+
InstanceIdSet?: string[] | undefined;
|
|
1529
854
|
}
|
|
1530
|
-
export interface
|
|
855
|
+
export interface SearchLocalGatewayRoutesRequest {
|
|
856
|
+
LocalGatewayRouteTableId: string | undefined;
|
|
857
|
+
Filters?: Filter[] | undefined;
|
|
858
|
+
MaxResults?: number | undefined;
|
|
859
|
+
NextToken?: string | undefined;
|
|
1531
860
|
DryRun?: boolean | undefined;
|
|
1532
|
-
Name?: string | undefined;
|
|
1533
|
-
InstanceEventWindowId: string | undefined;
|
|
1534
|
-
TimeRanges?: InstanceEventWindowTimeRangeRequest[] | undefined;
|
|
1535
|
-
CronExpression?: string | undefined;
|
|
1536
861
|
}
|
|
1537
|
-
export interface
|
|
1538
|
-
|
|
862
|
+
export interface SearchLocalGatewayRoutesResult {
|
|
863
|
+
Routes?: LocalGatewayRoute[] | undefined;
|
|
864
|
+
NextToken?: string | undefined;
|
|
1539
865
|
}
|
|
1540
|
-
export interface
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
866
|
+
export interface SearchTransitGatewayMulticastGroupsRequest {
|
|
867
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
868
|
+
Filters?: Filter[] | undefined;
|
|
869
|
+
MaxResults?: number | undefined;
|
|
870
|
+
NextToken?: string | undefined;
|
|
1544
871
|
DryRun?: boolean | undefined;
|
|
1545
872
|
}
|
|
1546
|
-
export interface
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
export declare const MetadataDefaultHttpTokensState: {
|
|
1559
|
-
readonly no_preference: "no-preference";
|
|
1560
|
-
readonly optional: "optional";
|
|
1561
|
-
readonly required: "required";
|
|
1562
|
-
};
|
|
1563
|
-
export type MetadataDefaultHttpTokensState =
|
|
1564
|
-
(typeof MetadataDefaultHttpTokensState)[keyof typeof MetadataDefaultHttpTokensState];
|
|
1565
|
-
export declare const DefaultInstanceMetadataTagsState: {
|
|
1566
|
-
readonly disabled: "disabled";
|
|
1567
|
-
readonly enabled: "enabled";
|
|
1568
|
-
readonly no_preference: "no-preference";
|
|
1569
|
-
};
|
|
1570
|
-
export type DefaultInstanceMetadataTagsState =
|
|
1571
|
-
(typeof DefaultInstanceMetadataTagsState)[keyof typeof DefaultInstanceMetadataTagsState];
|
|
1572
|
-
export interface ModifyInstanceMetadataDefaultsRequest {
|
|
1573
|
-
HttpTokens?: MetadataDefaultHttpTokensState | undefined;
|
|
1574
|
-
HttpPutResponseHopLimit?: number | undefined;
|
|
1575
|
-
HttpEndpoint?: DefaultInstanceMetadataEndpointState | undefined;
|
|
1576
|
-
InstanceMetadataTags?: DefaultInstanceMetadataTagsState | undefined;
|
|
1577
|
-
DryRun?: boolean | undefined;
|
|
873
|
+
export interface TransitGatewayMulticastGroup {
|
|
874
|
+
GroupIpAddress?: string | undefined;
|
|
875
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
876
|
+
SubnetId?: string | undefined;
|
|
877
|
+
ResourceId?: string | undefined;
|
|
878
|
+
ResourceType?: TransitGatewayAttachmentResourceType | undefined;
|
|
879
|
+
ResourceOwnerId?: string | undefined;
|
|
880
|
+
NetworkInterfaceId?: string | undefined;
|
|
881
|
+
GroupMember?: boolean | undefined;
|
|
882
|
+
GroupSource?: boolean | undefined;
|
|
883
|
+
MemberType?: MembershipType | undefined;
|
|
884
|
+
SourceType?: MembershipType | undefined;
|
|
1578
885
|
}
|
|
1579
|
-
export interface
|
|
1580
|
-
|
|
886
|
+
export interface SearchTransitGatewayMulticastGroupsResult {
|
|
887
|
+
MulticastGroups?: TransitGatewayMulticastGroup[] | undefined;
|
|
888
|
+
NextToken?: string | undefined;
|
|
1581
889
|
}
|
|
1582
|
-
export interface
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
HttpEndpoint?: InstanceMetadataEndpointState | undefined;
|
|
890
|
+
export interface SearchTransitGatewayRoutesRequest {
|
|
891
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
892
|
+
Filters: Filter[] | undefined;
|
|
893
|
+
MaxResults?: number | undefined;
|
|
1587
894
|
DryRun?: boolean | undefined;
|
|
1588
|
-
HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
|
|
1589
|
-
InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
|
|
1590
895
|
}
|
|
1591
|
-
export interface
|
|
1592
|
-
|
|
1593
|
-
|
|
896
|
+
export interface SearchTransitGatewayRoutesResult {
|
|
897
|
+
Routes?: TransitGatewayRoute[] | undefined;
|
|
898
|
+
AdditionalRoutesAvailable?: boolean | undefined;
|
|
1594
899
|
}
|
|
1595
|
-
export interface
|
|
900
|
+
export interface SendDiagnosticInterruptRequest {
|
|
1596
901
|
InstanceId: string | undefined;
|
|
1597
|
-
BandwidthWeighting: InstanceBandwidthWeighting | undefined;
|
|
1598
902
|
DryRun?: boolean | undefined;
|
|
1599
903
|
}
|
|
1600
|
-
export interface
|
|
1601
|
-
InstanceId?: string | undefined;
|
|
1602
|
-
BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
|
|
1603
|
-
}
|
|
1604
|
-
export declare const HostTenancy: {
|
|
1605
|
-
readonly dedicated: "dedicated";
|
|
1606
|
-
readonly default: "default";
|
|
1607
|
-
readonly host: "host";
|
|
1608
|
-
};
|
|
1609
|
-
export type HostTenancy = (typeof HostTenancy)[keyof typeof HostTenancy];
|
|
1610
|
-
export interface ModifyInstancePlacementRequest {
|
|
1611
|
-
GroupName?: string | undefined;
|
|
1612
|
-
PartitionNumber?: number | undefined;
|
|
1613
|
-
HostResourceGroupArn?: string | undefined;
|
|
1614
|
-
GroupId?: string | undefined;
|
|
1615
|
-
InstanceId: string | undefined;
|
|
1616
|
-
Tenancy?: HostTenancy | undefined;
|
|
1617
|
-
Affinity?: Affinity | undefined;
|
|
1618
|
-
HostId?: string | undefined;
|
|
1619
|
-
}
|
|
1620
|
-
export interface ModifyInstancePlacementResult {
|
|
1621
|
-
Return?: boolean | undefined;
|
|
1622
|
-
}
|
|
1623
|
-
export interface RemoveIpamOperatingRegion {
|
|
1624
|
-
RegionName?: string | undefined;
|
|
1625
|
-
}
|
|
1626
|
-
export interface ModifyIpamRequest {
|
|
904
|
+
export interface StartDeclarativePoliciesReportRequest {
|
|
1627
905
|
DryRun?: boolean | undefined;
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
Tier?: IpamTier | undefined;
|
|
1633
|
-
EnablePrivateGua?: boolean | undefined;
|
|
1634
|
-
MeteredAccount?: IpamMeteredAccount | undefined;
|
|
906
|
+
S3Bucket: string | undefined;
|
|
907
|
+
S3Prefix?: string | undefined;
|
|
908
|
+
TargetId: string | undefined;
|
|
909
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1635
910
|
}
|
|
1636
|
-
export interface
|
|
1637
|
-
|
|
911
|
+
export interface StartDeclarativePoliciesReportResult {
|
|
912
|
+
ReportId?: string | undefined;
|
|
1638
913
|
}
|
|
1639
|
-
export interface
|
|
914
|
+
export interface StartInstancesRequest {
|
|
915
|
+
InstanceIds: string[] | undefined;
|
|
916
|
+
AdditionalInfo?: string | undefined;
|
|
1640
917
|
DryRun?: boolean | undefined;
|
|
1641
|
-
IpamPoolId: string | undefined;
|
|
1642
|
-
Description?: string | undefined;
|
|
1643
|
-
AutoImport?: boolean | undefined;
|
|
1644
|
-
AllocationMinNetmaskLength?: number | undefined;
|
|
1645
|
-
AllocationMaxNetmaskLength?: number | undefined;
|
|
1646
|
-
AllocationDefaultNetmaskLength?: number | undefined;
|
|
1647
|
-
ClearAllocationDefaultNetmaskLength?: boolean | undefined;
|
|
1648
|
-
AddAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
|
|
1649
|
-
RemoveAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
|
|
1650
|
-
}
|
|
1651
|
-
export interface ModifyIpamPoolResult {
|
|
1652
|
-
IpamPool?: IpamPool | undefined;
|
|
1653
918
|
}
|
|
1654
|
-
export interface
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
Rules?: IpamPrefixListResolverRuleRequest[] | undefined;
|
|
919
|
+
export interface InstanceStateChange {
|
|
920
|
+
InstanceId?: string | undefined;
|
|
921
|
+
CurrentState?: InstanceState | undefined;
|
|
922
|
+
PreviousState?: InstanceState | undefined;
|
|
1659
923
|
}
|
|
1660
|
-
export interface
|
|
1661
|
-
|
|
924
|
+
export interface StartInstancesResult {
|
|
925
|
+
StartingInstances?: InstanceStateChange[] | undefined;
|
|
1662
926
|
}
|
|
1663
|
-
export interface
|
|
927
|
+
export interface StartNetworkInsightsAccessScopeAnalysisRequest {
|
|
928
|
+
NetworkInsightsAccessScopeId: string | undefined;
|
|
1664
929
|
DryRun?: boolean | undefined;
|
|
1665
|
-
|
|
1666
|
-
DesiredVersion?: number | undefined;
|
|
1667
|
-
TrackLatestVersion?: boolean | undefined;
|
|
930
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1668
931
|
ClientToken?: string | undefined;
|
|
1669
932
|
}
|
|
1670
|
-
export interface
|
|
1671
|
-
|
|
933
|
+
export interface StartNetworkInsightsAccessScopeAnalysisResult {
|
|
934
|
+
NetworkInsightsAccessScopeAnalysis?:
|
|
935
|
+
| NetworkInsightsAccessScopeAnalysis
|
|
936
|
+
| undefined;
|
|
1672
937
|
}
|
|
1673
|
-
export interface
|
|
938
|
+
export interface StartNetworkInsightsAnalysisRequest {
|
|
939
|
+
NetworkInsightsPathId: string | undefined;
|
|
940
|
+
AdditionalAccounts?: string[] | undefined;
|
|
941
|
+
FilterInArns?: string[] | undefined;
|
|
942
|
+
FilterOutArns?: string[] | undefined;
|
|
1674
943
|
DryRun?: boolean | undefined;
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
ResourceRegion: string | undefined;
|
|
1678
|
-
CurrentIpamScopeId: string | undefined;
|
|
1679
|
-
DestinationIpamScopeId?: string | undefined;
|
|
1680
|
-
Monitored: boolean | undefined;
|
|
1681
|
-
}
|
|
1682
|
-
export interface ModifyIpamResourceCidrResult {
|
|
1683
|
-
IpamResourceCidr?: IpamResourceCidr | undefined;
|
|
944
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
945
|
+
ClientToken?: string | undefined;
|
|
1684
946
|
}
|
|
1685
|
-
export interface
|
|
1686
|
-
|
|
947
|
+
export interface StartNetworkInsightsAnalysisResult {
|
|
948
|
+
NetworkInsightsAnalysis?: NetworkInsightsAnalysis | undefined;
|
|
1687
949
|
}
|
|
1688
|
-
export interface
|
|
950
|
+
export interface StartVpcEndpointServicePrivateDnsVerificationRequest {
|
|
1689
951
|
DryRun?: boolean | undefined;
|
|
1690
|
-
|
|
1691
|
-
Description?: string | undefined;
|
|
1692
|
-
AddOperatingRegions?: AddIpamOperatingRegion[] | undefined;
|
|
1693
|
-
RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | undefined;
|
|
1694
|
-
AddOrganizationalUnitExclusions?:
|
|
1695
|
-
| AddIpamOrganizationalUnitExclusion[]
|
|
1696
|
-
| undefined;
|
|
1697
|
-
RemoveOrganizationalUnitExclusions?:
|
|
1698
|
-
| RemoveIpamOrganizationalUnitExclusion[]
|
|
1699
|
-
| undefined;
|
|
952
|
+
ServiceId: string | undefined;
|
|
1700
953
|
}
|
|
1701
|
-
export interface
|
|
1702
|
-
|
|
954
|
+
export interface StartVpcEndpointServicePrivateDnsVerificationResult {
|
|
955
|
+
ReturnValue?: boolean | undefined;
|
|
1703
956
|
}
|
|
1704
|
-
export interface
|
|
957
|
+
export interface StopInstancesRequest {
|
|
958
|
+
InstanceIds: string[] | undefined;
|
|
959
|
+
Hibernate?: boolean | undefined;
|
|
960
|
+
SkipOsShutdown?: boolean | undefined;
|
|
1705
961
|
DryRun?: boolean | undefined;
|
|
1706
|
-
|
|
1707
|
-
Description?: string | undefined;
|
|
1708
|
-
ExternalAuthorityConfiguration?: ExternalAuthorityConfiguration | undefined;
|
|
1709
|
-
RemoveExternalAuthorityConfiguration?: boolean | undefined;
|
|
962
|
+
Force?: boolean | undefined;
|
|
1710
963
|
}
|
|
1711
|
-
export interface
|
|
1712
|
-
|
|
964
|
+
export interface StopInstancesResult {
|
|
965
|
+
StoppingInstances?: InstanceStateChange[] | undefined;
|
|
1713
966
|
}
|
|
1714
|
-
export interface
|
|
967
|
+
export interface TerminateClientVpnConnectionsRequest {
|
|
968
|
+
ClientVpnEndpointId: string | undefined;
|
|
969
|
+
ConnectionId?: string | undefined;
|
|
970
|
+
Username?: string | undefined;
|
|
1715
971
|
DryRun?: boolean | undefined;
|
|
1716
|
-
ClientToken?: string | undefined;
|
|
1717
|
-
LaunchTemplateId?: string | undefined;
|
|
1718
|
-
LaunchTemplateName?: string | undefined;
|
|
1719
|
-
DefaultVersion?: string | undefined;
|
|
1720
972
|
}
|
|
1721
|
-
export interface
|
|
1722
|
-
|
|
973
|
+
export interface TerminateConnectionStatus {
|
|
974
|
+
ConnectionId?: string | undefined;
|
|
975
|
+
PreviousStatus?: ClientVpnConnectionStatus | undefined;
|
|
976
|
+
CurrentStatus?: ClientVpnConnectionStatus | undefined;
|
|
1723
977
|
}
|
|
1724
|
-
export interface
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
NetworkInterfaceId?: string | undefined;
|
|
1729
|
-
DryRun?: boolean | undefined;
|
|
1730
|
-
DestinationPrefixListId?: string | undefined;
|
|
978
|
+
export interface TerminateClientVpnConnectionsResult {
|
|
979
|
+
ClientVpnEndpointId?: string | undefined;
|
|
980
|
+
Username?: string | undefined;
|
|
981
|
+
ConnectionStatuses?: TerminateConnectionStatus[] | undefined;
|
|
1731
982
|
}
|
|
1732
|
-
export interface
|
|
1733
|
-
|
|
983
|
+
export interface TerminateInstancesRequest {
|
|
984
|
+
InstanceIds: string[] | undefined;
|
|
985
|
+
Force?: boolean | undefined;
|
|
986
|
+
SkipOsShutdown?: boolean | undefined;
|
|
987
|
+
DryRun?: boolean | undefined;
|
|
1734
988
|
}
|
|
1735
|
-
export interface
|
|
1736
|
-
|
|
989
|
+
export interface TerminateInstancesResult {
|
|
990
|
+
TerminatingInstances?: InstanceStateChange[] | undefined;
|
|
1737
991
|
}
|
|
1738
|
-
export interface
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
PrefixListName?: string | undefined;
|
|
1743
|
-
AddEntries?: AddPrefixListEntry[] | undefined;
|
|
1744
|
-
RemoveEntries?: RemovePrefixListEntry[] | undefined;
|
|
1745
|
-
MaxEntries?: number | undefined;
|
|
1746
|
-
IpamPrefixListResolverSyncEnabled?: boolean | undefined;
|
|
1747
|
-
}
|
|
1748
|
-
export interface ModifyManagedPrefixListResult {
|
|
1749
|
-
PrefixList?: ManagedPrefixList | undefined;
|
|
992
|
+
export interface UnassignIpv6AddressesRequest {
|
|
993
|
+
Ipv6Prefixes?: string[] | undefined;
|
|
994
|
+
NetworkInterfaceId: string | undefined;
|
|
995
|
+
Ipv6Addresses?: string[] | undefined;
|
|
1750
996
|
}
|
|
1751
|
-
export interface
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
DeleteOnTermination?: boolean | undefined;
|
|
997
|
+
export interface UnassignIpv6AddressesResult {
|
|
998
|
+
NetworkInterfaceId?: string | undefined;
|
|
999
|
+
UnassignedIpv6Addresses?: string[] | undefined;
|
|
1000
|
+
UnassignedIpv6Prefixes?: string[] | undefined;
|
|
1756
1001
|
}
|
|
1757
|
-
export interface
|
|
1758
|
-
|
|
1759
|
-
EnablePrimaryIpv6?: boolean | undefined;
|
|
1760
|
-
ConnectionTrackingSpecification?:
|
|
1761
|
-
| ConnectionTrackingSpecificationRequest
|
|
1762
|
-
| undefined;
|
|
1763
|
-
AssociatePublicIpAddress?: boolean | undefined;
|
|
1764
|
-
AssociatedSubnetIds?: string[] | undefined;
|
|
1765
|
-
DryRun?: boolean | undefined;
|
|
1002
|
+
export interface UnassignPrivateIpAddressesRequest {
|
|
1003
|
+
Ipv4Prefixes?: string[] | undefined;
|
|
1766
1004
|
NetworkInterfaceId: string | undefined;
|
|
1767
|
-
|
|
1768
|
-
SourceDestCheck?: AttributeBooleanValue | undefined;
|
|
1769
|
-
Groups?: string[] | undefined;
|
|
1770
|
-
Attachment?: NetworkInterfaceAttachmentChanges | undefined;
|
|
1005
|
+
PrivateIpAddresses?: string[] | undefined;
|
|
1771
1006
|
}
|
|
1772
|
-
export interface
|
|
1007
|
+
export interface UnassignPrivateNatGatewayAddressRequest {
|
|
1008
|
+
NatGatewayId: string | undefined;
|
|
1009
|
+
PrivateIpAddresses: string[] | undefined;
|
|
1010
|
+
MaxDrainDurationSeconds?: number | undefined;
|
|
1773
1011
|
DryRun?: boolean | undefined;
|
|
1774
|
-
InstanceId: string | undefined;
|
|
1775
|
-
PrivateDnsHostnameType?: HostnameType | undefined;
|
|
1776
|
-
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
1777
|
-
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
1778
1012
|
}
|
|
1779
|
-
export interface
|
|
1780
|
-
|
|
1013
|
+
export interface UnassignPrivateNatGatewayAddressResult {
|
|
1014
|
+
NatGatewayId?: string | undefined;
|
|
1015
|
+
NatGatewayAddresses?: NatGatewayAddress[] | undefined;
|
|
1781
1016
|
}
|
|
1782
|
-
export
|
|
1783
|
-
|
|
1784
|
-
readonly public_ipv4_dns_name: "public-ipv4-dns-name";
|
|
1785
|
-
readonly public_ipv6_dns_name: "public-ipv6-dns-name";
|
|
1786
|
-
};
|
|
1787
|
-
export type PublicIpDnsOption =
|
|
1788
|
-
(typeof PublicIpDnsOption)[keyof typeof PublicIpDnsOption];
|
|
1789
|
-
export interface ModifyPublicIpDnsNameOptionsRequest {
|
|
1790
|
-
NetworkInterfaceId: string | undefined;
|
|
1791
|
-
HostnameType: PublicIpDnsOption | undefined;
|
|
1017
|
+
export interface UnlockSnapshotRequest {
|
|
1018
|
+
SnapshotId: string | undefined;
|
|
1792
1019
|
DryRun?: boolean | undefined;
|
|
1793
1020
|
}
|
|
1794
|
-
export interface
|
|
1795
|
-
|
|
1021
|
+
export interface UnlockSnapshotResult {
|
|
1022
|
+
SnapshotId?: string | undefined;
|
|
1796
1023
|
}
|
|
1797
|
-
export interface
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
TargetConfigurations: ReservedInstancesConfiguration[] | undefined;
|
|
1024
|
+
export interface UnmonitorInstancesRequest {
|
|
1025
|
+
InstanceIds: string[] | undefined;
|
|
1026
|
+
DryRun?: boolean | undefined;
|
|
1801
1027
|
}
|
|
1802
|
-
export interface
|
|
1803
|
-
|
|
1028
|
+
export interface UnmonitorInstancesResult {
|
|
1029
|
+
InstanceMonitorings?: InstanceMonitoring[] | undefined;
|
|
1804
1030
|
}
|
|
1805
|
-
export interface
|
|
1806
|
-
|
|
1807
|
-
PersistRoutes?: RouteServerPersistRoutesAction | undefined;
|
|
1808
|
-
PersistRoutesDuration?: number | undefined;
|
|
1809
|
-
SnsNotificationsEnabled?: boolean | undefined;
|
|
1031
|
+
export interface UpdateCapacityManagerOrganizationsAccessRequest {
|
|
1032
|
+
OrganizationsAccess: boolean | undefined;
|
|
1810
1033
|
DryRun?: boolean | undefined;
|
|
1034
|
+
ClientToken?: string | undefined;
|
|
1811
1035
|
}
|
|
1812
|
-
export interface
|
|
1813
|
-
|
|
1036
|
+
export interface UpdateCapacityManagerOrganizationsAccessResult {
|
|
1037
|
+
CapacityManagerStatus?: CapacityManagerStatus | undefined;
|
|
1038
|
+
OrganizationsAccess?: boolean | undefined;
|
|
1814
1039
|
}
|
|
1815
|
-
export interface
|
|
1816
|
-
|
|
1817
|
-
FromPort?: number | undefined;
|
|
1818
|
-
ToPort?: number | undefined;
|
|
1819
|
-
CidrIpv4?: string | undefined;
|
|
1820
|
-
CidrIpv6?: string | undefined;
|
|
1821
|
-
PrefixListId?: string | undefined;
|
|
1822
|
-
ReferencedGroupId?: string | undefined;
|
|
1040
|
+
export interface SecurityGroupRuleDescription {
|
|
1041
|
+
SecurityGroupRuleId?: string | undefined;
|
|
1823
1042
|
Description?: string | undefined;
|
|
1824
1043
|
}
|
|
1825
|
-
export interface
|
|
1826
|
-
SecurityGroupRuleId: string | undefined;
|
|
1827
|
-
SecurityGroupRule?: SecurityGroupRuleRequest | undefined;
|
|
1828
|
-
}
|
|
1829
|
-
export interface ModifySecurityGroupRulesRequest {
|
|
1830
|
-
GroupId: string | undefined;
|
|
1831
|
-
SecurityGroupRules: SecurityGroupRuleUpdate[] | undefined;
|
|
1044
|
+
export interface UpdateSecurityGroupRuleDescriptionsEgressRequest {
|
|
1832
1045
|
DryRun?: boolean | undefined;
|
|
1046
|
+
GroupId?: string | undefined;
|
|
1047
|
+
GroupName?: string | undefined;
|
|
1048
|
+
IpPermissions?: IpPermission[] | undefined;
|
|
1049
|
+
SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[] | undefined;
|
|
1833
1050
|
}
|
|
1834
|
-
export interface
|
|
1051
|
+
export interface UpdateSecurityGroupRuleDescriptionsEgressResult {
|
|
1835
1052
|
Return?: boolean | undefined;
|
|
1836
1053
|
}
|
|
1837
|
-
export interface
|
|
1838
|
-
Add?: CreateVolumePermission[] | undefined;
|
|
1839
|
-
Remove?: CreateVolumePermission[] | undefined;
|
|
1840
|
-
}
|
|
1841
|
-
export interface ModifySnapshotAttributeRequest {
|
|
1842
|
-
Attribute?: SnapshotAttributeName | undefined;
|
|
1843
|
-
CreateVolumePermission?: CreateVolumePermissionModifications | undefined;
|
|
1844
|
-
GroupNames?: string[] | undefined;
|
|
1845
|
-
OperationType?: OperationType | undefined;
|
|
1846
|
-
SnapshotId: string | undefined;
|
|
1847
|
-
UserIds?: string[] | undefined;
|
|
1054
|
+
export interface UpdateSecurityGroupRuleDescriptionsIngressRequest {
|
|
1848
1055
|
DryRun?: boolean | undefined;
|
|
1056
|
+
GroupId?: string | undefined;
|
|
1057
|
+
GroupName?: string | undefined;
|
|
1058
|
+
IpPermissions?: IpPermission[] | undefined;
|
|
1059
|
+
SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[] | undefined;
|
|
1849
1060
|
}
|
|
1850
|
-
export
|
|
1851
|
-
readonly archive: "archive";
|
|
1852
|
-
};
|
|
1853
|
-
export type TargetStorageTier =
|
|
1854
|
-
(typeof TargetStorageTier)[keyof typeof TargetStorageTier];
|
|
1855
|
-
export interface ModifySnapshotTierRequest {
|
|
1856
|
-
SnapshotId: string | undefined;
|
|
1857
|
-
StorageTier?: TargetStorageTier | undefined;
|
|
1858
|
-
DryRun?: boolean | undefined;
|
|
1859
|
-
}
|
|
1860
|
-
export interface ModifySnapshotTierResult {
|
|
1861
|
-
SnapshotId?: string | undefined;
|
|
1862
|
-
TieringStartTime?: Date | undefined;
|
|
1863
|
-
}
|
|
1864
|
-
export interface ModifySpotFleetRequestRequest {
|
|
1865
|
-
LaunchTemplateConfigs?: LaunchTemplateConfig[] | undefined;
|
|
1866
|
-
OnDemandTargetCapacity?: number | undefined;
|
|
1867
|
-
Context?: string | undefined;
|
|
1868
|
-
SpotFleetRequestId: string | undefined;
|
|
1869
|
-
TargetCapacity?: number | undefined;
|
|
1870
|
-
ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | undefined;
|
|
1871
|
-
}
|
|
1872
|
-
export interface ModifySpotFleetRequestResponse {
|
|
1061
|
+
export interface UpdateSecurityGroupRuleDescriptionsIngressResult {
|
|
1873
1062
|
Return?: boolean | undefined;
|
|
1874
1063
|
}
|
|
1875
|
-
export interface
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
EnableDns64?: AttributeBooleanValue | undefined;
|
|
1882
|
-
PrivateDnsHostnameTypeOnLaunch?: HostnameType | undefined;
|
|
1883
|
-
EnableResourceNameDnsARecordOnLaunch?: AttributeBooleanValue | undefined;
|
|
1884
|
-
EnableResourceNameDnsAAAARecordOnLaunch?: AttributeBooleanValue | undefined;
|
|
1885
|
-
EnableLniAtDeviceIndex?: number | undefined;
|
|
1886
|
-
DisableLniAtDeviceIndex?: AttributeBooleanValue | undefined;
|
|
1064
|
+
export interface WithdrawByoipCidrRequest {
|
|
1065
|
+
Cidr: string | undefined;
|
|
1066
|
+
DryRun?: boolean | undefined;
|
|
1067
|
+
}
|
|
1068
|
+
export interface WithdrawByoipCidrResult {
|
|
1069
|
+
ByoipCidr?: ByoipCidr | undefined;
|
|
1887
1070
|
}
|