@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
package/dist-cjs/index.js
CHANGED
|
@@ -283,13 +283,14 @@ const _ALT = "AttachmentLimitType";
|
|
|
283
283
|
const _ALc = "AccessLogs";
|
|
284
284
|
const _ALd = "AddressList";
|
|
285
285
|
const _ALr = "ArnList";
|
|
286
|
-
const _AM = "
|
|
286
|
+
const _AM = "AvailabilityMode";
|
|
287
287
|
const _AMIT = "AllowsMultipleInstanceTypes";
|
|
288
288
|
const _AMNL = "AllocationMinNetmaskLength";
|
|
289
289
|
const _AMNLl = "AllocationMaxNetmaskLength";
|
|
290
290
|
const _AMS = "ApplianceModeSupport";
|
|
291
291
|
const _AMSc = "AcceleratorManufacturerSet";
|
|
292
|
-
const _AMc = "
|
|
292
|
+
const _AMc = "AcceleratorManufacturers";
|
|
293
|
+
const _AMcc = "AcceleratorManufacturer";
|
|
293
294
|
const _AN = "AttributeName";
|
|
294
295
|
const _ANGA = "AssociateNatGatewayAddress";
|
|
295
296
|
const _ANGAR = "AssociateNatGatewayAddressRequest";
|
|
@@ -333,6 +334,7 @@ const _APNGAR = "AssignPrivateNatGatewayAddressRequest";
|
|
|
333
334
|
const _APNGARs = "AssignPrivateNatGatewayAddressResult";
|
|
334
335
|
const _APS = "AddedPrincipalSet";
|
|
335
336
|
const _APSl = "AllowedPrincipalSet";
|
|
337
|
+
const _APZ = "AutoProvisionZones";
|
|
336
338
|
const _APd = "AddedPrincipals";
|
|
337
339
|
const _APl = "AllowedPrincipal";
|
|
338
340
|
const _APll = "AllowedPrincipals";
|
|
@@ -368,6 +370,8 @@ const _ARcl = "AclRule";
|
|
|
368
370
|
const _ARd = "AddressRegion";
|
|
369
371
|
const _ARl = "AllowReassociation";
|
|
370
372
|
const _ARll = "AllRegions";
|
|
373
|
+
const _ARllo = "AllocationRules";
|
|
374
|
+
const _ARlloc = "AllocationRule";
|
|
371
375
|
const _ARs = "AssociatedRole";
|
|
372
376
|
const _ARss = "AssociatedResource";
|
|
373
377
|
const _ARsso = "AssociatedRoles";
|
|
@@ -403,6 +407,7 @@ const _ASIATd = "AddSupportedIpAddressType";
|
|
|
403
407
|
const _ASId = "AddSubnetIds";
|
|
404
408
|
const _ASIdd = "AddSubnetId";
|
|
405
409
|
const _ASIs = "AssociatedSubnetId";
|
|
410
|
+
const _ASIu = "AutoScalingIps";
|
|
406
411
|
const _ASL = "AssociatedSubnetList";
|
|
407
412
|
const _ASLt = "AttributeSummaryList";
|
|
408
413
|
const _ASP = "AccessScopePath";
|
|
@@ -497,6 +502,8 @@ const _AVt = "AttributeValue";
|
|
|
497
502
|
const _AVtt = "AttachVolume";
|
|
498
503
|
const _AWSAKI = "AWSAccessKeyId";
|
|
499
504
|
const _AZ = "AvailabilityZone";
|
|
505
|
+
const _AZA = "AvailabilityZoneAddress";
|
|
506
|
+
const _AZAv = "AvailabilityZoneAddresses";
|
|
500
507
|
const _AZG = "AvailabilityZoneGroup";
|
|
501
508
|
const _AZI = "AvailabilityZoneId";
|
|
502
509
|
const _AZISL = "AvailabilityZoneIdStringList";
|
|
@@ -772,15 +779,18 @@ const _CIGRr = "CreateInternetGatewayResult";
|
|
|
772
779
|
const _CILP = "CancelImageLaunchPermission";
|
|
773
780
|
const _CILPR = "CancelImageLaunchPermissionRequest";
|
|
774
781
|
const _CILPRa = "CancelImageLaunchPermissionResult";
|
|
775
|
-
const _CIP = "
|
|
782
|
+
const _CIP = "CreateIpamPolicy";
|
|
776
783
|
const _CIPLR = "CreateIpamPrefixListResolver";
|
|
777
784
|
const _CIPLRR = "CreateIpamPrefixListResolverRequest";
|
|
778
785
|
const _CIPLRRr = "CreateIpamPrefixListResolverResult";
|
|
779
786
|
const _CIPLRT = "CreateIpamPrefixListResolverTarget";
|
|
780
787
|
const _CIPLRTR = "CreateIpamPrefixListResolverTargetRequest";
|
|
781
788
|
const _CIPLRTRr = "CreateIpamPrefixListResolverTargetResult";
|
|
782
|
-
const _CIPR = "
|
|
783
|
-
const _CIPRr = "
|
|
789
|
+
const _CIPR = "CreateIpamPolicyRequest";
|
|
790
|
+
const _CIPRr = "CreateIpamPolicyResult";
|
|
791
|
+
const _CIPRre = "CreateIpamPoolRequest";
|
|
792
|
+
const _CIPRrea = "CreateIpamPoolResult";
|
|
793
|
+
const _CIPr = "CreateIpamPool";
|
|
784
794
|
const _CIR = "CopyImageRequest";
|
|
785
795
|
const _CIRD = "CreateIpamResourceDiscovery";
|
|
786
796
|
const _CIRDR = "CreateIpamResourceDiscoveryRequest";
|
|
@@ -1154,13 +1164,16 @@ const _CVBPAE = "CreateVpcBlockPublicAccessExclusion";
|
|
|
1154
1164
|
const _CVBPAER = "CreateVpcBlockPublicAccessExclusionRequest";
|
|
1155
1165
|
const _CVBPAERr = "CreateVpcBlockPublicAccessExclusionResult";
|
|
1156
1166
|
const _CVC = "ClientVpnConnection";
|
|
1157
|
-
const _CVCR = "
|
|
1167
|
+
const _CVCR = "CreateVpnConcentratorRequest";
|
|
1158
1168
|
const _CVCRR = "CreateVpnConnectionRouteRequest";
|
|
1159
|
-
const _CVCRr = "
|
|
1160
|
-
const _CVCRre = "
|
|
1169
|
+
const _CVCRr = "CreateVpnConcentratorResult";
|
|
1170
|
+
const _CVCRre = "CreateVpnConnectionRequest";
|
|
1171
|
+
const _CVCRrea = "CreateVpnConnectionResult";
|
|
1172
|
+
const _CVCRreat = "CreateVpnConnectionRoute";
|
|
1161
1173
|
const _CVCS = "ClientVpnConnectionStatus";
|
|
1162
1174
|
const _CVCSl = "ClientVpnConnectionSet";
|
|
1163
|
-
const _CVCr = "
|
|
1175
|
+
const _CVCr = "CreateVpnConcentrator";
|
|
1176
|
+
const _CVCre = "CreateVpnConnection";
|
|
1164
1177
|
const _CVE = "ClientVpnEndpoint";
|
|
1165
1178
|
const _CVEAS = "ClientVpnEndpointAttributeStatus";
|
|
1166
1179
|
const _CVECN = "CreateVpcEndpointConnectionNotification";
|
|
@@ -1583,7 +1596,7 @@ const _DILi = "DiskInfoList";
|
|
|
1583
1596
|
const _DIOAA = "DisableIpamOrganizationAdminAccount";
|
|
1584
1597
|
const _DIOAAR = "DisableIpamOrganizationAdminAccountRequest";
|
|
1585
1598
|
const _DIOAARi = "DisableIpamOrganizationAdminAccountResult";
|
|
1586
|
-
const _DIP = "
|
|
1599
|
+
const _DIP = "DeleteIpamPolicy";
|
|
1587
1600
|
const _DIPC = "DeprovisionIpamPoolCidr";
|
|
1588
1601
|
const _DIPCR = "DeprovisionIpamPoolCidrRequest";
|
|
1589
1602
|
const _DIPCRe = "DeprovisionIpamPoolCidrResult";
|
|
@@ -1599,14 +1612,23 @@ const _DIPLRTRes = "DescribeIpamPrefixListResolverTargetsRequest";
|
|
|
1599
1612
|
const _DIPLRTResc = "DescribeIpamPrefixListResolverTargetsResult";
|
|
1600
1613
|
const _DIPLRTe = "DescribeIpamPrefixListResolverTargets";
|
|
1601
1614
|
const _DIPLRe = "DescribeIpamPrefixListResolvers";
|
|
1602
|
-
const _DIPR = "
|
|
1603
|
-
const _DIPRe = "
|
|
1604
|
-
const
|
|
1605
|
-
const
|
|
1606
|
-
const
|
|
1607
|
-
const
|
|
1608
|
-
const
|
|
1609
|
-
const
|
|
1615
|
+
const _DIPR = "DeleteIpamPolicyRequest";
|
|
1616
|
+
const _DIPRe = "DeleteIpamPolicyResult";
|
|
1617
|
+
const _DIPRel = "DeleteIpamPoolRequest";
|
|
1618
|
+
const _DIPRele = "DeleteIpamPoolResult";
|
|
1619
|
+
const _DIPRes = "DescribeIpamPoliciesRequest";
|
|
1620
|
+
const _DIPResc = "DescribeIpamPoliciesResult";
|
|
1621
|
+
const _DIPRescr = "DescribeIpamPoolsRequest";
|
|
1622
|
+
const _DIPRescri = "DescribeIpamPoolsResult";
|
|
1623
|
+
const _DIPRescrib = "DescribeIpv6PoolsRequest";
|
|
1624
|
+
const _DIPRescribe = "DescribeIpv6PoolsResult";
|
|
1625
|
+
const _DIPRi = "DisableIpamPolicyRequest";
|
|
1626
|
+
const _DIPRis = "DisableIpamPolicyResult";
|
|
1627
|
+
const _DIPe = "DeleteIpamPool";
|
|
1628
|
+
const _DIPes = "DescribeIpamPolicies";
|
|
1629
|
+
const _DIPesc = "DescribeIpamPools";
|
|
1630
|
+
const _DIPescr = "DescribeIpv6Pools";
|
|
1631
|
+
const _DIPi = "DisableIpamPolicy";
|
|
1610
1632
|
const _DIR = "DeleteIpamRequest";
|
|
1611
1633
|
const _DIRD = "DeleteIpamResourceDiscovery";
|
|
1612
1634
|
const _DIRDA = "DescribeIpamResourceDiscoveryAssociations";
|
|
@@ -2241,13 +2263,19 @@ const _DVCLRe = "DescribeVpcClassicLinkResult";
|
|
|
2241
2263
|
const _DVCLRi = "DisableVpcClassicLinkRequest";
|
|
2242
2264
|
const _DVCLRis = "DisableVpcClassicLinkResult";
|
|
2243
2265
|
const _DVCLi = "DisableVpcClassicLink";
|
|
2244
|
-
const _DVCR = "
|
|
2266
|
+
const _DVCR = "DeleteVpnConcentratorRequest";
|
|
2245
2267
|
const _DVCRR = "DeleteVpnConnectionRouteRequest";
|
|
2246
|
-
const _DVCRe = "
|
|
2247
|
-
const _DVCRel = "
|
|
2248
|
-
const
|
|
2249
|
-
const
|
|
2250
|
-
const
|
|
2268
|
+
const _DVCRe = "DeleteVpnConcentratorResult";
|
|
2269
|
+
const _DVCRel = "DeleteVpnConnectionRequest";
|
|
2270
|
+
const _DVCRele = "DeleteVpnConnectionRoute";
|
|
2271
|
+
const _DVCRes = "DescribeVpnConcentratorsRequest";
|
|
2272
|
+
const _DVCResc = "DescribeVpnConcentratorsResult";
|
|
2273
|
+
const _DVCRescr = "DescribeVpnConnectionsRequest";
|
|
2274
|
+
const _DVCRescri = "DescribeVpnConnectionsResult";
|
|
2275
|
+
const _DVCe = "DeleteVpnConcentrator";
|
|
2276
|
+
const _DVCel = "DeleteVpnConnection";
|
|
2277
|
+
const _DVCes = "DescribeVpnConcentrators";
|
|
2278
|
+
const _DVCesc = "DescribeVpnConnections";
|
|
2251
2279
|
const _DVD = "DeviceValidationDomain";
|
|
2252
2280
|
const _DVE = "DeleteVpcEndpoints";
|
|
2253
2281
|
const _DVEA = "DescribeVpcEndpointAssociations";
|
|
@@ -2442,6 +2470,9 @@ const _EIDRn = "EnableImageDeprecationResult";
|
|
|
2442
2470
|
const _EIOAA = "EnableIpamOrganizationAdminAccount";
|
|
2443
2471
|
const _EIOAAR = "EnableIpamOrganizationAdminAccountRequest";
|
|
2444
2472
|
const _EIOAARn = "EnableIpamOrganizationAdminAccountResult";
|
|
2473
|
+
const _EIP = "EnableIpamPolicy";
|
|
2474
|
+
const _EIPR = "EnableIpamPolicyRequest";
|
|
2475
|
+
const _EIPRn = "EnableIpamPolicyResult";
|
|
2445
2476
|
const _EIR = "EnableImageRequest";
|
|
2446
2477
|
const _EIRn = "EnableImageResult";
|
|
2447
2478
|
const _EIRx = "ExportImageRequest";
|
|
@@ -2744,6 +2775,9 @@ const _GEDKKIRe = "GetEbsDefaultKmsKeyIdResult";
|
|
|
2744
2775
|
const _GEEBD = "GetEbsEncryptionByDefault";
|
|
2745
2776
|
const _GEEBDR = "GetEbsEncryptionByDefaultRequest";
|
|
2746
2777
|
const _GEEBDRe = "GetEbsEncryptionByDefaultResult";
|
|
2778
|
+
const _GEIP = "GetEnabledIpamPolicy";
|
|
2779
|
+
const _GEIPR = "GetEnabledIpamPolicyRequest";
|
|
2780
|
+
const _GEIPRe = "GetEnabledIpamPolicyResult";
|
|
2747
2781
|
const _GFLIT = "GetFlowLogsIntegrationTemplate";
|
|
2748
2782
|
const _GFLITR = "GetFlowLogsIntegrationTemplateRequest";
|
|
2749
2783
|
const _GFLITRe = "GetFlowLogsIntegrationTemplateResult";
|
|
@@ -2779,7 +2813,10 @@ const _GIMDR = "GetInstanceMetadataDefaultsRequest";
|
|
|
2779
2813
|
const _GIMDRe = "GetInstanceMetadataDefaultsResult";
|
|
2780
2814
|
const _GIPA = "GetIpamPoolAllocations";
|
|
2781
2815
|
const _GIPAR = "GetIpamPoolAllocationsRequest";
|
|
2816
|
+
const _GIPARR = "GetIpamPolicyAllocationRulesRequest";
|
|
2817
|
+
const _GIPARRe = "GetIpamPolicyAllocationRulesResult";
|
|
2782
2818
|
const _GIPARe = "GetIpamPoolAllocationsResult";
|
|
2819
|
+
const _GIPARet = "GetIpamPolicyAllocationRules";
|
|
2783
2820
|
const _GIPC = "GetIpamPoolCidrs";
|
|
2784
2821
|
const _GIPCR = "GetIpamPoolCidrsRequest";
|
|
2785
2822
|
const _GIPCRe = "GetIpamPoolCidrsResult";
|
|
@@ -2792,6 +2829,9 @@ const _GIPLRVER = "GetIpamPrefixListResolverVersionEntriesRequest";
|
|
|
2792
2829
|
const _GIPLRVERe = "GetIpamPrefixListResolverVersionEntriesResult";
|
|
2793
2830
|
const _GIPLRVR = "GetIpamPrefixListResolverVersionsRequest";
|
|
2794
2831
|
const _GIPLRVRe = "GetIpamPrefixListResolverVersionsResult";
|
|
2832
|
+
const _GIPOT = "GetIpamPolicyOrganizationTargets";
|
|
2833
|
+
const _GIPOTR = "GetIpamPolicyOrganizationTargetsRequest";
|
|
2834
|
+
const _GIPOTRe = "GetIpamPolicyOrganizationTargetsResult";
|
|
2795
2835
|
const _GIRC = "GetIpamResourceCidrs";
|
|
2796
2836
|
const _GIRCR = "GetIpamResourceCidrsRequest";
|
|
2797
2837
|
const _GIRCRe = "GetIpamResourceCidrsResult";
|
|
@@ -3187,6 +3227,10 @@ const _IPA = "IpamPoolAllocation";
|
|
|
3187
3227
|
const _IPAAC = "IpamPoolAllocationAllowedCidrs";
|
|
3188
3228
|
const _IPADC = "IpamPoolAllocationDisallowedCidrs";
|
|
3189
3229
|
const _IPAI = "IpamPoolAllocationId";
|
|
3230
|
+
const _IPAR = "IpamPolicyAllocationRule";
|
|
3231
|
+
const _IPARL = "IpamPolicyAllocationRuleList";
|
|
3232
|
+
const _IPARLR = "IpamPolicyAllocationRuleListRequest";
|
|
3233
|
+
const _IPARR = "IpamPolicyAllocationRuleRequest";
|
|
3190
3234
|
const _IPAS = "IpamPoolAllocationSet";
|
|
3191
3235
|
const _IPASG = "IpamPublicAddressSecurityGroup";
|
|
3192
3236
|
const _IPASGL = "IpamPublicAddressSecurityGroupList";
|
|
@@ -3194,7 +3238,8 @@ const _IPAT = "IpamPublicAddressTag";
|
|
|
3194
3238
|
const _IPATL = "IpamPublicAddressTagList";
|
|
3195
3239
|
const _IPATp = "IpamPublicAddressTags";
|
|
3196
3240
|
const _IPAp = "IpamPoolAllocations";
|
|
3197
|
-
const _IPApa = "
|
|
3241
|
+
const _IPApa = "IpamPolicyArn";
|
|
3242
|
+
const _IPApam = "IpamPoolArn";
|
|
3198
3243
|
const _IPC = "Ipv6PrefixCount";
|
|
3199
3244
|
const _IPCFR = "IpamPoolCidrFailureReason";
|
|
3200
3245
|
const _IPCI = "IpamPoolCidrId";
|
|
@@ -3202,12 +3247,18 @@ const _IPCS = "IpamPoolCidrSet";
|
|
|
3202
3247
|
const _IPCp = "Ipv4PrefixCount";
|
|
3203
3248
|
const _IPCpa = "IpamPoolCidr";
|
|
3204
3249
|
const _IPCpam = "IpamPoolCidrs";
|
|
3205
|
-
const
|
|
3250
|
+
const _IPD = "IpamPolicyDocuments";
|
|
3251
|
+
const _IPDS = "IpamPolicyDocumentSet";
|
|
3252
|
+
const _IPDp = "IpamPolicyDocument";
|
|
3253
|
+
const _IPE = "IpamPolicyEnabled";
|
|
3254
|
+
const _IPEp = "IpPermissionsEgress";
|
|
3206
3255
|
const _IPI = "IpamPoolId";
|
|
3207
3256
|
const _IPIA = "InstancePrivateIpAddress";
|
|
3208
3257
|
const _IPIAL = "InstancePrivateIpAddressList";
|
|
3209
3258
|
const _IPIL = "Ipv6PoolIdList";
|
|
3210
|
-
const _IPIp = "
|
|
3259
|
+
const _IPIp = "IpamPolicyId";
|
|
3260
|
+
const _IPIpa = "IpamPolicyIds";
|
|
3261
|
+
const _IPIpam = "IpamPoolIds";
|
|
3211
3262
|
const _IPIs = "IsPrimaryIpv6";
|
|
3212
3263
|
const _IPK = "IncludePublicKey";
|
|
3213
3264
|
const _IPL = "ImageProviderList";
|
|
@@ -3247,8 +3298,11 @@ const _IPLpvr = "Ipv4PrefixList";
|
|
|
3247
3298
|
const _IPLpvre = "Ipv6PrefixesList";
|
|
3248
3299
|
const _IPLpvref = "Ipv6PrefixList";
|
|
3249
3300
|
const _IPO = "IpamPoolOwner";
|
|
3250
|
-
const
|
|
3301
|
+
const _IPOT = "IpamPolicyOrganizationTarget";
|
|
3302
|
+
const _IPOTS = "IpamPolicyOrganizationTargetSet";
|
|
3303
|
+
const _IPR = "IpamPolicyRegion";
|
|
3251
3304
|
const _IPRL = "ImageProviderRequestList";
|
|
3305
|
+
const _IPRs = "IsPermanentRestore";
|
|
3252
3306
|
const _IPS = "Ipv4PrefixSpecification";
|
|
3253
3307
|
const _IPSR = "IpamPoolSourceResource";
|
|
3254
3308
|
const _IPSRR = "IpamPoolSourceResourceRequest";
|
|
@@ -3257,7 +3311,8 @@ const _IPSRpv = "Ipv4PrefixSpecificationResponse";
|
|
|
3257
3311
|
const _IPSRpvr = "Ipv6PrefixSpecificationRequest";
|
|
3258
3312
|
const _IPSRpvre = "Ipv6PrefixSpecificationResponse";
|
|
3259
3313
|
const _IPSp = "Ipv6PrefixSpecification";
|
|
3260
|
-
const _IPSpa = "
|
|
3314
|
+
const _IPSpa = "IpamPolicySet";
|
|
3315
|
+
const _IPSpam = "IpamPoolSet";
|
|
3261
3316
|
const _IPSpv = "Ipv6PoolSet";
|
|
3262
3317
|
const _IPTUC = "InstancePoolsToUseCount";
|
|
3263
3318
|
const _IPm = "ImageProviders";
|
|
@@ -3268,8 +3323,10 @@ const _IPnt = "InterfacePermission";
|
|
|
3268
3323
|
const _IPnte = "InterfaceProtocol";
|
|
3269
3324
|
const _IPo = "IoPerformance";
|
|
3270
3325
|
const _IPp = "Ipv6Prefixes";
|
|
3271
|
-
const _IPpa = "
|
|
3272
|
-
const _IPpam = "
|
|
3326
|
+
const _IPpa = "IpamPolicy";
|
|
3327
|
+
const _IPpam = "IpamPool";
|
|
3328
|
+
const _IPpamo = "IpamPolicies";
|
|
3329
|
+
const _IPpamoo = "IpamPools";
|
|
3273
3330
|
const _IPpe = "IpPermissions";
|
|
3274
3331
|
const _IPper = "IpPermission";
|
|
3275
3332
|
const _IPpr = "IpProtocol";
|
|
@@ -3802,6 +3859,9 @@ const _MINPO = "ModifyInstanceNetworkPerformanceOptions";
|
|
|
3802
3859
|
const _MINPR = "ModifyInstanceNetworkPerformanceRequest";
|
|
3803
3860
|
const _MINPRo = "ModifyInstanceNetworkPerformanceResult";
|
|
3804
3861
|
const _MIP = "ModifyInstancePlacement";
|
|
3862
|
+
const _MIPAR = "ModifyIpamPolicyAllocationRules";
|
|
3863
|
+
const _MIPARR = "ModifyIpamPolicyAllocationRulesRequest";
|
|
3864
|
+
const _MIPARRo = "ModifyIpamPolicyAllocationRulesResult";
|
|
3805
3865
|
const _MIPLR = "ModifyIpamPrefixListResolver";
|
|
3806
3866
|
const _MIPLRR = "ModifyIpamPrefixListResolverRequest";
|
|
3807
3867
|
const _MIPLRRo = "ModifyIpamPrefixListResolverResult";
|
|
@@ -4214,9 +4274,11 @@ const _OST = "OldestSampleTime";
|
|
|
4214
4274
|
const _OSr = "OriginalSize";
|
|
4215
4275
|
const _OSv = "OverlapStatus";
|
|
4216
4276
|
const _OT = "OptimizingTime";
|
|
4277
|
+
const _OTI = "OrganizationTargetId";
|
|
4217
4278
|
const _OTf = "OfferingType";
|
|
4218
4279
|
const _OTp = "OperationType";
|
|
4219
|
-
const _OTr = "
|
|
4280
|
+
const _OTr = "OrganizationTargets";
|
|
4281
|
+
const _OTri = "OriginalThroughput";
|
|
4220
4282
|
const _OU = "OccurrenceUnit";
|
|
4221
4283
|
const _OUA = "OrganizationalUnitArn";
|
|
4222
4284
|
const _OUASL = "OrganizationalUnitArnStringList";
|
|
@@ -5715,7 +5777,7 @@ const _VBPAEIL = "VpcBlockPublicAccessExclusionIdList";
|
|
|
5715
5777
|
const _VBPAEL = "VpcBlockPublicAccessExclusionList";
|
|
5716
5778
|
const _VBPAEp = "VpcBlockPublicAccessExclusions";
|
|
5717
5779
|
const _VBPAO = "VpcBlockPublicAccessOptions";
|
|
5718
|
-
const _VC = "
|
|
5780
|
+
const _VC = "VpnConcentrator";
|
|
5719
5781
|
const _VCBA = "VpcCidrBlockAssociation";
|
|
5720
5782
|
const _VCBAS = "VpcCidrBlockAssociationSet";
|
|
5721
5783
|
const _VCBS = "VpcCidrBlockState";
|
|
@@ -5727,18 +5789,24 @@ const _VCDT = "VpnConnectionDeviceTypes";
|
|
|
5727
5789
|
const _VCDTI = "VpnConnectionDeviceTypeId";
|
|
5728
5790
|
const _VCDTL = "VpnConnectionDeviceTypeList";
|
|
5729
5791
|
const _VCDTp = "VpnConnectionDeviceType";
|
|
5730
|
-
const _VCI = "
|
|
5731
|
-
const _VCISL = "
|
|
5732
|
-
const
|
|
5792
|
+
const _VCI = "VpnConcentratorId";
|
|
5793
|
+
const _VCISL = "VpnConcentratorIdStringList";
|
|
5794
|
+
const _VCISLp = "VpnConnectionIdStringList";
|
|
5795
|
+
const _VCIp = "VpnConnectionId";
|
|
5796
|
+
const _VCIpn = "VpnConcentratorIds";
|
|
5797
|
+
const _VCIpno = "VpnConnectionIds";
|
|
5733
5798
|
const _VCIpu = "VCpuInfo";
|
|
5734
5799
|
const _VCL = "VpcClassicLink";
|
|
5735
5800
|
const _VCLIL = "VpcClassicLinkIdList";
|
|
5736
5801
|
const _VCLL = "VpcClassicLinkList";
|
|
5737
|
-
const _VCLp = "
|
|
5802
|
+
const _VCLp = "VpnConcentratorList";
|
|
5803
|
+
const _VCLpn = "VpnConnectionList";
|
|
5738
5804
|
const _VCO = "VpnConnectionOptions";
|
|
5739
5805
|
const _VCOS = "VpnConnectionOptionsSpecification";
|
|
5740
5806
|
const _VCa = "ValidCores";
|
|
5741
|
-
const _VCp = "
|
|
5807
|
+
const _VCp = "VpnConnection";
|
|
5808
|
+
const _VCpn = "VpnConcentrators";
|
|
5809
|
+
const _VCpno = "VpnConnections";
|
|
5742
5810
|
const _VD = "VersionDescription";
|
|
5743
5811
|
const _VDo = "VolumeDetail";
|
|
5744
5812
|
const _VE = "VpcEndpoint";
|
|
@@ -5929,6 +5997,7 @@ const _aL = "accountLevel";
|
|
|
5929
5997
|
const _aLI = "amiLaunchIndex";
|
|
5930
5998
|
const _aLT = "attachmentLimitType";
|
|
5931
5999
|
const _aLc = "accessLogs";
|
|
6000
|
+
const _aM = "availabilityMode";
|
|
5932
6001
|
const _aMIT = "allowsMultipleInstanceTypes";
|
|
5933
6002
|
const _aMNL = "allocationMinNetmaskLength";
|
|
5934
6003
|
const _aMNLl = "allocationMaxNetmaskLength";
|
|
@@ -5946,6 +6015,7 @@ const _aPIAS = "assignedPrivateIpAddressesSet";
|
|
|
5946
6015
|
const _aPICB = "amazonProvidedIpv6CidrBlock";
|
|
5947
6016
|
const _aPS = "addedPrincipalSet";
|
|
5948
6017
|
const _aPSs = "asPathSet";
|
|
6018
|
+
const _aPZ = "autoProvisionZones";
|
|
5949
6019
|
const _aPl = "allowedPrincipals";
|
|
5950
6020
|
const _aR = "allowReassignment";
|
|
5951
6021
|
const _aRA = "associatedRoleArn";
|
|
@@ -5955,6 +6025,7 @@ const _aRAss = "associatedResourceArn";
|
|
|
5955
6025
|
const _aRC = "acceptedRouteCount";
|
|
5956
6026
|
const _aRP = "areRoutesPersisted";
|
|
5957
6027
|
const _aRS = "associatedRoleSet";
|
|
6028
|
+
const _aRSl = "allocationRuleSet";
|
|
5958
6029
|
const _aRSu = "autoRecoverySupported";
|
|
5959
6030
|
const _aRTS = "allocationResourceTagSet";
|
|
5960
6031
|
const _aRc = "aclRule";
|
|
@@ -5967,6 +6038,7 @@ const _aRut = "autoRecovery";
|
|
|
5967
6038
|
const _aRw = "awsRegion";
|
|
5968
6039
|
const _aS = "associationState";
|
|
5969
6040
|
const _aSA = "amazonSideAsn";
|
|
6041
|
+
const _aSI = "autoScalingIps";
|
|
5970
6042
|
const _aSS = "amdSevSnp";
|
|
5971
6043
|
const _aSSs = "associatedSubnetSet";
|
|
5972
6044
|
const _aSSt = "attributeSummarySet";
|
|
@@ -6636,15 +6708,20 @@ const _iP = "instancePort";
|
|
|
6636
6708
|
const _iPA = "ipamPoolAllocation";
|
|
6637
6709
|
const _iPAI = "ipamPoolAllocationId";
|
|
6638
6710
|
const _iPAS = "ipamPoolAllocationSet";
|
|
6639
|
-
const _iPAp = "
|
|
6711
|
+
const _iPAp = "ipamPolicyArn";
|
|
6712
|
+
const _iPApa = "ipamPoolArn";
|
|
6640
6713
|
const _iPC = "ipamPoolCidr";
|
|
6641
6714
|
const _iPCI = "ipamPoolCidrId";
|
|
6642
6715
|
const _iPCS = "ipamPoolCidrSet";
|
|
6643
6716
|
const _iPCp = "ipv4PrefixCount";
|
|
6644
6717
|
const _iPCpv = "ipv6PrefixCount";
|
|
6645
|
-
const
|
|
6646
|
-
const
|
|
6718
|
+
const _iPD = "ipamPolicyDocument";
|
|
6719
|
+
const _iPDS = "ipamPolicyDocumentSet";
|
|
6720
|
+
const _iPE = "ipamPolicyEnabled";
|
|
6721
|
+
const _iPEp = "ipPermissionsEgress";
|
|
6722
|
+
const _iPI = "ipamPolicyId";
|
|
6647
6723
|
const _iPIp = "ipamPoolId";
|
|
6724
|
+
const _iPIs = "isPrimaryIpv6";
|
|
6648
6725
|
const _iPLR = "ipamPrefixListResolver";
|
|
6649
6726
|
const _iPLRA = "ipamPrefixListResolverArn";
|
|
6650
6727
|
const _iPLRI = "ipamPrefixListResolverId";
|
|
@@ -6655,13 +6732,15 @@ const _iPLRTA = "ipamPrefixListResolverTargetArn";
|
|
|
6655
6732
|
const _iPLRTI = "ipamPrefixListResolverTargetId";
|
|
6656
6733
|
const _iPLRTS = "ipamPrefixListResolverTargetSet";
|
|
6657
6734
|
const _iPLRVS = "ipamPrefixListResolverVersionSet";
|
|
6658
|
-
const _iPR = "
|
|
6659
|
-
const
|
|
6735
|
+
const _iPR = "ipamPolicyRegion";
|
|
6736
|
+
const _iPRs = "isPermanentRestore";
|
|
6737
|
+
const _iPS = "ipamPolicySet";
|
|
6660
6738
|
const _iPSm = "imageProviderSet";
|
|
6661
|
-
const _iPSp = "
|
|
6739
|
+
const _iPSp = "ipamPoolSet";
|
|
6662
6740
|
const _iPSpr = "ipPrefixSet";
|
|
6663
|
-
const _iPSpv = "
|
|
6664
|
-
const _iPSpvr = "
|
|
6741
|
+
const _iPSpv = "ipv6PoolSet";
|
|
6742
|
+
const _iPSpvr = "ipv4PrefixSet";
|
|
6743
|
+
const _iPSpvre = "ipv6PrefixSet";
|
|
6665
6744
|
const _iPTUC = "instancePoolsToUseCount";
|
|
6666
6745
|
const _iPn = "instancePlatform";
|
|
6667
6746
|
const _iPng = "ingressPackets";
|
|
@@ -6669,7 +6748,8 @@ const _iPnt = "interfacePermission";
|
|
|
6669
6748
|
const _iPnte = "interfaceProtocol";
|
|
6670
6749
|
const _iPo = "ioPerformance";
|
|
6671
6750
|
const _iPp = "ipProtocol";
|
|
6672
|
-
const _iPpa = "
|
|
6751
|
+
const _iPpa = "ipamPolicy";
|
|
6752
|
+
const _iPpam = "ipamPool";
|
|
6673
6753
|
const _iPpe = "ipPermissions";
|
|
6674
6754
|
const _iPpv = "ipv4Prefix";
|
|
6675
6755
|
const _iPpvo = "ipv6Pool";
|
|
@@ -7068,6 +7148,8 @@ const _oST = "oldestSampleTime";
|
|
|
7068
7148
|
const _oSr = "originalSize";
|
|
7069
7149
|
const _oSv = "overlapStatus";
|
|
7070
7150
|
const _oT = "optimizingTime";
|
|
7151
|
+
const _oTI = "organizationTargetId";
|
|
7152
|
+
const _oTS = "organizationTargetSet";
|
|
7071
7153
|
const _oTf = "offeringType";
|
|
7072
7154
|
const _oTr = "originalThroughput";
|
|
7073
7155
|
const _oU = "occurrenceUnit";
|
|
@@ -7777,15 +7859,18 @@ const _vATPS = "verifiedAccessTrustProviderSet";
|
|
|
7777
7859
|
const _vBPAE = "vpcBlockPublicAccessExclusion";
|
|
7778
7860
|
const _vBPAES = "vpcBlockPublicAccessExclusionSet";
|
|
7779
7861
|
const _vBPAO = "vpcBlockPublicAccessOptions";
|
|
7780
|
-
const _vC = "
|
|
7862
|
+
const _vC = "vpnConcentrator";
|
|
7781
7863
|
const _vCC = "vCpuCount";
|
|
7782
7864
|
const _vCDSC = "vpnConnectionDeviceSampleConfiguration";
|
|
7783
7865
|
const _vCDTI = "vpnConnectionDeviceTypeId";
|
|
7784
7866
|
const _vCDTS = "vpnConnectionDeviceTypeSet";
|
|
7785
7867
|
const _vCI = "vpnConnectionId";
|
|
7786
7868
|
const _vCIp = "vCpuInfo";
|
|
7787
|
-
const
|
|
7869
|
+
const _vCIpn = "vpnConcentratorId";
|
|
7870
|
+
const _vCS = "vpnConcentratorSet";
|
|
7871
|
+
const _vCSp = "vpnConnectionSet";
|
|
7788
7872
|
const _vCa = "validCores";
|
|
7873
|
+
const _vCp = "vpnConnection";
|
|
7789
7874
|
const _vD = "versionDescription";
|
|
7790
7875
|
const _vE = "vpcEndpoint";
|
|
7791
7876
|
const _vEAS = "vpcEndpointAssociationSet";
|
|
@@ -9944,7 +10029,7 @@ var AssociateNatGatewayAddressRequest = [
|
|
|
9944
10029
|
n0,
|
|
9945
10030
|
_ANGAR,
|
|
9946
10031
|
0,
|
|
9947
|
-
[_NGI, _AIll, _PIAri, _DR],
|
|
10032
|
+
[_NGI, _AIll, _PIAri, _DR, _AZ, _AZI],
|
|
9948
10033
|
[
|
|
9949
10034
|
0,
|
|
9950
10035
|
[
|
|
@@ -9960,6 +10045,8 @@ var AssociateNatGatewayAddressRequest = [
|
|
|
9960
10045
|
},
|
|
9961
10046
|
],
|
|
9962
10047
|
2,
|
|
10048
|
+
0,
|
|
10049
|
+
0,
|
|
9963
10050
|
],
|
|
9964
10051
|
];
|
|
9965
10052
|
var AssociateNatGatewayAddressResult = [
|
|
@@ -10977,6 +11064,23 @@ var AvailabilityZone = [
|
|
|
10977
11064
|
],
|
|
10978
11065
|
],
|
|
10979
11066
|
];
|
|
11067
|
+
var AvailabilityZoneAddress = [
|
|
11068
|
+
3,
|
|
11069
|
+
n0,
|
|
11070
|
+
_AZA,
|
|
11071
|
+
0,
|
|
11072
|
+
[_AZ, _AZI, _AIll],
|
|
11073
|
+
[
|
|
11074
|
+
0,
|
|
11075
|
+
0,
|
|
11076
|
+
[
|
|
11077
|
+
() => AllocationIdList,
|
|
11078
|
+
{
|
|
11079
|
+
[_xN]: _AIl,
|
|
11080
|
+
},
|
|
11081
|
+
],
|
|
11082
|
+
],
|
|
11083
|
+
];
|
|
10980
11084
|
var AvailabilityZoneMessage = [
|
|
10981
11085
|
3,
|
|
10982
11086
|
n0,
|
|
@@ -15876,11 +15980,45 @@ var CreateIpamExternalResourceVerificationTokenResult = [
|
|
|
15876
15980
|
],
|
|
15877
15981
|
],
|
|
15878
15982
|
];
|
|
15879
|
-
var
|
|
15983
|
+
var CreateIpamPolicyRequest = [
|
|
15880
15984
|
3,
|
|
15881
15985
|
n0,
|
|
15882
15986
|
_CIPR,
|
|
15883
15987
|
0,
|
|
15988
|
+
[_DR, _TS, _CT, _IIp],
|
|
15989
|
+
[
|
|
15990
|
+
2,
|
|
15991
|
+
[
|
|
15992
|
+
() => TagSpecificationList,
|
|
15993
|
+
{
|
|
15994
|
+
[_xN]: _TSa,
|
|
15995
|
+
},
|
|
15996
|
+
],
|
|
15997
|
+
[0, 4],
|
|
15998
|
+
0,
|
|
15999
|
+
],
|
|
16000
|
+
];
|
|
16001
|
+
var CreateIpamPolicyResult = [
|
|
16002
|
+
3,
|
|
16003
|
+
n0,
|
|
16004
|
+
_CIPRr,
|
|
16005
|
+
0,
|
|
16006
|
+
[_IPpa],
|
|
16007
|
+
[
|
|
16008
|
+
[
|
|
16009
|
+
() => IpamPolicy,
|
|
16010
|
+
{
|
|
16011
|
+
[_eQN]: `IpamPolicy`,
|
|
16012
|
+
[_xN]: _iPpa,
|
|
16013
|
+
},
|
|
16014
|
+
],
|
|
16015
|
+
],
|
|
16016
|
+
];
|
|
16017
|
+
var CreateIpamPoolRequest = [
|
|
16018
|
+
3,
|
|
16019
|
+
n0,
|
|
16020
|
+
_CIPRre,
|
|
16021
|
+
0,
|
|
15884
16022
|
[_DR, _ISI, _Lo, _SIPI, _De, _AF, _AIu, _PAu, _AMNL, _AMNLl, _ADNL, _ART, _TS, _CT, _ASw, _PIS, _SRou],
|
|
15885
16023
|
[
|
|
15886
16024
|
2,
|
|
@@ -15915,15 +16053,15 @@ var CreateIpamPoolRequest = [
|
|
|
15915
16053
|
var CreateIpamPoolResult = [
|
|
15916
16054
|
3,
|
|
15917
16055
|
n0,
|
|
15918
|
-
|
|
16056
|
+
_CIPRrea,
|
|
15919
16057
|
0,
|
|
15920
|
-
[
|
|
16058
|
+
[_IPpam],
|
|
15921
16059
|
[
|
|
15922
16060
|
[
|
|
15923
16061
|
() => IpamPool,
|
|
15924
16062
|
{
|
|
15925
16063
|
[_eQN]: `IpamPool`,
|
|
15926
|
-
[_xN]:
|
|
16064
|
+
[_xN]: _iPpam,
|
|
15927
16065
|
},
|
|
15928
16066
|
],
|
|
15929
16067
|
],
|
|
@@ -16511,12 +16649,20 @@ var CreateNatGatewayRequest = [
|
|
|
16511
16649
|
n0,
|
|
16512
16650
|
_CNGR,
|
|
16513
16651
|
0,
|
|
16514
|
-
[_AIl, _CT, _DR, _SIu, _TS, _CTon, _PIAr, _SAI, _SPIA, _SPIAC],
|
|
16652
|
+
[_AM, _AIl, _CT, _DR, _SIu, _VI, _AZAv, _TS, _CTon, _PIAr, _SAI, _SPIA, _SPIAC],
|
|
16515
16653
|
[
|
|
16654
|
+
0,
|
|
16516
16655
|
0,
|
|
16517
16656
|
[0, 4],
|
|
16518
16657
|
2,
|
|
16519
16658
|
0,
|
|
16659
|
+
0,
|
|
16660
|
+
[
|
|
16661
|
+
() => AvailabilityZoneAddresses,
|
|
16662
|
+
{
|
|
16663
|
+
[_xN]: _AZA,
|
|
16664
|
+
},
|
|
16665
|
+
],
|
|
16520
16666
|
[
|
|
16521
16667
|
() => TagSpecificationList,
|
|
16522
16668
|
{
|
|
@@ -18945,17 +19091,52 @@ var CreateVpcResult = [
|
|
|
18945
19091
|
],
|
|
18946
19092
|
],
|
|
18947
19093
|
];
|
|
18948
|
-
var
|
|
19094
|
+
var CreateVpnConcentratorRequest = [
|
|
18949
19095
|
3,
|
|
18950
19096
|
n0,
|
|
18951
19097
|
_CVCR,
|
|
18952
19098
|
0,
|
|
18953
|
-
[
|
|
19099
|
+
[_Ty, _TGI, _TS, _DR],
|
|
19100
|
+
[
|
|
19101
|
+
0,
|
|
19102
|
+
0,
|
|
19103
|
+
[
|
|
19104
|
+
() => TagSpecificationList,
|
|
19105
|
+
{
|
|
19106
|
+
[_xN]: _TSa,
|
|
19107
|
+
},
|
|
19108
|
+
],
|
|
19109
|
+
2,
|
|
19110
|
+
],
|
|
19111
|
+
];
|
|
19112
|
+
var CreateVpnConcentratorResult = [
|
|
19113
|
+
3,
|
|
19114
|
+
n0,
|
|
19115
|
+
_CVCRr,
|
|
19116
|
+
0,
|
|
19117
|
+
[_VC],
|
|
19118
|
+
[
|
|
19119
|
+
[
|
|
19120
|
+
() => VpnConcentrator,
|
|
19121
|
+
{
|
|
19122
|
+
[_eQN]: `VpnConcentrator`,
|
|
19123
|
+
[_xN]: _vC,
|
|
19124
|
+
},
|
|
19125
|
+
],
|
|
19126
|
+
],
|
|
19127
|
+
];
|
|
19128
|
+
var CreateVpnConnectionRequest = [
|
|
19129
|
+
3,
|
|
19130
|
+
n0,
|
|
19131
|
+
_CVCRre,
|
|
19132
|
+
0,
|
|
19133
|
+
[_CGIu, _Ty, _VGI, _TGI, _VCI, _TS, _PSKS, _DR, _Opt],
|
|
18954
19134
|
[
|
|
18955
19135
|
0,
|
|
18956
19136
|
0,
|
|
18957
19137
|
0,
|
|
18958
19138
|
0,
|
|
19139
|
+
0,
|
|
18959
19140
|
[
|
|
18960
19141
|
() => TagSpecificationList,
|
|
18961
19142
|
{
|
|
@@ -18982,20 +19163,20 @@ var CreateVpnConnectionRequest = [
|
|
|
18982
19163
|
var CreateVpnConnectionResult = [
|
|
18983
19164
|
3,
|
|
18984
19165
|
n0,
|
|
18985
|
-
|
|
19166
|
+
_CVCRrea,
|
|
18986
19167
|
0,
|
|
18987
|
-
[
|
|
19168
|
+
[_VCp],
|
|
18988
19169
|
[
|
|
18989
19170
|
[
|
|
18990
19171
|
() => VpnConnection,
|
|
18991
19172
|
{
|
|
18992
19173
|
[_eQN]: `VpnConnection`,
|
|
18993
|
-
[_xN]:
|
|
19174
|
+
[_xN]: _vCp,
|
|
18994
19175
|
},
|
|
18995
19176
|
],
|
|
18996
19177
|
],
|
|
18997
19178
|
];
|
|
18998
|
-
var CreateVpnConnectionRouteRequest = [3, n0, _CVCRR, 0, [_DCB,
|
|
19179
|
+
var CreateVpnConnectionRouteRequest = [3, n0, _CVCRR, 0, [_DCB, _VCIp], [0, 0]];
|
|
18999
19180
|
var CreateVpnGatewayRequest = [
|
|
19000
19181
|
3,
|
|
19001
19182
|
n0,
|
|
@@ -19706,19 +19887,36 @@ var DeleteIpamExternalResourceVerificationTokenResult = [
|
|
|
19706
19887
|
],
|
|
19707
19888
|
],
|
|
19708
19889
|
];
|
|
19709
|
-
var
|
|
19710
|
-
var
|
|
19890
|
+
var DeleteIpamPolicyRequest = [3, n0, _DIPR, 0, [_DR, _IPIp], [2, 0]];
|
|
19891
|
+
var DeleteIpamPolicyResult = [
|
|
19711
19892
|
3,
|
|
19712
19893
|
n0,
|
|
19713
19894
|
_DIPRe,
|
|
19714
19895
|
0,
|
|
19715
19896
|
[_IPpa],
|
|
19897
|
+
[
|
|
19898
|
+
[
|
|
19899
|
+
() => IpamPolicy,
|
|
19900
|
+
{
|
|
19901
|
+
[_eQN]: `IpamPolicy`,
|
|
19902
|
+
[_xN]: _iPpa,
|
|
19903
|
+
},
|
|
19904
|
+
],
|
|
19905
|
+
],
|
|
19906
|
+
];
|
|
19907
|
+
var DeleteIpamPoolRequest = [3, n0, _DIPRel, 0, [_DR, _IPI, _Ca], [2, 0, 2]];
|
|
19908
|
+
var DeleteIpamPoolResult = [
|
|
19909
|
+
3,
|
|
19910
|
+
n0,
|
|
19911
|
+
_DIPRele,
|
|
19912
|
+
0,
|
|
19913
|
+
[_IPpam],
|
|
19716
19914
|
[
|
|
19717
19915
|
[
|
|
19718
19916
|
() => IpamPool,
|
|
19719
19917
|
{
|
|
19720
19918
|
[_eQN]: `IpamPool`,
|
|
19721
|
-
[_xN]:
|
|
19919
|
+
[_xN]: _iPpam,
|
|
19722
19920
|
},
|
|
19723
19921
|
],
|
|
19724
19922
|
],
|
|
@@ -21296,12 +21494,29 @@ var DeleteVpcRequest = [
|
|
|
21296
21494
|
],
|
|
21297
21495
|
],
|
|
21298
21496
|
];
|
|
21497
|
+
var DeleteVpnConcentratorRequest = [3, n0, _DVCR, 0, [_VCI, _DR], [0, 2]];
|
|
21498
|
+
var DeleteVpnConcentratorResult = [
|
|
21499
|
+
3,
|
|
21500
|
+
n0,
|
|
21501
|
+
_DVCRe,
|
|
21502
|
+
0,
|
|
21503
|
+
[_R],
|
|
21504
|
+
[
|
|
21505
|
+
[
|
|
21506
|
+
2,
|
|
21507
|
+
{
|
|
21508
|
+
[_eQN]: `Return`,
|
|
21509
|
+
[_xN]: _r,
|
|
21510
|
+
},
|
|
21511
|
+
],
|
|
21512
|
+
],
|
|
21513
|
+
];
|
|
21299
21514
|
var DeleteVpnConnectionRequest = [
|
|
21300
21515
|
3,
|
|
21301
21516
|
n0,
|
|
21302
|
-
|
|
21517
|
+
_DVCRel,
|
|
21303
21518
|
0,
|
|
21304
|
-
[
|
|
21519
|
+
[_VCIp, _DR],
|
|
21305
21520
|
[
|
|
21306
21521
|
0,
|
|
21307
21522
|
[
|
|
@@ -21313,7 +21528,7 @@ var DeleteVpnConnectionRequest = [
|
|
|
21313
21528
|
],
|
|
21314
21529
|
],
|
|
21315
21530
|
];
|
|
21316
|
-
var DeleteVpnConnectionRouteRequest = [3, n0, _DVCRR, 0, [_DCB,
|
|
21531
|
+
var DeleteVpnConnectionRouteRequest = [3, n0, _DVCRR, 0, [_DCB, _VCIp], [0, 0]];
|
|
21317
21532
|
var DeleteVpnGatewayRequest = [
|
|
21318
21533
|
3,
|
|
21319
21534
|
n0,
|
|
@@ -24973,12 +25188,59 @@ var DescribeIpamExternalResourceVerificationTokensResult = [
|
|
|
24973
25188
|
],
|
|
24974
25189
|
],
|
|
24975
25190
|
];
|
|
24976
|
-
var
|
|
25191
|
+
var DescribeIpamPoliciesRequest = [
|
|
24977
25192
|
3,
|
|
24978
25193
|
n0,
|
|
24979
25194
|
_DIPRes,
|
|
24980
25195
|
0,
|
|
24981
|
-
[_DR, _Fi, _MR, _NTe,
|
|
25196
|
+
[_DR, _Fi, _MR, _NTe, _IPIpa],
|
|
25197
|
+
[
|
|
25198
|
+
2,
|
|
25199
|
+
[
|
|
25200
|
+
() => FilterList,
|
|
25201
|
+
{
|
|
25202
|
+
[_xN]: _Fil,
|
|
25203
|
+
},
|
|
25204
|
+
],
|
|
25205
|
+
1,
|
|
25206
|
+
0,
|
|
25207
|
+
[
|
|
25208
|
+
() => ValueStringList,
|
|
25209
|
+
{
|
|
25210
|
+
[_xN]: _IPIp,
|
|
25211
|
+
},
|
|
25212
|
+
],
|
|
25213
|
+
],
|
|
25214
|
+
];
|
|
25215
|
+
var DescribeIpamPoliciesResult = [
|
|
25216
|
+
3,
|
|
25217
|
+
n0,
|
|
25218
|
+
_DIPResc,
|
|
25219
|
+
0,
|
|
25220
|
+
[_NTe, _IPpamo],
|
|
25221
|
+
[
|
|
25222
|
+
[
|
|
25223
|
+
0,
|
|
25224
|
+
{
|
|
25225
|
+
[_eQN]: `NextToken`,
|
|
25226
|
+
[_xN]: _nTe,
|
|
25227
|
+
},
|
|
25228
|
+
],
|
|
25229
|
+
[
|
|
25230
|
+
() => IpamPolicySet,
|
|
25231
|
+
{
|
|
25232
|
+
[_eQN]: `IpamPolicySet`,
|
|
25233
|
+
[_xN]: _iPS,
|
|
25234
|
+
},
|
|
25235
|
+
],
|
|
25236
|
+
],
|
|
25237
|
+
];
|
|
25238
|
+
var DescribeIpamPoolsRequest = [
|
|
25239
|
+
3,
|
|
25240
|
+
n0,
|
|
25241
|
+
_DIPRescr,
|
|
25242
|
+
0,
|
|
25243
|
+
[_DR, _Fi, _MR, _NTe, _IPIpam],
|
|
24982
25244
|
[
|
|
24983
25245
|
2,
|
|
24984
25246
|
[
|
|
@@ -25000,9 +25262,9 @@ var DescribeIpamPoolsRequest = [
|
|
|
25000
25262
|
var DescribeIpamPoolsResult = [
|
|
25001
25263
|
3,
|
|
25002
25264
|
n0,
|
|
25003
|
-
|
|
25265
|
+
_DIPRescri,
|
|
25004
25266
|
0,
|
|
25005
|
-
[_NTe,
|
|
25267
|
+
[_NTe, _IPpamoo],
|
|
25006
25268
|
[
|
|
25007
25269
|
[
|
|
25008
25270
|
0,
|
|
@@ -25015,7 +25277,7 @@ var DescribeIpamPoolsResult = [
|
|
|
25015
25277
|
() => IpamPoolSet,
|
|
25016
25278
|
{
|
|
25017
25279
|
[_eQN]: `IpamPoolSet`,
|
|
25018
|
-
[_xN]:
|
|
25280
|
+
[_xN]: _iPSp,
|
|
25019
25281
|
},
|
|
25020
25282
|
],
|
|
25021
25283
|
],
|
|
@@ -25306,7 +25568,7 @@ var DescribeIpamsResult = [
|
|
|
25306
25568
|
var DescribeIpv6PoolsRequest = [
|
|
25307
25569
|
3,
|
|
25308
25570
|
n0,
|
|
25309
|
-
|
|
25571
|
+
_DIPRescrib,
|
|
25310
25572
|
0,
|
|
25311
25573
|
[_PIoo, _NTe, _MR, _DR, _Fi],
|
|
25312
25574
|
[
|
|
@@ -25330,7 +25592,7 @@ var DescribeIpv6PoolsRequest = [
|
|
|
25330
25592
|
var DescribeIpv6PoolsResult = [
|
|
25331
25593
|
3,
|
|
25332
25594
|
n0,
|
|
25333
|
-
|
|
25595
|
+
_DIPRescribe,
|
|
25334
25596
|
0,
|
|
25335
25597
|
[_IPpvoo, _NTe],
|
|
25336
25598
|
[
|
|
@@ -25338,7 +25600,7 @@ var DescribeIpv6PoolsResult = [
|
|
|
25338
25600
|
() => Ipv6PoolSet,
|
|
25339
25601
|
{
|
|
25340
25602
|
[_eQN]: `Ipv6PoolSet`,
|
|
25341
|
-
[_xN]:
|
|
25603
|
+
[_xN]: _iPSpv,
|
|
25342
25604
|
},
|
|
25343
25605
|
],
|
|
25344
25606
|
[
|
|
@@ -30075,12 +30337,59 @@ var DescribeVpcsResult = [
|
|
|
30075
30337
|
],
|
|
30076
30338
|
],
|
|
30077
30339
|
];
|
|
30340
|
+
var DescribeVpnConcentratorsRequest = [
|
|
30341
|
+
3,
|
|
30342
|
+
n0,
|
|
30343
|
+
_DVCRes,
|
|
30344
|
+
0,
|
|
30345
|
+
[_VCIpn, _Fi, _MR, _NTe, _DR],
|
|
30346
|
+
[
|
|
30347
|
+
[
|
|
30348
|
+
() => VpnConcentratorIdStringList,
|
|
30349
|
+
{
|
|
30350
|
+
[_xN]: _VCI,
|
|
30351
|
+
},
|
|
30352
|
+
],
|
|
30353
|
+
[
|
|
30354
|
+
() => FilterList,
|
|
30355
|
+
{
|
|
30356
|
+
[_xN]: _Fil,
|
|
30357
|
+
},
|
|
30358
|
+
],
|
|
30359
|
+
1,
|
|
30360
|
+
0,
|
|
30361
|
+
2,
|
|
30362
|
+
],
|
|
30363
|
+
];
|
|
30364
|
+
var DescribeVpnConcentratorsResult = [
|
|
30365
|
+
3,
|
|
30366
|
+
n0,
|
|
30367
|
+
_DVCResc,
|
|
30368
|
+
0,
|
|
30369
|
+
[_VCpn, _NTe],
|
|
30370
|
+
[
|
|
30371
|
+
[
|
|
30372
|
+
() => VpnConcentratorList,
|
|
30373
|
+
{
|
|
30374
|
+
[_eQN]: `VpnConcentratorSet`,
|
|
30375
|
+
[_xN]: _vCS,
|
|
30376
|
+
},
|
|
30377
|
+
],
|
|
30378
|
+
[
|
|
30379
|
+
0,
|
|
30380
|
+
{
|
|
30381
|
+
[_eQN]: `NextToken`,
|
|
30382
|
+
[_xN]: _nTe,
|
|
30383
|
+
},
|
|
30384
|
+
],
|
|
30385
|
+
],
|
|
30386
|
+
];
|
|
30078
30387
|
var DescribeVpnConnectionsRequest = [
|
|
30079
30388
|
3,
|
|
30080
30389
|
n0,
|
|
30081
|
-
|
|
30390
|
+
_DVCRescr,
|
|
30082
30391
|
0,
|
|
30083
|
-
[_Fi,
|
|
30392
|
+
[_Fi, _VCIpno, _DR],
|
|
30084
30393
|
[
|
|
30085
30394
|
[
|
|
30086
30395
|
() => FilterList,
|
|
@@ -30091,7 +30400,7 @@ var DescribeVpnConnectionsRequest = [
|
|
|
30091
30400
|
[
|
|
30092
30401
|
() => VpnConnectionIdStringList,
|
|
30093
30402
|
{
|
|
30094
|
-
[_xN]:
|
|
30403
|
+
[_xN]: _VCIp,
|
|
30095
30404
|
},
|
|
30096
30405
|
],
|
|
30097
30406
|
[
|
|
@@ -30106,15 +30415,15 @@ var DescribeVpnConnectionsRequest = [
|
|
|
30106
30415
|
var DescribeVpnConnectionsResult = [
|
|
30107
30416
|
3,
|
|
30108
30417
|
n0,
|
|
30109
|
-
|
|
30418
|
+
_DVCRescri,
|
|
30110
30419
|
0,
|
|
30111
|
-
[
|
|
30420
|
+
[_VCpno],
|
|
30112
30421
|
[
|
|
30113
30422
|
[
|
|
30114
30423
|
() => VpnConnectionList,
|
|
30115
30424
|
{
|
|
30116
30425
|
[_eQN]: `VpnConnectionSet`,
|
|
30117
|
-
[_xN]:
|
|
30426
|
+
[_xN]: _vCSp,
|
|
30118
30427
|
},
|
|
30119
30428
|
],
|
|
30120
30429
|
],
|
|
@@ -31002,6 +31311,23 @@ var DisableIpamOrganizationAdminAccountResult = [
|
|
|
31002
31311
|
],
|
|
31003
31312
|
],
|
|
31004
31313
|
];
|
|
31314
|
+
var DisableIpamPolicyRequest = [3, n0, _DIPRi, 0, [_DR, _IPIp, _OTI], [2, 0, 0]];
|
|
31315
|
+
var DisableIpamPolicyResult = [
|
|
31316
|
+
3,
|
|
31317
|
+
n0,
|
|
31318
|
+
_DIPRis,
|
|
31319
|
+
0,
|
|
31320
|
+
[_R],
|
|
31321
|
+
[
|
|
31322
|
+
[
|
|
31323
|
+
2,
|
|
31324
|
+
{
|
|
31325
|
+
[_eQN]: `Return`,
|
|
31326
|
+
[_xN]: _r,
|
|
31327
|
+
},
|
|
31328
|
+
],
|
|
31329
|
+
],
|
|
31330
|
+
];
|
|
31005
31331
|
var DisableRouteServerPropagationRequest = [
|
|
31006
31332
|
3,
|
|
31007
31333
|
n0,
|
|
@@ -33087,6 +33413,23 @@ var EnableIpamOrganizationAdminAccountResult = [
|
|
|
33087
33413
|
],
|
|
33088
33414
|
],
|
|
33089
33415
|
];
|
|
33416
|
+
var EnableIpamPolicyRequest = [3, n0, _EIPR, 0, [_DR, _IPIp, _OTI], [2, 0, 0]];
|
|
33417
|
+
var EnableIpamPolicyResult = [
|
|
33418
|
+
3,
|
|
33419
|
+
n0,
|
|
33420
|
+
_EIPRn,
|
|
33421
|
+
0,
|
|
33422
|
+
[_IPIp],
|
|
33423
|
+
[
|
|
33424
|
+
[
|
|
33425
|
+
0,
|
|
33426
|
+
{
|
|
33427
|
+
[_eQN]: `IpamPolicyId`,
|
|
33428
|
+
[_xN]: _iPI,
|
|
33429
|
+
},
|
|
33430
|
+
],
|
|
33431
|
+
],
|
|
33432
|
+
];
|
|
33090
33433
|
var EnableReachabilityAnalyzerOrganizationSharingRequest = [
|
|
33091
33434
|
3,
|
|
33092
33435
|
n0,
|
|
@@ -33402,7 +33745,7 @@ var Explanation = [
|
|
|
33402
33745
|
_SRT,
|
|
33403
33746
|
_Vp,
|
|
33404
33747
|
_VE,
|
|
33405
|
-
|
|
33748
|
+
_VCp,
|
|
33406
33749
|
_VG,
|
|
33407
33750
|
_TG,
|
|
33408
33751
|
_TGRT,
|
|
@@ -33726,7 +34069,7 @@ var Explanation = [
|
|
|
33726
34069
|
() => AnalysisComponent,
|
|
33727
34070
|
{
|
|
33728
34071
|
[_eQN]: `VpnConnection`,
|
|
33729
|
-
[_xN]:
|
|
34072
|
+
[_xN]: _vCp,
|
|
33730
34073
|
},
|
|
33731
34074
|
],
|
|
33732
34075
|
[
|
|
@@ -35437,7 +35780,14 @@ var FpgaInfo = [
|
|
|
35437
35780
|
],
|
|
35438
35781
|
],
|
|
35439
35782
|
];
|
|
35440
|
-
var GetActiveVpnTunnelStatusRequest = [
|
|
35783
|
+
var GetActiveVpnTunnelStatusRequest = [
|
|
35784
|
+
3,
|
|
35785
|
+
n0,
|
|
35786
|
+
_GAVTSR,
|
|
35787
|
+
0,
|
|
35788
|
+
[_VCIp, _VTOIA, _DR],
|
|
35789
|
+
[0, 0, 2],
|
|
35790
|
+
];
|
|
35441
35791
|
var GetActiveVpnTunnelStatusResult = [
|
|
35442
35792
|
3,
|
|
35443
35793
|
n0,
|
|
@@ -36068,6 +36418,37 @@ var GetEbsEncryptionByDefaultResult = [
|
|
|
36068
36418
|
],
|
|
36069
36419
|
],
|
|
36070
36420
|
];
|
|
36421
|
+
var GetEnabledIpamPolicyRequest = [3, n0, _GEIPR, 0, [_DR], [2]];
|
|
36422
|
+
var GetEnabledIpamPolicyResult = [
|
|
36423
|
+
3,
|
|
36424
|
+
n0,
|
|
36425
|
+
_GEIPRe,
|
|
36426
|
+
0,
|
|
36427
|
+
[_IPE, _IPIp, _MB],
|
|
36428
|
+
[
|
|
36429
|
+
[
|
|
36430
|
+
2,
|
|
36431
|
+
{
|
|
36432
|
+
[_eQN]: `IpamPolicyEnabled`,
|
|
36433
|
+
[_xN]: _iPE,
|
|
36434
|
+
},
|
|
36435
|
+
],
|
|
36436
|
+
[
|
|
36437
|
+
0,
|
|
36438
|
+
{
|
|
36439
|
+
[_eQN]: `IpamPolicyId`,
|
|
36440
|
+
[_xN]: _iPI,
|
|
36441
|
+
},
|
|
36442
|
+
],
|
|
36443
|
+
[
|
|
36444
|
+
0,
|
|
36445
|
+
{
|
|
36446
|
+
[_eQN]: `ManagedBy`,
|
|
36447
|
+
[_xN]: _mB,
|
|
36448
|
+
},
|
|
36449
|
+
],
|
|
36450
|
+
],
|
|
36451
|
+
];
|
|
36071
36452
|
var GetFlowLogsIntegrationTemplateRequest = [
|
|
36072
36453
|
3,
|
|
36073
36454
|
n0,
|
|
@@ -36546,6 +36927,92 @@ var GetIpamDiscoveredResourceCidrsResult = [
|
|
|
36546
36927
|
],
|
|
36547
36928
|
],
|
|
36548
36929
|
];
|
|
36930
|
+
var GetIpamPolicyAllocationRulesRequest = [
|
|
36931
|
+
3,
|
|
36932
|
+
n0,
|
|
36933
|
+
_GIPARR,
|
|
36934
|
+
0,
|
|
36935
|
+
[_DR, _IPIp, _Fi, _Lo, _RTe, _MR, _NTe],
|
|
36936
|
+
[
|
|
36937
|
+
2,
|
|
36938
|
+
0,
|
|
36939
|
+
[
|
|
36940
|
+
() => FilterList,
|
|
36941
|
+
{
|
|
36942
|
+
[_xN]: _Fil,
|
|
36943
|
+
},
|
|
36944
|
+
],
|
|
36945
|
+
0,
|
|
36946
|
+
0,
|
|
36947
|
+
1,
|
|
36948
|
+
0,
|
|
36949
|
+
],
|
|
36950
|
+
];
|
|
36951
|
+
var GetIpamPolicyAllocationRulesResult = [
|
|
36952
|
+
3,
|
|
36953
|
+
n0,
|
|
36954
|
+
_GIPARRe,
|
|
36955
|
+
0,
|
|
36956
|
+
[_IPD, _NTe],
|
|
36957
|
+
[
|
|
36958
|
+
[
|
|
36959
|
+
() => IpamPolicyDocumentSet,
|
|
36960
|
+
{
|
|
36961
|
+
[_eQN]: `IpamPolicyDocumentSet`,
|
|
36962
|
+
[_xN]: _iPDS,
|
|
36963
|
+
},
|
|
36964
|
+
],
|
|
36965
|
+
[
|
|
36966
|
+
0,
|
|
36967
|
+
{
|
|
36968
|
+
[_eQN]: `NextToken`,
|
|
36969
|
+
[_xN]: _nTe,
|
|
36970
|
+
},
|
|
36971
|
+
],
|
|
36972
|
+
],
|
|
36973
|
+
];
|
|
36974
|
+
var GetIpamPolicyOrganizationTargetsRequest = [
|
|
36975
|
+
3,
|
|
36976
|
+
n0,
|
|
36977
|
+
_GIPOTR,
|
|
36978
|
+
0,
|
|
36979
|
+
[_DR, _MR, _NTe, _IPIp, _Fi],
|
|
36980
|
+
[
|
|
36981
|
+
2,
|
|
36982
|
+
1,
|
|
36983
|
+
0,
|
|
36984
|
+
0,
|
|
36985
|
+
[
|
|
36986
|
+
() => FilterList,
|
|
36987
|
+
{
|
|
36988
|
+
[_xN]: _Fil,
|
|
36989
|
+
},
|
|
36990
|
+
],
|
|
36991
|
+
],
|
|
36992
|
+
];
|
|
36993
|
+
var GetIpamPolicyOrganizationTargetsResult = [
|
|
36994
|
+
3,
|
|
36995
|
+
n0,
|
|
36996
|
+
_GIPOTRe,
|
|
36997
|
+
0,
|
|
36998
|
+
[_OTr, _NTe],
|
|
36999
|
+
[
|
|
37000
|
+
[
|
|
37001
|
+
() => IpamPolicyOrganizationTargetSet,
|
|
37002
|
+
{
|
|
37003
|
+
[_eQN]: `OrganizationTargetSet`,
|
|
37004
|
+
[_xN]: _oTS,
|
|
37005
|
+
},
|
|
37006
|
+
],
|
|
37007
|
+
[
|
|
37008
|
+
0,
|
|
37009
|
+
{
|
|
37010
|
+
[_eQN]: `NextToken`,
|
|
37011
|
+
[_xN]: _nTe,
|
|
37012
|
+
},
|
|
37013
|
+
],
|
|
37014
|
+
],
|
|
37015
|
+
];
|
|
36549
37016
|
var GetIpamPoolAllocationsRequest = [
|
|
36550
37017
|
3,
|
|
36551
37018
|
n0,
|
|
@@ -37742,7 +38209,7 @@ var GetVpnConnectionDeviceSampleConfigurationRequest = [
|
|
|
37742
38209
|
n0,
|
|
37743
38210
|
_GVCDSCR,
|
|
37744
38211
|
0,
|
|
37745
|
-
[
|
|
38212
|
+
[_VCIp, _VCDTI, _IKEV, _STa, _DR],
|
|
37746
38213
|
[0, 0, 0, 0, 2],
|
|
37747
38214
|
];
|
|
37748
38215
|
var GetVpnConnectionDeviceSampleConfigurationResult = [
|
|
@@ -37790,7 +38257,7 @@ var GetVpnTunnelReplacementStatusRequest = [
|
|
|
37790
38257
|
n0,
|
|
37791
38258
|
_GVTRSR,
|
|
37792
38259
|
0,
|
|
37793
|
-
[
|
|
38260
|
+
[_VCIp, _VTOIA, _DR],
|
|
37794
38261
|
[0, 0, 2],
|
|
37795
38262
|
];
|
|
37796
38263
|
var GetVpnTunnelReplacementStatusResult = [
|
|
@@ -37798,7 +38265,7 @@ var GetVpnTunnelReplacementStatusResult = [
|
|
|
37798
38265
|
n0,
|
|
37799
38266
|
_GVTRSRe,
|
|
37800
38267
|
0,
|
|
37801
|
-
[
|
|
38268
|
+
[_VCIp, _TGI, _CGIu, _VGI, _VTOIA, _MDa],
|
|
37802
38269
|
[
|
|
37803
38270
|
[
|
|
37804
38271
|
0,
|
|
@@ -41642,7 +42109,7 @@ var InstanceIpv6Address = [
|
|
|
41642
42109
|
2,
|
|
41643
42110
|
{
|
|
41644
42111
|
[_eQN]: `IsPrimaryIpv6`,
|
|
41645
|
-
[_xN]:
|
|
42112
|
+
[_xN]: _iPIs,
|
|
41646
42113
|
},
|
|
41647
42114
|
],
|
|
41648
42115
|
],
|
|
@@ -41973,14 +42440,14 @@ var InstanceNetworkInterface = [
|
|
|
41973
42440
|
() => InstanceIpv4PrefixList,
|
|
41974
42441
|
{
|
|
41975
42442
|
[_eQN]: `Ipv4PrefixSet`,
|
|
41976
|
-
[_xN]:
|
|
42443
|
+
[_xN]: _iPSpvr,
|
|
41977
42444
|
},
|
|
41978
42445
|
],
|
|
41979
42446
|
[
|
|
41980
42447
|
() => InstanceIpv6PrefixList,
|
|
41981
42448
|
{
|
|
41982
42449
|
[_eQN]: `Ipv6PrefixSet`,
|
|
41983
|
-
[_xN]:
|
|
42450
|
+
[_xN]: _iPSpvre,
|
|
41984
42451
|
},
|
|
41985
42452
|
],
|
|
41986
42453
|
[
|
|
@@ -42323,7 +42790,7 @@ var InstanceRequirements = [
|
|
|
42323
42790
|
_BEBM,
|
|
42324
42791
|
_ATc,
|
|
42325
42792
|
_AC,
|
|
42326
|
-
|
|
42793
|
+
_AMc,
|
|
42327
42794
|
_ANc,
|
|
42328
42795
|
_ATMMB,
|
|
42329
42796
|
_NBGe,
|
|
@@ -42541,7 +43008,7 @@ var InstanceRequirementsRequest = [
|
|
|
42541
43008
|
_BEBM,
|
|
42542
43009
|
_ATc,
|
|
42543
43010
|
_AC,
|
|
42544
|
-
|
|
43011
|
+
_AMc,
|
|
42545
43012
|
_ANc,
|
|
42546
43013
|
_ATMMB,
|
|
42547
43014
|
_NBGe,
|
|
@@ -42597,7 +43064,7 @@ var InstanceRequirementsRequest = [
|
|
|
42597
43064
|
[
|
|
42598
43065
|
() => AcceleratorManufacturerSet,
|
|
42599
43066
|
{
|
|
42600
|
-
[_xN]:
|
|
43067
|
+
[_xN]: _AMcc,
|
|
42601
43068
|
},
|
|
42602
43069
|
],
|
|
42603
43070
|
[
|
|
@@ -44077,16 +44544,151 @@ var IpamOrganizationalUnitExclusion = [
|
|
|
44077
44544
|
],
|
|
44078
44545
|
],
|
|
44079
44546
|
];
|
|
44080
|
-
var
|
|
44547
|
+
var IpamPolicy = [
|
|
44081
44548
|
3,
|
|
44082
44549
|
n0,
|
|
44083
44550
|
_IPpa,
|
|
44084
44551
|
0,
|
|
44552
|
+
[_OI, _IPIp, _IPApa, _IPR, _St, _SMta, _T, _IIp],
|
|
44553
|
+
[
|
|
44554
|
+
[
|
|
44555
|
+
0,
|
|
44556
|
+
{
|
|
44557
|
+
[_eQN]: `OwnerId`,
|
|
44558
|
+
[_xN]: _oI,
|
|
44559
|
+
},
|
|
44560
|
+
],
|
|
44561
|
+
[
|
|
44562
|
+
0,
|
|
44563
|
+
{
|
|
44564
|
+
[_eQN]: `IpamPolicyId`,
|
|
44565
|
+
[_xN]: _iPI,
|
|
44566
|
+
},
|
|
44567
|
+
],
|
|
44568
|
+
[
|
|
44569
|
+
0,
|
|
44570
|
+
{
|
|
44571
|
+
[_eQN]: `IpamPolicyArn`,
|
|
44572
|
+
[_xN]: _iPAp,
|
|
44573
|
+
},
|
|
44574
|
+
],
|
|
44575
|
+
[
|
|
44576
|
+
0,
|
|
44577
|
+
{
|
|
44578
|
+
[_eQN]: `IpamPolicyRegion`,
|
|
44579
|
+
[_xN]: _iPR,
|
|
44580
|
+
},
|
|
44581
|
+
],
|
|
44582
|
+
[
|
|
44583
|
+
0,
|
|
44584
|
+
{
|
|
44585
|
+
[_eQN]: `State`,
|
|
44586
|
+
[_xN]: _st,
|
|
44587
|
+
},
|
|
44588
|
+
],
|
|
44589
|
+
[
|
|
44590
|
+
0,
|
|
44591
|
+
{
|
|
44592
|
+
[_eQN]: `StateMessage`,
|
|
44593
|
+
[_xN]: _sMta,
|
|
44594
|
+
},
|
|
44595
|
+
],
|
|
44596
|
+
[
|
|
44597
|
+
() => TagList,
|
|
44598
|
+
{
|
|
44599
|
+
[_eQN]: `TagSet`,
|
|
44600
|
+
[_xN]: _tS,
|
|
44601
|
+
},
|
|
44602
|
+
],
|
|
44603
|
+
[
|
|
44604
|
+
0,
|
|
44605
|
+
{
|
|
44606
|
+
[_eQN]: `IpamId`,
|
|
44607
|
+
[_xN]: _iIp,
|
|
44608
|
+
},
|
|
44609
|
+
],
|
|
44610
|
+
],
|
|
44611
|
+
];
|
|
44612
|
+
var IpamPolicyAllocationRule = [
|
|
44613
|
+
3,
|
|
44614
|
+
n0,
|
|
44615
|
+
_IPAR,
|
|
44616
|
+
0,
|
|
44617
|
+
[_SIPI],
|
|
44618
|
+
[
|
|
44619
|
+
[
|
|
44620
|
+
0,
|
|
44621
|
+
{
|
|
44622
|
+
[_eQN]: `SourceIpamPoolId`,
|
|
44623
|
+
[_xN]: _sIPI,
|
|
44624
|
+
},
|
|
44625
|
+
],
|
|
44626
|
+
],
|
|
44627
|
+
];
|
|
44628
|
+
var IpamPolicyAllocationRuleRequest = [3, n0, _IPARR, 0, [_SIPI], [0]];
|
|
44629
|
+
var IpamPolicyDocument = [
|
|
44630
|
+
3,
|
|
44631
|
+
n0,
|
|
44632
|
+
_IPDp,
|
|
44633
|
+
0,
|
|
44634
|
+
[_IPIp, _Lo, _RTe, _ARllo],
|
|
44635
|
+
[
|
|
44636
|
+
[
|
|
44637
|
+
0,
|
|
44638
|
+
{
|
|
44639
|
+
[_eQN]: `IpamPolicyId`,
|
|
44640
|
+
[_xN]: _iPI,
|
|
44641
|
+
},
|
|
44642
|
+
],
|
|
44643
|
+
[
|
|
44644
|
+
0,
|
|
44645
|
+
{
|
|
44646
|
+
[_eQN]: `Locale`,
|
|
44647
|
+
[_xN]: _loc,
|
|
44648
|
+
},
|
|
44649
|
+
],
|
|
44650
|
+
[
|
|
44651
|
+
0,
|
|
44652
|
+
{
|
|
44653
|
+
[_eQN]: `ResourceType`,
|
|
44654
|
+
[_xN]: _rTe,
|
|
44655
|
+
},
|
|
44656
|
+
],
|
|
44657
|
+
[
|
|
44658
|
+
() => IpamPolicyAllocationRuleList,
|
|
44659
|
+
{
|
|
44660
|
+
[_eQN]: `AllocationRuleSet`,
|
|
44661
|
+
[_xN]: _aRSl,
|
|
44662
|
+
},
|
|
44663
|
+
],
|
|
44664
|
+
],
|
|
44665
|
+
];
|
|
44666
|
+
var IpamPolicyOrganizationTarget = [
|
|
44667
|
+
3,
|
|
44668
|
+
n0,
|
|
44669
|
+
_IPOT,
|
|
44670
|
+
0,
|
|
44671
|
+
[_OTI],
|
|
44672
|
+
[
|
|
44673
|
+
[
|
|
44674
|
+
0,
|
|
44675
|
+
{
|
|
44676
|
+
[_eQN]: `OrganizationTargetId`,
|
|
44677
|
+
[_xN]: _oTI,
|
|
44678
|
+
},
|
|
44679
|
+
],
|
|
44680
|
+
],
|
|
44681
|
+
];
|
|
44682
|
+
var IpamPool = [
|
|
44683
|
+
3,
|
|
44684
|
+
n0,
|
|
44685
|
+
_IPpam,
|
|
44686
|
+
0,
|
|
44085
44687
|
[
|
|
44086
44688
|
_OI,
|
|
44087
44689
|
_IPI,
|
|
44088
44690
|
_SIPI,
|
|
44089
|
-
|
|
44691
|
+
_IPApam,
|
|
44090
44692
|
_ISA,
|
|
44091
44693
|
_ISTp,
|
|
44092
44694
|
_IApa,
|
|
@@ -44134,7 +44736,7 @@ var IpamPool = [
|
|
|
44134
44736
|
0,
|
|
44135
44737
|
{
|
|
44136
44738
|
[_eQN]: `IpamPoolArn`,
|
|
44137
|
-
[_xN]:
|
|
44739
|
+
[_xN]: _iPApa,
|
|
44138
44740
|
},
|
|
44139
44741
|
],
|
|
44140
44742
|
[
|
|
@@ -46482,7 +47084,7 @@ var LaunchTemplateInstanceNetworkInterfaceSpecification = [
|
|
|
46482
47084
|
() => Ipv4PrefixListResponse,
|
|
46483
47085
|
{
|
|
46484
47086
|
[_eQN]: `Ipv4PrefixSet`,
|
|
46485
|
-
[_xN]:
|
|
47087
|
+
[_xN]: _iPSpvr,
|
|
46486
47088
|
},
|
|
46487
47089
|
],
|
|
46488
47090
|
[
|
|
@@ -46496,7 +47098,7 @@ var LaunchTemplateInstanceNetworkInterfaceSpecification = [
|
|
|
46496
47098
|
() => Ipv6PrefixListResponse,
|
|
46497
47099
|
{
|
|
46498
47100
|
[_eQN]: `Ipv6PrefixSet`,
|
|
46499
|
-
[_xN]:
|
|
47101
|
+
[_xN]: _iPSpvre,
|
|
46500
47102
|
},
|
|
46501
47103
|
],
|
|
46502
47104
|
[
|
|
@@ -49206,6 +49808,41 @@ var ModifyInstancePlacementResult = [
|
|
|
49206
49808
|
],
|
|
49207
49809
|
],
|
|
49208
49810
|
];
|
|
49811
|
+
var ModifyIpamPolicyAllocationRulesRequest = [
|
|
49812
|
+
3,
|
|
49813
|
+
n0,
|
|
49814
|
+
_MIPARR,
|
|
49815
|
+
0,
|
|
49816
|
+
[_DR, _IPIp, _Lo, _RTe, _ARllo],
|
|
49817
|
+
[
|
|
49818
|
+
2,
|
|
49819
|
+
0,
|
|
49820
|
+
0,
|
|
49821
|
+
0,
|
|
49822
|
+
[
|
|
49823
|
+
() => IpamPolicyAllocationRuleListRequest,
|
|
49824
|
+
{
|
|
49825
|
+
[_xN]: _ARlloc,
|
|
49826
|
+
},
|
|
49827
|
+
],
|
|
49828
|
+
],
|
|
49829
|
+
];
|
|
49830
|
+
var ModifyIpamPolicyAllocationRulesResult = [
|
|
49831
|
+
3,
|
|
49832
|
+
n0,
|
|
49833
|
+
_MIPARRo,
|
|
49834
|
+
0,
|
|
49835
|
+
[_IPDp],
|
|
49836
|
+
[
|
|
49837
|
+
[
|
|
49838
|
+
() => IpamPolicyDocument,
|
|
49839
|
+
{
|
|
49840
|
+
[_eQN]: `IpamPolicyDocument`,
|
|
49841
|
+
[_xN]: _iPD,
|
|
49842
|
+
},
|
|
49843
|
+
],
|
|
49844
|
+
],
|
|
49845
|
+
];
|
|
49209
49846
|
var ModifyIpamPoolRequest = [
|
|
49210
49847
|
3,
|
|
49211
49848
|
n0,
|
|
@@ -49240,13 +49877,13 @@ var ModifyIpamPoolResult = [
|
|
|
49240
49877
|
n0,
|
|
49241
49878
|
_MIPRodi,
|
|
49242
49879
|
0,
|
|
49243
|
-
[
|
|
49880
|
+
[_IPpam],
|
|
49244
49881
|
[
|
|
49245
49882
|
[
|
|
49246
49883
|
() => IpamPool,
|
|
49247
49884
|
{
|
|
49248
49885
|
[_eQN]: `IpamPool`,
|
|
49249
|
-
[_xN]:
|
|
49886
|
+
[_xN]: _iPpam,
|
|
49250
49887
|
},
|
|
49251
49888
|
],
|
|
49252
49889
|
],
|
|
@@ -50816,7 +51453,7 @@ var ModifyVpnConnectionOptionsRequest = [
|
|
|
50816
51453
|
n0,
|
|
50817
51454
|
_MVCOR,
|
|
50818
51455
|
0,
|
|
50819
|
-
[
|
|
51456
|
+
[_VCIp, _LINC, _RINC, _LINCo, _RINCe, _DR],
|
|
50820
51457
|
[0, 0, 0, 0, 0, 2],
|
|
50821
51458
|
];
|
|
50822
51459
|
var ModifyVpnConnectionOptionsResult = [
|
|
@@ -50824,13 +51461,13 @@ var ModifyVpnConnectionOptionsResult = [
|
|
|
50824
51461
|
n0,
|
|
50825
51462
|
_MVCORo,
|
|
50826
51463
|
0,
|
|
50827
|
-
[
|
|
51464
|
+
[_VCp],
|
|
50828
51465
|
[
|
|
50829
51466
|
[
|
|
50830
51467
|
() => VpnConnection,
|
|
50831
51468
|
{
|
|
50832
51469
|
[_eQN]: `VpnConnection`,
|
|
50833
|
-
[_xN]:
|
|
51470
|
+
[_xN]: _vCp,
|
|
50834
51471
|
},
|
|
50835
51472
|
],
|
|
50836
51473
|
],
|
|
@@ -50840,7 +51477,7 @@ var ModifyVpnConnectionRequest = [
|
|
|
50840
51477
|
n0,
|
|
50841
51478
|
_MVCR,
|
|
50842
51479
|
0,
|
|
50843
|
-
[
|
|
51480
|
+
[_VCIp, _TGI, _CGIu, _VGI, _DR],
|
|
50844
51481
|
[0, 0, 0, 0, 2],
|
|
50845
51482
|
];
|
|
50846
51483
|
var ModifyVpnConnectionResult = [
|
|
@@ -50848,13 +51485,13 @@ var ModifyVpnConnectionResult = [
|
|
|
50848
51485
|
n0,
|
|
50849
51486
|
_MVCRo,
|
|
50850
51487
|
0,
|
|
50851
|
-
[
|
|
51488
|
+
[_VCp],
|
|
50852
51489
|
[
|
|
50853
51490
|
[
|
|
50854
51491
|
() => VpnConnection,
|
|
50855
51492
|
{
|
|
50856
51493
|
[_eQN]: `VpnConnection`,
|
|
50857
|
-
[_xN]:
|
|
51494
|
+
[_xN]: _vCp,
|
|
50858
51495
|
},
|
|
50859
51496
|
],
|
|
50860
51497
|
],
|
|
@@ -50864,7 +51501,7 @@ var ModifyVpnTunnelCertificateRequest = [
|
|
|
50864
51501
|
n0,
|
|
50865
51502
|
_MVTCR,
|
|
50866
51503
|
0,
|
|
50867
|
-
[
|
|
51504
|
+
[_VCIp, _VTOIA, _DR],
|
|
50868
51505
|
[0, 0, 2],
|
|
50869
51506
|
];
|
|
50870
51507
|
var ModifyVpnTunnelCertificateResult = [
|
|
@@ -50872,13 +51509,13 @@ var ModifyVpnTunnelCertificateResult = [
|
|
|
50872
51509
|
n0,
|
|
50873
51510
|
_MVTCRo,
|
|
50874
51511
|
0,
|
|
50875
|
-
[
|
|
51512
|
+
[_VCp],
|
|
50876
51513
|
[
|
|
50877
51514
|
[
|
|
50878
51515
|
() => VpnConnection,
|
|
50879
51516
|
{
|
|
50880
51517
|
[_eQN]: `VpnConnection`,
|
|
50881
|
-
[_xN]:
|
|
51518
|
+
[_xN]: _vCp,
|
|
50882
51519
|
},
|
|
50883
51520
|
],
|
|
50884
51521
|
],
|
|
@@ -50888,7 +51525,7 @@ var ModifyVpnTunnelOptionsRequest = [
|
|
|
50888
51525
|
n0,
|
|
50889
51526
|
_MVTOR,
|
|
50890
51527
|
0,
|
|
50891
|
-
[
|
|
51528
|
+
[_VCIp, _VTOIA, _TO, _DR, _STRk, _PSKS],
|
|
50892
51529
|
[0, 0, [() => ModifyVpnTunnelOptionsSpecification, 0], 2, 2, 0],
|
|
50893
51530
|
];
|
|
50894
51531
|
var ModifyVpnTunnelOptionsResult = [
|
|
@@ -50896,13 +51533,13 @@ var ModifyVpnTunnelOptionsResult = [
|
|
|
50896
51533
|
n0,
|
|
50897
51534
|
_MVTORo,
|
|
50898
51535
|
0,
|
|
50899
|
-
[
|
|
51536
|
+
[_VCp],
|
|
50900
51537
|
[
|
|
50901
51538
|
[
|
|
50902
51539
|
() => VpnConnection,
|
|
50903
51540
|
{
|
|
50904
51541
|
[_eQN]: `VpnConnection`,
|
|
50905
|
-
[_xN]:
|
|
51542
|
+
[_xN]: _vCp,
|
|
50906
51543
|
},
|
|
50907
51544
|
],
|
|
50908
51545
|
],
|
|
@@ -51182,7 +51819,7 @@ var NatGateway = [
|
|
|
51182
51819
|
n0,
|
|
51183
51820
|
_NG,
|
|
51184
51821
|
0,
|
|
51185
|
-
[_CTr, _DTel, _FCa, _FM, _NGA, _NGI, _PB, _St, _SIu, _VI, _T, _CTon],
|
|
51822
|
+
[_CTr, _DTel, _FCa, _FM, _NGA, _NGI, _PB, _St, _SIu, _VI, _T, _CTon, _AM, _ASIu, _APZ, _RTI],
|
|
51186
51823
|
[
|
|
51187
51824
|
[
|
|
51188
51825
|
4,
|
|
@@ -51268,6 +51905,34 @@ var NatGateway = [
|
|
|
51268
51905
|
[_xN]: _cTonn,
|
|
51269
51906
|
},
|
|
51270
51907
|
],
|
|
51908
|
+
[
|
|
51909
|
+
0,
|
|
51910
|
+
{
|
|
51911
|
+
[_eQN]: `AvailabilityMode`,
|
|
51912
|
+
[_xN]: _aM,
|
|
51913
|
+
},
|
|
51914
|
+
],
|
|
51915
|
+
[
|
|
51916
|
+
0,
|
|
51917
|
+
{
|
|
51918
|
+
[_eQN]: `AutoScalingIps`,
|
|
51919
|
+
[_xN]: _aSI,
|
|
51920
|
+
},
|
|
51921
|
+
],
|
|
51922
|
+
[
|
|
51923
|
+
0,
|
|
51924
|
+
{
|
|
51925
|
+
[_eQN]: `AutoProvisionZones`,
|
|
51926
|
+
[_xN]: _aPZ,
|
|
51927
|
+
},
|
|
51928
|
+
],
|
|
51929
|
+
[
|
|
51930
|
+
0,
|
|
51931
|
+
{
|
|
51932
|
+
[_eQN]: `RouteTableId`,
|
|
51933
|
+
[_xN]: _rTI,
|
|
51934
|
+
},
|
|
51935
|
+
],
|
|
51271
51936
|
],
|
|
51272
51937
|
];
|
|
51273
51938
|
var NatGatewayAddress = [
|
|
@@ -51275,7 +51940,7 @@ var NatGatewayAddress = [
|
|
|
51275
51940
|
n0,
|
|
51276
51941
|
_NGAa,
|
|
51277
51942
|
0,
|
|
51278
|
-
[_AIl, _NII, _PIri, _PI, _AIs, _IPsr, _FM, _Sta],
|
|
51943
|
+
[_AIl, _NII, _PIri, _PI, _AIs, _IPsr, _FM, _Sta, _AZ, _AZI],
|
|
51279
51944
|
[
|
|
51280
51945
|
[
|
|
51281
51946
|
0,
|
|
@@ -51333,6 +51998,20 @@ var NatGatewayAddress = [
|
|
|
51333
51998
|
[_xN]: _sta,
|
|
51334
51999
|
},
|
|
51335
52000
|
],
|
|
52001
|
+
[
|
|
52002
|
+
0,
|
|
52003
|
+
{
|
|
52004
|
+
[_eQN]: `AvailabilityZone`,
|
|
52005
|
+
[_xN]: _aZ,
|
|
52006
|
+
},
|
|
52007
|
+
],
|
|
52008
|
+
[
|
|
52009
|
+
0,
|
|
52010
|
+
{
|
|
52011
|
+
[_eQN]: `AvailabilityZoneId`,
|
|
52012
|
+
[_xN]: _aZI,
|
|
52013
|
+
},
|
|
52014
|
+
],
|
|
51336
52015
|
],
|
|
51337
52016
|
];
|
|
51338
52017
|
var NativeApplicationOidcOptions = [
|
|
@@ -52307,14 +52986,14 @@ var NetworkInterface = [
|
|
|
52307
52986
|
() => Ipv4PrefixesList,
|
|
52308
52987
|
{
|
|
52309
52988
|
[_eQN]: `Ipv4PrefixSet`,
|
|
52310
|
-
[_xN]:
|
|
52989
|
+
[_xN]: _iPSpvr,
|
|
52311
52990
|
},
|
|
52312
52991
|
],
|
|
52313
52992
|
[
|
|
52314
52993
|
() => Ipv6PrefixesList,
|
|
52315
52994
|
{
|
|
52316
52995
|
[_eQN]: `Ipv6PrefixSet`,
|
|
52317
|
-
[_xN]:
|
|
52996
|
+
[_xN]: _iPSpvre,
|
|
52318
52997
|
},
|
|
52319
52998
|
],
|
|
52320
52999
|
[
|
|
@@ -52621,7 +53300,7 @@ var NetworkInterfaceIpv6Address = [
|
|
|
52621
53300
|
2,
|
|
52622
53301
|
{
|
|
52623
53302
|
[_eQN]: `IsPrimaryIpv6`,
|
|
52624
|
-
[_xN]:
|
|
53303
|
+
[_xN]: _iPIs,
|
|
52625
53304
|
},
|
|
52626
53305
|
],
|
|
52627
53306
|
],
|
|
@@ -55964,7 +56643,7 @@ var ReplaceTransitGatewayRouteResult = [
|
|
|
55964
56643
|
],
|
|
55965
56644
|
],
|
|
55966
56645
|
];
|
|
55967
|
-
var ReplaceVpnTunnelRequest = [3, n0, _RVTR, 0, [
|
|
56646
|
+
var ReplaceVpnTunnelRequest = [3, n0, _RVTR, 0, [_VCIp, _VTOIA, _APM, _DR], [0, 0, 2, 2]];
|
|
55968
56647
|
var ReplaceVpnTunnelResult = [
|
|
55969
56648
|
3,
|
|
55970
56649
|
n0,
|
|
@@ -57756,7 +58435,7 @@ var RestoreSnapshotTierResult = [
|
|
|
57756
58435
|
n0,
|
|
57757
58436
|
_RSTRe,
|
|
57758
58437
|
0,
|
|
57759
|
-
[_SIn, _RSTe, _RD,
|
|
58438
|
+
[_SIn, _RSTe, _RD, _IPRs],
|
|
57760
58439
|
[
|
|
57761
58440
|
[
|
|
57762
58441
|
0,
|
|
@@ -57783,7 +58462,7 @@ var RestoreSnapshotTierResult = [
|
|
|
57783
58462
|
2,
|
|
57784
58463
|
{
|
|
57785
58464
|
[_eQN]: `IsPermanentRestore`,
|
|
57786
|
-
[_xN]:
|
|
58465
|
+
[_xN]: _iPRs,
|
|
57787
58466
|
},
|
|
57788
58467
|
],
|
|
57789
58468
|
],
|
|
@@ -59639,7 +60318,7 @@ var SecurityGroup = [
|
|
|
59639
60318
|
n0,
|
|
59640
60319
|
_SGe,
|
|
59641
60320
|
0,
|
|
59642
|
-
[_GIr,
|
|
60321
|
+
[_GIr, _IPEp, _T, _VI, _SGA, _OI, _GN, _De, _IPpe],
|
|
59643
60322
|
[
|
|
59644
60323
|
[
|
|
59645
60324
|
0,
|
|
@@ -59652,7 +60331,7 @@ var SecurityGroup = [
|
|
|
59652
60331
|
() => IpPermissionList,
|
|
59653
60332
|
{
|
|
59654
60333
|
[_eQN]: `IpPermissionsEgress`,
|
|
59655
|
-
[_xN]:
|
|
60334
|
+
[_xN]: _iPEp,
|
|
59656
60335
|
},
|
|
59657
60336
|
],
|
|
59658
60337
|
[
|
|
@@ -67601,7 +68280,7 @@ var VolumeModification = [
|
|
|
67601
68280
|
n0,
|
|
67602
68281
|
_VMo,
|
|
67603
68282
|
0,
|
|
67604
|
-
[_VIo, _MSod, _SMt, _TSarg, _TIar, _TVT, _TTar, _TMAE, _OSr, _OIr, _OVT,
|
|
68283
|
+
[_VIo, _MSod, _SMt, _TSarg, _TIar, _TVT, _TTar, _TMAE, _OSr, _OIr, _OVT, _OTri, _OMAE, _Pro, _ST, _ETnd],
|
|
67605
68284
|
[
|
|
67606
68285
|
[
|
|
67607
68286
|
0,
|
|
@@ -68598,14 +69277,14 @@ var VpcEndpoint = [
|
|
|
68598
69277
|
() => SubnetIpPrefixesList,
|
|
68599
69278
|
{
|
|
68600
69279
|
[_eQN]: `Ipv4PrefixSet`,
|
|
68601
|
-
[_xN]:
|
|
69280
|
+
[_xN]: _iPSpvr,
|
|
68602
69281
|
},
|
|
68603
69282
|
],
|
|
68604
69283
|
[
|
|
68605
69284
|
() => SubnetIpPrefixesList,
|
|
68606
69285
|
{
|
|
68607
69286
|
[_eQN]: `Ipv6PrefixSet`,
|
|
68608
|
-
[_xN]:
|
|
69287
|
+
[_xN]: _iPSpvre,
|
|
68609
69288
|
},
|
|
68610
69289
|
],
|
|
68611
69290
|
[
|
|
@@ -69044,12 +69723,63 @@ var VpcPeeringConnectionVpcInfo = [
|
|
|
69044
69723
|
],
|
|
69045
69724
|
],
|
|
69046
69725
|
];
|
|
69047
|
-
var
|
|
69726
|
+
var VpnConcentrator = [
|
|
69048
69727
|
3,
|
|
69049
69728
|
n0,
|
|
69050
69729
|
_VC,
|
|
69051
69730
|
0,
|
|
69052
|
-
[
|
|
69731
|
+
[_VCI, _St, _TGI, _TGAI, _Ty, _T],
|
|
69732
|
+
[
|
|
69733
|
+
[
|
|
69734
|
+
0,
|
|
69735
|
+
{
|
|
69736
|
+
[_eQN]: `VpnConcentratorId`,
|
|
69737
|
+
[_xN]: _vCIpn,
|
|
69738
|
+
},
|
|
69739
|
+
],
|
|
69740
|
+
[
|
|
69741
|
+
0,
|
|
69742
|
+
{
|
|
69743
|
+
[_eQN]: `State`,
|
|
69744
|
+
[_xN]: _st,
|
|
69745
|
+
},
|
|
69746
|
+
],
|
|
69747
|
+
[
|
|
69748
|
+
0,
|
|
69749
|
+
{
|
|
69750
|
+
[_eQN]: `TransitGatewayId`,
|
|
69751
|
+
[_xN]: _tGI,
|
|
69752
|
+
},
|
|
69753
|
+
],
|
|
69754
|
+
[
|
|
69755
|
+
0,
|
|
69756
|
+
{
|
|
69757
|
+
[_eQN]: `TransitGatewayAttachmentId`,
|
|
69758
|
+
[_xN]: _tGAI,
|
|
69759
|
+
},
|
|
69760
|
+
],
|
|
69761
|
+
[
|
|
69762
|
+
0,
|
|
69763
|
+
{
|
|
69764
|
+
[_eQN]: `Type`,
|
|
69765
|
+
[_xN]: _ty,
|
|
69766
|
+
},
|
|
69767
|
+
],
|
|
69768
|
+
[
|
|
69769
|
+
() => TagList,
|
|
69770
|
+
{
|
|
69771
|
+
[_eQN]: `TagSet`,
|
|
69772
|
+
[_xN]: _tS,
|
|
69773
|
+
},
|
|
69774
|
+
],
|
|
69775
|
+
],
|
|
69776
|
+
];
|
|
69777
|
+
var VpnConnection = [
|
|
69778
|
+
3,
|
|
69779
|
+
n0,
|
|
69780
|
+
_VCp,
|
|
69781
|
+
0,
|
|
69782
|
+
[_Cat, _TGI, _VCI, _CNA, _CNAA, _GAS, _Opt, _Rou, _T, _VTg, _PSKA, _VCIp, _St, _CGC, _Ty, _CGIu, _VGI],
|
|
69053
69783
|
[
|
|
69054
69784
|
[
|
|
69055
69785
|
0,
|
|
@@ -69065,6 +69795,13 @@ var VpnConnection = [
|
|
|
69065
69795
|
[_xN]: _tGI,
|
|
69066
69796
|
},
|
|
69067
69797
|
],
|
|
69798
|
+
[
|
|
69799
|
+
0,
|
|
69800
|
+
{
|
|
69801
|
+
[_eQN]: `VpnConcentratorId`,
|
|
69802
|
+
[_xN]: _vCIpn,
|
|
69803
|
+
},
|
|
69804
|
+
],
|
|
69068
69805
|
[
|
|
69069
69806
|
0,
|
|
69070
69807
|
{
|
|
@@ -69948,6 +70685,18 @@ var AuthorizationRuleSet = [
|
|
|
69948
70685
|
},
|
|
69949
70686
|
],
|
|
69950
70687
|
];
|
|
70688
|
+
var AvailabilityZoneAddresses = [
|
|
70689
|
+
1,
|
|
70690
|
+
n0,
|
|
70691
|
+
_AZAv,
|
|
70692
|
+
0,
|
|
70693
|
+
[
|
|
70694
|
+
() => AvailabilityZoneAddress,
|
|
70695
|
+
{
|
|
70696
|
+
[_xN]: _AZA,
|
|
70697
|
+
},
|
|
70698
|
+
],
|
|
70699
|
+
];
|
|
69951
70700
|
var AvailabilityZoneIdStringList = [
|
|
69952
70701
|
1,
|
|
69953
70702
|
n0,
|
|
@@ -72631,6 +73380,66 @@ var IpamOrganizationalUnitExclusionSet = [
|
|
|
72631
73380
|
},
|
|
72632
73381
|
],
|
|
72633
73382
|
];
|
|
73383
|
+
var IpamPolicyAllocationRuleList = [
|
|
73384
|
+
1,
|
|
73385
|
+
n0,
|
|
73386
|
+
_IPARL,
|
|
73387
|
+
0,
|
|
73388
|
+
[
|
|
73389
|
+
() => IpamPolicyAllocationRule,
|
|
73390
|
+
{
|
|
73391
|
+
[_xN]: _it,
|
|
73392
|
+
},
|
|
73393
|
+
],
|
|
73394
|
+
];
|
|
73395
|
+
var IpamPolicyAllocationRuleListRequest = [
|
|
73396
|
+
1,
|
|
73397
|
+
n0,
|
|
73398
|
+
_IPARLR,
|
|
73399
|
+
0,
|
|
73400
|
+
[
|
|
73401
|
+
() => IpamPolicyAllocationRuleRequest,
|
|
73402
|
+
{
|
|
73403
|
+
[_xN]: _it,
|
|
73404
|
+
},
|
|
73405
|
+
],
|
|
73406
|
+
];
|
|
73407
|
+
var IpamPolicyDocumentSet = [
|
|
73408
|
+
1,
|
|
73409
|
+
n0,
|
|
73410
|
+
_IPDS,
|
|
73411
|
+
0,
|
|
73412
|
+
[
|
|
73413
|
+
() => IpamPolicyDocument,
|
|
73414
|
+
{
|
|
73415
|
+
[_xN]: _it,
|
|
73416
|
+
},
|
|
73417
|
+
],
|
|
73418
|
+
];
|
|
73419
|
+
var IpamPolicyOrganizationTargetSet = [
|
|
73420
|
+
1,
|
|
73421
|
+
n0,
|
|
73422
|
+
_IPOTS,
|
|
73423
|
+
0,
|
|
73424
|
+
[
|
|
73425
|
+
() => IpamPolicyOrganizationTarget,
|
|
73426
|
+
{
|
|
73427
|
+
[_xN]: _it,
|
|
73428
|
+
},
|
|
73429
|
+
],
|
|
73430
|
+
];
|
|
73431
|
+
var IpamPolicySet = [
|
|
73432
|
+
1,
|
|
73433
|
+
n0,
|
|
73434
|
+
_IPSpa,
|
|
73435
|
+
0,
|
|
73436
|
+
[
|
|
73437
|
+
() => IpamPolicy,
|
|
73438
|
+
{
|
|
73439
|
+
[_xN]: _it,
|
|
73440
|
+
},
|
|
73441
|
+
],
|
|
73442
|
+
];
|
|
72634
73443
|
var IpamPoolAllocationAllowedCidrs = [
|
|
72635
73444
|
1,
|
|
72636
73445
|
n0,
|
|
@@ -72682,7 +73491,7 @@ var IpamPoolCidrSet = [
|
|
|
72682
73491
|
var IpamPoolSet = [
|
|
72683
73492
|
1,
|
|
72684
73493
|
n0,
|
|
72685
|
-
|
|
73494
|
+
_IPSpam,
|
|
72686
73495
|
0,
|
|
72687
73496
|
[
|
|
72688
73497
|
() => IpamPool,
|
|
@@ -77305,6 +78114,30 @@ var VpcPeeringConnectionList = [
|
|
|
77305
78114
|
},
|
|
77306
78115
|
],
|
|
77307
78116
|
];
|
|
78117
|
+
var VpnConcentratorIdStringList = [
|
|
78118
|
+
1,
|
|
78119
|
+
n0,
|
|
78120
|
+
_VCISL,
|
|
78121
|
+
0,
|
|
78122
|
+
[
|
|
78123
|
+
0,
|
|
78124
|
+
{
|
|
78125
|
+
[_xN]: _VCI,
|
|
78126
|
+
},
|
|
78127
|
+
],
|
|
78128
|
+
];
|
|
78129
|
+
var VpnConcentratorList = [
|
|
78130
|
+
1,
|
|
78131
|
+
n0,
|
|
78132
|
+
_VCLp,
|
|
78133
|
+
0,
|
|
78134
|
+
[
|
|
78135
|
+
() => VpnConcentrator,
|
|
78136
|
+
{
|
|
78137
|
+
[_xN]: _it,
|
|
78138
|
+
},
|
|
78139
|
+
],
|
|
78140
|
+
];
|
|
77308
78141
|
var VpnConnectionDeviceTypeList = [
|
|
77309
78142
|
1,
|
|
77310
78143
|
n0,
|
|
@@ -77320,19 +78153,19 @@ var VpnConnectionDeviceTypeList = [
|
|
|
77320
78153
|
var VpnConnectionIdStringList = [
|
|
77321
78154
|
1,
|
|
77322
78155
|
n0,
|
|
77323
|
-
|
|
78156
|
+
_VCISLp,
|
|
77324
78157
|
0,
|
|
77325
78158
|
[
|
|
77326
78159
|
0,
|
|
77327
78160
|
{
|
|
77328
|
-
[_xN]:
|
|
78161
|
+
[_xN]: _VCIp,
|
|
77329
78162
|
},
|
|
77330
78163
|
],
|
|
77331
78164
|
];
|
|
77332
78165
|
var VpnConnectionList = [
|
|
77333
78166
|
1,
|
|
77334
78167
|
n0,
|
|
77335
|
-
|
|
78168
|
+
_VCLpn,
|
|
77336
78169
|
0,
|
|
77337
78170
|
[
|
|
77338
78171
|
() => VpnConnection,
|
|
@@ -78041,11 +78874,19 @@ var CreateIpamExternalResourceVerificationToken = [
|
|
|
78041
78874
|
() => CreateIpamExternalResourceVerificationTokenRequest,
|
|
78042
78875
|
() => CreateIpamExternalResourceVerificationTokenResult,
|
|
78043
78876
|
];
|
|
78044
|
-
var
|
|
78877
|
+
var CreateIpamPolicy = [
|
|
78045
78878
|
9,
|
|
78046
78879
|
n0,
|
|
78047
78880
|
_CIP,
|
|
78048
78881
|
0,
|
|
78882
|
+
() => CreateIpamPolicyRequest,
|
|
78883
|
+
() => CreateIpamPolicyResult,
|
|
78884
|
+
];
|
|
78885
|
+
var CreateIpamPool = [
|
|
78886
|
+
9,
|
|
78887
|
+
n0,
|
|
78888
|
+
_CIPr,
|
|
78889
|
+
0,
|
|
78049
78890
|
() => CreateIpamPoolRequest,
|
|
78050
78891
|
() => CreateIpamPoolResult,
|
|
78051
78892
|
];
|
|
@@ -78535,18 +79376,26 @@ var CreateVpcPeeringConnection = [
|
|
|
78535
79376
|
() => CreateVpcPeeringConnectionRequest,
|
|
78536
79377
|
() => CreateVpcPeeringConnectionResult,
|
|
78537
79378
|
];
|
|
78538
|
-
var
|
|
79379
|
+
var CreateVpnConcentrator = [
|
|
78539
79380
|
9,
|
|
78540
79381
|
n0,
|
|
78541
79382
|
_CVCr,
|
|
78542
79383
|
0,
|
|
79384
|
+
() => CreateVpnConcentratorRequest,
|
|
79385
|
+
() => CreateVpnConcentratorResult,
|
|
79386
|
+
];
|
|
79387
|
+
var CreateVpnConnection = [
|
|
79388
|
+
9,
|
|
79389
|
+
n0,
|
|
79390
|
+
_CVCre,
|
|
79391
|
+
0,
|
|
78543
79392
|
() => CreateVpnConnectionRequest,
|
|
78544
79393
|
() => CreateVpnConnectionResult,
|
|
78545
79394
|
];
|
|
78546
79395
|
var CreateVpnConnectionRoute = [
|
|
78547
79396
|
9,
|
|
78548
79397
|
n0,
|
|
78549
|
-
|
|
79398
|
+
_CVCRreat,
|
|
78550
79399
|
0,
|
|
78551
79400
|
() => CreateVpnConnectionRouteRequest,
|
|
78552
79401
|
() => __Unit,
|
|
@@ -78682,11 +79531,19 @@ var DeleteIpamExternalResourceVerificationToken = [
|
|
|
78682
79531
|
() => DeleteIpamExternalResourceVerificationTokenRequest,
|
|
78683
79532
|
() => DeleteIpamExternalResourceVerificationTokenResult,
|
|
78684
79533
|
];
|
|
78685
|
-
var
|
|
79534
|
+
var DeleteIpamPolicy = [
|
|
78686
79535
|
9,
|
|
78687
79536
|
n0,
|
|
78688
79537
|
_DIP,
|
|
78689
79538
|
0,
|
|
79539
|
+
() => DeleteIpamPolicyRequest,
|
|
79540
|
+
() => DeleteIpamPolicyResult,
|
|
79541
|
+
];
|
|
79542
|
+
var DeleteIpamPool = [
|
|
79543
|
+
9,
|
|
79544
|
+
n0,
|
|
79545
|
+
_DIPe,
|
|
79546
|
+
0,
|
|
78690
79547
|
() => DeleteIpamPoolRequest,
|
|
78691
79548
|
() => DeleteIpamPoolResult,
|
|
78692
79549
|
];
|
|
@@ -79138,18 +79995,26 @@ var DeleteVpcPeeringConnection = [
|
|
|
79138
79995
|
() => DeleteVpcPeeringConnectionRequest,
|
|
79139
79996
|
() => DeleteVpcPeeringConnectionResult,
|
|
79140
79997
|
];
|
|
79141
|
-
var
|
|
79998
|
+
var DeleteVpnConcentrator = [
|
|
79142
79999
|
9,
|
|
79143
80000
|
n0,
|
|
79144
80001
|
_DVCe,
|
|
79145
80002
|
0,
|
|
80003
|
+
() => DeleteVpnConcentratorRequest,
|
|
80004
|
+
() => DeleteVpnConcentratorResult,
|
|
80005
|
+
];
|
|
80006
|
+
var DeleteVpnConnection = [
|
|
80007
|
+
9,
|
|
80008
|
+
n0,
|
|
80009
|
+
_DVCel,
|
|
80010
|
+
0,
|
|
79146
80011
|
() => DeleteVpnConnectionRequest,
|
|
79147
80012
|
() => __Unit,
|
|
79148
80013
|
];
|
|
79149
80014
|
var DeleteVpnConnectionRoute = [
|
|
79150
80015
|
9,
|
|
79151
80016
|
n0,
|
|
79152
|
-
|
|
80017
|
+
_DVCRele,
|
|
79153
80018
|
0,
|
|
79154
80019
|
() => DeleteVpnConnectionRouteRequest,
|
|
79155
80020
|
() => __Unit,
|
|
@@ -79795,10 +80660,18 @@ var DescribeIpamExternalResourceVerificationTokens = [
|
|
|
79795
80660
|
() => DescribeIpamExternalResourceVerificationTokensRequest,
|
|
79796
80661
|
() => DescribeIpamExternalResourceVerificationTokensResult,
|
|
79797
80662
|
];
|
|
80663
|
+
var DescribeIpamPolicies = [
|
|
80664
|
+
9,
|
|
80665
|
+
n0,
|
|
80666
|
+
_DIPes,
|
|
80667
|
+
0,
|
|
80668
|
+
() => DescribeIpamPoliciesRequest,
|
|
80669
|
+
() => DescribeIpamPoliciesResult,
|
|
80670
|
+
];
|
|
79798
80671
|
var DescribeIpamPools = [
|
|
79799
80672
|
9,
|
|
79800
80673
|
n0,
|
|
79801
|
-
|
|
80674
|
+
_DIPesc,
|
|
79802
80675
|
0,
|
|
79803
80676
|
() => DescribeIpamPoolsRequest,
|
|
79804
80677
|
() => DescribeIpamPoolsResult,
|
|
@@ -79854,7 +80727,7 @@ var DescribeIpamScopes = [
|
|
|
79854
80727
|
var DescribeIpv6Pools = [
|
|
79855
80728
|
9,
|
|
79856
80729
|
n0,
|
|
79857
|
-
|
|
80730
|
+
_DIPescr,
|
|
79858
80731
|
0,
|
|
79859
80732
|
() => DescribeIpv6PoolsRequest,
|
|
79860
80733
|
() => DescribeIpv6PoolsResult,
|
|
@@ -80620,11 +81493,19 @@ var DescribeVpcs = [
|
|
|
80620
81493
|
() => DescribeVpcsRequest,
|
|
80621
81494
|
() => DescribeVpcsResult,
|
|
80622
81495
|
];
|
|
80623
|
-
var
|
|
81496
|
+
var DescribeVpnConcentrators = [
|
|
80624
81497
|
9,
|
|
80625
81498
|
n0,
|
|
80626
81499
|
_DVCes,
|
|
80627
81500
|
0,
|
|
81501
|
+
() => DescribeVpnConcentratorsRequest,
|
|
81502
|
+
() => DescribeVpnConcentratorsResult,
|
|
81503
|
+
];
|
|
81504
|
+
var DescribeVpnConnections = [
|
|
81505
|
+
9,
|
|
81506
|
+
n0,
|
|
81507
|
+
_DVCesc,
|
|
81508
|
+
0,
|
|
80628
81509
|
() => DescribeVpnConnectionsRequest,
|
|
80629
81510
|
() => DescribeVpnConnectionsResult,
|
|
80630
81511
|
];
|
|
@@ -80774,6 +81655,14 @@ var DisableIpamOrganizationAdminAccount = [
|
|
|
80774
81655
|
() => DisableIpamOrganizationAdminAccountRequest,
|
|
80775
81656
|
() => DisableIpamOrganizationAdminAccountResult,
|
|
80776
81657
|
];
|
|
81658
|
+
var DisableIpamPolicy = [
|
|
81659
|
+
9,
|
|
81660
|
+
n0,
|
|
81661
|
+
_DIPi,
|
|
81662
|
+
0,
|
|
81663
|
+
() => DisableIpamPolicyRequest,
|
|
81664
|
+
() => DisableIpamPolicyResult,
|
|
81665
|
+
];
|
|
80777
81666
|
var DisableRouteServerPropagation = [
|
|
80778
81667
|
9,
|
|
80779
81668
|
n0,
|
|
@@ -81071,6 +81960,14 @@ var EnableIpamOrganizationAdminAccount = [
|
|
|
81071
81960
|
() => EnableIpamOrganizationAdminAccountRequest,
|
|
81072
81961
|
() => EnableIpamOrganizationAdminAccountResult,
|
|
81073
81962
|
];
|
|
81963
|
+
var EnableIpamPolicy = [
|
|
81964
|
+
9,
|
|
81965
|
+
n0,
|
|
81966
|
+
_EIP,
|
|
81967
|
+
0,
|
|
81968
|
+
() => EnableIpamPolicyRequest,
|
|
81969
|
+
() => EnableIpamPolicyResult,
|
|
81970
|
+
];
|
|
81074
81971
|
var EnableReachabilityAnalyzerOrganizationSharing = [
|
|
81075
81972
|
9,
|
|
81076
81973
|
n0,
|
|
@@ -81297,6 +82194,14 @@ var GetEbsEncryptionByDefault = [
|
|
|
81297
82194
|
() => GetEbsEncryptionByDefaultRequest,
|
|
81298
82195
|
() => GetEbsEncryptionByDefaultResult,
|
|
81299
82196
|
];
|
|
82197
|
+
var GetEnabledIpamPolicy = [
|
|
82198
|
+
9,
|
|
82199
|
+
n0,
|
|
82200
|
+
_GEIP,
|
|
82201
|
+
0,
|
|
82202
|
+
() => GetEnabledIpamPolicyRequest,
|
|
82203
|
+
() => GetEnabledIpamPolicyResult,
|
|
82204
|
+
];
|
|
81300
82205
|
var GetFlowLogsIntegrationTemplate = [
|
|
81301
82206
|
9,
|
|
81302
82207
|
n0,
|
|
@@ -81401,6 +82306,22 @@ var GetIpamDiscoveredResourceCidrs = [
|
|
|
81401
82306
|
() => GetIpamDiscoveredResourceCidrsRequest,
|
|
81402
82307
|
() => GetIpamDiscoveredResourceCidrsResult,
|
|
81403
82308
|
];
|
|
82309
|
+
var GetIpamPolicyAllocationRules = [
|
|
82310
|
+
9,
|
|
82311
|
+
n0,
|
|
82312
|
+
_GIPARet,
|
|
82313
|
+
0,
|
|
82314
|
+
() => GetIpamPolicyAllocationRulesRequest,
|
|
82315
|
+
() => GetIpamPolicyAllocationRulesResult,
|
|
82316
|
+
];
|
|
82317
|
+
var GetIpamPolicyOrganizationTargets = [
|
|
82318
|
+
9,
|
|
82319
|
+
n0,
|
|
82320
|
+
_GIPOT,
|
|
82321
|
+
0,
|
|
82322
|
+
() => GetIpamPolicyOrganizationTargetsRequest,
|
|
82323
|
+
() => GetIpamPolicyOrganizationTargetsResult,
|
|
82324
|
+
];
|
|
81404
82325
|
var GetIpamPoolAllocations = [
|
|
81405
82326
|
9,
|
|
81406
82327
|
n0,
|
|
@@ -81911,6 +82832,14 @@ var ModifyInstancePlacement = [
|
|
|
81911
82832
|
() => ModifyInstancePlacementResult,
|
|
81912
82833
|
];
|
|
81913
82834
|
var ModifyIpam = [9, n0, _MIo, 0, () => ModifyIpamRequest, () => ModifyIpamResult];
|
|
82835
|
+
var ModifyIpamPolicyAllocationRules = [
|
|
82836
|
+
9,
|
|
82837
|
+
n0,
|
|
82838
|
+
_MIPAR,
|
|
82839
|
+
0,
|
|
82840
|
+
() => ModifyIpamPolicyAllocationRulesRequest,
|
|
82841
|
+
() => ModifyIpamPolicyAllocationRulesResult,
|
|
82842
|
+
];
|
|
81914
82843
|
var ModifyIpamPool = [
|
|
81915
82844
|
9,
|
|
81916
82845
|
n0,
|
|
@@ -83902,6 +84831,18 @@ class CreateIpamExternalResourceVerificationTokenCommand extends smithyClient.Co
|
|
|
83902
84831
|
.build() {
|
|
83903
84832
|
}
|
|
83904
84833
|
|
|
84834
|
+
class CreateIpamPolicyCommand extends smithyClient.Command
|
|
84835
|
+
.classBuilder()
|
|
84836
|
+
.ep(commonParams)
|
|
84837
|
+
.m(function (Command, cs, config, o) {
|
|
84838
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
84839
|
+
})
|
|
84840
|
+
.s("AmazonEC2", "CreateIpamPolicy", {})
|
|
84841
|
+
.n("EC2Client", "CreateIpamPolicyCommand")
|
|
84842
|
+
.sc(CreateIpamPolicy)
|
|
84843
|
+
.build() {
|
|
84844
|
+
}
|
|
84845
|
+
|
|
83905
84846
|
class CreateIpamPoolCommand extends smithyClient.Command
|
|
83906
84847
|
.classBuilder()
|
|
83907
84848
|
.ep(commonParams)
|
|
@@ -84706,6 +85647,18 @@ class CreateVpcPeeringConnectionCommand extends smithyClient.Command
|
|
|
84706
85647
|
.build() {
|
|
84707
85648
|
}
|
|
84708
85649
|
|
|
85650
|
+
class CreateVpnConcentratorCommand extends smithyClient.Command
|
|
85651
|
+
.classBuilder()
|
|
85652
|
+
.ep(commonParams)
|
|
85653
|
+
.m(function (Command, cs, config, o) {
|
|
85654
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
85655
|
+
})
|
|
85656
|
+
.s("AmazonEC2", "CreateVpnConcentrator", {})
|
|
85657
|
+
.n("EC2Client", "CreateVpnConcentratorCommand")
|
|
85658
|
+
.sc(CreateVpnConcentrator)
|
|
85659
|
+
.build() {
|
|
85660
|
+
}
|
|
85661
|
+
|
|
84709
85662
|
class CreateVpnConnectionCommand extends smithyClient.Command
|
|
84710
85663
|
.classBuilder()
|
|
84711
85664
|
.ep(commonParams)
|
|
@@ -84958,6 +85911,18 @@ class DeleteIpamExternalResourceVerificationTokenCommand extends smithyClient.Co
|
|
|
84958
85911
|
.build() {
|
|
84959
85912
|
}
|
|
84960
85913
|
|
|
85914
|
+
class DeleteIpamPolicyCommand extends smithyClient.Command
|
|
85915
|
+
.classBuilder()
|
|
85916
|
+
.ep(commonParams)
|
|
85917
|
+
.m(function (Command, cs, config, o) {
|
|
85918
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
85919
|
+
})
|
|
85920
|
+
.s("AmazonEC2", "DeleteIpamPolicy", {})
|
|
85921
|
+
.n("EC2Client", "DeleteIpamPolicyCommand")
|
|
85922
|
+
.sc(DeleteIpamPolicy)
|
|
85923
|
+
.build() {
|
|
85924
|
+
}
|
|
85925
|
+
|
|
84961
85926
|
class DeleteIpamPoolCommand extends smithyClient.Command
|
|
84962
85927
|
.classBuilder()
|
|
84963
85928
|
.ep(commonParams)
|
|
@@ -85726,6 +86691,18 @@ class DeleteVpcPeeringConnectionCommand extends smithyClient.Command
|
|
|
85726
86691
|
.build() {
|
|
85727
86692
|
}
|
|
85728
86693
|
|
|
86694
|
+
class DeleteVpnConcentratorCommand extends smithyClient.Command
|
|
86695
|
+
.classBuilder()
|
|
86696
|
+
.ep(commonParams)
|
|
86697
|
+
.m(function (Command, cs, config, o) {
|
|
86698
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
86699
|
+
})
|
|
86700
|
+
.s("AmazonEC2", "DeleteVpnConcentrator", {})
|
|
86701
|
+
.n("EC2Client", "DeleteVpnConcentratorCommand")
|
|
86702
|
+
.sc(DeleteVpnConcentrator)
|
|
86703
|
+
.build() {
|
|
86704
|
+
}
|
|
86705
|
+
|
|
85729
86706
|
class DeleteVpnConnectionCommand extends smithyClient.Command
|
|
85730
86707
|
.classBuilder()
|
|
85731
86708
|
.ep(commonParams)
|
|
@@ -86722,6 +87699,18 @@ class DescribeIpamExternalResourceVerificationTokensCommand extends smithyClient
|
|
|
86722
87699
|
.build() {
|
|
86723
87700
|
}
|
|
86724
87701
|
|
|
87702
|
+
class DescribeIpamPoliciesCommand extends smithyClient.Command
|
|
87703
|
+
.classBuilder()
|
|
87704
|
+
.ep(commonParams)
|
|
87705
|
+
.m(function (Command, cs, config, o) {
|
|
87706
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
87707
|
+
})
|
|
87708
|
+
.s("AmazonEC2", "DescribeIpamPolicies", {})
|
|
87709
|
+
.n("EC2Client", "DescribeIpamPoliciesCommand")
|
|
87710
|
+
.sc(DescribeIpamPolicies)
|
|
87711
|
+
.build() {
|
|
87712
|
+
}
|
|
87713
|
+
|
|
86725
87714
|
class DescribeIpamPoolsCommand extends smithyClient.Command
|
|
86726
87715
|
.classBuilder()
|
|
86727
87716
|
.ep(commonParams)
|
|
@@ -87970,6 +88959,18 @@ class DescribeVpcsCommand extends smithyClient.Command
|
|
|
87970
88959
|
.build() {
|
|
87971
88960
|
}
|
|
87972
88961
|
|
|
88962
|
+
class DescribeVpnConcentratorsCommand extends smithyClient.Command
|
|
88963
|
+
.classBuilder()
|
|
88964
|
+
.ep(commonParams)
|
|
88965
|
+
.m(function (Command, cs, config, o) {
|
|
88966
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
88967
|
+
})
|
|
88968
|
+
.s("AmazonEC2", "DescribeVpnConcentrators", {})
|
|
88969
|
+
.n("EC2Client", "DescribeVpnConcentratorsCommand")
|
|
88970
|
+
.sc(DescribeVpnConcentrators)
|
|
88971
|
+
.build() {
|
|
88972
|
+
}
|
|
88973
|
+
|
|
87973
88974
|
class DescribeVpnConnectionsCommand extends smithyClient.Command
|
|
87974
88975
|
.classBuilder()
|
|
87975
88976
|
.ep(commonParams)
|
|
@@ -88222,6 +89223,18 @@ class DisableIpamOrganizationAdminAccountCommand extends smithyClient.Command
|
|
|
88222
89223
|
.build() {
|
|
88223
89224
|
}
|
|
88224
89225
|
|
|
89226
|
+
class DisableIpamPolicyCommand extends smithyClient.Command
|
|
89227
|
+
.classBuilder()
|
|
89228
|
+
.ep(commonParams)
|
|
89229
|
+
.m(function (Command, cs, config, o) {
|
|
89230
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
89231
|
+
})
|
|
89232
|
+
.s("AmazonEC2", "DisableIpamPolicy", {})
|
|
89233
|
+
.n("EC2Client", "DisableIpamPolicyCommand")
|
|
89234
|
+
.sc(DisableIpamPolicy)
|
|
89235
|
+
.build() {
|
|
89236
|
+
}
|
|
89237
|
+
|
|
88225
89238
|
class DisableRouteServerPropagationCommand extends smithyClient.Command
|
|
88226
89239
|
.classBuilder()
|
|
88227
89240
|
.ep(commonParams)
|
|
@@ -88678,6 +89691,18 @@ class EnableIpamOrganizationAdminAccountCommand extends smithyClient.Command
|
|
|
88678
89691
|
.build() {
|
|
88679
89692
|
}
|
|
88680
89693
|
|
|
89694
|
+
class EnableIpamPolicyCommand extends smithyClient.Command
|
|
89695
|
+
.classBuilder()
|
|
89696
|
+
.ep(commonParams)
|
|
89697
|
+
.m(function (Command, cs, config, o) {
|
|
89698
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
89699
|
+
})
|
|
89700
|
+
.s("AmazonEC2", "EnableIpamPolicy", {})
|
|
89701
|
+
.n("EC2Client", "EnableIpamPolicyCommand")
|
|
89702
|
+
.sc(EnableIpamPolicy)
|
|
89703
|
+
.build() {
|
|
89704
|
+
}
|
|
89705
|
+
|
|
88681
89706
|
class EnableReachabilityAnalyzerOrganizationSharingCommand extends smithyClient.Command
|
|
88682
89707
|
.classBuilder()
|
|
88683
89708
|
.ep(commonParams)
|
|
@@ -89038,6 +90063,18 @@ class GetEbsEncryptionByDefaultCommand extends smithyClient.Command
|
|
|
89038
90063
|
.build() {
|
|
89039
90064
|
}
|
|
89040
90065
|
|
|
90066
|
+
class GetEnabledIpamPolicyCommand extends smithyClient.Command
|
|
90067
|
+
.classBuilder()
|
|
90068
|
+
.ep(commonParams)
|
|
90069
|
+
.m(function (Command, cs, config, o) {
|
|
90070
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
90071
|
+
})
|
|
90072
|
+
.s("AmazonEC2", "GetEnabledIpamPolicy", {})
|
|
90073
|
+
.n("EC2Client", "GetEnabledIpamPolicyCommand")
|
|
90074
|
+
.sc(GetEnabledIpamPolicy)
|
|
90075
|
+
.build() {
|
|
90076
|
+
}
|
|
90077
|
+
|
|
89041
90078
|
class GetFlowLogsIntegrationTemplateCommand extends smithyClient.Command
|
|
89042
90079
|
.classBuilder()
|
|
89043
90080
|
.ep(commonParams)
|
|
@@ -89194,6 +90231,30 @@ class GetIpamDiscoveredResourceCidrsCommand extends smithyClient.Command
|
|
|
89194
90231
|
.build() {
|
|
89195
90232
|
}
|
|
89196
90233
|
|
|
90234
|
+
class GetIpamPolicyAllocationRulesCommand extends smithyClient.Command
|
|
90235
|
+
.classBuilder()
|
|
90236
|
+
.ep(commonParams)
|
|
90237
|
+
.m(function (Command, cs, config, o) {
|
|
90238
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
90239
|
+
})
|
|
90240
|
+
.s("AmazonEC2", "GetIpamPolicyAllocationRules", {})
|
|
90241
|
+
.n("EC2Client", "GetIpamPolicyAllocationRulesCommand")
|
|
90242
|
+
.sc(GetIpamPolicyAllocationRules)
|
|
90243
|
+
.build() {
|
|
90244
|
+
}
|
|
90245
|
+
|
|
90246
|
+
class GetIpamPolicyOrganizationTargetsCommand extends smithyClient.Command
|
|
90247
|
+
.classBuilder()
|
|
90248
|
+
.ep(commonParams)
|
|
90249
|
+
.m(function (Command, cs, config, o) {
|
|
90250
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
90251
|
+
})
|
|
90252
|
+
.s("AmazonEC2", "GetIpamPolicyOrganizationTargets", {})
|
|
90253
|
+
.n("EC2Client", "GetIpamPolicyOrganizationTargetsCommand")
|
|
90254
|
+
.sc(GetIpamPolicyOrganizationTargets)
|
|
90255
|
+
.build() {
|
|
90256
|
+
}
|
|
90257
|
+
|
|
89197
90258
|
class GetIpamPoolAllocationsCommand extends smithyClient.Command
|
|
89198
90259
|
.classBuilder()
|
|
89199
90260
|
.ep(commonParams)
|
|
@@ -90022,6 +91083,18 @@ class ModifyIpamCommand extends smithyClient.Command
|
|
|
90022
91083
|
.build() {
|
|
90023
91084
|
}
|
|
90024
91085
|
|
|
91086
|
+
class ModifyIpamPolicyAllocationRulesCommand extends smithyClient.Command
|
|
91087
|
+
.classBuilder()
|
|
91088
|
+
.ep(commonParams)
|
|
91089
|
+
.m(function (Command, cs, config, o) {
|
|
91090
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
91091
|
+
})
|
|
91092
|
+
.s("AmazonEC2", "ModifyIpamPolicyAllocationRules", {})
|
|
91093
|
+
.n("EC2Client", "ModifyIpamPolicyAllocationRulesCommand")
|
|
91094
|
+
.sc(ModifyIpamPolicyAllocationRules)
|
|
91095
|
+
.build() {
|
|
91096
|
+
}
|
|
91097
|
+
|
|
90025
91098
|
class ModifyIpamPoolCommand extends smithyClient.Command
|
|
90026
91099
|
.classBuilder()
|
|
90027
91100
|
.ep(commonParams)
|
|
@@ -91598,6 +92671,7 @@ const commands = {
|
|
|
91598
92671
|
CreateInternetGatewayCommand,
|
|
91599
92672
|
CreateIpamCommand,
|
|
91600
92673
|
CreateIpamExternalResourceVerificationTokenCommand,
|
|
92674
|
+
CreateIpamPolicyCommand,
|
|
91601
92675
|
CreateIpamPoolCommand,
|
|
91602
92676
|
CreateIpamPrefixListResolverCommand,
|
|
91603
92677
|
CreateIpamPrefixListResolverTargetCommand,
|
|
@@ -91665,6 +92739,7 @@ const commands = {
|
|
|
91665
92739
|
CreateVpcEndpointConnectionNotificationCommand,
|
|
91666
92740
|
CreateVpcEndpointServiceConfigurationCommand,
|
|
91667
92741
|
CreateVpcPeeringConnectionCommand,
|
|
92742
|
+
CreateVpnConcentratorCommand,
|
|
91668
92743
|
CreateVpnConnectionCommand,
|
|
91669
92744
|
CreateVpnConnectionRouteCommand,
|
|
91670
92745
|
CreateVpnGatewayCommand,
|
|
@@ -91686,6 +92761,7 @@ const commands = {
|
|
|
91686
92761
|
DeleteInternetGatewayCommand,
|
|
91687
92762
|
DeleteIpamCommand,
|
|
91688
92763
|
DeleteIpamExternalResourceVerificationTokenCommand,
|
|
92764
|
+
DeleteIpamPolicyCommand,
|
|
91689
92765
|
DeleteIpamPoolCommand,
|
|
91690
92766
|
DeleteIpamPrefixListResolverCommand,
|
|
91691
92767
|
DeleteIpamPrefixListResolverTargetCommand,
|
|
@@ -91750,6 +92826,7 @@ const commands = {
|
|
|
91750
92826
|
DeleteVpcEndpointsCommand,
|
|
91751
92827
|
DeleteVpcEndpointServiceConfigurationsCommand,
|
|
91752
92828
|
DeleteVpcPeeringConnectionCommand,
|
|
92829
|
+
DeleteVpnConcentratorCommand,
|
|
91753
92830
|
DeleteVpnConnectionCommand,
|
|
91754
92831
|
DeleteVpnConnectionRouteCommand,
|
|
91755
92832
|
DeleteVpnGatewayCommand,
|
|
@@ -91833,6 +92910,7 @@ const commands = {
|
|
|
91833
92910
|
DescribeInternetGatewaysCommand,
|
|
91834
92911
|
DescribeIpamByoasnCommand,
|
|
91835
92912
|
DescribeIpamExternalResourceVerificationTokensCommand,
|
|
92913
|
+
DescribeIpamPoliciesCommand,
|
|
91836
92914
|
DescribeIpamPoolsCommand,
|
|
91837
92915
|
DescribeIpamPrefixListResolversCommand,
|
|
91838
92916
|
DescribeIpamPrefixListResolverTargetsCommand,
|
|
@@ -91937,6 +93015,7 @@ const commands = {
|
|
|
91937
93015
|
DescribeVpcEndpointServicesCommand,
|
|
91938
93016
|
DescribeVpcPeeringConnectionsCommand,
|
|
91939
93017
|
DescribeVpcsCommand,
|
|
93018
|
+
DescribeVpnConcentratorsCommand,
|
|
91940
93019
|
DescribeVpnConnectionsCommand,
|
|
91941
93020
|
DescribeVpnGatewaysCommand,
|
|
91942
93021
|
DetachClassicLinkVpcCommand,
|
|
@@ -91958,6 +93037,7 @@ const commands = {
|
|
|
91958
93037
|
DisableImageDeregistrationProtectionCommand,
|
|
91959
93038
|
DisableInstanceSqlHaStandbyDetectionsCommand,
|
|
91960
93039
|
DisableIpamOrganizationAdminAccountCommand,
|
|
93040
|
+
DisableIpamPolicyCommand,
|
|
91961
93041
|
DisableRouteServerPropagationCommand,
|
|
91962
93042
|
DisableSerialConsoleAccessCommand,
|
|
91963
93043
|
DisableSnapshotBlockPublicAccessCommand,
|
|
@@ -91996,6 +93076,7 @@ const commands = {
|
|
|
91996
93076
|
EnableImageDeregistrationProtectionCommand,
|
|
91997
93077
|
EnableInstanceSqlHaStandbyDetectionsCommand,
|
|
91998
93078
|
EnableIpamOrganizationAdminAccountCommand,
|
|
93079
|
+
EnableIpamPolicyCommand,
|
|
91999
93080
|
EnableReachabilityAnalyzerOrganizationSharingCommand,
|
|
92000
93081
|
EnableRouteServerPropagationCommand,
|
|
92001
93082
|
EnableSerialConsoleAccessCommand,
|
|
@@ -92026,6 +93107,7 @@ const commands = {
|
|
|
92026
93107
|
GetDefaultCreditSpecificationCommand,
|
|
92027
93108
|
GetEbsDefaultKmsKeyIdCommand,
|
|
92028
93109
|
GetEbsEncryptionByDefaultCommand,
|
|
93110
|
+
GetEnabledIpamPolicyCommand,
|
|
92029
93111
|
GetFlowLogsIntegrationTemplateCommand,
|
|
92030
93112
|
GetGroupsForCapacityReservationCommand,
|
|
92031
93113
|
GetHostReservationPurchasePreviewCommand,
|
|
@@ -92039,6 +93121,8 @@ const commands = {
|
|
|
92039
93121
|
GetIpamDiscoveredAccountsCommand,
|
|
92040
93122
|
GetIpamDiscoveredPublicAddressesCommand,
|
|
92041
93123
|
GetIpamDiscoveredResourceCidrsCommand,
|
|
93124
|
+
GetIpamPolicyAllocationRulesCommand,
|
|
93125
|
+
GetIpamPolicyOrganizationTargetsCommand,
|
|
92042
93126
|
GetIpamPoolAllocationsCommand,
|
|
92043
93127
|
GetIpamPoolCidrsCommand,
|
|
92044
93128
|
GetIpamPrefixListResolverRulesCommand,
|
|
@@ -92108,6 +93192,7 @@ const commands = {
|
|
|
92108
93192
|
ModifyInstanceNetworkPerformanceOptionsCommand,
|
|
92109
93193
|
ModifyInstancePlacementCommand,
|
|
92110
93194
|
ModifyIpamCommand,
|
|
93195
|
+
ModifyIpamPolicyAllocationRulesCommand,
|
|
92111
93196
|
ModifyIpamPoolCommand,
|
|
92112
93197
|
ModifyIpamPrefixListResolverCommand,
|
|
92113
93198
|
ModifyIpamPrefixListResolverTargetCommand,
|
|
@@ -92499,6 +93584,8 @@ const paginateDescribeVpcPeeringConnections = core.createPaginator(EC2Client, De
|
|
|
92499
93584
|
|
|
92500
93585
|
const paginateDescribeVpcs = core.createPaginator(EC2Client, DescribeVpcsCommand, "NextToken", "NextToken", "MaxResults");
|
|
92501
93586
|
|
|
93587
|
+
const paginateDescribeVpnConcentrators = core.createPaginator(EC2Client, DescribeVpnConcentratorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
93588
|
+
|
|
92502
93589
|
const paginateGetAssociatedIpv6PoolCidrs = core.createPaginator(EC2Client, GetAssociatedIpv6PoolCidrsCommand, "NextToken", "NextToken", "MaxResults");
|
|
92503
93590
|
|
|
92504
93591
|
const paginateGetAwsNetworkPerformanceData = core.createPaginator(EC2Client, GetAwsNetworkPerformanceDataCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -94663,6 +95750,7 @@ const ResourceType = {
|
|
|
94663
95750
|
internet_gateway: "internet-gateway",
|
|
94664
95751
|
ipam: "ipam",
|
|
94665
95752
|
ipam_external_resource_verification_token: "ipam-external-resource-verification-token",
|
|
95753
|
+
ipam_policy: "ipam-policy",
|
|
94666
95754
|
ipam_pool: "ipam-pool",
|
|
94667
95755
|
ipam_prefix_list_resolver: "ipam-prefix-list-resolver",
|
|
94668
95756
|
ipam_prefix_list_resolver_target: "ipam-prefix-list-resolver-target",
|
|
@@ -94731,6 +95819,7 @@ const ResourceType = {
|
|
|
94731
95819
|
vpc_endpoint_service_permission: "vpc-endpoint-service-permission",
|
|
94732
95820
|
vpc_flow_log: "vpc-flow-log",
|
|
94733
95821
|
vpc_peering_connection: "vpc-peering-connection",
|
|
95822
|
+
vpn_concentrator: "vpn-concentrator",
|
|
94734
95823
|
vpn_connection: "vpn-connection",
|
|
94735
95824
|
vpn_connection_device_type: "vpn-connection-device-type",
|
|
94736
95825
|
vpn_gateway: "vpn-gateway",
|
|
@@ -94748,6 +95837,7 @@ const TransitGatewayAttachmentResourceType = {
|
|
|
94748
95837
|
tgw_peering: "tgw-peering",
|
|
94749
95838
|
vpc: "vpc",
|
|
94750
95839
|
vpn: "vpn",
|
|
95840
|
+
vpn_concentrator: "vpn-concentrator",
|
|
94751
95841
|
};
|
|
94752
95842
|
const TransitGatewayMulitcastDomainAssociationState = {
|
|
94753
95843
|
associated: "associated",
|
|
@@ -94842,6 +95932,7 @@ const DomainType = {
|
|
|
94842
95932
|
const ServiceManaged = {
|
|
94843
95933
|
alb: "alb",
|
|
94844
95934
|
nlb: "nlb",
|
|
95935
|
+
rds: "rds",
|
|
94845
95936
|
rnat: "rnat",
|
|
94846
95937
|
};
|
|
94847
95938
|
const AddressAttributeName = {
|
|
@@ -95118,7 +96209,6 @@ const CancelSpotInstanceRequestState = {
|
|
|
95118
96209
|
completed: "completed",
|
|
95119
96210
|
open: "open",
|
|
95120
96211
|
};
|
|
95121
|
-
|
|
95122
96212
|
const VolumeType = {
|
|
95123
96213
|
gp2: "gp2",
|
|
95124
96214
|
gp3: "gp3",
|
|
@@ -96488,6 +97578,7 @@ const LogDestinationType = {
|
|
|
96488
97578
|
};
|
|
96489
97579
|
const FlowLogsResourceType = {
|
|
96490
97580
|
NetworkInterface: "NetworkInterface",
|
|
97581
|
+
RegionalNatGateway: "RegionalNatGateway",
|
|
96491
97582
|
Subnet: "Subnet",
|
|
96492
97583
|
TransitGateway: "TransitGateway",
|
|
96493
97584
|
TransitGatewayAttachment: "TransitGatewayAttachment",
|
|
@@ -96571,6 +97662,20 @@ const TokenState = {
|
|
|
96571
97662
|
expired: "expired",
|
|
96572
97663
|
valid: "valid",
|
|
96573
97664
|
};
|
|
97665
|
+
const IpamPolicyState = {
|
|
97666
|
+
create_complete: "create-complete",
|
|
97667
|
+
create_failed: "create-failed",
|
|
97668
|
+
create_in_progress: "create-in-progress",
|
|
97669
|
+
delete_complete: "delete-complete",
|
|
97670
|
+
delete_failed: "delete-failed",
|
|
97671
|
+
delete_in_progress: "delete-in-progress",
|
|
97672
|
+
isolate_complete: "isolate-complete",
|
|
97673
|
+
isolate_in_progress: "isolate-in-progress",
|
|
97674
|
+
modify_complete: "modify-complete",
|
|
97675
|
+
modify_failed: "modify-failed",
|
|
97676
|
+
modify_in_progress: "modify-in-progress",
|
|
97677
|
+
restore_in_progress: "restore-in-progress",
|
|
97678
|
+
};
|
|
96574
97679
|
const IpamPoolAwsService = {
|
|
96575
97680
|
ec2: "ec2",
|
|
96576
97681
|
};
|
|
@@ -96738,7 +97843,6 @@ const LaunchTemplateInstanceMetadataTagsState = {
|
|
|
96738
97843
|
disabled: "disabled",
|
|
96739
97844
|
enabled: "enabled",
|
|
96740
97845
|
};
|
|
96741
|
-
|
|
96742
97846
|
const InstanceBandwidthWeighting = {
|
|
96743
97847
|
DEFAULT: "default",
|
|
96744
97848
|
EBS_1: "ebs-1",
|
|
@@ -96790,10 +97894,22 @@ const PrefixListState = {
|
|
|
96790
97894
|
restore_failed: "restore-failed",
|
|
96791
97895
|
restore_in_progress: "restore-in-progress",
|
|
96792
97896
|
};
|
|
97897
|
+
const AvailabilityMode = {
|
|
97898
|
+
REGIONAL: "regional",
|
|
97899
|
+
ZONAL: "zonal",
|
|
97900
|
+
};
|
|
96793
97901
|
const ConnectivityType = {
|
|
96794
97902
|
PRIVATE: "private",
|
|
96795
97903
|
PUBLIC: "public",
|
|
96796
97904
|
};
|
|
97905
|
+
const AutoProvisionZonesState = {
|
|
97906
|
+
DISABLED: "disabled",
|
|
97907
|
+
ENABLED: "enabled",
|
|
97908
|
+
};
|
|
97909
|
+
const AutoScalingIpsState = {
|
|
97910
|
+
DISABLED: "disabled",
|
|
97911
|
+
ENABLED: "enabled",
|
|
97912
|
+
};
|
|
96797
97913
|
const NatGatewayState = {
|
|
96798
97914
|
AVAILABLE: "available",
|
|
96799
97915
|
DELETED: "deleted",
|
|
@@ -97093,7 +98209,6 @@ const VerifiedAccessEndpointStatusCode = {
|
|
|
97093
98209
|
pending: "pending",
|
|
97094
98210
|
updating: "updating",
|
|
97095
98211
|
};
|
|
97096
|
-
|
|
97097
98212
|
const InternetGatewayExclusionMode = {
|
|
97098
98213
|
allow_bidirectional: "allow-bidirectional",
|
|
97099
98214
|
allow_egress: "allow-egress",
|
|
@@ -97165,6 +98280,9 @@ const ServiceConnectivityType = {
|
|
|
97165
98280
|
ipv4: "ipv4",
|
|
97166
98281
|
ipv6: "ipv6",
|
|
97167
98282
|
};
|
|
98283
|
+
const VpnConcentratorType = {
|
|
98284
|
+
ipsec_1: "ipsec.1",
|
|
98285
|
+
};
|
|
97168
98286
|
const VpnTunnelBandwidth = {
|
|
97169
98287
|
large: "large",
|
|
97170
98288
|
standard: "standard",
|
|
@@ -97261,7 +98379,6 @@ const AvailabilityZoneState = {
|
|
|
97261
98379
|
information: "information",
|
|
97262
98380
|
unavailable: "unavailable",
|
|
97263
98381
|
};
|
|
97264
|
-
|
|
97265
98382
|
const MetricType = {
|
|
97266
98383
|
aggregate_latency: "aggregate-latency",
|
|
97267
98384
|
};
|
|
@@ -97588,7 +98705,6 @@ const EventCode = {
|
|
|
97588
98705
|
system_maintenance: "system-maintenance",
|
|
97589
98706
|
system_reboot: "system-reboot",
|
|
97590
98707
|
};
|
|
97591
|
-
|
|
97592
98708
|
const LocationType = {
|
|
97593
98709
|
availability_zone: "availability-zone",
|
|
97594
98710
|
availability_zone_id: "availability-zone-id",
|
|
@@ -97795,7 +98911,6 @@ const SpotInstanceState = {
|
|
|
97795
98911
|
failed: "failed",
|
|
97796
98912
|
open: "open",
|
|
97797
98913
|
};
|
|
97798
|
-
|
|
97799
98914
|
const VerifiedAccessLogDeliveryStatusCode = {
|
|
97800
98915
|
FAILED: "failed",
|
|
97801
98916
|
SUCCESS: "success",
|
|
@@ -97983,13 +99098,16 @@ const CapacityTenancy = {
|
|
|
97983
99098
|
DEDICATED: "dedicated",
|
|
97984
99099
|
DEFAULT: "default",
|
|
97985
99100
|
};
|
|
97986
|
-
|
|
97987
99101
|
const UnlimitedSupportedInstanceFamily = {
|
|
97988
99102
|
t2: "t2",
|
|
97989
99103
|
t3: "t3",
|
|
97990
99104
|
t3a: "t3a",
|
|
97991
99105
|
t4g: "t4g",
|
|
97992
99106
|
};
|
|
99107
|
+
const IpamPolicyManagedBy = {
|
|
99108
|
+
account: "account",
|
|
99109
|
+
delegated_administrator_for_ipam: "delegated-administrator-for-ipam",
|
|
99110
|
+
};
|
|
97993
99111
|
const PartitionLoadFrequency = {
|
|
97994
99112
|
DAILY: "daily",
|
|
97995
99113
|
MONTHLY: "monthly",
|
|
@@ -98059,6 +99177,12 @@ const IpamNetworkInterfaceAttachmentStatus = {
|
|
|
98059
99177
|
available: "available",
|
|
98060
99178
|
in_use: "in-use",
|
|
98061
99179
|
};
|
|
99180
|
+
const IpamPolicyResourceType = {
|
|
99181
|
+
alb: "alb",
|
|
99182
|
+
eip: "eip",
|
|
99183
|
+
rds: "rds",
|
|
99184
|
+
rnat: "rnat",
|
|
99185
|
+
};
|
|
98062
99186
|
const IpamManagementState = {
|
|
98063
99187
|
ignored: "ignored",
|
|
98064
99188
|
managed: "managed",
|
|
@@ -98118,7 +99242,6 @@ const PublicIpDnsOption = {
|
|
|
98118
99242
|
const TargetStorageTier = {
|
|
98119
99243
|
archive: "archive",
|
|
98120
99244
|
};
|
|
98121
|
-
|
|
98122
99245
|
const TrafficMirrorFilterRuleField = {
|
|
98123
99246
|
description: "description",
|
|
98124
99247
|
destination_port_range: "destination-port-range",
|
|
@@ -98249,6 +99372,9 @@ exports.AuthorizeSecurityGroupIngressCommand = AuthorizeSecurityGroupIngressComm
|
|
|
98249
99372
|
exports.AutoAcceptSharedAssociationsValue = AutoAcceptSharedAssociationsValue;
|
|
98250
99373
|
exports.AutoAcceptSharedAttachmentsValue = AutoAcceptSharedAttachmentsValue;
|
|
98251
99374
|
exports.AutoPlacement = AutoPlacement;
|
|
99375
|
+
exports.AutoProvisionZonesState = AutoProvisionZonesState;
|
|
99376
|
+
exports.AutoScalingIpsState = AutoScalingIpsState;
|
|
99377
|
+
exports.AvailabilityMode = AvailabilityMode;
|
|
98252
99378
|
exports.AvailabilityZoneOptInStatus = AvailabilityZoneOptInStatus;
|
|
98253
99379
|
exports.AvailabilityZoneState = AvailabilityZoneState;
|
|
98254
99380
|
exports.BandwidthWeightingType = BandwidthWeightingType;
|
|
@@ -98337,6 +99463,7 @@ exports.CreateInstanceExportTaskCommand = CreateInstanceExportTaskCommand;
|
|
|
98337
99463
|
exports.CreateInternetGatewayCommand = CreateInternetGatewayCommand;
|
|
98338
99464
|
exports.CreateIpamCommand = CreateIpamCommand;
|
|
98339
99465
|
exports.CreateIpamExternalResourceVerificationTokenCommand = CreateIpamExternalResourceVerificationTokenCommand;
|
|
99466
|
+
exports.CreateIpamPolicyCommand = CreateIpamPolicyCommand;
|
|
98340
99467
|
exports.CreateIpamPoolCommand = CreateIpamPoolCommand;
|
|
98341
99468
|
exports.CreateIpamPrefixListResolverCommand = CreateIpamPrefixListResolverCommand;
|
|
98342
99469
|
exports.CreateIpamPrefixListResolverTargetCommand = CreateIpamPrefixListResolverTargetCommand;
|
|
@@ -98404,6 +99531,7 @@ exports.CreateVpcEndpointCommand = CreateVpcEndpointCommand;
|
|
|
98404
99531
|
exports.CreateVpcEndpointConnectionNotificationCommand = CreateVpcEndpointConnectionNotificationCommand;
|
|
98405
99532
|
exports.CreateVpcEndpointServiceConfigurationCommand = CreateVpcEndpointServiceConfigurationCommand;
|
|
98406
99533
|
exports.CreateVpcPeeringConnectionCommand = CreateVpcPeeringConnectionCommand;
|
|
99534
|
+
exports.CreateVpnConcentratorCommand = CreateVpnConcentratorCommand;
|
|
98407
99535
|
exports.CreateVpnConnectionCommand = CreateVpnConnectionCommand;
|
|
98408
99536
|
exports.CreateVpnConnectionRouteCommand = CreateVpnConnectionRouteCommand;
|
|
98409
99537
|
exports.CreateVpnGatewayCommand = CreateVpnGatewayCommand;
|
|
@@ -98433,6 +99561,7 @@ exports.DeleteInstanceEventWindowCommand = DeleteInstanceEventWindowCommand;
|
|
|
98433
99561
|
exports.DeleteInternetGatewayCommand = DeleteInternetGatewayCommand;
|
|
98434
99562
|
exports.DeleteIpamCommand = DeleteIpamCommand;
|
|
98435
99563
|
exports.DeleteIpamExternalResourceVerificationTokenCommand = DeleteIpamExternalResourceVerificationTokenCommand;
|
|
99564
|
+
exports.DeleteIpamPolicyCommand = DeleteIpamPolicyCommand;
|
|
98436
99565
|
exports.DeleteIpamPoolCommand = DeleteIpamPoolCommand;
|
|
98437
99566
|
exports.DeleteIpamPrefixListResolverCommand = DeleteIpamPrefixListResolverCommand;
|
|
98438
99567
|
exports.DeleteIpamPrefixListResolverTargetCommand = DeleteIpamPrefixListResolverTargetCommand;
|
|
@@ -98498,6 +99627,7 @@ exports.DeleteVpcEndpointConnectionNotificationsCommand = DeleteVpcEndpointConne
|
|
|
98498
99627
|
exports.DeleteVpcEndpointServiceConfigurationsCommand = DeleteVpcEndpointServiceConfigurationsCommand;
|
|
98499
99628
|
exports.DeleteVpcEndpointsCommand = DeleteVpcEndpointsCommand;
|
|
98500
99629
|
exports.DeleteVpcPeeringConnectionCommand = DeleteVpcPeeringConnectionCommand;
|
|
99630
|
+
exports.DeleteVpnConcentratorCommand = DeleteVpnConcentratorCommand;
|
|
98501
99631
|
exports.DeleteVpnConnectionCommand = DeleteVpnConnectionCommand;
|
|
98502
99632
|
exports.DeleteVpnConnectionRouteCommand = DeleteVpnConnectionRouteCommand;
|
|
98503
99633
|
exports.DeleteVpnGatewayCommand = DeleteVpnGatewayCommand;
|
|
@@ -98581,6 +99711,7 @@ exports.DescribeInstancesCommand = DescribeInstancesCommand;
|
|
|
98581
99711
|
exports.DescribeInternetGatewaysCommand = DescribeInternetGatewaysCommand;
|
|
98582
99712
|
exports.DescribeIpamByoasnCommand = DescribeIpamByoasnCommand;
|
|
98583
99713
|
exports.DescribeIpamExternalResourceVerificationTokensCommand = DescribeIpamExternalResourceVerificationTokensCommand;
|
|
99714
|
+
exports.DescribeIpamPoliciesCommand = DescribeIpamPoliciesCommand;
|
|
98584
99715
|
exports.DescribeIpamPoolsCommand = DescribeIpamPoolsCommand;
|
|
98585
99716
|
exports.DescribeIpamPrefixListResolverTargetsCommand = DescribeIpamPrefixListResolverTargetsCommand;
|
|
98586
99717
|
exports.DescribeIpamPrefixListResolversCommand = DescribeIpamPrefixListResolversCommand;
|
|
@@ -98685,6 +99816,7 @@ exports.DescribeVpcEndpointServicesCommand = DescribeVpcEndpointServicesCommand;
|
|
|
98685
99816
|
exports.DescribeVpcEndpointsCommand = DescribeVpcEndpointsCommand;
|
|
98686
99817
|
exports.DescribeVpcPeeringConnectionsCommand = DescribeVpcPeeringConnectionsCommand;
|
|
98687
99818
|
exports.DescribeVpcsCommand = DescribeVpcsCommand;
|
|
99819
|
+
exports.DescribeVpnConcentratorsCommand = DescribeVpnConcentratorsCommand;
|
|
98688
99820
|
exports.DescribeVpnConnectionsCommand = DescribeVpnConnectionsCommand;
|
|
98689
99821
|
exports.DescribeVpnGatewaysCommand = DescribeVpnGatewaysCommand;
|
|
98690
99822
|
exports.DestinationFileFormat = DestinationFileFormat;
|
|
@@ -98709,6 +99841,7 @@ exports.DisableImageDeprecationCommand = DisableImageDeprecationCommand;
|
|
|
98709
99841
|
exports.DisableImageDeregistrationProtectionCommand = DisableImageDeregistrationProtectionCommand;
|
|
98710
99842
|
exports.DisableInstanceSqlHaStandbyDetectionsCommand = DisableInstanceSqlHaStandbyDetectionsCommand;
|
|
98711
99843
|
exports.DisableIpamOrganizationAdminAccountCommand = DisableIpamOrganizationAdminAccountCommand;
|
|
99844
|
+
exports.DisableIpamPolicyCommand = DisableIpamPolicyCommand;
|
|
98712
99845
|
exports.DisableRouteServerPropagationCommand = DisableRouteServerPropagationCommand;
|
|
98713
99846
|
exports.DisableSerialConsoleAccessCommand = DisableSerialConsoleAccessCommand;
|
|
98714
99847
|
exports.DisableSnapshotBlockPublicAccessCommand = DisableSnapshotBlockPublicAccessCommand;
|
|
@@ -98766,6 +99899,7 @@ exports.EnableImageDeprecationCommand = EnableImageDeprecationCommand;
|
|
|
98766
99899
|
exports.EnableImageDeregistrationProtectionCommand = EnableImageDeregistrationProtectionCommand;
|
|
98767
99900
|
exports.EnableInstanceSqlHaStandbyDetectionsCommand = EnableInstanceSqlHaStandbyDetectionsCommand;
|
|
98768
99901
|
exports.EnableIpamOrganizationAdminAccountCommand = EnableIpamOrganizationAdminAccountCommand;
|
|
99902
|
+
exports.EnableIpamPolicyCommand = EnableIpamPolicyCommand;
|
|
98769
99903
|
exports.EnableReachabilityAnalyzerOrganizationSharingCommand = EnableReachabilityAnalyzerOrganizationSharingCommand;
|
|
98770
99904
|
exports.EnableRouteServerPropagationCommand = EnableRouteServerPropagationCommand;
|
|
98771
99905
|
exports.EnableSerialConsoleAccessCommand = EnableSerialConsoleAccessCommand;
|
|
@@ -98825,6 +99959,7 @@ exports.GetDeclarativePoliciesReportSummaryCommand = GetDeclarativePoliciesRepor
|
|
|
98825
99959
|
exports.GetDefaultCreditSpecificationCommand = GetDefaultCreditSpecificationCommand;
|
|
98826
99960
|
exports.GetEbsDefaultKmsKeyIdCommand = GetEbsDefaultKmsKeyIdCommand;
|
|
98827
99961
|
exports.GetEbsEncryptionByDefaultCommand = GetEbsEncryptionByDefaultCommand;
|
|
99962
|
+
exports.GetEnabledIpamPolicyCommand = GetEnabledIpamPolicyCommand;
|
|
98828
99963
|
exports.GetFlowLogsIntegrationTemplateCommand = GetFlowLogsIntegrationTemplateCommand;
|
|
98829
99964
|
exports.GetGroupsForCapacityReservationCommand = GetGroupsForCapacityReservationCommand;
|
|
98830
99965
|
exports.GetHostReservationPurchasePreviewCommand = GetHostReservationPurchasePreviewCommand;
|
|
@@ -98838,6 +99973,8 @@ exports.GetIpamAddressHistoryCommand = GetIpamAddressHistoryCommand;
|
|
|
98838
99973
|
exports.GetIpamDiscoveredAccountsCommand = GetIpamDiscoveredAccountsCommand;
|
|
98839
99974
|
exports.GetIpamDiscoveredPublicAddressesCommand = GetIpamDiscoveredPublicAddressesCommand;
|
|
98840
99975
|
exports.GetIpamDiscoveredResourceCidrsCommand = GetIpamDiscoveredResourceCidrsCommand;
|
|
99976
|
+
exports.GetIpamPolicyAllocationRulesCommand = GetIpamPolicyAllocationRulesCommand;
|
|
99977
|
+
exports.GetIpamPolicyOrganizationTargetsCommand = GetIpamPolicyOrganizationTargetsCommand;
|
|
98841
99978
|
exports.GetIpamPoolAllocationsCommand = GetIpamPoolAllocationsCommand;
|
|
98842
99979
|
exports.GetIpamPoolCidrsCommand = GetIpamPoolCidrsCommand;
|
|
98843
99980
|
exports.GetIpamPrefixListResolverRulesCommand = GetIpamPrefixListResolverRulesCommand;
|
|
@@ -98932,6 +100069,9 @@ exports.IpamManagementState = IpamManagementState;
|
|
|
98932
100069
|
exports.IpamMeteredAccount = IpamMeteredAccount;
|
|
98933
100070
|
exports.IpamNetworkInterfaceAttachmentStatus = IpamNetworkInterfaceAttachmentStatus;
|
|
98934
100071
|
exports.IpamOverlapStatus = IpamOverlapStatus;
|
|
100072
|
+
exports.IpamPolicyManagedBy = IpamPolicyManagedBy;
|
|
100073
|
+
exports.IpamPolicyResourceType = IpamPolicyResourceType;
|
|
100074
|
+
exports.IpamPolicyState = IpamPolicyState;
|
|
98935
100075
|
exports.IpamPoolAllocationResourceType = IpamPoolAllocationResourceType;
|
|
98936
100076
|
exports.IpamPoolAwsService = IpamPoolAwsService;
|
|
98937
100077
|
exports.IpamPoolCidrFailureCode = IpamPoolCidrFailureCode;
|
|
@@ -99019,6 +100159,7 @@ exports.ModifyInstanceMetadataOptionsCommand = ModifyInstanceMetadataOptionsComm
|
|
|
99019
100159
|
exports.ModifyInstanceNetworkPerformanceOptionsCommand = ModifyInstanceNetworkPerformanceOptionsCommand;
|
|
99020
100160
|
exports.ModifyInstancePlacementCommand = ModifyInstancePlacementCommand;
|
|
99021
100161
|
exports.ModifyIpamCommand = ModifyIpamCommand;
|
|
100162
|
+
exports.ModifyIpamPolicyAllocationRulesCommand = ModifyIpamPolicyAllocationRulesCommand;
|
|
99022
100163
|
exports.ModifyIpamPoolCommand = ModifyIpamPoolCommand;
|
|
99023
100164
|
exports.ModifyIpamPrefixListResolverCommand = ModifyIpamPrefixListResolverCommand;
|
|
99024
100165
|
exports.ModifyIpamPrefixListResolverTargetCommand = ModifyIpamPrefixListResolverTargetCommand;
|
|
@@ -99306,6 +100447,7 @@ exports.VpcEndpointType = VpcEndpointType;
|
|
|
99306
100447
|
exports.VpcPeeringConnectionStateReasonCode = VpcPeeringConnectionStateReasonCode;
|
|
99307
100448
|
exports.VpcState = VpcState;
|
|
99308
100449
|
exports.VpcTenancy = VpcTenancy;
|
|
100450
|
+
exports.VpnConcentratorType = VpnConcentratorType;
|
|
99309
100451
|
exports.VpnEcmpSupportValue = VpnEcmpSupportValue;
|
|
99310
100452
|
exports.VpnProtocol = VpnProtocol;
|
|
99311
100453
|
exports.VpnState = VpnState;
|
|
@@ -99446,6 +100588,7 @@ exports.paginateDescribeVpcEndpointServicePermissions = paginateDescribeVpcEndpo
|
|
|
99446
100588
|
exports.paginateDescribeVpcEndpoints = paginateDescribeVpcEndpoints;
|
|
99447
100589
|
exports.paginateDescribeVpcPeeringConnections = paginateDescribeVpcPeeringConnections;
|
|
99448
100590
|
exports.paginateDescribeVpcs = paginateDescribeVpcs;
|
|
100591
|
+
exports.paginateDescribeVpnConcentrators = paginateDescribeVpnConcentrators;
|
|
99449
100592
|
exports.paginateGetAssociatedIpv6PoolCidrs = paginateGetAssociatedIpv6PoolCidrs;
|
|
99450
100593
|
exports.paginateGetAwsNetworkPerformanceData = paginateGetAwsNetworkPerformanceData;
|
|
99451
100594
|
exports.paginateGetCapacityManagerMetricData = paginateGetCapacityManagerMetricData;
|