@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,1716 +1,1947 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
_InstanceType,
|
|
3
|
+
Affinity,
|
|
4
|
+
AnalysisStatus,
|
|
5
|
+
ApplianceModeSupportValue,
|
|
6
|
+
ArchitectureType,
|
|
7
|
+
ArchitectureValues,
|
|
8
|
+
AutoAcceptSharedAttachmentsValue,
|
|
9
|
+
AutoPlacement,
|
|
10
|
+
BootModeValues,
|
|
11
|
+
CapacityReservationPreference,
|
|
12
|
+
DefaultInstanceMetadataEndpointState,
|
|
13
|
+
DefaultInstanceMetadataTagsState,
|
|
14
|
+
DefaultRouteTableAssociationValue,
|
|
15
|
+
DefaultRouteTablePropagationValue,
|
|
16
|
+
DiskImageFormat,
|
|
17
|
+
DnsSupportValue,
|
|
18
|
+
EndDateType,
|
|
19
|
+
ExcessCapacityTerminationPolicy,
|
|
20
|
+
FleetExcessCapacityTerminationPolicy,
|
|
21
|
+
FpgaImageAttributeName,
|
|
22
|
+
HostMaintenance,
|
|
23
|
+
HostnameType,
|
|
24
|
+
HostRecovery,
|
|
25
|
+
HostTenancy,
|
|
26
|
+
HttpTokensState,
|
|
27
|
+
InstanceAttributeName,
|
|
28
|
+
InstanceAutoRecoveryState,
|
|
29
|
+
InstanceBandwidthWeighting,
|
|
30
|
+
InstanceMatchCriteria,
|
|
31
|
+
InstanceMetadataEndpointState,
|
|
32
|
+
InstanceMetadataProtocolState,
|
|
33
|
+
InstanceMetadataTagsState,
|
|
34
|
+
InstanceRebootMigrationState,
|
|
35
|
+
InternetGatewayBlockMode,
|
|
36
|
+
InternetGatewayExclusionMode,
|
|
37
|
+
IpAddressType,
|
|
38
|
+
IpamComplianceStatus,
|
|
39
|
+
IpamManagementState,
|
|
40
|
+
IpamMeteredAccount,
|
|
41
|
+
IpamOverlapStatus,
|
|
42
|
+
IpamPolicyResourceType,
|
|
43
|
+
IpamPrefixListResolverRuleConditionOperation,
|
|
44
|
+
IpamPrefixListResolverRuleType,
|
|
45
|
+
IpamResourceType,
|
|
46
|
+
IpamTier,
|
|
47
|
+
Ipv6SupportValue,
|
|
48
|
+
LockMode,
|
|
49
|
+
LockState,
|
|
50
|
+
ManagedBy,
|
|
51
|
+
MetadataDefaultHttpTokensState,
|
|
52
|
+
ModifyAvailabilityZoneOptInStatus,
|
|
53
|
+
OperationType,
|
|
54
|
+
PayerResponsibility,
|
|
55
|
+
PermissionGroup,
|
|
56
|
+
PlatformValues,
|
|
57
|
+
PublicIpDnsOption,
|
|
58
|
+
RouteServerPersistRoutesAction,
|
|
59
|
+
RouteServerRouteInstallationStatus,
|
|
60
|
+
RouteServerRouteStatus,
|
|
61
|
+
SecurityGroupReferencingSupportValue,
|
|
62
|
+
SelfServicePortal,
|
|
63
|
+
ShutdownBehavior,
|
|
64
|
+
SnapshotAttributeName,
|
|
65
|
+
SnapshotBlockPublicAccessState,
|
|
66
|
+
TargetCapacityUnitType,
|
|
67
|
+
TargetStorageTier,
|
|
68
|
+
TrafficDirection,
|
|
69
|
+
TrafficMirrorFilterRuleField,
|
|
70
|
+
TrafficMirrorNetworkService,
|
|
71
|
+
TrafficMirrorRuleAction,
|
|
72
|
+
TrafficMirrorSessionField,
|
|
73
|
+
TransitGatewayAssociationState,
|
|
74
|
+
TransitGatewayAttachmentResourceType,
|
|
75
|
+
TransitGatewayPropagationState,
|
|
76
|
+
UnlimitedSupportedInstanceFamily,
|
|
77
|
+
UnsuccessfulInstanceCreditSpecificationErrorCode,
|
|
78
|
+
VerifiedAccessEndpointProtocol,
|
|
79
|
+
VirtualizationType,
|
|
80
|
+
VolumeType,
|
|
81
|
+
VpcTenancy,
|
|
82
|
+
VpnEcmpSupportValue,
|
|
83
|
+
} from "./enums";
|
|
84
|
+
import {
|
|
85
|
+
AccessScopeAnalysisFinding,
|
|
86
|
+
AddedPrincipal,
|
|
87
|
+
AddIpamOperatingRegion,
|
|
88
|
+
AddIpamOrganizationalUnitExclusion,
|
|
89
|
+
AddPrefixListEntry,
|
|
90
|
+
AddressAttribute,
|
|
91
|
+
AttributeValue,
|
|
92
|
+
ClientConnectOptions,
|
|
93
|
+
ClientLoginBannerOptions,
|
|
94
|
+
ClientRouteEnforcementOptions,
|
|
95
|
+
ConnectionLogOptions,
|
|
96
|
+
EnaSrdSpecification,
|
|
11
97
|
InstanceEventWindow,
|
|
12
|
-
IpamResourceDiscoveryAssociation,
|
|
13
|
-
NatGatewayAddress,
|
|
14
98
|
RouteServerAssociation,
|
|
15
|
-
|
|
16
|
-
SubnetIpv6CidrBlockAssociation,
|
|
99
|
+
SubnetAssociation,
|
|
17
100
|
Tag,
|
|
18
101
|
TagSpecification,
|
|
19
|
-
|
|
20
|
-
TransitGatewayAttachmentResourceType,
|
|
21
|
-
TransitGatewayMulticastDomainAssociations,
|
|
102
|
+
TargetConfigurationRequest,
|
|
22
103
|
TransitGatewayPolicyTableAssociation,
|
|
23
104
|
TransitGatewayVpcAttachment,
|
|
24
|
-
|
|
25
|
-
UserTrustProviderType,
|
|
105
|
+
UnsuccessfulItem,
|
|
26
106
|
VerifiedAccessInstance,
|
|
107
|
+
VerifiedAccessSseSpecificationResponse,
|
|
27
108
|
VerifiedAccessTrustProvider,
|
|
28
|
-
VpcCidrBlockAssociation,
|
|
29
|
-
VpcIpv6CidrBlockAssociation,
|
|
30
|
-
VpcPeeringConnection,
|
|
31
109
|
} from "./models_0";
|
|
32
110
|
import {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
111
|
+
CapacityReservationTarget,
|
|
112
|
+
ConnectionTrackingSpecificationRequest,
|
|
113
|
+
ExternalAuthorityConfiguration,
|
|
114
|
+
FleetLaunchTemplateConfigRequest,
|
|
115
|
+
InstanceEventWindowTimeRangeRequest,
|
|
116
|
+
InstanceRequirementsRequest,
|
|
117
|
+
Ipam,
|
|
118
|
+
IpamPool,
|
|
119
|
+
IpamPrefixListResolver,
|
|
120
|
+
IpamPrefixListResolverRuleRequest,
|
|
121
|
+
IpamPrefixListResolverTarget,
|
|
122
|
+
IpamResourceDiscovery,
|
|
123
|
+
IpamResourceTag,
|
|
124
|
+
IpamScope,
|
|
125
|
+
LaunchTemplate,
|
|
126
|
+
LocalGatewayRoute,
|
|
127
|
+
ManagedPrefixList,
|
|
128
|
+
NetworkInsightsAccessScopeContent,
|
|
129
|
+
Placement,
|
|
130
|
+
RequestIpamResourceTag,
|
|
131
|
+
ResponseLaunchTemplateData,
|
|
132
|
+
RouteServer,
|
|
133
|
+
TargetCapacitySpecificationRequest,
|
|
39
134
|
} from "./models_1";
|
|
40
135
|
import {
|
|
136
|
+
DnsOptionsSpecification,
|
|
137
|
+
IKEVersionsRequestListValue,
|
|
138
|
+
Phase1DHGroupNumbersRequestListValue,
|
|
139
|
+
Phase1EncryptionAlgorithmsRequestListValue,
|
|
140
|
+
Phase1IntegrityAlgorithmsRequestListValue,
|
|
141
|
+
Phase2DHGroupNumbersRequestListValue,
|
|
142
|
+
Phase2EncryptionAlgorithmsRequestListValue,
|
|
143
|
+
Phase2IntegrityAlgorithmsRequestListValue,
|
|
144
|
+
SubnetCidrReservation,
|
|
145
|
+
SubnetConfiguration,
|
|
146
|
+
TrafficMirrorFilter,
|
|
147
|
+
TrafficMirrorFilterRule,
|
|
148
|
+
TrafficMirrorPortRangeRequest,
|
|
149
|
+
TrafficMirrorSession,
|
|
41
150
|
TransitGateway,
|
|
42
|
-
|
|
43
|
-
TransitGatewayRouteTableAnnouncement,
|
|
151
|
+
TransitGatewayPrefixListReference,
|
|
44
152
|
VerifiedAccessEndpoint,
|
|
45
|
-
} from "./models_2";
|
|
46
|
-
import {
|
|
47
|
-
ConnectionNotification,
|
|
48
|
-
DnsEntry,
|
|
49
|
-
DnsNameState,
|
|
50
|
-
Filter,
|
|
51
|
-
PayerResponsibility,
|
|
52
|
-
ServiceConfiguration,
|
|
53
|
-
ServiceConnectivityType,
|
|
54
|
-
ServiceTypeDetail,
|
|
55
|
-
State,
|
|
56
153
|
VerifiedAccessGroup,
|
|
154
|
+
VerifiedAccessSseSpecificationRequest,
|
|
57
155
|
VpcBlockPublicAccessExclusion,
|
|
58
|
-
VpcEndpoint,
|
|
59
156
|
VpnConnection,
|
|
60
|
-
|
|
61
|
-
} from "./
|
|
157
|
+
VpnTunnelLogOptionsSpecification,
|
|
158
|
+
} from "./models_2";
|
|
62
159
|
import {
|
|
63
160
|
AttributeBooleanValue,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
161
|
+
ConversionTask,
|
|
162
|
+
Filter,
|
|
163
|
+
FpgaImageAttribute,
|
|
164
|
+
ImportImageLicenseConfigurationResponse,
|
|
165
|
+
InstanceMetadataOptionsResponse,
|
|
166
|
+
InstanceStatusEvent,
|
|
167
|
+
IpamPoolCidr,
|
|
168
|
+
LaunchPermission,
|
|
169
|
+
SnapshotDetail,
|
|
170
|
+
SnapshotTaskDetail,
|
|
171
|
+
} from "./models_3";
|
|
172
|
+
import {
|
|
173
|
+
CreateVolumePermission,
|
|
174
|
+
LaunchTemplateConfig,
|
|
175
|
+
ReservedInstancesConfiguration,
|
|
176
|
+
VerifiedAccessInstanceLoggingConfiguration,
|
|
177
|
+
VolumeModification,
|
|
76
178
|
} from "./models_4";
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
179
|
+
import {
|
|
180
|
+
InstanceFamilyCreditSpecification,
|
|
181
|
+
IpamPolicyDocument,
|
|
182
|
+
RouteServerPropagation,
|
|
183
|
+
VpcBlockPublicAccessOptions,
|
|
184
|
+
} from "./models_5";
|
|
185
|
+
export interface GetIpamPoolCidrsResult {
|
|
186
|
+
IpamPoolCidrs?: IpamPoolCidr[] | undefined;
|
|
81
187
|
NextToken?: string | undefined;
|
|
82
188
|
}
|
|
83
|
-
export interface
|
|
84
|
-
|
|
189
|
+
export interface GetIpamPrefixListResolverRulesRequest {
|
|
190
|
+
DryRun?: boolean | undefined;
|
|
191
|
+
IpamPrefixListResolverId: string | undefined;
|
|
85
192
|
Filters?: Filter[] | undefined;
|
|
86
193
|
MaxResults?: number | undefined;
|
|
87
194
|
NextToken?: string | undefined;
|
|
88
|
-
DryRun?: boolean | undefined;
|
|
89
195
|
}
|
|
90
|
-
export interface
|
|
91
|
-
|
|
92
|
-
|
|
196
|
+
export interface IpamPrefixListResolverRuleCondition {
|
|
197
|
+
Operation?: IpamPrefixListResolverRuleConditionOperation | undefined;
|
|
198
|
+
IpamPoolId?: string | undefined;
|
|
199
|
+
ResourceId?: string | undefined;
|
|
200
|
+
ResourceOwner?: string | undefined;
|
|
201
|
+
ResourceRegion?: string | undefined;
|
|
202
|
+
ResourceTag?: IpamResourceTag | undefined;
|
|
203
|
+
Cidr?: string | undefined;
|
|
93
204
|
}
|
|
94
|
-
export interface
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
205
|
+
export interface IpamPrefixListResolverRule {
|
|
206
|
+
RuleType?: IpamPrefixListResolverRuleType | undefined;
|
|
207
|
+
StaticCidr?: string | undefined;
|
|
208
|
+
IpamScopeId?: string | undefined;
|
|
209
|
+
ResourceType?: IpamResourceType | undefined;
|
|
210
|
+
Conditions?: IpamPrefixListResolverRuleCondition[] | undefined;
|
|
100
211
|
}
|
|
101
|
-
export interface
|
|
102
|
-
|
|
212
|
+
export interface GetIpamPrefixListResolverRulesResult {
|
|
213
|
+
Rules?: IpamPrefixListResolverRule[] | undefined;
|
|
103
214
|
NextToken?: string | undefined;
|
|
104
215
|
}
|
|
105
|
-
export interface
|
|
106
|
-
|
|
107
|
-
|
|
216
|
+
export interface GetIpamPrefixListResolverVersionEntriesRequest {
|
|
217
|
+
DryRun?: boolean | undefined;
|
|
218
|
+
IpamPrefixListResolverId: string | undefined;
|
|
219
|
+
IpamPrefixListResolverVersion: number | undefined;
|
|
108
220
|
MaxResults?: number | undefined;
|
|
109
221
|
NextToken?: string | undefined;
|
|
110
|
-
DryRun?: boolean | undefined;
|
|
111
222
|
}
|
|
112
|
-
export interface
|
|
113
|
-
|
|
223
|
+
export interface IpamPrefixListResolverVersionEntry {
|
|
224
|
+
Cidr?: string | undefined;
|
|
225
|
+
}
|
|
226
|
+
export interface GetIpamPrefixListResolverVersionEntriesResult {
|
|
227
|
+
Entries?: IpamPrefixListResolverVersionEntry[] | undefined;
|
|
114
228
|
NextToken?: string | undefined;
|
|
115
229
|
}
|
|
116
|
-
export interface
|
|
117
|
-
AssociationIds?: string[] | undefined;
|
|
230
|
+
export interface GetIpamPrefixListResolverVersionsRequest {
|
|
118
231
|
DryRun?: boolean | undefined;
|
|
232
|
+
IpamPrefixListResolverId: string | undefined;
|
|
233
|
+
IpamPrefixListResolverVersions?: number[] | undefined;
|
|
234
|
+
MaxResults?: number | undefined;
|
|
119
235
|
Filters?: Filter[] | undefined;
|
|
120
236
|
NextToken?: string | undefined;
|
|
121
|
-
MaxResults?: number | undefined;
|
|
122
237
|
}
|
|
123
|
-
export interface
|
|
124
|
-
|
|
238
|
+
export interface IpamPrefixListResolverVersion {
|
|
239
|
+
Version?: number | undefined;
|
|
240
|
+
}
|
|
241
|
+
export interface GetIpamPrefixListResolverVersionsResult {
|
|
242
|
+
IpamPrefixListResolverVersions?: IpamPrefixListResolverVersion[] | undefined;
|
|
125
243
|
NextToken?: string | undefined;
|
|
126
244
|
}
|
|
127
|
-
export interface
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
VerifiedAccessGroupId?: string | undefined;
|
|
245
|
+
export interface GetIpamResourceCidrsRequest {
|
|
246
|
+
DryRun?: boolean | undefined;
|
|
247
|
+
Filters?: Filter[] | undefined;
|
|
131
248
|
MaxResults?: number | undefined;
|
|
132
249
|
NextToken?: string | undefined;
|
|
133
|
-
|
|
134
|
-
|
|
250
|
+
IpamScopeId: string | undefined;
|
|
251
|
+
IpamPoolId?: string | undefined;
|
|
252
|
+
ResourceId?: string | undefined;
|
|
253
|
+
ResourceType?: IpamResourceType | undefined;
|
|
254
|
+
ResourceTag?: RequestIpamResourceTag | undefined;
|
|
255
|
+
ResourceOwner?: string | undefined;
|
|
256
|
+
}
|
|
257
|
+
export interface IpamResourceCidr {
|
|
258
|
+
IpamId?: string | undefined;
|
|
259
|
+
IpamScopeId?: string | undefined;
|
|
260
|
+
IpamPoolId?: string | undefined;
|
|
261
|
+
ResourceRegion?: string | undefined;
|
|
262
|
+
ResourceOwnerId?: string | undefined;
|
|
263
|
+
ResourceId?: string | undefined;
|
|
264
|
+
ResourceName?: string | undefined;
|
|
265
|
+
ResourceCidr?: string | undefined;
|
|
266
|
+
ResourceType?: IpamResourceType | undefined;
|
|
267
|
+
ResourceTags?: IpamResourceTag[] | undefined;
|
|
268
|
+
IpUsage?: number | undefined;
|
|
269
|
+
ComplianceStatus?: IpamComplianceStatus | undefined;
|
|
270
|
+
ManagementState?: IpamManagementState | undefined;
|
|
271
|
+
OverlapStatus?: IpamOverlapStatus | undefined;
|
|
272
|
+
VpcId?: string | undefined;
|
|
273
|
+
AvailabilityZoneId?: string | undefined;
|
|
135
274
|
}
|
|
136
|
-
export interface
|
|
137
|
-
VerifiedAccessEndpoints?: VerifiedAccessEndpoint[] | undefined;
|
|
275
|
+
export interface GetIpamResourceCidrsResult {
|
|
138
276
|
NextToken?: string | undefined;
|
|
277
|
+
IpamResourceCidrs?: IpamResourceCidr[] | undefined;
|
|
139
278
|
}
|
|
140
|
-
export interface
|
|
141
|
-
VerifiedAccessGroupIds?: string[] | undefined;
|
|
142
|
-
VerifiedAccessInstanceId?: string | undefined;
|
|
143
|
-
MaxResults?: number | undefined;
|
|
144
|
-
NextToken?: string | undefined;
|
|
145
|
-
Filters?: Filter[] | undefined;
|
|
279
|
+
export interface GetLaunchTemplateDataRequest {
|
|
146
280
|
DryRun?: boolean | undefined;
|
|
281
|
+
InstanceId: string | undefined;
|
|
147
282
|
}
|
|
148
|
-
export interface
|
|
149
|
-
|
|
150
|
-
NextToken?: string | undefined;
|
|
283
|
+
export interface GetLaunchTemplateDataResult {
|
|
284
|
+
LaunchTemplateData?: ResponseLaunchTemplateData | undefined;
|
|
151
285
|
}
|
|
152
|
-
export interface
|
|
153
|
-
|
|
286
|
+
export interface GetManagedPrefixListAssociationsRequest {
|
|
287
|
+
DryRun?: boolean | undefined;
|
|
288
|
+
PrefixListId: string | undefined;
|
|
154
289
|
MaxResults?: number | undefined;
|
|
155
290
|
NextToken?: string | undefined;
|
|
156
|
-
Filters?: Filter[] | undefined;
|
|
157
|
-
DryRun?: boolean | undefined;
|
|
158
|
-
}
|
|
159
|
-
export declare const VerifiedAccessLogDeliveryStatusCode: {
|
|
160
|
-
readonly FAILED: "failed";
|
|
161
|
-
readonly SUCCESS: "success";
|
|
162
|
-
};
|
|
163
|
-
export type VerifiedAccessLogDeliveryStatusCode =
|
|
164
|
-
(typeof VerifiedAccessLogDeliveryStatusCode)[keyof typeof VerifiedAccessLogDeliveryStatusCode];
|
|
165
|
-
export interface VerifiedAccessLogDeliveryStatus {
|
|
166
|
-
Code?: VerifiedAccessLogDeliveryStatusCode | undefined;
|
|
167
|
-
Message?: string | undefined;
|
|
168
|
-
}
|
|
169
|
-
export interface VerifiedAccessLogCloudWatchLogsDestination {
|
|
170
|
-
Enabled?: boolean | undefined;
|
|
171
|
-
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
172
|
-
LogGroup?: string | undefined;
|
|
173
291
|
}
|
|
174
|
-
export interface
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
DeliveryStream?: string | undefined;
|
|
178
|
-
}
|
|
179
|
-
export interface VerifiedAccessLogS3Destination {
|
|
180
|
-
Enabled?: boolean | undefined;
|
|
181
|
-
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
182
|
-
BucketName?: string | undefined;
|
|
183
|
-
Prefix?: string | undefined;
|
|
184
|
-
BucketOwner?: string | undefined;
|
|
185
|
-
}
|
|
186
|
-
export interface VerifiedAccessLogs {
|
|
187
|
-
S3?: VerifiedAccessLogS3Destination | undefined;
|
|
188
|
-
CloudWatchLogs?: VerifiedAccessLogCloudWatchLogsDestination | undefined;
|
|
189
|
-
KinesisDataFirehose?:
|
|
190
|
-
| VerifiedAccessLogKinesisDataFirehoseDestination
|
|
191
|
-
| undefined;
|
|
192
|
-
LogVersion?: string | undefined;
|
|
193
|
-
IncludeTrustContext?: boolean | undefined;
|
|
194
|
-
}
|
|
195
|
-
export interface VerifiedAccessInstanceLoggingConfiguration {
|
|
196
|
-
VerifiedAccessInstanceId?: string | undefined;
|
|
197
|
-
AccessLogs?: VerifiedAccessLogs | undefined;
|
|
292
|
+
export interface PrefixListAssociation {
|
|
293
|
+
ResourceId?: string | undefined;
|
|
294
|
+
ResourceOwner?: string | undefined;
|
|
198
295
|
}
|
|
199
|
-
export interface
|
|
200
|
-
|
|
201
|
-
| VerifiedAccessInstanceLoggingConfiguration[]
|
|
202
|
-
| undefined;
|
|
296
|
+
export interface GetManagedPrefixListAssociationsResult {
|
|
297
|
+
PrefixListAssociations?: PrefixListAssociation[] | undefined;
|
|
203
298
|
NextToken?: string | undefined;
|
|
204
299
|
}
|
|
205
|
-
export interface
|
|
206
|
-
|
|
300
|
+
export interface GetManagedPrefixListEntriesRequest {
|
|
301
|
+
DryRun?: boolean | undefined;
|
|
302
|
+
PrefixListId: string | undefined;
|
|
303
|
+
TargetVersion?: number | undefined;
|
|
207
304
|
MaxResults?: number | undefined;
|
|
208
305
|
NextToken?: string | undefined;
|
|
209
|
-
Filters?: Filter[] | undefined;
|
|
210
|
-
DryRun?: boolean | undefined;
|
|
211
306
|
}
|
|
212
|
-
export interface
|
|
213
|
-
|
|
307
|
+
export interface PrefixListEntry {
|
|
308
|
+
Cidr?: string | undefined;
|
|
309
|
+
Description?: string | undefined;
|
|
310
|
+
}
|
|
311
|
+
export interface GetManagedPrefixListEntriesResult {
|
|
312
|
+
Entries?: PrefixListEntry[] | undefined;
|
|
214
313
|
NextToken?: string | undefined;
|
|
215
314
|
}
|
|
216
|
-
export interface
|
|
217
|
-
|
|
315
|
+
export interface GetNetworkInsightsAccessScopeAnalysisFindingsRequest {
|
|
316
|
+
NetworkInsightsAccessScopeAnalysisId: string | undefined;
|
|
218
317
|
MaxResults?: number | undefined;
|
|
219
318
|
NextToken?: string | undefined;
|
|
220
|
-
Filters?: Filter[] | undefined;
|
|
221
319
|
DryRun?: boolean | undefined;
|
|
222
320
|
}
|
|
223
|
-
export interface
|
|
224
|
-
|
|
321
|
+
export interface GetNetworkInsightsAccessScopeAnalysisFindingsResult {
|
|
322
|
+
NetworkInsightsAccessScopeAnalysisId?: string | undefined;
|
|
323
|
+
AnalysisStatus?: AnalysisStatus | undefined;
|
|
324
|
+
AnalysisFindings?: AccessScopeAnalysisFinding[] | undefined;
|
|
225
325
|
NextToken?: string | undefined;
|
|
226
326
|
}
|
|
227
|
-
export
|
|
228
|
-
|
|
229
|
-
readonly productCodes: "productCodes";
|
|
230
|
-
};
|
|
231
|
-
export type VolumeAttributeName =
|
|
232
|
-
(typeof VolumeAttributeName)[keyof typeof VolumeAttributeName];
|
|
233
|
-
export interface DescribeVolumeAttributeRequest {
|
|
234
|
-
Attribute: VolumeAttributeName | undefined;
|
|
235
|
-
VolumeId: string | undefined;
|
|
327
|
+
export interface GetNetworkInsightsAccessScopeContentRequest {
|
|
328
|
+
NetworkInsightsAccessScopeId: string | undefined;
|
|
236
329
|
DryRun?: boolean | undefined;
|
|
237
330
|
}
|
|
238
|
-
export interface
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
331
|
+
export interface GetNetworkInsightsAccessScopeContentResult {
|
|
332
|
+
NetworkInsightsAccessScopeContent?:
|
|
333
|
+
| NetworkInsightsAccessScopeContent
|
|
334
|
+
| undefined;
|
|
242
335
|
}
|
|
243
|
-
export interface
|
|
244
|
-
|
|
336
|
+
export interface GetPasswordDataRequest {
|
|
337
|
+
InstanceId: string | undefined;
|
|
245
338
|
DryRun?: boolean | undefined;
|
|
246
|
-
Filters?: Filter[] | undefined;
|
|
247
|
-
NextToken?: string | undefined;
|
|
248
|
-
MaxResults?: number | undefined;
|
|
249
339
|
}
|
|
250
|
-
export interface
|
|
251
|
-
|
|
252
|
-
|
|
340
|
+
export interface GetPasswordDataResult {
|
|
341
|
+
InstanceId?: string | undefined;
|
|
342
|
+
Timestamp?: Date | undefined;
|
|
343
|
+
PasswordData?: string | undefined;
|
|
344
|
+
}
|
|
345
|
+
export interface GetReservedInstancesExchangeQuoteRequest {
|
|
346
|
+
DryRun?: boolean | undefined;
|
|
347
|
+
ReservedInstanceIds: string[] | undefined;
|
|
348
|
+
TargetConfigurations?: TargetConfigurationRequest[] | undefined;
|
|
349
|
+
}
|
|
350
|
+
export interface ReservationValue {
|
|
351
|
+
HourlyPrice?: string | undefined;
|
|
352
|
+
RemainingTotalValue?: string | undefined;
|
|
353
|
+
RemainingUpfrontValue?: string | undefined;
|
|
354
|
+
}
|
|
355
|
+
export interface ReservedInstanceReservationValue {
|
|
356
|
+
ReservationValue?: ReservationValue | undefined;
|
|
357
|
+
ReservedInstanceId?: string | undefined;
|
|
358
|
+
}
|
|
359
|
+
export interface TargetConfiguration {
|
|
360
|
+
InstanceCount?: number | undefined;
|
|
361
|
+
OfferingId?: string | undefined;
|
|
362
|
+
}
|
|
363
|
+
export interface TargetReservationValue {
|
|
364
|
+
ReservationValue?: ReservationValue | undefined;
|
|
365
|
+
TargetConfiguration?: TargetConfiguration | undefined;
|
|
366
|
+
}
|
|
367
|
+
export interface GetReservedInstancesExchangeQuoteResult {
|
|
368
|
+
CurrencyCode?: string | undefined;
|
|
369
|
+
IsValidExchange?: boolean | undefined;
|
|
370
|
+
OutputReservedInstancesWillExpireAt?: Date | undefined;
|
|
371
|
+
PaymentDue?: string | undefined;
|
|
372
|
+
ReservedInstanceValueRollup?: ReservationValue | undefined;
|
|
373
|
+
ReservedInstanceValueSet?: ReservedInstanceReservationValue[] | undefined;
|
|
374
|
+
TargetConfigurationValueRollup?: ReservationValue | undefined;
|
|
375
|
+
TargetConfigurationValueSet?: TargetReservationValue[] | undefined;
|
|
376
|
+
ValidationFailureReason?: string | undefined;
|
|
377
|
+
}
|
|
378
|
+
export interface GetRouteServerAssociationsRequest {
|
|
379
|
+
RouteServerId: string | undefined;
|
|
380
|
+
DryRun?: boolean | undefined;
|
|
253
381
|
}
|
|
254
|
-
export interface
|
|
382
|
+
export interface GetRouteServerAssociationsResult {
|
|
383
|
+
RouteServerAssociations?: RouteServerAssociation[] | undefined;
|
|
384
|
+
}
|
|
385
|
+
export interface GetRouteServerPropagationsRequest {
|
|
386
|
+
RouteServerId: string | undefined;
|
|
387
|
+
RouteTableId?: string | undefined;
|
|
255
388
|
DryRun?: boolean | undefined;
|
|
256
|
-
|
|
257
|
-
|
|
389
|
+
}
|
|
390
|
+
export interface GetRouteServerPropagationsResult {
|
|
391
|
+
RouteServerPropagations?: RouteServerPropagation[] | undefined;
|
|
392
|
+
}
|
|
393
|
+
export interface GetRouteServerRoutingDatabaseRequest {
|
|
394
|
+
RouteServerId: string | undefined;
|
|
258
395
|
NextToken?: string | undefined;
|
|
259
396
|
MaxResults?: number | undefined;
|
|
397
|
+
DryRun?: boolean | undefined;
|
|
398
|
+
Filters?: Filter[] | undefined;
|
|
260
399
|
}
|
|
261
|
-
export
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
OriginalIops?: number | undefined;
|
|
280
|
-
OriginalVolumeType?: VolumeType | undefined;
|
|
281
|
-
OriginalThroughput?: number | undefined;
|
|
282
|
-
OriginalMultiAttachEnabled?: boolean | undefined;
|
|
283
|
-
Progress?: number | undefined;
|
|
284
|
-
StartTime?: Date | undefined;
|
|
285
|
-
EndTime?: Date | undefined;
|
|
286
|
-
}
|
|
287
|
-
export interface DescribeVolumesModificationsResult {
|
|
400
|
+
export interface RouteServerRouteInstallationDetail {
|
|
401
|
+
RouteTableId?: string | undefined;
|
|
402
|
+
RouteInstallationStatus?: RouteServerRouteInstallationStatus | undefined;
|
|
403
|
+
RouteInstallationStatusReason?: string | undefined;
|
|
404
|
+
}
|
|
405
|
+
export interface RouteServerRoute {
|
|
406
|
+
RouteServerEndpointId?: string | undefined;
|
|
407
|
+
RouteServerPeerId?: string | undefined;
|
|
408
|
+
RouteInstallationDetails?: RouteServerRouteInstallationDetail[] | undefined;
|
|
409
|
+
RouteStatus?: RouteServerRouteStatus | undefined;
|
|
410
|
+
Prefix?: string | undefined;
|
|
411
|
+
AsPaths?: string[] | undefined;
|
|
412
|
+
Med?: number | undefined;
|
|
413
|
+
NextHopIp?: string | undefined;
|
|
414
|
+
}
|
|
415
|
+
export interface GetRouteServerRoutingDatabaseResult {
|
|
416
|
+
AreRoutesPersisted?: boolean | undefined;
|
|
417
|
+
Routes?: RouteServerRoute[] | undefined;
|
|
288
418
|
NextToken?: string | undefined;
|
|
289
|
-
VolumesModifications?: VolumeModification[] | undefined;
|
|
290
419
|
}
|
|
291
|
-
export interface
|
|
292
|
-
|
|
420
|
+
export interface GetSecurityGroupsForVpcRequest {
|
|
421
|
+
VpcId: string | undefined;
|
|
293
422
|
NextToken?: string | undefined;
|
|
294
|
-
|
|
295
|
-
DryRun?: boolean | undefined;
|
|
423
|
+
MaxResults?: number | undefined;
|
|
296
424
|
Filters?: Filter[] | undefined;
|
|
425
|
+
DryRun?: boolean | undefined;
|
|
297
426
|
}
|
|
298
|
-
export interface
|
|
299
|
-
Code?: string | undefined;
|
|
427
|
+
export interface SecurityGroupForVpc {
|
|
300
428
|
Description?: string | undefined;
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
InstanceId?: string | undefined;
|
|
429
|
+
GroupName?: string | undefined;
|
|
430
|
+
OwnerId?: string | undefined;
|
|
431
|
+
GroupId?: string | undefined;
|
|
432
|
+
Tags?: Tag[] | undefined;
|
|
433
|
+
PrimaryVpcId?: string | undefined;
|
|
307
434
|
}
|
|
308
|
-
export interface
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
EventType?: string | undefined;
|
|
312
|
-
NotAfter?: Date | undefined;
|
|
313
|
-
NotBefore?: Date | undefined;
|
|
314
|
-
InstanceId?: string | undefined;
|
|
435
|
+
export interface GetSecurityGroupsForVpcResult {
|
|
436
|
+
NextToken?: string | undefined;
|
|
437
|
+
SecurityGroupForVpcs?: SecurityGroupForVpc[] | undefined;
|
|
315
438
|
}
|
|
316
|
-
export
|
|
317
|
-
|
|
318
|
-
readonly provisioned_rate: "provisioned-rate";
|
|
319
|
-
readonly volume_copy: "volume-copy";
|
|
320
|
-
};
|
|
321
|
-
export type InitializationType =
|
|
322
|
-
(typeof InitializationType)[keyof typeof InitializationType];
|
|
323
|
-
export interface InitializationStatusDetails {
|
|
324
|
-
InitializationType?: InitializationType | undefined;
|
|
325
|
-
Progress?: number | undefined;
|
|
326
|
-
EstimatedTimeToCompleteInSeconds?: number | undefined;
|
|
327
|
-
}
|
|
328
|
-
export declare const VolumeStatusName: {
|
|
329
|
-
readonly initialization_state: "initialization-state";
|
|
330
|
-
readonly io_enabled: "io-enabled";
|
|
331
|
-
readonly io_performance: "io-performance";
|
|
332
|
-
};
|
|
333
|
-
export type VolumeStatusName =
|
|
334
|
-
(typeof VolumeStatusName)[keyof typeof VolumeStatusName];
|
|
335
|
-
export interface VolumeStatusDetails {
|
|
336
|
-
Name?: VolumeStatusName | undefined;
|
|
337
|
-
Status?: string | undefined;
|
|
439
|
+
export interface GetSerialConsoleAccessStatusRequest {
|
|
440
|
+
DryRun?: boolean | undefined;
|
|
338
441
|
}
|
|
339
|
-
export
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
readonly ok: "ok";
|
|
343
|
-
readonly warning: "warning";
|
|
344
|
-
};
|
|
345
|
-
export type VolumeStatusInfoStatus =
|
|
346
|
-
(typeof VolumeStatusInfoStatus)[keyof typeof VolumeStatusInfoStatus];
|
|
347
|
-
export interface VolumeStatusInfo {
|
|
348
|
-
Details?: VolumeStatusDetails[] | undefined;
|
|
349
|
-
Status?: VolumeStatusInfoStatus | undefined;
|
|
350
|
-
}
|
|
351
|
-
export interface VolumeStatusItem {
|
|
352
|
-
Actions?: VolumeStatusAction[] | undefined;
|
|
353
|
-
AvailabilityZone?: string | undefined;
|
|
354
|
-
OutpostArn?: string | undefined;
|
|
355
|
-
Events?: VolumeStatusEvent[] | undefined;
|
|
356
|
-
VolumeId?: string | undefined;
|
|
357
|
-
VolumeStatus?: VolumeStatusInfo | undefined;
|
|
358
|
-
AttachmentStatuses?: VolumeStatusAttachmentStatus[] | undefined;
|
|
359
|
-
InitializationStatusDetails?: InitializationStatusDetails | undefined;
|
|
360
|
-
AvailabilityZoneId?: string | undefined;
|
|
442
|
+
export interface GetSerialConsoleAccessStatusResult {
|
|
443
|
+
SerialConsoleAccessEnabled?: boolean | undefined;
|
|
444
|
+
ManagedBy?: ManagedBy | undefined;
|
|
361
445
|
}
|
|
362
|
-
export interface
|
|
363
|
-
NextToken?: string | undefined;
|
|
364
|
-
VolumeStatuses?: VolumeStatusItem[] | undefined;
|
|
365
|
-
}
|
|
366
|
-
export declare const VpcAttributeName: {
|
|
367
|
-
readonly enableDnsHostnames: "enableDnsHostnames";
|
|
368
|
-
readonly enableDnsSupport: "enableDnsSupport";
|
|
369
|
-
readonly enableNetworkAddressUsageMetrics: "enableNetworkAddressUsageMetrics";
|
|
370
|
-
};
|
|
371
|
-
export type VpcAttributeName =
|
|
372
|
-
(typeof VpcAttributeName)[keyof typeof VpcAttributeName];
|
|
373
|
-
export interface DescribeVpcAttributeRequest {
|
|
374
|
-
Attribute: VpcAttributeName | undefined;
|
|
375
|
-
VpcId: string | undefined;
|
|
446
|
+
export interface GetSnapshotBlockPublicAccessStateRequest {
|
|
376
447
|
DryRun?: boolean | undefined;
|
|
377
448
|
}
|
|
378
|
-
export interface
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue | undefined;
|
|
382
|
-
VpcId?: string | undefined;
|
|
449
|
+
export interface GetSnapshotBlockPublicAccessStateResult {
|
|
450
|
+
State?: SnapshotBlockPublicAccessState | undefined;
|
|
451
|
+
ManagedBy?: ManagedBy | undefined;
|
|
383
452
|
}
|
|
384
|
-
export interface
|
|
453
|
+
export interface InstanceRequirementsWithMetadataRequest {
|
|
454
|
+
ArchitectureTypes?: ArchitectureType[] | undefined;
|
|
455
|
+
VirtualizationTypes?: VirtualizationType[] | undefined;
|
|
456
|
+
InstanceRequirements?: InstanceRequirementsRequest | undefined;
|
|
457
|
+
}
|
|
458
|
+
export interface GetSpotPlacementScoresRequest {
|
|
459
|
+
InstanceTypes?: string[] | undefined;
|
|
460
|
+
TargetCapacity: number | undefined;
|
|
461
|
+
TargetCapacityUnitType?: TargetCapacityUnitType | undefined;
|
|
462
|
+
SingleAvailabilityZone?: boolean | undefined;
|
|
463
|
+
RegionNames?: string[] | undefined;
|
|
464
|
+
InstanceRequirementsWithMetadata?:
|
|
465
|
+
| InstanceRequirementsWithMetadataRequest
|
|
466
|
+
| undefined;
|
|
385
467
|
DryRun?: boolean | undefined;
|
|
386
|
-
Filters?: Filter[] | undefined;
|
|
387
|
-
ExclusionIds?: string[] | undefined;
|
|
388
|
-
NextToken?: string | undefined;
|
|
389
468
|
MaxResults?: number | undefined;
|
|
390
|
-
}
|
|
391
|
-
export interface DescribeVpcBlockPublicAccessExclusionsResult {
|
|
392
|
-
VpcBlockPublicAccessExclusions?: VpcBlockPublicAccessExclusion[] | undefined;
|
|
393
469
|
NextToken?: string | undefined;
|
|
394
470
|
}
|
|
395
|
-
export interface
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
readonly allowed: "allowed";
|
|
400
|
-
readonly not_allowed: "not-allowed";
|
|
401
|
-
};
|
|
402
|
-
export type VpcBlockPublicAccessExclusionsAllowed =
|
|
403
|
-
(typeof VpcBlockPublicAccessExclusionsAllowed)[keyof typeof VpcBlockPublicAccessExclusionsAllowed];
|
|
404
|
-
export declare const InternetGatewayBlockMode: {
|
|
405
|
-
readonly block_bidirectional: "block-bidirectional";
|
|
406
|
-
readonly block_ingress: "block-ingress";
|
|
407
|
-
readonly off: "off";
|
|
408
|
-
};
|
|
409
|
-
export type InternetGatewayBlockMode =
|
|
410
|
-
(typeof InternetGatewayBlockMode)[keyof typeof InternetGatewayBlockMode];
|
|
411
|
-
export declare const ManagedBy: {
|
|
412
|
-
readonly account: "account";
|
|
413
|
-
readonly declarative_policy: "declarative-policy";
|
|
414
|
-
};
|
|
415
|
-
export type ManagedBy = (typeof ManagedBy)[keyof typeof ManagedBy];
|
|
416
|
-
export declare const VpcBlockPublicAccessState: {
|
|
417
|
-
readonly default_state: "default-state";
|
|
418
|
-
readonly update_complete: "update-complete";
|
|
419
|
-
readonly update_in_progress: "update-in-progress";
|
|
420
|
-
};
|
|
421
|
-
export type VpcBlockPublicAccessState =
|
|
422
|
-
(typeof VpcBlockPublicAccessState)[keyof typeof VpcBlockPublicAccessState];
|
|
423
|
-
export interface VpcBlockPublicAccessOptions {
|
|
424
|
-
AwsAccountId?: string | undefined;
|
|
425
|
-
AwsRegion?: string | undefined;
|
|
426
|
-
State?: VpcBlockPublicAccessState | undefined;
|
|
427
|
-
InternetGatewayBlockMode?: InternetGatewayBlockMode | undefined;
|
|
428
|
-
Reason?: string | undefined;
|
|
429
|
-
LastUpdateTimestamp?: Date | undefined;
|
|
430
|
-
ManagedBy?: ManagedBy | undefined;
|
|
431
|
-
ExclusionsAllowed?: VpcBlockPublicAccessExclusionsAllowed | undefined;
|
|
471
|
+
export interface SpotPlacementScore {
|
|
472
|
+
Region?: string | undefined;
|
|
473
|
+
AvailabilityZoneId?: string | undefined;
|
|
474
|
+
Score?: number | undefined;
|
|
432
475
|
}
|
|
433
|
-
export interface
|
|
434
|
-
|
|
476
|
+
export interface GetSpotPlacementScoresResult {
|
|
477
|
+
SpotPlacementScores?: SpotPlacementScore[] | undefined;
|
|
478
|
+
NextToken?: string | undefined;
|
|
435
479
|
}
|
|
436
|
-
export interface
|
|
437
|
-
DryRun?: boolean | undefined;
|
|
438
|
-
VpcIds?: string[] | undefined;
|
|
480
|
+
export interface GetSubnetCidrReservationsRequest {
|
|
439
481
|
Filters?: Filter[] | undefined;
|
|
482
|
+
SubnetId: string | undefined;
|
|
483
|
+
DryRun?: boolean | undefined;
|
|
484
|
+
NextToken?: string | undefined;
|
|
485
|
+
MaxResults?: number | undefined;
|
|
440
486
|
}
|
|
441
|
-
export interface
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
}
|
|
446
|
-
export interface DescribeVpcClassicLinkResult {
|
|
447
|
-
Vpcs?: VpcClassicLink[] | undefined;
|
|
487
|
+
export interface GetSubnetCidrReservationsResult {
|
|
488
|
+
SubnetIpv4CidrReservations?: SubnetCidrReservation[] | undefined;
|
|
489
|
+
SubnetIpv6CidrReservations?: SubnetCidrReservation[] | undefined;
|
|
490
|
+
NextToken?: string | undefined;
|
|
448
491
|
}
|
|
449
|
-
export interface
|
|
450
|
-
|
|
492
|
+
export interface GetTransitGatewayAttachmentPropagationsRequest {
|
|
493
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
494
|
+
Filters?: Filter[] | undefined;
|
|
451
495
|
MaxResults?: number | undefined;
|
|
452
496
|
NextToken?: string | undefined;
|
|
497
|
+
DryRun?: boolean | undefined;
|
|
453
498
|
}
|
|
454
|
-
export interface
|
|
455
|
-
|
|
456
|
-
|
|
499
|
+
export interface TransitGatewayAttachmentPropagation {
|
|
500
|
+
TransitGatewayRouteTableId?: string | undefined;
|
|
501
|
+
State?: TransitGatewayPropagationState | undefined;
|
|
457
502
|
}
|
|
458
|
-
export interface
|
|
503
|
+
export interface GetTransitGatewayAttachmentPropagationsResult {
|
|
504
|
+
TransitGatewayAttachmentPropagations?:
|
|
505
|
+
| TransitGatewayAttachmentPropagation[]
|
|
506
|
+
| undefined;
|
|
459
507
|
NextToken?: string | undefined;
|
|
460
|
-
Vpcs?: ClassicLinkDnsSupport[] | undefined;
|
|
461
508
|
}
|
|
462
|
-
export interface
|
|
463
|
-
|
|
464
|
-
VpcEndpointIds?: string[] | undefined;
|
|
509
|
+
export interface GetTransitGatewayMulticastDomainAssociationsRequest {
|
|
510
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
465
511
|
Filters?: Filter[] | undefined;
|
|
466
512
|
MaxResults?: number | undefined;
|
|
467
513
|
NextToken?: string | undefined;
|
|
514
|
+
DryRun?: boolean | undefined;
|
|
468
515
|
}
|
|
469
|
-
export interface
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
FailureReason?: string | undefined;
|
|
476
|
-
FailureCode?: string | undefined;
|
|
477
|
-
DnsEntry?: DnsEntry | undefined;
|
|
478
|
-
PrivateDnsEntry?: DnsEntry | undefined;
|
|
479
|
-
AssociatedResourceArn?: string | undefined;
|
|
480
|
-
ResourceConfigurationGroupArn?: string | undefined;
|
|
481
|
-
Tags?: Tag[] | undefined;
|
|
516
|
+
export interface TransitGatewayMulticastDomainAssociation {
|
|
517
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
518
|
+
ResourceId?: string | undefined;
|
|
519
|
+
ResourceType?: TransitGatewayAttachmentResourceType | undefined;
|
|
520
|
+
ResourceOwnerId?: string | undefined;
|
|
521
|
+
Subnet?: SubnetAssociation | undefined;
|
|
482
522
|
}
|
|
483
|
-
export interface
|
|
484
|
-
|
|
523
|
+
export interface GetTransitGatewayMulticastDomainAssociationsResult {
|
|
524
|
+
MulticastDomainAssociations?:
|
|
525
|
+
| TransitGatewayMulticastDomainAssociation[]
|
|
526
|
+
| undefined;
|
|
485
527
|
NextToken?: string | undefined;
|
|
486
528
|
}
|
|
487
|
-
export interface
|
|
488
|
-
|
|
489
|
-
ConnectionNotificationId?: string | undefined;
|
|
529
|
+
export interface GetTransitGatewayPolicyTableAssociationsRequest {
|
|
530
|
+
TransitGatewayPolicyTableId: string | undefined;
|
|
490
531
|
Filters?: Filter[] | undefined;
|
|
491
532
|
MaxResults?: number | undefined;
|
|
492
533
|
NextToken?: string | undefined;
|
|
534
|
+
DryRun?: boolean | undefined;
|
|
493
535
|
}
|
|
494
|
-
export interface
|
|
495
|
-
|
|
536
|
+
export interface GetTransitGatewayPolicyTableAssociationsResult {
|
|
537
|
+
Associations?: TransitGatewayPolicyTableAssociation[] | undefined;
|
|
496
538
|
NextToken?: string | undefined;
|
|
497
539
|
}
|
|
498
|
-
export interface
|
|
499
|
-
|
|
540
|
+
export interface GetTransitGatewayPolicyTableEntriesRequest {
|
|
541
|
+
TransitGatewayPolicyTableId: string | undefined;
|
|
500
542
|
Filters?: Filter[] | undefined;
|
|
501
543
|
MaxResults?: number | undefined;
|
|
502
544
|
NextToken?: string | undefined;
|
|
545
|
+
DryRun?: boolean | undefined;
|
|
503
546
|
}
|
|
504
|
-
export interface
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
VpcEndpointOwner?: string | undefined;
|
|
508
|
-
VpcEndpointState?: State | undefined;
|
|
509
|
-
CreationTimestamp?: Date | undefined;
|
|
510
|
-
DnsEntries?: DnsEntry[] | undefined;
|
|
511
|
-
NetworkLoadBalancerArns?: string[] | undefined;
|
|
512
|
-
GatewayLoadBalancerArns?: string[] | undefined;
|
|
513
|
-
IpAddressType?: IpAddressType | undefined;
|
|
514
|
-
VpcEndpointConnectionId?: string | undefined;
|
|
515
|
-
Tags?: Tag[] | undefined;
|
|
516
|
-
VpcEndpointRegion?: string | undefined;
|
|
547
|
+
export interface TransitGatewayPolicyRuleMetaData {
|
|
548
|
+
MetaDataKey?: string | undefined;
|
|
549
|
+
MetaDataValue?: string | undefined;
|
|
517
550
|
}
|
|
518
|
-
export interface
|
|
519
|
-
|
|
520
|
-
|
|
551
|
+
export interface TransitGatewayPolicyRule {
|
|
552
|
+
SourceCidrBlock?: string | undefined;
|
|
553
|
+
SourcePortRange?: string | undefined;
|
|
554
|
+
DestinationCidrBlock?: string | undefined;
|
|
555
|
+
DestinationPortRange?: string | undefined;
|
|
556
|
+
Protocol?: string | undefined;
|
|
557
|
+
MetaData?: TransitGatewayPolicyRuleMetaData | undefined;
|
|
521
558
|
}
|
|
522
|
-
export interface
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
MaxResults?: number | undefined;
|
|
527
|
-
NextToken?: string | undefined;
|
|
559
|
+
export interface TransitGatewayPolicyTableEntry {
|
|
560
|
+
PolicyRuleNumber?: string | undefined;
|
|
561
|
+
PolicyRule?: TransitGatewayPolicyRule | undefined;
|
|
562
|
+
TargetRouteTableId?: string | undefined;
|
|
528
563
|
}
|
|
529
|
-
export interface
|
|
530
|
-
|
|
531
|
-
|
|
564
|
+
export interface GetTransitGatewayPolicyTableEntriesResult {
|
|
565
|
+
TransitGatewayPolicyTableEntries?:
|
|
566
|
+
| TransitGatewayPolicyTableEntry[]
|
|
567
|
+
| undefined;
|
|
532
568
|
}
|
|
533
|
-
export interface
|
|
534
|
-
|
|
535
|
-
ServiceIds?: string[] | undefined;
|
|
569
|
+
export interface GetTransitGatewayPrefixListReferencesRequest {
|
|
570
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
536
571
|
Filters?: Filter[] | undefined;
|
|
537
572
|
MaxResults?: number | undefined;
|
|
538
573
|
NextToken?: string | undefined;
|
|
574
|
+
DryRun?: boolean | undefined;
|
|
539
575
|
}
|
|
540
|
-
export interface
|
|
541
|
-
|
|
576
|
+
export interface GetTransitGatewayPrefixListReferencesResult {
|
|
577
|
+
TransitGatewayPrefixListReferences?:
|
|
578
|
+
| TransitGatewayPrefixListReference[]
|
|
579
|
+
| undefined;
|
|
542
580
|
NextToken?: string | undefined;
|
|
543
581
|
}
|
|
544
|
-
export interface
|
|
545
|
-
|
|
546
|
-
ServiceId: string | undefined;
|
|
582
|
+
export interface GetTransitGatewayRouteTableAssociationsRequest {
|
|
583
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
547
584
|
Filters?: Filter[] | undefined;
|
|
548
585
|
MaxResults?: number | undefined;
|
|
549
586
|
NextToken?: string | undefined;
|
|
587
|
+
DryRun?: boolean | undefined;
|
|
588
|
+
}
|
|
589
|
+
export interface TransitGatewayRouteTableAssociation {
|
|
590
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
591
|
+
ResourceId?: string | undefined;
|
|
592
|
+
ResourceType?: TransitGatewayAttachmentResourceType | undefined;
|
|
593
|
+
State?: TransitGatewayAssociationState | undefined;
|
|
550
594
|
}
|
|
551
|
-
export interface
|
|
552
|
-
|
|
595
|
+
export interface GetTransitGatewayRouteTableAssociationsResult {
|
|
596
|
+
Associations?: TransitGatewayRouteTableAssociation[] | undefined;
|
|
553
597
|
NextToken?: string | undefined;
|
|
554
598
|
}
|
|
555
|
-
export interface
|
|
556
|
-
|
|
557
|
-
ServiceNames?: string[] | undefined;
|
|
599
|
+
export interface GetTransitGatewayRouteTablePropagationsRequest {
|
|
600
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
558
601
|
Filters?: Filter[] | undefined;
|
|
559
602
|
MaxResults?: number | undefined;
|
|
560
603
|
NextToken?: string | undefined;
|
|
561
|
-
|
|
562
|
-
}
|
|
563
|
-
export interface PrivateDnsDetails {
|
|
564
|
-
PrivateDnsName?: string | undefined;
|
|
604
|
+
DryRun?: boolean | undefined;
|
|
565
605
|
}
|
|
566
|
-
export interface
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
AvailabilityZones?: string[] | undefined;
|
|
573
|
-
Owner?: string | undefined;
|
|
574
|
-
BaseEndpointDnsNames?: string[] | undefined;
|
|
575
|
-
PrivateDnsName?: string | undefined;
|
|
576
|
-
PrivateDnsNames?: PrivateDnsDetails[] | undefined;
|
|
577
|
-
VpcEndpointPolicySupported?: boolean | undefined;
|
|
578
|
-
AcceptanceRequired?: boolean | undefined;
|
|
579
|
-
ManagesVpcEndpoints?: boolean | undefined;
|
|
580
|
-
PayerResponsibility?: PayerResponsibility | undefined;
|
|
581
|
-
Tags?: Tag[] | undefined;
|
|
582
|
-
PrivateDnsNameVerificationState?: DnsNameState | undefined;
|
|
583
|
-
SupportedIpAddressTypes?: ServiceConnectivityType[] | undefined;
|
|
606
|
+
export interface TransitGatewayRouteTablePropagation {
|
|
607
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
608
|
+
ResourceId?: string | undefined;
|
|
609
|
+
ResourceType?: TransitGatewayAttachmentResourceType | undefined;
|
|
610
|
+
State?: TransitGatewayPropagationState | undefined;
|
|
611
|
+
TransitGatewayRouteTableAnnouncementId?: string | undefined;
|
|
584
612
|
}
|
|
585
|
-
export interface
|
|
586
|
-
|
|
587
|
-
|
|
613
|
+
export interface GetTransitGatewayRouteTablePropagationsResult {
|
|
614
|
+
TransitGatewayRouteTablePropagations?:
|
|
615
|
+
| TransitGatewayRouteTablePropagation[]
|
|
616
|
+
| undefined;
|
|
588
617
|
NextToken?: string | undefined;
|
|
589
618
|
}
|
|
590
|
-
export interface
|
|
591
|
-
|
|
592
|
-
MaxResults?: number | undefined;
|
|
619
|
+
export interface GetVerifiedAccessEndpointPolicyRequest {
|
|
620
|
+
VerifiedAccessEndpointId: string | undefined;
|
|
593
621
|
DryRun?: boolean | undefined;
|
|
594
|
-
VpcPeeringConnectionIds?: string[] | undefined;
|
|
595
|
-
Filters?: Filter[] | undefined;
|
|
596
622
|
}
|
|
597
|
-
export interface
|
|
598
|
-
|
|
599
|
-
|
|
623
|
+
export interface GetVerifiedAccessEndpointPolicyResult {
|
|
624
|
+
PolicyEnabled?: boolean | undefined;
|
|
625
|
+
PolicyDocument?: string | undefined;
|
|
600
626
|
}
|
|
601
|
-
export interface
|
|
602
|
-
|
|
603
|
-
VpcIds?: string[] | undefined;
|
|
604
|
-
NextToken?: string | undefined;
|
|
627
|
+
export interface GetVerifiedAccessEndpointTargetsRequest {
|
|
628
|
+
VerifiedAccessEndpointId: string | undefined;
|
|
605
629
|
MaxResults?: number | undefined;
|
|
630
|
+
NextToken?: string | undefined;
|
|
606
631
|
DryRun?: boolean | undefined;
|
|
607
632
|
}
|
|
608
|
-
export interface
|
|
633
|
+
export interface VerifiedAccessEndpointTarget {
|
|
634
|
+
VerifiedAccessEndpointId?: string | undefined;
|
|
635
|
+
VerifiedAccessEndpointTargetIpAddress?: string | undefined;
|
|
636
|
+
VerifiedAccessEndpointTargetDns?: string | undefined;
|
|
637
|
+
}
|
|
638
|
+
export interface GetVerifiedAccessEndpointTargetsResult {
|
|
639
|
+
VerifiedAccessEndpointTargets?: VerifiedAccessEndpointTarget[] | undefined;
|
|
609
640
|
NextToken?: string | undefined;
|
|
610
|
-
Vpcs?: Vpc[] | undefined;
|
|
611
641
|
}
|
|
612
|
-
export interface
|
|
613
|
-
|
|
614
|
-
VpnConnectionIds?: string[] | undefined;
|
|
642
|
+
export interface GetVerifiedAccessGroupPolicyRequest {
|
|
643
|
+
VerifiedAccessGroupId: string | undefined;
|
|
615
644
|
DryRun?: boolean | undefined;
|
|
616
645
|
}
|
|
617
|
-
export interface
|
|
618
|
-
|
|
646
|
+
export interface GetVerifiedAccessGroupPolicyResult {
|
|
647
|
+
PolicyEnabled?: boolean | undefined;
|
|
648
|
+
PolicyDocument?: string | undefined;
|
|
619
649
|
}
|
|
620
|
-
export interface
|
|
621
|
-
|
|
622
|
-
|
|
650
|
+
export interface GetVpnConnectionDeviceSampleConfigurationRequest {
|
|
651
|
+
VpnConnectionId: string | undefined;
|
|
652
|
+
VpnConnectionDeviceTypeId: string | undefined;
|
|
653
|
+
InternetKeyExchangeVersion?: string | undefined;
|
|
654
|
+
SampleType?: string | undefined;
|
|
623
655
|
DryRun?: boolean | undefined;
|
|
624
656
|
}
|
|
625
|
-
export interface
|
|
626
|
-
|
|
657
|
+
export interface GetVpnConnectionDeviceSampleConfigurationResult {
|
|
658
|
+
VpnConnectionDeviceSampleConfiguration?: string | undefined;
|
|
627
659
|
}
|
|
628
|
-
export interface
|
|
660
|
+
export interface GetVpnConnectionDeviceTypesRequest {
|
|
661
|
+
MaxResults?: number | undefined;
|
|
662
|
+
NextToken?: string | undefined;
|
|
629
663
|
DryRun?: boolean | undefined;
|
|
630
|
-
InstanceId: string | undefined;
|
|
631
|
-
VpcId: string | undefined;
|
|
632
664
|
}
|
|
633
|
-
export interface
|
|
634
|
-
|
|
665
|
+
export interface VpnConnectionDeviceType {
|
|
666
|
+
VpnConnectionDeviceTypeId?: string | undefined;
|
|
667
|
+
Vendor?: string | undefined;
|
|
668
|
+
Platform?: string | undefined;
|
|
669
|
+
Software?: string | undefined;
|
|
635
670
|
}
|
|
636
|
-
export interface
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
VpcId: string | undefined;
|
|
671
|
+
export interface GetVpnConnectionDeviceTypesResult {
|
|
672
|
+
VpnConnectionDeviceTypes?: VpnConnectionDeviceType[] | undefined;
|
|
673
|
+
NextToken?: string | undefined;
|
|
640
674
|
}
|
|
641
|
-
export interface
|
|
675
|
+
export interface GetVpnTunnelReplacementStatusRequest {
|
|
676
|
+
VpnConnectionId: string | undefined;
|
|
677
|
+
VpnTunnelOutsideIpAddress: string | undefined;
|
|
642
678
|
DryRun?: boolean | undefined;
|
|
643
|
-
AttachmentId: string | undefined;
|
|
644
|
-
Force?: boolean | undefined;
|
|
645
679
|
}
|
|
646
|
-
export interface
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
DryRun?: boolean | undefined;
|
|
680
|
+
export interface MaintenanceDetails {
|
|
681
|
+
PendingMaintenance?: string | undefined;
|
|
682
|
+
MaintenanceAutoAppliedAfter?: Date | undefined;
|
|
683
|
+
LastMaintenanceApplied?: Date | undefined;
|
|
651
684
|
}
|
|
652
|
-
export interface
|
|
653
|
-
|
|
654
|
-
|
|
685
|
+
export interface GetVpnTunnelReplacementStatusResult {
|
|
686
|
+
VpnConnectionId?: string | undefined;
|
|
687
|
+
TransitGatewayId?: string | undefined;
|
|
688
|
+
CustomerGatewayId?: string | undefined;
|
|
689
|
+
VpnGatewayId?: string | undefined;
|
|
690
|
+
VpnTunnelOutsideIpAddress?: string | undefined;
|
|
691
|
+
MaintenanceDetails?: MaintenanceDetails | undefined;
|
|
655
692
|
}
|
|
656
|
-
export interface
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
InstanceId?: string | undefined;
|
|
660
|
-
VolumeId: string | undefined;
|
|
693
|
+
export interface ImportClientVpnClientCertificateRevocationListRequest {
|
|
694
|
+
ClientVpnEndpointId: string | undefined;
|
|
695
|
+
CertificateRevocationList: string | undefined;
|
|
661
696
|
DryRun?: boolean | undefined;
|
|
662
697
|
}
|
|
663
|
-
export interface
|
|
664
|
-
|
|
665
|
-
VpnGatewayId: string | undefined;
|
|
666
|
-
DryRun?: boolean | undefined;
|
|
698
|
+
export interface ImportClientVpnClientCertificateRevocationListResult {
|
|
699
|
+
Return?: boolean | undefined;
|
|
667
700
|
}
|
|
668
|
-
export interface
|
|
669
|
-
|
|
670
|
-
|
|
701
|
+
export interface ClientData {
|
|
702
|
+
Comment?: string | undefined;
|
|
703
|
+
UploadEnd?: Date | undefined;
|
|
704
|
+
UploadSize?: number | undefined;
|
|
705
|
+
UploadStart?: Date | undefined;
|
|
671
706
|
}
|
|
672
|
-
export interface
|
|
673
|
-
|
|
707
|
+
export interface UserBucket {
|
|
708
|
+
S3Bucket?: string | undefined;
|
|
709
|
+
S3Key?: string | undefined;
|
|
674
710
|
}
|
|
675
|
-
export interface
|
|
676
|
-
|
|
711
|
+
export interface ImageDiskContainer {
|
|
712
|
+
Description?: string | undefined;
|
|
713
|
+
DeviceName?: string | undefined;
|
|
714
|
+
Format?: string | undefined;
|
|
715
|
+
SnapshotId?: string | undefined;
|
|
716
|
+
Url?: string | undefined;
|
|
717
|
+
UserBucket?: UserBucket | undefined;
|
|
677
718
|
}
|
|
678
|
-
export interface
|
|
679
|
-
|
|
719
|
+
export interface ImportImageLicenseConfigurationRequest {
|
|
720
|
+
LicenseConfigurationArn?: string | undefined;
|
|
680
721
|
}
|
|
681
|
-
export interface
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
722
|
+
export interface ImportImageRequest {
|
|
723
|
+
Architecture?: string | undefined;
|
|
724
|
+
ClientData?: ClientData | undefined;
|
|
725
|
+
ClientToken?: string | undefined;
|
|
726
|
+
Description?: string | undefined;
|
|
727
|
+
DiskContainers?: ImageDiskContainer[] | undefined;
|
|
686
728
|
DryRun?: boolean | undefined;
|
|
729
|
+
Encrypted?: boolean | undefined;
|
|
730
|
+
Hypervisor?: string | undefined;
|
|
731
|
+
KmsKeyId?: string | undefined;
|
|
732
|
+
LicenseType?: string | undefined;
|
|
733
|
+
Platform?: string | undefined;
|
|
734
|
+
RoleName?: string | undefined;
|
|
735
|
+
LicenseSpecifications?: ImportImageLicenseConfigurationRequest[] | undefined;
|
|
736
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
737
|
+
UsageOperation?: string | undefined;
|
|
738
|
+
BootMode?: BootModeValues | undefined;
|
|
739
|
+
}
|
|
740
|
+
export interface ImportImageResult {
|
|
741
|
+
Architecture?: string | undefined;
|
|
742
|
+
Description?: string | undefined;
|
|
743
|
+
Encrypted?: boolean | undefined;
|
|
744
|
+
Hypervisor?: string | undefined;
|
|
745
|
+
ImageId?: string | undefined;
|
|
746
|
+
ImportTaskId?: string | undefined;
|
|
747
|
+
KmsKeyId?: string | undefined;
|
|
748
|
+
LicenseType?: string | undefined;
|
|
749
|
+
Platform?: string | undefined;
|
|
750
|
+
Progress?: string | undefined;
|
|
751
|
+
SnapshotDetails?: SnapshotDetail[] | undefined;
|
|
752
|
+
Status?: string | undefined;
|
|
753
|
+
StatusMessage?: string | undefined;
|
|
754
|
+
LicenseSpecifications?: ImportImageLicenseConfigurationResponse[] | undefined;
|
|
755
|
+
Tags?: Tag[] | undefined;
|
|
756
|
+
UsageOperation?: string | undefined;
|
|
757
|
+
}
|
|
758
|
+
export interface DiskImageDetail {
|
|
759
|
+
Format: DiskImageFormat | undefined;
|
|
760
|
+
Bytes: number | undefined;
|
|
761
|
+
ImportManifestUrl: string | undefined;
|
|
762
|
+
}
|
|
763
|
+
export interface VolumeDetail {
|
|
764
|
+
Size: number | undefined;
|
|
765
|
+
}
|
|
766
|
+
export interface DiskImage {
|
|
767
|
+
Description?: string | undefined;
|
|
768
|
+
Image?: DiskImageDetail | undefined;
|
|
769
|
+
Volume?: VolumeDetail | undefined;
|
|
770
|
+
}
|
|
771
|
+
export interface UserData {
|
|
772
|
+
Data?: string | undefined;
|
|
773
|
+
}
|
|
774
|
+
export interface ImportInstanceLaunchSpecification {
|
|
775
|
+
Architecture?: ArchitectureValues | undefined;
|
|
776
|
+
GroupNames?: string[] | undefined;
|
|
777
|
+
GroupIds?: string[] | undefined;
|
|
778
|
+
AdditionalInfo?: string | undefined;
|
|
779
|
+
UserData?: UserData | undefined;
|
|
780
|
+
InstanceType?: _InstanceType | undefined;
|
|
781
|
+
Placement?: Placement | undefined;
|
|
782
|
+
Monitoring?: boolean | undefined;
|
|
783
|
+
SubnetId?: string | undefined;
|
|
784
|
+
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
|
|
785
|
+
PrivateIpAddress?: string | undefined;
|
|
786
|
+
}
|
|
787
|
+
export interface ImportInstanceRequest {
|
|
788
|
+
DryRun?: boolean | undefined;
|
|
789
|
+
Description?: string | undefined;
|
|
790
|
+
LaunchSpecification?: ImportInstanceLaunchSpecification | undefined;
|
|
791
|
+
DiskImages?: DiskImage[] | undefined;
|
|
792
|
+
Platform: PlatformValues | undefined;
|
|
793
|
+
}
|
|
794
|
+
export interface ImportInstanceResult {
|
|
795
|
+
ConversionTask?: ConversionTask | undefined;
|
|
687
796
|
}
|
|
688
|
-
export interface
|
|
689
|
-
|
|
690
|
-
}
|
|
691
|
-
export interface DisableCapacityManagerRequest {
|
|
797
|
+
export interface ImportKeyPairRequest {
|
|
798
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
692
799
|
DryRun?: boolean | undefined;
|
|
800
|
+
KeyName: string | undefined;
|
|
801
|
+
PublicKeyMaterial: Uint8Array | undefined;
|
|
802
|
+
}
|
|
803
|
+
export interface ImportKeyPairResult {
|
|
804
|
+
KeyFingerprint?: string | undefined;
|
|
805
|
+
KeyName?: string | undefined;
|
|
806
|
+
KeyPairId?: string | undefined;
|
|
807
|
+
Tags?: Tag[] | undefined;
|
|
808
|
+
}
|
|
809
|
+
export interface SnapshotDiskContainer {
|
|
810
|
+
Description?: string | undefined;
|
|
811
|
+
Format?: string | undefined;
|
|
812
|
+
Url?: string | undefined;
|
|
813
|
+
UserBucket?: UserBucket | undefined;
|
|
814
|
+
}
|
|
815
|
+
export interface ImportSnapshotRequest {
|
|
816
|
+
ClientData?: ClientData | undefined;
|
|
693
817
|
ClientToken?: string | undefined;
|
|
818
|
+
Description?: string | undefined;
|
|
819
|
+
DiskContainer?: SnapshotDiskContainer | undefined;
|
|
820
|
+
DryRun?: boolean | undefined;
|
|
821
|
+
Encrypted?: boolean | undefined;
|
|
822
|
+
KmsKeyId?: string | undefined;
|
|
823
|
+
RoleName?: string | undefined;
|
|
824
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
694
825
|
}
|
|
695
|
-
export
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
(typeof CapacityManagerStatus)[keyof typeof CapacityManagerStatus];
|
|
701
|
-
export interface DisableCapacityManagerResult {
|
|
702
|
-
CapacityManagerStatus?: CapacityManagerStatus | undefined;
|
|
703
|
-
OrganizationsAccess?: boolean | undefined;
|
|
826
|
+
export interface ImportSnapshotResult {
|
|
827
|
+
Description?: string | undefined;
|
|
828
|
+
ImportTaskId?: string | undefined;
|
|
829
|
+
SnapshotTaskDetail?: SnapshotTaskDetail | undefined;
|
|
830
|
+
Tags?: Tag[] | undefined;
|
|
704
831
|
}
|
|
705
|
-
export interface
|
|
832
|
+
export interface ImportVolumeRequest {
|
|
833
|
+
AvailabilityZoneId?: string | undefined;
|
|
706
834
|
DryRun?: boolean | undefined;
|
|
835
|
+
AvailabilityZone?: string | undefined;
|
|
836
|
+
Image: DiskImageDetail | undefined;
|
|
837
|
+
Description?: string | undefined;
|
|
838
|
+
Volume: VolumeDetail | undefined;
|
|
707
839
|
}
|
|
708
|
-
export interface
|
|
709
|
-
|
|
840
|
+
export interface ImportVolumeResult {
|
|
841
|
+
ConversionTask?: ConversionTask | undefined;
|
|
710
842
|
}
|
|
711
|
-
export interface
|
|
712
|
-
|
|
713
|
-
|
|
843
|
+
export interface ListImagesInRecycleBinRequest {
|
|
844
|
+
ImageIds?: string[] | undefined;
|
|
845
|
+
NextToken?: string | undefined;
|
|
846
|
+
MaxResults?: number | undefined;
|
|
714
847
|
DryRun?: boolean | undefined;
|
|
715
848
|
}
|
|
716
|
-
export interface
|
|
849
|
+
export interface ImageRecycleBinInfo {
|
|
717
850
|
ImageId?: string | undefined;
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
851
|
+
Name?: string | undefined;
|
|
852
|
+
Description?: string | undefined;
|
|
853
|
+
RecycleBinEnterTime?: Date | undefined;
|
|
854
|
+
RecycleBinExitTime?: Date | undefined;
|
|
855
|
+
}
|
|
856
|
+
export interface ListImagesInRecycleBinResult {
|
|
857
|
+
Images?: ImageRecycleBinInfo[] | undefined;
|
|
858
|
+
NextToken?: string | undefined;
|
|
726
859
|
}
|
|
727
|
-
export interface
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
860
|
+
export interface ListSnapshotsInRecycleBinRequest {
|
|
861
|
+
MaxResults?: number | undefined;
|
|
862
|
+
NextToken?: string | undefined;
|
|
863
|
+
SnapshotIds?: string[] | undefined;
|
|
731
864
|
DryRun?: boolean | undefined;
|
|
732
865
|
}
|
|
733
|
-
export interface
|
|
866
|
+
export interface SnapshotRecycleBinInfo {
|
|
734
867
|
SnapshotId?: string | undefined;
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
OwnerId?: string | undefined;
|
|
740
|
-
OwnerAlias?: string | undefined;
|
|
741
|
-
EnablingTime?: Date | undefined;
|
|
742
|
-
OptimizingTime?: Date | undefined;
|
|
743
|
-
EnabledTime?: Date | undefined;
|
|
744
|
-
DisablingTime?: Date | undefined;
|
|
745
|
-
DisabledTime?: Date | undefined;
|
|
746
|
-
}
|
|
747
|
-
export interface DisableFastSnapshotRestoreStateError {
|
|
748
|
-
Code?: string | undefined;
|
|
749
|
-
Message?: string | undefined;
|
|
868
|
+
RecycleBinEnterTime?: Date | undefined;
|
|
869
|
+
RecycleBinExitTime?: Date | undefined;
|
|
870
|
+
Description?: string | undefined;
|
|
871
|
+
VolumeId?: string | undefined;
|
|
750
872
|
}
|
|
751
|
-
export interface
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
873
|
+
export interface ListSnapshotsInRecycleBinResult {
|
|
874
|
+
Snapshots?: SnapshotRecycleBinInfo[] | undefined;
|
|
875
|
+
NextToken?: string | undefined;
|
|
876
|
+
}
|
|
877
|
+
export interface LockSnapshotRequest {
|
|
878
|
+
SnapshotId: string | undefined;
|
|
879
|
+
DryRun?: boolean | undefined;
|
|
880
|
+
LockMode: LockMode | undefined;
|
|
881
|
+
CoolOffPeriod?: number | undefined;
|
|
882
|
+
LockDuration?: number | undefined;
|
|
883
|
+
ExpirationDate?: Date | undefined;
|
|
755
884
|
}
|
|
756
|
-
export interface
|
|
885
|
+
export interface LockSnapshotResult {
|
|
757
886
|
SnapshotId?: string | undefined;
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
887
|
+
LockState?: LockState | undefined;
|
|
888
|
+
LockDuration?: number | undefined;
|
|
889
|
+
CoolOffPeriod?: number | undefined;
|
|
890
|
+
CoolOffPeriodExpiresOn?: Date | undefined;
|
|
891
|
+
LockCreatedOn?: Date | undefined;
|
|
892
|
+
LockExpiresOn?: Date | undefined;
|
|
893
|
+
LockDurationStartTime?: Date | undefined;
|
|
894
|
+
}
|
|
895
|
+
export interface ModifyAddressAttributeRequest {
|
|
896
|
+
AllocationId: string | undefined;
|
|
897
|
+
DomainName?: string | undefined;
|
|
898
|
+
DryRun?: boolean | undefined;
|
|
761
899
|
}
|
|
762
|
-
export interface
|
|
763
|
-
|
|
764
|
-
Unsuccessful?: DisableFastSnapshotRestoreErrorItem[] | undefined;
|
|
900
|
+
export interface ModifyAddressAttributeResult {
|
|
901
|
+
Address?: AddressAttribute | undefined;
|
|
765
902
|
}
|
|
766
|
-
export interface
|
|
767
|
-
|
|
903
|
+
export interface ModifyAvailabilityZoneGroupRequest {
|
|
904
|
+
GroupName: string | undefined;
|
|
905
|
+
OptInStatus: ModifyAvailabilityZoneOptInStatus | undefined;
|
|
768
906
|
DryRun?: boolean | undefined;
|
|
769
907
|
}
|
|
770
|
-
export interface
|
|
908
|
+
export interface ModifyAvailabilityZoneGroupResult {
|
|
771
909
|
Return?: boolean | undefined;
|
|
772
910
|
}
|
|
773
|
-
export interface
|
|
911
|
+
export interface ModifyCapacityReservationRequest {
|
|
912
|
+
CapacityReservationId: string | undefined;
|
|
913
|
+
InstanceCount?: number | undefined;
|
|
914
|
+
EndDate?: Date | undefined;
|
|
915
|
+
EndDateType?: EndDateType | undefined;
|
|
916
|
+
Accept?: boolean | undefined;
|
|
774
917
|
DryRun?: boolean | undefined;
|
|
918
|
+
AdditionalInfo?: string | undefined;
|
|
919
|
+
InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
|
|
775
920
|
}
|
|
776
|
-
export
|
|
777
|
-
|
|
778
|
-
};
|
|
779
|
-
export type ImageBlockPublicAccessDisabledState =
|
|
780
|
-
(typeof ImageBlockPublicAccessDisabledState)[keyof typeof ImageBlockPublicAccessDisabledState];
|
|
781
|
-
export interface DisableImageBlockPublicAccessResult {
|
|
782
|
-
ImageBlockPublicAccessState?: ImageBlockPublicAccessDisabledState | undefined;
|
|
921
|
+
export interface ModifyCapacityReservationResult {
|
|
922
|
+
Return?: boolean | undefined;
|
|
783
923
|
}
|
|
784
|
-
export interface
|
|
785
|
-
|
|
924
|
+
export interface ModifyCapacityReservationFleetRequest {
|
|
925
|
+
CapacityReservationFleetId: string | undefined;
|
|
926
|
+
TotalTargetCapacity?: number | undefined;
|
|
927
|
+
EndDate?: Date | undefined;
|
|
786
928
|
DryRun?: boolean | undefined;
|
|
929
|
+
RemoveEndDate?: boolean | undefined;
|
|
787
930
|
}
|
|
788
|
-
export interface
|
|
931
|
+
export interface ModifyCapacityReservationFleetResult {
|
|
789
932
|
Return?: boolean | undefined;
|
|
790
933
|
}
|
|
791
|
-
export interface
|
|
792
|
-
|
|
793
|
-
|
|
934
|
+
export interface DnsServersOptionsModifyStructure {
|
|
935
|
+
CustomDnsServers?: string[] | undefined;
|
|
936
|
+
Enabled?: boolean | undefined;
|
|
794
937
|
}
|
|
795
|
-
export interface
|
|
796
|
-
|
|
938
|
+
export interface ModifyClientVpnEndpointRequest {
|
|
939
|
+
ClientVpnEndpointId: string | undefined;
|
|
940
|
+
ServerCertificateArn?: string | undefined;
|
|
941
|
+
ConnectionLogOptions?: ConnectionLogOptions | undefined;
|
|
942
|
+
DnsServers?: DnsServersOptionsModifyStructure | undefined;
|
|
943
|
+
VpnPort?: number | undefined;
|
|
944
|
+
Description?: string | undefined;
|
|
945
|
+
SplitTunnel?: boolean | undefined;
|
|
946
|
+
DryRun?: boolean | undefined;
|
|
947
|
+
SecurityGroupIds?: string[] | undefined;
|
|
948
|
+
VpcId?: string | undefined;
|
|
949
|
+
SelfServicePortal?: SelfServicePortal | undefined;
|
|
950
|
+
ClientConnectOptions?: ClientConnectOptions | undefined;
|
|
951
|
+
SessionTimeoutHours?: number | undefined;
|
|
952
|
+
ClientLoginBannerOptions?: ClientLoginBannerOptions | undefined;
|
|
953
|
+
ClientRouteEnforcementOptions?: ClientRouteEnforcementOptions | undefined;
|
|
954
|
+
DisconnectOnSessionTimeout?: boolean | undefined;
|
|
955
|
+
}
|
|
956
|
+
export interface ModifyClientVpnEndpointResult {
|
|
957
|
+
Return?: boolean | undefined;
|
|
797
958
|
}
|
|
798
|
-
export interface
|
|
799
|
-
InstanceIds: string[] | undefined;
|
|
959
|
+
export interface ModifyDefaultCreditSpecificationRequest {
|
|
800
960
|
DryRun?: boolean | undefined;
|
|
961
|
+
InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
|
|
962
|
+
CpuCredits: string | undefined;
|
|
801
963
|
}
|
|
802
|
-
export interface
|
|
803
|
-
|
|
964
|
+
export interface ModifyDefaultCreditSpecificationResult {
|
|
965
|
+
InstanceFamilyCreditSpecification?:
|
|
966
|
+
| InstanceFamilyCreditSpecification
|
|
967
|
+
| undefined;
|
|
804
968
|
}
|
|
805
|
-
export interface
|
|
969
|
+
export interface ModifyEbsDefaultKmsKeyIdRequest {
|
|
970
|
+
KmsKeyId: string | undefined;
|
|
806
971
|
DryRun?: boolean | undefined;
|
|
807
|
-
DelegatedAdminAccountId: string | undefined;
|
|
808
972
|
}
|
|
809
|
-
export interface
|
|
810
|
-
|
|
973
|
+
export interface ModifyEbsDefaultKmsKeyIdResult {
|
|
974
|
+
KmsKeyId?: string | undefined;
|
|
811
975
|
}
|
|
812
|
-
export interface
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
};
|
|
822
|
-
export type RouteServerPropagationState =
|
|
823
|
-
(typeof RouteServerPropagationState)[keyof typeof RouteServerPropagationState];
|
|
824
|
-
export interface RouteServerPropagation {
|
|
825
|
-
RouteServerId?: string | undefined;
|
|
826
|
-
RouteTableId?: string | undefined;
|
|
827
|
-
State?: RouteServerPropagationState | undefined;
|
|
976
|
+
export interface ModifyFleetRequest {
|
|
977
|
+
DryRun?: boolean | undefined;
|
|
978
|
+
ExcessCapacityTerminationPolicy?:
|
|
979
|
+
| FleetExcessCapacityTerminationPolicy
|
|
980
|
+
| undefined;
|
|
981
|
+
LaunchTemplateConfigs?: FleetLaunchTemplateConfigRequest[] | undefined;
|
|
982
|
+
FleetId: string | undefined;
|
|
983
|
+
TargetCapacitySpecification?: TargetCapacitySpecificationRequest | undefined;
|
|
984
|
+
Context?: string | undefined;
|
|
828
985
|
}
|
|
829
|
-
export interface
|
|
830
|
-
|
|
986
|
+
export interface ModifyFleetResult {
|
|
987
|
+
Return?: boolean | undefined;
|
|
831
988
|
}
|
|
832
|
-
export interface
|
|
833
|
-
|
|
989
|
+
export interface LoadPermissionRequest {
|
|
990
|
+
Group?: PermissionGroup | undefined;
|
|
991
|
+
UserId?: string | undefined;
|
|
834
992
|
}
|
|
835
|
-
export interface
|
|
836
|
-
|
|
993
|
+
export interface LoadPermissionModifications {
|
|
994
|
+
Add?: LoadPermissionRequest[] | undefined;
|
|
995
|
+
Remove?: LoadPermissionRequest[] | undefined;
|
|
837
996
|
}
|
|
838
|
-
export interface
|
|
997
|
+
export interface ModifyFpgaImageAttributeRequest {
|
|
839
998
|
DryRun?: boolean | undefined;
|
|
999
|
+
FpgaImageId: string | undefined;
|
|
1000
|
+
Attribute?: FpgaImageAttributeName | undefined;
|
|
1001
|
+
OperationType?: OperationType | undefined;
|
|
1002
|
+
UserIds?: string[] | undefined;
|
|
1003
|
+
UserGroups?: string[] | undefined;
|
|
1004
|
+
ProductCodes?: string[] | undefined;
|
|
1005
|
+
LoadPermission?: LoadPermissionModifications | undefined;
|
|
1006
|
+
Description?: string | undefined;
|
|
1007
|
+
Name?: string | undefined;
|
|
840
1008
|
}
|
|
841
|
-
export
|
|
842
|
-
|
|
843
|
-
readonly block_new_sharing: "block-new-sharing";
|
|
844
|
-
readonly unblocked: "unblocked";
|
|
845
|
-
};
|
|
846
|
-
export type SnapshotBlockPublicAccessState =
|
|
847
|
-
(typeof SnapshotBlockPublicAccessState)[keyof typeof SnapshotBlockPublicAccessState];
|
|
848
|
-
export interface DisableSnapshotBlockPublicAccessResult {
|
|
849
|
-
State?: SnapshotBlockPublicAccessState | undefined;
|
|
1009
|
+
export interface ModifyFpgaImageAttributeResult {
|
|
1010
|
+
FpgaImageAttribute?: FpgaImageAttribute | undefined;
|
|
850
1011
|
}
|
|
851
|
-
export interface
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
1012
|
+
export interface ModifyHostsRequest {
|
|
1013
|
+
HostRecovery?: HostRecovery | undefined;
|
|
1014
|
+
InstanceType?: string | undefined;
|
|
1015
|
+
InstanceFamily?: string | undefined;
|
|
1016
|
+
HostMaintenance?: HostMaintenance | undefined;
|
|
1017
|
+
HostIds: string[] | undefined;
|
|
1018
|
+
AutoPlacement?: AutoPlacement | undefined;
|
|
1019
|
+
}
|
|
1020
|
+
export interface ModifyHostsResult {
|
|
1021
|
+
Successful?: string[] | undefined;
|
|
1022
|
+
Unsuccessful?: UnsuccessfulItem[] | undefined;
|
|
1023
|
+
}
|
|
1024
|
+
export interface ModifyIdentityIdFormatRequest {
|
|
1025
|
+
Resource: string | undefined;
|
|
1026
|
+
UseLongIds: boolean | undefined;
|
|
1027
|
+
PrincipalArn: string | undefined;
|
|
1028
|
+
}
|
|
1029
|
+
export interface ModifyIdFormatRequest {
|
|
1030
|
+
Resource: string | undefined;
|
|
1031
|
+
UseLongIds: boolean | undefined;
|
|
1032
|
+
}
|
|
1033
|
+
export interface LaunchPermissionModifications {
|
|
1034
|
+
Add?: LaunchPermission[] | undefined;
|
|
1035
|
+
Remove?: LaunchPermission[] | undefined;
|
|
1036
|
+
}
|
|
1037
|
+
export interface ModifyImageAttributeRequest {
|
|
1038
|
+
Attribute?: string | undefined;
|
|
1039
|
+
Description?: AttributeValue | undefined;
|
|
1040
|
+
ImageId: string | undefined;
|
|
1041
|
+
LaunchPermission?: LaunchPermissionModifications | undefined;
|
|
1042
|
+
OperationType?: OperationType | undefined;
|
|
1043
|
+
ProductCodes?: string[] | undefined;
|
|
1044
|
+
UserGroups?: string[] | undefined;
|
|
1045
|
+
UserIds?: string[] | undefined;
|
|
1046
|
+
Value?: string | undefined;
|
|
1047
|
+
OrganizationArns?: string[] | undefined;
|
|
1048
|
+
OrganizationalUnitArns?: string[] | undefined;
|
|
1049
|
+
ImdsSupport?: AttributeValue | undefined;
|
|
1050
|
+
DryRun?: boolean | undefined;
|
|
1051
|
+
}
|
|
1052
|
+
export interface EbsInstanceBlockDeviceSpecification {
|
|
1053
|
+
VolumeId?: string | undefined;
|
|
1054
|
+
DeleteOnTermination?: boolean | undefined;
|
|
856
1055
|
}
|
|
857
|
-
export
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
};
|
|
863
|
-
export type TransitGatewayPropagationState =
|
|
864
|
-
(typeof TransitGatewayPropagationState)[keyof typeof TransitGatewayPropagationState];
|
|
865
|
-
export interface TransitGatewayPropagation {
|
|
866
|
-
TransitGatewayAttachmentId?: string | undefined;
|
|
867
|
-
ResourceId?: string | undefined;
|
|
868
|
-
ResourceType?: TransitGatewayAttachmentResourceType | undefined;
|
|
869
|
-
TransitGatewayRouteTableId?: string | undefined;
|
|
870
|
-
State?: TransitGatewayPropagationState | undefined;
|
|
871
|
-
TransitGatewayRouteTableAnnouncementId?: string | undefined;
|
|
1056
|
+
export interface InstanceBlockDeviceMappingSpecification {
|
|
1057
|
+
DeviceName?: string | undefined;
|
|
1058
|
+
Ebs?: EbsInstanceBlockDeviceSpecification | undefined;
|
|
1059
|
+
VirtualName?: string | undefined;
|
|
1060
|
+
NoDevice?: string | undefined;
|
|
872
1061
|
}
|
|
873
|
-
export interface
|
|
874
|
-
|
|
1062
|
+
export interface BlobAttributeValue {
|
|
1063
|
+
Value?: Uint8Array | undefined;
|
|
875
1064
|
}
|
|
876
|
-
export interface
|
|
877
|
-
|
|
878
|
-
|
|
1065
|
+
export interface ModifyInstanceAttributeRequest {
|
|
1066
|
+
SourceDestCheck?: AttributeBooleanValue | undefined;
|
|
1067
|
+
DisableApiStop?: AttributeBooleanValue | undefined;
|
|
879
1068
|
DryRun?: boolean | undefined;
|
|
880
|
-
|
|
881
|
-
|
|
1069
|
+
InstanceId: string | undefined;
|
|
1070
|
+
Attribute?: InstanceAttributeName | undefined;
|
|
1071
|
+
Value?: string | undefined;
|
|
1072
|
+
BlockDeviceMappings?: InstanceBlockDeviceMappingSpecification[] | undefined;
|
|
1073
|
+
DisableApiTermination?: AttributeBooleanValue | undefined;
|
|
1074
|
+
InstanceType?: AttributeValue | undefined;
|
|
1075
|
+
Kernel?: AttributeValue | undefined;
|
|
1076
|
+
Ramdisk?: AttributeValue | undefined;
|
|
1077
|
+
UserData?: BlobAttributeValue | undefined;
|
|
1078
|
+
InstanceInitiatedShutdownBehavior?: AttributeValue | undefined;
|
|
1079
|
+
Groups?: string[] | undefined;
|
|
1080
|
+
EbsOptimized?: AttributeBooleanValue | undefined;
|
|
1081
|
+
SriovNetSupport?: AttributeValue | undefined;
|
|
1082
|
+
EnaSupport?: AttributeBooleanValue | undefined;
|
|
1083
|
+
}
|
|
1084
|
+
export interface CapacityReservationSpecification {
|
|
1085
|
+
CapacityReservationPreference?: CapacityReservationPreference | undefined;
|
|
1086
|
+
CapacityReservationTarget?: CapacityReservationTarget | undefined;
|
|
1087
|
+
}
|
|
1088
|
+
export interface ModifyInstanceCapacityReservationAttributesRequest {
|
|
1089
|
+
InstanceId: string | undefined;
|
|
1090
|
+
CapacityReservationSpecification:
|
|
1091
|
+
| CapacityReservationSpecification
|
|
1092
|
+
| undefined;
|
|
882
1093
|
DryRun?: boolean | undefined;
|
|
883
|
-
VpcId: string | undefined;
|
|
884
1094
|
}
|
|
885
|
-
export interface
|
|
1095
|
+
export interface ModifyInstanceCapacityReservationAttributesResult {
|
|
886
1096
|
Return?: boolean | undefined;
|
|
887
1097
|
}
|
|
888
|
-
export interface
|
|
889
|
-
|
|
1098
|
+
export interface ModifyInstanceConnectEndpointRequest {
|
|
1099
|
+
DryRun?: boolean | undefined;
|
|
1100
|
+
InstanceConnectEndpointId: string | undefined;
|
|
1101
|
+
IpAddressType?: IpAddressType | undefined;
|
|
1102
|
+
SecurityGroupIds?: string[] | undefined;
|
|
1103
|
+
PreserveClientIp?: boolean | undefined;
|
|
890
1104
|
}
|
|
891
|
-
export interface
|
|
1105
|
+
export interface ModifyInstanceConnectEndpointResult {
|
|
892
1106
|
Return?: boolean | undefined;
|
|
893
1107
|
}
|
|
894
|
-
export interface
|
|
895
|
-
|
|
896
|
-
|
|
1108
|
+
export interface ModifyInstanceCpuOptionsRequest {
|
|
1109
|
+
InstanceId: string | undefined;
|
|
1110
|
+
CoreCount: number | undefined;
|
|
1111
|
+
ThreadsPerCore: number | undefined;
|
|
897
1112
|
DryRun?: boolean | undefined;
|
|
898
1113
|
}
|
|
899
|
-
export interface
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
1114
|
+
export interface ModifyInstanceCpuOptionsResult {
|
|
1115
|
+
InstanceId?: string | undefined;
|
|
1116
|
+
CoreCount?: number | undefined;
|
|
1117
|
+
ThreadsPerCore?: number | undefined;
|
|
903
1118
|
}
|
|
904
|
-
export interface
|
|
905
|
-
|
|
1119
|
+
export interface InstanceCreditSpecificationRequest {
|
|
1120
|
+
InstanceId: string | undefined;
|
|
1121
|
+
CpuCredits?: string | undefined;
|
|
906
1122
|
}
|
|
907
|
-
export interface
|
|
908
|
-
ClientVpnEndpointId: string | undefined;
|
|
909
|
-
AssociationId: string | undefined;
|
|
1123
|
+
export interface ModifyInstanceCreditSpecificationRequest {
|
|
910
1124
|
DryRun?: boolean | undefined;
|
|
1125
|
+
ClientToken?: string | undefined;
|
|
1126
|
+
InstanceCreditSpecifications:
|
|
1127
|
+
| InstanceCreditSpecificationRequest[]
|
|
1128
|
+
| undefined;
|
|
911
1129
|
}
|
|
912
|
-
export interface
|
|
913
|
-
|
|
914
|
-
Status?: AssociationStatus | undefined;
|
|
1130
|
+
export interface SuccessfulInstanceCreditSpecificationItem {
|
|
1131
|
+
InstanceId?: string | undefined;
|
|
915
1132
|
}
|
|
916
|
-
export interface
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
DryRun?: boolean | undefined;
|
|
1133
|
+
export interface UnsuccessfulInstanceCreditSpecificationItemError {
|
|
1134
|
+
Code?: UnsuccessfulInstanceCreditSpecificationErrorCode | undefined;
|
|
1135
|
+
Message?: string | undefined;
|
|
920
1136
|
}
|
|
921
|
-
export interface
|
|
922
|
-
|
|
1137
|
+
export interface UnsuccessfulInstanceCreditSpecificationItem {
|
|
1138
|
+
InstanceId?: string | undefined;
|
|
1139
|
+
Error?: UnsuccessfulInstanceCreditSpecificationItemError | undefined;
|
|
923
1140
|
}
|
|
924
|
-
export interface
|
|
925
|
-
|
|
1141
|
+
export interface ModifyInstanceCreditSpecificationResult {
|
|
1142
|
+
SuccessfulInstanceCreditSpecifications?:
|
|
1143
|
+
| SuccessfulInstanceCreditSpecificationItem[]
|
|
1144
|
+
| undefined;
|
|
1145
|
+
UnsuccessfulInstanceCreditSpecifications?:
|
|
1146
|
+
| UnsuccessfulInstanceCreditSpecificationItem[]
|
|
1147
|
+
| undefined;
|
|
926
1148
|
}
|
|
927
|
-
export interface
|
|
928
|
-
|
|
1149
|
+
export interface ModifyInstanceEventStartTimeRequest {
|
|
1150
|
+
DryRun?: boolean | undefined;
|
|
1151
|
+
InstanceId: string | undefined;
|
|
1152
|
+
InstanceEventId: string | undefined;
|
|
1153
|
+
NotBefore: Date | undefined;
|
|
929
1154
|
}
|
|
930
|
-
export interface
|
|
931
|
-
|
|
932
|
-
InstanceTags?: Tag[] | undefined;
|
|
933
|
-
DedicatedHostIds?: string[] | undefined;
|
|
1155
|
+
export interface ModifyInstanceEventStartTimeResult {
|
|
1156
|
+
Event?: InstanceStatusEvent | undefined;
|
|
934
1157
|
}
|
|
935
|
-
export interface
|
|
1158
|
+
export interface ModifyInstanceEventWindowRequest {
|
|
936
1159
|
DryRun?: boolean | undefined;
|
|
1160
|
+
Name?: string | undefined;
|
|
937
1161
|
InstanceEventWindowId: string | undefined;
|
|
938
|
-
|
|
1162
|
+
TimeRanges?: InstanceEventWindowTimeRangeRequest[] | undefined;
|
|
1163
|
+
CronExpression?: string | undefined;
|
|
939
1164
|
}
|
|
940
|
-
export interface
|
|
1165
|
+
export interface ModifyInstanceEventWindowResult {
|
|
941
1166
|
InstanceEventWindow?: InstanceEventWindow | undefined;
|
|
942
1167
|
}
|
|
943
|
-
export interface
|
|
1168
|
+
export interface ModifyInstanceMaintenanceOptionsRequest {
|
|
1169
|
+
InstanceId: string | undefined;
|
|
1170
|
+
AutoRecovery?: InstanceAutoRecoveryState | undefined;
|
|
1171
|
+
RebootMigration?: InstanceRebootMigrationState | undefined;
|
|
944
1172
|
DryRun?: boolean | undefined;
|
|
945
|
-
Asn: string | undefined;
|
|
946
|
-
Cidr: string | undefined;
|
|
947
1173
|
}
|
|
948
|
-
export interface
|
|
949
|
-
|
|
1174
|
+
export interface ModifyInstanceMaintenanceOptionsResult {
|
|
1175
|
+
InstanceId?: string | undefined;
|
|
1176
|
+
AutoRecovery?: InstanceAutoRecoveryState | undefined;
|
|
1177
|
+
RebootMigration?: InstanceRebootMigrationState | undefined;
|
|
950
1178
|
}
|
|
951
|
-
export interface
|
|
1179
|
+
export interface ModifyInstanceMetadataDefaultsRequest {
|
|
1180
|
+
HttpTokens?: MetadataDefaultHttpTokensState | undefined;
|
|
1181
|
+
HttpPutResponseHopLimit?: number | undefined;
|
|
1182
|
+
HttpEndpoint?: DefaultInstanceMetadataEndpointState | undefined;
|
|
1183
|
+
InstanceMetadataTags?: DefaultInstanceMetadataTagsState | undefined;
|
|
952
1184
|
DryRun?: boolean | undefined;
|
|
953
|
-
IpamResourceDiscoveryAssociationId: string | undefined;
|
|
954
1185
|
}
|
|
955
|
-
export interface
|
|
956
|
-
|
|
957
|
-
| IpamResourceDiscoveryAssociation
|
|
958
|
-
| undefined;
|
|
1186
|
+
export interface ModifyInstanceMetadataDefaultsResult {
|
|
1187
|
+
Return?: boolean | undefined;
|
|
959
1188
|
}
|
|
960
|
-
export interface
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
1189
|
+
export interface ModifyInstanceMetadataOptionsRequest {
|
|
1190
|
+
InstanceId: string | undefined;
|
|
1191
|
+
HttpTokens?: HttpTokensState | undefined;
|
|
1192
|
+
HttpPutResponseHopLimit?: number | undefined;
|
|
1193
|
+
HttpEndpoint?: InstanceMetadataEndpointState | undefined;
|
|
964
1194
|
DryRun?: boolean | undefined;
|
|
1195
|
+
HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
|
|
1196
|
+
InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
|
|
965
1197
|
}
|
|
966
|
-
export interface
|
|
967
|
-
|
|
968
|
-
|
|
1198
|
+
export interface ModifyInstanceMetadataOptionsResult {
|
|
1199
|
+
InstanceId?: string | undefined;
|
|
1200
|
+
InstanceMetadataOptions?: InstanceMetadataOptionsResponse | undefined;
|
|
969
1201
|
}
|
|
970
|
-
export interface
|
|
971
|
-
|
|
972
|
-
|
|
1202
|
+
export interface ModifyInstanceNetworkPerformanceRequest {
|
|
1203
|
+
InstanceId: string | undefined;
|
|
1204
|
+
BandwidthWeighting: InstanceBandwidthWeighting | undefined;
|
|
973
1205
|
DryRun?: boolean | undefined;
|
|
974
1206
|
}
|
|
975
|
-
export interface
|
|
976
|
-
|
|
1207
|
+
export interface ModifyInstanceNetworkPerformanceResult {
|
|
1208
|
+
InstanceId?: string | undefined;
|
|
1209
|
+
BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
|
|
977
1210
|
}
|
|
978
|
-
export interface
|
|
979
|
-
|
|
980
|
-
|
|
1211
|
+
export interface ModifyInstancePlacementRequest {
|
|
1212
|
+
GroupName?: string | undefined;
|
|
1213
|
+
PartitionNumber?: number | undefined;
|
|
1214
|
+
HostResourceGroupArn?: string | undefined;
|
|
1215
|
+
GroupId?: string | undefined;
|
|
1216
|
+
InstanceId: string | undefined;
|
|
1217
|
+
Tenancy?: HostTenancy | undefined;
|
|
1218
|
+
Affinity?: Affinity | undefined;
|
|
1219
|
+
HostId?: string | undefined;
|
|
981
1220
|
}
|
|
982
|
-
export interface
|
|
983
|
-
|
|
984
|
-
VpcId: string | undefined;
|
|
985
|
-
DryRun?: boolean | undefined;
|
|
1221
|
+
export interface ModifyInstancePlacementResult {
|
|
1222
|
+
Return?: boolean | undefined;
|
|
986
1223
|
}
|
|
987
|
-
export interface
|
|
988
|
-
|
|
1224
|
+
export interface RemoveIpamOperatingRegion {
|
|
1225
|
+
RegionName?: string | undefined;
|
|
989
1226
|
}
|
|
990
|
-
export interface
|
|
991
|
-
|
|
1227
|
+
export interface ModifyIpamRequest {
|
|
1228
|
+
DryRun?: boolean | undefined;
|
|
1229
|
+
IpamId: string | undefined;
|
|
1230
|
+
Description?: string | undefined;
|
|
1231
|
+
AddOperatingRegions?: AddIpamOperatingRegion[] | undefined;
|
|
1232
|
+
RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | undefined;
|
|
1233
|
+
Tier?: IpamTier | undefined;
|
|
1234
|
+
EnablePrivateGua?: boolean | undefined;
|
|
1235
|
+
MeteredAccount?: IpamMeteredAccount | undefined;
|
|
992
1236
|
}
|
|
993
|
-
export interface
|
|
994
|
-
|
|
995
|
-
SubnetId?: string | undefined;
|
|
1237
|
+
export interface ModifyIpamResult {
|
|
1238
|
+
Ipam?: Ipam | undefined;
|
|
996
1239
|
}
|
|
997
|
-
export interface
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1240
|
+
export interface IpamPolicyAllocationRuleRequest {
|
|
1241
|
+
SourceIpamPoolId?: string | undefined;
|
|
1242
|
+
}
|
|
1243
|
+
export interface ModifyIpamPolicyAllocationRulesRequest {
|
|
1001
1244
|
DryRun?: boolean | undefined;
|
|
1245
|
+
IpamPolicyId: string | undefined;
|
|
1246
|
+
Locale: string | undefined;
|
|
1247
|
+
ResourceType: IpamPolicyResourceType | undefined;
|
|
1248
|
+
AllocationRules?: IpamPolicyAllocationRuleRequest[] | undefined;
|
|
1002
1249
|
}
|
|
1003
|
-
export interface
|
|
1004
|
-
|
|
1250
|
+
export interface ModifyIpamPolicyAllocationRulesResult {
|
|
1251
|
+
IpamPolicyDocument?: IpamPolicyDocument | undefined;
|
|
1005
1252
|
}
|
|
1006
|
-
export interface
|
|
1007
|
-
TransitGatewayPolicyTableId: string | undefined;
|
|
1008
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1253
|
+
export interface ModifyIpamPoolRequest {
|
|
1009
1254
|
DryRun?: boolean | undefined;
|
|
1255
|
+
IpamPoolId: string | undefined;
|
|
1256
|
+
Description?: string | undefined;
|
|
1257
|
+
AutoImport?: boolean | undefined;
|
|
1258
|
+
AllocationMinNetmaskLength?: number | undefined;
|
|
1259
|
+
AllocationMaxNetmaskLength?: number | undefined;
|
|
1260
|
+
AllocationDefaultNetmaskLength?: number | undefined;
|
|
1261
|
+
ClearAllocationDefaultNetmaskLength?: boolean | undefined;
|
|
1262
|
+
AddAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
|
|
1263
|
+
RemoveAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
|
|
1010
1264
|
}
|
|
1011
|
-
export interface
|
|
1012
|
-
|
|
1265
|
+
export interface ModifyIpamPoolResult {
|
|
1266
|
+
IpamPool?: IpamPool | undefined;
|
|
1013
1267
|
}
|
|
1014
|
-
export interface
|
|
1015
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
1016
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1268
|
+
export interface ModifyIpamPrefixListResolverRequest {
|
|
1017
1269
|
DryRun?: boolean | undefined;
|
|
1270
|
+
IpamPrefixListResolverId: string | undefined;
|
|
1271
|
+
Description?: string | undefined;
|
|
1272
|
+
Rules?: IpamPrefixListResolverRuleRequest[] | undefined;
|
|
1018
1273
|
}
|
|
1019
|
-
export interface
|
|
1020
|
-
|
|
1274
|
+
export interface ModifyIpamPrefixListResolverResult {
|
|
1275
|
+
IpamPrefixListResolver?: IpamPrefixListResolver | undefined;
|
|
1021
1276
|
}
|
|
1022
|
-
export interface
|
|
1023
|
-
AssociationId: string | undefined;
|
|
1024
|
-
ClientToken?: string | undefined;
|
|
1277
|
+
export interface ModifyIpamPrefixListResolverTargetRequest {
|
|
1025
1278
|
DryRun?: boolean | undefined;
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1279
|
+
IpamPrefixListResolverTargetId: string | undefined;
|
|
1280
|
+
DesiredVersion?: number | undefined;
|
|
1281
|
+
TrackLatestVersion?: boolean | undefined;
|
|
1029
1282
|
ClientToken?: string | undefined;
|
|
1030
1283
|
}
|
|
1031
|
-
export interface
|
|
1032
|
-
|
|
1033
|
-
}
|
|
1034
|
-
export interface DisassociateVpcCidrBlockResult {
|
|
1035
|
-
Ipv6CidrBlockAssociation?: VpcIpv6CidrBlockAssociation | undefined;
|
|
1036
|
-
CidrBlockAssociation?: VpcCidrBlockAssociation | undefined;
|
|
1037
|
-
VpcId?: string | undefined;
|
|
1284
|
+
export interface ModifyIpamPrefixListResolverTargetResult {
|
|
1285
|
+
IpamPrefixListResolverTarget?: IpamPrefixListResolverTarget | undefined;
|
|
1038
1286
|
}
|
|
1039
|
-
export interface
|
|
1040
|
-
AllocationId: string | undefined;
|
|
1041
|
-
TransferAccountId: string | undefined;
|
|
1287
|
+
export interface ModifyIpamResourceCidrRequest {
|
|
1042
1288
|
DryRun?: boolean | undefined;
|
|
1289
|
+
ResourceId: string | undefined;
|
|
1290
|
+
ResourceCidr: string | undefined;
|
|
1291
|
+
ResourceRegion: string | undefined;
|
|
1292
|
+
CurrentIpamScopeId: string | undefined;
|
|
1293
|
+
DestinationIpamScopeId?: string | undefined;
|
|
1294
|
+
Monitored: boolean | undefined;
|
|
1043
1295
|
}
|
|
1044
|
-
export interface
|
|
1045
|
-
|
|
1296
|
+
export interface ModifyIpamResourceCidrResult {
|
|
1297
|
+
IpamResourceCidr?: IpamResourceCidr | undefined;
|
|
1046
1298
|
}
|
|
1047
|
-
export interface
|
|
1048
|
-
|
|
1049
|
-
DryRun?: boolean | undefined;
|
|
1299
|
+
export interface RemoveIpamOrganizationalUnitExclusion {
|
|
1300
|
+
OrganizationsEntityPath?: string | undefined;
|
|
1050
1301
|
}
|
|
1051
|
-
export interface
|
|
1052
|
-
AllowedImagesSettingsState?: AllowedImagesSettingsEnabledState | undefined;
|
|
1053
|
-
}
|
|
1054
|
-
export interface EnableAwsNetworkPerformanceMetricSubscriptionRequest {
|
|
1055
|
-
Source?: string | undefined;
|
|
1056
|
-
Destination?: string | undefined;
|
|
1057
|
-
Metric?: MetricType | undefined;
|
|
1058
|
-
Statistic?: StatisticType | undefined;
|
|
1302
|
+
export interface ModifyIpamResourceDiscoveryRequest {
|
|
1059
1303
|
DryRun?: boolean | undefined;
|
|
1304
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
1305
|
+
Description?: string | undefined;
|
|
1306
|
+
AddOperatingRegions?: AddIpamOperatingRegion[] | undefined;
|
|
1307
|
+
RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | undefined;
|
|
1308
|
+
AddOrganizationalUnitExclusions?:
|
|
1309
|
+
| AddIpamOrganizationalUnitExclusion[]
|
|
1310
|
+
| undefined;
|
|
1311
|
+
RemoveOrganizationalUnitExclusions?:
|
|
1312
|
+
| RemoveIpamOrganizationalUnitExclusion[]
|
|
1313
|
+
| undefined;
|
|
1060
1314
|
}
|
|
1061
|
-
export interface
|
|
1062
|
-
|
|
1315
|
+
export interface ModifyIpamResourceDiscoveryResult {
|
|
1316
|
+
IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
|
|
1063
1317
|
}
|
|
1064
|
-
export interface
|
|
1065
|
-
OrganizationsAccess?: boolean | undefined;
|
|
1318
|
+
export interface ModifyIpamScopeRequest {
|
|
1066
1319
|
DryRun?: boolean | undefined;
|
|
1067
|
-
|
|
1320
|
+
IpamScopeId: string | undefined;
|
|
1321
|
+
Description?: string | undefined;
|
|
1322
|
+
ExternalAuthorityConfiguration?: ExternalAuthorityConfiguration | undefined;
|
|
1323
|
+
RemoveExternalAuthorityConfiguration?: boolean | undefined;
|
|
1068
1324
|
}
|
|
1069
|
-
export interface
|
|
1070
|
-
|
|
1071
|
-
OrganizationsAccess?: boolean | undefined;
|
|
1325
|
+
export interface ModifyIpamScopeResult {
|
|
1326
|
+
IpamScope?: IpamScope | undefined;
|
|
1072
1327
|
}
|
|
1073
|
-
export interface
|
|
1328
|
+
export interface ModifyLaunchTemplateRequest {
|
|
1074
1329
|
DryRun?: boolean | undefined;
|
|
1075
|
-
|
|
1076
|
-
export interface EnableEbsEncryptionByDefaultResult {
|
|
1077
|
-
EbsEncryptionByDefault?: boolean | undefined;
|
|
1078
|
-
}
|
|
1079
|
-
export interface FastLaunchLaunchTemplateSpecificationRequest {
|
|
1330
|
+
ClientToken?: string | undefined;
|
|
1080
1331
|
LaunchTemplateId?: string | undefined;
|
|
1081
1332
|
LaunchTemplateName?: string | undefined;
|
|
1082
|
-
|
|
1333
|
+
DefaultVersion?: string | undefined;
|
|
1083
1334
|
}
|
|
1084
|
-
export interface
|
|
1085
|
-
|
|
1335
|
+
export interface ModifyLaunchTemplateResult {
|
|
1336
|
+
LaunchTemplate?: LaunchTemplate | undefined;
|
|
1086
1337
|
}
|
|
1087
|
-
export interface
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
MaxParallelLaunches?: number | undefined;
|
|
1338
|
+
export interface ModifyLocalGatewayRouteRequest {
|
|
1339
|
+
DestinationCidrBlock?: string | undefined;
|
|
1340
|
+
LocalGatewayRouteTableId: string | undefined;
|
|
1341
|
+
LocalGatewayVirtualInterfaceGroupId?: string | undefined;
|
|
1342
|
+
NetworkInterfaceId?: string | undefined;
|
|
1093
1343
|
DryRun?: boolean | undefined;
|
|
1344
|
+
DestinationPrefixListId?: string | undefined;
|
|
1094
1345
|
}
|
|
1095
|
-
export interface
|
|
1096
|
-
|
|
1097
|
-
ResourceType?: FastLaunchResourceType | undefined;
|
|
1098
|
-
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
|
|
1099
|
-
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
|
|
1100
|
-
MaxParallelLaunches?: number | undefined;
|
|
1101
|
-
OwnerId?: string | undefined;
|
|
1102
|
-
State?: FastLaunchStateCode | undefined;
|
|
1103
|
-
StateTransitionReason?: string | undefined;
|
|
1104
|
-
StateTransitionTime?: Date | undefined;
|
|
1105
|
-
}
|
|
1106
|
-
export interface EnableFastSnapshotRestoresRequest {
|
|
1107
|
-
AvailabilityZones?: string[] | undefined;
|
|
1108
|
-
AvailabilityZoneIds?: string[] | undefined;
|
|
1109
|
-
SourceSnapshotIds: string[] | undefined;
|
|
1110
|
-
DryRun?: boolean | undefined;
|
|
1346
|
+
export interface ModifyLocalGatewayRouteResult {
|
|
1347
|
+
Route?: LocalGatewayRoute | undefined;
|
|
1111
1348
|
}
|
|
1112
|
-
export interface
|
|
1113
|
-
|
|
1114
|
-
AvailabilityZone?: string | undefined;
|
|
1115
|
-
AvailabilityZoneId?: string | undefined;
|
|
1116
|
-
State?: FastSnapshotRestoreStateCode | undefined;
|
|
1117
|
-
StateTransitionReason?: string | undefined;
|
|
1118
|
-
OwnerId?: string | undefined;
|
|
1119
|
-
OwnerAlias?: string | undefined;
|
|
1120
|
-
EnablingTime?: Date | undefined;
|
|
1121
|
-
OptimizingTime?: Date | undefined;
|
|
1122
|
-
EnabledTime?: Date | undefined;
|
|
1123
|
-
DisablingTime?: Date | undefined;
|
|
1124
|
-
DisabledTime?: Date | undefined;
|
|
1125
|
-
}
|
|
1126
|
-
export interface EnableFastSnapshotRestoreStateError {
|
|
1127
|
-
Code?: string | undefined;
|
|
1128
|
-
Message?: string | undefined;
|
|
1129
|
-
}
|
|
1130
|
-
export interface EnableFastSnapshotRestoreStateErrorItem {
|
|
1131
|
-
AvailabilityZone?: string | undefined;
|
|
1132
|
-
AvailabilityZoneId?: string | undefined;
|
|
1133
|
-
Error?: EnableFastSnapshotRestoreStateError | undefined;
|
|
1349
|
+
export interface RemovePrefixListEntry {
|
|
1350
|
+
Cidr: string | undefined;
|
|
1134
1351
|
}
|
|
1135
|
-
export interface
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1352
|
+
export interface ModifyManagedPrefixListRequest {
|
|
1353
|
+
DryRun?: boolean | undefined;
|
|
1354
|
+
PrefixListId: string | undefined;
|
|
1355
|
+
CurrentVersion?: number | undefined;
|
|
1356
|
+
PrefixListName?: string | undefined;
|
|
1357
|
+
AddEntries?: AddPrefixListEntry[] | undefined;
|
|
1358
|
+
RemoveEntries?: RemovePrefixListEntry[] | undefined;
|
|
1359
|
+
MaxEntries?: number | undefined;
|
|
1360
|
+
IpamPrefixListResolverSyncEnabled?: boolean | undefined;
|
|
1361
|
+
}
|
|
1362
|
+
export interface ModifyManagedPrefixListResult {
|
|
1363
|
+
PrefixList?: ManagedPrefixList | undefined;
|
|
1364
|
+
}
|
|
1365
|
+
export interface NetworkInterfaceAttachmentChanges {
|
|
1366
|
+
DefaultEnaQueueCount?: boolean | undefined;
|
|
1367
|
+
EnaQueueCount?: number | undefined;
|
|
1368
|
+
AttachmentId?: string | undefined;
|
|
1369
|
+
DeleteOnTermination?: boolean | undefined;
|
|
1370
|
+
}
|
|
1371
|
+
export interface ModifyNetworkInterfaceAttributeRequest {
|
|
1372
|
+
EnaSrdSpecification?: EnaSrdSpecification | undefined;
|
|
1373
|
+
EnablePrimaryIpv6?: boolean | undefined;
|
|
1374
|
+
ConnectionTrackingSpecification?:
|
|
1375
|
+
| ConnectionTrackingSpecificationRequest
|
|
1139
1376
|
| undefined;
|
|
1377
|
+
AssociatePublicIpAddress?: boolean | undefined;
|
|
1378
|
+
AssociatedSubnetIds?: string[] | undefined;
|
|
1379
|
+
DryRun?: boolean | undefined;
|
|
1380
|
+
NetworkInterfaceId: string | undefined;
|
|
1381
|
+
Description?: AttributeValue | undefined;
|
|
1382
|
+
SourceDestCheck?: AttributeBooleanValue | undefined;
|
|
1383
|
+
Groups?: string[] | undefined;
|
|
1384
|
+
Attachment?: NetworkInterfaceAttachmentChanges | undefined;
|
|
1140
1385
|
}
|
|
1141
|
-
export interface
|
|
1142
|
-
Successful?: EnableFastSnapshotRestoreSuccessItem[] | undefined;
|
|
1143
|
-
Unsuccessful?: EnableFastSnapshotRestoreErrorItem[] | undefined;
|
|
1144
|
-
}
|
|
1145
|
-
export interface EnableImageRequest {
|
|
1146
|
-
ImageId: string | undefined;
|
|
1386
|
+
export interface ModifyPrivateDnsNameOptionsRequest {
|
|
1147
1387
|
DryRun?: boolean | undefined;
|
|
1388
|
+
InstanceId: string | undefined;
|
|
1389
|
+
PrivateDnsHostnameType?: HostnameType | undefined;
|
|
1390
|
+
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
1391
|
+
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
1148
1392
|
}
|
|
1149
|
-
export interface
|
|
1393
|
+
export interface ModifyPrivateDnsNameOptionsResult {
|
|
1150
1394
|
Return?: boolean | undefined;
|
|
1151
1395
|
}
|
|
1152
|
-
export
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
export type ImageBlockPublicAccessEnabledState =
|
|
1156
|
-
(typeof ImageBlockPublicAccessEnabledState)[keyof typeof ImageBlockPublicAccessEnabledState];
|
|
1157
|
-
export interface EnableImageBlockPublicAccessRequest {
|
|
1158
|
-
ImageBlockPublicAccessState: ImageBlockPublicAccessEnabledState | undefined;
|
|
1396
|
+
export interface ModifyPublicIpDnsNameOptionsRequest {
|
|
1397
|
+
NetworkInterfaceId: string | undefined;
|
|
1398
|
+
HostnameType: PublicIpDnsOption | undefined;
|
|
1159
1399
|
DryRun?: boolean | undefined;
|
|
1160
1400
|
}
|
|
1161
|
-
export interface
|
|
1162
|
-
|
|
1401
|
+
export interface ModifyPublicIpDnsNameOptionsResult {
|
|
1402
|
+
Successful?: boolean | undefined;
|
|
1163
1403
|
}
|
|
1164
|
-
export interface
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1404
|
+
export interface ModifyReservedInstancesRequest {
|
|
1405
|
+
ReservedInstancesIds: string[] | undefined;
|
|
1406
|
+
ClientToken?: string | undefined;
|
|
1407
|
+
TargetConfigurations: ReservedInstancesConfiguration[] | undefined;
|
|
1168
1408
|
}
|
|
1169
|
-
export interface
|
|
1170
|
-
|
|
1409
|
+
export interface ModifyReservedInstancesResult {
|
|
1410
|
+
ReservedInstancesModificationId?: string | undefined;
|
|
1171
1411
|
}
|
|
1172
|
-
export interface
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1412
|
+
export interface ModifyRouteServerRequest {
|
|
1413
|
+
RouteServerId: string | undefined;
|
|
1414
|
+
PersistRoutes?: RouteServerPersistRoutesAction | undefined;
|
|
1415
|
+
PersistRoutesDuration?: number | undefined;
|
|
1416
|
+
SnsNotificationsEnabled?: boolean | undefined;
|
|
1417
|
+
DryRun?: boolean | undefined;
|
|
1418
|
+
}
|
|
1419
|
+
export interface ModifyRouteServerResult {
|
|
1420
|
+
RouteServer?: RouteServer | undefined;
|
|
1421
|
+
}
|
|
1422
|
+
export interface SecurityGroupRuleRequest {
|
|
1423
|
+
IpProtocol?: string | undefined;
|
|
1424
|
+
FromPort?: number | undefined;
|
|
1425
|
+
ToPort?: number | undefined;
|
|
1426
|
+
CidrIpv4?: string | undefined;
|
|
1427
|
+
CidrIpv6?: string | undefined;
|
|
1428
|
+
PrefixListId?: string | undefined;
|
|
1429
|
+
ReferencedGroupId?: string | undefined;
|
|
1430
|
+
Description?: string | undefined;
|
|
1176
1431
|
}
|
|
1177
|
-
export interface
|
|
1178
|
-
|
|
1432
|
+
export interface SecurityGroupRuleUpdate {
|
|
1433
|
+
SecurityGroupRuleId: string | undefined;
|
|
1434
|
+
SecurityGroupRule?: SecurityGroupRuleRequest | undefined;
|
|
1179
1435
|
}
|
|
1180
|
-
export interface
|
|
1181
|
-
|
|
1182
|
-
|
|
1436
|
+
export interface ModifySecurityGroupRulesRequest {
|
|
1437
|
+
GroupId: string | undefined;
|
|
1438
|
+
SecurityGroupRules: SecurityGroupRuleUpdate[] | undefined;
|
|
1183
1439
|
DryRun?: boolean | undefined;
|
|
1184
1440
|
}
|
|
1185
|
-
export interface
|
|
1186
|
-
|
|
1441
|
+
export interface ModifySecurityGroupRulesResult {
|
|
1442
|
+
Return?: boolean | undefined;
|
|
1187
1443
|
}
|
|
1188
|
-
export interface
|
|
1189
|
-
|
|
1190
|
-
|
|
1444
|
+
export interface CreateVolumePermissionModifications {
|
|
1445
|
+
Add?: CreateVolumePermission[] | undefined;
|
|
1446
|
+
Remove?: CreateVolumePermission[] | undefined;
|
|
1191
1447
|
}
|
|
1192
|
-
export interface
|
|
1193
|
-
|
|
1448
|
+
export interface ModifySnapshotAttributeRequest {
|
|
1449
|
+
Attribute?: SnapshotAttributeName | undefined;
|
|
1450
|
+
CreateVolumePermission?: CreateVolumePermissionModifications | undefined;
|
|
1451
|
+
GroupNames?: string[] | undefined;
|
|
1452
|
+
OperationType?: OperationType | undefined;
|
|
1453
|
+
SnapshotId: string | undefined;
|
|
1454
|
+
UserIds?: string[] | undefined;
|
|
1455
|
+
DryRun?: boolean | undefined;
|
|
1194
1456
|
}
|
|
1195
|
-
export interface
|
|
1457
|
+
export interface ModifySnapshotTierRequest {
|
|
1458
|
+
SnapshotId: string | undefined;
|
|
1459
|
+
StorageTier?: TargetStorageTier | undefined;
|
|
1196
1460
|
DryRun?: boolean | undefined;
|
|
1197
1461
|
}
|
|
1198
|
-
export interface
|
|
1199
|
-
|
|
1462
|
+
export interface ModifySnapshotTierResult {
|
|
1463
|
+
SnapshotId?: string | undefined;
|
|
1464
|
+
TieringStartTime?: Date | undefined;
|
|
1200
1465
|
}
|
|
1201
|
-
export interface
|
|
1202
|
-
|
|
1203
|
-
|
|
1466
|
+
export interface ModifySpotFleetRequestRequest {
|
|
1467
|
+
LaunchTemplateConfigs?: LaunchTemplateConfig[] | undefined;
|
|
1468
|
+
OnDemandTargetCapacity?: number | undefined;
|
|
1469
|
+
Context?: string | undefined;
|
|
1470
|
+
SpotFleetRequestId: string | undefined;
|
|
1471
|
+
TargetCapacity?: number | undefined;
|
|
1472
|
+
ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | undefined;
|
|
1473
|
+
}
|
|
1474
|
+
export interface ModifySpotFleetRequestResponse {
|
|
1475
|
+
Return?: boolean | undefined;
|
|
1476
|
+
}
|
|
1477
|
+
export interface ModifySubnetAttributeRequest {
|
|
1478
|
+
AssignIpv6AddressOnCreation?: AttributeBooleanValue | undefined;
|
|
1479
|
+
MapPublicIpOnLaunch?: AttributeBooleanValue | undefined;
|
|
1480
|
+
SubnetId: string | undefined;
|
|
1481
|
+
MapCustomerOwnedIpOnLaunch?: AttributeBooleanValue | undefined;
|
|
1482
|
+
CustomerOwnedIpv4Pool?: string | undefined;
|
|
1483
|
+
EnableDns64?: AttributeBooleanValue | undefined;
|
|
1484
|
+
PrivateDnsHostnameTypeOnLaunch?: HostnameType | undefined;
|
|
1485
|
+
EnableResourceNameDnsARecordOnLaunch?: AttributeBooleanValue | undefined;
|
|
1486
|
+
EnableResourceNameDnsAAAARecordOnLaunch?: AttributeBooleanValue | undefined;
|
|
1487
|
+
EnableLniAtDeviceIndex?: number | undefined;
|
|
1488
|
+
DisableLniAtDeviceIndex?: AttributeBooleanValue | undefined;
|
|
1489
|
+
}
|
|
1490
|
+
export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
|
|
1491
|
+
TrafficMirrorFilterId: string | undefined;
|
|
1492
|
+
AddNetworkServices?: TrafficMirrorNetworkService[] | undefined;
|
|
1493
|
+
RemoveNetworkServices?: TrafficMirrorNetworkService[] | undefined;
|
|
1494
|
+
DryRun?: boolean | undefined;
|
|
1495
|
+
}
|
|
1496
|
+
export interface ModifyTrafficMirrorFilterNetworkServicesResult {
|
|
1497
|
+
TrafficMirrorFilter?: TrafficMirrorFilter | undefined;
|
|
1498
|
+
}
|
|
1499
|
+
export interface ModifyTrafficMirrorFilterRuleRequest {
|
|
1500
|
+
TrafficMirrorFilterRuleId: string | undefined;
|
|
1501
|
+
TrafficDirection?: TrafficDirection | undefined;
|
|
1502
|
+
RuleNumber?: number | undefined;
|
|
1503
|
+
RuleAction?: TrafficMirrorRuleAction | undefined;
|
|
1504
|
+
DestinationPortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
1505
|
+
SourcePortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
1506
|
+
Protocol?: number | undefined;
|
|
1507
|
+
DestinationCidrBlock?: string | undefined;
|
|
1508
|
+
SourceCidrBlock?: string | undefined;
|
|
1509
|
+
Description?: string | undefined;
|
|
1510
|
+
RemoveFields?: TrafficMirrorFilterRuleField[] | undefined;
|
|
1204
1511
|
DryRun?: boolean | undefined;
|
|
1205
1512
|
}
|
|
1206
|
-
export interface
|
|
1207
|
-
|
|
1513
|
+
export interface ModifyTrafficMirrorFilterRuleResult {
|
|
1514
|
+
TrafficMirrorFilterRule?: TrafficMirrorFilterRule | undefined;
|
|
1208
1515
|
}
|
|
1209
|
-
export interface
|
|
1516
|
+
export interface ModifyTrafficMirrorSessionRequest {
|
|
1517
|
+
TrafficMirrorSessionId: string | undefined;
|
|
1518
|
+
TrafficMirrorTargetId?: string | undefined;
|
|
1519
|
+
TrafficMirrorFilterId?: string | undefined;
|
|
1520
|
+
PacketLength?: number | undefined;
|
|
1521
|
+
SessionNumber?: number | undefined;
|
|
1522
|
+
VirtualNetworkId?: number | undefined;
|
|
1523
|
+
Description?: string | undefined;
|
|
1524
|
+
RemoveFields?: TrafficMirrorSessionField[] | undefined;
|
|
1210
1525
|
DryRun?: boolean | undefined;
|
|
1211
1526
|
}
|
|
1212
|
-
export interface
|
|
1213
|
-
|
|
1527
|
+
export interface ModifyTrafficMirrorSessionResult {
|
|
1528
|
+
TrafficMirrorSession?: TrafficMirrorSession | undefined;
|
|
1214
1529
|
}
|
|
1215
|
-
export interface
|
|
1216
|
-
|
|
1530
|
+
export interface ModifyTransitGatewayOptions {
|
|
1531
|
+
AddTransitGatewayCidrBlocks?: string[] | undefined;
|
|
1532
|
+
RemoveTransitGatewayCidrBlocks?: string[] | undefined;
|
|
1533
|
+
VpnEcmpSupport?: VpnEcmpSupportValue | undefined;
|
|
1534
|
+
DnsSupport?: DnsSupportValue | undefined;
|
|
1535
|
+
SecurityGroupReferencingSupport?:
|
|
1536
|
+
| SecurityGroupReferencingSupportValue
|
|
1537
|
+
| undefined;
|
|
1538
|
+
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | undefined;
|
|
1539
|
+
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | undefined;
|
|
1540
|
+
AssociationDefaultRouteTableId?: string | undefined;
|
|
1541
|
+
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
|
|
1542
|
+
PropagationDefaultRouteTableId?: string | undefined;
|
|
1543
|
+
AmazonSideAsn?: number | undefined;
|
|
1544
|
+
}
|
|
1545
|
+
export interface ModifyTransitGatewayRequest {
|
|
1546
|
+
TransitGatewayId: string | undefined;
|
|
1547
|
+
Description?: string | undefined;
|
|
1548
|
+
Options?: ModifyTransitGatewayOptions | undefined;
|
|
1217
1549
|
DryRun?: boolean | undefined;
|
|
1218
1550
|
}
|
|
1219
|
-
export interface
|
|
1220
|
-
|
|
1551
|
+
export interface ModifyTransitGatewayResult {
|
|
1552
|
+
TransitGateway?: TransitGateway | undefined;
|
|
1221
1553
|
}
|
|
1222
|
-
export interface
|
|
1554
|
+
export interface ModifyTransitGatewayPrefixListReferenceRequest {
|
|
1223
1555
|
TransitGatewayRouteTableId: string | undefined;
|
|
1556
|
+
PrefixListId: string | undefined;
|
|
1224
1557
|
TransitGatewayAttachmentId?: string | undefined;
|
|
1558
|
+
Blackhole?: boolean | undefined;
|
|
1225
1559
|
DryRun?: boolean | undefined;
|
|
1226
|
-
TransitGatewayRouteTableAnnouncementId?: string | undefined;
|
|
1227
1560
|
}
|
|
1228
|
-
export interface
|
|
1229
|
-
|
|
1561
|
+
export interface ModifyTransitGatewayPrefixListReferenceResult {
|
|
1562
|
+
TransitGatewayPrefixListReference?:
|
|
1563
|
+
| TransitGatewayPrefixListReference
|
|
1564
|
+
| undefined;
|
|
1230
1565
|
}
|
|
1231
|
-
export interface
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1566
|
+
export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
|
|
1567
|
+
DnsSupport?: DnsSupportValue | undefined;
|
|
1568
|
+
SecurityGroupReferencingSupport?:
|
|
1569
|
+
| SecurityGroupReferencingSupportValue
|
|
1570
|
+
| undefined;
|
|
1571
|
+
Ipv6Support?: Ipv6SupportValue | undefined;
|
|
1572
|
+
ApplianceModeSupport?: ApplianceModeSupportValue | undefined;
|
|
1235
1573
|
}
|
|
1236
|
-
export interface
|
|
1574
|
+
export interface ModifyTransitGatewayVpcAttachmentRequest {
|
|
1575
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
1576
|
+
AddSubnetIds?: string[] | undefined;
|
|
1577
|
+
RemoveSubnetIds?: string[] | undefined;
|
|
1578
|
+
Options?: ModifyTransitGatewayVpcAttachmentRequestOptions | undefined;
|
|
1237
1579
|
DryRun?: boolean | undefined;
|
|
1238
|
-
VolumeId: string | undefined;
|
|
1239
1580
|
}
|
|
1240
|
-
export interface
|
|
1241
|
-
|
|
1242
|
-
VpcId: string | undefined;
|
|
1581
|
+
export interface ModifyTransitGatewayVpcAttachmentResult {
|
|
1582
|
+
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
|
|
1243
1583
|
}
|
|
1244
|
-
export interface
|
|
1245
|
-
|
|
1584
|
+
export interface ModifyVerifiedAccessEndpointPortRange {
|
|
1585
|
+
FromPort?: number | undefined;
|
|
1586
|
+
ToPort?: number | undefined;
|
|
1246
1587
|
}
|
|
1247
|
-
export interface
|
|
1248
|
-
|
|
1588
|
+
export interface ModifyVerifiedAccessEndpointCidrOptions {
|
|
1589
|
+
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
1249
1590
|
}
|
|
1250
|
-
export interface
|
|
1251
|
-
|
|
1591
|
+
export interface ModifyVerifiedAccessEndpointLoadBalancerOptions {
|
|
1592
|
+
SubnetIds?: string[] | undefined;
|
|
1593
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
1594
|
+
Port?: number | undefined;
|
|
1595
|
+
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
1252
1596
|
}
|
|
1253
|
-
export interface
|
|
1254
|
-
|
|
1255
|
-
|
|
1597
|
+
export interface ModifyVerifiedAccessEndpointEniOptions {
|
|
1598
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
1599
|
+
Port?: number | undefined;
|
|
1600
|
+
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
1256
1601
|
}
|
|
1257
|
-
export
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
export type ClientCertificateRevocationListStatusCode =
|
|
1262
|
-
(typeof ClientCertificateRevocationListStatusCode)[keyof typeof ClientCertificateRevocationListStatusCode];
|
|
1263
|
-
export interface ClientCertificateRevocationListStatus {
|
|
1264
|
-
Code?: ClientCertificateRevocationListStatusCode | undefined;
|
|
1265
|
-
Message?: string | undefined;
|
|
1602
|
+
export interface ModifyVerifiedAccessEndpointRdsOptions {
|
|
1603
|
+
SubnetIds?: string[] | undefined;
|
|
1604
|
+
Port?: number | undefined;
|
|
1605
|
+
RdsEndpoint?: string | undefined;
|
|
1266
1606
|
}
|
|
1267
|
-
export interface
|
|
1268
|
-
|
|
1269
|
-
|
|
1607
|
+
export interface ModifyVerifiedAccessEndpointRequest {
|
|
1608
|
+
VerifiedAccessEndpointId: string | undefined;
|
|
1609
|
+
VerifiedAccessGroupId?: string | undefined;
|
|
1610
|
+
LoadBalancerOptions?:
|
|
1611
|
+
| ModifyVerifiedAccessEndpointLoadBalancerOptions
|
|
1612
|
+
| undefined;
|
|
1613
|
+
NetworkInterfaceOptions?: ModifyVerifiedAccessEndpointEniOptions | undefined;
|
|
1614
|
+
Description?: string | undefined;
|
|
1615
|
+
ClientToken?: string | undefined;
|
|
1616
|
+
DryRun?: boolean | undefined;
|
|
1617
|
+
RdsOptions?: ModifyVerifiedAccessEndpointRdsOptions | undefined;
|
|
1618
|
+
CidrOptions?: ModifyVerifiedAccessEndpointCidrOptions | undefined;
|
|
1270
1619
|
}
|
|
1271
|
-
export interface
|
|
1272
|
-
|
|
1620
|
+
export interface ModifyVerifiedAccessEndpointResult {
|
|
1621
|
+
VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
|
|
1622
|
+
}
|
|
1623
|
+
export interface ModifyVerifiedAccessEndpointPolicyRequest {
|
|
1624
|
+
VerifiedAccessEndpointId: string | undefined;
|
|
1625
|
+
PolicyEnabled?: boolean | undefined;
|
|
1626
|
+
PolicyDocument?: string | undefined;
|
|
1627
|
+
ClientToken?: string | undefined;
|
|
1273
1628
|
DryRun?: boolean | undefined;
|
|
1629
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
1274
1630
|
}
|
|
1275
|
-
export interface
|
|
1276
|
-
|
|
1631
|
+
export interface ModifyVerifiedAccessEndpointPolicyResult {
|
|
1632
|
+
PolicyEnabled?: boolean | undefined;
|
|
1633
|
+
PolicyDocument?: string | undefined;
|
|
1634
|
+
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
1277
1635
|
}
|
|
1278
|
-
export interface
|
|
1279
|
-
|
|
1280
|
-
|
|
1636
|
+
export interface ModifyVerifiedAccessGroupRequest {
|
|
1637
|
+
VerifiedAccessGroupId: string | undefined;
|
|
1638
|
+
VerifiedAccessInstanceId?: string | undefined;
|
|
1639
|
+
Description?: string | undefined;
|
|
1640
|
+
ClientToken?: string | undefined;
|
|
1641
|
+
DryRun?: boolean | undefined;
|
|
1642
|
+
}
|
|
1643
|
+
export interface ModifyVerifiedAccessGroupResult {
|
|
1644
|
+
VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
|
|
1281
1645
|
}
|
|
1282
|
-
export interface
|
|
1646
|
+
export interface ModifyVerifiedAccessGroupPolicyRequest {
|
|
1647
|
+
VerifiedAccessGroupId: string | undefined;
|
|
1648
|
+
PolicyEnabled?: boolean | undefined;
|
|
1649
|
+
PolicyDocument?: string | undefined;
|
|
1283
1650
|
ClientToken?: string | undefined;
|
|
1284
|
-
Description?: string | undefined;
|
|
1285
|
-
DiskImageFormat: DiskImageFormat | undefined;
|
|
1286
1651
|
DryRun?: boolean | undefined;
|
|
1287
|
-
|
|
1288
|
-
S3ExportLocation: ExportTaskS3LocationRequest | undefined;
|
|
1289
|
-
RoleName?: string | undefined;
|
|
1290
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1652
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
1291
1653
|
}
|
|
1292
|
-
export interface
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
ImageId?: string | undefined;
|
|
1297
|
-
RoleName?: string | undefined;
|
|
1298
|
-
Progress?: string | undefined;
|
|
1299
|
-
S3ExportLocation?: ExportTaskS3Location | undefined;
|
|
1300
|
-
Status?: string | undefined;
|
|
1301
|
-
StatusMessage?: string | undefined;
|
|
1302
|
-
Tags?: Tag[] | undefined;
|
|
1654
|
+
export interface ModifyVerifiedAccessGroupPolicyResult {
|
|
1655
|
+
PolicyEnabled?: boolean | undefined;
|
|
1656
|
+
PolicyDocument?: string | undefined;
|
|
1657
|
+
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
1303
1658
|
}
|
|
1304
|
-
export interface
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
S3Bucket: string | undefined;
|
|
1659
|
+
export interface ModifyVerifiedAccessInstanceRequest {
|
|
1660
|
+
VerifiedAccessInstanceId: string | undefined;
|
|
1661
|
+
Description?: string | undefined;
|
|
1308
1662
|
DryRun?: boolean | undefined;
|
|
1663
|
+
ClientToken?: string | undefined;
|
|
1664
|
+
CidrEndpointsCustomSubDomain?: string | undefined;
|
|
1665
|
+
}
|
|
1666
|
+
export interface ModifyVerifiedAccessInstanceResult {
|
|
1667
|
+
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
1309
1668
|
}
|
|
1310
|
-
export interface
|
|
1311
|
-
|
|
1669
|
+
export interface VerifiedAccessLogCloudWatchLogsDestinationOptions {
|
|
1670
|
+
Enabled: boolean | undefined;
|
|
1671
|
+
LogGroup?: string | undefined;
|
|
1672
|
+
}
|
|
1673
|
+
export interface VerifiedAccessLogKinesisDataFirehoseDestinationOptions {
|
|
1674
|
+
Enabled: boolean | undefined;
|
|
1675
|
+
DeliveryStream?: string | undefined;
|
|
1676
|
+
}
|
|
1677
|
+
export interface VerifiedAccessLogS3DestinationOptions {
|
|
1678
|
+
Enabled: boolean | undefined;
|
|
1679
|
+
BucketName?: string | undefined;
|
|
1680
|
+
Prefix?: string | undefined;
|
|
1681
|
+
BucketOwner?: string | undefined;
|
|
1312
1682
|
}
|
|
1313
|
-
export interface
|
|
1683
|
+
export interface VerifiedAccessLogOptions {
|
|
1684
|
+
S3?: VerifiedAccessLogS3DestinationOptions | undefined;
|
|
1685
|
+
CloudWatchLogs?:
|
|
1686
|
+
| VerifiedAccessLogCloudWatchLogsDestinationOptions
|
|
1687
|
+
| undefined;
|
|
1688
|
+
KinesisDataFirehose?:
|
|
1689
|
+
| VerifiedAccessLogKinesisDataFirehoseDestinationOptions
|
|
1690
|
+
| undefined;
|
|
1691
|
+
LogVersion?: string | undefined;
|
|
1692
|
+
IncludeTrustContext?: boolean | undefined;
|
|
1693
|
+
}
|
|
1694
|
+
export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
|
|
1314
1695
|
VerifiedAccessInstanceId: string | undefined;
|
|
1696
|
+
AccessLogs: VerifiedAccessLogOptions | undefined;
|
|
1315
1697
|
DryRun?: boolean | undefined;
|
|
1698
|
+
ClientToken?: string | undefined;
|
|
1316
1699
|
}
|
|
1317
|
-
export interface
|
|
1318
|
-
|
|
1700
|
+
export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
|
|
1701
|
+
LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration | undefined;
|
|
1319
1702
|
}
|
|
1320
|
-
export interface
|
|
1321
|
-
|
|
1322
|
-
Routes?: VerifiedAccessInstanceOpenVpnClientConfigurationRoute[] | undefined;
|
|
1703
|
+
export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
|
|
1704
|
+
PublicSigningKeyUrl?: string | undefined;
|
|
1323
1705
|
}
|
|
1324
|
-
export interface
|
|
1325
|
-
|
|
1326
|
-
Scopes?: string | undefined;
|
|
1706
|
+
export interface ModifyVerifiedAccessNativeApplicationOidcOptions {
|
|
1707
|
+
PublicSigningKeyEndpoint?: string | undefined;
|
|
1327
1708
|
Issuer?: string | undefined;
|
|
1328
1709
|
AuthorizationEndpoint?: string | undefined;
|
|
1329
|
-
PublicSigningKeyEndpoint?: string | undefined;
|
|
1330
1710
|
TokenEndpoint?: string | undefined;
|
|
1331
1711
|
UserInfoEndpoint?: string | undefined;
|
|
1332
1712
|
ClientId?: string | undefined;
|
|
1333
1713
|
ClientSecret?: string | undefined;
|
|
1334
|
-
|
|
1714
|
+
Scope?: string | undefined;
|
|
1335
1715
|
}
|
|
1336
|
-
export interface
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
OpenVpnConfigurations?:
|
|
1345
|
-
| VerifiedAccessInstanceOpenVpnClientConfiguration[]
|
|
1346
|
-
| undefined;
|
|
1716
|
+
export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
|
1717
|
+
Issuer?: string | undefined;
|
|
1718
|
+
AuthorizationEndpoint?: string | undefined;
|
|
1719
|
+
TokenEndpoint?: string | undefined;
|
|
1720
|
+
UserInfoEndpoint?: string | undefined;
|
|
1721
|
+
ClientId?: string | undefined;
|
|
1722
|
+
ClientSecret?: string | undefined;
|
|
1723
|
+
Scope?: string | undefined;
|
|
1347
1724
|
}
|
|
1348
|
-
export interface
|
|
1349
|
-
|
|
1350
|
-
|
|
1725
|
+
export interface ModifyVerifiedAccessTrustProviderRequest {
|
|
1726
|
+
VerifiedAccessTrustProviderId: string | undefined;
|
|
1727
|
+
OidcOptions?: ModifyVerifiedAccessTrustProviderOidcOptions | undefined;
|
|
1728
|
+
DeviceOptions?: ModifyVerifiedAccessTrustProviderDeviceOptions | undefined;
|
|
1729
|
+
Description?: string | undefined;
|
|
1351
1730
|
DryRun?: boolean | undefined;
|
|
1731
|
+
ClientToken?: string | undefined;
|
|
1732
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
1733
|
+
NativeApplicationOidcOptions?:
|
|
1734
|
+
| ModifyVerifiedAccessNativeApplicationOidcOptions
|
|
1735
|
+
| undefined;
|
|
1352
1736
|
}
|
|
1353
|
-
export interface
|
|
1354
|
-
|
|
1737
|
+
export interface ModifyVerifiedAccessTrustProviderResult {
|
|
1738
|
+
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
|
|
1355
1739
|
}
|
|
1356
|
-
export interface
|
|
1740
|
+
export interface ModifyVolumeRequest {
|
|
1357
1741
|
DryRun?: boolean | undefined;
|
|
1742
|
+
VolumeId: string | undefined;
|
|
1743
|
+
Size?: number | undefined;
|
|
1744
|
+
VolumeType?: VolumeType | undefined;
|
|
1745
|
+
Iops?: number | undefined;
|
|
1746
|
+
Throughput?: number | undefined;
|
|
1747
|
+
MultiAttachEnabled?: boolean | undefined;
|
|
1358
1748
|
}
|
|
1359
|
-
export interface
|
|
1360
|
-
|
|
1361
|
-
}
|
|
1362
|
-
export interface DeprecationTimeCondition {
|
|
1363
|
-
MaximumDaysSinceDeprecated?: number | undefined;
|
|
1749
|
+
export interface ModifyVolumeResult {
|
|
1750
|
+
VolumeModification?: VolumeModification | undefined;
|
|
1364
1751
|
}
|
|
1365
|
-
export interface
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
DeprecationTimeCondition?: DeprecationTimeCondition | undefined;
|
|
1370
|
-
CreationDateCondition?: CreationDateCondition | undefined;
|
|
1752
|
+
export interface ModifyVolumeAttributeRequest {
|
|
1753
|
+
AutoEnableIO?: AttributeBooleanValue | undefined;
|
|
1754
|
+
VolumeId: string | undefined;
|
|
1755
|
+
DryRun?: boolean | undefined;
|
|
1371
1756
|
}
|
|
1372
|
-
export interface
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1757
|
+
export interface ModifyVpcAttributeRequest {
|
|
1758
|
+
EnableDnsHostnames?: AttributeBooleanValue | undefined;
|
|
1759
|
+
EnableDnsSupport?: AttributeBooleanValue | undefined;
|
|
1760
|
+
VpcId: string | undefined;
|
|
1761
|
+
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue | undefined;
|
|
1376
1762
|
}
|
|
1377
|
-
export interface
|
|
1378
|
-
CertificateArn: string | undefined;
|
|
1763
|
+
export interface ModifyVpcBlockPublicAccessExclusionRequest {
|
|
1379
1764
|
DryRun?: boolean | undefined;
|
|
1765
|
+
ExclusionId: string | undefined;
|
|
1766
|
+
InternetGatewayExclusionMode: InternetGatewayExclusionMode | undefined;
|
|
1380
1767
|
}
|
|
1381
|
-
export interface
|
|
1382
|
-
|
|
1383
|
-
CertificateS3BucketName?: string | undefined;
|
|
1384
|
-
CertificateS3ObjectKey?: string | undefined;
|
|
1385
|
-
EncryptionKmsKeyId?: string | undefined;
|
|
1768
|
+
export interface ModifyVpcBlockPublicAccessExclusionResult {
|
|
1769
|
+
VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
|
|
1386
1770
|
}
|
|
1387
|
-
export interface
|
|
1388
|
-
AssociatedRoles?: AssociatedRole[] | undefined;
|
|
1389
|
-
}
|
|
1390
|
-
export interface GetAssociatedIpv6PoolCidrsRequest {
|
|
1391
|
-
PoolId: string | undefined;
|
|
1392
|
-
NextToken?: string | undefined;
|
|
1393
|
-
MaxResults?: number | undefined;
|
|
1771
|
+
export interface ModifyVpcBlockPublicAccessOptionsRequest {
|
|
1394
1772
|
DryRun?: boolean | undefined;
|
|
1773
|
+
InternetGatewayBlockMode: InternetGatewayBlockMode | undefined;
|
|
1395
1774
|
}
|
|
1396
|
-
export interface
|
|
1397
|
-
|
|
1398
|
-
AssociatedResource?: string | undefined;
|
|
1775
|
+
export interface ModifyVpcBlockPublicAccessOptionsResult {
|
|
1776
|
+
VpcBlockPublicAccessOptions?: VpcBlockPublicAccessOptions | undefined;
|
|
1399
1777
|
}
|
|
1400
|
-
export interface
|
|
1401
|
-
|
|
1402
|
-
|
|
1778
|
+
export interface ModifyVpcEndpointRequest {
|
|
1779
|
+
DryRun?: boolean | undefined;
|
|
1780
|
+
VpcEndpointId: string | undefined;
|
|
1781
|
+
ResetPolicy?: boolean | undefined;
|
|
1782
|
+
PolicyDocument?: string | undefined;
|
|
1783
|
+
AddRouteTableIds?: string[] | undefined;
|
|
1784
|
+
RemoveRouteTableIds?: string[] | undefined;
|
|
1785
|
+
AddSubnetIds?: string[] | undefined;
|
|
1786
|
+
RemoveSubnetIds?: string[] | undefined;
|
|
1787
|
+
AddSecurityGroupIds?: string[] | undefined;
|
|
1788
|
+
RemoveSecurityGroupIds?: string[] | undefined;
|
|
1789
|
+
IpAddressType?: IpAddressType | undefined;
|
|
1790
|
+
DnsOptions?: DnsOptionsSpecification | undefined;
|
|
1791
|
+
PrivateDnsEnabled?: boolean | undefined;
|
|
1792
|
+
SubnetConfigurations?: SubnetConfiguration[] | undefined;
|
|
1403
1793
|
}
|
|
1404
|
-
export interface
|
|
1405
|
-
|
|
1406
|
-
Source?: string | undefined;
|
|
1407
|
-
Destination?: string | undefined;
|
|
1408
|
-
Metric?: MetricType | undefined;
|
|
1409
|
-
Statistic?: StatisticType | undefined;
|
|
1410
|
-
Period?: PeriodType | undefined;
|
|
1411
|
-
}
|
|
1412
|
-
export interface GetAwsNetworkPerformanceDataRequest {
|
|
1413
|
-
DataQueries?: DataQuery[] | undefined;
|
|
1414
|
-
StartTime?: Date | undefined;
|
|
1415
|
-
EndTime?: Date | undefined;
|
|
1416
|
-
MaxResults?: number | undefined;
|
|
1417
|
-
NextToken?: string | undefined;
|
|
1418
|
-
DryRun?: boolean | undefined;
|
|
1794
|
+
export interface ModifyVpcEndpointResult {
|
|
1795
|
+
Return?: boolean | undefined;
|
|
1419
1796
|
}
|
|
1420
|
-
export interface
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1797
|
+
export interface ModifyVpcEndpointConnectionNotificationRequest {
|
|
1798
|
+
DryRun?: boolean | undefined;
|
|
1799
|
+
ConnectionNotificationId: string | undefined;
|
|
1800
|
+
ConnectionNotificationArn?: string | undefined;
|
|
1801
|
+
ConnectionEvents?: string[] | undefined;
|
|
1425
1802
|
}
|
|
1426
|
-
export interface
|
|
1427
|
-
|
|
1428
|
-
Source?: string | undefined;
|
|
1429
|
-
Destination?: string | undefined;
|
|
1430
|
-
Metric?: MetricType | undefined;
|
|
1431
|
-
Statistic?: StatisticType | undefined;
|
|
1432
|
-
Period?: PeriodType | undefined;
|
|
1433
|
-
MetricPoints?: MetricPoint[] | undefined;
|
|
1434
|
-
}
|
|
1435
|
-
export interface GetAwsNetworkPerformanceDataResult {
|
|
1436
|
-
DataResponses?: DataResponse[] | undefined;
|
|
1437
|
-
NextToken?: string | undefined;
|
|
1803
|
+
export interface ModifyVpcEndpointConnectionNotificationResult {
|
|
1804
|
+
ReturnValue?: boolean | undefined;
|
|
1438
1805
|
}
|
|
1439
|
-
export interface
|
|
1440
|
-
DryRun?: boolean | undefined;
|
|
1441
|
-
}
|
|
1442
|
-
export declare const IngestionStatus: {
|
|
1443
|
-
readonly INGESTION_COMPLETE: "ingestion-complete";
|
|
1444
|
-
readonly INGESTION_FAILED: "ingestion-failed";
|
|
1445
|
-
readonly INITIAL_INGESTION_IN_PROGRESS: "initial-ingestion-in-progress";
|
|
1446
|
-
};
|
|
1447
|
-
export type IngestionStatus =
|
|
1448
|
-
(typeof IngestionStatus)[keyof typeof IngestionStatus];
|
|
1449
|
-
export interface GetCapacityManagerAttributesResult {
|
|
1450
|
-
CapacityManagerStatus?: CapacityManagerStatus | undefined;
|
|
1451
|
-
OrganizationsAccess?: boolean | undefined;
|
|
1452
|
-
DataExportCount?: number | undefined;
|
|
1453
|
-
IngestionStatus?: IngestionStatus | undefined;
|
|
1454
|
-
IngestionStatusMessage?: string | undefined;
|
|
1455
|
-
EarliestDatapointTimestamp?: Date | undefined;
|
|
1456
|
-
LatestDatapointTimestamp?: Date | undefined;
|
|
1457
|
-
}
|
|
1458
|
-
export declare const Comparison: {
|
|
1459
|
-
readonly EQUALS: "equals";
|
|
1460
|
-
readonly IN: "in";
|
|
1461
|
-
};
|
|
1462
|
-
export type Comparison = (typeof Comparison)[keyof typeof Comparison];
|
|
1463
|
-
export declare const FilterByDimension: {
|
|
1464
|
-
readonly ACCOUNT_ID: "account-id";
|
|
1465
|
-
readonly AVAILABILITY_ZONE_ID: "availability-zone-id";
|
|
1466
|
-
readonly INSTANCE_FAMILY: "instance-family";
|
|
1467
|
-
readonly INSTANCE_PLATFORM: "instance-platform";
|
|
1468
|
-
readonly INSTANCE_TYPE: "instance-type";
|
|
1469
|
-
readonly RESERVATION_ARN: "reservation-arn";
|
|
1470
|
-
readonly RESERVATION_CREATE_TIMESTAMP: "reservation-create-timestamp";
|
|
1471
|
-
readonly RESERVATION_END_DATE_TYPE: "reservation-end-date-type";
|
|
1472
|
-
readonly RESERVATION_END_TIMESTAMP: "reservation-end-timestamp";
|
|
1473
|
-
readonly RESERVATION_ID: "reservation-id";
|
|
1474
|
-
readonly RESERVATION_INSTANCE_MATCH_CRITERIA: "reservation-instance-match-criteria";
|
|
1475
|
-
readonly RESERVATION_START_TIMESTAMP: "reservation-start-timestamp";
|
|
1476
|
-
readonly RESERVATION_STATE: "reservation-state";
|
|
1477
|
-
readonly RESERVATION_TYPE: "reservation-type";
|
|
1478
|
-
readonly RESERVATION_UNUSED_FINANCIAL_OWNER: "reservation-unused-financial-owner";
|
|
1479
|
-
readonly RESOURCE_REGION: "resource-region";
|
|
1480
|
-
readonly TENANCY: "tenancy";
|
|
1481
|
-
};
|
|
1482
|
-
export type FilterByDimension =
|
|
1483
|
-
(typeof FilterByDimension)[keyof typeof FilterByDimension];
|
|
1484
|
-
export interface DimensionCondition {
|
|
1485
|
-
Dimension?: FilterByDimension | undefined;
|
|
1486
|
-
Comparison?: Comparison | undefined;
|
|
1487
|
-
Values?: string[] | undefined;
|
|
1488
|
-
}
|
|
1489
|
-
export interface CapacityManagerCondition {
|
|
1490
|
-
DimensionCondition?: DimensionCondition | undefined;
|
|
1491
|
-
}
|
|
1492
|
-
export declare const GroupBy: {
|
|
1493
|
-
readonly ACCOUNT_ID: "account-id";
|
|
1494
|
-
readonly AVAILABILITY_ZONE_ID: "availability-zone-id";
|
|
1495
|
-
readonly INSTANCE_FAMILY: "instance-family";
|
|
1496
|
-
readonly INSTANCE_PLATFORM: "instance-platform";
|
|
1497
|
-
readonly INSTANCE_TYPE: "instance-type";
|
|
1498
|
-
readonly RESERVATION_ARN: "reservation-arn";
|
|
1499
|
-
readonly RESERVATION_CREATE_TIMESTAMP: "reservation-create-timestamp";
|
|
1500
|
-
readonly RESERVATION_END_DATE_TYPE: "reservation-end-date-type";
|
|
1501
|
-
readonly RESERVATION_END_TIMESTAMP: "reservation-end-timestamp";
|
|
1502
|
-
readonly RESERVATION_ID: "reservation-id";
|
|
1503
|
-
readonly RESERVATION_INSTANCE_MATCH_CRITERIA: "reservation-instance-match-criteria";
|
|
1504
|
-
readonly RESERVATION_START_TIMESTAMP: "reservation-start-timestamp";
|
|
1505
|
-
readonly RESERVATION_STATE: "reservation-state";
|
|
1506
|
-
readonly RESERVATION_TYPE: "reservation-type";
|
|
1507
|
-
readonly RESERVATION_UNUSED_FINANCIAL_OWNER: "reservation-unused-financial-owner";
|
|
1508
|
-
readonly RESOURCE_REGION: "resource-region";
|
|
1509
|
-
readonly TENANCY: "tenancy";
|
|
1510
|
-
};
|
|
1511
|
-
export type GroupBy = (typeof GroupBy)[keyof typeof GroupBy];
|
|
1512
|
-
export declare const Metric: {
|
|
1513
|
-
readonly RESERVATION_AVG_COMMITTED_SIZE_INST: "reservation-avg-committed-size-inst";
|
|
1514
|
-
readonly RESERVATION_AVG_COMMITTED_SIZE_VCPU: "reservation-avg-committed-size-vcpu";
|
|
1515
|
-
readonly RESERVATION_AVG_FUTURE_SIZE_INST: "reservation-avg-future-size-inst";
|
|
1516
|
-
readonly RESERVATION_AVG_FUTURE_SIZE_VCPU: "reservation-avg-future-size-vcpu";
|
|
1517
|
-
readonly RESERVATION_AVG_UTILIZATION_INST: "reservation-avg-utilization-inst";
|
|
1518
|
-
readonly RESERVATION_AVG_UTILIZATION_VCPU: "reservation-avg-utilization-vcpu";
|
|
1519
|
-
readonly RESERVATION_MAX_COMMITTED_SIZE_INST: "reservation-max-committed-size-inst";
|
|
1520
|
-
readonly RESERVATION_MAX_COMMITTED_SIZE_VCPU: "reservation-max-committed-size-vcpu";
|
|
1521
|
-
readonly RESERVATION_MAX_FUTURE_SIZE_INST: "reservation-max-future-size-inst";
|
|
1522
|
-
readonly RESERVATION_MAX_FUTURE_SIZE_VCPU: "reservation-max-future-size-vcpu";
|
|
1523
|
-
readonly RESERVATION_MAX_SIZE_INST: "reservation-max-size-inst";
|
|
1524
|
-
readonly RESERVATION_MAX_SIZE_VCPU: "reservation-max-size-vcpu";
|
|
1525
|
-
readonly RESERVATION_MAX_UNUSED_SIZE_INST: "reservation-max-unused-size-inst";
|
|
1526
|
-
readonly RESERVATION_MAX_UNUSED_SIZE_VCPU: "reservation-max-unused-size-vcpu";
|
|
1527
|
-
readonly RESERVATION_MAX_UTILIZATION: "reservation-max-utilization";
|
|
1528
|
-
readonly RESERVATION_MIN_COMMITTED_SIZE_INST: "reservation-min-committed-size-inst";
|
|
1529
|
-
readonly RESERVATION_MIN_COMMITTED_SIZE_VCPU: "reservation-min-committed-size-vcpu";
|
|
1530
|
-
readonly RESERVATION_MIN_FUTURE_SIZE_INST: "reservation-min-future-size-inst";
|
|
1531
|
-
readonly RESERVATION_MIN_FUTURE_SIZE_VCPU: "reservation-min-future-size-vcpu";
|
|
1532
|
-
readonly RESERVATION_MIN_SIZE_INST: "reservation-min-size-inst";
|
|
1533
|
-
readonly RESERVATION_MIN_SIZE_VCPU: "reservation-min-size-vcpu";
|
|
1534
|
-
readonly RESERVATION_MIN_UNUSED_SIZE_INST: "reservation-min-unused-size-inst";
|
|
1535
|
-
readonly RESERVATION_MIN_UNUSED_SIZE_VCPU: "reservation-min-unused-size-vcpu";
|
|
1536
|
-
readonly RESERVATION_MIN_UTILIZATION: "reservation-min-utilization";
|
|
1537
|
-
readonly RESERVATION_TOTAL_CAPACITY_HRS_INST: "reservation-total-capacity-hrs-inst";
|
|
1538
|
-
readonly RESERVATION_TOTAL_CAPACITY_HRS_VCPU: "reservation-total-capacity-hrs-vcpu";
|
|
1539
|
-
readonly RESERVATION_TOTAL_COUNT: "reservation-total-count";
|
|
1540
|
-
readonly RESERVATION_TOTAL_ESTIMATED_COST: "reservation-total-estimated-cost";
|
|
1541
|
-
readonly RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_INST: "reservation-unused-total-capacity-hrs-inst";
|
|
1542
|
-
readonly RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_VCPU: "reservation-unused-total-capacity-hrs-vcpu";
|
|
1543
|
-
readonly RESERVATION_UNUSED_TOTAL_ESTIMATED_COST: "reservation-unused-total-estimated-cost";
|
|
1544
|
-
readonly RESERVED_TOTAL_ESTIMATED_COST: "reserved-total-estimated-cost";
|
|
1545
|
-
readonly RESERVED_TOTAL_USAGE_HRS_INST: "reserved-total-usage-hrs-inst";
|
|
1546
|
-
readonly RESERVED_TOTAL_USAGE_HRS_VCPU: "reserved-total-usage-hrs-vcpu";
|
|
1547
|
-
readonly SPOT_AVG_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-avg-run-time-before-interruption-inst";
|
|
1548
|
-
readonly SPOT_MAX_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-max-run-time-before-interruption-inst";
|
|
1549
|
-
readonly SPOT_MIN_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-min-run-time-before-interruption-inst";
|
|
1550
|
-
readonly SPOT_TOTAL_ESTIMATED_COST: "spot-total-estimated-cost";
|
|
1551
|
-
readonly SPOT_TOTAL_USAGE_HRS_INST: "spot-total-usage-hrs-inst";
|
|
1552
|
-
readonly SPOT_TOTAL_USAGE_HRS_VCPU: "spot-total-usage-hrs-vcpu";
|
|
1553
|
-
readonly UNRESERVED_TOTAL_ESTIMATED_COST: "unreserved-total-estimated-cost";
|
|
1554
|
-
readonly UNRESERVED_TOTAL_USAGE_HRS_INST: "unreserved-total-usage-hrs-inst";
|
|
1555
|
-
readonly UNRESERVED_TOTAL_USAGE_HRS_VCPU: "unreserved-total-usage-hrs-vcpu";
|
|
1556
|
-
};
|
|
1557
|
-
export type Metric = (typeof Metric)[keyof typeof Metric];
|
|
1558
|
-
export interface GetCapacityManagerMetricDataRequest {
|
|
1559
|
-
MetricNames: Metric[] | undefined;
|
|
1560
|
-
StartTime: Date | undefined;
|
|
1561
|
-
EndTime: Date | undefined;
|
|
1562
|
-
Period: number | undefined;
|
|
1563
|
-
GroupBy?: GroupBy[] | undefined;
|
|
1564
|
-
FilterBy?: CapacityManagerCondition[] | undefined;
|
|
1565
|
-
MaxResults?: number | undefined;
|
|
1566
|
-
NextToken?: string | undefined;
|
|
1806
|
+
export interface ModifyVpcEndpointServiceConfigurationRequest {
|
|
1567
1807
|
DryRun?: boolean | undefined;
|
|
1808
|
+
ServiceId: string | undefined;
|
|
1809
|
+
PrivateDnsName?: string | undefined;
|
|
1810
|
+
RemovePrivateDnsName?: boolean | undefined;
|
|
1811
|
+
AcceptanceRequired?: boolean | undefined;
|
|
1812
|
+
AddNetworkLoadBalancerArns?: string[] | undefined;
|
|
1813
|
+
RemoveNetworkLoadBalancerArns?: string[] | undefined;
|
|
1814
|
+
AddGatewayLoadBalancerArns?: string[] | undefined;
|
|
1815
|
+
RemoveGatewayLoadBalancerArns?: string[] | undefined;
|
|
1816
|
+
AddSupportedIpAddressTypes?: string[] | undefined;
|
|
1817
|
+
RemoveSupportedIpAddressTypes?: string[] | undefined;
|
|
1818
|
+
AddSupportedRegions?: string[] | undefined;
|
|
1819
|
+
RemoveSupportedRegions?: string[] | undefined;
|
|
1820
|
+
}
|
|
1821
|
+
export interface ModifyVpcEndpointServiceConfigurationResult {
|
|
1822
|
+
Return?: boolean | undefined;
|
|
1568
1823
|
}
|
|
1569
|
-
export
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
export type ReservationEndDateType =
|
|
1574
|
-
(typeof ReservationEndDateType)[keyof typeof ReservationEndDateType];
|
|
1575
|
-
export declare const ReservationType: {
|
|
1576
|
-
readonly CAPACITY_BLOCK: "capacity-block";
|
|
1577
|
-
readonly ODCR: "odcr";
|
|
1578
|
-
};
|
|
1579
|
-
export type ReservationType =
|
|
1580
|
-
(typeof ReservationType)[keyof typeof ReservationType];
|
|
1581
|
-
export declare const CapacityTenancy: {
|
|
1582
|
-
readonly DEDICATED: "dedicated";
|
|
1583
|
-
readonly DEFAULT: "default";
|
|
1584
|
-
};
|
|
1585
|
-
export type CapacityTenancy =
|
|
1586
|
-
(typeof CapacityTenancy)[keyof typeof CapacityTenancy];
|
|
1587
|
-
export interface CapacityManagerDimension {
|
|
1588
|
-
ResourceRegion?: string | undefined;
|
|
1589
|
-
AvailabilityZoneId?: string | undefined;
|
|
1590
|
-
AccountId?: string | undefined;
|
|
1591
|
-
InstanceFamily?: string | undefined;
|
|
1592
|
-
InstanceType?: string | undefined;
|
|
1593
|
-
InstancePlatform?: string | undefined;
|
|
1594
|
-
ReservationArn?: string | undefined;
|
|
1595
|
-
ReservationId?: string | undefined;
|
|
1596
|
-
ReservationType?: ReservationType | undefined;
|
|
1597
|
-
ReservationCreateTimestamp?: Date | undefined;
|
|
1598
|
-
ReservationStartTimestamp?: Date | undefined;
|
|
1599
|
-
ReservationEndTimestamp?: Date | undefined;
|
|
1600
|
-
ReservationEndDateType?: ReservationEndDateType | undefined;
|
|
1601
|
-
Tenancy?: CapacityTenancy | undefined;
|
|
1602
|
-
ReservationState?: ReservationState | undefined;
|
|
1603
|
-
ReservationInstanceMatchCriteria?: string | undefined;
|
|
1604
|
-
ReservationUnusedFinancialOwner?: string | undefined;
|
|
1605
|
-
}
|
|
1606
|
-
export interface MetricValue {
|
|
1607
|
-
Metric?: Metric | undefined;
|
|
1608
|
-
Value?: number | undefined;
|
|
1609
|
-
}
|
|
1610
|
-
export interface MetricDataResult {
|
|
1611
|
-
Dimension?: CapacityManagerDimension | undefined;
|
|
1612
|
-
Timestamp?: Date | undefined;
|
|
1613
|
-
MetricValues?: MetricValue[] | undefined;
|
|
1824
|
+
export interface ModifyVpcEndpointServicePayerResponsibilityRequest {
|
|
1825
|
+
DryRun?: boolean | undefined;
|
|
1826
|
+
ServiceId: string | undefined;
|
|
1827
|
+
PayerResponsibility: PayerResponsibility | undefined;
|
|
1614
1828
|
}
|
|
1615
|
-
export interface
|
|
1616
|
-
|
|
1617
|
-
NextToken?: string | undefined;
|
|
1829
|
+
export interface ModifyVpcEndpointServicePayerResponsibilityResult {
|
|
1830
|
+
ReturnValue?: boolean | undefined;
|
|
1618
1831
|
}
|
|
1619
|
-
export interface
|
|
1620
|
-
GroupBy: GroupBy[] | undefined;
|
|
1621
|
-
FilterBy?: CapacityManagerCondition[] | undefined;
|
|
1622
|
-
StartTime: Date | undefined;
|
|
1623
|
-
EndTime: Date | undefined;
|
|
1624
|
-
MetricNames: Metric[] | undefined;
|
|
1625
|
-
MaxResults?: number | undefined;
|
|
1626
|
-
NextToken?: string | undefined;
|
|
1832
|
+
export interface ModifyVpcEndpointServicePermissionsRequest {
|
|
1627
1833
|
DryRun?: boolean | undefined;
|
|
1834
|
+
ServiceId: string | undefined;
|
|
1835
|
+
AddAllowedPrincipals?: string[] | undefined;
|
|
1836
|
+
RemoveAllowedPrincipals?: string[] | undefined;
|
|
1628
1837
|
}
|
|
1629
|
-
export interface
|
|
1630
|
-
|
|
1631
|
-
|
|
1838
|
+
export interface ModifyVpcEndpointServicePermissionsResult {
|
|
1839
|
+
AddedPrincipals?: AddedPrincipal[] | undefined;
|
|
1840
|
+
ReturnValue?: boolean | undefined;
|
|
1632
1841
|
}
|
|
1633
|
-
export interface
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1842
|
+
export interface PeeringConnectionOptionsRequest {
|
|
1843
|
+
AllowDnsResolutionFromRemoteVpc?: boolean | undefined;
|
|
1844
|
+
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean | undefined;
|
|
1845
|
+
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean | undefined;
|
|
1846
|
+
}
|
|
1847
|
+
export interface ModifyVpcPeeringConnectionOptionsRequest {
|
|
1848
|
+
AccepterPeeringConnectionOptions?:
|
|
1849
|
+
| PeeringConnectionOptionsRequest
|
|
1850
|
+
| undefined;
|
|
1637
1851
|
DryRun?: boolean | undefined;
|
|
1852
|
+
RequesterPeeringConnectionOptions?:
|
|
1853
|
+
| PeeringConnectionOptionsRequest
|
|
1854
|
+
| undefined;
|
|
1855
|
+
VpcPeeringConnectionId: string | undefined;
|
|
1638
1856
|
}
|
|
1639
|
-
export interface
|
|
1640
|
-
|
|
1641
|
-
|
|
1857
|
+
export interface PeeringConnectionOptions {
|
|
1858
|
+
AllowDnsResolutionFromRemoteVpc?: boolean | undefined;
|
|
1859
|
+
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean | undefined;
|
|
1860
|
+
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean | undefined;
|
|
1642
1861
|
}
|
|
1643
|
-
export interface
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
InstanceType?: string | undefined;
|
|
1647
|
-
TotalInstanceCount?: number | undefined;
|
|
1648
|
-
AvailableInstanceCount?: number | undefined;
|
|
1649
|
-
State?: CapacityReservationState | undefined;
|
|
1650
|
-
InstanceUsages?: InstanceUsage[] | undefined;
|
|
1862
|
+
export interface ModifyVpcPeeringConnectionOptionsResult {
|
|
1863
|
+
AccepterPeeringConnectionOptions?: PeeringConnectionOptions | undefined;
|
|
1864
|
+
RequesterPeeringConnectionOptions?: PeeringConnectionOptions | undefined;
|
|
1651
1865
|
}
|
|
1652
|
-
export interface
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
MaxResults?: number | undefined;
|
|
1656
|
-
NextToken?: string | undefined;
|
|
1866
|
+
export interface ModifyVpcTenancyRequest {
|
|
1867
|
+
VpcId: string | undefined;
|
|
1868
|
+
InstanceTenancy: VpcTenancy | undefined;
|
|
1657
1869
|
DryRun?: boolean | undefined;
|
|
1658
1870
|
}
|
|
1659
|
-
export interface
|
|
1660
|
-
|
|
1661
|
-
AwsAccountId?: string | undefined;
|
|
1662
|
-
AwsService?: string | undefined;
|
|
1663
|
-
CoIp?: string | undefined;
|
|
1664
|
-
}
|
|
1665
|
-
export interface GetCoipPoolUsageResult {
|
|
1666
|
-
CoipPoolId?: string | undefined;
|
|
1667
|
-
CoipAddressUsages?: CoipAddressUsage[] | undefined;
|
|
1668
|
-
LocalGatewayRouteTableId?: string | undefined;
|
|
1669
|
-
NextToken?: string | undefined;
|
|
1871
|
+
export interface ModifyVpcTenancyResult {
|
|
1872
|
+
ReturnValue?: boolean | undefined;
|
|
1670
1873
|
}
|
|
1671
|
-
export interface
|
|
1672
|
-
|
|
1673
|
-
|
|
1874
|
+
export interface ModifyVpnConnectionRequest {
|
|
1875
|
+
VpnConnectionId: string | undefined;
|
|
1876
|
+
TransitGatewayId?: string | undefined;
|
|
1877
|
+
CustomerGatewayId?: string | undefined;
|
|
1878
|
+
VpnGatewayId?: string | undefined;
|
|
1674
1879
|
DryRun?: boolean | undefined;
|
|
1675
1880
|
}
|
|
1676
|
-
export interface
|
|
1677
|
-
|
|
1678
|
-
Timestamp?: Date | undefined;
|
|
1679
|
-
Output?: string | undefined;
|
|
1881
|
+
export interface ModifyVpnConnectionResult {
|
|
1882
|
+
VpnConnection?: VpnConnection | undefined;
|
|
1680
1883
|
}
|
|
1681
|
-
export interface
|
|
1884
|
+
export interface ModifyVpnConnectionOptionsRequest {
|
|
1885
|
+
VpnConnectionId: string | undefined;
|
|
1886
|
+
LocalIpv4NetworkCidr?: string | undefined;
|
|
1887
|
+
RemoteIpv4NetworkCidr?: string | undefined;
|
|
1888
|
+
LocalIpv6NetworkCidr?: string | undefined;
|
|
1889
|
+
RemoteIpv6NetworkCidr?: string | undefined;
|
|
1682
1890
|
DryRun?: boolean | undefined;
|
|
1683
|
-
InstanceId: string | undefined;
|
|
1684
|
-
WakeUp?: boolean | undefined;
|
|
1685
1891
|
}
|
|
1686
|
-
export interface
|
|
1687
|
-
|
|
1688
|
-
InstanceId?: string | undefined;
|
|
1892
|
+
export interface ModifyVpnConnectionOptionsResult {
|
|
1893
|
+
VpnConnection?: VpnConnection | undefined;
|
|
1689
1894
|
}
|
|
1690
|
-
export interface
|
|
1895
|
+
export interface ModifyVpnTunnelCertificateRequest {
|
|
1896
|
+
VpnConnectionId: string | undefined;
|
|
1897
|
+
VpnTunnelOutsideIpAddress: string | undefined;
|
|
1691
1898
|
DryRun?: boolean | undefined;
|
|
1692
|
-
ReportId: string | undefined;
|
|
1693
1899
|
}
|
|
1694
|
-
export interface
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1900
|
+
export interface ModifyVpnTunnelCertificateResult {
|
|
1901
|
+
VpnConnection?: VpnConnection | undefined;
|
|
1902
|
+
}
|
|
1903
|
+
export interface ModifyVpnTunnelOptionsSpecification {
|
|
1904
|
+
TunnelInsideCidr?: string | undefined;
|
|
1905
|
+
TunnelInsideIpv6Cidr?: string | undefined;
|
|
1906
|
+
PreSharedKey?: string | undefined;
|
|
1907
|
+
Phase1LifetimeSeconds?: number | undefined;
|
|
1908
|
+
Phase2LifetimeSeconds?: number | undefined;
|
|
1909
|
+
RekeyMarginTimeSeconds?: number | undefined;
|
|
1910
|
+
RekeyFuzzPercentage?: number | undefined;
|
|
1911
|
+
ReplayWindowSize?: number | undefined;
|
|
1912
|
+
DPDTimeoutSeconds?: number | undefined;
|
|
1913
|
+
DPDTimeoutAction?: string | undefined;
|
|
1914
|
+
Phase1EncryptionAlgorithms?:
|
|
1915
|
+
| Phase1EncryptionAlgorithmsRequestListValue[]
|
|
1916
|
+
| undefined;
|
|
1917
|
+
Phase2EncryptionAlgorithms?:
|
|
1918
|
+
| Phase2EncryptionAlgorithmsRequestListValue[]
|
|
1919
|
+
| undefined;
|
|
1920
|
+
Phase1IntegrityAlgorithms?:
|
|
1921
|
+
| Phase1IntegrityAlgorithmsRequestListValue[]
|
|
1922
|
+
| undefined;
|
|
1923
|
+
Phase2IntegrityAlgorithms?:
|
|
1924
|
+
| Phase2IntegrityAlgorithmsRequestListValue[]
|
|
1925
|
+
| undefined;
|
|
1926
|
+
Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[] | undefined;
|
|
1927
|
+
Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[] | undefined;
|
|
1928
|
+
IKEVersions?: IKEVersionsRequestListValue[] | undefined;
|
|
1929
|
+
StartupAction?: string | undefined;
|
|
1930
|
+
LogOptions?: VpnTunnelLogOptionsSpecification | undefined;
|
|
1931
|
+
EnableTunnelLifecycleControl?: boolean | undefined;
|
|
1932
|
+
}
|
|
1933
|
+
export interface ModifyVpnTunnelOptionsRequest {
|
|
1934
|
+
VpnConnectionId: string | undefined;
|
|
1935
|
+
VpnTunnelOutsideIpAddress: string | undefined;
|
|
1936
|
+
TunnelOptions: ModifyVpnTunnelOptionsSpecification | undefined;
|
|
1937
|
+
DryRun?: boolean | undefined;
|
|
1938
|
+
SkipTunnelReplacement?: boolean | undefined;
|
|
1939
|
+
PreSharedKeyStorage?: string | undefined;
|
|
1940
|
+
}
|
|
1941
|
+
export interface ModifyVpnTunnelOptionsResult {
|
|
1942
|
+
VpnConnection?: VpnConnection | undefined;
|
|
1943
|
+
}
|
|
1944
|
+
export interface MonitorInstancesRequest {
|
|
1945
|
+
InstanceIds: string[] | undefined;
|
|
1946
|
+
DryRun?: boolean | undefined;
|
|
1716
1947
|
}
|