@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,3 +1,94 @@
|
|
|
1
|
+
import {
|
|
2
|
+
_InstanceType,
|
|
3
|
+
AddressTransferStatus,
|
|
4
|
+
AllocationType,
|
|
5
|
+
ApplianceModeSupportValue,
|
|
6
|
+
AsnAssociationState,
|
|
7
|
+
AssociationStatusCode,
|
|
8
|
+
AttachmentStatus,
|
|
9
|
+
AutoPlacement,
|
|
10
|
+
BatchState,
|
|
11
|
+
BlockPublicAccessMode,
|
|
12
|
+
BundleTaskState,
|
|
13
|
+
ByoipCidrState,
|
|
14
|
+
CancelBatchErrorCode,
|
|
15
|
+
CancelSpotInstanceRequestState,
|
|
16
|
+
CapacityReservationDeliveryPreference,
|
|
17
|
+
CapacityReservationFleetState,
|
|
18
|
+
CapacityReservationInstancePlatform,
|
|
19
|
+
CapacityReservationState,
|
|
20
|
+
CapacityReservationTenancy,
|
|
21
|
+
CapacityReservationType,
|
|
22
|
+
CarrierGatewayState,
|
|
23
|
+
ClientVpnAuthenticationType,
|
|
24
|
+
ClientVpnAuthorizationRuleStatusCode,
|
|
25
|
+
ClientVpnEndpointStatusCode,
|
|
26
|
+
ClientVpnRouteStatusCode,
|
|
27
|
+
CurrencyCodeValues,
|
|
28
|
+
DeviceTrustProviderType,
|
|
29
|
+
DnsSupportValue,
|
|
30
|
+
DomainType,
|
|
31
|
+
DynamicRoutingValue,
|
|
32
|
+
EndDateType,
|
|
33
|
+
EndpointIpAddressType,
|
|
34
|
+
FleetCapacityReservationTenancy,
|
|
35
|
+
FleetInstanceMatchCriteria,
|
|
36
|
+
GatewayType,
|
|
37
|
+
HostMaintenance,
|
|
38
|
+
HostnameType,
|
|
39
|
+
HostRecovery,
|
|
40
|
+
IamInstanceProfileAssociationState,
|
|
41
|
+
InstanceEventWindowState,
|
|
42
|
+
InstanceHealthStatus,
|
|
43
|
+
InstanceMatchCriteria,
|
|
44
|
+
InterfaceProtocolType,
|
|
45
|
+
IpamAssociatedResourceDiscoveryStatus,
|
|
46
|
+
IpamPoolAllocationResourceType,
|
|
47
|
+
IpamResourceDiscoveryAssociationState,
|
|
48
|
+
IpSource,
|
|
49
|
+
Ipv6AddressAttribute,
|
|
50
|
+
Ipv6SupportValue,
|
|
51
|
+
ListingState,
|
|
52
|
+
ListingStatus,
|
|
53
|
+
MacModificationTaskState,
|
|
54
|
+
MacModificationTaskType,
|
|
55
|
+
MacSystemIntegrityProtectionSettingStatus,
|
|
56
|
+
NatGatewayAddressStatus,
|
|
57
|
+
OutputFormat,
|
|
58
|
+
PrincipalType,
|
|
59
|
+
Protocol,
|
|
60
|
+
ResourceType,
|
|
61
|
+
RouteServerAssociationState,
|
|
62
|
+
RouteTableAssociationStateCode,
|
|
63
|
+
Schedule,
|
|
64
|
+
SecurityGroupReferencingSupportValue,
|
|
65
|
+
SecurityGroupVpcAssociationState,
|
|
66
|
+
SelfServicePortal,
|
|
67
|
+
ServiceManaged,
|
|
68
|
+
SSEType,
|
|
69
|
+
SubnetCidrBlockStateCode,
|
|
70
|
+
SubnetState,
|
|
71
|
+
Tenancy,
|
|
72
|
+
TrafficIpAddressType,
|
|
73
|
+
TransitGatewayAssociationState,
|
|
74
|
+
TransitGatewayAttachmentResourceType,
|
|
75
|
+
TransitGatewayAttachmentState,
|
|
76
|
+
TransitGatewayMulitcastDomainAssociationState,
|
|
77
|
+
TransportProtocol,
|
|
78
|
+
TrustProviderType,
|
|
79
|
+
UserTrustProviderType,
|
|
80
|
+
VolumeAttachmentState,
|
|
81
|
+
VolumeState,
|
|
82
|
+
VolumeType,
|
|
83
|
+
VpcCidrBlockStateCode,
|
|
84
|
+
VpcEncryptionControlExclusionState,
|
|
85
|
+
VpcEncryptionControlMode,
|
|
86
|
+
VpcEncryptionControlState,
|
|
87
|
+
VpcPeeringConnectionStateReasonCode,
|
|
88
|
+
VpcState,
|
|
89
|
+
VpnTunnelProvisioningStatus,
|
|
90
|
+
WeekDay,
|
|
91
|
+
} from "./enums";
|
|
1
92
|
export interface AcceleratorCount {
|
|
2
93
|
Min?: number | undefined;
|
|
3
94
|
Max?: number | undefined;
|
|
@@ -6,38 +97,6 @@ export interface AcceleratorCountRequest {
|
|
|
6
97
|
Min?: number | undefined;
|
|
7
98
|
Max?: number | undefined;
|
|
8
99
|
}
|
|
9
|
-
export declare const AcceleratorManufacturer: {
|
|
10
|
-
readonly AMAZON_WEB_SERVICES: "amazon-web-services";
|
|
11
|
-
readonly AMD: "amd";
|
|
12
|
-
readonly HABANA: "habana";
|
|
13
|
-
readonly NVIDIA: "nvidia";
|
|
14
|
-
readonly XILINX: "xilinx";
|
|
15
|
-
};
|
|
16
|
-
export type AcceleratorManufacturer =
|
|
17
|
-
(typeof AcceleratorManufacturer)[keyof typeof AcceleratorManufacturer];
|
|
18
|
-
export declare const AcceleratorName: {
|
|
19
|
-
readonly A100: "a100";
|
|
20
|
-
readonly A10G: "a10g";
|
|
21
|
-
readonly GAUDI_HL_205: "gaudi-hl-205";
|
|
22
|
-
readonly H100: "h100";
|
|
23
|
-
readonly INFERENTIA: "inferentia";
|
|
24
|
-
readonly INFERENTIA2: "inferentia2";
|
|
25
|
-
readonly K520: "k520";
|
|
26
|
-
readonly K80: "k80";
|
|
27
|
-
readonly L4: "l4";
|
|
28
|
-
readonly L40S: "l40s";
|
|
29
|
-
readonly M60: "m60";
|
|
30
|
-
readonly RADEON_PRO_V520: "radeon-pro-v520";
|
|
31
|
-
readonly T4: "t4";
|
|
32
|
-
readonly T4G: "t4g";
|
|
33
|
-
readonly TRAINIUM: "trainium";
|
|
34
|
-
readonly TRAINIUM2: "trainium2";
|
|
35
|
-
readonly U30: "u30";
|
|
36
|
-
readonly V100: "v100";
|
|
37
|
-
readonly VU9P: "vu9p";
|
|
38
|
-
};
|
|
39
|
-
export type AcceleratorName =
|
|
40
|
-
(typeof AcceleratorName)[keyof typeof AcceleratorName];
|
|
41
100
|
export interface AcceleratorTotalMemoryMiB {
|
|
42
101
|
Min?: number | undefined;
|
|
43
102
|
Max?: number | undefined;
|
|
@@ -46,117 +105,6 @@ export interface AcceleratorTotalMemoryMiBRequest {
|
|
|
46
105
|
Min?: number | undefined;
|
|
47
106
|
Max?: number | undefined;
|
|
48
107
|
}
|
|
49
|
-
export declare const AcceleratorType: {
|
|
50
|
-
readonly FPGA: "fpga";
|
|
51
|
-
readonly GPU: "gpu";
|
|
52
|
-
readonly INFERENCE: "inference";
|
|
53
|
-
readonly MEDIA: "media";
|
|
54
|
-
};
|
|
55
|
-
export type AcceleratorType =
|
|
56
|
-
(typeof AcceleratorType)[keyof typeof AcceleratorType];
|
|
57
|
-
export declare const ResourceType: {
|
|
58
|
-
readonly capacity_block: "capacity-block";
|
|
59
|
-
readonly capacity_manager_data_export: "capacity-manager-data-export";
|
|
60
|
-
readonly capacity_reservation: "capacity-reservation";
|
|
61
|
-
readonly capacity_reservation_fleet: "capacity-reservation-fleet";
|
|
62
|
-
readonly carrier_gateway: "carrier-gateway";
|
|
63
|
-
readonly client_vpn_endpoint: "client-vpn-endpoint";
|
|
64
|
-
readonly coip_pool: "coip-pool";
|
|
65
|
-
readonly customer_gateway: "customer-gateway";
|
|
66
|
-
readonly declarative_policies_report: "declarative-policies-report";
|
|
67
|
-
readonly dedicated_host: "dedicated-host";
|
|
68
|
-
readonly dhcp_options: "dhcp-options";
|
|
69
|
-
readonly egress_only_internet_gateway: "egress-only-internet-gateway";
|
|
70
|
-
readonly elastic_gpu: "elastic-gpu";
|
|
71
|
-
readonly elastic_ip: "elastic-ip";
|
|
72
|
-
readonly export_image_task: "export-image-task";
|
|
73
|
-
readonly export_instance_task: "export-instance-task";
|
|
74
|
-
readonly fleet: "fleet";
|
|
75
|
-
readonly fpga_image: "fpga-image";
|
|
76
|
-
readonly host_reservation: "host-reservation";
|
|
77
|
-
readonly image: "image";
|
|
78
|
-
readonly image_usage_report: "image-usage-report";
|
|
79
|
-
readonly import_image_task: "import-image-task";
|
|
80
|
-
readonly import_snapshot_task: "import-snapshot-task";
|
|
81
|
-
readonly instance: "instance";
|
|
82
|
-
readonly instance_connect_endpoint: "instance-connect-endpoint";
|
|
83
|
-
readonly instance_event_window: "instance-event-window";
|
|
84
|
-
readonly internet_gateway: "internet-gateway";
|
|
85
|
-
readonly ipam: "ipam";
|
|
86
|
-
readonly ipam_external_resource_verification_token: "ipam-external-resource-verification-token";
|
|
87
|
-
readonly ipam_pool: "ipam-pool";
|
|
88
|
-
readonly ipam_prefix_list_resolver: "ipam-prefix-list-resolver";
|
|
89
|
-
readonly ipam_prefix_list_resolver_target: "ipam-prefix-list-resolver-target";
|
|
90
|
-
readonly ipam_resource_discovery: "ipam-resource-discovery";
|
|
91
|
-
readonly ipam_resource_discovery_association: "ipam-resource-discovery-association";
|
|
92
|
-
readonly ipam_scope: "ipam-scope";
|
|
93
|
-
readonly ipv4pool_ec2: "ipv4pool-ec2";
|
|
94
|
-
readonly ipv6pool_ec2: "ipv6pool-ec2";
|
|
95
|
-
readonly key_pair: "key-pair";
|
|
96
|
-
readonly launch_template: "launch-template";
|
|
97
|
-
readonly local_gateway: "local-gateway";
|
|
98
|
-
readonly local_gateway_route_table: "local-gateway-route-table";
|
|
99
|
-
readonly local_gateway_route_table_virtual_interface_group_association: "local-gateway-route-table-virtual-interface-group-association";
|
|
100
|
-
readonly local_gateway_route_table_vpc_association: "local-gateway-route-table-vpc-association";
|
|
101
|
-
readonly local_gateway_virtual_interface: "local-gateway-virtual-interface";
|
|
102
|
-
readonly local_gateway_virtual_interface_group: "local-gateway-virtual-interface-group";
|
|
103
|
-
readonly mac_modification_task: "mac-modification-task";
|
|
104
|
-
readonly natgateway: "natgateway";
|
|
105
|
-
readonly network_acl: "network-acl";
|
|
106
|
-
readonly network_insights_access_scope: "network-insights-access-scope";
|
|
107
|
-
readonly network_insights_access_scope_analysis: "network-insights-access-scope-analysis";
|
|
108
|
-
readonly network_insights_analysis: "network-insights-analysis";
|
|
109
|
-
readonly network_insights_path: "network-insights-path";
|
|
110
|
-
readonly network_interface: "network-interface";
|
|
111
|
-
readonly outpost_lag: "outpost-lag";
|
|
112
|
-
readonly placement_group: "placement-group";
|
|
113
|
-
readonly prefix_list: "prefix-list";
|
|
114
|
-
readonly replace_root_volume_task: "replace-root-volume-task";
|
|
115
|
-
readonly reserved_instances: "reserved-instances";
|
|
116
|
-
readonly route_server: "route-server";
|
|
117
|
-
readonly route_server_endpoint: "route-server-endpoint";
|
|
118
|
-
readonly route_server_peer: "route-server-peer";
|
|
119
|
-
readonly route_table: "route-table";
|
|
120
|
-
readonly security_group: "security-group";
|
|
121
|
-
readonly security_group_rule: "security-group-rule";
|
|
122
|
-
readonly service_link_virtual_interface: "service-link-virtual-interface";
|
|
123
|
-
readonly snapshot: "snapshot";
|
|
124
|
-
readonly spot_fleet_request: "spot-fleet-request";
|
|
125
|
-
readonly spot_instances_request: "spot-instances-request";
|
|
126
|
-
readonly subnet: "subnet";
|
|
127
|
-
readonly subnet_cidr_reservation: "subnet-cidr-reservation";
|
|
128
|
-
readonly traffic_mirror_filter: "traffic-mirror-filter";
|
|
129
|
-
readonly traffic_mirror_filter_rule: "traffic-mirror-filter-rule";
|
|
130
|
-
readonly traffic_mirror_session: "traffic-mirror-session";
|
|
131
|
-
readonly traffic_mirror_target: "traffic-mirror-target";
|
|
132
|
-
readonly transit_gateway: "transit-gateway";
|
|
133
|
-
readonly transit_gateway_attachment: "transit-gateway-attachment";
|
|
134
|
-
readonly transit_gateway_connect_peer: "transit-gateway-connect-peer";
|
|
135
|
-
readonly transit_gateway_multicast_domain: "transit-gateway-multicast-domain";
|
|
136
|
-
readonly transit_gateway_policy_table: "transit-gateway-policy-table";
|
|
137
|
-
readonly transit_gateway_route_table: "transit-gateway-route-table";
|
|
138
|
-
readonly transit_gateway_route_table_announcement: "transit-gateway-route-table-announcement";
|
|
139
|
-
readonly verified_access_endpoint: "verified-access-endpoint";
|
|
140
|
-
readonly verified_access_endpoint_target: "verified-access-endpoint-target";
|
|
141
|
-
readonly verified_access_group: "verified-access-group";
|
|
142
|
-
readonly verified_access_instance: "verified-access-instance";
|
|
143
|
-
readonly verified_access_policy: "verified-access-policy";
|
|
144
|
-
readonly verified_access_trust_provider: "verified-access-trust-provider";
|
|
145
|
-
readonly volume: "volume";
|
|
146
|
-
readonly vpc: "vpc";
|
|
147
|
-
readonly vpc_block_public_access_exclusion: "vpc-block-public-access-exclusion";
|
|
148
|
-
readonly vpc_endpoint: "vpc-endpoint";
|
|
149
|
-
readonly vpc_endpoint_connection: "vpc-endpoint-connection";
|
|
150
|
-
readonly vpc_endpoint_connection_device_type: "vpc-endpoint-connection-device-type";
|
|
151
|
-
readonly vpc_endpoint_service: "vpc-endpoint-service";
|
|
152
|
-
readonly vpc_endpoint_service_permission: "vpc-endpoint-service-permission";
|
|
153
|
-
readonly vpc_flow_log: "vpc-flow-log";
|
|
154
|
-
readonly vpc_peering_connection: "vpc-peering-connection";
|
|
155
|
-
readonly vpn_connection: "vpn-connection";
|
|
156
|
-
readonly vpn_connection_device_type: "vpn-connection-device-type";
|
|
157
|
-
readonly vpn_gateway: "vpn-gateway";
|
|
158
|
-
};
|
|
159
|
-
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
160
108
|
export interface Tag {
|
|
161
109
|
Key?: string | undefined;
|
|
162
110
|
Value?: string | undefined;
|
|
@@ -170,13 +118,6 @@ export interface AcceptAddressTransferRequest {
|
|
|
170
118
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
171
119
|
DryRun?: boolean | undefined;
|
|
172
120
|
}
|
|
173
|
-
export declare const AddressTransferStatus: {
|
|
174
|
-
readonly accepted: "accepted";
|
|
175
|
-
readonly disabled: "disabled";
|
|
176
|
-
readonly pending: "pending";
|
|
177
|
-
};
|
|
178
|
-
export type AddressTransferStatus =
|
|
179
|
-
(typeof AddressTransferStatus)[keyof typeof AddressTransferStatus];
|
|
180
121
|
export interface AddressTransfer {
|
|
181
122
|
PublicIp?: string | undefined;
|
|
182
123
|
AllocationId?: string | undefined;
|
|
@@ -213,28 +154,6 @@ export interface AcceptTransitGatewayMulticastDomainAssociationsRequest {
|
|
|
213
154
|
SubnetIds?: string[] | undefined;
|
|
214
155
|
DryRun?: boolean | undefined;
|
|
215
156
|
}
|
|
216
|
-
export declare const TransitGatewayAttachmentResourceType: {
|
|
217
|
-
readonly connect: "connect";
|
|
218
|
-
readonly direct_connect_gateway: "direct-connect-gateway";
|
|
219
|
-
readonly network_function: "network-function";
|
|
220
|
-
readonly peering: "peering";
|
|
221
|
-
readonly tgw_peering: "tgw-peering";
|
|
222
|
-
readonly vpc: "vpc";
|
|
223
|
-
readonly vpn: "vpn";
|
|
224
|
-
};
|
|
225
|
-
export type TransitGatewayAttachmentResourceType =
|
|
226
|
-
(typeof TransitGatewayAttachmentResourceType)[keyof typeof TransitGatewayAttachmentResourceType];
|
|
227
|
-
export declare const TransitGatewayMulitcastDomainAssociationState: {
|
|
228
|
-
readonly associated: "associated";
|
|
229
|
-
readonly associating: "associating";
|
|
230
|
-
readonly disassociated: "disassociated";
|
|
231
|
-
readonly disassociating: "disassociating";
|
|
232
|
-
readonly failed: "failed";
|
|
233
|
-
readonly pendingAcceptance: "pendingAcceptance";
|
|
234
|
-
readonly rejected: "rejected";
|
|
235
|
-
};
|
|
236
|
-
export type TransitGatewayMulitcastDomainAssociationState =
|
|
237
|
-
(typeof TransitGatewayMulitcastDomainAssociationState)[keyof typeof TransitGatewayMulitcastDomainAssociationState];
|
|
238
157
|
export interface SubnetAssociation {
|
|
239
158
|
SubnetId?: string | undefined;
|
|
240
159
|
State?: TransitGatewayMulitcastDomainAssociationState | undefined;
|
|
@@ -260,32 +179,9 @@ export interface PeeringTgwInfo {
|
|
|
260
179
|
OwnerId?: string | undefined;
|
|
261
180
|
Region?: string | undefined;
|
|
262
181
|
}
|
|
263
|
-
export declare const DynamicRoutingValue: {
|
|
264
|
-
readonly disable: "disable";
|
|
265
|
-
readonly enable: "enable";
|
|
266
|
-
};
|
|
267
|
-
export type DynamicRoutingValue =
|
|
268
|
-
(typeof DynamicRoutingValue)[keyof typeof DynamicRoutingValue];
|
|
269
182
|
export interface TransitGatewayPeeringAttachmentOptions {
|
|
270
183
|
DynamicRouting?: DynamicRoutingValue | undefined;
|
|
271
184
|
}
|
|
272
|
-
export declare const TransitGatewayAttachmentState: {
|
|
273
|
-
readonly available: "available";
|
|
274
|
-
readonly deleted: "deleted";
|
|
275
|
-
readonly deleting: "deleting";
|
|
276
|
-
readonly failed: "failed";
|
|
277
|
-
readonly failing: "failing";
|
|
278
|
-
readonly initiating: "initiating";
|
|
279
|
-
readonly initiatingRequest: "initiatingRequest";
|
|
280
|
-
readonly modifying: "modifying";
|
|
281
|
-
readonly pending: "pending";
|
|
282
|
-
readonly pendingAcceptance: "pendingAcceptance";
|
|
283
|
-
readonly rejected: "rejected";
|
|
284
|
-
readonly rejecting: "rejecting";
|
|
285
|
-
readonly rollingBack: "rollingBack";
|
|
286
|
-
};
|
|
287
|
-
export type TransitGatewayAttachmentState =
|
|
288
|
-
(typeof TransitGatewayAttachmentState)[keyof typeof TransitGatewayAttachmentState];
|
|
289
185
|
export interface PeeringAttachmentStatus {
|
|
290
186
|
Code?: string | undefined;
|
|
291
187
|
Message?: string | undefined;
|
|
@@ -308,30 +204,6 @@ export interface AcceptTransitGatewayVpcAttachmentRequest {
|
|
|
308
204
|
TransitGatewayAttachmentId: string | undefined;
|
|
309
205
|
DryRun?: boolean | undefined;
|
|
310
206
|
}
|
|
311
|
-
export declare const ApplianceModeSupportValue: {
|
|
312
|
-
readonly disable: "disable";
|
|
313
|
-
readonly enable: "enable";
|
|
314
|
-
};
|
|
315
|
-
export type ApplianceModeSupportValue =
|
|
316
|
-
(typeof ApplianceModeSupportValue)[keyof typeof ApplianceModeSupportValue];
|
|
317
|
-
export declare const DnsSupportValue: {
|
|
318
|
-
readonly disable: "disable";
|
|
319
|
-
readonly enable: "enable";
|
|
320
|
-
};
|
|
321
|
-
export type DnsSupportValue =
|
|
322
|
-
(typeof DnsSupportValue)[keyof typeof DnsSupportValue];
|
|
323
|
-
export declare const Ipv6SupportValue: {
|
|
324
|
-
readonly disable: "disable";
|
|
325
|
-
readonly enable: "enable";
|
|
326
|
-
};
|
|
327
|
-
export type Ipv6SupportValue =
|
|
328
|
-
(typeof Ipv6SupportValue)[keyof typeof Ipv6SupportValue];
|
|
329
|
-
export declare const SecurityGroupReferencingSupportValue: {
|
|
330
|
-
readonly disable: "disable";
|
|
331
|
-
readonly enable: "enable";
|
|
332
|
-
};
|
|
333
|
-
export type SecurityGroupReferencingSupportValue =
|
|
334
|
-
(typeof SecurityGroupReferencingSupportValue)[keyof typeof SecurityGroupReferencingSupportValue];
|
|
335
207
|
export interface TransitGatewayVpcAttachmentOptions {
|
|
336
208
|
DnsSupport?: DnsSupportValue | undefined;
|
|
337
209
|
SecurityGroupReferencingSupport?:
|
|
@@ -394,19 +266,6 @@ export interface VpcPeeringConnectionVpcInfo {
|
|
|
394
266
|
VpcId?: string | undefined;
|
|
395
267
|
Region?: string | undefined;
|
|
396
268
|
}
|
|
397
|
-
export declare const VpcPeeringConnectionStateReasonCode: {
|
|
398
|
-
readonly active: "active";
|
|
399
|
-
readonly deleted: "deleted";
|
|
400
|
-
readonly deleting: "deleting";
|
|
401
|
-
readonly expired: "expired";
|
|
402
|
-
readonly failed: "failed";
|
|
403
|
-
readonly initiating_request: "initiating-request";
|
|
404
|
-
readonly pending_acceptance: "pending-acceptance";
|
|
405
|
-
readonly provisioning: "provisioning";
|
|
406
|
-
readonly rejected: "rejected";
|
|
407
|
-
};
|
|
408
|
-
export type VpcPeeringConnectionStateReasonCode =
|
|
409
|
-
(typeof VpcPeeringConnectionStateReasonCode)[keyof typeof VpcPeeringConnectionStateReasonCode];
|
|
410
269
|
export interface VpcPeeringConnectionStateReason {
|
|
411
270
|
Code?: VpcPeeringConnectionStateReasonCode | undefined;
|
|
412
271
|
Message?: string | undefined;
|
|
@@ -616,11 +475,6 @@ export interface AccessScopeAnalysisFinding {
|
|
|
616
475
|
FindingId?: string | undefined;
|
|
617
476
|
FindingComponents?: PathComponent[] | undefined;
|
|
618
477
|
}
|
|
619
|
-
export declare const Protocol: {
|
|
620
|
-
readonly tcp: "tcp";
|
|
621
|
-
readonly udp: "udp";
|
|
622
|
-
};
|
|
623
|
-
export type Protocol = (typeof Protocol)[keyof typeof Protocol];
|
|
624
478
|
export interface PacketHeaderStatement {
|
|
625
479
|
SourceAddresses?: string[] | undefined;
|
|
626
480
|
DestinationAddresses?: string[] | undefined;
|
|
@@ -678,31 +532,12 @@ export interface AccountAttribute {
|
|
|
678
532
|
AttributeName?: string | undefined;
|
|
679
533
|
AttributeValues?: AccountAttributeValue[] | undefined;
|
|
680
534
|
}
|
|
681
|
-
export declare const AccountAttributeName: {
|
|
682
|
-
readonly default_vpc: "default-vpc";
|
|
683
|
-
readonly supported_platforms: "supported-platforms";
|
|
684
|
-
};
|
|
685
|
-
export type AccountAttributeName =
|
|
686
|
-
(typeof AccountAttributeName)[keyof typeof AccountAttributeName];
|
|
687
|
-
export declare const InstanceHealthStatus: {
|
|
688
|
-
readonly HEALTHY_STATUS: "healthy";
|
|
689
|
-
readonly UNHEALTHY_STATUS: "unhealthy";
|
|
690
|
-
};
|
|
691
|
-
export type InstanceHealthStatus =
|
|
692
|
-
(typeof InstanceHealthStatus)[keyof typeof InstanceHealthStatus];
|
|
693
535
|
export interface ActiveInstance {
|
|
694
536
|
InstanceId?: string | undefined;
|
|
695
537
|
InstanceType?: string | undefined;
|
|
696
538
|
SpotInstanceRequestId?: string | undefined;
|
|
697
539
|
InstanceHealth?: InstanceHealthStatus | undefined;
|
|
698
540
|
}
|
|
699
|
-
export declare const VpnTunnelProvisioningStatus: {
|
|
700
|
-
readonly available: "available";
|
|
701
|
-
readonly failed: "failed";
|
|
702
|
-
readonly pending: "pending";
|
|
703
|
-
};
|
|
704
|
-
export type VpnTunnelProvisioningStatus =
|
|
705
|
-
(typeof VpnTunnelProvisioningStatus)[keyof typeof VpnTunnelProvisioningStatus];
|
|
706
541
|
export interface ActiveVpnTunnelStatus {
|
|
707
542
|
Phase1EncryptionAlgorithm?: string | undefined;
|
|
708
543
|
Phase2EncryptionAlgorithm?: string | undefined;
|
|
@@ -714,23 +549,6 @@ export interface ActiveVpnTunnelStatus {
|
|
|
714
549
|
ProvisioningStatus?: VpnTunnelProvisioningStatus | undefined;
|
|
715
550
|
ProvisioningStatusReason?: string | undefined;
|
|
716
551
|
}
|
|
717
|
-
export declare const ActivityStatus: {
|
|
718
|
-
readonly ERROR: "error";
|
|
719
|
-
readonly FULFILLED: "fulfilled";
|
|
720
|
-
readonly PENDING_FULFILLMENT: "pending_fulfillment";
|
|
721
|
-
readonly PENDING_TERMINATION: "pending_termination";
|
|
722
|
-
};
|
|
723
|
-
export type ActivityStatus =
|
|
724
|
-
(typeof ActivityStatus)[keyof typeof ActivityStatus];
|
|
725
|
-
export declare const PrincipalType: {
|
|
726
|
-
readonly Account: "Account";
|
|
727
|
-
readonly All: "All";
|
|
728
|
-
readonly OrganizationUnit: "OrganizationUnit";
|
|
729
|
-
readonly Role: "Role";
|
|
730
|
-
readonly Service: "Service";
|
|
731
|
-
readonly User: "User";
|
|
732
|
-
};
|
|
733
|
-
export type PrincipalType = (typeof PrincipalType)[keyof typeof PrincipalType];
|
|
734
552
|
export interface AddedPrincipal {
|
|
735
553
|
PrincipalType?: PrincipalType | undefined;
|
|
736
554
|
Principal?: string | undefined;
|
|
@@ -747,18 +565,6 @@ export interface AddPrefixListEntry {
|
|
|
747
565
|
Cidr: string | undefined;
|
|
748
566
|
Description?: string | undefined;
|
|
749
567
|
}
|
|
750
|
-
export declare const DomainType: {
|
|
751
|
-
readonly standard: "standard";
|
|
752
|
-
readonly vpc: "vpc";
|
|
753
|
-
};
|
|
754
|
-
export type DomainType = (typeof DomainType)[keyof typeof DomainType];
|
|
755
|
-
export declare const ServiceManaged: {
|
|
756
|
-
readonly alb: "alb";
|
|
757
|
-
readonly nlb: "nlb";
|
|
758
|
-
readonly rnat: "rnat";
|
|
759
|
-
};
|
|
760
|
-
export type ServiceManaged =
|
|
761
|
-
(typeof ServiceManaged)[keyof typeof ServiceManaged];
|
|
762
568
|
export interface Address {
|
|
763
569
|
AllocationId?: string | undefined;
|
|
764
570
|
AssociationId?: string | undefined;
|
|
@@ -788,50 +594,18 @@ export interface AddressAttribute {
|
|
|
788
594
|
PtrRecord?: string | undefined;
|
|
789
595
|
PtrRecordUpdate?: PtrUpdateStatus | undefined;
|
|
790
596
|
}
|
|
791
|
-
export declare const AddressAttributeName: {
|
|
792
|
-
readonly domain_name: "domain-name";
|
|
793
|
-
};
|
|
794
|
-
export type AddressAttributeName =
|
|
795
|
-
(typeof AddressAttributeName)[keyof typeof AddressAttributeName];
|
|
796
|
-
export declare const AddressFamily: {
|
|
797
|
-
readonly ipv4: "ipv4";
|
|
798
|
-
readonly ipv6: "ipv6";
|
|
799
|
-
};
|
|
800
|
-
export type AddressFamily = (typeof AddressFamily)[keyof typeof AddressFamily];
|
|
801
597
|
export interface AdvertiseByoipCidrRequest {
|
|
802
598
|
Cidr: string | undefined;
|
|
803
599
|
Asn?: string | undefined;
|
|
804
600
|
DryRun?: boolean | undefined;
|
|
805
601
|
NetworkBorderGroup?: string | undefined;
|
|
806
602
|
}
|
|
807
|
-
export declare const AsnAssociationState: {
|
|
808
|
-
readonly associated: "associated";
|
|
809
|
-
readonly disassociated: "disassociated";
|
|
810
|
-
readonly failed_association: "failed-association";
|
|
811
|
-
readonly failed_disassociation: "failed-disassociation";
|
|
812
|
-
readonly pending_association: "pending-association";
|
|
813
|
-
readonly pending_disassociation: "pending-disassociation";
|
|
814
|
-
};
|
|
815
|
-
export type AsnAssociationState =
|
|
816
|
-
(typeof AsnAssociationState)[keyof typeof AsnAssociationState];
|
|
817
603
|
export interface AsnAssociation {
|
|
818
604
|
Asn?: string | undefined;
|
|
819
605
|
Cidr?: string | undefined;
|
|
820
606
|
StatusMessage?: string | undefined;
|
|
821
607
|
State?: AsnAssociationState | undefined;
|
|
822
608
|
}
|
|
823
|
-
export declare const ByoipCidrState: {
|
|
824
|
-
readonly advertised: "advertised";
|
|
825
|
-
readonly deprovisioned: "deprovisioned";
|
|
826
|
-
readonly failed_deprovision: "failed-deprovision";
|
|
827
|
-
readonly failed_provision: "failed-provision";
|
|
828
|
-
readonly pending_deprovision: "pending-deprovision";
|
|
829
|
-
readonly pending_provision: "pending-provision";
|
|
830
|
-
readonly provisioned: "provisioned";
|
|
831
|
-
readonly provisioned_not_publicly_advertisable: "provisioned-not-publicly-advertisable";
|
|
832
|
-
};
|
|
833
|
-
export type ByoipCidrState =
|
|
834
|
-
(typeof ByoipCidrState)[keyof typeof ByoipCidrState];
|
|
835
609
|
export interface ByoipCidr {
|
|
836
610
|
Cidr?: string | undefined;
|
|
837
611
|
Description?: string | undefined;
|
|
@@ -843,11 +617,6 @@ export interface ByoipCidr {
|
|
|
843
617
|
export interface AdvertiseByoipCidrResult {
|
|
844
618
|
ByoipCidr?: ByoipCidr | undefined;
|
|
845
619
|
}
|
|
846
|
-
export declare const Affinity: {
|
|
847
|
-
readonly default: "default";
|
|
848
|
-
readonly host: "host";
|
|
849
|
-
};
|
|
850
|
-
export type Affinity = (typeof Affinity)[keyof typeof Affinity];
|
|
851
620
|
export interface AllocateAddressRequest {
|
|
852
621
|
Domain?: DomainType | undefined;
|
|
853
622
|
Address?: string | undefined;
|
|
@@ -868,22 +637,6 @@ export interface AllocateAddressResult {
|
|
|
868
637
|
CarrierIp?: string | undefined;
|
|
869
638
|
PublicIp?: string | undefined;
|
|
870
639
|
}
|
|
871
|
-
export declare const AutoPlacement: {
|
|
872
|
-
readonly off: "off";
|
|
873
|
-
readonly on: "on";
|
|
874
|
-
};
|
|
875
|
-
export type AutoPlacement = (typeof AutoPlacement)[keyof typeof AutoPlacement];
|
|
876
|
-
export declare const HostMaintenance: {
|
|
877
|
-
readonly off: "off";
|
|
878
|
-
readonly on: "on";
|
|
879
|
-
};
|
|
880
|
-
export type HostMaintenance =
|
|
881
|
-
(typeof HostMaintenance)[keyof typeof HostMaintenance];
|
|
882
|
-
export declare const HostRecovery: {
|
|
883
|
-
readonly off: "off";
|
|
884
|
-
readonly on: "on";
|
|
885
|
-
};
|
|
886
|
-
export type HostRecovery = (typeof HostRecovery)[keyof typeof HostRecovery];
|
|
887
640
|
export interface AllocateHostsRequest {
|
|
888
641
|
InstanceFamily?: string | undefined;
|
|
889
642
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
@@ -912,16 +665,6 @@ export interface AllocateIpamPoolCidrRequest {
|
|
|
912
665
|
AllowedCidrs?: string[] | undefined;
|
|
913
666
|
DisallowedCidrs?: string[] | undefined;
|
|
914
667
|
}
|
|
915
|
-
export declare const IpamPoolAllocationResourceType: {
|
|
916
|
-
readonly custom: "custom";
|
|
917
|
-
readonly ec2_public_ipv4_pool: "ec2-public-ipv4-pool";
|
|
918
|
-
readonly eip: "eip";
|
|
919
|
-
readonly ipam_pool: "ipam-pool";
|
|
920
|
-
readonly subnet: "subnet";
|
|
921
|
-
readonly vpc: "vpc";
|
|
922
|
-
};
|
|
923
|
-
export type IpamPoolAllocationResourceType =
|
|
924
|
-
(typeof IpamPoolAllocationResourceType)[keyof typeof IpamPoolAllocationResourceType];
|
|
925
668
|
export interface IpamPoolAllocation {
|
|
926
669
|
Cidr?: string | undefined;
|
|
927
670
|
IpamPoolAllocationId?: string | undefined;
|
|
@@ -934,42 +677,6 @@ export interface IpamPoolAllocation {
|
|
|
934
677
|
export interface AllocateIpamPoolCidrResult {
|
|
935
678
|
IpamPoolAllocation?: IpamPoolAllocation | undefined;
|
|
936
679
|
}
|
|
937
|
-
export declare const AllocationState: {
|
|
938
|
-
readonly available: "available";
|
|
939
|
-
readonly pending: "pending";
|
|
940
|
-
readonly permanent_failure: "permanent-failure";
|
|
941
|
-
readonly released: "released";
|
|
942
|
-
readonly released_permanent_failure: "released-permanent-failure";
|
|
943
|
-
readonly under_assessment: "under-assessment";
|
|
944
|
-
};
|
|
945
|
-
export type AllocationState =
|
|
946
|
-
(typeof AllocationState)[keyof typeof AllocationState];
|
|
947
|
-
export declare const AllocationStrategy: {
|
|
948
|
-
readonly CAPACITY_OPTIMIZED: "capacityOptimized";
|
|
949
|
-
readonly CAPACITY_OPTIMIZED_PRIORITIZED: "capacityOptimizedPrioritized";
|
|
950
|
-
readonly DIVERSIFIED: "diversified";
|
|
951
|
-
readonly LOWEST_PRICE: "lowestPrice";
|
|
952
|
-
readonly PRICE_CAPACITY_OPTIMIZED: "priceCapacityOptimized";
|
|
953
|
-
};
|
|
954
|
-
export type AllocationStrategy =
|
|
955
|
-
(typeof AllocationStrategy)[keyof typeof AllocationStrategy];
|
|
956
|
-
export declare const AllocationType: {
|
|
957
|
-
readonly future: "future";
|
|
958
|
-
readonly used: "used";
|
|
959
|
-
};
|
|
960
|
-
export type AllocationType =
|
|
961
|
-
(typeof AllocationType)[keyof typeof AllocationType];
|
|
962
|
-
export declare const AllowedImagesSettingsDisabledState: {
|
|
963
|
-
readonly disabled: "disabled";
|
|
964
|
-
};
|
|
965
|
-
export type AllowedImagesSettingsDisabledState =
|
|
966
|
-
(typeof AllowedImagesSettingsDisabledState)[keyof typeof AllowedImagesSettingsDisabledState];
|
|
967
|
-
export declare const AllowedImagesSettingsEnabledState: {
|
|
968
|
-
readonly audit_mode: "audit-mode";
|
|
969
|
-
readonly enabled: "enabled";
|
|
970
|
-
};
|
|
971
|
-
export type AllowedImagesSettingsEnabledState =
|
|
972
|
-
(typeof AllowedImagesSettingsEnabledState)[keyof typeof AllowedImagesSettingsEnabledState];
|
|
973
680
|
export interface AllowedPrincipal {
|
|
974
681
|
PrincipalType?: PrincipalType | undefined;
|
|
975
682
|
Principal?: string | undefined;
|
|
@@ -977,12 +684,6 @@ export interface AllowedPrincipal {
|
|
|
977
684
|
Tags?: Tag[] | undefined;
|
|
978
685
|
ServiceId?: string | undefined;
|
|
979
686
|
}
|
|
980
|
-
export declare const AllowsMultipleInstanceTypes: {
|
|
981
|
-
readonly off: "off";
|
|
982
|
-
readonly on: "on";
|
|
983
|
-
};
|
|
984
|
-
export type AllowsMultipleInstanceTypes =
|
|
985
|
-
(typeof AllowsMultipleInstanceTypes)[keyof typeof AllowsMultipleInstanceTypes];
|
|
986
687
|
export interface AlternatePathHint {
|
|
987
688
|
ComponentId?: string | undefined;
|
|
988
689
|
ComponentArn?: string | undefined;
|
|
@@ -1033,16 +734,6 @@ export interface AssignPrivateNatGatewayAddressRequest {
|
|
|
1033
734
|
PrivateIpAddressCount?: number | undefined;
|
|
1034
735
|
DryRun?: boolean | undefined;
|
|
1035
736
|
}
|
|
1036
|
-
export declare const NatGatewayAddressStatus: {
|
|
1037
|
-
readonly ASSIGNING: "assigning";
|
|
1038
|
-
readonly ASSOCIATING: "associating";
|
|
1039
|
-
readonly DISASSOCIATING: "disassociating";
|
|
1040
|
-
readonly FAILED: "failed";
|
|
1041
|
-
readonly SUCCEEDED: "succeeded";
|
|
1042
|
-
readonly UNASSIGNING: "unassigning";
|
|
1043
|
-
};
|
|
1044
|
-
export type NatGatewayAddressStatus =
|
|
1045
|
-
(typeof NatGatewayAddressStatus)[keyof typeof NatGatewayAddressStatus];
|
|
1046
737
|
export interface NatGatewayAddress {
|
|
1047
738
|
AllocationId?: string | undefined;
|
|
1048
739
|
NetworkInterfaceId?: string | undefined;
|
|
@@ -1052,6 +743,8 @@ export interface NatGatewayAddress {
|
|
|
1052
743
|
IsPrimary?: boolean | undefined;
|
|
1053
744
|
FailureMessage?: string | undefined;
|
|
1054
745
|
Status?: NatGatewayAddressStatus | undefined;
|
|
746
|
+
AvailabilityZone?: string | undefined;
|
|
747
|
+
AvailabilityZoneId?: string | undefined;
|
|
1055
748
|
}
|
|
1056
749
|
export interface AssignPrivateNatGatewayAddressResult {
|
|
1057
750
|
NatGatewayId?: string | undefined;
|
|
@@ -1083,15 +776,6 @@ export interface AssociateClientVpnTargetNetworkRequest {
|
|
|
1083
776
|
ClientToken?: string | undefined;
|
|
1084
777
|
DryRun?: boolean | undefined;
|
|
1085
778
|
}
|
|
1086
|
-
export declare const AssociationStatusCode: {
|
|
1087
|
-
readonly associated: "associated";
|
|
1088
|
-
readonly associating: "associating";
|
|
1089
|
-
readonly association_failed: "association-failed";
|
|
1090
|
-
readonly disassociated: "disassociated";
|
|
1091
|
-
readonly disassociating: "disassociating";
|
|
1092
|
-
};
|
|
1093
|
-
export type AssociationStatusCode =
|
|
1094
|
-
(typeof AssociationStatusCode)[keyof typeof AssociationStatusCode];
|
|
1095
779
|
export interface AssociationStatus {
|
|
1096
780
|
Code?: AssociationStatusCode | undefined;
|
|
1097
781
|
Message?: string | undefined;
|
|
@@ -1127,14 +811,6 @@ export interface IamInstanceProfile {
|
|
|
1127
811
|
Arn?: string | undefined;
|
|
1128
812
|
Id?: string | undefined;
|
|
1129
813
|
}
|
|
1130
|
-
export declare const IamInstanceProfileAssociationState: {
|
|
1131
|
-
readonly ASSOCIATED: "associated";
|
|
1132
|
-
readonly ASSOCIATING: "associating";
|
|
1133
|
-
readonly DISASSOCIATED: "disassociated";
|
|
1134
|
-
readonly DISASSOCIATING: "disassociating";
|
|
1135
|
-
};
|
|
1136
|
-
export type IamInstanceProfileAssociationState =
|
|
1137
|
-
(typeof IamInstanceProfileAssociationState)[keyof typeof IamInstanceProfileAssociationState];
|
|
1138
814
|
export interface IamInstanceProfileAssociation {
|
|
1139
815
|
AssociationId?: string | undefined;
|
|
1140
816
|
InstanceId?: string | undefined;
|
|
@@ -1160,24 +836,6 @@ export interface InstanceEventWindowAssociationTarget {
|
|
|
1160
836
|
Tags?: Tag[] | undefined;
|
|
1161
837
|
DedicatedHostIds?: string[] | undefined;
|
|
1162
838
|
}
|
|
1163
|
-
export declare const InstanceEventWindowState: {
|
|
1164
|
-
readonly active: "active";
|
|
1165
|
-
readonly creating: "creating";
|
|
1166
|
-
readonly deleted: "deleted";
|
|
1167
|
-
readonly deleting: "deleting";
|
|
1168
|
-
};
|
|
1169
|
-
export type InstanceEventWindowState =
|
|
1170
|
-
(typeof InstanceEventWindowState)[keyof typeof InstanceEventWindowState];
|
|
1171
|
-
export declare const WeekDay: {
|
|
1172
|
-
readonly friday: "friday";
|
|
1173
|
-
readonly monday: "monday";
|
|
1174
|
-
readonly saturday: "saturday";
|
|
1175
|
-
readonly sunday: "sunday";
|
|
1176
|
-
readonly thursday: "thursday";
|
|
1177
|
-
readonly tuesday: "tuesday";
|
|
1178
|
-
readonly wednesday: "wednesday";
|
|
1179
|
-
};
|
|
1180
|
-
export type WeekDay = (typeof WeekDay)[keyof typeof WeekDay];
|
|
1181
839
|
export interface InstanceEventWindowTimeRange {
|
|
1182
840
|
StartWeekDay?: WeekDay | undefined;
|
|
1183
841
|
StartHour?: number | undefined;
|
|
@@ -1211,25 +869,6 @@ export interface AssociateIpamResourceDiscoveryRequest {
|
|
|
1211
869
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
1212
870
|
ClientToken?: string | undefined;
|
|
1213
871
|
}
|
|
1214
|
-
export declare const IpamAssociatedResourceDiscoveryStatus: {
|
|
1215
|
-
readonly ACTIVE: "active";
|
|
1216
|
-
readonly NOT_FOUND: "not-found";
|
|
1217
|
-
};
|
|
1218
|
-
export type IpamAssociatedResourceDiscoveryStatus =
|
|
1219
|
-
(typeof IpamAssociatedResourceDiscoveryStatus)[keyof typeof IpamAssociatedResourceDiscoveryStatus];
|
|
1220
|
-
export declare const IpamResourceDiscoveryAssociationState: {
|
|
1221
|
-
readonly ASSOCIATE_COMPLETE: "associate-complete";
|
|
1222
|
-
readonly ASSOCIATE_FAILED: "associate-failed";
|
|
1223
|
-
readonly ASSOCIATE_IN_PROGRESS: "associate-in-progress";
|
|
1224
|
-
readonly DISASSOCIATE_COMPLETE: "disassociate-complete";
|
|
1225
|
-
readonly DISASSOCIATE_FAILED: "disassociate-failed";
|
|
1226
|
-
readonly DISASSOCIATE_IN_PROGRESS: "disassociate-in-progress";
|
|
1227
|
-
readonly ISOLATE_COMPLETE: "isolate-complete";
|
|
1228
|
-
readonly ISOLATE_IN_PROGRESS: "isolate-in-progress";
|
|
1229
|
-
readonly RESTORE_IN_PROGRESS: "restore-in-progress";
|
|
1230
|
-
};
|
|
1231
|
-
export type IpamResourceDiscoveryAssociationState =
|
|
1232
|
-
(typeof IpamResourceDiscoveryAssociationState)[keyof typeof IpamResourceDiscoveryAssociationState];
|
|
1233
872
|
export interface IpamResourceDiscoveryAssociation {
|
|
1234
873
|
OwnerId?: string | undefined;
|
|
1235
874
|
IpamResourceDiscoveryAssociationId?: string | undefined;
|
|
@@ -1253,6 +892,8 @@ export interface AssociateNatGatewayAddressRequest {
|
|
|
1253
892
|
AllocationIds: string[] | undefined;
|
|
1254
893
|
PrivateIpAddresses?: string[] | undefined;
|
|
1255
894
|
DryRun?: boolean | undefined;
|
|
895
|
+
AvailabilityZone?: string | undefined;
|
|
896
|
+
AvailabilityZoneId?: string | undefined;
|
|
1256
897
|
}
|
|
1257
898
|
export interface AssociateNatGatewayAddressResult {
|
|
1258
899
|
NatGatewayId?: string | undefined;
|
|
@@ -1263,13 +904,6 @@ export interface AssociateRouteServerRequest {
|
|
|
1263
904
|
VpcId: string | undefined;
|
|
1264
905
|
DryRun?: boolean | undefined;
|
|
1265
906
|
}
|
|
1266
|
-
export declare const RouteServerAssociationState: {
|
|
1267
|
-
readonly ASSOCIATED: "associated";
|
|
1268
|
-
readonly ASSOCIATING: "associating";
|
|
1269
|
-
readonly DISASSOCIATING: "disassociating";
|
|
1270
|
-
};
|
|
1271
|
-
export type RouteServerAssociationState =
|
|
1272
|
-
(typeof RouteServerAssociationState)[keyof typeof RouteServerAssociationState];
|
|
1273
907
|
export interface RouteServerAssociation {
|
|
1274
908
|
RouteServerId?: string | undefined;
|
|
1275
909
|
VpcId?: string | undefined;
|
|
@@ -1285,15 +919,6 @@ export interface AssociateRouteTableRequest {
|
|
|
1285
919
|
SubnetId?: string | undefined;
|
|
1286
920
|
RouteTableId: string | undefined;
|
|
1287
921
|
}
|
|
1288
|
-
export declare const RouteTableAssociationStateCode: {
|
|
1289
|
-
readonly associated: "associated";
|
|
1290
|
-
readonly associating: "associating";
|
|
1291
|
-
readonly disassociated: "disassociated";
|
|
1292
|
-
readonly disassociating: "disassociating";
|
|
1293
|
-
readonly failed: "failed";
|
|
1294
|
-
};
|
|
1295
|
-
export type RouteTableAssociationStateCode =
|
|
1296
|
-
(typeof RouteTableAssociationStateCode)[keyof typeof RouteTableAssociationStateCode];
|
|
1297
922
|
export interface RouteTableAssociationState {
|
|
1298
923
|
State?: RouteTableAssociationStateCode | undefined;
|
|
1299
924
|
StatusMessage?: string | undefined;
|
|
@@ -1307,16 +932,6 @@ export interface AssociateSecurityGroupVpcRequest {
|
|
|
1307
932
|
VpcId: string | undefined;
|
|
1308
933
|
DryRun?: boolean | undefined;
|
|
1309
934
|
}
|
|
1310
|
-
export declare const SecurityGroupVpcAssociationState: {
|
|
1311
|
-
readonly associated: "associated";
|
|
1312
|
-
readonly associating: "associating";
|
|
1313
|
-
readonly association_failed: "association-failed";
|
|
1314
|
-
readonly disassociated: "disassociated";
|
|
1315
|
-
readonly disassociating: "disassociating";
|
|
1316
|
-
readonly disassociation_failed: "disassociation-failed";
|
|
1317
|
-
};
|
|
1318
|
-
export type SecurityGroupVpcAssociationState =
|
|
1319
|
-
(typeof SecurityGroupVpcAssociationState)[keyof typeof SecurityGroupVpcAssociationState];
|
|
1320
935
|
export interface AssociateSecurityGroupVpcResult {
|
|
1321
936
|
State?: SecurityGroupVpcAssociationState | undefined;
|
|
1322
937
|
}
|
|
@@ -1326,28 +941,6 @@ export interface AssociateSubnetCidrBlockRequest {
|
|
|
1326
941
|
SubnetId: string | undefined;
|
|
1327
942
|
Ipv6CidrBlock?: string | undefined;
|
|
1328
943
|
}
|
|
1329
|
-
export declare const IpSource: {
|
|
1330
|
-
readonly amazon: "amazon";
|
|
1331
|
-
readonly byoip: "byoip";
|
|
1332
|
-
readonly none: "none";
|
|
1333
|
-
};
|
|
1334
|
-
export type IpSource = (typeof IpSource)[keyof typeof IpSource];
|
|
1335
|
-
export declare const Ipv6AddressAttribute: {
|
|
1336
|
-
readonly private: "private";
|
|
1337
|
-
readonly public: "public";
|
|
1338
|
-
};
|
|
1339
|
-
export type Ipv6AddressAttribute =
|
|
1340
|
-
(typeof Ipv6AddressAttribute)[keyof typeof Ipv6AddressAttribute];
|
|
1341
|
-
export declare const SubnetCidrBlockStateCode: {
|
|
1342
|
-
readonly associated: "associated";
|
|
1343
|
-
readonly associating: "associating";
|
|
1344
|
-
readonly disassociated: "disassociated";
|
|
1345
|
-
readonly disassociating: "disassociating";
|
|
1346
|
-
readonly failed: "failed";
|
|
1347
|
-
readonly failing: "failing";
|
|
1348
|
-
};
|
|
1349
|
-
export type SubnetCidrBlockStateCode =
|
|
1350
|
-
(typeof SubnetCidrBlockStateCode)[keyof typeof SubnetCidrBlockStateCode];
|
|
1351
944
|
export interface SubnetCidrBlockState {
|
|
1352
945
|
State?: SubnetCidrBlockStateCode | undefined;
|
|
1353
946
|
StatusMessage?: string | undefined;
|
|
@@ -1377,14 +970,6 @@ export interface AssociateTransitGatewayPolicyTableRequest {
|
|
|
1377
970
|
TransitGatewayAttachmentId: string | undefined;
|
|
1378
971
|
DryRun?: boolean | undefined;
|
|
1379
972
|
}
|
|
1380
|
-
export declare const TransitGatewayAssociationState: {
|
|
1381
|
-
readonly associated: "associated";
|
|
1382
|
-
readonly associating: "associating";
|
|
1383
|
-
readonly disassociated: "disassociated";
|
|
1384
|
-
readonly disassociating: "disassociating";
|
|
1385
|
-
};
|
|
1386
|
-
export type TransitGatewayAssociationState =
|
|
1387
|
-
(typeof TransitGatewayAssociationState)[keyof typeof TransitGatewayAssociationState];
|
|
1388
973
|
export interface TransitGatewayPolicyTableAssociation {
|
|
1389
974
|
TransitGatewayPolicyTableId?: string | undefined;
|
|
1390
975
|
TransitGatewayAttachmentId?: string | undefined;
|
|
@@ -1418,12 +1003,6 @@ export interface AssociateTrunkInterfaceRequest {
|
|
|
1418
1003
|
ClientToken?: string | undefined;
|
|
1419
1004
|
DryRun?: boolean | undefined;
|
|
1420
1005
|
}
|
|
1421
|
-
export declare const InterfaceProtocolType: {
|
|
1422
|
-
readonly GRE: "GRE";
|
|
1423
|
-
readonly VLAN: "VLAN";
|
|
1424
|
-
};
|
|
1425
|
-
export type InterfaceProtocolType =
|
|
1426
|
-
(typeof InterfaceProtocolType)[keyof typeof InterfaceProtocolType];
|
|
1427
1006
|
export interface TrunkInterfaceAssociation {
|
|
1428
1007
|
AssociationId?: string | undefined;
|
|
1429
1008
|
BranchInterfaceId?: string | undefined;
|
|
@@ -1449,16 +1028,6 @@ export interface AssociateVpcCidrBlockRequest {
|
|
|
1449
1028
|
VpcId: string | undefined;
|
|
1450
1029
|
AmazonProvidedIpv6CidrBlock?: boolean | undefined;
|
|
1451
1030
|
}
|
|
1452
|
-
export declare const VpcCidrBlockStateCode: {
|
|
1453
|
-
readonly associated: "associated";
|
|
1454
|
-
readonly associating: "associating";
|
|
1455
|
-
readonly disassociated: "disassociated";
|
|
1456
|
-
readonly disassociating: "disassociating";
|
|
1457
|
-
readonly failed: "failed";
|
|
1458
|
-
readonly failing: "failing";
|
|
1459
|
-
};
|
|
1460
|
-
export type VpcCidrBlockStateCode =
|
|
1461
|
-
(typeof VpcCidrBlockStateCode)[keyof typeof VpcCidrBlockStateCode];
|
|
1462
1031
|
export interface VpcCidrBlockState {
|
|
1463
1032
|
State?: VpcCidrBlockStateCode | undefined;
|
|
1464
1033
|
StatusMessage?: string | undefined;
|
|
@@ -1526,25 +1095,6 @@ export interface VerifiedAccessInstanceCustomSubDomain {
|
|
|
1526
1095
|
SubDomain?: string | undefined;
|
|
1527
1096
|
Nameservers?: string[] | undefined;
|
|
1528
1097
|
}
|
|
1529
|
-
export declare const DeviceTrustProviderType: {
|
|
1530
|
-
readonly crowdstrike: "crowdstrike";
|
|
1531
|
-
readonly jamf: "jamf";
|
|
1532
|
-
readonly jumpcloud: "jumpcloud";
|
|
1533
|
-
};
|
|
1534
|
-
export type DeviceTrustProviderType =
|
|
1535
|
-
(typeof DeviceTrustProviderType)[keyof typeof DeviceTrustProviderType];
|
|
1536
|
-
export declare const TrustProviderType: {
|
|
1537
|
-
readonly device: "device";
|
|
1538
|
-
readonly user: "user";
|
|
1539
|
-
};
|
|
1540
|
-
export type TrustProviderType =
|
|
1541
|
-
(typeof TrustProviderType)[keyof typeof TrustProviderType];
|
|
1542
|
-
export declare const UserTrustProviderType: {
|
|
1543
|
-
readonly iam_identity_center: "iam-identity-center";
|
|
1544
|
-
readonly oidc: "oidc";
|
|
1545
|
-
};
|
|
1546
|
-
export type UserTrustProviderType =
|
|
1547
|
-
(typeof UserTrustProviderType)[keyof typeof UserTrustProviderType];
|
|
1548
1098
|
export interface VerifiedAccessTrustProviderCondensed {
|
|
1549
1099
|
VerifiedAccessTrustProviderId?: string | undefined;
|
|
1550
1100
|
Description?: string | undefined;
|
|
@@ -1617,15 +1167,6 @@ export interface AttachVolumeRequest {
|
|
|
1617
1167
|
VolumeId: string | undefined;
|
|
1618
1168
|
DryRun?: boolean | undefined;
|
|
1619
1169
|
}
|
|
1620
|
-
export declare const VolumeAttachmentState: {
|
|
1621
|
-
readonly attached: "attached";
|
|
1622
|
-
readonly attaching: "attaching";
|
|
1623
|
-
readonly busy: "busy";
|
|
1624
|
-
readonly detached: "detached";
|
|
1625
|
-
readonly detaching: "detaching";
|
|
1626
|
-
};
|
|
1627
|
-
export type VolumeAttachmentState =
|
|
1628
|
-
(typeof VolumeAttachmentState)[keyof typeof VolumeAttachmentState];
|
|
1629
1170
|
export interface VolumeAttachment {
|
|
1630
1171
|
DeleteOnTermination?: boolean | undefined;
|
|
1631
1172
|
AssociatedResource?: string | undefined;
|
|
@@ -1641,14 +1182,6 @@ export interface AttachVpnGatewayRequest {
|
|
|
1641
1182
|
VpnGatewayId: string | undefined;
|
|
1642
1183
|
DryRun?: boolean | undefined;
|
|
1643
1184
|
}
|
|
1644
|
-
export declare const AttachmentStatus: {
|
|
1645
|
-
readonly attached: "attached";
|
|
1646
|
-
readonly attaching: "attaching";
|
|
1647
|
-
readonly detached: "detached";
|
|
1648
|
-
readonly detaching: "detaching";
|
|
1649
|
-
};
|
|
1650
|
-
export type AttachmentStatus =
|
|
1651
|
-
(typeof AttachmentStatus)[keyof typeof AttachmentStatus];
|
|
1652
1185
|
export interface VpcAttachment {
|
|
1653
1186
|
VpcId?: string | undefined;
|
|
1654
1187
|
State?: AttachmentStatus | undefined;
|
|
@@ -1665,14 +1198,6 @@ export interface AuthorizeClientVpnIngressRequest {
|
|
|
1665
1198
|
ClientToken?: string | undefined;
|
|
1666
1199
|
DryRun?: boolean | undefined;
|
|
1667
1200
|
}
|
|
1668
|
-
export declare const ClientVpnAuthorizationRuleStatusCode: {
|
|
1669
|
-
readonly active: "active";
|
|
1670
|
-
readonly authorizing: "authorizing";
|
|
1671
|
-
readonly failed: "failed";
|
|
1672
|
-
readonly revoking: "revoking";
|
|
1673
|
-
};
|
|
1674
|
-
export type ClientVpnAuthorizationRuleStatusCode =
|
|
1675
|
-
(typeof ClientVpnAuthorizationRuleStatusCode)[keyof typeof ClientVpnAuthorizationRuleStatusCode];
|
|
1676
1201
|
export interface ClientVpnAuthorizationRuleStatus {
|
|
1677
1202
|
Code?: ClientVpnAuthorizationRuleStatusCode | undefined;
|
|
1678
1203
|
Message?: string | undefined;
|
|
@@ -1785,17 +1310,6 @@ export interface BundleTaskError {
|
|
|
1785
1310
|
Code?: string | undefined;
|
|
1786
1311
|
Message?: string | undefined;
|
|
1787
1312
|
}
|
|
1788
|
-
export declare const BundleTaskState: {
|
|
1789
|
-
readonly bundling: "bundling";
|
|
1790
|
-
readonly cancelling: "cancelling";
|
|
1791
|
-
readonly complete: "complete";
|
|
1792
|
-
readonly failed: "failed";
|
|
1793
|
-
readonly pending: "pending";
|
|
1794
|
-
readonly storing: "storing";
|
|
1795
|
-
readonly waiting_for_shutdown: "waiting-for-shutdown";
|
|
1796
|
-
};
|
|
1797
|
-
export type BundleTaskState =
|
|
1798
|
-
(typeof BundleTaskState)[keyof typeof BundleTaskState];
|
|
1799
1313
|
export interface BundleTask {
|
|
1800
1314
|
InstanceId?: string | undefined;
|
|
1801
1315
|
BundleId?: string | undefined;
|
|
@@ -1837,19 +1351,6 @@ export interface FailedCapacityReservationFleetCancellationResult {
|
|
|
1837
1351
|
| CancelCapacityReservationFleetError
|
|
1838
1352
|
| undefined;
|
|
1839
1353
|
}
|
|
1840
|
-
export declare const CapacityReservationFleetState: {
|
|
1841
|
-
readonly ACTIVE: "active";
|
|
1842
|
-
readonly CANCELLED: "cancelled";
|
|
1843
|
-
readonly CANCELLING: "cancelling";
|
|
1844
|
-
readonly EXPIRED: "expired";
|
|
1845
|
-
readonly EXPIRING: "expiring";
|
|
1846
|
-
readonly FAILED: "failed";
|
|
1847
|
-
readonly MODIFYING: "modifying";
|
|
1848
|
-
readonly PARTIALLY_FULFILLED: "partially_fulfilled";
|
|
1849
|
-
readonly SUBMITTED: "submitted";
|
|
1850
|
-
};
|
|
1851
|
-
export type CapacityReservationFleetState =
|
|
1852
|
-
(typeof CapacityReservationFleetState)[keyof typeof CapacityReservationFleetState];
|
|
1853
1354
|
export interface CapacityReservationFleetCancellationState {
|
|
1854
1355
|
CurrentFleetState?: CapacityReservationFleetState | undefined;
|
|
1855
1356
|
PreviousFleetState?: CapacityReservationFleetState | undefined;
|
|
@@ -1898,35 +1399,16 @@ export interface CancelImportTaskResult {
|
|
|
1898
1399
|
export interface CancelReservedInstancesListingRequest {
|
|
1899
1400
|
ReservedInstancesListingId: string | undefined;
|
|
1900
1401
|
}
|
|
1901
|
-
export declare const ListingState: {
|
|
1902
|
-
readonly available: "available";
|
|
1903
|
-
readonly cancelled: "cancelled";
|
|
1904
|
-
readonly pending: "pending";
|
|
1905
|
-
readonly sold: "sold";
|
|
1906
|
-
};
|
|
1907
|
-
export type ListingState = (typeof ListingState)[keyof typeof ListingState];
|
|
1908
1402
|
export interface InstanceCount {
|
|
1909
1403
|
InstanceCount?: number | undefined;
|
|
1910
1404
|
State?: ListingState | undefined;
|
|
1911
1405
|
}
|
|
1912
|
-
export declare const CurrencyCodeValues: {
|
|
1913
|
-
readonly USD: "USD";
|
|
1914
|
-
};
|
|
1915
|
-
export type CurrencyCodeValues =
|
|
1916
|
-
(typeof CurrencyCodeValues)[keyof typeof CurrencyCodeValues];
|
|
1917
1406
|
export interface PriceSchedule {
|
|
1918
1407
|
Active?: boolean | undefined;
|
|
1919
1408
|
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
1920
1409
|
Price?: number | undefined;
|
|
1921
1410
|
Term?: number | undefined;
|
|
1922
1411
|
}
|
|
1923
|
-
export declare const ListingStatus: {
|
|
1924
|
-
readonly active: "active";
|
|
1925
|
-
readonly cancelled: "cancelled";
|
|
1926
|
-
readonly closed: "closed";
|
|
1927
|
-
readonly pending: "pending";
|
|
1928
|
-
};
|
|
1929
|
-
export type ListingStatus = (typeof ListingStatus)[keyof typeof ListingStatus];
|
|
1930
1412
|
export interface ReservedInstancesListing {
|
|
1931
1413
|
ClientToken?: string | undefined;
|
|
1932
1414
|
CreateDate?: Date | undefined;
|
|
@@ -1947,29 +1429,11 @@ export interface CancelSpotFleetRequestsRequest {
|
|
|
1947
1429
|
SpotFleetRequestIds: string[] | undefined;
|
|
1948
1430
|
TerminateInstances: boolean | undefined;
|
|
1949
1431
|
}
|
|
1950
|
-
export declare const BatchState: {
|
|
1951
|
-
readonly ACTIVE: "active";
|
|
1952
|
-
readonly CANCELLED: "cancelled";
|
|
1953
|
-
readonly CANCELLED_RUNNING: "cancelled_running";
|
|
1954
|
-
readonly CANCELLED_TERMINATING_INSTANCES: "cancelled_terminating";
|
|
1955
|
-
readonly FAILED: "failed";
|
|
1956
|
-
readonly MODIFYING: "modifying";
|
|
1957
|
-
readonly SUBMITTED: "submitted";
|
|
1958
|
-
};
|
|
1959
|
-
export type BatchState = (typeof BatchState)[keyof typeof BatchState];
|
|
1960
1432
|
export interface CancelSpotFleetRequestsSuccessItem {
|
|
1961
1433
|
CurrentSpotFleetRequestState?: BatchState | undefined;
|
|
1962
1434
|
PreviousSpotFleetRequestState?: BatchState | undefined;
|
|
1963
1435
|
SpotFleetRequestId?: string | undefined;
|
|
1964
1436
|
}
|
|
1965
|
-
export declare const CancelBatchErrorCode: {
|
|
1966
|
-
readonly FLEET_REQUEST_ID_DOES_NOT_EXIST: "fleetRequestIdDoesNotExist";
|
|
1967
|
-
readonly FLEET_REQUEST_ID_MALFORMED: "fleetRequestIdMalformed";
|
|
1968
|
-
readonly FLEET_REQUEST_NOT_IN_CANCELLABLE_STATE: "fleetRequestNotInCancellableState";
|
|
1969
|
-
readonly UNEXPECTED_ERROR: "unexpectedError";
|
|
1970
|
-
};
|
|
1971
|
-
export type CancelBatchErrorCode =
|
|
1972
|
-
(typeof CancelBatchErrorCode)[keyof typeof CancelBatchErrorCode];
|
|
1973
1437
|
export interface CancelSpotFleetRequestsError {
|
|
1974
1438
|
Code?: CancelBatchErrorCode | undefined;
|
|
1975
1439
|
Message?: string | undefined;
|
|
@@ -1986,15 +1450,6 @@ export interface CancelSpotInstanceRequestsRequest {
|
|
|
1986
1450
|
DryRun?: boolean | undefined;
|
|
1987
1451
|
SpotInstanceRequestIds: string[] | undefined;
|
|
1988
1452
|
}
|
|
1989
|
-
export declare const CancelSpotInstanceRequestState: {
|
|
1990
|
-
readonly active: "active";
|
|
1991
|
-
readonly cancelled: "cancelled";
|
|
1992
|
-
readonly closed: "closed";
|
|
1993
|
-
readonly completed: "completed";
|
|
1994
|
-
readonly open: "open";
|
|
1995
|
-
};
|
|
1996
|
-
export type CancelSpotInstanceRequestState =
|
|
1997
|
-
(typeof CancelSpotInstanceRequestState)[keyof typeof CancelSpotInstanceRequestState];
|
|
1998
1453
|
export interface CancelledSpotInstanceRequest {
|
|
1999
1454
|
SpotInstanceRequestId?: string | undefined;
|
|
2000
1455
|
State?: CancelSpotInstanceRequestState | undefined;
|
|
@@ -2011,3 +1466,503 @@ export interface ConfirmProductInstanceResult {
|
|
|
2011
1466
|
Return?: boolean | undefined;
|
|
2012
1467
|
OwnerId?: string | undefined;
|
|
2013
1468
|
}
|
|
1469
|
+
export interface CopyFpgaImageRequest {
|
|
1470
|
+
DryRun?: boolean | undefined;
|
|
1471
|
+
SourceFpgaImageId: string | undefined;
|
|
1472
|
+
Description?: string | undefined;
|
|
1473
|
+
Name?: string | undefined;
|
|
1474
|
+
SourceRegion: string | undefined;
|
|
1475
|
+
ClientToken?: string | undefined;
|
|
1476
|
+
}
|
|
1477
|
+
export interface CopyFpgaImageResult {
|
|
1478
|
+
FpgaImageId?: string | undefined;
|
|
1479
|
+
}
|
|
1480
|
+
export interface CopyImageRequest {
|
|
1481
|
+
ClientToken?: string | undefined;
|
|
1482
|
+
Description?: string | undefined;
|
|
1483
|
+
Encrypted?: boolean | undefined;
|
|
1484
|
+
KmsKeyId?: string | undefined;
|
|
1485
|
+
Name: string | undefined;
|
|
1486
|
+
SourceImageId: string | undefined;
|
|
1487
|
+
SourceRegion: string | undefined;
|
|
1488
|
+
DestinationOutpostArn?: string | undefined;
|
|
1489
|
+
CopyImageTags?: boolean | undefined;
|
|
1490
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1491
|
+
SnapshotCopyCompletionDurationMinutes?: number | undefined;
|
|
1492
|
+
DestinationAvailabilityZone?: string | undefined;
|
|
1493
|
+
DestinationAvailabilityZoneId?: string | undefined;
|
|
1494
|
+
DryRun?: boolean | undefined;
|
|
1495
|
+
}
|
|
1496
|
+
export interface CopyImageResult {
|
|
1497
|
+
ImageId?: string | undefined;
|
|
1498
|
+
}
|
|
1499
|
+
export interface CopySnapshotRequest {
|
|
1500
|
+
Description?: string | undefined;
|
|
1501
|
+
DestinationOutpostArn?: string | undefined;
|
|
1502
|
+
DestinationRegion?: string | undefined;
|
|
1503
|
+
Encrypted?: boolean | undefined;
|
|
1504
|
+
KmsKeyId?: string | undefined;
|
|
1505
|
+
PresignedUrl?: string | undefined;
|
|
1506
|
+
SourceRegion: string | undefined;
|
|
1507
|
+
SourceSnapshotId: string | undefined;
|
|
1508
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1509
|
+
CompletionDurationMinutes?: number | undefined;
|
|
1510
|
+
DestinationAvailabilityZone?: string | undefined;
|
|
1511
|
+
DryRun?: boolean | undefined;
|
|
1512
|
+
}
|
|
1513
|
+
export interface CopySnapshotResult {
|
|
1514
|
+
Tags?: Tag[] | undefined;
|
|
1515
|
+
SnapshotId?: string | undefined;
|
|
1516
|
+
}
|
|
1517
|
+
export interface CopyVolumesRequest {
|
|
1518
|
+
SourceVolumeId: string | undefined;
|
|
1519
|
+
Iops?: number | undefined;
|
|
1520
|
+
Size?: number | undefined;
|
|
1521
|
+
VolumeType?: VolumeType | undefined;
|
|
1522
|
+
DryRun?: boolean | undefined;
|
|
1523
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1524
|
+
MultiAttachEnabled?: boolean | undefined;
|
|
1525
|
+
Throughput?: number | undefined;
|
|
1526
|
+
ClientToken?: string | undefined;
|
|
1527
|
+
}
|
|
1528
|
+
export interface OperatorResponse {
|
|
1529
|
+
Managed?: boolean | undefined;
|
|
1530
|
+
Principal?: string | undefined;
|
|
1531
|
+
}
|
|
1532
|
+
export interface Volume {
|
|
1533
|
+
AvailabilityZoneId?: string | undefined;
|
|
1534
|
+
OutpostArn?: string | undefined;
|
|
1535
|
+
SourceVolumeId?: string | undefined;
|
|
1536
|
+
Iops?: number | undefined;
|
|
1537
|
+
Tags?: Tag[] | undefined;
|
|
1538
|
+
VolumeType?: VolumeType | undefined;
|
|
1539
|
+
FastRestored?: boolean | undefined;
|
|
1540
|
+
MultiAttachEnabled?: boolean | undefined;
|
|
1541
|
+
Throughput?: number | undefined;
|
|
1542
|
+
SseType?: SSEType | undefined;
|
|
1543
|
+
Operator?: OperatorResponse | undefined;
|
|
1544
|
+
VolumeInitializationRate?: number | undefined;
|
|
1545
|
+
VolumeId?: string | undefined;
|
|
1546
|
+
Size?: number | undefined;
|
|
1547
|
+
SnapshotId?: string | undefined;
|
|
1548
|
+
AvailabilityZone?: string | undefined;
|
|
1549
|
+
State?: VolumeState | undefined;
|
|
1550
|
+
CreateTime?: Date | undefined;
|
|
1551
|
+
Attachments?: VolumeAttachment[] | undefined;
|
|
1552
|
+
Encrypted?: boolean | undefined;
|
|
1553
|
+
KmsKeyId?: string | undefined;
|
|
1554
|
+
}
|
|
1555
|
+
export interface CopyVolumesResult {
|
|
1556
|
+
Volumes?: Volume[] | undefined;
|
|
1557
|
+
}
|
|
1558
|
+
export interface CreateCapacityManagerDataExportRequest {
|
|
1559
|
+
S3BucketName: string | undefined;
|
|
1560
|
+
S3BucketPrefix?: string | undefined;
|
|
1561
|
+
Schedule: Schedule | undefined;
|
|
1562
|
+
OutputFormat: OutputFormat | undefined;
|
|
1563
|
+
ClientToken?: string | undefined;
|
|
1564
|
+
DryRun?: boolean | undefined;
|
|
1565
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1566
|
+
}
|
|
1567
|
+
export interface CreateCapacityManagerDataExportResult {
|
|
1568
|
+
CapacityManagerDataExportId?: string | undefined;
|
|
1569
|
+
}
|
|
1570
|
+
export interface CreateCapacityReservationRequest {
|
|
1571
|
+
ClientToken?: string | undefined;
|
|
1572
|
+
InstanceType: string | undefined;
|
|
1573
|
+
InstancePlatform: CapacityReservationInstancePlatform | undefined;
|
|
1574
|
+
AvailabilityZone?: string | undefined;
|
|
1575
|
+
AvailabilityZoneId?: string | undefined;
|
|
1576
|
+
Tenancy?: CapacityReservationTenancy | undefined;
|
|
1577
|
+
InstanceCount: number | undefined;
|
|
1578
|
+
EbsOptimized?: boolean | undefined;
|
|
1579
|
+
EphemeralStorage?: boolean | undefined;
|
|
1580
|
+
EndDate?: Date | undefined;
|
|
1581
|
+
EndDateType?: EndDateType | undefined;
|
|
1582
|
+
InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
|
|
1583
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1584
|
+
DryRun?: boolean | undefined;
|
|
1585
|
+
OutpostArn?: string | undefined;
|
|
1586
|
+
PlacementGroupArn?: string | undefined;
|
|
1587
|
+
StartDate?: Date | undefined;
|
|
1588
|
+
CommitmentDuration?: number | undefined;
|
|
1589
|
+
DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
|
|
1590
|
+
}
|
|
1591
|
+
export interface CapacityAllocation {
|
|
1592
|
+
AllocationType?: AllocationType | undefined;
|
|
1593
|
+
Count?: number | undefined;
|
|
1594
|
+
}
|
|
1595
|
+
export interface CapacityReservationCommitmentInfo {
|
|
1596
|
+
CommittedInstanceCount?: number | undefined;
|
|
1597
|
+
CommitmentEndDate?: Date | undefined;
|
|
1598
|
+
}
|
|
1599
|
+
export interface CapacityReservation {
|
|
1600
|
+
CapacityReservationId?: string | undefined;
|
|
1601
|
+
OwnerId?: string | undefined;
|
|
1602
|
+
CapacityReservationArn?: string | undefined;
|
|
1603
|
+
AvailabilityZoneId?: string | undefined;
|
|
1604
|
+
InstanceType?: string | undefined;
|
|
1605
|
+
InstancePlatform?: CapacityReservationInstancePlatform | undefined;
|
|
1606
|
+
AvailabilityZone?: string | undefined;
|
|
1607
|
+
Tenancy?: CapacityReservationTenancy | undefined;
|
|
1608
|
+
TotalInstanceCount?: number | undefined;
|
|
1609
|
+
AvailableInstanceCount?: number | undefined;
|
|
1610
|
+
EbsOptimized?: boolean | undefined;
|
|
1611
|
+
EphemeralStorage?: boolean | undefined;
|
|
1612
|
+
State?: CapacityReservationState | undefined;
|
|
1613
|
+
StartDate?: Date | undefined;
|
|
1614
|
+
EndDate?: Date | undefined;
|
|
1615
|
+
EndDateType?: EndDateType | undefined;
|
|
1616
|
+
InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
|
|
1617
|
+
CreateDate?: Date | undefined;
|
|
1618
|
+
Tags?: Tag[] | undefined;
|
|
1619
|
+
OutpostArn?: string | undefined;
|
|
1620
|
+
CapacityReservationFleetId?: string | undefined;
|
|
1621
|
+
PlacementGroupArn?: string | undefined;
|
|
1622
|
+
CapacityAllocations?: CapacityAllocation[] | undefined;
|
|
1623
|
+
ReservationType?: CapacityReservationType | undefined;
|
|
1624
|
+
UnusedReservationBillingOwnerId?: string | undefined;
|
|
1625
|
+
CommitmentInfo?: CapacityReservationCommitmentInfo | undefined;
|
|
1626
|
+
DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
|
|
1627
|
+
CapacityBlockId?: string | undefined;
|
|
1628
|
+
}
|
|
1629
|
+
export interface CreateCapacityReservationResult {
|
|
1630
|
+
CapacityReservation?: CapacityReservation | undefined;
|
|
1631
|
+
}
|
|
1632
|
+
export interface CreateCapacityReservationBySplittingRequest {
|
|
1633
|
+
DryRun?: boolean | undefined;
|
|
1634
|
+
ClientToken?: string | undefined;
|
|
1635
|
+
SourceCapacityReservationId: string | undefined;
|
|
1636
|
+
InstanceCount: number | undefined;
|
|
1637
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1638
|
+
}
|
|
1639
|
+
export interface CreateCapacityReservationBySplittingResult {
|
|
1640
|
+
SourceCapacityReservation?: CapacityReservation | undefined;
|
|
1641
|
+
DestinationCapacityReservation?: CapacityReservation | undefined;
|
|
1642
|
+
InstanceCount?: number | undefined;
|
|
1643
|
+
}
|
|
1644
|
+
export interface ReservationFleetInstanceSpecification {
|
|
1645
|
+
InstanceType?: _InstanceType | undefined;
|
|
1646
|
+
InstancePlatform?: CapacityReservationInstancePlatform | undefined;
|
|
1647
|
+
Weight?: number | undefined;
|
|
1648
|
+
AvailabilityZone?: string | undefined;
|
|
1649
|
+
AvailabilityZoneId?: string | undefined;
|
|
1650
|
+
EbsOptimized?: boolean | undefined;
|
|
1651
|
+
Priority?: number | undefined;
|
|
1652
|
+
}
|
|
1653
|
+
export interface CreateCapacityReservationFleetRequest {
|
|
1654
|
+
AllocationStrategy?: string | undefined;
|
|
1655
|
+
ClientToken?: string | undefined;
|
|
1656
|
+
InstanceTypeSpecifications:
|
|
1657
|
+
| ReservationFleetInstanceSpecification[]
|
|
1658
|
+
| undefined;
|
|
1659
|
+
Tenancy?: FleetCapacityReservationTenancy | undefined;
|
|
1660
|
+
TotalTargetCapacity: number | undefined;
|
|
1661
|
+
EndDate?: Date | undefined;
|
|
1662
|
+
InstanceMatchCriteria?: FleetInstanceMatchCriteria | undefined;
|
|
1663
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1664
|
+
DryRun?: boolean | undefined;
|
|
1665
|
+
}
|
|
1666
|
+
export interface FleetCapacityReservation {
|
|
1667
|
+
CapacityReservationId?: string | undefined;
|
|
1668
|
+
AvailabilityZoneId?: string | undefined;
|
|
1669
|
+
InstanceType?: _InstanceType | undefined;
|
|
1670
|
+
InstancePlatform?: CapacityReservationInstancePlatform | undefined;
|
|
1671
|
+
AvailabilityZone?: string | undefined;
|
|
1672
|
+
TotalInstanceCount?: number | undefined;
|
|
1673
|
+
FulfilledCapacity?: number | undefined;
|
|
1674
|
+
EbsOptimized?: boolean | undefined;
|
|
1675
|
+
CreateDate?: Date | undefined;
|
|
1676
|
+
Weight?: number | undefined;
|
|
1677
|
+
Priority?: number | undefined;
|
|
1678
|
+
}
|
|
1679
|
+
export interface CreateCapacityReservationFleetResult {
|
|
1680
|
+
CapacityReservationFleetId?: string | undefined;
|
|
1681
|
+
State?: CapacityReservationFleetState | undefined;
|
|
1682
|
+
TotalTargetCapacity?: number | undefined;
|
|
1683
|
+
TotalFulfilledCapacity?: number | undefined;
|
|
1684
|
+
InstanceMatchCriteria?: FleetInstanceMatchCriteria | undefined;
|
|
1685
|
+
AllocationStrategy?: string | undefined;
|
|
1686
|
+
CreateTime?: Date | undefined;
|
|
1687
|
+
EndDate?: Date | undefined;
|
|
1688
|
+
Tenancy?: FleetCapacityReservationTenancy | undefined;
|
|
1689
|
+
FleetCapacityReservations?: FleetCapacityReservation[] | undefined;
|
|
1690
|
+
Tags?: Tag[] | undefined;
|
|
1691
|
+
}
|
|
1692
|
+
export interface CreateCarrierGatewayRequest {
|
|
1693
|
+
VpcId: string | undefined;
|
|
1694
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1695
|
+
DryRun?: boolean | undefined;
|
|
1696
|
+
ClientToken?: string | undefined;
|
|
1697
|
+
}
|
|
1698
|
+
export interface CarrierGateway {
|
|
1699
|
+
CarrierGatewayId?: string | undefined;
|
|
1700
|
+
VpcId?: string | undefined;
|
|
1701
|
+
State?: CarrierGatewayState | undefined;
|
|
1702
|
+
OwnerId?: string | undefined;
|
|
1703
|
+
Tags?: Tag[] | undefined;
|
|
1704
|
+
}
|
|
1705
|
+
export interface CreateCarrierGatewayResult {
|
|
1706
|
+
CarrierGateway?: CarrierGateway | undefined;
|
|
1707
|
+
}
|
|
1708
|
+
export interface DirectoryServiceAuthenticationRequest {
|
|
1709
|
+
DirectoryId?: string | undefined;
|
|
1710
|
+
}
|
|
1711
|
+
export interface FederatedAuthenticationRequest {
|
|
1712
|
+
SAMLProviderArn?: string | undefined;
|
|
1713
|
+
SelfServiceSAMLProviderArn?: string | undefined;
|
|
1714
|
+
}
|
|
1715
|
+
export interface CertificateAuthenticationRequest {
|
|
1716
|
+
ClientRootCertificateChainArn?: string | undefined;
|
|
1717
|
+
}
|
|
1718
|
+
export interface ClientVpnAuthenticationRequest {
|
|
1719
|
+
Type?: ClientVpnAuthenticationType | undefined;
|
|
1720
|
+
ActiveDirectory?: DirectoryServiceAuthenticationRequest | undefined;
|
|
1721
|
+
MutualAuthentication?: CertificateAuthenticationRequest | undefined;
|
|
1722
|
+
FederatedAuthentication?: FederatedAuthenticationRequest | undefined;
|
|
1723
|
+
}
|
|
1724
|
+
export interface ClientConnectOptions {
|
|
1725
|
+
Enabled?: boolean | undefined;
|
|
1726
|
+
LambdaFunctionArn?: string | undefined;
|
|
1727
|
+
}
|
|
1728
|
+
export interface ClientLoginBannerOptions {
|
|
1729
|
+
Enabled?: boolean | undefined;
|
|
1730
|
+
BannerText?: string | undefined;
|
|
1731
|
+
}
|
|
1732
|
+
export interface ClientRouteEnforcementOptions {
|
|
1733
|
+
Enforced?: boolean | undefined;
|
|
1734
|
+
}
|
|
1735
|
+
export interface ConnectionLogOptions {
|
|
1736
|
+
Enabled?: boolean | undefined;
|
|
1737
|
+
CloudwatchLogGroup?: string | undefined;
|
|
1738
|
+
CloudwatchLogStream?: string | undefined;
|
|
1739
|
+
}
|
|
1740
|
+
export interface CreateClientVpnEndpointRequest {
|
|
1741
|
+
ClientCidrBlock?: string | undefined;
|
|
1742
|
+
ServerCertificateArn: string | undefined;
|
|
1743
|
+
AuthenticationOptions: ClientVpnAuthenticationRequest[] | undefined;
|
|
1744
|
+
ConnectionLogOptions: ConnectionLogOptions | undefined;
|
|
1745
|
+
DnsServers?: string[] | undefined;
|
|
1746
|
+
TransportProtocol?: TransportProtocol | undefined;
|
|
1747
|
+
VpnPort?: number | undefined;
|
|
1748
|
+
Description?: string | undefined;
|
|
1749
|
+
SplitTunnel?: boolean | undefined;
|
|
1750
|
+
DryRun?: boolean | undefined;
|
|
1751
|
+
ClientToken?: string | undefined;
|
|
1752
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1753
|
+
SecurityGroupIds?: string[] | undefined;
|
|
1754
|
+
VpcId?: string | undefined;
|
|
1755
|
+
SelfServicePortal?: SelfServicePortal | undefined;
|
|
1756
|
+
ClientConnectOptions?: ClientConnectOptions | undefined;
|
|
1757
|
+
SessionTimeoutHours?: number | undefined;
|
|
1758
|
+
ClientLoginBannerOptions?: ClientLoginBannerOptions | undefined;
|
|
1759
|
+
ClientRouteEnforcementOptions?: ClientRouteEnforcementOptions | undefined;
|
|
1760
|
+
DisconnectOnSessionTimeout?: boolean | undefined;
|
|
1761
|
+
EndpointIpAddressType?: EndpointIpAddressType | undefined;
|
|
1762
|
+
TrafficIpAddressType?: TrafficIpAddressType | undefined;
|
|
1763
|
+
}
|
|
1764
|
+
export interface ClientVpnEndpointStatus {
|
|
1765
|
+
Code?: ClientVpnEndpointStatusCode | undefined;
|
|
1766
|
+
Message?: string | undefined;
|
|
1767
|
+
}
|
|
1768
|
+
export interface CreateClientVpnEndpointResult {
|
|
1769
|
+
ClientVpnEndpointId?: string | undefined;
|
|
1770
|
+
Status?: ClientVpnEndpointStatus | undefined;
|
|
1771
|
+
DnsName?: string | undefined;
|
|
1772
|
+
}
|
|
1773
|
+
export interface CreateClientVpnRouteRequest {
|
|
1774
|
+
ClientVpnEndpointId: string | undefined;
|
|
1775
|
+
DestinationCidrBlock: string | undefined;
|
|
1776
|
+
TargetVpcSubnetId: string | undefined;
|
|
1777
|
+
Description?: string | undefined;
|
|
1778
|
+
ClientToken?: string | undefined;
|
|
1779
|
+
DryRun?: boolean | undefined;
|
|
1780
|
+
}
|
|
1781
|
+
export interface ClientVpnRouteStatus {
|
|
1782
|
+
Code?: ClientVpnRouteStatusCode | undefined;
|
|
1783
|
+
Message?: string | undefined;
|
|
1784
|
+
}
|
|
1785
|
+
export interface CreateClientVpnRouteResult {
|
|
1786
|
+
Status?: ClientVpnRouteStatus | undefined;
|
|
1787
|
+
}
|
|
1788
|
+
export interface CreateCoipCidrRequest {
|
|
1789
|
+
Cidr: string | undefined;
|
|
1790
|
+
CoipPoolId: string | undefined;
|
|
1791
|
+
DryRun?: boolean | undefined;
|
|
1792
|
+
}
|
|
1793
|
+
export interface CoipCidr {
|
|
1794
|
+
Cidr?: string | undefined;
|
|
1795
|
+
CoipPoolId?: string | undefined;
|
|
1796
|
+
LocalGatewayRouteTableId?: string | undefined;
|
|
1797
|
+
}
|
|
1798
|
+
export interface CreateCoipCidrResult {
|
|
1799
|
+
CoipCidr?: CoipCidr | undefined;
|
|
1800
|
+
}
|
|
1801
|
+
export interface CreateCoipPoolRequest {
|
|
1802
|
+
LocalGatewayRouteTableId: string | undefined;
|
|
1803
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1804
|
+
DryRun?: boolean | undefined;
|
|
1805
|
+
}
|
|
1806
|
+
export interface CoipPool {
|
|
1807
|
+
PoolId?: string | undefined;
|
|
1808
|
+
PoolCidrs?: string[] | undefined;
|
|
1809
|
+
LocalGatewayRouteTableId?: string | undefined;
|
|
1810
|
+
Tags?: Tag[] | undefined;
|
|
1811
|
+
PoolArn?: string | undefined;
|
|
1812
|
+
}
|
|
1813
|
+
export interface CreateCoipPoolResult {
|
|
1814
|
+
CoipPool?: CoipPool | undefined;
|
|
1815
|
+
}
|
|
1816
|
+
export interface CreateCustomerGatewayRequest {
|
|
1817
|
+
BgpAsn?: number | undefined;
|
|
1818
|
+
PublicIp?: string | undefined;
|
|
1819
|
+
CertificateArn?: string | undefined;
|
|
1820
|
+
Type: GatewayType | undefined;
|
|
1821
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1822
|
+
DeviceName?: string | undefined;
|
|
1823
|
+
IpAddress?: string | undefined;
|
|
1824
|
+
BgpAsnExtended?: number | undefined;
|
|
1825
|
+
DryRun?: boolean | undefined;
|
|
1826
|
+
}
|
|
1827
|
+
export interface CustomerGateway {
|
|
1828
|
+
CertificateArn?: string | undefined;
|
|
1829
|
+
DeviceName?: string | undefined;
|
|
1830
|
+
Tags?: Tag[] | undefined;
|
|
1831
|
+
BgpAsnExtended?: string | undefined;
|
|
1832
|
+
CustomerGatewayId?: string | undefined;
|
|
1833
|
+
State?: string | undefined;
|
|
1834
|
+
Type?: string | undefined;
|
|
1835
|
+
IpAddress?: string | undefined;
|
|
1836
|
+
BgpAsn?: string | undefined;
|
|
1837
|
+
}
|
|
1838
|
+
export interface CreateCustomerGatewayResult {
|
|
1839
|
+
CustomerGateway?: CustomerGateway | undefined;
|
|
1840
|
+
}
|
|
1841
|
+
export interface CreateDefaultSubnetRequest {
|
|
1842
|
+
AvailabilityZone?: string | undefined;
|
|
1843
|
+
DryRun?: boolean | undefined;
|
|
1844
|
+
Ipv6Native?: boolean | undefined;
|
|
1845
|
+
AvailabilityZoneId?: string | undefined;
|
|
1846
|
+
}
|
|
1847
|
+
export interface BlockPublicAccessStates {
|
|
1848
|
+
InternetGatewayBlockMode?: BlockPublicAccessMode | undefined;
|
|
1849
|
+
}
|
|
1850
|
+
export interface PrivateDnsNameOptionsOnLaunch {
|
|
1851
|
+
HostnameType?: HostnameType | undefined;
|
|
1852
|
+
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
1853
|
+
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
1854
|
+
}
|
|
1855
|
+
export interface Subnet {
|
|
1856
|
+
AvailabilityZoneId?: string | undefined;
|
|
1857
|
+
EnableLniAtDeviceIndex?: number | undefined;
|
|
1858
|
+
MapCustomerOwnedIpOnLaunch?: boolean | undefined;
|
|
1859
|
+
CustomerOwnedIpv4Pool?: string | undefined;
|
|
1860
|
+
OwnerId?: string | undefined;
|
|
1861
|
+
AssignIpv6AddressOnCreation?: boolean | undefined;
|
|
1862
|
+
Ipv6CidrBlockAssociationSet?: SubnetIpv6CidrBlockAssociation[] | undefined;
|
|
1863
|
+
Tags?: Tag[] | undefined;
|
|
1864
|
+
SubnetArn?: string | undefined;
|
|
1865
|
+
OutpostArn?: string | undefined;
|
|
1866
|
+
EnableDns64?: boolean | undefined;
|
|
1867
|
+
Ipv6Native?: boolean | undefined;
|
|
1868
|
+
PrivateDnsNameOptionsOnLaunch?: PrivateDnsNameOptionsOnLaunch | undefined;
|
|
1869
|
+
BlockPublicAccessStates?: BlockPublicAccessStates | undefined;
|
|
1870
|
+
Type?: string | undefined;
|
|
1871
|
+
SubnetId?: string | undefined;
|
|
1872
|
+
State?: SubnetState | undefined;
|
|
1873
|
+
VpcId?: string | undefined;
|
|
1874
|
+
CidrBlock?: string | undefined;
|
|
1875
|
+
AvailableIpAddressCount?: number | undefined;
|
|
1876
|
+
AvailabilityZone?: string | undefined;
|
|
1877
|
+
DefaultForAz?: boolean | undefined;
|
|
1878
|
+
MapPublicIpOnLaunch?: boolean | undefined;
|
|
1879
|
+
}
|
|
1880
|
+
export interface CreateDefaultSubnetResult {
|
|
1881
|
+
Subnet?: Subnet | undefined;
|
|
1882
|
+
}
|
|
1883
|
+
export interface CreateDefaultVpcRequest {
|
|
1884
|
+
DryRun?: boolean | undefined;
|
|
1885
|
+
}
|
|
1886
|
+
export interface VpcEncryptionControlExclusion {
|
|
1887
|
+
State?: VpcEncryptionControlExclusionState | undefined;
|
|
1888
|
+
StateMessage?: string | undefined;
|
|
1889
|
+
}
|
|
1890
|
+
export interface VpcEncryptionControlExclusions {
|
|
1891
|
+
InternetGateway?: VpcEncryptionControlExclusion | undefined;
|
|
1892
|
+
EgressOnlyInternetGateway?: VpcEncryptionControlExclusion | undefined;
|
|
1893
|
+
NatGateway?: VpcEncryptionControlExclusion | undefined;
|
|
1894
|
+
VirtualPrivateGateway?: VpcEncryptionControlExclusion | undefined;
|
|
1895
|
+
VpcPeering?: VpcEncryptionControlExclusion | undefined;
|
|
1896
|
+
Lambda?: VpcEncryptionControlExclusion | undefined;
|
|
1897
|
+
VpcLattice?: VpcEncryptionControlExclusion | undefined;
|
|
1898
|
+
ElasticFileSystem?: VpcEncryptionControlExclusion | undefined;
|
|
1899
|
+
}
|
|
1900
|
+
export interface VpcEncryptionControl {
|
|
1901
|
+
VpcId?: string | undefined;
|
|
1902
|
+
VpcEncryptionControlId?: string | undefined;
|
|
1903
|
+
Mode?: VpcEncryptionControlMode | undefined;
|
|
1904
|
+
State?: VpcEncryptionControlState | undefined;
|
|
1905
|
+
StateMessage?: string | undefined;
|
|
1906
|
+
ResourceExclusions?: VpcEncryptionControlExclusions | undefined;
|
|
1907
|
+
Tags?: Tag[] | undefined;
|
|
1908
|
+
}
|
|
1909
|
+
export interface Vpc {
|
|
1910
|
+
OwnerId?: string | undefined;
|
|
1911
|
+
InstanceTenancy?: Tenancy | undefined;
|
|
1912
|
+
Ipv6CidrBlockAssociationSet?: VpcIpv6CidrBlockAssociation[] | undefined;
|
|
1913
|
+
CidrBlockAssociationSet?: VpcCidrBlockAssociation[] | undefined;
|
|
1914
|
+
IsDefault?: boolean | undefined;
|
|
1915
|
+
EncryptionControl?: VpcEncryptionControl | undefined;
|
|
1916
|
+
Tags?: Tag[] | undefined;
|
|
1917
|
+
BlockPublicAccessStates?: BlockPublicAccessStates | undefined;
|
|
1918
|
+
VpcId?: string | undefined;
|
|
1919
|
+
State?: VpcState | undefined;
|
|
1920
|
+
CidrBlock?: string | undefined;
|
|
1921
|
+
DhcpOptionsId?: string | undefined;
|
|
1922
|
+
}
|
|
1923
|
+
export interface CreateDefaultVpcResult {
|
|
1924
|
+
Vpc?: Vpc | undefined;
|
|
1925
|
+
}
|
|
1926
|
+
export interface CreateDelegateMacVolumeOwnershipTaskRequest {
|
|
1927
|
+
ClientToken?: string | undefined;
|
|
1928
|
+
DryRun?: boolean | undefined;
|
|
1929
|
+
InstanceId: string | undefined;
|
|
1930
|
+
MacCredentials: string | undefined;
|
|
1931
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1932
|
+
}
|
|
1933
|
+
export interface MacSystemIntegrityProtectionConfiguration {
|
|
1934
|
+
AppleInternal?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
1935
|
+
BaseSystem?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
1936
|
+
DebuggingRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
1937
|
+
DTraceRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
1938
|
+
FilesystemProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
1939
|
+
KextSigning?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
1940
|
+
NvramProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
1941
|
+
Status?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
1942
|
+
}
|
|
1943
|
+
export interface MacModificationTask {
|
|
1944
|
+
InstanceId?: string | undefined;
|
|
1945
|
+
MacModificationTaskId?: string | undefined;
|
|
1946
|
+
MacSystemIntegrityProtectionConfig?:
|
|
1947
|
+
| MacSystemIntegrityProtectionConfiguration
|
|
1948
|
+
| undefined;
|
|
1949
|
+
StartTime?: Date | undefined;
|
|
1950
|
+
Tags?: Tag[] | undefined;
|
|
1951
|
+
TaskState?: MacModificationTaskState | undefined;
|
|
1952
|
+
TaskType?: MacModificationTaskType | undefined;
|
|
1953
|
+
}
|
|
1954
|
+
export interface CreateDelegateMacVolumeOwnershipTaskResult {
|
|
1955
|
+
MacModificationTask?: MacModificationTask | undefined;
|
|
1956
|
+
}
|
|
1957
|
+
export interface NewDhcpConfiguration {
|
|
1958
|
+
Key?: string | undefined;
|
|
1959
|
+
Values?: string[] | undefined;
|
|
1960
|
+
}
|
|
1961
|
+
export interface CreateDhcpOptionsRequest {
|
|
1962
|
+
DhcpConfigurations: NewDhcpConfiguration[] | undefined;
|
|
1963
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1964
|
+
DryRun?: boolean | undefined;
|
|
1965
|
+
}
|
|
1966
|
+
export interface AttributeValue {
|
|
1967
|
+
Value?: string | undefined;
|
|
1968
|
+
}
|