@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
|
@@ -162,13 +162,14 @@ const _ALT = "AttachmentLimitType";
|
|
|
162
162
|
const _ALc = "AccessLogs";
|
|
163
163
|
const _ALd = "AddressList";
|
|
164
164
|
const _ALr = "ArnList";
|
|
165
|
-
const _AM = "
|
|
165
|
+
const _AM = "AvailabilityMode";
|
|
166
166
|
const _AMIT = "AllowsMultipleInstanceTypes";
|
|
167
167
|
const _AMNL = "AllocationMinNetmaskLength";
|
|
168
168
|
const _AMNLl = "AllocationMaxNetmaskLength";
|
|
169
169
|
const _AMS = "ApplianceModeSupport";
|
|
170
170
|
const _AMSc = "AcceleratorManufacturerSet";
|
|
171
|
-
const _AMc = "
|
|
171
|
+
const _AMc = "AcceleratorManufacturers";
|
|
172
|
+
const _AMcc = "AcceleratorManufacturer";
|
|
172
173
|
const _AN = "AttributeName";
|
|
173
174
|
const _ANGA = "AssociateNatGatewayAddress";
|
|
174
175
|
const _ANGAR = "AssociateNatGatewayAddressRequest";
|
|
@@ -212,6 +213,7 @@ const _APNGAR = "AssignPrivateNatGatewayAddressRequest";
|
|
|
212
213
|
const _APNGARs = "AssignPrivateNatGatewayAddressResult";
|
|
213
214
|
const _APS = "AddedPrincipalSet";
|
|
214
215
|
const _APSl = "AllowedPrincipalSet";
|
|
216
|
+
const _APZ = "AutoProvisionZones";
|
|
215
217
|
const _APd = "AddedPrincipals";
|
|
216
218
|
const _APl = "AllowedPrincipal";
|
|
217
219
|
const _APll = "AllowedPrincipals";
|
|
@@ -247,6 +249,8 @@ const _ARcl = "AclRule";
|
|
|
247
249
|
const _ARd = "AddressRegion";
|
|
248
250
|
const _ARl = "AllowReassociation";
|
|
249
251
|
const _ARll = "AllRegions";
|
|
252
|
+
const _ARllo = "AllocationRules";
|
|
253
|
+
const _ARlloc = "AllocationRule";
|
|
250
254
|
const _ARs = "AssociatedRole";
|
|
251
255
|
const _ARss = "AssociatedResource";
|
|
252
256
|
const _ARsso = "AssociatedRoles";
|
|
@@ -282,6 +286,7 @@ const _ASIATd = "AddSupportedIpAddressType";
|
|
|
282
286
|
const _ASId = "AddSubnetIds";
|
|
283
287
|
const _ASIdd = "AddSubnetId";
|
|
284
288
|
const _ASIs = "AssociatedSubnetId";
|
|
289
|
+
const _ASIu = "AutoScalingIps";
|
|
285
290
|
const _ASL = "AssociatedSubnetList";
|
|
286
291
|
const _ASLt = "AttributeSummaryList";
|
|
287
292
|
const _ASP = "AccessScopePath";
|
|
@@ -376,6 +381,8 @@ const _AVt = "AttributeValue";
|
|
|
376
381
|
const _AVtt = "AttachVolume";
|
|
377
382
|
const _AWSAKI = "AWSAccessKeyId";
|
|
378
383
|
const _AZ = "AvailabilityZone";
|
|
384
|
+
const _AZA = "AvailabilityZoneAddress";
|
|
385
|
+
const _AZAv = "AvailabilityZoneAddresses";
|
|
379
386
|
const _AZG = "AvailabilityZoneGroup";
|
|
380
387
|
const _AZI = "AvailabilityZoneId";
|
|
381
388
|
const _AZISL = "AvailabilityZoneIdStringList";
|
|
@@ -651,15 +658,18 @@ const _CIGRr = "CreateInternetGatewayResult";
|
|
|
651
658
|
const _CILP = "CancelImageLaunchPermission";
|
|
652
659
|
const _CILPR = "CancelImageLaunchPermissionRequest";
|
|
653
660
|
const _CILPRa = "CancelImageLaunchPermissionResult";
|
|
654
|
-
const _CIP = "
|
|
661
|
+
const _CIP = "CreateIpamPolicy";
|
|
655
662
|
const _CIPLR = "CreateIpamPrefixListResolver";
|
|
656
663
|
const _CIPLRR = "CreateIpamPrefixListResolverRequest";
|
|
657
664
|
const _CIPLRRr = "CreateIpamPrefixListResolverResult";
|
|
658
665
|
const _CIPLRT = "CreateIpamPrefixListResolverTarget";
|
|
659
666
|
const _CIPLRTR = "CreateIpamPrefixListResolverTargetRequest";
|
|
660
667
|
const _CIPLRTRr = "CreateIpamPrefixListResolverTargetResult";
|
|
661
|
-
const _CIPR = "
|
|
662
|
-
const _CIPRr = "
|
|
668
|
+
const _CIPR = "CreateIpamPolicyRequest";
|
|
669
|
+
const _CIPRr = "CreateIpamPolicyResult";
|
|
670
|
+
const _CIPRre = "CreateIpamPoolRequest";
|
|
671
|
+
const _CIPRrea = "CreateIpamPoolResult";
|
|
672
|
+
const _CIPr = "CreateIpamPool";
|
|
663
673
|
const _CIR = "CopyImageRequest";
|
|
664
674
|
const _CIRD = "CreateIpamResourceDiscovery";
|
|
665
675
|
const _CIRDR = "CreateIpamResourceDiscoveryRequest";
|
|
@@ -1033,13 +1043,16 @@ const _CVBPAE = "CreateVpcBlockPublicAccessExclusion";
|
|
|
1033
1043
|
const _CVBPAER = "CreateVpcBlockPublicAccessExclusionRequest";
|
|
1034
1044
|
const _CVBPAERr = "CreateVpcBlockPublicAccessExclusionResult";
|
|
1035
1045
|
const _CVC = "ClientVpnConnection";
|
|
1036
|
-
const _CVCR = "
|
|
1046
|
+
const _CVCR = "CreateVpnConcentratorRequest";
|
|
1037
1047
|
const _CVCRR = "CreateVpnConnectionRouteRequest";
|
|
1038
|
-
const _CVCRr = "
|
|
1039
|
-
const _CVCRre = "
|
|
1048
|
+
const _CVCRr = "CreateVpnConcentratorResult";
|
|
1049
|
+
const _CVCRre = "CreateVpnConnectionRequest";
|
|
1050
|
+
const _CVCRrea = "CreateVpnConnectionResult";
|
|
1051
|
+
const _CVCRreat = "CreateVpnConnectionRoute";
|
|
1040
1052
|
const _CVCS = "ClientVpnConnectionStatus";
|
|
1041
1053
|
const _CVCSl = "ClientVpnConnectionSet";
|
|
1042
|
-
const _CVCr = "
|
|
1054
|
+
const _CVCr = "CreateVpnConcentrator";
|
|
1055
|
+
const _CVCre = "CreateVpnConnection";
|
|
1043
1056
|
const _CVE = "ClientVpnEndpoint";
|
|
1044
1057
|
const _CVEAS = "ClientVpnEndpointAttributeStatus";
|
|
1045
1058
|
const _CVECN = "CreateVpcEndpointConnectionNotification";
|
|
@@ -1462,7 +1475,7 @@ const _DILi = "DiskInfoList";
|
|
|
1462
1475
|
const _DIOAA = "DisableIpamOrganizationAdminAccount";
|
|
1463
1476
|
const _DIOAAR = "DisableIpamOrganizationAdminAccountRequest";
|
|
1464
1477
|
const _DIOAARi = "DisableIpamOrganizationAdminAccountResult";
|
|
1465
|
-
const _DIP = "
|
|
1478
|
+
const _DIP = "DeleteIpamPolicy";
|
|
1466
1479
|
const _DIPC = "DeprovisionIpamPoolCidr";
|
|
1467
1480
|
const _DIPCR = "DeprovisionIpamPoolCidrRequest";
|
|
1468
1481
|
const _DIPCRe = "DeprovisionIpamPoolCidrResult";
|
|
@@ -1478,14 +1491,23 @@ const _DIPLRTRes = "DescribeIpamPrefixListResolverTargetsRequest";
|
|
|
1478
1491
|
const _DIPLRTResc = "DescribeIpamPrefixListResolverTargetsResult";
|
|
1479
1492
|
const _DIPLRTe = "DescribeIpamPrefixListResolverTargets";
|
|
1480
1493
|
const _DIPLRe = "DescribeIpamPrefixListResolvers";
|
|
1481
|
-
const _DIPR = "
|
|
1482
|
-
const _DIPRe = "
|
|
1483
|
-
const
|
|
1484
|
-
const
|
|
1485
|
-
const
|
|
1486
|
-
const
|
|
1487
|
-
const
|
|
1488
|
-
const
|
|
1494
|
+
const _DIPR = "DeleteIpamPolicyRequest";
|
|
1495
|
+
const _DIPRe = "DeleteIpamPolicyResult";
|
|
1496
|
+
const _DIPRel = "DeleteIpamPoolRequest";
|
|
1497
|
+
const _DIPRele = "DeleteIpamPoolResult";
|
|
1498
|
+
const _DIPRes = "DescribeIpamPoliciesRequest";
|
|
1499
|
+
const _DIPResc = "DescribeIpamPoliciesResult";
|
|
1500
|
+
const _DIPRescr = "DescribeIpamPoolsRequest";
|
|
1501
|
+
const _DIPRescri = "DescribeIpamPoolsResult";
|
|
1502
|
+
const _DIPRescrib = "DescribeIpv6PoolsRequest";
|
|
1503
|
+
const _DIPRescribe = "DescribeIpv6PoolsResult";
|
|
1504
|
+
const _DIPRi = "DisableIpamPolicyRequest";
|
|
1505
|
+
const _DIPRis = "DisableIpamPolicyResult";
|
|
1506
|
+
const _DIPe = "DeleteIpamPool";
|
|
1507
|
+
const _DIPes = "DescribeIpamPolicies";
|
|
1508
|
+
const _DIPesc = "DescribeIpamPools";
|
|
1509
|
+
const _DIPescr = "DescribeIpv6Pools";
|
|
1510
|
+
const _DIPi = "DisableIpamPolicy";
|
|
1489
1511
|
const _DIR = "DeleteIpamRequest";
|
|
1490
1512
|
const _DIRD = "DeleteIpamResourceDiscovery";
|
|
1491
1513
|
const _DIRDA = "DescribeIpamResourceDiscoveryAssociations";
|
|
@@ -2120,13 +2142,19 @@ const _DVCLRe = "DescribeVpcClassicLinkResult";
|
|
|
2120
2142
|
const _DVCLRi = "DisableVpcClassicLinkRequest";
|
|
2121
2143
|
const _DVCLRis = "DisableVpcClassicLinkResult";
|
|
2122
2144
|
const _DVCLi = "DisableVpcClassicLink";
|
|
2123
|
-
const _DVCR = "
|
|
2145
|
+
const _DVCR = "DeleteVpnConcentratorRequest";
|
|
2124
2146
|
const _DVCRR = "DeleteVpnConnectionRouteRequest";
|
|
2125
|
-
const _DVCRe = "
|
|
2126
|
-
const _DVCRel = "
|
|
2127
|
-
const
|
|
2128
|
-
const
|
|
2129
|
-
const
|
|
2147
|
+
const _DVCRe = "DeleteVpnConcentratorResult";
|
|
2148
|
+
const _DVCRel = "DeleteVpnConnectionRequest";
|
|
2149
|
+
const _DVCRele = "DeleteVpnConnectionRoute";
|
|
2150
|
+
const _DVCRes = "DescribeVpnConcentratorsRequest";
|
|
2151
|
+
const _DVCResc = "DescribeVpnConcentratorsResult";
|
|
2152
|
+
const _DVCRescr = "DescribeVpnConnectionsRequest";
|
|
2153
|
+
const _DVCRescri = "DescribeVpnConnectionsResult";
|
|
2154
|
+
const _DVCe = "DeleteVpnConcentrator";
|
|
2155
|
+
const _DVCel = "DeleteVpnConnection";
|
|
2156
|
+
const _DVCes = "DescribeVpnConcentrators";
|
|
2157
|
+
const _DVCesc = "DescribeVpnConnections";
|
|
2130
2158
|
const _DVD = "DeviceValidationDomain";
|
|
2131
2159
|
const _DVE = "DeleteVpcEndpoints";
|
|
2132
2160
|
const _DVEA = "DescribeVpcEndpointAssociations";
|
|
@@ -2321,6 +2349,9 @@ const _EIDRn = "EnableImageDeprecationResult";
|
|
|
2321
2349
|
const _EIOAA = "EnableIpamOrganizationAdminAccount";
|
|
2322
2350
|
const _EIOAAR = "EnableIpamOrganizationAdminAccountRequest";
|
|
2323
2351
|
const _EIOAARn = "EnableIpamOrganizationAdminAccountResult";
|
|
2352
|
+
const _EIP = "EnableIpamPolicy";
|
|
2353
|
+
const _EIPR = "EnableIpamPolicyRequest";
|
|
2354
|
+
const _EIPRn = "EnableIpamPolicyResult";
|
|
2324
2355
|
const _EIR = "EnableImageRequest";
|
|
2325
2356
|
const _EIRn = "EnableImageResult";
|
|
2326
2357
|
const _EIRx = "ExportImageRequest";
|
|
@@ -2623,6 +2654,9 @@ const _GEDKKIRe = "GetEbsDefaultKmsKeyIdResult";
|
|
|
2623
2654
|
const _GEEBD = "GetEbsEncryptionByDefault";
|
|
2624
2655
|
const _GEEBDR = "GetEbsEncryptionByDefaultRequest";
|
|
2625
2656
|
const _GEEBDRe = "GetEbsEncryptionByDefaultResult";
|
|
2657
|
+
const _GEIP = "GetEnabledIpamPolicy";
|
|
2658
|
+
const _GEIPR = "GetEnabledIpamPolicyRequest";
|
|
2659
|
+
const _GEIPRe = "GetEnabledIpamPolicyResult";
|
|
2626
2660
|
const _GFLIT = "GetFlowLogsIntegrationTemplate";
|
|
2627
2661
|
const _GFLITR = "GetFlowLogsIntegrationTemplateRequest";
|
|
2628
2662
|
const _GFLITRe = "GetFlowLogsIntegrationTemplateResult";
|
|
@@ -2658,7 +2692,10 @@ const _GIMDR = "GetInstanceMetadataDefaultsRequest";
|
|
|
2658
2692
|
const _GIMDRe = "GetInstanceMetadataDefaultsResult";
|
|
2659
2693
|
const _GIPA = "GetIpamPoolAllocations";
|
|
2660
2694
|
const _GIPAR = "GetIpamPoolAllocationsRequest";
|
|
2695
|
+
const _GIPARR = "GetIpamPolicyAllocationRulesRequest";
|
|
2696
|
+
const _GIPARRe = "GetIpamPolicyAllocationRulesResult";
|
|
2661
2697
|
const _GIPARe = "GetIpamPoolAllocationsResult";
|
|
2698
|
+
const _GIPARet = "GetIpamPolicyAllocationRules";
|
|
2662
2699
|
const _GIPC = "GetIpamPoolCidrs";
|
|
2663
2700
|
const _GIPCR = "GetIpamPoolCidrsRequest";
|
|
2664
2701
|
const _GIPCRe = "GetIpamPoolCidrsResult";
|
|
@@ -2671,6 +2708,9 @@ const _GIPLRVER = "GetIpamPrefixListResolverVersionEntriesRequest";
|
|
|
2671
2708
|
const _GIPLRVERe = "GetIpamPrefixListResolverVersionEntriesResult";
|
|
2672
2709
|
const _GIPLRVR = "GetIpamPrefixListResolverVersionsRequest";
|
|
2673
2710
|
const _GIPLRVRe = "GetIpamPrefixListResolverVersionsResult";
|
|
2711
|
+
const _GIPOT = "GetIpamPolicyOrganizationTargets";
|
|
2712
|
+
const _GIPOTR = "GetIpamPolicyOrganizationTargetsRequest";
|
|
2713
|
+
const _GIPOTRe = "GetIpamPolicyOrganizationTargetsResult";
|
|
2674
2714
|
const _GIRC = "GetIpamResourceCidrs";
|
|
2675
2715
|
const _GIRCR = "GetIpamResourceCidrsRequest";
|
|
2676
2716
|
const _GIRCRe = "GetIpamResourceCidrsResult";
|
|
@@ -3066,6 +3106,10 @@ const _IPA = "IpamPoolAllocation";
|
|
|
3066
3106
|
const _IPAAC = "IpamPoolAllocationAllowedCidrs";
|
|
3067
3107
|
const _IPADC = "IpamPoolAllocationDisallowedCidrs";
|
|
3068
3108
|
const _IPAI = "IpamPoolAllocationId";
|
|
3109
|
+
const _IPAR = "IpamPolicyAllocationRule";
|
|
3110
|
+
const _IPARL = "IpamPolicyAllocationRuleList";
|
|
3111
|
+
const _IPARLR = "IpamPolicyAllocationRuleListRequest";
|
|
3112
|
+
const _IPARR = "IpamPolicyAllocationRuleRequest";
|
|
3069
3113
|
const _IPAS = "IpamPoolAllocationSet";
|
|
3070
3114
|
const _IPASG = "IpamPublicAddressSecurityGroup";
|
|
3071
3115
|
const _IPASGL = "IpamPublicAddressSecurityGroupList";
|
|
@@ -3073,7 +3117,8 @@ const _IPAT = "IpamPublicAddressTag";
|
|
|
3073
3117
|
const _IPATL = "IpamPublicAddressTagList";
|
|
3074
3118
|
const _IPATp = "IpamPublicAddressTags";
|
|
3075
3119
|
const _IPAp = "IpamPoolAllocations";
|
|
3076
|
-
const _IPApa = "
|
|
3120
|
+
const _IPApa = "IpamPolicyArn";
|
|
3121
|
+
const _IPApam = "IpamPoolArn";
|
|
3077
3122
|
const _IPC = "Ipv6PrefixCount";
|
|
3078
3123
|
const _IPCFR = "IpamPoolCidrFailureReason";
|
|
3079
3124
|
const _IPCI = "IpamPoolCidrId";
|
|
@@ -3081,12 +3126,18 @@ const _IPCS = "IpamPoolCidrSet";
|
|
|
3081
3126
|
const _IPCp = "Ipv4PrefixCount";
|
|
3082
3127
|
const _IPCpa = "IpamPoolCidr";
|
|
3083
3128
|
const _IPCpam = "IpamPoolCidrs";
|
|
3084
|
-
const
|
|
3129
|
+
const _IPD = "IpamPolicyDocuments";
|
|
3130
|
+
const _IPDS = "IpamPolicyDocumentSet";
|
|
3131
|
+
const _IPDp = "IpamPolicyDocument";
|
|
3132
|
+
const _IPE = "IpamPolicyEnabled";
|
|
3133
|
+
const _IPEp = "IpPermissionsEgress";
|
|
3085
3134
|
const _IPI = "IpamPoolId";
|
|
3086
3135
|
const _IPIA = "InstancePrivateIpAddress";
|
|
3087
3136
|
const _IPIAL = "InstancePrivateIpAddressList";
|
|
3088
3137
|
const _IPIL = "Ipv6PoolIdList";
|
|
3089
|
-
const _IPIp = "
|
|
3138
|
+
const _IPIp = "IpamPolicyId";
|
|
3139
|
+
const _IPIpa = "IpamPolicyIds";
|
|
3140
|
+
const _IPIpam = "IpamPoolIds";
|
|
3090
3141
|
const _IPIs = "IsPrimaryIpv6";
|
|
3091
3142
|
const _IPK = "IncludePublicKey";
|
|
3092
3143
|
const _IPL = "ImageProviderList";
|
|
@@ -3126,8 +3177,11 @@ const _IPLpvr = "Ipv4PrefixList";
|
|
|
3126
3177
|
const _IPLpvre = "Ipv6PrefixesList";
|
|
3127
3178
|
const _IPLpvref = "Ipv6PrefixList";
|
|
3128
3179
|
const _IPO = "IpamPoolOwner";
|
|
3129
|
-
const
|
|
3180
|
+
const _IPOT = "IpamPolicyOrganizationTarget";
|
|
3181
|
+
const _IPOTS = "IpamPolicyOrganizationTargetSet";
|
|
3182
|
+
const _IPR = "IpamPolicyRegion";
|
|
3130
3183
|
const _IPRL = "ImageProviderRequestList";
|
|
3184
|
+
const _IPRs = "IsPermanentRestore";
|
|
3131
3185
|
const _IPS = "Ipv4PrefixSpecification";
|
|
3132
3186
|
const _IPSR = "IpamPoolSourceResource";
|
|
3133
3187
|
const _IPSRR = "IpamPoolSourceResourceRequest";
|
|
@@ -3136,7 +3190,8 @@ const _IPSRpv = "Ipv4PrefixSpecificationResponse";
|
|
|
3136
3190
|
const _IPSRpvr = "Ipv6PrefixSpecificationRequest";
|
|
3137
3191
|
const _IPSRpvre = "Ipv6PrefixSpecificationResponse";
|
|
3138
3192
|
const _IPSp = "Ipv6PrefixSpecification";
|
|
3139
|
-
const _IPSpa = "
|
|
3193
|
+
const _IPSpa = "IpamPolicySet";
|
|
3194
|
+
const _IPSpam = "IpamPoolSet";
|
|
3140
3195
|
const _IPSpv = "Ipv6PoolSet";
|
|
3141
3196
|
const _IPTUC = "InstancePoolsToUseCount";
|
|
3142
3197
|
const _IPm = "ImageProviders";
|
|
@@ -3147,8 +3202,10 @@ const _IPnt = "InterfacePermission";
|
|
|
3147
3202
|
const _IPnte = "InterfaceProtocol";
|
|
3148
3203
|
const _IPo = "IoPerformance";
|
|
3149
3204
|
const _IPp = "Ipv6Prefixes";
|
|
3150
|
-
const _IPpa = "
|
|
3151
|
-
const _IPpam = "
|
|
3205
|
+
const _IPpa = "IpamPolicy";
|
|
3206
|
+
const _IPpam = "IpamPool";
|
|
3207
|
+
const _IPpamo = "IpamPolicies";
|
|
3208
|
+
const _IPpamoo = "IpamPools";
|
|
3152
3209
|
const _IPpe = "IpPermissions";
|
|
3153
3210
|
const _IPper = "IpPermission";
|
|
3154
3211
|
const _IPpr = "IpProtocol";
|
|
@@ -3681,6 +3738,9 @@ const _MINPO = "ModifyInstanceNetworkPerformanceOptions";
|
|
|
3681
3738
|
const _MINPR = "ModifyInstanceNetworkPerformanceRequest";
|
|
3682
3739
|
const _MINPRo = "ModifyInstanceNetworkPerformanceResult";
|
|
3683
3740
|
const _MIP = "ModifyInstancePlacement";
|
|
3741
|
+
const _MIPAR = "ModifyIpamPolicyAllocationRules";
|
|
3742
|
+
const _MIPARR = "ModifyIpamPolicyAllocationRulesRequest";
|
|
3743
|
+
const _MIPARRo = "ModifyIpamPolicyAllocationRulesResult";
|
|
3684
3744
|
const _MIPLR = "ModifyIpamPrefixListResolver";
|
|
3685
3745
|
const _MIPLRR = "ModifyIpamPrefixListResolverRequest";
|
|
3686
3746
|
const _MIPLRRo = "ModifyIpamPrefixListResolverResult";
|
|
@@ -4093,9 +4153,11 @@ const _OST = "OldestSampleTime";
|
|
|
4093
4153
|
const _OSr = "OriginalSize";
|
|
4094
4154
|
const _OSv = "OverlapStatus";
|
|
4095
4155
|
const _OT = "OptimizingTime";
|
|
4156
|
+
const _OTI = "OrganizationTargetId";
|
|
4096
4157
|
const _OTf = "OfferingType";
|
|
4097
4158
|
const _OTp = "OperationType";
|
|
4098
|
-
const _OTr = "
|
|
4159
|
+
const _OTr = "OrganizationTargets";
|
|
4160
|
+
const _OTri = "OriginalThroughput";
|
|
4099
4161
|
const _OU = "OccurrenceUnit";
|
|
4100
4162
|
const _OUA = "OrganizationalUnitArn";
|
|
4101
4163
|
const _OUASL = "OrganizationalUnitArnStringList";
|
|
@@ -5594,7 +5656,7 @@ const _VBPAEIL = "VpcBlockPublicAccessExclusionIdList";
|
|
|
5594
5656
|
const _VBPAEL = "VpcBlockPublicAccessExclusionList";
|
|
5595
5657
|
const _VBPAEp = "VpcBlockPublicAccessExclusions";
|
|
5596
5658
|
const _VBPAO = "VpcBlockPublicAccessOptions";
|
|
5597
|
-
const _VC = "
|
|
5659
|
+
const _VC = "VpnConcentrator";
|
|
5598
5660
|
const _VCBA = "VpcCidrBlockAssociation";
|
|
5599
5661
|
const _VCBAS = "VpcCidrBlockAssociationSet";
|
|
5600
5662
|
const _VCBS = "VpcCidrBlockState";
|
|
@@ -5606,18 +5668,24 @@ const _VCDT = "VpnConnectionDeviceTypes";
|
|
|
5606
5668
|
const _VCDTI = "VpnConnectionDeviceTypeId";
|
|
5607
5669
|
const _VCDTL = "VpnConnectionDeviceTypeList";
|
|
5608
5670
|
const _VCDTp = "VpnConnectionDeviceType";
|
|
5609
|
-
const _VCI = "
|
|
5610
|
-
const _VCISL = "
|
|
5611
|
-
const
|
|
5671
|
+
const _VCI = "VpnConcentratorId";
|
|
5672
|
+
const _VCISL = "VpnConcentratorIdStringList";
|
|
5673
|
+
const _VCISLp = "VpnConnectionIdStringList";
|
|
5674
|
+
const _VCIp = "VpnConnectionId";
|
|
5675
|
+
const _VCIpn = "VpnConcentratorIds";
|
|
5676
|
+
const _VCIpno = "VpnConnectionIds";
|
|
5612
5677
|
const _VCIpu = "VCpuInfo";
|
|
5613
5678
|
const _VCL = "VpcClassicLink";
|
|
5614
5679
|
const _VCLIL = "VpcClassicLinkIdList";
|
|
5615
5680
|
const _VCLL = "VpcClassicLinkList";
|
|
5616
|
-
const _VCLp = "
|
|
5681
|
+
const _VCLp = "VpnConcentratorList";
|
|
5682
|
+
const _VCLpn = "VpnConnectionList";
|
|
5617
5683
|
const _VCO = "VpnConnectionOptions";
|
|
5618
5684
|
const _VCOS = "VpnConnectionOptionsSpecification";
|
|
5619
5685
|
const _VCa = "ValidCores";
|
|
5620
|
-
const _VCp = "
|
|
5686
|
+
const _VCp = "VpnConnection";
|
|
5687
|
+
const _VCpn = "VpnConcentrators";
|
|
5688
|
+
const _VCpno = "VpnConnections";
|
|
5621
5689
|
const _VD = "VersionDescription";
|
|
5622
5690
|
const _VDo = "VolumeDetail";
|
|
5623
5691
|
const _VE = "VpcEndpoint";
|
|
@@ -5808,6 +5876,7 @@ const _aL = "accountLevel";
|
|
|
5808
5876
|
const _aLI = "amiLaunchIndex";
|
|
5809
5877
|
const _aLT = "attachmentLimitType";
|
|
5810
5878
|
const _aLc = "accessLogs";
|
|
5879
|
+
const _aM = "availabilityMode";
|
|
5811
5880
|
const _aMIT = "allowsMultipleInstanceTypes";
|
|
5812
5881
|
const _aMNL = "allocationMinNetmaskLength";
|
|
5813
5882
|
const _aMNLl = "allocationMaxNetmaskLength";
|
|
@@ -5825,6 +5894,7 @@ const _aPIAS = "assignedPrivateIpAddressesSet";
|
|
|
5825
5894
|
const _aPICB = "amazonProvidedIpv6CidrBlock";
|
|
5826
5895
|
const _aPS = "addedPrincipalSet";
|
|
5827
5896
|
const _aPSs = "asPathSet";
|
|
5897
|
+
const _aPZ = "autoProvisionZones";
|
|
5828
5898
|
const _aPl = "allowedPrincipals";
|
|
5829
5899
|
const _aR = "allowReassignment";
|
|
5830
5900
|
const _aRA = "associatedRoleArn";
|
|
@@ -5834,6 +5904,7 @@ const _aRAss = "associatedResourceArn";
|
|
|
5834
5904
|
const _aRC = "acceptedRouteCount";
|
|
5835
5905
|
const _aRP = "areRoutesPersisted";
|
|
5836
5906
|
const _aRS = "associatedRoleSet";
|
|
5907
|
+
const _aRSl = "allocationRuleSet";
|
|
5837
5908
|
const _aRSu = "autoRecoverySupported";
|
|
5838
5909
|
const _aRTS = "allocationResourceTagSet";
|
|
5839
5910
|
const _aRc = "aclRule";
|
|
@@ -5846,6 +5917,7 @@ const _aRut = "autoRecovery";
|
|
|
5846
5917
|
const _aRw = "awsRegion";
|
|
5847
5918
|
const _aS = "associationState";
|
|
5848
5919
|
const _aSA = "amazonSideAsn";
|
|
5920
|
+
const _aSI = "autoScalingIps";
|
|
5849
5921
|
const _aSS = "amdSevSnp";
|
|
5850
5922
|
const _aSSs = "associatedSubnetSet";
|
|
5851
5923
|
const _aSSt = "attributeSummarySet";
|
|
@@ -6515,15 +6587,20 @@ const _iP = "instancePort";
|
|
|
6515
6587
|
const _iPA = "ipamPoolAllocation";
|
|
6516
6588
|
const _iPAI = "ipamPoolAllocationId";
|
|
6517
6589
|
const _iPAS = "ipamPoolAllocationSet";
|
|
6518
|
-
const _iPAp = "
|
|
6590
|
+
const _iPAp = "ipamPolicyArn";
|
|
6591
|
+
const _iPApa = "ipamPoolArn";
|
|
6519
6592
|
const _iPC = "ipamPoolCidr";
|
|
6520
6593
|
const _iPCI = "ipamPoolCidrId";
|
|
6521
6594
|
const _iPCS = "ipamPoolCidrSet";
|
|
6522
6595
|
const _iPCp = "ipv4PrefixCount";
|
|
6523
6596
|
const _iPCpv = "ipv6PrefixCount";
|
|
6524
|
-
const
|
|
6525
|
-
const
|
|
6597
|
+
const _iPD = "ipamPolicyDocument";
|
|
6598
|
+
const _iPDS = "ipamPolicyDocumentSet";
|
|
6599
|
+
const _iPE = "ipamPolicyEnabled";
|
|
6600
|
+
const _iPEp = "ipPermissionsEgress";
|
|
6601
|
+
const _iPI = "ipamPolicyId";
|
|
6526
6602
|
const _iPIp = "ipamPoolId";
|
|
6603
|
+
const _iPIs = "isPrimaryIpv6";
|
|
6527
6604
|
const _iPLR = "ipamPrefixListResolver";
|
|
6528
6605
|
const _iPLRA = "ipamPrefixListResolverArn";
|
|
6529
6606
|
const _iPLRI = "ipamPrefixListResolverId";
|
|
@@ -6534,13 +6611,15 @@ const _iPLRTA = "ipamPrefixListResolverTargetArn";
|
|
|
6534
6611
|
const _iPLRTI = "ipamPrefixListResolverTargetId";
|
|
6535
6612
|
const _iPLRTS = "ipamPrefixListResolverTargetSet";
|
|
6536
6613
|
const _iPLRVS = "ipamPrefixListResolverVersionSet";
|
|
6537
|
-
const _iPR = "
|
|
6538
|
-
const
|
|
6614
|
+
const _iPR = "ipamPolicyRegion";
|
|
6615
|
+
const _iPRs = "isPermanentRestore";
|
|
6616
|
+
const _iPS = "ipamPolicySet";
|
|
6539
6617
|
const _iPSm = "imageProviderSet";
|
|
6540
|
-
const _iPSp = "
|
|
6618
|
+
const _iPSp = "ipamPoolSet";
|
|
6541
6619
|
const _iPSpr = "ipPrefixSet";
|
|
6542
|
-
const _iPSpv = "
|
|
6543
|
-
const _iPSpvr = "
|
|
6620
|
+
const _iPSpv = "ipv6PoolSet";
|
|
6621
|
+
const _iPSpvr = "ipv4PrefixSet";
|
|
6622
|
+
const _iPSpvre = "ipv6PrefixSet";
|
|
6544
6623
|
const _iPTUC = "instancePoolsToUseCount";
|
|
6545
6624
|
const _iPn = "instancePlatform";
|
|
6546
6625
|
const _iPng = "ingressPackets";
|
|
@@ -6548,7 +6627,8 @@ const _iPnt = "interfacePermission";
|
|
|
6548
6627
|
const _iPnte = "interfaceProtocol";
|
|
6549
6628
|
const _iPo = "ioPerformance";
|
|
6550
6629
|
const _iPp = "ipProtocol";
|
|
6551
|
-
const _iPpa = "
|
|
6630
|
+
const _iPpa = "ipamPolicy";
|
|
6631
|
+
const _iPpam = "ipamPool";
|
|
6552
6632
|
const _iPpe = "ipPermissions";
|
|
6553
6633
|
const _iPpv = "ipv4Prefix";
|
|
6554
6634
|
const _iPpvo = "ipv6Pool";
|
|
@@ -6947,6 +7027,8 @@ const _oST = "oldestSampleTime";
|
|
|
6947
7027
|
const _oSr = "originalSize";
|
|
6948
7028
|
const _oSv = "overlapStatus";
|
|
6949
7029
|
const _oT = "optimizingTime";
|
|
7030
|
+
const _oTI = "organizationTargetId";
|
|
7031
|
+
const _oTS = "organizationTargetSet";
|
|
6950
7032
|
const _oTf = "offeringType";
|
|
6951
7033
|
const _oTr = "originalThroughput";
|
|
6952
7034
|
const _oU = "occurrenceUnit";
|
|
@@ -7656,15 +7738,18 @@ const _vATPS = "verifiedAccessTrustProviderSet";
|
|
|
7656
7738
|
const _vBPAE = "vpcBlockPublicAccessExclusion";
|
|
7657
7739
|
const _vBPAES = "vpcBlockPublicAccessExclusionSet";
|
|
7658
7740
|
const _vBPAO = "vpcBlockPublicAccessOptions";
|
|
7659
|
-
const _vC = "
|
|
7741
|
+
const _vC = "vpnConcentrator";
|
|
7660
7742
|
const _vCC = "vCpuCount";
|
|
7661
7743
|
const _vCDSC = "vpnConnectionDeviceSampleConfiguration";
|
|
7662
7744
|
const _vCDTI = "vpnConnectionDeviceTypeId";
|
|
7663
7745
|
const _vCDTS = "vpnConnectionDeviceTypeSet";
|
|
7664
7746
|
const _vCI = "vpnConnectionId";
|
|
7665
7747
|
const _vCIp = "vCpuInfo";
|
|
7666
|
-
const
|
|
7748
|
+
const _vCIpn = "vpnConcentratorId";
|
|
7749
|
+
const _vCS = "vpnConcentratorSet";
|
|
7750
|
+
const _vCSp = "vpnConnectionSet";
|
|
7667
7751
|
const _vCa = "validCores";
|
|
7752
|
+
const _vCp = "vpnConnection";
|
|
7668
7753
|
const _vD = "versionDescription";
|
|
7669
7754
|
const _vE = "vpcEndpoint";
|
|
7670
7755
|
const _vEAS = "vpcEndpointAssociationSet";
|
|
@@ -9825,7 +9910,7 @@ export var AssociateNatGatewayAddressRequest = [
|
|
|
9825
9910
|
n0,
|
|
9826
9911
|
_ANGAR,
|
|
9827
9912
|
0,
|
|
9828
|
-
[_NGI, _AIll, _PIAri, _DR],
|
|
9913
|
+
[_NGI, _AIll, _PIAri, _DR, _AZ, _AZI],
|
|
9829
9914
|
[
|
|
9830
9915
|
0,
|
|
9831
9916
|
[
|
|
@@ -9841,6 +9926,8 @@ export var AssociateNatGatewayAddressRequest = [
|
|
|
9841
9926
|
},
|
|
9842
9927
|
],
|
|
9843
9928
|
2,
|
|
9929
|
+
0,
|
|
9930
|
+
0,
|
|
9844
9931
|
],
|
|
9845
9932
|
];
|
|
9846
9933
|
export var AssociateNatGatewayAddressResult = [
|
|
@@ -10858,6 +10945,23 @@ export var AvailabilityZone = [
|
|
|
10858
10945
|
],
|
|
10859
10946
|
],
|
|
10860
10947
|
];
|
|
10948
|
+
export var AvailabilityZoneAddress = [
|
|
10949
|
+
3,
|
|
10950
|
+
n0,
|
|
10951
|
+
_AZA,
|
|
10952
|
+
0,
|
|
10953
|
+
[_AZ, _AZI, _AIll],
|
|
10954
|
+
[
|
|
10955
|
+
0,
|
|
10956
|
+
0,
|
|
10957
|
+
[
|
|
10958
|
+
() => AllocationIdList,
|
|
10959
|
+
{
|
|
10960
|
+
[_xN]: _AIl,
|
|
10961
|
+
},
|
|
10962
|
+
],
|
|
10963
|
+
],
|
|
10964
|
+
];
|
|
10861
10965
|
export var AvailabilityZoneMessage = [
|
|
10862
10966
|
3,
|
|
10863
10967
|
n0,
|
|
@@ -15757,11 +15861,45 @@ export var CreateIpamExternalResourceVerificationTokenResult = [
|
|
|
15757
15861
|
],
|
|
15758
15862
|
],
|
|
15759
15863
|
];
|
|
15760
|
-
export var
|
|
15864
|
+
export var CreateIpamPolicyRequest = [
|
|
15761
15865
|
3,
|
|
15762
15866
|
n0,
|
|
15763
15867
|
_CIPR,
|
|
15764
15868
|
0,
|
|
15869
|
+
[_DR, _TS, _CT, _IIp],
|
|
15870
|
+
[
|
|
15871
|
+
2,
|
|
15872
|
+
[
|
|
15873
|
+
() => TagSpecificationList,
|
|
15874
|
+
{
|
|
15875
|
+
[_xN]: _TSa,
|
|
15876
|
+
},
|
|
15877
|
+
],
|
|
15878
|
+
[0, 4],
|
|
15879
|
+
0,
|
|
15880
|
+
],
|
|
15881
|
+
];
|
|
15882
|
+
export var CreateIpamPolicyResult = [
|
|
15883
|
+
3,
|
|
15884
|
+
n0,
|
|
15885
|
+
_CIPRr,
|
|
15886
|
+
0,
|
|
15887
|
+
[_IPpa],
|
|
15888
|
+
[
|
|
15889
|
+
[
|
|
15890
|
+
() => IpamPolicy,
|
|
15891
|
+
{
|
|
15892
|
+
[_eQN]: `IpamPolicy`,
|
|
15893
|
+
[_xN]: _iPpa,
|
|
15894
|
+
},
|
|
15895
|
+
],
|
|
15896
|
+
],
|
|
15897
|
+
];
|
|
15898
|
+
export var CreateIpamPoolRequest = [
|
|
15899
|
+
3,
|
|
15900
|
+
n0,
|
|
15901
|
+
_CIPRre,
|
|
15902
|
+
0,
|
|
15765
15903
|
[_DR, _ISI, _Lo, _SIPI, _De, _AF, _AIu, _PAu, _AMNL, _AMNLl, _ADNL, _ART, _TS, _CT, _ASw, _PIS, _SRou],
|
|
15766
15904
|
[
|
|
15767
15905
|
2,
|
|
@@ -15796,15 +15934,15 @@ export var CreateIpamPoolRequest = [
|
|
|
15796
15934
|
export var CreateIpamPoolResult = [
|
|
15797
15935
|
3,
|
|
15798
15936
|
n0,
|
|
15799
|
-
|
|
15937
|
+
_CIPRrea,
|
|
15800
15938
|
0,
|
|
15801
|
-
[
|
|
15939
|
+
[_IPpam],
|
|
15802
15940
|
[
|
|
15803
15941
|
[
|
|
15804
15942
|
() => IpamPool,
|
|
15805
15943
|
{
|
|
15806
15944
|
[_eQN]: `IpamPool`,
|
|
15807
|
-
[_xN]:
|
|
15945
|
+
[_xN]: _iPpam,
|
|
15808
15946
|
},
|
|
15809
15947
|
],
|
|
15810
15948
|
],
|
|
@@ -16392,12 +16530,20 @@ export var CreateNatGatewayRequest = [
|
|
|
16392
16530
|
n0,
|
|
16393
16531
|
_CNGR,
|
|
16394
16532
|
0,
|
|
16395
|
-
[_AIl, _CT, _DR, _SIu, _TS, _CTon, _PIAr, _SAI, _SPIA, _SPIAC],
|
|
16533
|
+
[_AM, _AIl, _CT, _DR, _SIu, _VI, _AZAv, _TS, _CTon, _PIAr, _SAI, _SPIA, _SPIAC],
|
|
16396
16534
|
[
|
|
16535
|
+
0,
|
|
16397
16536
|
0,
|
|
16398
16537
|
[0, 4],
|
|
16399
16538
|
2,
|
|
16400
16539
|
0,
|
|
16540
|
+
0,
|
|
16541
|
+
[
|
|
16542
|
+
() => AvailabilityZoneAddresses,
|
|
16543
|
+
{
|
|
16544
|
+
[_xN]: _AZA,
|
|
16545
|
+
},
|
|
16546
|
+
],
|
|
16401
16547
|
[
|
|
16402
16548
|
() => TagSpecificationList,
|
|
16403
16549
|
{
|
|
@@ -18826,17 +18972,52 @@ export var CreateVpcResult = [
|
|
|
18826
18972
|
],
|
|
18827
18973
|
],
|
|
18828
18974
|
];
|
|
18829
|
-
export var
|
|
18975
|
+
export var CreateVpnConcentratorRequest = [
|
|
18830
18976
|
3,
|
|
18831
18977
|
n0,
|
|
18832
18978
|
_CVCR,
|
|
18833
18979
|
0,
|
|
18834
|
-
[
|
|
18980
|
+
[_Ty, _TGI, _TS, _DR],
|
|
18981
|
+
[
|
|
18982
|
+
0,
|
|
18983
|
+
0,
|
|
18984
|
+
[
|
|
18985
|
+
() => TagSpecificationList,
|
|
18986
|
+
{
|
|
18987
|
+
[_xN]: _TSa,
|
|
18988
|
+
},
|
|
18989
|
+
],
|
|
18990
|
+
2,
|
|
18991
|
+
],
|
|
18992
|
+
];
|
|
18993
|
+
export var CreateVpnConcentratorResult = [
|
|
18994
|
+
3,
|
|
18995
|
+
n0,
|
|
18996
|
+
_CVCRr,
|
|
18997
|
+
0,
|
|
18998
|
+
[_VC],
|
|
18999
|
+
[
|
|
19000
|
+
[
|
|
19001
|
+
() => VpnConcentrator,
|
|
19002
|
+
{
|
|
19003
|
+
[_eQN]: `VpnConcentrator`,
|
|
19004
|
+
[_xN]: _vC,
|
|
19005
|
+
},
|
|
19006
|
+
],
|
|
19007
|
+
],
|
|
19008
|
+
];
|
|
19009
|
+
export var CreateVpnConnectionRequest = [
|
|
19010
|
+
3,
|
|
19011
|
+
n0,
|
|
19012
|
+
_CVCRre,
|
|
19013
|
+
0,
|
|
19014
|
+
[_CGIu, _Ty, _VGI, _TGI, _VCI, _TS, _PSKS, _DR, _Opt],
|
|
18835
19015
|
[
|
|
18836
19016
|
0,
|
|
18837
19017
|
0,
|
|
18838
19018
|
0,
|
|
18839
19019
|
0,
|
|
19020
|
+
0,
|
|
18840
19021
|
[
|
|
18841
19022
|
() => TagSpecificationList,
|
|
18842
19023
|
{
|
|
@@ -18863,20 +19044,20 @@ export var CreateVpnConnectionRequest = [
|
|
|
18863
19044
|
export var CreateVpnConnectionResult = [
|
|
18864
19045
|
3,
|
|
18865
19046
|
n0,
|
|
18866
|
-
|
|
19047
|
+
_CVCRrea,
|
|
18867
19048
|
0,
|
|
18868
|
-
[
|
|
19049
|
+
[_VCp],
|
|
18869
19050
|
[
|
|
18870
19051
|
[
|
|
18871
19052
|
() => VpnConnection,
|
|
18872
19053
|
{
|
|
18873
19054
|
[_eQN]: `VpnConnection`,
|
|
18874
|
-
[_xN]:
|
|
19055
|
+
[_xN]: _vCp,
|
|
18875
19056
|
},
|
|
18876
19057
|
],
|
|
18877
19058
|
],
|
|
18878
19059
|
];
|
|
18879
|
-
export var CreateVpnConnectionRouteRequest = [3, n0, _CVCRR, 0, [_DCB,
|
|
19060
|
+
export var CreateVpnConnectionRouteRequest = [3, n0, _CVCRR, 0, [_DCB, _VCIp], [0, 0]];
|
|
18880
19061
|
export var CreateVpnGatewayRequest = [
|
|
18881
19062
|
3,
|
|
18882
19063
|
n0,
|
|
@@ -19587,19 +19768,36 @@ export var DeleteIpamExternalResourceVerificationTokenResult = [
|
|
|
19587
19768
|
],
|
|
19588
19769
|
],
|
|
19589
19770
|
];
|
|
19590
|
-
export var
|
|
19591
|
-
export var
|
|
19771
|
+
export var DeleteIpamPolicyRequest = [3, n0, _DIPR, 0, [_DR, _IPIp], [2, 0]];
|
|
19772
|
+
export var DeleteIpamPolicyResult = [
|
|
19592
19773
|
3,
|
|
19593
19774
|
n0,
|
|
19594
19775
|
_DIPRe,
|
|
19595
19776
|
0,
|
|
19596
19777
|
[_IPpa],
|
|
19778
|
+
[
|
|
19779
|
+
[
|
|
19780
|
+
() => IpamPolicy,
|
|
19781
|
+
{
|
|
19782
|
+
[_eQN]: `IpamPolicy`,
|
|
19783
|
+
[_xN]: _iPpa,
|
|
19784
|
+
},
|
|
19785
|
+
],
|
|
19786
|
+
],
|
|
19787
|
+
];
|
|
19788
|
+
export var DeleteIpamPoolRequest = [3, n0, _DIPRel, 0, [_DR, _IPI, _Ca], [2, 0, 2]];
|
|
19789
|
+
export var DeleteIpamPoolResult = [
|
|
19790
|
+
3,
|
|
19791
|
+
n0,
|
|
19792
|
+
_DIPRele,
|
|
19793
|
+
0,
|
|
19794
|
+
[_IPpam],
|
|
19597
19795
|
[
|
|
19598
19796
|
[
|
|
19599
19797
|
() => IpamPool,
|
|
19600
19798
|
{
|
|
19601
19799
|
[_eQN]: `IpamPool`,
|
|
19602
|
-
[_xN]:
|
|
19800
|
+
[_xN]: _iPpam,
|
|
19603
19801
|
},
|
|
19604
19802
|
],
|
|
19605
19803
|
],
|
|
@@ -21177,12 +21375,29 @@ export var DeleteVpcRequest = [
|
|
|
21177
21375
|
],
|
|
21178
21376
|
],
|
|
21179
21377
|
];
|
|
21378
|
+
export var DeleteVpnConcentratorRequest = [3, n0, _DVCR, 0, [_VCI, _DR], [0, 2]];
|
|
21379
|
+
export var DeleteVpnConcentratorResult = [
|
|
21380
|
+
3,
|
|
21381
|
+
n0,
|
|
21382
|
+
_DVCRe,
|
|
21383
|
+
0,
|
|
21384
|
+
[_R],
|
|
21385
|
+
[
|
|
21386
|
+
[
|
|
21387
|
+
2,
|
|
21388
|
+
{
|
|
21389
|
+
[_eQN]: `Return`,
|
|
21390
|
+
[_xN]: _r,
|
|
21391
|
+
},
|
|
21392
|
+
],
|
|
21393
|
+
],
|
|
21394
|
+
];
|
|
21180
21395
|
export var DeleteVpnConnectionRequest = [
|
|
21181
21396
|
3,
|
|
21182
21397
|
n0,
|
|
21183
|
-
|
|
21398
|
+
_DVCRel,
|
|
21184
21399
|
0,
|
|
21185
|
-
[
|
|
21400
|
+
[_VCIp, _DR],
|
|
21186
21401
|
[
|
|
21187
21402
|
0,
|
|
21188
21403
|
[
|
|
@@ -21194,7 +21409,7 @@ export var DeleteVpnConnectionRequest = [
|
|
|
21194
21409
|
],
|
|
21195
21410
|
],
|
|
21196
21411
|
];
|
|
21197
|
-
export var DeleteVpnConnectionRouteRequest = [3, n0, _DVCRR, 0, [_DCB,
|
|
21412
|
+
export var DeleteVpnConnectionRouteRequest = [3, n0, _DVCRR, 0, [_DCB, _VCIp], [0, 0]];
|
|
21198
21413
|
export var DeleteVpnGatewayRequest = [
|
|
21199
21414
|
3,
|
|
21200
21415
|
n0,
|
|
@@ -24854,12 +25069,59 @@ export var DescribeIpamExternalResourceVerificationTokensResult = [
|
|
|
24854
25069
|
],
|
|
24855
25070
|
],
|
|
24856
25071
|
];
|
|
24857
|
-
export var
|
|
25072
|
+
export var DescribeIpamPoliciesRequest = [
|
|
24858
25073
|
3,
|
|
24859
25074
|
n0,
|
|
24860
25075
|
_DIPRes,
|
|
24861
25076
|
0,
|
|
24862
|
-
[_DR, _Fi, _MR, _NTe,
|
|
25077
|
+
[_DR, _Fi, _MR, _NTe, _IPIpa],
|
|
25078
|
+
[
|
|
25079
|
+
2,
|
|
25080
|
+
[
|
|
25081
|
+
() => FilterList,
|
|
25082
|
+
{
|
|
25083
|
+
[_xN]: _Fil,
|
|
25084
|
+
},
|
|
25085
|
+
],
|
|
25086
|
+
1,
|
|
25087
|
+
0,
|
|
25088
|
+
[
|
|
25089
|
+
() => ValueStringList,
|
|
25090
|
+
{
|
|
25091
|
+
[_xN]: _IPIp,
|
|
25092
|
+
},
|
|
25093
|
+
],
|
|
25094
|
+
],
|
|
25095
|
+
];
|
|
25096
|
+
export var DescribeIpamPoliciesResult = [
|
|
25097
|
+
3,
|
|
25098
|
+
n0,
|
|
25099
|
+
_DIPResc,
|
|
25100
|
+
0,
|
|
25101
|
+
[_NTe, _IPpamo],
|
|
25102
|
+
[
|
|
25103
|
+
[
|
|
25104
|
+
0,
|
|
25105
|
+
{
|
|
25106
|
+
[_eQN]: `NextToken`,
|
|
25107
|
+
[_xN]: _nTe,
|
|
25108
|
+
},
|
|
25109
|
+
],
|
|
25110
|
+
[
|
|
25111
|
+
() => IpamPolicySet,
|
|
25112
|
+
{
|
|
25113
|
+
[_eQN]: `IpamPolicySet`,
|
|
25114
|
+
[_xN]: _iPS,
|
|
25115
|
+
},
|
|
25116
|
+
],
|
|
25117
|
+
],
|
|
25118
|
+
];
|
|
25119
|
+
export var DescribeIpamPoolsRequest = [
|
|
25120
|
+
3,
|
|
25121
|
+
n0,
|
|
25122
|
+
_DIPRescr,
|
|
25123
|
+
0,
|
|
25124
|
+
[_DR, _Fi, _MR, _NTe, _IPIpam],
|
|
24863
25125
|
[
|
|
24864
25126
|
2,
|
|
24865
25127
|
[
|
|
@@ -24881,9 +25143,9 @@ export var DescribeIpamPoolsRequest = [
|
|
|
24881
25143
|
export var DescribeIpamPoolsResult = [
|
|
24882
25144
|
3,
|
|
24883
25145
|
n0,
|
|
24884
|
-
|
|
25146
|
+
_DIPRescri,
|
|
24885
25147
|
0,
|
|
24886
|
-
[_NTe,
|
|
25148
|
+
[_NTe, _IPpamoo],
|
|
24887
25149
|
[
|
|
24888
25150
|
[
|
|
24889
25151
|
0,
|
|
@@ -24896,7 +25158,7 @@ export var DescribeIpamPoolsResult = [
|
|
|
24896
25158
|
() => IpamPoolSet,
|
|
24897
25159
|
{
|
|
24898
25160
|
[_eQN]: `IpamPoolSet`,
|
|
24899
|
-
[_xN]:
|
|
25161
|
+
[_xN]: _iPSp,
|
|
24900
25162
|
},
|
|
24901
25163
|
],
|
|
24902
25164
|
],
|
|
@@ -25187,7 +25449,7 @@ export var DescribeIpamsResult = [
|
|
|
25187
25449
|
export var DescribeIpv6PoolsRequest = [
|
|
25188
25450
|
3,
|
|
25189
25451
|
n0,
|
|
25190
|
-
|
|
25452
|
+
_DIPRescrib,
|
|
25191
25453
|
0,
|
|
25192
25454
|
[_PIoo, _NTe, _MR, _DR, _Fi],
|
|
25193
25455
|
[
|
|
@@ -25211,7 +25473,7 @@ export var DescribeIpv6PoolsRequest = [
|
|
|
25211
25473
|
export var DescribeIpv6PoolsResult = [
|
|
25212
25474
|
3,
|
|
25213
25475
|
n0,
|
|
25214
|
-
|
|
25476
|
+
_DIPRescribe,
|
|
25215
25477
|
0,
|
|
25216
25478
|
[_IPpvoo, _NTe],
|
|
25217
25479
|
[
|
|
@@ -25219,7 +25481,7 @@ export var DescribeIpv6PoolsResult = [
|
|
|
25219
25481
|
() => Ipv6PoolSet,
|
|
25220
25482
|
{
|
|
25221
25483
|
[_eQN]: `Ipv6PoolSet`,
|
|
25222
|
-
[_xN]:
|
|
25484
|
+
[_xN]: _iPSpv,
|
|
25223
25485
|
},
|
|
25224
25486
|
],
|
|
25225
25487
|
[
|
|
@@ -29956,12 +30218,59 @@ export var DescribeVpcsResult = [
|
|
|
29956
30218
|
],
|
|
29957
30219
|
],
|
|
29958
30220
|
];
|
|
30221
|
+
export var DescribeVpnConcentratorsRequest = [
|
|
30222
|
+
3,
|
|
30223
|
+
n0,
|
|
30224
|
+
_DVCRes,
|
|
30225
|
+
0,
|
|
30226
|
+
[_VCIpn, _Fi, _MR, _NTe, _DR],
|
|
30227
|
+
[
|
|
30228
|
+
[
|
|
30229
|
+
() => VpnConcentratorIdStringList,
|
|
30230
|
+
{
|
|
30231
|
+
[_xN]: _VCI,
|
|
30232
|
+
},
|
|
30233
|
+
],
|
|
30234
|
+
[
|
|
30235
|
+
() => FilterList,
|
|
30236
|
+
{
|
|
30237
|
+
[_xN]: _Fil,
|
|
30238
|
+
},
|
|
30239
|
+
],
|
|
30240
|
+
1,
|
|
30241
|
+
0,
|
|
30242
|
+
2,
|
|
30243
|
+
],
|
|
30244
|
+
];
|
|
30245
|
+
export var DescribeVpnConcentratorsResult = [
|
|
30246
|
+
3,
|
|
30247
|
+
n0,
|
|
30248
|
+
_DVCResc,
|
|
30249
|
+
0,
|
|
30250
|
+
[_VCpn, _NTe],
|
|
30251
|
+
[
|
|
30252
|
+
[
|
|
30253
|
+
() => VpnConcentratorList,
|
|
30254
|
+
{
|
|
30255
|
+
[_eQN]: `VpnConcentratorSet`,
|
|
30256
|
+
[_xN]: _vCS,
|
|
30257
|
+
},
|
|
30258
|
+
],
|
|
30259
|
+
[
|
|
30260
|
+
0,
|
|
30261
|
+
{
|
|
30262
|
+
[_eQN]: `NextToken`,
|
|
30263
|
+
[_xN]: _nTe,
|
|
30264
|
+
},
|
|
30265
|
+
],
|
|
30266
|
+
],
|
|
30267
|
+
];
|
|
29959
30268
|
export var DescribeVpnConnectionsRequest = [
|
|
29960
30269
|
3,
|
|
29961
30270
|
n0,
|
|
29962
|
-
|
|
30271
|
+
_DVCRescr,
|
|
29963
30272
|
0,
|
|
29964
|
-
[_Fi,
|
|
30273
|
+
[_Fi, _VCIpno, _DR],
|
|
29965
30274
|
[
|
|
29966
30275
|
[
|
|
29967
30276
|
() => FilterList,
|
|
@@ -29972,7 +30281,7 @@ export var DescribeVpnConnectionsRequest = [
|
|
|
29972
30281
|
[
|
|
29973
30282
|
() => VpnConnectionIdStringList,
|
|
29974
30283
|
{
|
|
29975
|
-
[_xN]:
|
|
30284
|
+
[_xN]: _VCIp,
|
|
29976
30285
|
},
|
|
29977
30286
|
],
|
|
29978
30287
|
[
|
|
@@ -29987,15 +30296,15 @@ export var DescribeVpnConnectionsRequest = [
|
|
|
29987
30296
|
export var DescribeVpnConnectionsResult = [
|
|
29988
30297
|
3,
|
|
29989
30298
|
n0,
|
|
29990
|
-
|
|
30299
|
+
_DVCRescri,
|
|
29991
30300
|
0,
|
|
29992
|
-
[
|
|
30301
|
+
[_VCpno],
|
|
29993
30302
|
[
|
|
29994
30303
|
[
|
|
29995
30304
|
() => VpnConnectionList,
|
|
29996
30305
|
{
|
|
29997
30306
|
[_eQN]: `VpnConnectionSet`,
|
|
29998
|
-
[_xN]:
|
|
30307
|
+
[_xN]: _vCSp,
|
|
29999
30308
|
},
|
|
30000
30309
|
],
|
|
30001
30310
|
],
|
|
@@ -30883,6 +31192,23 @@ export var DisableIpamOrganizationAdminAccountResult = [
|
|
|
30883
31192
|
],
|
|
30884
31193
|
],
|
|
30885
31194
|
];
|
|
31195
|
+
export var DisableIpamPolicyRequest = [3, n0, _DIPRi, 0, [_DR, _IPIp, _OTI], [2, 0, 0]];
|
|
31196
|
+
export var DisableIpamPolicyResult = [
|
|
31197
|
+
3,
|
|
31198
|
+
n0,
|
|
31199
|
+
_DIPRis,
|
|
31200
|
+
0,
|
|
31201
|
+
[_R],
|
|
31202
|
+
[
|
|
31203
|
+
[
|
|
31204
|
+
2,
|
|
31205
|
+
{
|
|
31206
|
+
[_eQN]: `Return`,
|
|
31207
|
+
[_xN]: _r,
|
|
31208
|
+
},
|
|
31209
|
+
],
|
|
31210
|
+
],
|
|
31211
|
+
];
|
|
30886
31212
|
export var DisableRouteServerPropagationRequest = [
|
|
30887
31213
|
3,
|
|
30888
31214
|
n0,
|
|
@@ -32968,6 +33294,23 @@ export var EnableIpamOrganizationAdminAccountResult = [
|
|
|
32968
33294
|
],
|
|
32969
33295
|
],
|
|
32970
33296
|
];
|
|
33297
|
+
export var EnableIpamPolicyRequest = [3, n0, _EIPR, 0, [_DR, _IPIp, _OTI], [2, 0, 0]];
|
|
33298
|
+
export var EnableIpamPolicyResult = [
|
|
33299
|
+
3,
|
|
33300
|
+
n0,
|
|
33301
|
+
_EIPRn,
|
|
33302
|
+
0,
|
|
33303
|
+
[_IPIp],
|
|
33304
|
+
[
|
|
33305
|
+
[
|
|
33306
|
+
0,
|
|
33307
|
+
{
|
|
33308
|
+
[_eQN]: `IpamPolicyId`,
|
|
33309
|
+
[_xN]: _iPI,
|
|
33310
|
+
},
|
|
33311
|
+
],
|
|
33312
|
+
],
|
|
33313
|
+
];
|
|
32971
33314
|
export var EnableReachabilityAnalyzerOrganizationSharingRequest = [
|
|
32972
33315
|
3,
|
|
32973
33316
|
n0,
|
|
@@ -33283,7 +33626,7 @@ export var Explanation = [
|
|
|
33283
33626
|
_SRT,
|
|
33284
33627
|
_Vp,
|
|
33285
33628
|
_VE,
|
|
33286
|
-
|
|
33629
|
+
_VCp,
|
|
33287
33630
|
_VG,
|
|
33288
33631
|
_TG,
|
|
33289
33632
|
_TGRT,
|
|
@@ -33607,7 +33950,7 @@ export var Explanation = [
|
|
|
33607
33950
|
() => AnalysisComponent,
|
|
33608
33951
|
{
|
|
33609
33952
|
[_eQN]: `VpnConnection`,
|
|
33610
|
-
[_xN]:
|
|
33953
|
+
[_xN]: _vCp,
|
|
33611
33954
|
},
|
|
33612
33955
|
],
|
|
33613
33956
|
[
|
|
@@ -35318,7 +35661,14 @@ export var FpgaInfo = [
|
|
|
35318
35661
|
],
|
|
35319
35662
|
],
|
|
35320
35663
|
];
|
|
35321
|
-
export var GetActiveVpnTunnelStatusRequest = [
|
|
35664
|
+
export var GetActiveVpnTunnelStatusRequest = [
|
|
35665
|
+
3,
|
|
35666
|
+
n0,
|
|
35667
|
+
_GAVTSR,
|
|
35668
|
+
0,
|
|
35669
|
+
[_VCIp, _VTOIA, _DR],
|
|
35670
|
+
[0, 0, 2],
|
|
35671
|
+
];
|
|
35322
35672
|
export var GetActiveVpnTunnelStatusResult = [
|
|
35323
35673
|
3,
|
|
35324
35674
|
n0,
|
|
@@ -35949,6 +36299,37 @@ export var GetEbsEncryptionByDefaultResult = [
|
|
|
35949
36299
|
],
|
|
35950
36300
|
],
|
|
35951
36301
|
];
|
|
36302
|
+
export var GetEnabledIpamPolicyRequest = [3, n0, _GEIPR, 0, [_DR], [2]];
|
|
36303
|
+
export var GetEnabledIpamPolicyResult = [
|
|
36304
|
+
3,
|
|
36305
|
+
n0,
|
|
36306
|
+
_GEIPRe,
|
|
36307
|
+
0,
|
|
36308
|
+
[_IPE, _IPIp, _MB],
|
|
36309
|
+
[
|
|
36310
|
+
[
|
|
36311
|
+
2,
|
|
36312
|
+
{
|
|
36313
|
+
[_eQN]: `IpamPolicyEnabled`,
|
|
36314
|
+
[_xN]: _iPE,
|
|
36315
|
+
},
|
|
36316
|
+
],
|
|
36317
|
+
[
|
|
36318
|
+
0,
|
|
36319
|
+
{
|
|
36320
|
+
[_eQN]: `IpamPolicyId`,
|
|
36321
|
+
[_xN]: _iPI,
|
|
36322
|
+
},
|
|
36323
|
+
],
|
|
36324
|
+
[
|
|
36325
|
+
0,
|
|
36326
|
+
{
|
|
36327
|
+
[_eQN]: `ManagedBy`,
|
|
36328
|
+
[_xN]: _mB,
|
|
36329
|
+
},
|
|
36330
|
+
],
|
|
36331
|
+
],
|
|
36332
|
+
];
|
|
35952
36333
|
export var GetFlowLogsIntegrationTemplateRequest = [
|
|
35953
36334
|
3,
|
|
35954
36335
|
n0,
|
|
@@ -36427,6 +36808,92 @@ export var GetIpamDiscoveredResourceCidrsResult = [
|
|
|
36427
36808
|
],
|
|
36428
36809
|
],
|
|
36429
36810
|
];
|
|
36811
|
+
export var GetIpamPolicyAllocationRulesRequest = [
|
|
36812
|
+
3,
|
|
36813
|
+
n0,
|
|
36814
|
+
_GIPARR,
|
|
36815
|
+
0,
|
|
36816
|
+
[_DR, _IPIp, _Fi, _Lo, _RTe, _MR, _NTe],
|
|
36817
|
+
[
|
|
36818
|
+
2,
|
|
36819
|
+
0,
|
|
36820
|
+
[
|
|
36821
|
+
() => FilterList,
|
|
36822
|
+
{
|
|
36823
|
+
[_xN]: _Fil,
|
|
36824
|
+
},
|
|
36825
|
+
],
|
|
36826
|
+
0,
|
|
36827
|
+
0,
|
|
36828
|
+
1,
|
|
36829
|
+
0,
|
|
36830
|
+
],
|
|
36831
|
+
];
|
|
36832
|
+
export var GetIpamPolicyAllocationRulesResult = [
|
|
36833
|
+
3,
|
|
36834
|
+
n0,
|
|
36835
|
+
_GIPARRe,
|
|
36836
|
+
0,
|
|
36837
|
+
[_IPD, _NTe],
|
|
36838
|
+
[
|
|
36839
|
+
[
|
|
36840
|
+
() => IpamPolicyDocumentSet,
|
|
36841
|
+
{
|
|
36842
|
+
[_eQN]: `IpamPolicyDocumentSet`,
|
|
36843
|
+
[_xN]: _iPDS,
|
|
36844
|
+
},
|
|
36845
|
+
],
|
|
36846
|
+
[
|
|
36847
|
+
0,
|
|
36848
|
+
{
|
|
36849
|
+
[_eQN]: `NextToken`,
|
|
36850
|
+
[_xN]: _nTe,
|
|
36851
|
+
},
|
|
36852
|
+
],
|
|
36853
|
+
],
|
|
36854
|
+
];
|
|
36855
|
+
export var GetIpamPolicyOrganizationTargetsRequest = [
|
|
36856
|
+
3,
|
|
36857
|
+
n0,
|
|
36858
|
+
_GIPOTR,
|
|
36859
|
+
0,
|
|
36860
|
+
[_DR, _MR, _NTe, _IPIp, _Fi],
|
|
36861
|
+
[
|
|
36862
|
+
2,
|
|
36863
|
+
1,
|
|
36864
|
+
0,
|
|
36865
|
+
0,
|
|
36866
|
+
[
|
|
36867
|
+
() => FilterList,
|
|
36868
|
+
{
|
|
36869
|
+
[_xN]: _Fil,
|
|
36870
|
+
},
|
|
36871
|
+
],
|
|
36872
|
+
],
|
|
36873
|
+
];
|
|
36874
|
+
export var GetIpamPolicyOrganizationTargetsResult = [
|
|
36875
|
+
3,
|
|
36876
|
+
n0,
|
|
36877
|
+
_GIPOTRe,
|
|
36878
|
+
0,
|
|
36879
|
+
[_OTr, _NTe],
|
|
36880
|
+
[
|
|
36881
|
+
[
|
|
36882
|
+
() => IpamPolicyOrganizationTargetSet,
|
|
36883
|
+
{
|
|
36884
|
+
[_eQN]: `OrganizationTargetSet`,
|
|
36885
|
+
[_xN]: _oTS,
|
|
36886
|
+
},
|
|
36887
|
+
],
|
|
36888
|
+
[
|
|
36889
|
+
0,
|
|
36890
|
+
{
|
|
36891
|
+
[_eQN]: `NextToken`,
|
|
36892
|
+
[_xN]: _nTe,
|
|
36893
|
+
},
|
|
36894
|
+
],
|
|
36895
|
+
],
|
|
36896
|
+
];
|
|
36430
36897
|
export var GetIpamPoolAllocationsRequest = [
|
|
36431
36898
|
3,
|
|
36432
36899
|
n0,
|
|
@@ -37623,7 +38090,7 @@ export var GetVpnConnectionDeviceSampleConfigurationRequest = [
|
|
|
37623
38090
|
n0,
|
|
37624
38091
|
_GVCDSCR,
|
|
37625
38092
|
0,
|
|
37626
|
-
[
|
|
38093
|
+
[_VCIp, _VCDTI, _IKEV, _STa, _DR],
|
|
37627
38094
|
[0, 0, 0, 0, 2],
|
|
37628
38095
|
];
|
|
37629
38096
|
export var GetVpnConnectionDeviceSampleConfigurationResult = [
|
|
@@ -37671,7 +38138,7 @@ export var GetVpnTunnelReplacementStatusRequest = [
|
|
|
37671
38138
|
n0,
|
|
37672
38139
|
_GVTRSR,
|
|
37673
38140
|
0,
|
|
37674
|
-
[
|
|
38141
|
+
[_VCIp, _VTOIA, _DR],
|
|
37675
38142
|
[0, 0, 2],
|
|
37676
38143
|
];
|
|
37677
38144
|
export var GetVpnTunnelReplacementStatusResult = [
|
|
@@ -37679,7 +38146,7 @@ export var GetVpnTunnelReplacementStatusResult = [
|
|
|
37679
38146
|
n0,
|
|
37680
38147
|
_GVTRSRe,
|
|
37681
38148
|
0,
|
|
37682
|
-
[
|
|
38149
|
+
[_VCIp, _TGI, _CGIu, _VGI, _VTOIA, _MDa],
|
|
37683
38150
|
[
|
|
37684
38151
|
[
|
|
37685
38152
|
0,
|
|
@@ -41523,7 +41990,7 @@ export var InstanceIpv6Address = [
|
|
|
41523
41990
|
2,
|
|
41524
41991
|
{
|
|
41525
41992
|
[_eQN]: `IsPrimaryIpv6`,
|
|
41526
|
-
[_xN]:
|
|
41993
|
+
[_xN]: _iPIs,
|
|
41527
41994
|
},
|
|
41528
41995
|
],
|
|
41529
41996
|
],
|
|
@@ -41854,14 +42321,14 @@ export var InstanceNetworkInterface = [
|
|
|
41854
42321
|
() => InstanceIpv4PrefixList,
|
|
41855
42322
|
{
|
|
41856
42323
|
[_eQN]: `Ipv4PrefixSet`,
|
|
41857
|
-
[_xN]:
|
|
42324
|
+
[_xN]: _iPSpvr,
|
|
41858
42325
|
},
|
|
41859
42326
|
],
|
|
41860
42327
|
[
|
|
41861
42328
|
() => InstanceIpv6PrefixList,
|
|
41862
42329
|
{
|
|
41863
42330
|
[_eQN]: `Ipv6PrefixSet`,
|
|
41864
|
-
[_xN]:
|
|
42331
|
+
[_xN]: _iPSpvre,
|
|
41865
42332
|
},
|
|
41866
42333
|
],
|
|
41867
42334
|
[
|
|
@@ -42204,7 +42671,7 @@ export var InstanceRequirements = [
|
|
|
42204
42671
|
_BEBM,
|
|
42205
42672
|
_ATc,
|
|
42206
42673
|
_AC,
|
|
42207
|
-
|
|
42674
|
+
_AMc,
|
|
42208
42675
|
_ANc,
|
|
42209
42676
|
_ATMMB,
|
|
42210
42677
|
_NBGe,
|
|
@@ -42422,7 +42889,7 @@ export var InstanceRequirementsRequest = [
|
|
|
42422
42889
|
_BEBM,
|
|
42423
42890
|
_ATc,
|
|
42424
42891
|
_AC,
|
|
42425
|
-
|
|
42892
|
+
_AMc,
|
|
42426
42893
|
_ANc,
|
|
42427
42894
|
_ATMMB,
|
|
42428
42895
|
_NBGe,
|
|
@@ -42478,7 +42945,7 @@ export var InstanceRequirementsRequest = [
|
|
|
42478
42945
|
[
|
|
42479
42946
|
() => AcceleratorManufacturerSet,
|
|
42480
42947
|
{
|
|
42481
|
-
[_xN]:
|
|
42948
|
+
[_xN]: _AMcc,
|
|
42482
42949
|
},
|
|
42483
42950
|
],
|
|
42484
42951
|
[
|
|
@@ -43958,16 +44425,151 @@ export var IpamOrganizationalUnitExclusion = [
|
|
|
43958
44425
|
],
|
|
43959
44426
|
],
|
|
43960
44427
|
];
|
|
43961
|
-
export var
|
|
44428
|
+
export var IpamPolicy = [
|
|
43962
44429
|
3,
|
|
43963
44430
|
n0,
|
|
43964
44431
|
_IPpa,
|
|
43965
44432
|
0,
|
|
44433
|
+
[_OI, _IPIp, _IPApa, _IPR, _St, _SMta, _T, _IIp],
|
|
44434
|
+
[
|
|
44435
|
+
[
|
|
44436
|
+
0,
|
|
44437
|
+
{
|
|
44438
|
+
[_eQN]: `OwnerId`,
|
|
44439
|
+
[_xN]: _oI,
|
|
44440
|
+
},
|
|
44441
|
+
],
|
|
44442
|
+
[
|
|
44443
|
+
0,
|
|
44444
|
+
{
|
|
44445
|
+
[_eQN]: `IpamPolicyId`,
|
|
44446
|
+
[_xN]: _iPI,
|
|
44447
|
+
},
|
|
44448
|
+
],
|
|
44449
|
+
[
|
|
44450
|
+
0,
|
|
44451
|
+
{
|
|
44452
|
+
[_eQN]: `IpamPolicyArn`,
|
|
44453
|
+
[_xN]: _iPAp,
|
|
44454
|
+
},
|
|
44455
|
+
],
|
|
44456
|
+
[
|
|
44457
|
+
0,
|
|
44458
|
+
{
|
|
44459
|
+
[_eQN]: `IpamPolicyRegion`,
|
|
44460
|
+
[_xN]: _iPR,
|
|
44461
|
+
},
|
|
44462
|
+
],
|
|
44463
|
+
[
|
|
44464
|
+
0,
|
|
44465
|
+
{
|
|
44466
|
+
[_eQN]: `State`,
|
|
44467
|
+
[_xN]: _st,
|
|
44468
|
+
},
|
|
44469
|
+
],
|
|
44470
|
+
[
|
|
44471
|
+
0,
|
|
44472
|
+
{
|
|
44473
|
+
[_eQN]: `StateMessage`,
|
|
44474
|
+
[_xN]: _sMta,
|
|
44475
|
+
},
|
|
44476
|
+
],
|
|
44477
|
+
[
|
|
44478
|
+
() => TagList,
|
|
44479
|
+
{
|
|
44480
|
+
[_eQN]: `TagSet`,
|
|
44481
|
+
[_xN]: _tS,
|
|
44482
|
+
},
|
|
44483
|
+
],
|
|
44484
|
+
[
|
|
44485
|
+
0,
|
|
44486
|
+
{
|
|
44487
|
+
[_eQN]: `IpamId`,
|
|
44488
|
+
[_xN]: _iIp,
|
|
44489
|
+
},
|
|
44490
|
+
],
|
|
44491
|
+
],
|
|
44492
|
+
];
|
|
44493
|
+
export var IpamPolicyAllocationRule = [
|
|
44494
|
+
3,
|
|
44495
|
+
n0,
|
|
44496
|
+
_IPAR,
|
|
44497
|
+
0,
|
|
44498
|
+
[_SIPI],
|
|
44499
|
+
[
|
|
44500
|
+
[
|
|
44501
|
+
0,
|
|
44502
|
+
{
|
|
44503
|
+
[_eQN]: `SourceIpamPoolId`,
|
|
44504
|
+
[_xN]: _sIPI,
|
|
44505
|
+
},
|
|
44506
|
+
],
|
|
44507
|
+
],
|
|
44508
|
+
];
|
|
44509
|
+
export var IpamPolicyAllocationRuleRequest = [3, n0, _IPARR, 0, [_SIPI], [0]];
|
|
44510
|
+
export var IpamPolicyDocument = [
|
|
44511
|
+
3,
|
|
44512
|
+
n0,
|
|
44513
|
+
_IPDp,
|
|
44514
|
+
0,
|
|
44515
|
+
[_IPIp, _Lo, _RTe, _ARllo],
|
|
44516
|
+
[
|
|
44517
|
+
[
|
|
44518
|
+
0,
|
|
44519
|
+
{
|
|
44520
|
+
[_eQN]: `IpamPolicyId`,
|
|
44521
|
+
[_xN]: _iPI,
|
|
44522
|
+
},
|
|
44523
|
+
],
|
|
44524
|
+
[
|
|
44525
|
+
0,
|
|
44526
|
+
{
|
|
44527
|
+
[_eQN]: `Locale`,
|
|
44528
|
+
[_xN]: _loc,
|
|
44529
|
+
},
|
|
44530
|
+
],
|
|
44531
|
+
[
|
|
44532
|
+
0,
|
|
44533
|
+
{
|
|
44534
|
+
[_eQN]: `ResourceType`,
|
|
44535
|
+
[_xN]: _rTe,
|
|
44536
|
+
},
|
|
44537
|
+
],
|
|
44538
|
+
[
|
|
44539
|
+
() => IpamPolicyAllocationRuleList,
|
|
44540
|
+
{
|
|
44541
|
+
[_eQN]: `AllocationRuleSet`,
|
|
44542
|
+
[_xN]: _aRSl,
|
|
44543
|
+
},
|
|
44544
|
+
],
|
|
44545
|
+
],
|
|
44546
|
+
];
|
|
44547
|
+
export var IpamPolicyOrganizationTarget = [
|
|
44548
|
+
3,
|
|
44549
|
+
n0,
|
|
44550
|
+
_IPOT,
|
|
44551
|
+
0,
|
|
44552
|
+
[_OTI],
|
|
44553
|
+
[
|
|
44554
|
+
[
|
|
44555
|
+
0,
|
|
44556
|
+
{
|
|
44557
|
+
[_eQN]: `OrganizationTargetId`,
|
|
44558
|
+
[_xN]: _oTI,
|
|
44559
|
+
},
|
|
44560
|
+
],
|
|
44561
|
+
],
|
|
44562
|
+
];
|
|
44563
|
+
export var IpamPool = [
|
|
44564
|
+
3,
|
|
44565
|
+
n0,
|
|
44566
|
+
_IPpam,
|
|
44567
|
+
0,
|
|
43966
44568
|
[
|
|
43967
44569
|
_OI,
|
|
43968
44570
|
_IPI,
|
|
43969
44571
|
_SIPI,
|
|
43970
|
-
|
|
44572
|
+
_IPApam,
|
|
43971
44573
|
_ISA,
|
|
43972
44574
|
_ISTp,
|
|
43973
44575
|
_IApa,
|
|
@@ -44015,7 +44617,7 @@ export var IpamPool = [
|
|
|
44015
44617
|
0,
|
|
44016
44618
|
{
|
|
44017
44619
|
[_eQN]: `IpamPoolArn`,
|
|
44018
|
-
[_xN]:
|
|
44620
|
+
[_xN]: _iPApa,
|
|
44019
44621
|
},
|
|
44020
44622
|
],
|
|
44021
44623
|
[
|
|
@@ -46363,7 +46965,7 @@ export var LaunchTemplateInstanceNetworkInterfaceSpecification = [
|
|
|
46363
46965
|
() => Ipv4PrefixListResponse,
|
|
46364
46966
|
{
|
|
46365
46967
|
[_eQN]: `Ipv4PrefixSet`,
|
|
46366
|
-
[_xN]:
|
|
46968
|
+
[_xN]: _iPSpvr,
|
|
46367
46969
|
},
|
|
46368
46970
|
],
|
|
46369
46971
|
[
|
|
@@ -46377,7 +46979,7 @@ export var LaunchTemplateInstanceNetworkInterfaceSpecification = [
|
|
|
46377
46979
|
() => Ipv6PrefixListResponse,
|
|
46378
46980
|
{
|
|
46379
46981
|
[_eQN]: `Ipv6PrefixSet`,
|
|
46380
|
-
[_xN]:
|
|
46982
|
+
[_xN]: _iPSpvre,
|
|
46381
46983
|
},
|
|
46382
46984
|
],
|
|
46383
46985
|
[
|
|
@@ -49087,6 +49689,41 @@ export var ModifyInstancePlacementResult = [
|
|
|
49087
49689
|
],
|
|
49088
49690
|
],
|
|
49089
49691
|
];
|
|
49692
|
+
export var ModifyIpamPolicyAllocationRulesRequest = [
|
|
49693
|
+
3,
|
|
49694
|
+
n0,
|
|
49695
|
+
_MIPARR,
|
|
49696
|
+
0,
|
|
49697
|
+
[_DR, _IPIp, _Lo, _RTe, _ARllo],
|
|
49698
|
+
[
|
|
49699
|
+
2,
|
|
49700
|
+
0,
|
|
49701
|
+
0,
|
|
49702
|
+
0,
|
|
49703
|
+
[
|
|
49704
|
+
() => IpamPolicyAllocationRuleListRequest,
|
|
49705
|
+
{
|
|
49706
|
+
[_xN]: _ARlloc,
|
|
49707
|
+
},
|
|
49708
|
+
],
|
|
49709
|
+
],
|
|
49710
|
+
];
|
|
49711
|
+
export var ModifyIpamPolicyAllocationRulesResult = [
|
|
49712
|
+
3,
|
|
49713
|
+
n0,
|
|
49714
|
+
_MIPARRo,
|
|
49715
|
+
0,
|
|
49716
|
+
[_IPDp],
|
|
49717
|
+
[
|
|
49718
|
+
[
|
|
49719
|
+
() => IpamPolicyDocument,
|
|
49720
|
+
{
|
|
49721
|
+
[_eQN]: `IpamPolicyDocument`,
|
|
49722
|
+
[_xN]: _iPD,
|
|
49723
|
+
},
|
|
49724
|
+
],
|
|
49725
|
+
],
|
|
49726
|
+
];
|
|
49090
49727
|
export var ModifyIpamPoolRequest = [
|
|
49091
49728
|
3,
|
|
49092
49729
|
n0,
|
|
@@ -49121,13 +49758,13 @@ export var ModifyIpamPoolResult = [
|
|
|
49121
49758
|
n0,
|
|
49122
49759
|
_MIPRodi,
|
|
49123
49760
|
0,
|
|
49124
|
-
[
|
|
49761
|
+
[_IPpam],
|
|
49125
49762
|
[
|
|
49126
49763
|
[
|
|
49127
49764
|
() => IpamPool,
|
|
49128
49765
|
{
|
|
49129
49766
|
[_eQN]: `IpamPool`,
|
|
49130
|
-
[_xN]:
|
|
49767
|
+
[_xN]: _iPpam,
|
|
49131
49768
|
},
|
|
49132
49769
|
],
|
|
49133
49770
|
],
|
|
@@ -50697,7 +51334,7 @@ export var ModifyVpnConnectionOptionsRequest = [
|
|
|
50697
51334
|
n0,
|
|
50698
51335
|
_MVCOR,
|
|
50699
51336
|
0,
|
|
50700
|
-
[
|
|
51337
|
+
[_VCIp, _LINC, _RINC, _LINCo, _RINCe, _DR],
|
|
50701
51338
|
[0, 0, 0, 0, 0, 2],
|
|
50702
51339
|
];
|
|
50703
51340
|
export var ModifyVpnConnectionOptionsResult = [
|
|
@@ -50705,13 +51342,13 @@ export var ModifyVpnConnectionOptionsResult = [
|
|
|
50705
51342
|
n0,
|
|
50706
51343
|
_MVCORo,
|
|
50707
51344
|
0,
|
|
50708
|
-
[
|
|
51345
|
+
[_VCp],
|
|
50709
51346
|
[
|
|
50710
51347
|
[
|
|
50711
51348
|
() => VpnConnection,
|
|
50712
51349
|
{
|
|
50713
51350
|
[_eQN]: `VpnConnection`,
|
|
50714
|
-
[_xN]:
|
|
51351
|
+
[_xN]: _vCp,
|
|
50715
51352
|
},
|
|
50716
51353
|
],
|
|
50717
51354
|
],
|
|
@@ -50721,7 +51358,7 @@ export var ModifyVpnConnectionRequest = [
|
|
|
50721
51358
|
n0,
|
|
50722
51359
|
_MVCR,
|
|
50723
51360
|
0,
|
|
50724
|
-
[
|
|
51361
|
+
[_VCIp, _TGI, _CGIu, _VGI, _DR],
|
|
50725
51362
|
[0, 0, 0, 0, 2],
|
|
50726
51363
|
];
|
|
50727
51364
|
export var ModifyVpnConnectionResult = [
|
|
@@ -50729,13 +51366,13 @@ export var ModifyVpnConnectionResult = [
|
|
|
50729
51366
|
n0,
|
|
50730
51367
|
_MVCRo,
|
|
50731
51368
|
0,
|
|
50732
|
-
[
|
|
51369
|
+
[_VCp],
|
|
50733
51370
|
[
|
|
50734
51371
|
[
|
|
50735
51372
|
() => VpnConnection,
|
|
50736
51373
|
{
|
|
50737
51374
|
[_eQN]: `VpnConnection`,
|
|
50738
|
-
[_xN]:
|
|
51375
|
+
[_xN]: _vCp,
|
|
50739
51376
|
},
|
|
50740
51377
|
],
|
|
50741
51378
|
],
|
|
@@ -50745,7 +51382,7 @@ export var ModifyVpnTunnelCertificateRequest = [
|
|
|
50745
51382
|
n0,
|
|
50746
51383
|
_MVTCR,
|
|
50747
51384
|
0,
|
|
50748
|
-
[
|
|
51385
|
+
[_VCIp, _VTOIA, _DR],
|
|
50749
51386
|
[0, 0, 2],
|
|
50750
51387
|
];
|
|
50751
51388
|
export var ModifyVpnTunnelCertificateResult = [
|
|
@@ -50753,13 +51390,13 @@ export var ModifyVpnTunnelCertificateResult = [
|
|
|
50753
51390
|
n0,
|
|
50754
51391
|
_MVTCRo,
|
|
50755
51392
|
0,
|
|
50756
|
-
[
|
|
51393
|
+
[_VCp],
|
|
50757
51394
|
[
|
|
50758
51395
|
[
|
|
50759
51396
|
() => VpnConnection,
|
|
50760
51397
|
{
|
|
50761
51398
|
[_eQN]: `VpnConnection`,
|
|
50762
|
-
[_xN]:
|
|
51399
|
+
[_xN]: _vCp,
|
|
50763
51400
|
},
|
|
50764
51401
|
],
|
|
50765
51402
|
],
|
|
@@ -50769,7 +51406,7 @@ export var ModifyVpnTunnelOptionsRequest = [
|
|
|
50769
51406
|
n0,
|
|
50770
51407
|
_MVTOR,
|
|
50771
51408
|
0,
|
|
50772
|
-
[
|
|
51409
|
+
[_VCIp, _VTOIA, _TO, _DR, _STRk, _PSKS],
|
|
50773
51410
|
[0, 0, [() => ModifyVpnTunnelOptionsSpecification, 0], 2, 2, 0],
|
|
50774
51411
|
];
|
|
50775
51412
|
export var ModifyVpnTunnelOptionsResult = [
|
|
@@ -50777,13 +51414,13 @@ export var ModifyVpnTunnelOptionsResult = [
|
|
|
50777
51414
|
n0,
|
|
50778
51415
|
_MVTORo,
|
|
50779
51416
|
0,
|
|
50780
|
-
[
|
|
51417
|
+
[_VCp],
|
|
50781
51418
|
[
|
|
50782
51419
|
[
|
|
50783
51420
|
() => VpnConnection,
|
|
50784
51421
|
{
|
|
50785
51422
|
[_eQN]: `VpnConnection`,
|
|
50786
|
-
[_xN]:
|
|
51423
|
+
[_xN]: _vCp,
|
|
50787
51424
|
},
|
|
50788
51425
|
],
|
|
50789
51426
|
],
|
|
@@ -51063,7 +51700,7 @@ export var NatGateway = [
|
|
|
51063
51700
|
n0,
|
|
51064
51701
|
_NG,
|
|
51065
51702
|
0,
|
|
51066
|
-
[_CTr, _DTel, _FCa, _FM, _NGA, _NGI, _PB, _St, _SIu, _VI, _T, _CTon],
|
|
51703
|
+
[_CTr, _DTel, _FCa, _FM, _NGA, _NGI, _PB, _St, _SIu, _VI, _T, _CTon, _AM, _ASIu, _APZ, _RTI],
|
|
51067
51704
|
[
|
|
51068
51705
|
[
|
|
51069
51706
|
4,
|
|
@@ -51149,6 +51786,34 @@ export var NatGateway = [
|
|
|
51149
51786
|
[_xN]: _cTonn,
|
|
51150
51787
|
},
|
|
51151
51788
|
],
|
|
51789
|
+
[
|
|
51790
|
+
0,
|
|
51791
|
+
{
|
|
51792
|
+
[_eQN]: `AvailabilityMode`,
|
|
51793
|
+
[_xN]: _aM,
|
|
51794
|
+
},
|
|
51795
|
+
],
|
|
51796
|
+
[
|
|
51797
|
+
0,
|
|
51798
|
+
{
|
|
51799
|
+
[_eQN]: `AutoScalingIps`,
|
|
51800
|
+
[_xN]: _aSI,
|
|
51801
|
+
},
|
|
51802
|
+
],
|
|
51803
|
+
[
|
|
51804
|
+
0,
|
|
51805
|
+
{
|
|
51806
|
+
[_eQN]: `AutoProvisionZones`,
|
|
51807
|
+
[_xN]: _aPZ,
|
|
51808
|
+
},
|
|
51809
|
+
],
|
|
51810
|
+
[
|
|
51811
|
+
0,
|
|
51812
|
+
{
|
|
51813
|
+
[_eQN]: `RouteTableId`,
|
|
51814
|
+
[_xN]: _rTI,
|
|
51815
|
+
},
|
|
51816
|
+
],
|
|
51152
51817
|
],
|
|
51153
51818
|
];
|
|
51154
51819
|
export var NatGatewayAddress = [
|
|
@@ -51156,7 +51821,7 @@ export var NatGatewayAddress = [
|
|
|
51156
51821
|
n0,
|
|
51157
51822
|
_NGAa,
|
|
51158
51823
|
0,
|
|
51159
|
-
[_AIl, _NII, _PIri, _PI, _AIs, _IPsr, _FM, _Sta],
|
|
51824
|
+
[_AIl, _NII, _PIri, _PI, _AIs, _IPsr, _FM, _Sta, _AZ, _AZI],
|
|
51160
51825
|
[
|
|
51161
51826
|
[
|
|
51162
51827
|
0,
|
|
@@ -51214,6 +51879,20 @@ export var NatGatewayAddress = [
|
|
|
51214
51879
|
[_xN]: _sta,
|
|
51215
51880
|
},
|
|
51216
51881
|
],
|
|
51882
|
+
[
|
|
51883
|
+
0,
|
|
51884
|
+
{
|
|
51885
|
+
[_eQN]: `AvailabilityZone`,
|
|
51886
|
+
[_xN]: _aZ,
|
|
51887
|
+
},
|
|
51888
|
+
],
|
|
51889
|
+
[
|
|
51890
|
+
0,
|
|
51891
|
+
{
|
|
51892
|
+
[_eQN]: `AvailabilityZoneId`,
|
|
51893
|
+
[_xN]: _aZI,
|
|
51894
|
+
},
|
|
51895
|
+
],
|
|
51217
51896
|
],
|
|
51218
51897
|
];
|
|
51219
51898
|
export var NativeApplicationOidcOptions = [
|
|
@@ -52188,14 +52867,14 @@ export var NetworkInterface = [
|
|
|
52188
52867
|
() => Ipv4PrefixesList,
|
|
52189
52868
|
{
|
|
52190
52869
|
[_eQN]: `Ipv4PrefixSet`,
|
|
52191
|
-
[_xN]:
|
|
52870
|
+
[_xN]: _iPSpvr,
|
|
52192
52871
|
},
|
|
52193
52872
|
],
|
|
52194
52873
|
[
|
|
52195
52874
|
() => Ipv6PrefixesList,
|
|
52196
52875
|
{
|
|
52197
52876
|
[_eQN]: `Ipv6PrefixSet`,
|
|
52198
|
-
[_xN]:
|
|
52877
|
+
[_xN]: _iPSpvre,
|
|
52199
52878
|
},
|
|
52200
52879
|
],
|
|
52201
52880
|
[
|
|
@@ -52502,7 +53181,7 @@ export var NetworkInterfaceIpv6Address = [
|
|
|
52502
53181
|
2,
|
|
52503
53182
|
{
|
|
52504
53183
|
[_eQN]: `IsPrimaryIpv6`,
|
|
52505
|
-
[_xN]:
|
|
53184
|
+
[_xN]: _iPIs,
|
|
52506
53185
|
},
|
|
52507
53186
|
],
|
|
52508
53187
|
],
|
|
@@ -55845,7 +56524,7 @@ export var ReplaceTransitGatewayRouteResult = [
|
|
|
55845
56524
|
],
|
|
55846
56525
|
],
|
|
55847
56526
|
];
|
|
55848
|
-
export var ReplaceVpnTunnelRequest = [3, n0, _RVTR, 0, [
|
|
56527
|
+
export var ReplaceVpnTunnelRequest = [3, n0, _RVTR, 0, [_VCIp, _VTOIA, _APM, _DR], [0, 0, 2, 2]];
|
|
55849
56528
|
export var ReplaceVpnTunnelResult = [
|
|
55850
56529
|
3,
|
|
55851
56530
|
n0,
|
|
@@ -57637,7 +58316,7 @@ export var RestoreSnapshotTierResult = [
|
|
|
57637
58316
|
n0,
|
|
57638
58317
|
_RSTRe,
|
|
57639
58318
|
0,
|
|
57640
|
-
[_SIn, _RSTe, _RD,
|
|
58319
|
+
[_SIn, _RSTe, _RD, _IPRs],
|
|
57641
58320
|
[
|
|
57642
58321
|
[
|
|
57643
58322
|
0,
|
|
@@ -57664,7 +58343,7 @@ export var RestoreSnapshotTierResult = [
|
|
|
57664
58343
|
2,
|
|
57665
58344
|
{
|
|
57666
58345
|
[_eQN]: `IsPermanentRestore`,
|
|
57667
|
-
[_xN]:
|
|
58346
|
+
[_xN]: _iPRs,
|
|
57668
58347
|
},
|
|
57669
58348
|
],
|
|
57670
58349
|
],
|
|
@@ -59520,7 +60199,7 @@ export var SecurityGroup = [
|
|
|
59520
60199
|
n0,
|
|
59521
60200
|
_SGe,
|
|
59522
60201
|
0,
|
|
59523
|
-
[_GIr,
|
|
60202
|
+
[_GIr, _IPEp, _T, _VI, _SGA, _OI, _GN, _De, _IPpe],
|
|
59524
60203
|
[
|
|
59525
60204
|
[
|
|
59526
60205
|
0,
|
|
@@ -59533,7 +60212,7 @@ export var SecurityGroup = [
|
|
|
59533
60212
|
() => IpPermissionList,
|
|
59534
60213
|
{
|
|
59535
60214
|
[_eQN]: `IpPermissionsEgress`,
|
|
59536
|
-
[_xN]:
|
|
60215
|
+
[_xN]: _iPEp,
|
|
59537
60216
|
},
|
|
59538
60217
|
],
|
|
59539
60218
|
[
|
|
@@ -67482,7 +68161,7 @@ export var VolumeModification = [
|
|
|
67482
68161
|
n0,
|
|
67483
68162
|
_VMo,
|
|
67484
68163
|
0,
|
|
67485
|
-
[_VIo, _MSod, _SMt, _TSarg, _TIar, _TVT, _TTar, _TMAE, _OSr, _OIr, _OVT,
|
|
68164
|
+
[_VIo, _MSod, _SMt, _TSarg, _TIar, _TVT, _TTar, _TMAE, _OSr, _OIr, _OVT, _OTri, _OMAE, _Pro, _ST, _ETnd],
|
|
67486
68165
|
[
|
|
67487
68166
|
[
|
|
67488
68167
|
0,
|
|
@@ -68479,14 +69158,14 @@ export var VpcEndpoint = [
|
|
|
68479
69158
|
() => SubnetIpPrefixesList,
|
|
68480
69159
|
{
|
|
68481
69160
|
[_eQN]: `Ipv4PrefixSet`,
|
|
68482
|
-
[_xN]:
|
|
69161
|
+
[_xN]: _iPSpvr,
|
|
68483
69162
|
},
|
|
68484
69163
|
],
|
|
68485
69164
|
[
|
|
68486
69165
|
() => SubnetIpPrefixesList,
|
|
68487
69166
|
{
|
|
68488
69167
|
[_eQN]: `Ipv6PrefixSet`,
|
|
68489
|
-
[_xN]:
|
|
69168
|
+
[_xN]: _iPSpvre,
|
|
68490
69169
|
},
|
|
68491
69170
|
],
|
|
68492
69171
|
[
|
|
@@ -68925,12 +69604,63 @@ export var VpcPeeringConnectionVpcInfo = [
|
|
|
68925
69604
|
],
|
|
68926
69605
|
],
|
|
68927
69606
|
];
|
|
68928
|
-
export var
|
|
69607
|
+
export var VpnConcentrator = [
|
|
68929
69608
|
3,
|
|
68930
69609
|
n0,
|
|
68931
69610
|
_VC,
|
|
68932
69611
|
0,
|
|
68933
|
-
[
|
|
69612
|
+
[_VCI, _St, _TGI, _TGAI, _Ty, _T],
|
|
69613
|
+
[
|
|
69614
|
+
[
|
|
69615
|
+
0,
|
|
69616
|
+
{
|
|
69617
|
+
[_eQN]: `VpnConcentratorId`,
|
|
69618
|
+
[_xN]: _vCIpn,
|
|
69619
|
+
},
|
|
69620
|
+
],
|
|
69621
|
+
[
|
|
69622
|
+
0,
|
|
69623
|
+
{
|
|
69624
|
+
[_eQN]: `State`,
|
|
69625
|
+
[_xN]: _st,
|
|
69626
|
+
},
|
|
69627
|
+
],
|
|
69628
|
+
[
|
|
69629
|
+
0,
|
|
69630
|
+
{
|
|
69631
|
+
[_eQN]: `TransitGatewayId`,
|
|
69632
|
+
[_xN]: _tGI,
|
|
69633
|
+
},
|
|
69634
|
+
],
|
|
69635
|
+
[
|
|
69636
|
+
0,
|
|
69637
|
+
{
|
|
69638
|
+
[_eQN]: `TransitGatewayAttachmentId`,
|
|
69639
|
+
[_xN]: _tGAI,
|
|
69640
|
+
},
|
|
69641
|
+
],
|
|
69642
|
+
[
|
|
69643
|
+
0,
|
|
69644
|
+
{
|
|
69645
|
+
[_eQN]: `Type`,
|
|
69646
|
+
[_xN]: _ty,
|
|
69647
|
+
},
|
|
69648
|
+
],
|
|
69649
|
+
[
|
|
69650
|
+
() => TagList,
|
|
69651
|
+
{
|
|
69652
|
+
[_eQN]: `TagSet`,
|
|
69653
|
+
[_xN]: _tS,
|
|
69654
|
+
},
|
|
69655
|
+
],
|
|
69656
|
+
],
|
|
69657
|
+
];
|
|
69658
|
+
export var VpnConnection = [
|
|
69659
|
+
3,
|
|
69660
|
+
n0,
|
|
69661
|
+
_VCp,
|
|
69662
|
+
0,
|
|
69663
|
+
[_Cat, _TGI, _VCI, _CNA, _CNAA, _GAS, _Opt, _Rou, _T, _VTg, _PSKA, _VCIp, _St, _CGC, _Ty, _CGIu, _VGI],
|
|
68934
69664
|
[
|
|
68935
69665
|
[
|
|
68936
69666
|
0,
|
|
@@ -68946,6 +69676,13 @@ export var VpnConnection = [
|
|
|
68946
69676
|
[_xN]: _tGI,
|
|
68947
69677
|
},
|
|
68948
69678
|
],
|
|
69679
|
+
[
|
|
69680
|
+
0,
|
|
69681
|
+
{
|
|
69682
|
+
[_eQN]: `VpnConcentratorId`,
|
|
69683
|
+
[_xN]: _vCIpn,
|
|
69684
|
+
},
|
|
69685
|
+
],
|
|
68949
69686
|
[
|
|
68950
69687
|
0,
|
|
68951
69688
|
{
|
|
@@ -69830,6 +70567,18 @@ export var AuthorizationRuleSet = [
|
|
|
69830
70567
|
},
|
|
69831
70568
|
],
|
|
69832
70569
|
];
|
|
70570
|
+
export var AvailabilityZoneAddresses = [
|
|
70571
|
+
1,
|
|
70572
|
+
n0,
|
|
70573
|
+
_AZAv,
|
|
70574
|
+
0,
|
|
70575
|
+
[
|
|
70576
|
+
() => AvailabilityZoneAddress,
|
|
70577
|
+
{
|
|
70578
|
+
[_xN]: _AZA,
|
|
70579
|
+
},
|
|
70580
|
+
],
|
|
70581
|
+
];
|
|
69833
70582
|
export var AvailabilityZoneIdStringList = [
|
|
69834
70583
|
1,
|
|
69835
70584
|
n0,
|
|
@@ -72522,6 +73271,66 @@ export var IpamOrganizationalUnitExclusionSet = [
|
|
|
72522
73271
|
},
|
|
72523
73272
|
],
|
|
72524
73273
|
];
|
|
73274
|
+
export var IpamPolicyAllocationRuleList = [
|
|
73275
|
+
1,
|
|
73276
|
+
n0,
|
|
73277
|
+
_IPARL,
|
|
73278
|
+
0,
|
|
73279
|
+
[
|
|
73280
|
+
() => IpamPolicyAllocationRule,
|
|
73281
|
+
{
|
|
73282
|
+
[_xN]: _it,
|
|
73283
|
+
},
|
|
73284
|
+
],
|
|
73285
|
+
];
|
|
73286
|
+
export var IpamPolicyAllocationRuleListRequest = [
|
|
73287
|
+
1,
|
|
73288
|
+
n0,
|
|
73289
|
+
_IPARLR,
|
|
73290
|
+
0,
|
|
73291
|
+
[
|
|
73292
|
+
() => IpamPolicyAllocationRuleRequest,
|
|
73293
|
+
{
|
|
73294
|
+
[_xN]: _it,
|
|
73295
|
+
},
|
|
73296
|
+
],
|
|
73297
|
+
];
|
|
73298
|
+
export var IpamPolicyDocumentSet = [
|
|
73299
|
+
1,
|
|
73300
|
+
n0,
|
|
73301
|
+
_IPDS,
|
|
73302
|
+
0,
|
|
73303
|
+
[
|
|
73304
|
+
() => IpamPolicyDocument,
|
|
73305
|
+
{
|
|
73306
|
+
[_xN]: _it,
|
|
73307
|
+
},
|
|
73308
|
+
],
|
|
73309
|
+
];
|
|
73310
|
+
export var IpamPolicyOrganizationTargetSet = [
|
|
73311
|
+
1,
|
|
73312
|
+
n0,
|
|
73313
|
+
_IPOTS,
|
|
73314
|
+
0,
|
|
73315
|
+
[
|
|
73316
|
+
() => IpamPolicyOrganizationTarget,
|
|
73317
|
+
{
|
|
73318
|
+
[_xN]: _it,
|
|
73319
|
+
},
|
|
73320
|
+
],
|
|
73321
|
+
];
|
|
73322
|
+
export var IpamPolicySet = [
|
|
73323
|
+
1,
|
|
73324
|
+
n0,
|
|
73325
|
+
_IPSpa,
|
|
73326
|
+
0,
|
|
73327
|
+
[
|
|
73328
|
+
() => IpamPolicy,
|
|
73329
|
+
{
|
|
73330
|
+
[_xN]: _it,
|
|
73331
|
+
},
|
|
73332
|
+
],
|
|
73333
|
+
];
|
|
72525
73334
|
export var IpamPoolAllocationAllowedCidrs = [
|
|
72526
73335
|
1,
|
|
72527
73336
|
n0,
|
|
@@ -72573,7 +73382,7 @@ export var IpamPoolCidrSet = [
|
|
|
72573
73382
|
export var IpamPoolSet = [
|
|
72574
73383
|
1,
|
|
72575
73384
|
n0,
|
|
72576
|
-
|
|
73385
|
+
_IPSpam,
|
|
72577
73386
|
0,
|
|
72578
73387
|
[
|
|
72579
73388
|
() => IpamPool,
|
|
@@ -77211,6 +78020,30 @@ export var VpcPeeringConnectionList = [
|
|
|
77211
78020
|
},
|
|
77212
78021
|
],
|
|
77213
78022
|
];
|
|
78023
|
+
export var VpnConcentratorIdStringList = [
|
|
78024
|
+
1,
|
|
78025
|
+
n0,
|
|
78026
|
+
_VCISL,
|
|
78027
|
+
0,
|
|
78028
|
+
[
|
|
78029
|
+
0,
|
|
78030
|
+
{
|
|
78031
|
+
[_xN]: _VCI,
|
|
78032
|
+
},
|
|
78033
|
+
],
|
|
78034
|
+
];
|
|
78035
|
+
export var VpnConcentratorList = [
|
|
78036
|
+
1,
|
|
78037
|
+
n0,
|
|
78038
|
+
_VCLp,
|
|
78039
|
+
0,
|
|
78040
|
+
[
|
|
78041
|
+
() => VpnConcentrator,
|
|
78042
|
+
{
|
|
78043
|
+
[_xN]: _it,
|
|
78044
|
+
},
|
|
78045
|
+
],
|
|
78046
|
+
];
|
|
77214
78047
|
export var VpnConnectionDeviceTypeList = [
|
|
77215
78048
|
1,
|
|
77216
78049
|
n0,
|
|
@@ -77226,19 +78059,19 @@ export var VpnConnectionDeviceTypeList = [
|
|
|
77226
78059
|
export var VpnConnectionIdStringList = [
|
|
77227
78060
|
1,
|
|
77228
78061
|
n0,
|
|
77229
|
-
|
|
78062
|
+
_VCISLp,
|
|
77230
78063
|
0,
|
|
77231
78064
|
[
|
|
77232
78065
|
0,
|
|
77233
78066
|
{
|
|
77234
|
-
[_xN]:
|
|
78067
|
+
[_xN]: _VCIp,
|
|
77235
78068
|
},
|
|
77236
78069
|
],
|
|
77237
78070
|
];
|
|
77238
78071
|
export var VpnConnectionList = [
|
|
77239
78072
|
1,
|
|
77240
78073
|
n0,
|
|
77241
|
-
|
|
78074
|
+
_VCLpn,
|
|
77242
78075
|
0,
|
|
77243
78076
|
[
|
|
77244
78077
|
() => VpnConnection,
|
|
@@ -77947,11 +78780,19 @@ export var CreateIpamExternalResourceVerificationToken = [
|
|
|
77947
78780
|
() => CreateIpamExternalResourceVerificationTokenRequest,
|
|
77948
78781
|
() => CreateIpamExternalResourceVerificationTokenResult,
|
|
77949
78782
|
];
|
|
77950
|
-
export var
|
|
78783
|
+
export var CreateIpamPolicy = [
|
|
77951
78784
|
9,
|
|
77952
78785
|
n0,
|
|
77953
78786
|
_CIP,
|
|
77954
78787
|
0,
|
|
78788
|
+
() => CreateIpamPolicyRequest,
|
|
78789
|
+
() => CreateIpamPolicyResult,
|
|
78790
|
+
];
|
|
78791
|
+
export var CreateIpamPool = [
|
|
78792
|
+
9,
|
|
78793
|
+
n0,
|
|
78794
|
+
_CIPr,
|
|
78795
|
+
0,
|
|
77955
78796
|
() => CreateIpamPoolRequest,
|
|
77956
78797
|
() => CreateIpamPoolResult,
|
|
77957
78798
|
];
|
|
@@ -78441,18 +79282,26 @@ export var CreateVpcPeeringConnection = [
|
|
|
78441
79282
|
() => CreateVpcPeeringConnectionRequest,
|
|
78442
79283
|
() => CreateVpcPeeringConnectionResult,
|
|
78443
79284
|
];
|
|
78444
|
-
export var
|
|
79285
|
+
export var CreateVpnConcentrator = [
|
|
78445
79286
|
9,
|
|
78446
79287
|
n0,
|
|
78447
79288
|
_CVCr,
|
|
78448
79289
|
0,
|
|
79290
|
+
() => CreateVpnConcentratorRequest,
|
|
79291
|
+
() => CreateVpnConcentratorResult,
|
|
79292
|
+
];
|
|
79293
|
+
export var CreateVpnConnection = [
|
|
79294
|
+
9,
|
|
79295
|
+
n0,
|
|
79296
|
+
_CVCre,
|
|
79297
|
+
0,
|
|
78449
79298
|
() => CreateVpnConnectionRequest,
|
|
78450
79299
|
() => CreateVpnConnectionResult,
|
|
78451
79300
|
];
|
|
78452
79301
|
export var CreateVpnConnectionRoute = [
|
|
78453
79302
|
9,
|
|
78454
79303
|
n0,
|
|
78455
|
-
|
|
79304
|
+
_CVCRreat,
|
|
78456
79305
|
0,
|
|
78457
79306
|
() => CreateVpnConnectionRouteRequest,
|
|
78458
79307
|
() => __Unit,
|
|
@@ -78588,11 +79437,19 @@ export var DeleteIpamExternalResourceVerificationToken = [
|
|
|
78588
79437
|
() => DeleteIpamExternalResourceVerificationTokenRequest,
|
|
78589
79438
|
() => DeleteIpamExternalResourceVerificationTokenResult,
|
|
78590
79439
|
];
|
|
78591
|
-
export var
|
|
79440
|
+
export var DeleteIpamPolicy = [
|
|
78592
79441
|
9,
|
|
78593
79442
|
n0,
|
|
78594
79443
|
_DIP,
|
|
78595
79444
|
0,
|
|
79445
|
+
() => DeleteIpamPolicyRequest,
|
|
79446
|
+
() => DeleteIpamPolicyResult,
|
|
79447
|
+
];
|
|
79448
|
+
export var DeleteIpamPool = [
|
|
79449
|
+
9,
|
|
79450
|
+
n0,
|
|
79451
|
+
_DIPe,
|
|
79452
|
+
0,
|
|
78596
79453
|
() => DeleteIpamPoolRequest,
|
|
78597
79454
|
() => DeleteIpamPoolResult,
|
|
78598
79455
|
];
|
|
@@ -79044,18 +79901,26 @@ export var DeleteVpcPeeringConnection = [
|
|
|
79044
79901
|
() => DeleteVpcPeeringConnectionRequest,
|
|
79045
79902
|
() => DeleteVpcPeeringConnectionResult,
|
|
79046
79903
|
];
|
|
79047
|
-
export var
|
|
79904
|
+
export var DeleteVpnConcentrator = [
|
|
79048
79905
|
9,
|
|
79049
79906
|
n0,
|
|
79050
79907
|
_DVCe,
|
|
79051
79908
|
0,
|
|
79909
|
+
() => DeleteVpnConcentratorRequest,
|
|
79910
|
+
() => DeleteVpnConcentratorResult,
|
|
79911
|
+
];
|
|
79912
|
+
export var DeleteVpnConnection = [
|
|
79913
|
+
9,
|
|
79914
|
+
n0,
|
|
79915
|
+
_DVCel,
|
|
79916
|
+
0,
|
|
79052
79917
|
() => DeleteVpnConnectionRequest,
|
|
79053
79918
|
() => __Unit,
|
|
79054
79919
|
];
|
|
79055
79920
|
export var DeleteVpnConnectionRoute = [
|
|
79056
79921
|
9,
|
|
79057
79922
|
n0,
|
|
79058
|
-
|
|
79923
|
+
_DVCRele,
|
|
79059
79924
|
0,
|
|
79060
79925
|
() => DeleteVpnConnectionRouteRequest,
|
|
79061
79926
|
() => __Unit,
|
|
@@ -79701,10 +80566,18 @@ export var DescribeIpamExternalResourceVerificationTokens = [
|
|
|
79701
80566
|
() => DescribeIpamExternalResourceVerificationTokensRequest,
|
|
79702
80567
|
() => DescribeIpamExternalResourceVerificationTokensResult,
|
|
79703
80568
|
];
|
|
80569
|
+
export var DescribeIpamPolicies = [
|
|
80570
|
+
9,
|
|
80571
|
+
n0,
|
|
80572
|
+
_DIPes,
|
|
80573
|
+
0,
|
|
80574
|
+
() => DescribeIpamPoliciesRequest,
|
|
80575
|
+
() => DescribeIpamPoliciesResult,
|
|
80576
|
+
];
|
|
79704
80577
|
export var DescribeIpamPools = [
|
|
79705
80578
|
9,
|
|
79706
80579
|
n0,
|
|
79707
|
-
|
|
80580
|
+
_DIPesc,
|
|
79708
80581
|
0,
|
|
79709
80582
|
() => DescribeIpamPoolsRequest,
|
|
79710
80583
|
() => DescribeIpamPoolsResult,
|
|
@@ -79760,7 +80633,7 @@ export var DescribeIpamScopes = [
|
|
|
79760
80633
|
export var DescribeIpv6Pools = [
|
|
79761
80634
|
9,
|
|
79762
80635
|
n0,
|
|
79763
|
-
|
|
80636
|
+
_DIPescr,
|
|
79764
80637
|
0,
|
|
79765
80638
|
() => DescribeIpv6PoolsRequest,
|
|
79766
80639
|
() => DescribeIpv6PoolsResult,
|
|
@@ -80526,11 +81399,19 @@ export var DescribeVpcs = [
|
|
|
80526
81399
|
() => DescribeVpcsRequest,
|
|
80527
81400
|
() => DescribeVpcsResult,
|
|
80528
81401
|
];
|
|
80529
|
-
export var
|
|
81402
|
+
export var DescribeVpnConcentrators = [
|
|
80530
81403
|
9,
|
|
80531
81404
|
n0,
|
|
80532
81405
|
_DVCes,
|
|
80533
81406
|
0,
|
|
81407
|
+
() => DescribeVpnConcentratorsRequest,
|
|
81408
|
+
() => DescribeVpnConcentratorsResult,
|
|
81409
|
+
];
|
|
81410
|
+
export var DescribeVpnConnections = [
|
|
81411
|
+
9,
|
|
81412
|
+
n0,
|
|
81413
|
+
_DVCesc,
|
|
81414
|
+
0,
|
|
80534
81415
|
() => DescribeVpnConnectionsRequest,
|
|
80535
81416
|
() => DescribeVpnConnectionsResult,
|
|
80536
81417
|
];
|
|
@@ -80680,6 +81561,14 @@ export var DisableIpamOrganizationAdminAccount = [
|
|
|
80680
81561
|
() => DisableIpamOrganizationAdminAccountRequest,
|
|
80681
81562
|
() => DisableIpamOrganizationAdminAccountResult,
|
|
80682
81563
|
];
|
|
81564
|
+
export var DisableIpamPolicy = [
|
|
81565
|
+
9,
|
|
81566
|
+
n0,
|
|
81567
|
+
_DIPi,
|
|
81568
|
+
0,
|
|
81569
|
+
() => DisableIpamPolicyRequest,
|
|
81570
|
+
() => DisableIpamPolicyResult,
|
|
81571
|
+
];
|
|
80683
81572
|
export var DisableRouteServerPropagation = [
|
|
80684
81573
|
9,
|
|
80685
81574
|
n0,
|
|
@@ -80977,6 +81866,14 @@ export var EnableIpamOrganizationAdminAccount = [
|
|
|
80977
81866
|
() => EnableIpamOrganizationAdminAccountRequest,
|
|
80978
81867
|
() => EnableIpamOrganizationAdminAccountResult,
|
|
80979
81868
|
];
|
|
81869
|
+
export var EnableIpamPolicy = [
|
|
81870
|
+
9,
|
|
81871
|
+
n0,
|
|
81872
|
+
_EIP,
|
|
81873
|
+
0,
|
|
81874
|
+
() => EnableIpamPolicyRequest,
|
|
81875
|
+
() => EnableIpamPolicyResult,
|
|
81876
|
+
];
|
|
80980
81877
|
export var EnableReachabilityAnalyzerOrganizationSharing = [
|
|
80981
81878
|
9,
|
|
80982
81879
|
n0,
|
|
@@ -81203,6 +82100,14 @@ export var GetEbsEncryptionByDefault = [
|
|
|
81203
82100
|
() => GetEbsEncryptionByDefaultRequest,
|
|
81204
82101
|
() => GetEbsEncryptionByDefaultResult,
|
|
81205
82102
|
];
|
|
82103
|
+
export var GetEnabledIpamPolicy = [
|
|
82104
|
+
9,
|
|
82105
|
+
n0,
|
|
82106
|
+
_GEIP,
|
|
82107
|
+
0,
|
|
82108
|
+
() => GetEnabledIpamPolicyRequest,
|
|
82109
|
+
() => GetEnabledIpamPolicyResult,
|
|
82110
|
+
];
|
|
81206
82111
|
export var GetFlowLogsIntegrationTemplate = [
|
|
81207
82112
|
9,
|
|
81208
82113
|
n0,
|
|
@@ -81307,6 +82212,22 @@ export var GetIpamDiscoveredResourceCidrs = [
|
|
|
81307
82212
|
() => GetIpamDiscoveredResourceCidrsRequest,
|
|
81308
82213
|
() => GetIpamDiscoveredResourceCidrsResult,
|
|
81309
82214
|
];
|
|
82215
|
+
export var GetIpamPolicyAllocationRules = [
|
|
82216
|
+
9,
|
|
82217
|
+
n0,
|
|
82218
|
+
_GIPARet,
|
|
82219
|
+
0,
|
|
82220
|
+
() => GetIpamPolicyAllocationRulesRequest,
|
|
82221
|
+
() => GetIpamPolicyAllocationRulesResult,
|
|
82222
|
+
];
|
|
82223
|
+
export var GetIpamPolicyOrganizationTargets = [
|
|
82224
|
+
9,
|
|
82225
|
+
n0,
|
|
82226
|
+
_GIPOT,
|
|
82227
|
+
0,
|
|
82228
|
+
() => GetIpamPolicyOrganizationTargetsRequest,
|
|
82229
|
+
() => GetIpamPolicyOrganizationTargetsResult,
|
|
82230
|
+
];
|
|
81310
82231
|
export var GetIpamPoolAllocations = [
|
|
81311
82232
|
9,
|
|
81312
82233
|
n0,
|
|
@@ -81817,6 +82738,14 @@ export var ModifyInstancePlacement = [
|
|
|
81817
82738
|
() => ModifyInstancePlacementResult,
|
|
81818
82739
|
];
|
|
81819
82740
|
export var ModifyIpam = [9, n0, _MIo, 0, () => ModifyIpamRequest, () => ModifyIpamResult];
|
|
82741
|
+
export var ModifyIpamPolicyAllocationRules = [
|
|
82742
|
+
9,
|
|
82743
|
+
n0,
|
|
82744
|
+
_MIPAR,
|
|
82745
|
+
0,
|
|
82746
|
+
() => ModifyIpamPolicyAllocationRulesRequest,
|
|
82747
|
+
() => ModifyIpamPolicyAllocationRulesResult,
|
|
82748
|
+
];
|
|
81820
82749
|
export var ModifyIpamPool = [
|
|
81821
82750
|
9,
|
|
81822
82751
|
n0,
|