@aws-sdk/client-ec2 3.934.0 → 3.936.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 +72 -0
- package/dist-cjs/index.js +948 -86
- package/dist-es/EC2.js +18 -0
- package/dist-es/commands/CreateIpamPolicyCommand.js +16 -0
- package/dist-es/commands/DeleteIpamPolicyCommand.js +16 -0
- package/dist-es/commands/DescribeIpamPoliciesCommand.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 +9 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/enums.js +3604 -0
- package/dist-es/models/models_0.js +1 -521
- 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 -158
- package/dist-es/models/models_4.js +1 -331
- package/dist-es/models/models_5.js +1 -213
- package/dist-es/models/models_6.js +1 -187
- package/dist-es/models/models_7.js +1 -131
- package/dist-es/schemas/schemas_0.js +777 -78
- package/dist-types/EC2.d.ts +66 -0
- package/dist-types/EC2Client.d.ts +11 -2
- package/dist-types/commands/AcceptAddressTransferCommand.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/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/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 +2 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -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 +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- 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/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -1
- 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 -2
- 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 +1 -1
- 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 -2
- 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 -1
- 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 +1 -1
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -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 +1 -1
- 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 +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- 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 +1 -1
- 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 +2 -2
- 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 +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- 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 +9 -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 -1058
- 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 +9084 -3648
- package/dist-types/models/models_4.d.ts +7250 -6766
- package/dist-types/models/models_5.d.ts +4333 -7858
- package/dist-types/models/models_6.d.ts +5475 -4305
- package/dist-types/models/models_7.d.ts +2669 -6042
- package/dist-types/schemas/schemas_0.d.ts +39 -0
- package/dist-types/ts3.4/EC2.d.ts +156 -0
- package/dist-types/ts3.4/EC2Client.d.ts +54 -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 +1 -1
- 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/DescribeAvailabilityZonesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -1
- 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 +4 -2
- 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 +4 -2
- 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 +1 -1
- 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 +1 -1
- 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 +9 -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 -642
- 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 +1793 -1316
- package/dist-types/ts3.4/models/models_4.d.ts +1768 -1878
- package/dist-types/ts3.4/models/models_5.d.ts +1273 -1692
- package/dist-types/ts3.4/models/models_6.d.ts +1529 -1302
- package/dist-types/ts3.4/models/models_7.d.ts +806 -1614
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +39 -0
- package/package.json +20 -20
- package/dist-es/models/index.js +0 -9
- package/dist-es/models/models_8.js +0 -51
- package/dist-types/models/index.d.ts +0 -9
- package/dist-types/models/models_8.d.ts +0 -7488
- package/dist-types/ts3.4/models/index.d.ts +0 -9
- package/dist-types/ts3.4/models/models_8.d.ts +0 -1694
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";
|
|
@@ -1586,7 +1596,7 @@ const _DILi = "DiskInfoList";
|
|
|
1586
1596
|
const _DIOAA = "DisableIpamOrganizationAdminAccount";
|
|
1587
1597
|
const _DIOAAR = "DisableIpamOrganizationAdminAccountRequest";
|
|
1588
1598
|
const _DIOAARi = "DisableIpamOrganizationAdminAccountResult";
|
|
1589
|
-
const _DIP = "
|
|
1599
|
+
const _DIP = "DeleteIpamPolicy";
|
|
1590
1600
|
const _DIPC = "DeprovisionIpamPoolCidr";
|
|
1591
1601
|
const _DIPCR = "DeprovisionIpamPoolCidrRequest";
|
|
1592
1602
|
const _DIPCRe = "DeprovisionIpamPoolCidrResult";
|
|
@@ -1602,14 +1612,23 @@ const _DIPLRTRes = "DescribeIpamPrefixListResolverTargetsRequest";
|
|
|
1602
1612
|
const _DIPLRTResc = "DescribeIpamPrefixListResolverTargetsResult";
|
|
1603
1613
|
const _DIPLRTe = "DescribeIpamPrefixListResolverTargets";
|
|
1604
1614
|
const _DIPLRe = "DescribeIpamPrefixListResolvers";
|
|
1605
|
-
const _DIPR = "
|
|
1606
|
-
const _DIPRe = "
|
|
1607
|
-
const
|
|
1608
|
-
const
|
|
1609
|
-
const
|
|
1610
|
-
const
|
|
1611
|
-
const
|
|
1612
|
-
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";
|
|
1613
1632
|
const _DIR = "DeleteIpamRequest";
|
|
1614
1633
|
const _DIRD = "DeleteIpamResourceDiscovery";
|
|
1615
1634
|
const _DIRDA = "DescribeIpamResourceDiscoveryAssociations";
|
|
@@ -2451,6 +2470,9 @@ const _EIDRn = "EnableImageDeprecationResult";
|
|
|
2451
2470
|
const _EIOAA = "EnableIpamOrganizationAdminAccount";
|
|
2452
2471
|
const _EIOAAR = "EnableIpamOrganizationAdminAccountRequest";
|
|
2453
2472
|
const _EIOAARn = "EnableIpamOrganizationAdminAccountResult";
|
|
2473
|
+
const _EIP = "EnableIpamPolicy";
|
|
2474
|
+
const _EIPR = "EnableIpamPolicyRequest";
|
|
2475
|
+
const _EIPRn = "EnableIpamPolicyResult";
|
|
2454
2476
|
const _EIR = "EnableImageRequest";
|
|
2455
2477
|
const _EIRn = "EnableImageResult";
|
|
2456
2478
|
const _EIRx = "ExportImageRequest";
|
|
@@ -2753,6 +2775,9 @@ const _GEDKKIRe = "GetEbsDefaultKmsKeyIdResult";
|
|
|
2753
2775
|
const _GEEBD = "GetEbsEncryptionByDefault";
|
|
2754
2776
|
const _GEEBDR = "GetEbsEncryptionByDefaultRequest";
|
|
2755
2777
|
const _GEEBDRe = "GetEbsEncryptionByDefaultResult";
|
|
2778
|
+
const _GEIP = "GetEnabledIpamPolicy";
|
|
2779
|
+
const _GEIPR = "GetEnabledIpamPolicyRequest";
|
|
2780
|
+
const _GEIPRe = "GetEnabledIpamPolicyResult";
|
|
2756
2781
|
const _GFLIT = "GetFlowLogsIntegrationTemplate";
|
|
2757
2782
|
const _GFLITR = "GetFlowLogsIntegrationTemplateRequest";
|
|
2758
2783
|
const _GFLITRe = "GetFlowLogsIntegrationTemplateResult";
|
|
@@ -2788,7 +2813,10 @@ const _GIMDR = "GetInstanceMetadataDefaultsRequest";
|
|
|
2788
2813
|
const _GIMDRe = "GetInstanceMetadataDefaultsResult";
|
|
2789
2814
|
const _GIPA = "GetIpamPoolAllocations";
|
|
2790
2815
|
const _GIPAR = "GetIpamPoolAllocationsRequest";
|
|
2816
|
+
const _GIPARR = "GetIpamPolicyAllocationRulesRequest";
|
|
2817
|
+
const _GIPARRe = "GetIpamPolicyAllocationRulesResult";
|
|
2791
2818
|
const _GIPARe = "GetIpamPoolAllocationsResult";
|
|
2819
|
+
const _GIPARet = "GetIpamPolicyAllocationRules";
|
|
2792
2820
|
const _GIPC = "GetIpamPoolCidrs";
|
|
2793
2821
|
const _GIPCR = "GetIpamPoolCidrsRequest";
|
|
2794
2822
|
const _GIPCRe = "GetIpamPoolCidrsResult";
|
|
@@ -2801,6 +2829,9 @@ const _GIPLRVER = "GetIpamPrefixListResolverVersionEntriesRequest";
|
|
|
2801
2829
|
const _GIPLRVERe = "GetIpamPrefixListResolverVersionEntriesResult";
|
|
2802
2830
|
const _GIPLRVR = "GetIpamPrefixListResolverVersionsRequest";
|
|
2803
2831
|
const _GIPLRVRe = "GetIpamPrefixListResolverVersionsResult";
|
|
2832
|
+
const _GIPOT = "GetIpamPolicyOrganizationTargets";
|
|
2833
|
+
const _GIPOTR = "GetIpamPolicyOrganizationTargetsRequest";
|
|
2834
|
+
const _GIPOTRe = "GetIpamPolicyOrganizationTargetsResult";
|
|
2804
2835
|
const _GIRC = "GetIpamResourceCidrs";
|
|
2805
2836
|
const _GIRCR = "GetIpamResourceCidrsRequest";
|
|
2806
2837
|
const _GIRCRe = "GetIpamResourceCidrsResult";
|
|
@@ -3196,6 +3227,10 @@ const _IPA = "IpamPoolAllocation";
|
|
|
3196
3227
|
const _IPAAC = "IpamPoolAllocationAllowedCidrs";
|
|
3197
3228
|
const _IPADC = "IpamPoolAllocationDisallowedCidrs";
|
|
3198
3229
|
const _IPAI = "IpamPoolAllocationId";
|
|
3230
|
+
const _IPAR = "IpamPolicyAllocationRule";
|
|
3231
|
+
const _IPARL = "IpamPolicyAllocationRuleList";
|
|
3232
|
+
const _IPARLR = "IpamPolicyAllocationRuleListRequest";
|
|
3233
|
+
const _IPARR = "IpamPolicyAllocationRuleRequest";
|
|
3199
3234
|
const _IPAS = "IpamPoolAllocationSet";
|
|
3200
3235
|
const _IPASG = "IpamPublicAddressSecurityGroup";
|
|
3201
3236
|
const _IPASGL = "IpamPublicAddressSecurityGroupList";
|
|
@@ -3203,7 +3238,8 @@ const _IPAT = "IpamPublicAddressTag";
|
|
|
3203
3238
|
const _IPATL = "IpamPublicAddressTagList";
|
|
3204
3239
|
const _IPATp = "IpamPublicAddressTags";
|
|
3205
3240
|
const _IPAp = "IpamPoolAllocations";
|
|
3206
|
-
const _IPApa = "
|
|
3241
|
+
const _IPApa = "IpamPolicyArn";
|
|
3242
|
+
const _IPApam = "IpamPoolArn";
|
|
3207
3243
|
const _IPC = "Ipv6PrefixCount";
|
|
3208
3244
|
const _IPCFR = "IpamPoolCidrFailureReason";
|
|
3209
3245
|
const _IPCI = "IpamPoolCidrId";
|
|
@@ -3211,12 +3247,18 @@ const _IPCS = "IpamPoolCidrSet";
|
|
|
3211
3247
|
const _IPCp = "Ipv4PrefixCount";
|
|
3212
3248
|
const _IPCpa = "IpamPoolCidr";
|
|
3213
3249
|
const _IPCpam = "IpamPoolCidrs";
|
|
3214
|
-
const
|
|
3250
|
+
const _IPD = "IpamPolicyDocuments";
|
|
3251
|
+
const _IPDS = "IpamPolicyDocumentSet";
|
|
3252
|
+
const _IPDp = "IpamPolicyDocument";
|
|
3253
|
+
const _IPE = "IpamPolicyEnabled";
|
|
3254
|
+
const _IPEp = "IpPermissionsEgress";
|
|
3215
3255
|
const _IPI = "IpamPoolId";
|
|
3216
3256
|
const _IPIA = "InstancePrivateIpAddress";
|
|
3217
3257
|
const _IPIAL = "InstancePrivateIpAddressList";
|
|
3218
3258
|
const _IPIL = "Ipv6PoolIdList";
|
|
3219
|
-
const _IPIp = "
|
|
3259
|
+
const _IPIp = "IpamPolicyId";
|
|
3260
|
+
const _IPIpa = "IpamPolicyIds";
|
|
3261
|
+
const _IPIpam = "IpamPoolIds";
|
|
3220
3262
|
const _IPIs = "IsPrimaryIpv6";
|
|
3221
3263
|
const _IPK = "IncludePublicKey";
|
|
3222
3264
|
const _IPL = "ImageProviderList";
|
|
@@ -3256,8 +3298,11 @@ const _IPLpvr = "Ipv4PrefixList";
|
|
|
3256
3298
|
const _IPLpvre = "Ipv6PrefixesList";
|
|
3257
3299
|
const _IPLpvref = "Ipv6PrefixList";
|
|
3258
3300
|
const _IPO = "IpamPoolOwner";
|
|
3259
|
-
const
|
|
3301
|
+
const _IPOT = "IpamPolicyOrganizationTarget";
|
|
3302
|
+
const _IPOTS = "IpamPolicyOrganizationTargetSet";
|
|
3303
|
+
const _IPR = "IpamPolicyRegion";
|
|
3260
3304
|
const _IPRL = "ImageProviderRequestList";
|
|
3305
|
+
const _IPRs = "IsPermanentRestore";
|
|
3261
3306
|
const _IPS = "Ipv4PrefixSpecification";
|
|
3262
3307
|
const _IPSR = "IpamPoolSourceResource";
|
|
3263
3308
|
const _IPSRR = "IpamPoolSourceResourceRequest";
|
|
@@ -3266,7 +3311,8 @@ const _IPSRpv = "Ipv4PrefixSpecificationResponse";
|
|
|
3266
3311
|
const _IPSRpvr = "Ipv6PrefixSpecificationRequest";
|
|
3267
3312
|
const _IPSRpvre = "Ipv6PrefixSpecificationResponse";
|
|
3268
3313
|
const _IPSp = "Ipv6PrefixSpecification";
|
|
3269
|
-
const _IPSpa = "
|
|
3314
|
+
const _IPSpa = "IpamPolicySet";
|
|
3315
|
+
const _IPSpam = "IpamPoolSet";
|
|
3270
3316
|
const _IPSpv = "Ipv6PoolSet";
|
|
3271
3317
|
const _IPTUC = "InstancePoolsToUseCount";
|
|
3272
3318
|
const _IPm = "ImageProviders";
|
|
@@ -3277,8 +3323,10 @@ const _IPnt = "InterfacePermission";
|
|
|
3277
3323
|
const _IPnte = "InterfaceProtocol";
|
|
3278
3324
|
const _IPo = "IoPerformance";
|
|
3279
3325
|
const _IPp = "Ipv6Prefixes";
|
|
3280
|
-
const _IPpa = "
|
|
3281
|
-
const _IPpam = "
|
|
3326
|
+
const _IPpa = "IpamPolicy";
|
|
3327
|
+
const _IPpam = "IpamPool";
|
|
3328
|
+
const _IPpamo = "IpamPolicies";
|
|
3329
|
+
const _IPpamoo = "IpamPools";
|
|
3282
3330
|
const _IPpe = "IpPermissions";
|
|
3283
3331
|
const _IPper = "IpPermission";
|
|
3284
3332
|
const _IPpr = "IpProtocol";
|
|
@@ -3811,6 +3859,9 @@ const _MINPO = "ModifyInstanceNetworkPerformanceOptions";
|
|
|
3811
3859
|
const _MINPR = "ModifyInstanceNetworkPerformanceRequest";
|
|
3812
3860
|
const _MINPRo = "ModifyInstanceNetworkPerformanceResult";
|
|
3813
3861
|
const _MIP = "ModifyInstancePlacement";
|
|
3862
|
+
const _MIPAR = "ModifyIpamPolicyAllocationRules";
|
|
3863
|
+
const _MIPARR = "ModifyIpamPolicyAllocationRulesRequest";
|
|
3864
|
+
const _MIPARRo = "ModifyIpamPolicyAllocationRulesResult";
|
|
3814
3865
|
const _MIPLR = "ModifyIpamPrefixListResolver";
|
|
3815
3866
|
const _MIPLRR = "ModifyIpamPrefixListResolverRequest";
|
|
3816
3867
|
const _MIPLRRo = "ModifyIpamPrefixListResolverResult";
|
|
@@ -4223,9 +4274,11 @@ const _OST = "OldestSampleTime";
|
|
|
4223
4274
|
const _OSr = "OriginalSize";
|
|
4224
4275
|
const _OSv = "OverlapStatus";
|
|
4225
4276
|
const _OT = "OptimizingTime";
|
|
4277
|
+
const _OTI = "OrganizationTargetId";
|
|
4226
4278
|
const _OTf = "OfferingType";
|
|
4227
4279
|
const _OTp = "OperationType";
|
|
4228
|
-
const _OTr = "
|
|
4280
|
+
const _OTr = "OrganizationTargets";
|
|
4281
|
+
const _OTri = "OriginalThroughput";
|
|
4229
4282
|
const _OU = "OccurrenceUnit";
|
|
4230
4283
|
const _OUA = "OrganizationalUnitArn";
|
|
4231
4284
|
const _OUASL = "OrganizationalUnitArnStringList";
|
|
@@ -5944,6 +5997,7 @@ const _aL = "accountLevel";
|
|
|
5944
5997
|
const _aLI = "amiLaunchIndex";
|
|
5945
5998
|
const _aLT = "attachmentLimitType";
|
|
5946
5999
|
const _aLc = "accessLogs";
|
|
6000
|
+
const _aM = "availabilityMode";
|
|
5947
6001
|
const _aMIT = "allowsMultipleInstanceTypes";
|
|
5948
6002
|
const _aMNL = "allocationMinNetmaskLength";
|
|
5949
6003
|
const _aMNLl = "allocationMaxNetmaskLength";
|
|
@@ -5961,6 +6015,7 @@ const _aPIAS = "assignedPrivateIpAddressesSet";
|
|
|
5961
6015
|
const _aPICB = "amazonProvidedIpv6CidrBlock";
|
|
5962
6016
|
const _aPS = "addedPrincipalSet";
|
|
5963
6017
|
const _aPSs = "asPathSet";
|
|
6018
|
+
const _aPZ = "autoProvisionZones";
|
|
5964
6019
|
const _aPl = "allowedPrincipals";
|
|
5965
6020
|
const _aR = "allowReassignment";
|
|
5966
6021
|
const _aRA = "associatedRoleArn";
|
|
@@ -5970,6 +6025,7 @@ const _aRAss = "associatedResourceArn";
|
|
|
5970
6025
|
const _aRC = "acceptedRouteCount";
|
|
5971
6026
|
const _aRP = "areRoutesPersisted";
|
|
5972
6027
|
const _aRS = "associatedRoleSet";
|
|
6028
|
+
const _aRSl = "allocationRuleSet";
|
|
5973
6029
|
const _aRSu = "autoRecoverySupported";
|
|
5974
6030
|
const _aRTS = "allocationResourceTagSet";
|
|
5975
6031
|
const _aRc = "aclRule";
|
|
@@ -5982,6 +6038,7 @@ const _aRut = "autoRecovery";
|
|
|
5982
6038
|
const _aRw = "awsRegion";
|
|
5983
6039
|
const _aS = "associationState";
|
|
5984
6040
|
const _aSA = "amazonSideAsn";
|
|
6041
|
+
const _aSI = "autoScalingIps";
|
|
5985
6042
|
const _aSS = "amdSevSnp";
|
|
5986
6043
|
const _aSSs = "associatedSubnetSet";
|
|
5987
6044
|
const _aSSt = "attributeSummarySet";
|
|
@@ -6651,15 +6708,20 @@ const _iP = "instancePort";
|
|
|
6651
6708
|
const _iPA = "ipamPoolAllocation";
|
|
6652
6709
|
const _iPAI = "ipamPoolAllocationId";
|
|
6653
6710
|
const _iPAS = "ipamPoolAllocationSet";
|
|
6654
|
-
const _iPAp = "
|
|
6711
|
+
const _iPAp = "ipamPolicyArn";
|
|
6712
|
+
const _iPApa = "ipamPoolArn";
|
|
6655
6713
|
const _iPC = "ipamPoolCidr";
|
|
6656
6714
|
const _iPCI = "ipamPoolCidrId";
|
|
6657
6715
|
const _iPCS = "ipamPoolCidrSet";
|
|
6658
6716
|
const _iPCp = "ipv4PrefixCount";
|
|
6659
6717
|
const _iPCpv = "ipv6PrefixCount";
|
|
6660
|
-
const
|
|
6661
|
-
const
|
|
6718
|
+
const _iPD = "ipamPolicyDocument";
|
|
6719
|
+
const _iPDS = "ipamPolicyDocumentSet";
|
|
6720
|
+
const _iPE = "ipamPolicyEnabled";
|
|
6721
|
+
const _iPEp = "ipPermissionsEgress";
|
|
6722
|
+
const _iPI = "ipamPolicyId";
|
|
6662
6723
|
const _iPIp = "ipamPoolId";
|
|
6724
|
+
const _iPIs = "isPrimaryIpv6";
|
|
6663
6725
|
const _iPLR = "ipamPrefixListResolver";
|
|
6664
6726
|
const _iPLRA = "ipamPrefixListResolverArn";
|
|
6665
6727
|
const _iPLRI = "ipamPrefixListResolverId";
|
|
@@ -6670,13 +6732,15 @@ const _iPLRTA = "ipamPrefixListResolverTargetArn";
|
|
|
6670
6732
|
const _iPLRTI = "ipamPrefixListResolverTargetId";
|
|
6671
6733
|
const _iPLRTS = "ipamPrefixListResolverTargetSet";
|
|
6672
6734
|
const _iPLRVS = "ipamPrefixListResolverVersionSet";
|
|
6673
|
-
const _iPR = "
|
|
6674
|
-
const
|
|
6735
|
+
const _iPR = "ipamPolicyRegion";
|
|
6736
|
+
const _iPRs = "isPermanentRestore";
|
|
6737
|
+
const _iPS = "ipamPolicySet";
|
|
6675
6738
|
const _iPSm = "imageProviderSet";
|
|
6676
|
-
const _iPSp = "
|
|
6739
|
+
const _iPSp = "ipamPoolSet";
|
|
6677
6740
|
const _iPSpr = "ipPrefixSet";
|
|
6678
|
-
const _iPSpv = "
|
|
6679
|
-
const _iPSpvr = "
|
|
6741
|
+
const _iPSpv = "ipv6PoolSet";
|
|
6742
|
+
const _iPSpvr = "ipv4PrefixSet";
|
|
6743
|
+
const _iPSpvre = "ipv6PrefixSet";
|
|
6680
6744
|
const _iPTUC = "instancePoolsToUseCount";
|
|
6681
6745
|
const _iPn = "instancePlatform";
|
|
6682
6746
|
const _iPng = "ingressPackets";
|
|
@@ -6684,7 +6748,8 @@ const _iPnt = "interfacePermission";
|
|
|
6684
6748
|
const _iPnte = "interfaceProtocol";
|
|
6685
6749
|
const _iPo = "ioPerformance";
|
|
6686
6750
|
const _iPp = "ipProtocol";
|
|
6687
|
-
const _iPpa = "
|
|
6751
|
+
const _iPpa = "ipamPolicy";
|
|
6752
|
+
const _iPpam = "ipamPool";
|
|
6688
6753
|
const _iPpe = "ipPermissions";
|
|
6689
6754
|
const _iPpv = "ipv4Prefix";
|
|
6690
6755
|
const _iPpvo = "ipv6Pool";
|
|
@@ -7083,6 +7148,8 @@ const _oST = "oldestSampleTime";
|
|
|
7083
7148
|
const _oSr = "originalSize";
|
|
7084
7149
|
const _oSv = "overlapStatus";
|
|
7085
7150
|
const _oT = "optimizingTime";
|
|
7151
|
+
const _oTI = "organizationTargetId";
|
|
7152
|
+
const _oTS = "organizationTargetSet";
|
|
7086
7153
|
const _oTf = "offeringType";
|
|
7087
7154
|
const _oTr = "originalThroughput";
|
|
7088
7155
|
const _oU = "occurrenceUnit";
|
|
@@ -9962,7 +10029,7 @@ var AssociateNatGatewayAddressRequest = [
|
|
|
9962
10029
|
n0,
|
|
9963
10030
|
_ANGAR,
|
|
9964
10031
|
0,
|
|
9965
|
-
[_NGI, _AIll, _PIAri, _DR],
|
|
10032
|
+
[_NGI, _AIll, _PIAri, _DR, _AZ, _AZI],
|
|
9966
10033
|
[
|
|
9967
10034
|
0,
|
|
9968
10035
|
[
|
|
@@ -9978,6 +10045,8 @@ var AssociateNatGatewayAddressRequest = [
|
|
|
9978
10045
|
},
|
|
9979
10046
|
],
|
|
9980
10047
|
2,
|
|
10048
|
+
0,
|
|
10049
|
+
0,
|
|
9981
10050
|
],
|
|
9982
10051
|
];
|
|
9983
10052
|
var AssociateNatGatewayAddressResult = [
|
|
@@ -10995,6 +11064,23 @@ var AvailabilityZone = [
|
|
|
10995
11064
|
],
|
|
10996
11065
|
],
|
|
10997
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
|
+
];
|
|
10998
11084
|
var AvailabilityZoneMessage = [
|
|
10999
11085
|
3,
|
|
11000
11086
|
n0,
|
|
@@ -15894,11 +15980,45 @@ var CreateIpamExternalResourceVerificationTokenResult = [
|
|
|
15894
15980
|
],
|
|
15895
15981
|
],
|
|
15896
15982
|
];
|
|
15897
|
-
var
|
|
15983
|
+
var CreateIpamPolicyRequest = [
|
|
15898
15984
|
3,
|
|
15899
15985
|
n0,
|
|
15900
15986
|
_CIPR,
|
|
15901
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,
|
|
15902
16022
|
[_DR, _ISI, _Lo, _SIPI, _De, _AF, _AIu, _PAu, _AMNL, _AMNLl, _ADNL, _ART, _TS, _CT, _ASw, _PIS, _SRou],
|
|
15903
16023
|
[
|
|
15904
16024
|
2,
|
|
@@ -15933,15 +16053,15 @@ var CreateIpamPoolRequest = [
|
|
|
15933
16053
|
var CreateIpamPoolResult = [
|
|
15934
16054
|
3,
|
|
15935
16055
|
n0,
|
|
15936
|
-
|
|
16056
|
+
_CIPRrea,
|
|
15937
16057
|
0,
|
|
15938
|
-
[
|
|
16058
|
+
[_IPpam],
|
|
15939
16059
|
[
|
|
15940
16060
|
[
|
|
15941
16061
|
() => IpamPool,
|
|
15942
16062
|
{
|
|
15943
16063
|
[_eQN]: `IpamPool`,
|
|
15944
|
-
[_xN]:
|
|
16064
|
+
[_xN]: _iPpam,
|
|
15945
16065
|
},
|
|
15946
16066
|
],
|
|
15947
16067
|
],
|
|
@@ -16529,12 +16649,20 @@ var CreateNatGatewayRequest = [
|
|
|
16529
16649
|
n0,
|
|
16530
16650
|
_CNGR,
|
|
16531
16651
|
0,
|
|
16532
|
-
[_AIl, _CT, _DR, _SIu, _TS, _CTon, _PIAr, _SAI, _SPIA, _SPIAC],
|
|
16652
|
+
[_AM, _AIl, _CT, _DR, _SIu, _VI, _AZAv, _TS, _CTon, _PIAr, _SAI, _SPIA, _SPIAC],
|
|
16533
16653
|
[
|
|
16654
|
+
0,
|
|
16534
16655
|
0,
|
|
16535
16656
|
[0, 4],
|
|
16536
16657
|
2,
|
|
16537
16658
|
0,
|
|
16659
|
+
0,
|
|
16660
|
+
[
|
|
16661
|
+
() => AvailabilityZoneAddresses,
|
|
16662
|
+
{
|
|
16663
|
+
[_xN]: _AZA,
|
|
16664
|
+
},
|
|
16665
|
+
],
|
|
16538
16666
|
[
|
|
16539
16667
|
() => TagSpecificationList,
|
|
16540
16668
|
{
|
|
@@ -19759,19 +19887,36 @@ var DeleteIpamExternalResourceVerificationTokenResult = [
|
|
|
19759
19887
|
],
|
|
19760
19888
|
],
|
|
19761
19889
|
];
|
|
19762
|
-
var
|
|
19763
|
-
var
|
|
19890
|
+
var DeleteIpamPolicyRequest = [3, n0, _DIPR, 0, [_DR, _IPIp], [2, 0]];
|
|
19891
|
+
var DeleteIpamPolicyResult = [
|
|
19764
19892
|
3,
|
|
19765
19893
|
n0,
|
|
19766
19894
|
_DIPRe,
|
|
19767
19895
|
0,
|
|
19768
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],
|
|
19769
19914
|
[
|
|
19770
19915
|
[
|
|
19771
19916
|
() => IpamPool,
|
|
19772
19917
|
{
|
|
19773
19918
|
[_eQN]: `IpamPool`,
|
|
19774
|
-
[_xN]:
|
|
19919
|
+
[_xN]: _iPpam,
|
|
19775
19920
|
},
|
|
19776
19921
|
],
|
|
19777
19922
|
],
|
|
@@ -25043,12 +25188,59 @@ var DescribeIpamExternalResourceVerificationTokensResult = [
|
|
|
25043
25188
|
],
|
|
25044
25189
|
],
|
|
25045
25190
|
];
|
|
25046
|
-
var
|
|
25191
|
+
var DescribeIpamPoliciesRequest = [
|
|
25047
25192
|
3,
|
|
25048
25193
|
n0,
|
|
25049
25194
|
_DIPRes,
|
|
25050
25195
|
0,
|
|
25051
|
-
[_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],
|
|
25052
25244
|
[
|
|
25053
25245
|
2,
|
|
25054
25246
|
[
|
|
@@ -25070,9 +25262,9 @@ var DescribeIpamPoolsRequest = [
|
|
|
25070
25262
|
var DescribeIpamPoolsResult = [
|
|
25071
25263
|
3,
|
|
25072
25264
|
n0,
|
|
25073
|
-
|
|
25265
|
+
_DIPRescri,
|
|
25074
25266
|
0,
|
|
25075
|
-
[_NTe,
|
|
25267
|
+
[_NTe, _IPpamoo],
|
|
25076
25268
|
[
|
|
25077
25269
|
[
|
|
25078
25270
|
0,
|
|
@@ -25085,7 +25277,7 @@ var DescribeIpamPoolsResult = [
|
|
|
25085
25277
|
() => IpamPoolSet,
|
|
25086
25278
|
{
|
|
25087
25279
|
[_eQN]: `IpamPoolSet`,
|
|
25088
|
-
[_xN]:
|
|
25280
|
+
[_xN]: _iPSp,
|
|
25089
25281
|
},
|
|
25090
25282
|
],
|
|
25091
25283
|
],
|
|
@@ -25376,7 +25568,7 @@ var DescribeIpamsResult = [
|
|
|
25376
25568
|
var DescribeIpv6PoolsRequest = [
|
|
25377
25569
|
3,
|
|
25378
25570
|
n0,
|
|
25379
|
-
|
|
25571
|
+
_DIPRescrib,
|
|
25380
25572
|
0,
|
|
25381
25573
|
[_PIoo, _NTe, _MR, _DR, _Fi],
|
|
25382
25574
|
[
|
|
@@ -25400,7 +25592,7 @@ var DescribeIpv6PoolsRequest = [
|
|
|
25400
25592
|
var DescribeIpv6PoolsResult = [
|
|
25401
25593
|
3,
|
|
25402
25594
|
n0,
|
|
25403
|
-
|
|
25595
|
+
_DIPRescribe,
|
|
25404
25596
|
0,
|
|
25405
25597
|
[_IPpvoo, _NTe],
|
|
25406
25598
|
[
|
|
@@ -25408,7 +25600,7 @@ var DescribeIpv6PoolsResult = [
|
|
|
25408
25600
|
() => Ipv6PoolSet,
|
|
25409
25601
|
{
|
|
25410
25602
|
[_eQN]: `Ipv6PoolSet`,
|
|
25411
|
-
[_xN]:
|
|
25603
|
+
[_xN]: _iPSpv,
|
|
25412
25604
|
},
|
|
25413
25605
|
],
|
|
25414
25606
|
[
|
|
@@ -31119,6 +31311,23 @@ var DisableIpamOrganizationAdminAccountResult = [
|
|
|
31119
31311
|
],
|
|
31120
31312
|
],
|
|
31121
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
|
+
];
|
|
31122
31331
|
var DisableRouteServerPropagationRequest = [
|
|
31123
31332
|
3,
|
|
31124
31333
|
n0,
|
|
@@ -33204,6 +33413,23 @@ var EnableIpamOrganizationAdminAccountResult = [
|
|
|
33204
33413
|
],
|
|
33205
33414
|
],
|
|
33206
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
|
+
];
|
|
33207
33433
|
var EnableReachabilityAnalyzerOrganizationSharingRequest = [
|
|
33208
33434
|
3,
|
|
33209
33435
|
n0,
|
|
@@ -36192,6 +36418,37 @@ var GetEbsEncryptionByDefaultResult = [
|
|
|
36192
36418
|
],
|
|
36193
36419
|
],
|
|
36194
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
|
+
];
|
|
36195
36452
|
var GetFlowLogsIntegrationTemplateRequest = [
|
|
36196
36453
|
3,
|
|
36197
36454
|
n0,
|
|
@@ -36670,6 +36927,92 @@ var GetIpamDiscoveredResourceCidrsResult = [
|
|
|
36670
36927
|
],
|
|
36671
36928
|
],
|
|
36672
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
|
+
];
|
|
36673
37016
|
var GetIpamPoolAllocationsRequest = [
|
|
36674
37017
|
3,
|
|
36675
37018
|
n0,
|
|
@@ -41766,7 +42109,7 @@ var InstanceIpv6Address = [
|
|
|
41766
42109
|
2,
|
|
41767
42110
|
{
|
|
41768
42111
|
[_eQN]: `IsPrimaryIpv6`,
|
|
41769
|
-
[_xN]:
|
|
42112
|
+
[_xN]: _iPIs,
|
|
41770
42113
|
},
|
|
41771
42114
|
],
|
|
41772
42115
|
],
|
|
@@ -42097,14 +42440,14 @@ var InstanceNetworkInterface = [
|
|
|
42097
42440
|
() => InstanceIpv4PrefixList,
|
|
42098
42441
|
{
|
|
42099
42442
|
[_eQN]: `Ipv4PrefixSet`,
|
|
42100
|
-
[_xN]:
|
|
42443
|
+
[_xN]: _iPSpvr,
|
|
42101
42444
|
},
|
|
42102
42445
|
],
|
|
42103
42446
|
[
|
|
42104
42447
|
() => InstanceIpv6PrefixList,
|
|
42105
42448
|
{
|
|
42106
42449
|
[_eQN]: `Ipv6PrefixSet`,
|
|
42107
|
-
[_xN]:
|
|
42450
|
+
[_xN]: _iPSpvre,
|
|
42108
42451
|
},
|
|
42109
42452
|
],
|
|
42110
42453
|
[
|
|
@@ -42447,7 +42790,7 @@ var InstanceRequirements = [
|
|
|
42447
42790
|
_BEBM,
|
|
42448
42791
|
_ATc,
|
|
42449
42792
|
_AC,
|
|
42450
|
-
|
|
42793
|
+
_AMc,
|
|
42451
42794
|
_ANc,
|
|
42452
42795
|
_ATMMB,
|
|
42453
42796
|
_NBGe,
|
|
@@ -42665,7 +43008,7 @@ var InstanceRequirementsRequest = [
|
|
|
42665
43008
|
_BEBM,
|
|
42666
43009
|
_ATc,
|
|
42667
43010
|
_AC,
|
|
42668
|
-
|
|
43011
|
+
_AMc,
|
|
42669
43012
|
_ANc,
|
|
42670
43013
|
_ATMMB,
|
|
42671
43014
|
_NBGe,
|
|
@@ -42721,7 +43064,7 @@ var InstanceRequirementsRequest = [
|
|
|
42721
43064
|
[
|
|
42722
43065
|
() => AcceleratorManufacturerSet,
|
|
42723
43066
|
{
|
|
42724
|
-
[_xN]:
|
|
43067
|
+
[_xN]: _AMcc,
|
|
42725
43068
|
},
|
|
42726
43069
|
],
|
|
42727
43070
|
[
|
|
@@ -44201,16 +44544,151 @@ var IpamOrganizationalUnitExclusion = [
|
|
|
44201
44544
|
],
|
|
44202
44545
|
],
|
|
44203
44546
|
];
|
|
44204
|
-
var
|
|
44547
|
+
var IpamPolicy = [
|
|
44205
44548
|
3,
|
|
44206
44549
|
n0,
|
|
44207
44550
|
_IPpa,
|
|
44208
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,
|
|
44209
44687
|
[
|
|
44210
44688
|
_OI,
|
|
44211
44689
|
_IPI,
|
|
44212
44690
|
_SIPI,
|
|
44213
|
-
|
|
44691
|
+
_IPApam,
|
|
44214
44692
|
_ISA,
|
|
44215
44693
|
_ISTp,
|
|
44216
44694
|
_IApa,
|
|
@@ -44258,7 +44736,7 @@ var IpamPool = [
|
|
|
44258
44736
|
0,
|
|
44259
44737
|
{
|
|
44260
44738
|
[_eQN]: `IpamPoolArn`,
|
|
44261
|
-
[_xN]:
|
|
44739
|
+
[_xN]: _iPApa,
|
|
44262
44740
|
},
|
|
44263
44741
|
],
|
|
44264
44742
|
[
|
|
@@ -46606,7 +47084,7 @@ var LaunchTemplateInstanceNetworkInterfaceSpecification = [
|
|
|
46606
47084
|
() => Ipv4PrefixListResponse,
|
|
46607
47085
|
{
|
|
46608
47086
|
[_eQN]: `Ipv4PrefixSet`,
|
|
46609
|
-
[_xN]:
|
|
47087
|
+
[_xN]: _iPSpvr,
|
|
46610
47088
|
},
|
|
46611
47089
|
],
|
|
46612
47090
|
[
|
|
@@ -46620,7 +47098,7 @@ var LaunchTemplateInstanceNetworkInterfaceSpecification = [
|
|
|
46620
47098
|
() => Ipv6PrefixListResponse,
|
|
46621
47099
|
{
|
|
46622
47100
|
[_eQN]: `Ipv6PrefixSet`,
|
|
46623
|
-
[_xN]:
|
|
47101
|
+
[_xN]: _iPSpvre,
|
|
46624
47102
|
},
|
|
46625
47103
|
],
|
|
46626
47104
|
[
|
|
@@ -49330,6 +49808,41 @@ var ModifyInstancePlacementResult = [
|
|
|
49330
49808
|
],
|
|
49331
49809
|
],
|
|
49332
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
|
+
];
|
|
49333
49846
|
var ModifyIpamPoolRequest = [
|
|
49334
49847
|
3,
|
|
49335
49848
|
n0,
|
|
@@ -49364,13 +49877,13 @@ var ModifyIpamPoolResult = [
|
|
|
49364
49877
|
n0,
|
|
49365
49878
|
_MIPRodi,
|
|
49366
49879
|
0,
|
|
49367
|
-
[
|
|
49880
|
+
[_IPpam],
|
|
49368
49881
|
[
|
|
49369
49882
|
[
|
|
49370
49883
|
() => IpamPool,
|
|
49371
49884
|
{
|
|
49372
49885
|
[_eQN]: `IpamPool`,
|
|
49373
|
-
[_xN]:
|
|
49886
|
+
[_xN]: _iPpam,
|
|
49374
49887
|
},
|
|
49375
49888
|
],
|
|
49376
49889
|
],
|
|
@@ -51306,7 +51819,7 @@ var NatGateway = [
|
|
|
51306
51819
|
n0,
|
|
51307
51820
|
_NG,
|
|
51308
51821
|
0,
|
|
51309
|
-
[_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],
|
|
51310
51823
|
[
|
|
51311
51824
|
[
|
|
51312
51825
|
4,
|
|
@@ -51392,6 +51905,34 @@ var NatGateway = [
|
|
|
51392
51905
|
[_xN]: _cTonn,
|
|
51393
51906
|
},
|
|
51394
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
|
+
],
|
|
51395
51936
|
],
|
|
51396
51937
|
];
|
|
51397
51938
|
var NatGatewayAddress = [
|
|
@@ -51399,7 +51940,7 @@ var NatGatewayAddress = [
|
|
|
51399
51940
|
n0,
|
|
51400
51941
|
_NGAa,
|
|
51401
51942
|
0,
|
|
51402
|
-
[_AIl, _NII, _PIri, _PI, _AIs, _IPsr, _FM, _Sta],
|
|
51943
|
+
[_AIl, _NII, _PIri, _PI, _AIs, _IPsr, _FM, _Sta, _AZ, _AZI],
|
|
51403
51944
|
[
|
|
51404
51945
|
[
|
|
51405
51946
|
0,
|
|
@@ -51457,6 +51998,20 @@ var NatGatewayAddress = [
|
|
|
51457
51998
|
[_xN]: _sta,
|
|
51458
51999
|
},
|
|
51459
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
|
+
],
|
|
51460
52015
|
],
|
|
51461
52016
|
];
|
|
51462
52017
|
var NativeApplicationOidcOptions = [
|
|
@@ -52431,14 +52986,14 @@ var NetworkInterface = [
|
|
|
52431
52986
|
() => Ipv4PrefixesList,
|
|
52432
52987
|
{
|
|
52433
52988
|
[_eQN]: `Ipv4PrefixSet`,
|
|
52434
|
-
[_xN]:
|
|
52989
|
+
[_xN]: _iPSpvr,
|
|
52435
52990
|
},
|
|
52436
52991
|
],
|
|
52437
52992
|
[
|
|
52438
52993
|
() => Ipv6PrefixesList,
|
|
52439
52994
|
{
|
|
52440
52995
|
[_eQN]: `Ipv6PrefixSet`,
|
|
52441
|
-
[_xN]:
|
|
52996
|
+
[_xN]: _iPSpvre,
|
|
52442
52997
|
},
|
|
52443
52998
|
],
|
|
52444
52999
|
[
|
|
@@ -52745,7 +53300,7 @@ var NetworkInterfaceIpv6Address = [
|
|
|
52745
53300
|
2,
|
|
52746
53301
|
{
|
|
52747
53302
|
[_eQN]: `IsPrimaryIpv6`,
|
|
52748
|
-
[_xN]:
|
|
53303
|
+
[_xN]: _iPIs,
|
|
52749
53304
|
},
|
|
52750
53305
|
],
|
|
52751
53306
|
],
|
|
@@ -57880,7 +58435,7 @@ var RestoreSnapshotTierResult = [
|
|
|
57880
58435
|
n0,
|
|
57881
58436
|
_RSTRe,
|
|
57882
58437
|
0,
|
|
57883
|
-
[_SIn, _RSTe, _RD,
|
|
58438
|
+
[_SIn, _RSTe, _RD, _IPRs],
|
|
57884
58439
|
[
|
|
57885
58440
|
[
|
|
57886
58441
|
0,
|
|
@@ -57907,7 +58462,7 @@ var RestoreSnapshotTierResult = [
|
|
|
57907
58462
|
2,
|
|
57908
58463
|
{
|
|
57909
58464
|
[_eQN]: `IsPermanentRestore`,
|
|
57910
|
-
[_xN]:
|
|
58465
|
+
[_xN]: _iPRs,
|
|
57911
58466
|
},
|
|
57912
58467
|
],
|
|
57913
58468
|
],
|
|
@@ -59763,7 +60318,7 @@ var SecurityGroup = [
|
|
|
59763
60318
|
n0,
|
|
59764
60319
|
_SGe,
|
|
59765
60320
|
0,
|
|
59766
|
-
[_GIr,
|
|
60321
|
+
[_GIr, _IPEp, _T, _VI, _SGA, _OI, _GN, _De, _IPpe],
|
|
59767
60322
|
[
|
|
59768
60323
|
[
|
|
59769
60324
|
0,
|
|
@@ -59776,7 +60331,7 @@ var SecurityGroup = [
|
|
|
59776
60331
|
() => IpPermissionList,
|
|
59777
60332
|
{
|
|
59778
60333
|
[_eQN]: `IpPermissionsEgress`,
|
|
59779
|
-
[_xN]:
|
|
60334
|
+
[_xN]: _iPEp,
|
|
59780
60335
|
},
|
|
59781
60336
|
],
|
|
59782
60337
|
[
|
|
@@ -67725,7 +68280,7 @@ var VolumeModification = [
|
|
|
67725
68280
|
n0,
|
|
67726
68281
|
_VMo,
|
|
67727
68282
|
0,
|
|
67728
|
-
[_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],
|
|
67729
68284
|
[
|
|
67730
68285
|
[
|
|
67731
68286
|
0,
|
|
@@ -68722,14 +69277,14 @@ var VpcEndpoint = [
|
|
|
68722
69277
|
() => SubnetIpPrefixesList,
|
|
68723
69278
|
{
|
|
68724
69279
|
[_eQN]: `Ipv4PrefixSet`,
|
|
68725
|
-
[_xN]:
|
|
69280
|
+
[_xN]: _iPSpvr,
|
|
68726
69281
|
},
|
|
68727
69282
|
],
|
|
68728
69283
|
[
|
|
68729
69284
|
() => SubnetIpPrefixesList,
|
|
68730
69285
|
{
|
|
68731
69286
|
[_eQN]: `Ipv6PrefixSet`,
|
|
68732
|
-
[_xN]:
|
|
69287
|
+
[_xN]: _iPSpvre,
|
|
68733
69288
|
},
|
|
68734
69289
|
],
|
|
68735
69290
|
[
|
|
@@ -70130,6 +70685,18 @@ var AuthorizationRuleSet = [
|
|
|
70130
70685
|
},
|
|
70131
70686
|
],
|
|
70132
70687
|
];
|
|
70688
|
+
var AvailabilityZoneAddresses = [
|
|
70689
|
+
1,
|
|
70690
|
+
n0,
|
|
70691
|
+
_AZAv,
|
|
70692
|
+
0,
|
|
70693
|
+
[
|
|
70694
|
+
() => AvailabilityZoneAddress,
|
|
70695
|
+
{
|
|
70696
|
+
[_xN]: _AZA,
|
|
70697
|
+
},
|
|
70698
|
+
],
|
|
70699
|
+
];
|
|
70133
70700
|
var AvailabilityZoneIdStringList = [
|
|
70134
70701
|
1,
|
|
70135
70702
|
n0,
|
|
@@ -72813,6 +73380,66 @@ var IpamOrganizationalUnitExclusionSet = [
|
|
|
72813
73380
|
},
|
|
72814
73381
|
],
|
|
72815
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
|
+
];
|
|
72816
73443
|
var IpamPoolAllocationAllowedCidrs = [
|
|
72817
73444
|
1,
|
|
72818
73445
|
n0,
|
|
@@ -72864,7 +73491,7 @@ var IpamPoolCidrSet = [
|
|
|
72864
73491
|
var IpamPoolSet = [
|
|
72865
73492
|
1,
|
|
72866
73493
|
n0,
|
|
72867
|
-
|
|
73494
|
+
_IPSpam,
|
|
72868
73495
|
0,
|
|
72869
73496
|
[
|
|
72870
73497
|
() => IpamPool,
|
|
@@ -78247,11 +78874,19 @@ var CreateIpamExternalResourceVerificationToken = [
|
|
|
78247
78874
|
() => CreateIpamExternalResourceVerificationTokenRequest,
|
|
78248
78875
|
() => CreateIpamExternalResourceVerificationTokenResult,
|
|
78249
78876
|
];
|
|
78250
|
-
var
|
|
78877
|
+
var CreateIpamPolicy = [
|
|
78251
78878
|
9,
|
|
78252
78879
|
n0,
|
|
78253
78880
|
_CIP,
|
|
78254
78881
|
0,
|
|
78882
|
+
() => CreateIpamPolicyRequest,
|
|
78883
|
+
() => CreateIpamPolicyResult,
|
|
78884
|
+
];
|
|
78885
|
+
var CreateIpamPool = [
|
|
78886
|
+
9,
|
|
78887
|
+
n0,
|
|
78888
|
+
_CIPr,
|
|
78889
|
+
0,
|
|
78255
78890
|
() => CreateIpamPoolRequest,
|
|
78256
78891
|
() => CreateIpamPoolResult,
|
|
78257
78892
|
];
|
|
@@ -78896,11 +79531,19 @@ var DeleteIpamExternalResourceVerificationToken = [
|
|
|
78896
79531
|
() => DeleteIpamExternalResourceVerificationTokenRequest,
|
|
78897
79532
|
() => DeleteIpamExternalResourceVerificationTokenResult,
|
|
78898
79533
|
];
|
|
78899
|
-
var
|
|
79534
|
+
var DeleteIpamPolicy = [
|
|
78900
79535
|
9,
|
|
78901
79536
|
n0,
|
|
78902
79537
|
_DIP,
|
|
78903
79538
|
0,
|
|
79539
|
+
() => DeleteIpamPolicyRequest,
|
|
79540
|
+
() => DeleteIpamPolicyResult,
|
|
79541
|
+
];
|
|
79542
|
+
var DeleteIpamPool = [
|
|
79543
|
+
9,
|
|
79544
|
+
n0,
|
|
79545
|
+
_DIPe,
|
|
79546
|
+
0,
|
|
78904
79547
|
() => DeleteIpamPoolRequest,
|
|
78905
79548
|
() => DeleteIpamPoolResult,
|
|
78906
79549
|
];
|
|
@@ -80017,10 +80660,18 @@ var DescribeIpamExternalResourceVerificationTokens = [
|
|
|
80017
80660
|
() => DescribeIpamExternalResourceVerificationTokensRequest,
|
|
80018
80661
|
() => DescribeIpamExternalResourceVerificationTokensResult,
|
|
80019
80662
|
];
|
|
80663
|
+
var DescribeIpamPolicies = [
|
|
80664
|
+
9,
|
|
80665
|
+
n0,
|
|
80666
|
+
_DIPes,
|
|
80667
|
+
0,
|
|
80668
|
+
() => DescribeIpamPoliciesRequest,
|
|
80669
|
+
() => DescribeIpamPoliciesResult,
|
|
80670
|
+
];
|
|
80020
80671
|
var DescribeIpamPools = [
|
|
80021
80672
|
9,
|
|
80022
80673
|
n0,
|
|
80023
|
-
|
|
80674
|
+
_DIPesc,
|
|
80024
80675
|
0,
|
|
80025
80676
|
() => DescribeIpamPoolsRequest,
|
|
80026
80677
|
() => DescribeIpamPoolsResult,
|
|
@@ -80076,7 +80727,7 @@ var DescribeIpamScopes = [
|
|
|
80076
80727
|
var DescribeIpv6Pools = [
|
|
80077
80728
|
9,
|
|
80078
80729
|
n0,
|
|
80079
|
-
|
|
80730
|
+
_DIPescr,
|
|
80080
80731
|
0,
|
|
80081
80732
|
() => DescribeIpv6PoolsRequest,
|
|
80082
80733
|
() => DescribeIpv6PoolsResult,
|
|
@@ -81004,6 +81655,14 @@ var DisableIpamOrganizationAdminAccount = [
|
|
|
81004
81655
|
() => DisableIpamOrganizationAdminAccountRequest,
|
|
81005
81656
|
() => DisableIpamOrganizationAdminAccountResult,
|
|
81006
81657
|
];
|
|
81658
|
+
var DisableIpamPolicy = [
|
|
81659
|
+
9,
|
|
81660
|
+
n0,
|
|
81661
|
+
_DIPi,
|
|
81662
|
+
0,
|
|
81663
|
+
() => DisableIpamPolicyRequest,
|
|
81664
|
+
() => DisableIpamPolicyResult,
|
|
81665
|
+
];
|
|
81007
81666
|
var DisableRouteServerPropagation = [
|
|
81008
81667
|
9,
|
|
81009
81668
|
n0,
|
|
@@ -81301,6 +81960,14 @@ var EnableIpamOrganizationAdminAccount = [
|
|
|
81301
81960
|
() => EnableIpamOrganizationAdminAccountRequest,
|
|
81302
81961
|
() => EnableIpamOrganizationAdminAccountResult,
|
|
81303
81962
|
];
|
|
81963
|
+
var EnableIpamPolicy = [
|
|
81964
|
+
9,
|
|
81965
|
+
n0,
|
|
81966
|
+
_EIP,
|
|
81967
|
+
0,
|
|
81968
|
+
() => EnableIpamPolicyRequest,
|
|
81969
|
+
() => EnableIpamPolicyResult,
|
|
81970
|
+
];
|
|
81304
81971
|
var EnableReachabilityAnalyzerOrganizationSharing = [
|
|
81305
81972
|
9,
|
|
81306
81973
|
n0,
|
|
@@ -81527,6 +82194,14 @@ var GetEbsEncryptionByDefault = [
|
|
|
81527
82194
|
() => GetEbsEncryptionByDefaultRequest,
|
|
81528
82195
|
() => GetEbsEncryptionByDefaultResult,
|
|
81529
82196
|
];
|
|
82197
|
+
var GetEnabledIpamPolicy = [
|
|
82198
|
+
9,
|
|
82199
|
+
n0,
|
|
82200
|
+
_GEIP,
|
|
82201
|
+
0,
|
|
82202
|
+
() => GetEnabledIpamPolicyRequest,
|
|
82203
|
+
() => GetEnabledIpamPolicyResult,
|
|
82204
|
+
];
|
|
81530
82205
|
var GetFlowLogsIntegrationTemplate = [
|
|
81531
82206
|
9,
|
|
81532
82207
|
n0,
|
|
@@ -81631,6 +82306,22 @@ var GetIpamDiscoveredResourceCidrs = [
|
|
|
81631
82306
|
() => GetIpamDiscoveredResourceCidrsRequest,
|
|
81632
82307
|
() => GetIpamDiscoveredResourceCidrsResult,
|
|
81633
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
|
+
];
|
|
81634
82325
|
var GetIpamPoolAllocations = [
|
|
81635
82326
|
9,
|
|
81636
82327
|
n0,
|
|
@@ -82141,6 +82832,14 @@ var ModifyInstancePlacement = [
|
|
|
82141
82832
|
() => ModifyInstancePlacementResult,
|
|
82142
82833
|
];
|
|
82143
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
|
+
];
|
|
82144
82843
|
var ModifyIpamPool = [
|
|
82145
82844
|
9,
|
|
82146
82845
|
n0,
|
|
@@ -84132,6 +84831,18 @@ class CreateIpamExternalResourceVerificationTokenCommand extends smithyClient.Co
|
|
|
84132
84831
|
.build() {
|
|
84133
84832
|
}
|
|
84134
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
|
+
|
|
84135
84846
|
class CreateIpamPoolCommand extends smithyClient.Command
|
|
84136
84847
|
.classBuilder()
|
|
84137
84848
|
.ep(commonParams)
|
|
@@ -85200,6 +85911,18 @@ class DeleteIpamExternalResourceVerificationTokenCommand extends smithyClient.Co
|
|
|
85200
85911
|
.build() {
|
|
85201
85912
|
}
|
|
85202
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
|
+
|
|
85203
85926
|
class DeleteIpamPoolCommand extends smithyClient.Command
|
|
85204
85927
|
.classBuilder()
|
|
85205
85928
|
.ep(commonParams)
|
|
@@ -86976,6 +87699,18 @@ class DescribeIpamExternalResourceVerificationTokensCommand extends smithyClient
|
|
|
86976
87699
|
.build() {
|
|
86977
87700
|
}
|
|
86978
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
|
+
|
|
86979
87714
|
class DescribeIpamPoolsCommand extends smithyClient.Command
|
|
86980
87715
|
.classBuilder()
|
|
86981
87716
|
.ep(commonParams)
|
|
@@ -88488,6 +89223,18 @@ class DisableIpamOrganizationAdminAccountCommand extends smithyClient.Command
|
|
|
88488
89223
|
.build() {
|
|
88489
89224
|
}
|
|
88490
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
|
+
|
|
88491
89238
|
class DisableRouteServerPropagationCommand extends smithyClient.Command
|
|
88492
89239
|
.classBuilder()
|
|
88493
89240
|
.ep(commonParams)
|
|
@@ -88944,6 +89691,18 @@ class EnableIpamOrganizationAdminAccountCommand extends smithyClient.Command
|
|
|
88944
89691
|
.build() {
|
|
88945
89692
|
}
|
|
88946
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
|
+
|
|
88947
89706
|
class EnableReachabilityAnalyzerOrganizationSharingCommand extends smithyClient.Command
|
|
88948
89707
|
.classBuilder()
|
|
88949
89708
|
.ep(commonParams)
|
|
@@ -89304,6 +90063,18 @@ class GetEbsEncryptionByDefaultCommand extends smithyClient.Command
|
|
|
89304
90063
|
.build() {
|
|
89305
90064
|
}
|
|
89306
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
|
+
|
|
89307
90078
|
class GetFlowLogsIntegrationTemplateCommand extends smithyClient.Command
|
|
89308
90079
|
.classBuilder()
|
|
89309
90080
|
.ep(commonParams)
|
|
@@ -89460,6 +90231,30 @@ class GetIpamDiscoveredResourceCidrsCommand extends smithyClient.Command
|
|
|
89460
90231
|
.build() {
|
|
89461
90232
|
}
|
|
89462
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
|
+
|
|
89463
90258
|
class GetIpamPoolAllocationsCommand extends smithyClient.Command
|
|
89464
90259
|
.classBuilder()
|
|
89465
90260
|
.ep(commonParams)
|
|
@@ -90288,6 +91083,18 @@ class ModifyIpamCommand extends smithyClient.Command
|
|
|
90288
91083
|
.build() {
|
|
90289
91084
|
}
|
|
90290
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
|
+
|
|
90291
91098
|
class ModifyIpamPoolCommand extends smithyClient.Command
|
|
90292
91099
|
.classBuilder()
|
|
90293
91100
|
.ep(commonParams)
|
|
@@ -91864,6 +92671,7 @@ const commands = {
|
|
|
91864
92671
|
CreateInternetGatewayCommand,
|
|
91865
92672
|
CreateIpamCommand,
|
|
91866
92673
|
CreateIpamExternalResourceVerificationTokenCommand,
|
|
92674
|
+
CreateIpamPolicyCommand,
|
|
91867
92675
|
CreateIpamPoolCommand,
|
|
91868
92676
|
CreateIpamPrefixListResolverCommand,
|
|
91869
92677
|
CreateIpamPrefixListResolverTargetCommand,
|
|
@@ -91953,6 +92761,7 @@ const commands = {
|
|
|
91953
92761
|
DeleteInternetGatewayCommand,
|
|
91954
92762
|
DeleteIpamCommand,
|
|
91955
92763
|
DeleteIpamExternalResourceVerificationTokenCommand,
|
|
92764
|
+
DeleteIpamPolicyCommand,
|
|
91956
92765
|
DeleteIpamPoolCommand,
|
|
91957
92766
|
DeleteIpamPrefixListResolverCommand,
|
|
91958
92767
|
DeleteIpamPrefixListResolverTargetCommand,
|
|
@@ -92101,6 +92910,7 @@ const commands = {
|
|
|
92101
92910
|
DescribeInternetGatewaysCommand,
|
|
92102
92911
|
DescribeIpamByoasnCommand,
|
|
92103
92912
|
DescribeIpamExternalResourceVerificationTokensCommand,
|
|
92913
|
+
DescribeIpamPoliciesCommand,
|
|
92104
92914
|
DescribeIpamPoolsCommand,
|
|
92105
92915
|
DescribeIpamPrefixListResolversCommand,
|
|
92106
92916
|
DescribeIpamPrefixListResolverTargetsCommand,
|
|
@@ -92227,6 +93037,7 @@ const commands = {
|
|
|
92227
93037
|
DisableImageDeregistrationProtectionCommand,
|
|
92228
93038
|
DisableInstanceSqlHaStandbyDetectionsCommand,
|
|
92229
93039
|
DisableIpamOrganizationAdminAccountCommand,
|
|
93040
|
+
DisableIpamPolicyCommand,
|
|
92230
93041
|
DisableRouteServerPropagationCommand,
|
|
92231
93042
|
DisableSerialConsoleAccessCommand,
|
|
92232
93043
|
DisableSnapshotBlockPublicAccessCommand,
|
|
@@ -92265,6 +93076,7 @@ const commands = {
|
|
|
92265
93076
|
EnableImageDeregistrationProtectionCommand,
|
|
92266
93077
|
EnableInstanceSqlHaStandbyDetectionsCommand,
|
|
92267
93078
|
EnableIpamOrganizationAdminAccountCommand,
|
|
93079
|
+
EnableIpamPolicyCommand,
|
|
92268
93080
|
EnableReachabilityAnalyzerOrganizationSharingCommand,
|
|
92269
93081
|
EnableRouteServerPropagationCommand,
|
|
92270
93082
|
EnableSerialConsoleAccessCommand,
|
|
@@ -92295,6 +93107,7 @@ const commands = {
|
|
|
92295
93107
|
GetDefaultCreditSpecificationCommand,
|
|
92296
93108
|
GetEbsDefaultKmsKeyIdCommand,
|
|
92297
93109
|
GetEbsEncryptionByDefaultCommand,
|
|
93110
|
+
GetEnabledIpamPolicyCommand,
|
|
92298
93111
|
GetFlowLogsIntegrationTemplateCommand,
|
|
92299
93112
|
GetGroupsForCapacityReservationCommand,
|
|
92300
93113
|
GetHostReservationPurchasePreviewCommand,
|
|
@@ -92308,6 +93121,8 @@ const commands = {
|
|
|
92308
93121
|
GetIpamDiscoveredAccountsCommand,
|
|
92309
93122
|
GetIpamDiscoveredPublicAddressesCommand,
|
|
92310
93123
|
GetIpamDiscoveredResourceCidrsCommand,
|
|
93124
|
+
GetIpamPolicyAllocationRulesCommand,
|
|
93125
|
+
GetIpamPolicyOrganizationTargetsCommand,
|
|
92311
93126
|
GetIpamPoolAllocationsCommand,
|
|
92312
93127
|
GetIpamPoolCidrsCommand,
|
|
92313
93128
|
GetIpamPrefixListResolverRulesCommand,
|
|
@@ -92377,6 +93192,7 @@ const commands = {
|
|
|
92377
93192
|
ModifyInstanceNetworkPerformanceOptionsCommand,
|
|
92378
93193
|
ModifyInstancePlacementCommand,
|
|
92379
93194
|
ModifyIpamCommand,
|
|
93195
|
+
ModifyIpamPolicyAllocationRulesCommand,
|
|
92380
93196
|
ModifyIpamPoolCommand,
|
|
92381
93197
|
ModifyIpamPrefixListResolverCommand,
|
|
92382
93198
|
ModifyIpamPrefixListResolverTargetCommand,
|
|
@@ -94934,6 +95750,7 @@ const ResourceType = {
|
|
|
94934
95750
|
internet_gateway: "internet-gateway",
|
|
94935
95751
|
ipam: "ipam",
|
|
94936
95752
|
ipam_external_resource_verification_token: "ipam-external-resource-verification-token",
|
|
95753
|
+
ipam_policy: "ipam-policy",
|
|
94937
95754
|
ipam_pool: "ipam-pool",
|
|
94938
95755
|
ipam_prefix_list_resolver: "ipam-prefix-list-resolver",
|
|
94939
95756
|
ipam_prefix_list_resolver_target: "ipam-prefix-list-resolver-target",
|
|
@@ -95115,6 +95932,7 @@ const DomainType = {
|
|
|
95115
95932
|
const ServiceManaged = {
|
|
95116
95933
|
alb: "alb",
|
|
95117
95934
|
nlb: "nlb",
|
|
95935
|
+
rds: "rds",
|
|
95118
95936
|
rnat: "rnat",
|
|
95119
95937
|
};
|
|
95120
95938
|
const AddressAttributeName = {
|
|
@@ -95391,7 +96209,6 @@ const CancelSpotInstanceRequestState = {
|
|
|
95391
96209
|
completed: "completed",
|
|
95392
96210
|
open: "open",
|
|
95393
96211
|
};
|
|
95394
|
-
|
|
95395
96212
|
const VolumeType = {
|
|
95396
96213
|
gp2: "gp2",
|
|
95397
96214
|
gp3: "gp3",
|
|
@@ -96761,6 +97578,7 @@ const LogDestinationType = {
|
|
|
96761
97578
|
};
|
|
96762
97579
|
const FlowLogsResourceType = {
|
|
96763
97580
|
NetworkInterface: "NetworkInterface",
|
|
97581
|
+
RegionalNatGateway: "RegionalNatGateway",
|
|
96764
97582
|
Subnet: "Subnet",
|
|
96765
97583
|
TransitGateway: "TransitGateway",
|
|
96766
97584
|
TransitGatewayAttachment: "TransitGatewayAttachment",
|
|
@@ -96844,6 +97662,20 @@ const TokenState = {
|
|
|
96844
97662
|
expired: "expired",
|
|
96845
97663
|
valid: "valid",
|
|
96846
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
|
+
};
|
|
96847
97679
|
const IpamPoolAwsService = {
|
|
96848
97680
|
ec2: "ec2",
|
|
96849
97681
|
};
|
|
@@ -97011,7 +97843,6 @@ const LaunchTemplateInstanceMetadataTagsState = {
|
|
|
97011
97843
|
disabled: "disabled",
|
|
97012
97844
|
enabled: "enabled",
|
|
97013
97845
|
};
|
|
97014
|
-
|
|
97015
97846
|
const InstanceBandwidthWeighting = {
|
|
97016
97847
|
DEFAULT: "default",
|
|
97017
97848
|
EBS_1: "ebs-1",
|
|
@@ -97063,10 +97894,22 @@ const PrefixListState = {
|
|
|
97063
97894
|
restore_failed: "restore-failed",
|
|
97064
97895
|
restore_in_progress: "restore-in-progress",
|
|
97065
97896
|
};
|
|
97897
|
+
const AvailabilityMode = {
|
|
97898
|
+
REGIONAL: "regional",
|
|
97899
|
+
ZONAL: "zonal",
|
|
97900
|
+
};
|
|
97066
97901
|
const ConnectivityType = {
|
|
97067
97902
|
PRIVATE: "private",
|
|
97068
97903
|
PUBLIC: "public",
|
|
97069
97904
|
};
|
|
97905
|
+
const AutoProvisionZonesState = {
|
|
97906
|
+
DISABLED: "disabled",
|
|
97907
|
+
ENABLED: "enabled",
|
|
97908
|
+
};
|
|
97909
|
+
const AutoScalingIpsState = {
|
|
97910
|
+
DISABLED: "disabled",
|
|
97911
|
+
ENABLED: "enabled",
|
|
97912
|
+
};
|
|
97070
97913
|
const NatGatewayState = {
|
|
97071
97914
|
AVAILABLE: "available",
|
|
97072
97915
|
DELETED: "deleted",
|
|
@@ -97366,7 +98209,6 @@ const VerifiedAccessEndpointStatusCode = {
|
|
|
97366
98209
|
pending: "pending",
|
|
97367
98210
|
updating: "updating",
|
|
97368
98211
|
};
|
|
97369
|
-
|
|
97370
98212
|
const InternetGatewayExclusionMode = {
|
|
97371
98213
|
allow_bidirectional: "allow-bidirectional",
|
|
97372
98214
|
allow_egress: "allow-egress",
|
|
@@ -97525,7 +98367,6 @@ const SnapshotReturnCodes = {
|
|
|
97525
98367
|
SUCCESS: "success",
|
|
97526
98368
|
WARN_SKIPPED: "skipped",
|
|
97527
98369
|
};
|
|
97528
|
-
|
|
97529
98370
|
const AvailabilityZoneOptInStatus = {
|
|
97530
98371
|
not_opted_in: "not-opted-in",
|
|
97531
98372
|
opt_in_not_required: "opt-in-not-required",
|
|
@@ -97857,7 +98698,6 @@ const SummaryStatus = {
|
|
|
97857
98698
|
not_applicable: "not-applicable",
|
|
97858
98699
|
ok: "ok",
|
|
97859
98700
|
};
|
|
97860
|
-
|
|
97861
98701
|
const EventCode = {
|
|
97862
98702
|
instance_reboot: "instance-reboot",
|
|
97863
98703
|
instance_retirement: "instance-retirement",
|
|
@@ -98071,7 +98911,6 @@ const SpotInstanceState = {
|
|
|
98071
98911
|
failed: "failed",
|
|
98072
98912
|
open: "open",
|
|
98073
98913
|
};
|
|
98074
|
-
|
|
98075
98914
|
const VerifiedAccessLogDeliveryStatusCode = {
|
|
98076
98915
|
FAILED: "failed",
|
|
98077
98916
|
SUCCESS: "success",
|
|
@@ -98259,13 +99098,16 @@ const CapacityTenancy = {
|
|
|
98259
99098
|
DEDICATED: "dedicated",
|
|
98260
99099
|
DEFAULT: "default",
|
|
98261
99100
|
};
|
|
98262
|
-
|
|
98263
99101
|
const UnlimitedSupportedInstanceFamily = {
|
|
98264
99102
|
t2: "t2",
|
|
98265
99103
|
t3: "t3",
|
|
98266
99104
|
t3a: "t3a",
|
|
98267
99105
|
t4g: "t4g",
|
|
98268
99106
|
};
|
|
99107
|
+
const IpamPolicyManagedBy = {
|
|
99108
|
+
account: "account",
|
|
99109
|
+
delegated_administrator_for_ipam: "delegated-administrator-for-ipam",
|
|
99110
|
+
};
|
|
98269
99111
|
const PartitionLoadFrequency = {
|
|
98270
99112
|
DAILY: "daily",
|
|
98271
99113
|
MONTHLY: "monthly",
|
|
@@ -98335,6 +99177,12 @@ const IpamNetworkInterfaceAttachmentStatus = {
|
|
|
98335
99177
|
available: "available",
|
|
98336
99178
|
in_use: "in-use",
|
|
98337
99179
|
};
|
|
99180
|
+
const IpamPolicyResourceType = {
|
|
99181
|
+
alb: "alb",
|
|
99182
|
+
eip: "eip",
|
|
99183
|
+
rds: "rds",
|
|
99184
|
+
rnat: "rnat",
|
|
99185
|
+
};
|
|
98338
99186
|
const IpamManagementState = {
|
|
98339
99187
|
ignored: "ignored",
|
|
98340
99188
|
managed: "managed",
|
|
@@ -98391,7 +99239,6 @@ const PublicIpDnsOption = {
|
|
|
98391
99239
|
public_ipv4_dns_name: "public-ipv4-dns-name",
|
|
98392
99240
|
public_ipv6_dns_name: "public-ipv6-dns-name",
|
|
98393
99241
|
};
|
|
98394
|
-
|
|
98395
99242
|
const TargetStorageTier = {
|
|
98396
99243
|
archive: "archive",
|
|
98397
99244
|
};
|
|
@@ -98525,6 +99372,9 @@ exports.AuthorizeSecurityGroupIngressCommand = AuthorizeSecurityGroupIngressComm
|
|
|
98525
99372
|
exports.AutoAcceptSharedAssociationsValue = AutoAcceptSharedAssociationsValue;
|
|
98526
99373
|
exports.AutoAcceptSharedAttachmentsValue = AutoAcceptSharedAttachmentsValue;
|
|
98527
99374
|
exports.AutoPlacement = AutoPlacement;
|
|
99375
|
+
exports.AutoProvisionZonesState = AutoProvisionZonesState;
|
|
99376
|
+
exports.AutoScalingIpsState = AutoScalingIpsState;
|
|
99377
|
+
exports.AvailabilityMode = AvailabilityMode;
|
|
98528
99378
|
exports.AvailabilityZoneOptInStatus = AvailabilityZoneOptInStatus;
|
|
98529
99379
|
exports.AvailabilityZoneState = AvailabilityZoneState;
|
|
98530
99380
|
exports.BandwidthWeightingType = BandwidthWeightingType;
|
|
@@ -98613,6 +99463,7 @@ exports.CreateInstanceExportTaskCommand = CreateInstanceExportTaskCommand;
|
|
|
98613
99463
|
exports.CreateInternetGatewayCommand = CreateInternetGatewayCommand;
|
|
98614
99464
|
exports.CreateIpamCommand = CreateIpamCommand;
|
|
98615
99465
|
exports.CreateIpamExternalResourceVerificationTokenCommand = CreateIpamExternalResourceVerificationTokenCommand;
|
|
99466
|
+
exports.CreateIpamPolicyCommand = CreateIpamPolicyCommand;
|
|
98616
99467
|
exports.CreateIpamPoolCommand = CreateIpamPoolCommand;
|
|
98617
99468
|
exports.CreateIpamPrefixListResolverCommand = CreateIpamPrefixListResolverCommand;
|
|
98618
99469
|
exports.CreateIpamPrefixListResolverTargetCommand = CreateIpamPrefixListResolverTargetCommand;
|
|
@@ -98710,6 +99561,7 @@ exports.DeleteInstanceEventWindowCommand = DeleteInstanceEventWindowCommand;
|
|
|
98710
99561
|
exports.DeleteInternetGatewayCommand = DeleteInternetGatewayCommand;
|
|
98711
99562
|
exports.DeleteIpamCommand = DeleteIpamCommand;
|
|
98712
99563
|
exports.DeleteIpamExternalResourceVerificationTokenCommand = DeleteIpamExternalResourceVerificationTokenCommand;
|
|
99564
|
+
exports.DeleteIpamPolicyCommand = DeleteIpamPolicyCommand;
|
|
98713
99565
|
exports.DeleteIpamPoolCommand = DeleteIpamPoolCommand;
|
|
98714
99566
|
exports.DeleteIpamPrefixListResolverCommand = DeleteIpamPrefixListResolverCommand;
|
|
98715
99567
|
exports.DeleteIpamPrefixListResolverTargetCommand = DeleteIpamPrefixListResolverTargetCommand;
|
|
@@ -98859,6 +99711,7 @@ exports.DescribeInstancesCommand = DescribeInstancesCommand;
|
|
|
98859
99711
|
exports.DescribeInternetGatewaysCommand = DescribeInternetGatewaysCommand;
|
|
98860
99712
|
exports.DescribeIpamByoasnCommand = DescribeIpamByoasnCommand;
|
|
98861
99713
|
exports.DescribeIpamExternalResourceVerificationTokensCommand = DescribeIpamExternalResourceVerificationTokensCommand;
|
|
99714
|
+
exports.DescribeIpamPoliciesCommand = DescribeIpamPoliciesCommand;
|
|
98862
99715
|
exports.DescribeIpamPoolsCommand = DescribeIpamPoolsCommand;
|
|
98863
99716
|
exports.DescribeIpamPrefixListResolverTargetsCommand = DescribeIpamPrefixListResolverTargetsCommand;
|
|
98864
99717
|
exports.DescribeIpamPrefixListResolversCommand = DescribeIpamPrefixListResolversCommand;
|
|
@@ -98988,6 +99841,7 @@ exports.DisableImageDeprecationCommand = DisableImageDeprecationCommand;
|
|
|
98988
99841
|
exports.DisableImageDeregistrationProtectionCommand = DisableImageDeregistrationProtectionCommand;
|
|
98989
99842
|
exports.DisableInstanceSqlHaStandbyDetectionsCommand = DisableInstanceSqlHaStandbyDetectionsCommand;
|
|
98990
99843
|
exports.DisableIpamOrganizationAdminAccountCommand = DisableIpamOrganizationAdminAccountCommand;
|
|
99844
|
+
exports.DisableIpamPolicyCommand = DisableIpamPolicyCommand;
|
|
98991
99845
|
exports.DisableRouteServerPropagationCommand = DisableRouteServerPropagationCommand;
|
|
98992
99846
|
exports.DisableSerialConsoleAccessCommand = DisableSerialConsoleAccessCommand;
|
|
98993
99847
|
exports.DisableSnapshotBlockPublicAccessCommand = DisableSnapshotBlockPublicAccessCommand;
|
|
@@ -99045,6 +99899,7 @@ exports.EnableImageDeprecationCommand = EnableImageDeprecationCommand;
|
|
|
99045
99899
|
exports.EnableImageDeregistrationProtectionCommand = EnableImageDeregistrationProtectionCommand;
|
|
99046
99900
|
exports.EnableInstanceSqlHaStandbyDetectionsCommand = EnableInstanceSqlHaStandbyDetectionsCommand;
|
|
99047
99901
|
exports.EnableIpamOrganizationAdminAccountCommand = EnableIpamOrganizationAdminAccountCommand;
|
|
99902
|
+
exports.EnableIpamPolicyCommand = EnableIpamPolicyCommand;
|
|
99048
99903
|
exports.EnableReachabilityAnalyzerOrganizationSharingCommand = EnableReachabilityAnalyzerOrganizationSharingCommand;
|
|
99049
99904
|
exports.EnableRouteServerPropagationCommand = EnableRouteServerPropagationCommand;
|
|
99050
99905
|
exports.EnableSerialConsoleAccessCommand = EnableSerialConsoleAccessCommand;
|
|
@@ -99104,6 +99959,7 @@ exports.GetDeclarativePoliciesReportSummaryCommand = GetDeclarativePoliciesRepor
|
|
|
99104
99959
|
exports.GetDefaultCreditSpecificationCommand = GetDefaultCreditSpecificationCommand;
|
|
99105
99960
|
exports.GetEbsDefaultKmsKeyIdCommand = GetEbsDefaultKmsKeyIdCommand;
|
|
99106
99961
|
exports.GetEbsEncryptionByDefaultCommand = GetEbsEncryptionByDefaultCommand;
|
|
99962
|
+
exports.GetEnabledIpamPolicyCommand = GetEnabledIpamPolicyCommand;
|
|
99107
99963
|
exports.GetFlowLogsIntegrationTemplateCommand = GetFlowLogsIntegrationTemplateCommand;
|
|
99108
99964
|
exports.GetGroupsForCapacityReservationCommand = GetGroupsForCapacityReservationCommand;
|
|
99109
99965
|
exports.GetHostReservationPurchasePreviewCommand = GetHostReservationPurchasePreviewCommand;
|
|
@@ -99117,6 +99973,8 @@ exports.GetIpamAddressHistoryCommand = GetIpamAddressHistoryCommand;
|
|
|
99117
99973
|
exports.GetIpamDiscoveredAccountsCommand = GetIpamDiscoveredAccountsCommand;
|
|
99118
99974
|
exports.GetIpamDiscoveredPublicAddressesCommand = GetIpamDiscoveredPublicAddressesCommand;
|
|
99119
99975
|
exports.GetIpamDiscoveredResourceCidrsCommand = GetIpamDiscoveredResourceCidrsCommand;
|
|
99976
|
+
exports.GetIpamPolicyAllocationRulesCommand = GetIpamPolicyAllocationRulesCommand;
|
|
99977
|
+
exports.GetIpamPolicyOrganizationTargetsCommand = GetIpamPolicyOrganizationTargetsCommand;
|
|
99120
99978
|
exports.GetIpamPoolAllocationsCommand = GetIpamPoolAllocationsCommand;
|
|
99121
99979
|
exports.GetIpamPoolCidrsCommand = GetIpamPoolCidrsCommand;
|
|
99122
99980
|
exports.GetIpamPrefixListResolverRulesCommand = GetIpamPrefixListResolverRulesCommand;
|
|
@@ -99211,6 +100069,9 @@ exports.IpamManagementState = IpamManagementState;
|
|
|
99211
100069
|
exports.IpamMeteredAccount = IpamMeteredAccount;
|
|
99212
100070
|
exports.IpamNetworkInterfaceAttachmentStatus = IpamNetworkInterfaceAttachmentStatus;
|
|
99213
100071
|
exports.IpamOverlapStatus = IpamOverlapStatus;
|
|
100072
|
+
exports.IpamPolicyManagedBy = IpamPolicyManagedBy;
|
|
100073
|
+
exports.IpamPolicyResourceType = IpamPolicyResourceType;
|
|
100074
|
+
exports.IpamPolicyState = IpamPolicyState;
|
|
99214
100075
|
exports.IpamPoolAllocationResourceType = IpamPoolAllocationResourceType;
|
|
99215
100076
|
exports.IpamPoolAwsService = IpamPoolAwsService;
|
|
99216
100077
|
exports.IpamPoolCidrFailureCode = IpamPoolCidrFailureCode;
|
|
@@ -99298,6 +100159,7 @@ exports.ModifyInstanceMetadataOptionsCommand = ModifyInstanceMetadataOptionsComm
|
|
|
99298
100159
|
exports.ModifyInstanceNetworkPerformanceOptionsCommand = ModifyInstanceNetworkPerformanceOptionsCommand;
|
|
99299
100160
|
exports.ModifyInstancePlacementCommand = ModifyInstancePlacementCommand;
|
|
99300
100161
|
exports.ModifyIpamCommand = ModifyIpamCommand;
|
|
100162
|
+
exports.ModifyIpamPolicyAllocationRulesCommand = ModifyIpamPolicyAllocationRulesCommand;
|
|
99301
100163
|
exports.ModifyIpamPoolCommand = ModifyIpamPoolCommand;
|
|
99302
100164
|
exports.ModifyIpamPrefixListResolverCommand = ModifyIpamPrefixListResolverCommand;
|
|
99303
100165
|
exports.ModifyIpamPrefixListResolverTargetCommand = ModifyIpamPrefixListResolverTargetCommand;
|