@aws-sdk/client-ec2 3.934.0 → 3.935.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +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 +13 -13
- 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
|
@@ -162,13 +162,14 @@ const _ALT = "AttachmentLimitType";
|
|
|
162
162
|
const _ALc = "AccessLogs";
|
|
163
163
|
const _ALd = "AddressList";
|
|
164
164
|
const _ALr = "ArnList";
|
|
165
|
-
const _AM = "
|
|
165
|
+
const _AM = "AvailabilityMode";
|
|
166
166
|
const _AMIT = "AllowsMultipleInstanceTypes";
|
|
167
167
|
const _AMNL = "AllocationMinNetmaskLength";
|
|
168
168
|
const _AMNLl = "AllocationMaxNetmaskLength";
|
|
169
169
|
const _AMS = "ApplianceModeSupport";
|
|
170
170
|
const _AMSc = "AcceleratorManufacturerSet";
|
|
171
|
-
const _AMc = "
|
|
171
|
+
const _AMc = "AcceleratorManufacturers";
|
|
172
|
+
const _AMcc = "AcceleratorManufacturer";
|
|
172
173
|
const _AN = "AttributeName";
|
|
173
174
|
const _ANGA = "AssociateNatGatewayAddress";
|
|
174
175
|
const _ANGAR = "AssociateNatGatewayAddressRequest";
|
|
@@ -212,6 +213,7 @@ const _APNGAR = "AssignPrivateNatGatewayAddressRequest";
|
|
|
212
213
|
const _APNGARs = "AssignPrivateNatGatewayAddressResult";
|
|
213
214
|
const _APS = "AddedPrincipalSet";
|
|
214
215
|
const _APSl = "AllowedPrincipalSet";
|
|
216
|
+
const _APZ = "AutoProvisionZones";
|
|
215
217
|
const _APd = "AddedPrincipals";
|
|
216
218
|
const _APl = "AllowedPrincipal";
|
|
217
219
|
const _APll = "AllowedPrincipals";
|
|
@@ -247,6 +249,8 @@ const _ARcl = "AclRule";
|
|
|
247
249
|
const _ARd = "AddressRegion";
|
|
248
250
|
const _ARl = "AllowReassociation";
|
|
249
251
|
const _ARll = "AllRegions";
|
|
252
|
+
const _ARllo = "AllocationRules";
|
|
253
|
+
const _ARlloc = "AllocationRule";
|
|
250
254
|
const _ARs = "AssociatedRole";
|
|
251
255
|
const _ARss = "AssociatedResource";
|
|
252
256
|
const _ARsso = "AssociatedRoles";
|
|
@@ -282,6 +286,7 @@ const _ASIATd = "AddSupportedIpAddressType";
|
|
|
282
286
|
const _ASId = "AddSubnetIds";
|
|
283
287
|
const _ASIdd = "AddSubnetId";
|
|
284
288
|
const _ASIs = "AssociatedSubnetId";
|
|
289
|
+
const _ASIu = "AutoScalingIps";
|
|
285
290
|
const _ASL = "AssociatedSubnetList";
|
|
286
291
|
const _ASLt = "AttributeSummaryList";
|
|
287
292
|
const _ASP = "AccessScopePath";
|
|
@@ -376,6 +381,8 @@ const _AVt = "AttributeValue";
|
|
|
376
381
|
const _AVtt = "AttachVolume";
|
|
377
382
|
const _AWSAKI = "AWSAccessKeyId";
|
|
378
383
|
const _AZ = "AvailabilityZone";
|
|
384
|
+
const _AZA = "AvailabilityZoneAddress";
|
|
385
|
+
const _AZAv = "AvailabilityZoneAddresses";
|
|
379
386
|
const _AZG = "AvailabilityZoneGroup";
|
|
380
387
|
const _AZI = "AvailabilityZoneId";
|
|
381
388
|
const _AZISL = "AvailabilityZoneIdStringList";
|
|
@@ -651,15 +658,18 @@ const _CIGRr = "CreateInternetGatewayResult";
|
|
|
651
658
|
const _CILP = "CancelImageLaunchPermission";
|
|
652
659
|
const _CILPR = "CancelImageLaunchPermissionRequest";
|
|
653
660
|
const _CILPRa = "CancelImageLaunchPermissionResult";
|
|
654
|
-
const _CIP = "
|
|
661
|
+
const _CIP = "CreateIpamPolicy";
|
|
655
662
|
const _CIPLR = "CreateIpamPrefixListResolver";
|
|
656
663
|
const _CIPLRR = "CreateIpamPrefixListResolverRequest";
|
|
657
664
|
const _CIPLRRr = "CreateIpamPrefixListResolverResult";
|
|
658
665
|
const _CIPLRT = "CreateIpamPrefixListResolverTarget";
|
|
659
666
|
const _CIPLRTR = "CreateIpamPrefixListResolverTargetRequest";
|
|
660
667
|
const _CIPLRTRr = "CreateIpamPrefixListResolverTargetResult";
|
|
661
|
-
const _CIPR = "
|
|
662
|
-
const _CIPRr = "
|
|
668
|
+
const _CIPR = "CreateIpamPolicyRequest";
|
|
669
|
+
const _CIPRr = "CreateIpamPolicyResult";
|
|
670
|
+
const _CIPRre = "CreateIpamPoolRequest";
|
|
671
|
+
const _CIPRrea = "CreateIpamPoolResult";
|
|
672
|
+
const _CIPr = "CreateIpamPool";
|
|
663
673
|
const _CIR = "CopyImageRequest";
|
|
664
674
|
const _CIRD = "CreateIpamResourceDiscovery";
|
|
665
675
|
const _CIRDR = "CreateIpamResourceDiscoveryRequest";
|
|
@@ -1465,7 +1475,7 @@ const _DILi = "DiskInfoList";
|
|
|
1465
1475
|
const _DIOAA = "DisableIpamOrganizationAdminAccount";
|
|
1466
1476
|
const _DIOAAR = "DisableIpamOrganizationAdminAccountRequest";
|
|
1467
1477
|
const _DIOAARi = "DisableIpamOrganizationAdminAccountResult";
|
|
1468
|
-
const _DIP = "
|
|
1478
|
+
const _DIP = "DeleteIpamPolicy";
|
|
1469
1479
|
const _DIPC = "DeprovisionIpamPoolCidr";
|
|
1470
1480
|
const _DIPCR = "DeprovisionIpamPoolCidrRequest";
|
|
1471
1481
|
const _DIPCRe = "DeprovisionIpamPoolCidrResult";
|
|
@@ -1481,14 +1491,23 @@ const _DIPLRTRes = "DescribeIpamPrefixListResolverTargetsRequest";
|
|
|
1481
1491
|
const _DIPLRTResc = "DescribeIpamPrefixListResolverTargetsResult";
|
|
1482
1492
|
const _DIPLRTe = "DescribeIpamPrefixListResolverTargets";
|
|
1483
1493
|
const _DIPLRe = "DescribeIpamPrefixListResolvers";
|
|
1484
|
-
const _DIPR = "
|
|
1485
|
-
const _DIPRe = "
|
|
1486
|
-
const
|
|
1487
|
-
const
|
|
1488
|
-
const
|
|
1489
|
-
const
|
|
1490
|
-
const
|
|
1491
|
-
const
|
|
1494
|
+
const _DIPR = "DeleteIpamPolicyRequest";
|
|
1495
|
+
const _DIPRe = "DeleteIpamPolicyResult";
|
|
1496
|
+
const _DIPRel = "DeleteIpamPoolRequest";
|
|
1497
|
+
const _DIPRele = "DeleteIpamPoolResult";
|
|
1498
|
+
const _DIPRes = "DescribeIpamPoliciesRequest";
|
|
1499
|
+
const _DIPResc = "DescribeIpamPoliciesResult";
|
|
1500
|
+
const _DIPRescr = "DescribeIpamPoolsRequest";
|
|
1501
|
+
const _DIPRescri = "DescribeIpamPoolsResult";
|
|
1502
|
+
const _DIPRescrib = "DescribeIpv6PoolsRequest";
|
|
1503
|
+
const _DIPRescribe = "DescribeIpv6PoolsResult";
|
|
1504
|
+
const _DIPRi = "DisableIpamPolicyRequest";
|
|
1505
|
+
const _DIPRis = "DisableIpamPolicyResult";
|
|
1506
|
+
const _DIPe = "DeleteIpamPool";
|
|
1507
|
+
const _DIPes = "DescribeIpamPolicies";
|
|
1508
|
+
const _DIPesc = "DescribeIpamPools";
|
|
1509
|
+
const _DIPescr = "DescribeIpv6Pools";
|
|
1510
|
+
const _DIPi = "DisableIpamPolicy";
|
|
1492
1511
|
const _DIR = "DeleteIpamRequest";
|
|
1493
1512
|
const _DIRD = "DeleteIpamResourceDiscovery";
|
|
1494
1513
|
const _DIRDA = "DescribeIpamResourceDiscoveryAssociations";
|
|
@@ -2330,6 +2349,9 @@ const _EIDRn = "EnableImageDeprecationResult";
|
|
|
2330
2349
|
const _EIOAA = "EnableIpamOrganizationAdminAccount";
|
|
2331
2350
|
const _EIOAAR = "EnableIpamOrganizationAdminAccountRequest";
|
|
2332
2351
|
const _EIOAARn = "EnableIpamOrganizationAdminAccountResult";
|
|
2352
|
+
const _EIP = "EnableIpamPolicy";
|
|
2353
|
+
const _EIPR = "EnableIpamPolicyRequest";
|
|
2354
|
+
const _EIPRn = "EnableIpamPolicyResult";
|
|
2333
2355
|
const _EIR = "EnableImageRequest";
|
|
2334
2356
|
const _EIRn = "EnableImageResult";
|
|
2335
2357
|
const _EIRx = "ExportImageRequest";
|
|
@@ -2632,6 +2654,9 @@ const _GEDKKIRe = "GetEbsDefaultKmsKeyIdResult";
|
|
|
2632
2654
|
const _GEEBD = "GetEbsEncryptionByDefault";
|
|
2633
2655
|
const _GEEBDR = "GetEbsEncryptionByDefaultRequest";
|
|
2634
2656
|
const _GEEBDRe = "GetEbsEncryptionByDefaultResult";
|
|
2657
|
+
const _GEIP = "GetEnabledIpamPolicy";
|
|
2658
|
+
const _GEIPR = "GetEnabledIpamPolicyRequest";
|
|
2659
|
+
const _GEIPRe = "GetEnabledIpamPolicyResult";
|
|
2635
2660
|
const _GFLIT = "GetFlowLogsIntegrationTemplate";
|
|
2636
2661
|
const _GFLITR = "GetFlowLogsIntegrationTemplateRequest";
|
|
2637
2662
|
const _GFLITRe = "GetFlowLogsIntegrationTemplateResult";
|
|
@@ -2667,7 +2692,10 @@ const _GIMDR = "GetInstanceMetadataDefaultsRequest";
|
|
|
2667
2692
|
const _GIMDRe = "GetInstanceMetadataDefaultsResult";
|
|
2668
2693
|
const _GIPA = "GetIpamPoolAllocations";
|
|
2669
2694
|
const _GIPAR = "GetIpamPoolAllocationsRequest";
|
|
2695
|
+
const _GIPARR = "GetIpamPolicyAllocationRulesRequest";
|
|
2696
|
+
const _GIPARRe = "GetIpamPolicyAllocationRulesResult";
|
|
2670
2697
|
const _GIPARe = "GetIpamPoolAllocationsResult";
|
|
2698
|
+
const _GIPARet = "GetIpamPolicyAllocationRules";
|
|
2671
2699
|
const _GIPC = "GetIpamPoolCidrs";
|
|
2672
2700
|
const _GIPCR = "GetIpamPoolCidrsRequest";
|
|
2673
2701
|
const _GIPCRe = "GetIpamPoolCidrsResult";
|
|
@@ -2680,6 +2708,9 @@ const _GIPLRVER = "GetIpamPrefixListResolverVersionEntriesRequest";
|
|
|
2680
2708
|
const _GIPLRVERe = "GetIpamPrefixListResolverVersionEntriesResult";
|
|
2681
2709
|
const _GIPLRVR = "GetIpamPrefixListResolverVersionsRequest";
|
|
2682
2710
|
const _GIPLRVRe = "GetIpamPrefixListResolverVersionsResult";
|
|
2711
|
+
const _GIPOT = "GetIpamPolicyOrganizationTargets";
|
|
2712
|
+
const _GIPOTR = "GetIpamPolicyOrganizationTargetsRequest";
|
|
2713
|
+
const _GIPOTRe = "GetIpamPolicyOrganizationTargetsResult";
|
|
2683
2714
|
const _GIRC = "GetIpamResourceCidrs";
|
|
2684
2715
|
const _GIRCR = "GetIpamResourceCidrsRequest";
|
|
2685
2716
|
const _GIRCRe = "GetIpamResourceCidrsResult";
|
|
@@ -3075,6 +3106,10 @@ const _IPA = "IpamPoolAllocation";
|
|
|
3075
3106
|
const _IPAAC = "IpamPoolAllocationAllowedCidrs";
|
|
3076
3107
|
const _IPADC = "IpamPoolAllocationDisallowedCidrs";
|
|
3077
3108
|
const _IPAI = "IpamPoolAllocationId";
|
|
3109
|
+
const _IPAR = "IpamPolicyAllocationRule";
|
|
3110
|
+
const _IPARL = "IpamPolicyAllocationRuleList";
|
|
3111
|
+
const _IPARLR = "IpamPolicyAllocationRuleListRequest";
|
|
3112
|
+
const _IPARR = "IpamPolicyAllocationRuleRequest";
|
|
3078
3113
|
const _IPAS = "IpamPoolAllocationSet";
|
|
3079
3114
|
const _IPASG = "IpamPublicAddressSecurityGroup";
|
|
3080
3115
|
const _IPASGL = "IpamPublicAddressSecurityGroupList";
|
|
@@ -3082,7 +3117,8 @@ const _IPAT = "IpamPublicAddressTag";
|
|
|
3082
3117
|
const _IPATL = "IpamPublicAddressTagList";
|
|
3083
3118
|
const _IPATp = "IpamPublicAddressTags";
|
|
3084
3119
|
const _IPAp = "IpamPoolAllocations";
|
|
3085
|
-
const _IPApa = "
|
|
3120
|
+
const _IPApa = "IpamPolicyArn";
|
|
3121
|
+
const _IPApam = "IpamPoolArn";
|
|
3086
3122
|
const _IPC = "Ipv6PrefixCount";
|
|
3087
3123
|
const _IPCFR = "IpamPoolCidrFailureReason";
|
|
3088
3124
|
const _IPCI = "IpamPoolCidrId";
|
|
@@ -3090,12 +3126,18 @@ const _IPCS = "IpamPoolCidrSet";
|
|
|
3090
3126
|
const _IPCp = "Ipv4PrefixCount";
|
|
3091
3127
|
const _IPCpa = "IpamPoolCidr";
|
|
3092
3128
|
const _IPCpam = "IpamPoolCidrs";
|
|
3093
|
-
const
|
|
3129
|
+
const _IPD = "IpamPolicyDocuments";
|
|
3130
|
+
const _IPDS = "IpamPolicyDocumentSet";
|
|
3131
|
+
const _IPDp = "IpamPolicyDocument";
|
|
3132
|
+
const _IPE = "IpamPolicyEnabled";
|
|
3133
|
+
const _IPEp = "IpPermissionsEgress";
|
|
3094
3134
|
const _IPI = "IpamPoolId";
|
|
3095
3135
|
const _IPIA = "InstancePrivateIpAddress";
|
|
3096
3136
|
const _IPIAL = "InstancePrivateIpAddressList";
|
|
3097
3137
|
const _IPIL = "Ipv6PoolIdList";
|
|
3098
|
-
const _IPIp = "
|
|
3138
|
+
const _IPIp = "IpamPolicyId";
|
|
3139
|
+
const _IPIpa = "IpamPolicyIds";
|
|
3140
|
+
const _IPIpam = "IpamPoolIds";
|
|
3099
3141
|
const _IPIs = "IsPrimaryIpv6";
|
|
3100
3142
|
const _IPK = "IncludePublicKey";
|
|
3101
3143
|
const _IPL = "ImageProviderList";
|
|
@@ -3135,8 +3177,11 @@ const _IPLpvr = "Ipv4PrefixList";
|
|
|
3135
3177
|
const _IPLpvre = "Ipv6PrefixesList";
|
|
3136
3178
|
const _IPLpvref = "Ipv6PrefixList";
|
|
3137
3179
|
const _IPO = "IpamPoolOwner";
|
|
3138
|
-
const
|
|
3180
|
+
const _IPOT = "IpamPolicyOrganizationTarget";
|
|
3181
|
+
const _IPOTS = "IpamPolicyOrganizationTargetSet";
|
|
3182
|
+
const _IPR = "IpamPolicyRegion";
|
|
3139
3183
|
const _IPRL = "ImageProviderRequestList";
|
|
3184
|
+
const _IPRs = "IsPermanentRestore";
|
|
3140
3185
|
const _IPS = "Ipv4PrefixSpecification";
|
|
3141
3186
|
const _IPSR = "IpamPoolSourceResource";
|
|
3142
3187
|
const _IPSRR = "IpamPoolSourceResourceRequest";
|
|
@@ -3145,7 +3190,8 @@ const _IPSRpv = "Ipv4PrefixSpecificationResponse";
|
|
|
3145
3190
|
const _IPSRpvr = "Ipv6PrefixSpecificationRequest";
|
|
3146
3191
|
const _IPSRpvre = "Ipv6PrefixSpecificationResponse";
|
|
3147
3192
|
const _IPSp = "Ipv6PrefixSpecification";
|
|
3148
|
-
const _IPSpa = "
|
|
3193
|
+
const _IPSpa = "IpamPolicySet";
|
|
3194
|
+
const _IPSpam = "IpamPoolSet";
|
|
3149
3195
|
const _IPSpv = "Ipv6PoolSet";
|
|
3150
3196
|
const _IPTUC = "InstancePoolsToUseCount";
|
|
3151
3197
|
const _IPm = "ImageProviders";
|
|
@@ -3156,8 +3202,10 @@ const _IPnt = "InterfacePermission";
|
|
|
3156
3202
|
const _IPnte = "InterfaceProtocol";
|
|
3157
3203
|
const _IPo = "IoPerformance";
|
|
3158
3204
|
const _IPp = "Ipv6Prefixes";
|
|
3159
|
-
const _IPpa = "
|
|
3160
|
-
const _IPpam = "
|
|
3205
|
+
const _IPpa = "IpamPolicy";
|
|
3206
|
+
const _IPpam = "IpamPool";
|
|
3207
|
+
const _IPpamo = "IpamPolicies";
|
|
3208
|
+
const _IPpamoo = "IpamPools";
|
|
3161
3209
|
const _IPpe = "IpPermissions";
|
|
3162
3210
|
const _IPper = "IpPermission";
|
|
3163
3211
|
const _IPpr = "IpProtocol";
|
|
@@ -3690,6 +3738,9 @@ const _MINPO = "ModifyInstanceNetworkPerformanceOptions";
|
|
|
3690
3738
|
const _MINPR = "ModifyInstanceNetworkPerformanceRequest";
|
|
3691
3739
|
const _MINPRo = "ModifyInstanceNetworkPerformanceResult";
|
|
3692
3740
|
const _MIP = "ModifyInstancePlacement";
|
|
3741
|
+
const _MIPAR = "ModifyIpamPolicyAllocationRules";
|
|
3742
|
+
const _MIPARR = "ModifyIpamPolicyAllocationRulesRequest";
|
|
3743
|
+
const _MIPARRo = "ModifyIpamPolicyAllocationRulesResult";
|
|
3693
3744
|
const _MIPLR = "ModifyIpamPrefixListResolver";
|
|
3694
3745
|
const _MIPLRR = "ModifyIpamPrefixListResolverRequest";
|
|
3695
3746
|
const _MIPLRRo = "ModifyIpamPrefixListResolverResult";
|
|
@@ -4102,9 +4153,11 @@ const _OST = "OldestSampleTime";
|
|
|
4102
4153
|
const _OSr = "OriginalSize";
|
|
4103
4154
|
const _OSv = "OverlapStatus";
|
|
4104
4155
|
const _OT = "OptimizingTime";
|
|
4156
|
+
const _OTI = "OrganizationTargetId";
|
|
4105
4157
|
const _OTf = "OfferingType";
|
|
4106
4158
|
const _OTp = "OperationType";
|
|
4107
|
-
const _OTr = "
|
|
4159
|
+
const _OTr = "OrganizationTargets";
|
|
4160
|
+
const _OTri = "OriginalThroughput";
|
|
4108
4161
|
const _OU = "OccurrenceUnit";
|
|
4109
4162
|
const _OUA = "OrganizationalUnitArn";
|
|
4110
4163
|
const _OUASL = "OrganizationalUnitArnStringList";
|
|
@@ -5823,6 +5876,7 @@ const _aL = "accountLevel";
|
|
|
5823
5876
|
const _aLI = "amiLaunchIndex";
|
|
5824
5877
|
const _aLT = "attachmentLimitType";
|
|
5825
5878
|
const _aLc = "accessLogs";
|
|
5879
|
+
const _aM = "availabilityMode";
|
|
5826
5880
|
const _aMIT = "allowsMultipleInstanceTypes";
|
|
5827
5881
|
const _aMNL = "allocationMinNetmaskLength";
|
|
5828
5882
|
const _aMNLl = "allocationMaxNetmaskLength";
|
|
@@ -5840,6 +5894,7 @@ const _aPIAS = "assignedPrivateIpAddressesSet";
|
|
|
5840
5894
|
const _aPICB = "amazonProvidedIpv6CidrBlock";
|
|
5841
5895
|
const _aPS = "addedPrincipalSet";
|
|
5842
5896
|
const _aPSs = "asPathSet";
|
|
5897
|
+
const _aPZ = "autoProvisionZones";
|
|
5843
5898
|
const _aPl = "allowedPrincipals";
|
|
5844
5899
|
const _aR = "allowReassignment";
|
|
5845
5900
|
const _aRA = "associatedRoleArn";
|
|
@@ -5849,6 +5904,7 @@ const _aRAss = "associatedResourceArn";
|
|
|
5849
5904
|
const _aRC = "acceptedRouteCount";
|
|
5850
5905
|
const _aRP = "areRoutesPersisted";
|
|
5851
5906
|
const _aRS = "associatedRoleSet";
|
|
5907
|
+
const _aRSl = "allocationRuleSet";
|
|
5852
5908
|
const _aRSu = "autoRecoverySupported";
|
|
5853
5909
|
const _aRTS = "allocationResourceTagSet";
|
|
5854
5910
|
const _aRc = "aclRule";
|
|
@@ -5861,6 +5917,7 @@ const _aRut = "autoRecovery";
|
|
|
5861
5917
|
const _aRw = "awsRegion";
|
|
5862
5918
|
const _aS = "associationState";
|
|
5863
5919
|
const _aSA = "amazonSideAsn";
|
|
5920
|
+
const _aSI = "autoScalingIps";
|
|
5864
5921
|
const _aSS = "amdSevSnp";
|
|
5865
5922
|
const _aSSs = "associatedSubnetSet";
|
|
5866
5923
|
const _aSSt = "attributeSummarySet";
|
|
@@ -6530,15 +6587,20 @@ const _iP = "instancePort";
|
|
|
6530
6587
|
const _iPA = "ipamPoolAllocation";
|
|
6531
6588
|
const _iPAI = "ipamPoolAllocationId";
|
|
6532
6589
|
const _iPAS = "ipamPoolAllocationSet";
|
|
6533
|
-
const _iPAp = "
|
|
6590
|
+
const _iPAp = "ipamPolicyArn";
|
|
6591
|
+
const _iPApa = "ipamPoolArn";
|
|
6534
6592
|
const _iPC = "ipamPoolCidr";
|
|
6535
6593
|
const _iPCI = "ipamPoolCidrId";
|
|
6536
6594
|
const _iPCS = "ipamPoolCidrSet";
|
|
6537
6595
|
const _iPCp = "ipv4PrefixCount";
|
|
6538
6596
|
const _iPCpv = "ipv6PrefixCount";
|
|
6539
|
-
const
|
|
6540
|
-
const
|
|
6597
|
+
const _iPD = "ipamPolicyDocument";
|
|
6598
|
+
const _iPDS = "ipamPolicyDocumentSet";
|
|
6599
|
+
const _iPE = "ipamPolicyEnabled";
|
|
6600
|
+
const _iPEp = "ipPermissionsEgress";
|
|
6601
|
+
const _iPI = "ipamPolicyId";
|
|
6541
6602
|
const _iPIp = "ipamPoolId";
|
|
6603
|
+
const _iPIs = "isPrimaryIpv6";
|
|
6542
6604
|
const _iPLR = "ipamPrefixListResolver";
|
|
6543
6605
|
const _iPLRA = "ipamPrefixListResolverArn";
|
|
6544
6606
|
const _iPLRI = "ipamPrefixListResolverId";
|
|
@@ -6549,13 +6611,15 @@ const _iPLRTA = "ipamPrefixListResolverTargetArn";
|
|
|
6549
6611
|
const _iPLRTI = "ipamPrefixListResolverTargetId";
|
|
6550
6612
|
const _iPLRTS = "ipamPrefixListResolverTargetSet";
|
|
6551
6613
|
const _iPLRVS = "ipamPrefixListResolverVersionSet";
|
|
6552
|
-
const _iPR = "
|
|
6553
|
-
const
|
|
6614
|
+
const _iPR = "ipamPolicyRegion";
|
|
6615
|
+
const _iPRs = "isPermanentRestore";
|
|
6616
|
+
const _iPS = "ipamPolicySet";
|
|
6554
6617
|
const _iPSm = "imageProviderSet";
|
|
6555
|
-
const _iPSp = "
|
|
6618
|
+
const _iPSp = "ipamPoolSet";
|
|
6556
6619
|
const _iPSpr = "ipPrefixSet";
|
|
6557
|
-
const _iPSpv = "
|
|
6558
|
-
const _iPSpvr = "
|
|
6620
|
+
const _iPSpv = "ipv6PoolSet";
|
|
6621
|
+
const _iPSpvr = "ipv4PrefixSet";
|
|
6622
|
+
const _iPSpvre = "ipv6PrefixSet";
|
|
6559
6623
|
const _iPTUC = "instancePoolsToUseCount";
|
|
6560
6624
|
const _iPn = "instancePlatform";
|
|
6561
6625
|
const _iPng = "ingressPackets";
|
|
@@ -6563,7 +6627,8 @@ const _iPnt = "interfacePermission";
|
|
|
6563
6627
|
const _iPnte = "interfaceProtocol";
|
|
6564
6628
|
const _iPo = "ioPerformance";
|
|
6565
6629
|
const _iPp = "ipProtocol";
|
|
6566
|
-
const _iPpa = "
|
|
6630
|
+
const _iPpa = "ipamPolicy";
|
|
6631
|
+
const _iPpam = "ipamPool";
|
|
6567
6632
|
const _iPpe = "ipPermissions";
|
|
6568
6633
|
const _iPpv = "ipv4Prefix";
|
|
6569
6634
|
const _iPpvo = "ipv6Pool";
|
|
@@ -6962,6 +7027,8 @@ const _oST = "oldestSampleTime";
|
|
|
6962
7027
|
const _oSr = "originalSize";
|
|
6963
7028
|
const _oSv = "overlapStatus";
|
|
6964
7029
|
const _oT = "optimizingTime";
|
|
7030
|
+
const _oTI = "organizationTargetId";
|
|
7031
|
+
const _oTS = "organizationTargetSet";
|
|
6965
7032
|
const _oTf = "offeringType";
|
|
6966
7033
|
const _oTr = "originalThroughput";
|
|
6967
7034
|
const _oU = "occurrenceUnit";
|
|
@@ -9843,7 +9910,7 @@ export var AssociateNatGatewayAddressRequest = [
|
|
|
9843
9910
|
n0,
|
|
9844
9911
|
_ANGAR,
|
|
9845
9912
|
0,
|
|
9846
|
-
[_NGI, _AIll, _PIAri, _DR],
|
|
9913
|
+
[_NGI, _AIll, _PIAri, _DR, _AZ, _AZI],
|
|
9847
9914
|
[
|
|
9848
9915
|
0,
|
|
9849
9916
|
[
|
|
@@ -9859,6 +9926,8 @@ export var AssociateNatGatewayAddressRequest = [
|
|
|
9859
9926
|
},
|
|
9860
9927
|
],
|
|
9861
9928
|
2,
|
|
9929
|
+
0,
|
|
9930
|
+
0,
|
|
9862
9931
|
],
|
|
9863
9932
|
];
|
|
9864
9933
|
export var AssociateNatGatewayAddressResult = [
|
|
@@ -10876,6 +10945,23 @@ export var AvailabilityZone = [
|
|
|
10876
10945
|
],
|
|
10877
10946
|
],
|
|
10878
10947
|
];
|
|
10948
|
+
export var AvailabilityZoneAddress = [
|
|
10949
|
+
3,
|
|
10950
|
+
n0,
|
|
10951
|
+
_AZA,
|
|
10952
|
+
0,
|
|
10953
|
+
[_AZ, _AZI, _AIll],
|
|
10954
|
+
[
|
|
10955
|
+
0,
|
|
10956
|
+
0,
|
|
10957
|
+
[
|
|
10958
|
+
() => AllocationIdList,
|
|
10959
|
+
{
|
|
10960
|
+
[_xN]: _AIl,
|
|
10961
|
+
},
|
|
10962
|
+
],
|
|
10963
|
+
],
|
|
10964
|
+
];
|
|
10879
10965
|
export var AvailabilityZoneMessage = [
|
|
10880
10966
|
3,
|
|
10881
10967
|
n0,
|
|
@@ -15775,11 +15861,45 @@ export var CreateIpamExternalResourceVerificationTokenResult = [
|
|
|
15775
15861
|
],
|
|
15776
15862
|
],
|
|
15777
15863
|
];
|
|
15778
|
-
export var
|
|
15864
|
+
export var CreateIpamPolicyRequest = [
|
|
15779
15865
|
3,
|
|
15780
15866
|
n0,
|
|
15781
15867
|
_CIPR,
|
|
15782
15868
|
0,
|
|
15869
|
+
[_DR, _TS, _CT, _IIp],
|
|
15870
|
+
[
|
|
15871
|
+
2,
|
|
15872
|
+
[
|
|
15873
|
+
() => TagSpecificationList,
|
|
15874
|
+
{
|
|
15875
|
+
[_xN]: _TSa,
|
|
15876
|
+
},
|
|
15877
|
+
],
|
|
15878
|
+
[0, 4],
|
|
15879
|
+
0,
|
|
15880
|
+
],
|
|
15881
|
+
];
|
|
15882
|
+
export var CreateIpamPolicyResult = [
|
|
15883
|
+
3,
|
|
15884
|
+
n0,
|
|
15885
|
+
_CIPRr,
|
|
15886
|
+
0,
|
|
15887
|
+
[_IPpa],
|
|
15888
|
+
[
|
|
15889
|
+
[
|
|
15890
|
+
() => IpamPolicy,
|
|
15891
|
+
{
|
|
15892
|
+
[_eQN]: `IpamPolicy`,
|
|
15893
|
+
[_xN]: _iPpa,
|
|
15894
|
+
},
|
|
15895
|
+
],
|
|
15896
|
+
],
|
|
15897
|
+
];
|
|
15898
|
+
export var CreateIpamPoolRequest = [
|
|
15899
|
+
3,
|
|
15900
|
+
n0,
|
|
15901
|
+
_CIPRre,
|
|
15902
|
+
0,
|
|
15783
15903
|
[_DR, _ISI, _Lo, _SIPI, _De, _AF, _AIu, _PAu, _AMNL, _AMNLl, _ADNL, _ART, _TS, _CT, _ASw, _PIS, _SRou],
|
|
15784
15904
|
[
|
|
15785
15905
|
2,
|
|
@@ -15814,15 +15934,15 @@ export var CreateIpamPoolRequest = [
|
|
|
15814
15934
|
export var CreateIpamPoolResult = [
|
|
15815
15935
|
3,
|
|
15816
15936
|
n0,
|
|
15817
|
-
|
|
15937
|
+
_CIPRrea,
|
|
15818
15938
|
0,
|
|
15819
|
-
[
|
|
15939
|
+
[_IPpam],
|
|
15820
15940
|
[
|
|
15821
15941
|
[
|
|
15822
15942
|
() => IpamPool,
|
|
15823
15943
|
{
|
|
15824
15944
|
[_eQN]: `IpamPool`,
|
|
15825
|
-
[_xN]:
|
|
15945
|
+
[_xN]: _iPpam,
|
|
15826
15946
|
},
|
|
15827
15947
|
],
|
|
15828
15948
|
],
|
|
@@ -16410,12 +16530,20 @@ export var CreateNatGatewayRequest = [
|
|
|
16410
16530
|
n0,
|
|
16411
16531
|
_CNGR,
|
|
16412
16532
|
0,
|
|
16413
|
-
[_AIl, _CT, _DR, _SIu, _TS, _CTon, _PIAr, _SAI, _SPIA, _SPIAC],
|
|
16533
|
+
[_AM, _AIl, _CT, _DR, _SIu, _VI, _AZAv, _TS, _CTon, _PIAr, _SAI, _SPIA, _SPIAC],
|
|
16414
16534
|
[
|
|
16535
|
+
0,
|
|
16415
16536
|
0,
|
|
16416
16537
|
[0, 4],
|
|
16417
16538
|
2,
|
|
16418
16539
|
0,
|
|
16540
|
+
0,
|
|
16541
|
+
[
|
|
16542
|
+
() => AvailabilityZoneAddresses,
|
|
16543
|
+
{
|
|
16544
|
+
[_xN]: _AZA,
|
|
16545
|
+
},
|
|
16546
|
+
],
|
|
16419
16547
|
[
|
|
16420
16548
|
() => TagSpecificationList,
|
|
16421
16549
|
{
|
|
@@ -19640,19 +19768,36 @@ export var DeleteIpamExternalResourceVerificationTokenResult = [
|
|
|
19640
19768
|
],
|
|
19641
19769
|
],
|
|
19642
19770
|
];
|
|
19643
|
-
export var
|
|
19644
|
-
export var
|
|
19771
|
+
export var DeleteIpamPolicyRequest = [3, n0, _DIPR, 0, [_DR, _IPIp], [2, 0]];
|
|
19772
|
+
export var DeleteIpamPolicyResult = [
|
|
19645
19773
|
3,
|
|
19646
19774
|
n0,
|
|
19647
19775
|
_DIPRe,
|
|
19648
19776
|
0,
|
|
19649
19777
|
[_IPpa],
|
|
19778
|
+
[
|
|
19779
|
+
[
|
|
19780
|
+
() => IpamPolicy,
|
|
19781
|
+
{
|
|
19782
|
+
[_eQN]: `IpamPolicy`,
|
|
19783
|
+
[_xN]: _iPpa,
|
|
19784
|
+
},
|
|
19785
|
+
],
|
|
19786
|
+
],
|
|
19787
|
+
];
|
|
19788
|
+
export var DeleteIpamPoolRequest = [3, n0, _DIPRel, 0, [_DR, _IPI, _Ca], [2, 0, 2]];
|
|
19789
|
+
export var DeleteIpamPoolResult = [
|
|
19790
|
+
3,
|
|
19791
|
+
n0,
|
|
19792
|
+
_DIPRele,
|
|
19793
|
+
0,
|
|
19794
|
+
[_IPpam],
|
|
19650
19795
|
[
|
|
19651
19796
|
[
|
|
19652
19797
|
() => IpamPool,
|
|
19653
19798
|
{
|
|
19654
19799
|
[_eQN]: `IpamPool`,
|
|
19655
|
-
[_xN]:
|
|
19800
|
+
[_xN]: _iPpam,
|
|
19656
19801
|
},
|
|
19657
19802
|
],
|
|
19658
19803
|
],
|
|
@@ -24924,12 +25069,59 @@ export var DescribeIpamExternalResourceVerificationTokensResult = [
|
|
|
24924
25069
|
],
|
|
24925
25070
|
],
|
|
24926
25071
|
];
|
|
24927
|
-
export var
|
|
25072
|
+
export var DescribeIpamPoliciesRequest = [
|
|
24928
25073
|
3,
|
|
24929
25074
|
n0,
|
|
24930
25075
|
_DIPRes,
|
|
24931
25076
|
0,
|
|
24932
|
-
[_DR, _Fi, _MR, _NTe,
|
|
25077
|
+
[_DR, _Fi, _MR, _NTe, _IPIpa],
|
|
25078
|
+
[
|
|
25079
|
+
2,
|
|
25080
|
+
[
|
|
25081
|
+
() => FilterList,
|
|
25082
|
+
{
|
|
25083
|
+
[_xN]: _Fil,
|
|
25084
|
+
},
|
|
25085
|
+
],
|
|
25086
|
+
1,
|
|
25087
|
+
0,
|
|
25088
|
+
[
|
|
25089
|
+
() => ValueStringList,
|
|
25090
|
+
{
|
|
25091
|
+
[_xN]: _IPIp,
|
|
25092
|
+
},
|
|
25093
|
+
],
|
|
25094
|
+
],
|
|
25095
|
+
];
|
|
25096
|
+
export var DescribeIpamPoliciesResult = [
|
|
25097
|
+
3,
|
|
25098
|
+
n0,
|
|
25099
|
+
_DIPResc,
|
|
25100
|
+
0,
|
|
25101
|
+
[_NTe, _IPpamo],
|
|
25102
|
+
[
|
|
25103
|
+
[
|
|
25104
|
+
0,
|
|
25105
|
+
{
|
|
25106
|
+
[_eQN]: `NextToken`,
|
|
25107
|
+
[_xN]: _nTe,
|
|
25108
|
+
},
|
|
25109
|
+
],
|
|
25110
|
+
[
|
|
25111
|
+
() => IpamPolicySet,
|
|
25112
|
+
{
|
|
25113
|
+
[_eQN]: `IpamPolicySet`,
|
|
25114
|
+
[_xN]: _iPS,
|
|
25115
|
+
},
|
|
25116
|
+
],
|
|
25117
|
+
],
|
|
25118
|
+
];
|
|
25119
|
+
export var DescribeIpamPoolsRequest = [
|
|
25120
|
+
3,
|
|
25121
|
+
n0,
|
|
25122
|
+
_DIPRescr,
|
|
25123
|
+
0,
|
|
25124
|
+
[_DR, _Fi, _MR, _NTe, _IPIpam],
|
|
24933
25125
|
[
|
|
24934
25126
|
2,
|
|
24935
25127
|
[
|
|
@@ -24951,9 +25143,9 @@ export var DescribeIpamPoolsRequest = [
|
|
|
24951
25143
|
export var DescribeIpamPoolsResult = [
|
|
24952
25144
|
3,
|
|
24953
25145
|
n0,
|
|
24954
|
-
|
|
25146
|
+
_DIPRescri,
|
|
24955
25147
|
0,
|
|
24956
|
-
[_NTe,
|
|
25148
|
+
[_NTe, _IPpamoo],
|
|
24957
25149
|
[
|
|
24958
25150
|
[
|
|
24959
25151
|
0,
|
|
@@ -24966,7 +25158,7 @@ export var DescribeIpamPoolsResult = [
|
|
|
24966
25158
|
() => IpamPoolSet,
|
|
24967
25159
|
{
|
|
24968
25160
|
[_eQN]: `IpamPoolSet`,
|
|
24969
|
-
[_xN]:
|
|
25161
|
+
[_xN]: _iPSp,
|
|
24970
25162
|
},
|
|
24971
25163
|
],
|
|
24972
25164
|
],
|
|
@@ -25257,7 +25449,7 @@ export var DescribeIpamsResult = [
|
|
|
25257
25449
|
export var DescribeIpv6PoolsRequest = [
|
|
25258
25450
|
3,
|
|
25259
25451
|
n0,
|
|
25260
|
-
|
|
25452
|
+
_DIPRescrib,
|
|
25261
25453
|
0,
|
|
25262
25454
|
[_PIoo, _NTe, _MR, _DR, _Fi],
|
|
25263
25455
|
[
|
|
@@ -25281,7 +25473,7 @@ export var DescribeIpv6PoolsRequest = [
|
|
|
25281
25473
|
export var DescribeIpv6PoolsResult = [
|
|
25282
25474
|
3,
|
|
25283
25475
|
n0,
|
|
25284
|
-
|
|
25476
|
+
_DIPRescribe,
|
|
25285
25477
|
0,
|
|
25286
25478
|
[_IPpvoo, _NTe],
|
|
25287
25479
|
[
|
|
@@ -25289,7 +25481,7 @@ export var DescribeIpv6PoolsResult = [
|
|
|
25289
25481
|
() => Ipv6PoolSet,
|
|
25290
25482
|
{
|
|
25291
25483
|
[_eQN]: `Ipv6PoolSet`,
|
|
25292
|
-
[_xN]:
|
|
25484
|
+
[_xN]: _iPSpv,
|
|
25293
25485
|
},
|
|
25294
25486
|
],
|
|
25295
25487
|
[
|
|
@@ -31000,6 +31192,23 @@ export var DisableIpamOrganizationAdminAccountResult = [
|
|
|
31000
31192
|
],
|
|
31001
31193
|
],
|
|
31002
31194
|
];
|
|
31195
|
+
export var DisableIpamPolicyRequest = [3, n0, _DIPRi, 0, [_DR, _IPIp, _OTI], [2, 0, 0]];
|
|
31196
|
+
export var DisableIpamPolicyResult = [
|
|
31197
|
+
3,
|
|
31198
|
+
n0,
|
|
31199
|
+
_DIPRis,
|
|
31200
|
+
0,
|
|
31201
|
+
[_R],
|
|
31202
|
+
[
|
|
31203
|
+
[
|
|
31204
|
+
2,
|
|
31205
|
+
{
|
|
31206
|
+
[_eQN]: `Return`,
|
|
31207
|
+
[_xN]: _r,
|
|
31208
|
+
},
|
|
31209
|
+
],
|
|
31210
|
+
],
|
|
31211
|
+
];
|
|
31003
31212
|
export var DisableRouteServerPropagationRequest = [
|
|
31004
31213
|
3,
|
|
31005
31214
|
n0,
|
|
@@ -33085,6 +33294,23 @@ export var EnableIpamOrganizationAdminAccountResult = [
|
|
|
33085
33294
|
],
|
|
33086
33295
|
],
|
|
33087
33296
|
];
|
|
33297
|
+
export var EnableIpamPolicyRequest = [3, n0, _EIPR, 0, [_DR, _IPIp, _OTI], [2, 0, 0]];
|
|
33298
|
+
export var EnableIpamPolicyResult = [
|
|
33299
|
+
3,
|
|
33300
|
+
n0,
|
|
33301
|
+
_EIPRn,
|
|
33302
|
+
0,
|
|
33303
|
+
[_IPIp],
|
|
33304
|
+
[
|
|
33305
|
+
[
|
|
33306
|
+
0,
|
|
33307
|
+
{
|
|
33308
|
+
[_eQN]: `IpamPolicyId`,
|
|
33309
|
+
[_xN]: _iPI,
|
|
33310
|
+
},
|
|
33311
|
+
],
|
|
33312
|
+
],
|
|
33313
|
+
];
|
|
33088
33314
|
export var EnableReachabilityAnalyzerOrganizationSharingRequest = [
|
|
33089
33315
|
3,
|
|
33090
33316
|
n0,
|
|
@@ -36073,6 +36299,37 @@ export var GetEbsEncryptionByDefaultResult = [
|
|
|
36073
36299
|
],
|
|
36074
36300
|
],
|
|
36075
36301
|
];
|
|
36302
|
+
export var GetEnabledIpamPolicyRequest = [3, n0, _GEIPR, 0, [_DR], [2]];
|
|
36303
|
+
export var GetEnabledIpamPolicyResult = [
|
|
36304
|
+
3,
|
|
36305
|
+
n0,
|
|
36306
|
+
_GEIPRe,
|
|
36307
|
+
0,
|
|
36308
|
+
[_IPE, _IPIp, _MB],
|
|
36309
|
+
[
|
|
36310
|
+
[
|
|
36311
|
+
2,
|
|
36312
|
+
{
|
|
36313
|
+
[_eQN]: `IpamPolicyEnabled`,
|
|
36314
|
+
[_xN]: _iPE,
|
|
36315
|
+
},
|
|
36316
|
+
],
|
|
36317
|
+
[
|
|
36318
|
+
0,
|
|
36319
|
+
{
|
|
36320
|
+
[_eQN]: `IpamPolicyId`,
|
|
36321
|
+
[_xN]: _iPI,
|
|
36322
|
+
},
|
|
36323
|
+
],
|
|
36324
|
+
[
|
|
36325
|
+
0,
|
|
36326
|
+
{
|
|
36327
|
+
[_eQN]: `ManagedBy`,
|
|
36328
|
+
[_xN]: _mB,
|
|
36329
|
+
},
|
|
36330
|
+
],
|
|
36331
|
+
],
|
|
36332
|
+
];
|
|
36076
36333
|
export var GetFlowLogsIntegrationTemplateRequest = [
|
|
36077
36334
|
3,
|
|
36078
36335
|
n0,
|
|
@@ -36551,6 +36808,92 @@ export var GetIpamDiscoveredResourceCidrsResult = [
|
|
|
36551
36808
|
],
|
|
36552
36809
|
],
|
|
36553
36810
|
];
|
|
36811
|
+
export var GetIpamPolicyAllocationRulesRequest = [
|
|
36812
|
+
3,
|
|
36813
|
+
n0,
|
|
36814
|
+
_GIPARR,
|
|
36815
|
+
0,
|
|
36816
|
+
[_DR, _IPIp, _Fi, _Lo, _RTe, _MR, _NTe],
|
|
36817
|
+
[
|
|
36818
|
+
2,
|
|
36819
|
+
0,
|
|
36820
|
+
[
|
|
36821
|
+
() => FilterList,
|
|
36822
|
+
{
|
|
36823
|
+
[_xN]: _Fil,
|
|
36824
|
+
},
|
|
36825
|
+
],
|
|
36826
|
+
0,
|
|
36827
|
+
0,
|
|
36828
|
+
1,
|
|
36829
|
+
0,
|
|
36830
|
+
],
|
|
36831
|
+
];
|
|
36832
|
+
export var GetIpamPolicyAllocationRulesResult = [
|
|
36833
|
+
3,
|
|
36834
|
+
n0,
|
|
36835
|
+
_GIPARRe,
|
|
36836
|
+
0,
|
|
36837
|
+
[_IPD, _NTe],
|
|
36838
|
+
[
|
|
36839
|
+
[
|
|
36840
|
+
() => IpamPolicyDocumentSet,
|
|
36841
|
+
{
|
|
36842
|
+
[_eQN]: `IpamPolicyDocumentSet`,
|
|
36843
|
+
[_xN]: _iPDS,
|
|
36844
|
+
},
|
|
36845
|
+
],
|
|
36846
|
+
[
|
|
36847
|
+
0,
|
|
36848
|
+
{
|
|
36849
|
+
[_eQN]: `NextToken`,
|
|
36850
|
+
[_xN]: _nTe,
|
|
36851
|
+
},
|
|
36852
|
+
],
|
|
36853
|
+
],
|
|
36854
|
+
];
|
|
36855
|
+
export var GetIpamPolicyOrganizationTargetsRequest = [
|
|
36856
|
+
3,
|
|
36857
|
+
n0,
|
|
36858
|
+
_GIPOTR,
|
|
36859
|
+
0,
|
|
36860
|
+
[_DR, _MR, _NTe, _IPIp, _Fi],
|
|
36861
|
+
[
|
|
36862
|
+
2,
|
|
36863
|
+
1,
|
|
36864
|
+
0,
|
|
36865
|
+
0,
|
|
36866
|
+
[
|
|
36867
|
+
() => FilterList,
|
|
36868
|
+
{
|
|
36869
|
+
[_xN]: _Fil,
|
|
36870
|
+
},
|
|
36871
|
+
],
|
|
36872
|
+
],
|
|
36873
|
+
];
|
|
36874
|
+
export var GetIpamPolicyOrganizationTargetsResult = [
|
|
36875
|
+
3,
|
|
36876
|
+
n0,
|
|
36877
|
+
_GIPOTRe,
|
|
36878
|
+
0,
|
|
36879
|
+
[_OTr, _NTe],
|
|
36880
|
+
[
|
|
36881
|
+
[
|
|
36882
|
+
() => IpamPolicyOrganizationTargetSet,
|
|
36883
|
+
{
|
|
36884
|
+
[_eQN]: `OrganizationTargetSet`,
|
|
36885
|
+
[_xN]: _oTS,
|
|
36886
|
+
},
|
|
36887
|
+
],
|
|
36888
|
+
[
|
|
36889
|
+
0,
|
|
36890
|
+
{
|
|
36891
|
+
[_eQN]: `NextToken`,
|
|
36892
|
+
[_xN]: _nTe,
|
|
36893
|
+
},
|
|
36894
|
+
],
|
|
36895
|
+
],
|
|
36896
|
+
];
|
|
36554
36897
|
export var GetIpamPoolAllocationsRequest = [
|
|
36555
36898
|
3,
|
|
36556
36899
|
n0,
|
|
@@ -41647,7 +41990,7 @@ export var InstanceIpv6Address = [
|
|
|
41647
41990
|
2,
|
|
41648
41991
|
{
|
|
41649
41992
|
[_eQN]: `IsPrimaryIpv6`,
|
|
41650
|
-
[_xN]:
|
|
41993
|
+
[_xN]: _iPIs,
|
|
41651
41994
|
},
|
|
41652
41995
|
],
|
|
41653
41996
|
],
|
|
@@ -41978,14 +42321,14 @@ export var InstanceNetworkInterface = [
|
|
|
41978
42321
|
() => InstanceIpv4PrefixList,
|
|
41979
42322
|
{
|
|
41980
42323
|
[_eQN]: `Ipv4PrefixSet`,
|
|
41981
|
-
[_xN]:
|
|
42324
|
+
[_xN]: _iPSpvr,
|
|
41982
42325
|
},
|
|
41983
42326
|
],
|
|
41984
42327
|
[
|
|
41985
42328
|
() => InstanceIpv6PrefixList,
|
|
41986
42329
|
{
|
|
41987
42330
|
[_eQN]: `Ipv6PrefixSet`,
|
|
41988
|
-
[_xN]:
|
|
42331
|
+
[_xN]: _iPSpvre,
|
|
41989
42332
|
},
|
|
41990
42333
|
],
|
|
41991
42334
|
[
|
|
@@ -42328,7 +42671,7 @@ export var InstanceRequirements = [
|
|
|
42328
42671
|
_BEBM,
|
|
42329
42672
|
_ATc,
|
|
42330
42673
|
_AC,
|
|
42331
|
-
|
|
42674
|
+
_AMc,
|
|
42332
42675
|
_ANc,
|
|
42333
42676
|
_ATMMB,
|
|
42334
42677
|
_NBGe,
|
|
@@ -42546,7 +42889,7 @@ export var InstanceRequirementsRequest = [
|
|
|
42546
42889
|
_BEBM,
|
|
42547
42890
|
_ATc,
|
|
42548
42891
|
_AC,
|
|
42549
|
-
|
|
42892
|
+
_AMc,
|
|
42550
42893
|
_ANc,
|
|
42551
42894
|
_ATMMB,
|
|
42552
42895
|
_NBGe,
|
|
@@ -42602,7 +42945,7 @@ export var InstanceRequirementsRequest = [
|
|
|
42602
42945
|
[
|
|
42603
42946
|
() => AcceleratorManufacturerSet,
|
|
42604
42947
|
{
|
|
42605
|
-
[_xN]:
|
|
42948
|
+
[_xN]: _AMcc,
|
|
42606
42949
|
},
|
|
42607
42950
|
],
|
|
42608
42951
|
[
|
|
@@ -44082,16 +44425,151 @@ export var IpamOrganizationalUnitExclusion = [
|
|
|
44082
44425
|
],
|
|
44083
44426
|
],
|
|
44084
44427
|
];
|
|
44085
|
-
export var
|
|
44428
|
+
export var IpamPolicy = [
|
|
44086
44429
|
3,
|
|
44087
44430
|
n0,
|
|
44088
44431
|
_IPpa,
|
|
44089
44432
|
0,
|
|
44433
|
+
[_OI, _IPIp, _IPApa, _IPR, _St, _SMta, _T, _IIp],
|
|
44434
|
+
[
|
|
44435
|
+
[
|
|
44436
|
+
0,
|
|
44437
|
+
{
|
|
44438
|
+
[_eQN]: `OwnerId`,
|
|
44439
|
+
[_xN]: _oI,
|
|
44440
|
+
},
|
|
44441
|
+
],
|
|
44442
|
+
[
|
|
44443
|
+
0,
|
|
44444
|
+
{
|
|
44445
|
+
[_eQN]: `IpamPolicyId`,
|
|
44446
|
+
[_xN]: _iPI,
|
|
44447
|
+
},
|
|
44448
|
+
],
|
|
44449
|
+
[
|
|
44450
|
+
0,
|
|
44451
|
+
{
|
|
44452
|
+
[_eQN]: `IpamPolicyArn`,
|
|
44453
|
+
[_xN]: _iPAp,
|
|
44454
|
+
},
|
|
44455
|
+
],
|
|
44456
|
+
[
|
|
44457
|
+
0,
|
|
44458
|
+
{
|
|
44459
|
+
[_eQN]: `IpamPolicyRegion`,
|
|
44460
|
+
[_xN]: _iPR,
|
|
44461
|
+
},
|
|
44462
|
+
],
|
|
44463
|
+
[
|
|
44464
|
+
0,
|
|
44465
|
+
{
|
|
44466
|
+
[_eQN]: `State`,
|
|
44467
|
+
[_xN]: _st,
|
|
44468
|
+
},
|
|
44469
|
+
],
|
|
44470
|
+
[
|
|
44471
|
+
0,
|
|
44472
|
+
{
|
|
44473
|
+
[_eQN]: `StateMessage`,
|
|
44474
|
+
[_xN]: _sMta,
|
|
44475
|
+
},
|
|
44476
|
+
],
|
|
44477
|
+
[
|
|
44478
|
+
() => TagList,
|
|
44479
|
+
{
|
|
44480
|
+
[_eQN]: `TagSet`,
|
|
44481
|
+
[_xN]: _tS,
|
|
44482
|
+
},
|
|
44483
|
+
],
|
|
44484
|
+
[
|
|
44485
|
+
0,
|
|
44486
|
+
{
|
|
44487
|
+
[_eQN]: `IpamId`,
|
|
44488
|
+
[_xN]: _iIp,
|
|
44489
|
+
},
|
|
44490
|
+
],
|
|
44491
|
+
],
|
|
44492
|
+
];
|
|
44493
|
+
export var IpamPolicyAllocationRule = [
|
|
44494
|
+
3,
|
|
44495
|
+
n0,
|
|
44496
|
+
_IPAR,
|
|
44497
|
+
0,
|
|
44498
|
+
[_SIPI],
|
|
44499
|
+
[
|
|
44500
|
+
[
|
|
44501
|
+
0,
|
|
44502
|
+
{
|
|
44503
|
+
[_eQN]: `SourceIpamPoolId`,
|
|
44504
|
+
[_xN]: _sIPI,
|
|
44505
|
+
},
|
|
44506
|
+
],
|
|
44507
|
+
],
|
|
44508
|
+
];
|
|
44509
|
+
export var IpamPolicyAllocationRuleRequest = [3, n0, _IPARR, 0, [_SIPI], [0]];
|
|
44510
|
+
export var IpamPolicyDocument = [
|
|
44511
|
+
3,
|
|
44512
|
+
n0,
|
|
44513
|
+
_IPDp,
|
|
44514
|
+
0,
|
|
44515
|
+
[_IPIp, _Lo, _RTe, _ARllo],
|
|
44516
|
+
[
|
|
44517
|
+
[
|
|
44518
|
+
0,
|
|
44519
|
+
{
|
|
44520
|
+
[_eQN]: `IpamPolicyId`,
|
|
44521
|
+
[_xN]: _iPI,
|
|
44522
|
+
},
|
|
44523
|
+
],
|
|
44524
|
+
[
|
|
44525
|
+
0,
|
|
44526
|
+
{
|
|
44527
|
+
[_eQN]: `Locale`,
|
|
44528
|
+
[_xN]: _loc,
|
|
44529
|
+
},
|
|
44530
|
+
],
|
|
44531
|
+
[
|
|
44532
|
+
0,
|
|
44533
|
+
{
|
|
44534
|
+
[_eQN]: `ResourceType`,
|
|
44535
|
+
[_xN]: _rTe,
|
|
44536
|
+
},
|
|
44537
|
+
],
|
|
44538
|
+
[
|
|
44539
|
+
() => IpamPolicyAllocationRuleList,
|
|
44540
|
+
{
|
|
44541
|
+
[_eQN]: `AllocationRuleSet`,
|
|
44542
|
+
[_xN]: _aRSl,
|
|
44543
|
+
},
|
|
44544
|
+
],
|
|
44545
|
+
],
|
|
44546
|
+
];
|
|
44547
|
+
export var IpamPolicyOrganizationTarget = [
|
|
44548
|
+
3,
|
|
44549
|
+
n0,
|
|
44550
|
+
_IPOT,
|
|
44551
|
+
0,
|
|
44552
|
+
[_OTI],
|
|
44553
|
+
[
|
|
44554
|
+
[
|
|
44555
|
+
0,
|
|
44556
|
+
{
|
|
44557
|
+
[_eQN]: `OrganizationTargetId`,
|
|
44558
|
+
[_xN]: _oTI,
|
|
44559
|
+
},
|
|
44560
|
+
],
|
|
44561
|
+
],
|
|
44562
|
+
];
|
|
44563
|
+
export var IpamPool = [
|
|
44564
|
+
3,
|
|
44565
|
+
n0,
|
|
44566
|
+
_IPpam,
|
|
44567
|
+
0,
|
|
44090
44568
|
[
|
|
44091
44569
|
_OI,
|
|
44092
44570
|
_IPI,
|
|
44093
44571
|
_SIPI,
|
|
44094
|
-
|
|
44572
|
+
_IPApam,
|
|
44095
44573
|
_ISA,
|
|
44096
44574
|
_ISTp,
|
|
44097
44575
|
_IApa,
|
|
@@ -44139,7 +44617,7 @@ export var IpamPool = [
|
|
|
44139
44617
|
0,
|
|
44140
44618
|
{
|
|
44141
44619
|
[_eQN]: `IpamPoolArn`,
|
|
44142
|
-
[_xN]:
|
|
44620
|
+
[_xN]: _iPApa,
|
|
44143
44621
|
},
|
|
44144
44622
|
],
|
|
44145
44623
|
[
|
|
@@ -46487,7 +46965,7 @@ export var LaunchTemplateInstanceNetworkInterfaceSpecification = [
|
|
|
46487
46965
|
() => Ipv4PrefixListResponse,
|
|
46488
46966
|
{
|
|
46489
46967
|
[_eQN]: `Ipv4PrefixSet`,
|
|
46490
|
-
[_xN]:
|
|
46968
|
+
[_xN]: _iPSpvr,
|
|
46491
46969
|
},
|
|
46492
46970
|
],
|
|
46493
46971
|
[
|
|
@@ -46501,7 +46979,7 @@ export var LaunchTemplateInstanceNetworkInterfaceSpecification = [
|
|
|
46501
46979
|
() => Ipv6PrefixListResponse,
|
|
46502
46980
|
{
|
|
46503
46981
|
[_eQN]: `Ipv6PrefixSet`,
|
|
46504
|
-
[_xN]:
|
|
46982
|
+
[_xN]: _iPSpvre,
|
|
46505
46983
|
},
|
|
46506
46984
|
],
|
|
46507
46985
|
[
|
|
@@ -49211,6 +49689,41 @@ export var ModifyInstancePlacementResult = [
|
|
|
49211
49689
|
],
|
|
49212
49690
|
],
|
|
49213
49691
|
];
|
|
49692
|
+
export var ModifyIpamPolicyAllocationRulesRequest = [
|
|
49693
|
+
3,
|
|
49694
|
+
n0,
|
|
49695
|
+
_MIPARR,
|
|
49696
|
+
0,
|
|
49697
|
+
[_DR, _IPIp, _Lo, _RTe, _ARllo],
|
|
49698
|
+
[
|
|
49699
|
+
2,
|
|
49700
|
+
0,
|
|
49701
|
+
0,
|
|
49702
|
+
0,
|
|
49703
|
+
[
|
|
49704
|
+
() => IpamPolicyAllocationRuleListRequest,
|
|
49705
|
+
{
|
|
49706
|
+
[_xN]: _ARlloc,
|
|
49707
|
+
},
|
|
49708
|
+
],
|
|
49709
|
+
],
|
|
49710
|
+
];
|
|
49711
|
+
export var ModifyIpamPolicyAllocationRulesResult = [
|
|
49712
|
+
3,
|
|
49713
|
+
n0,
|
|
49714
|
+
_MIPARRo,
|
|
49715
|
+
0,
|
|
49716
|
+
[_IPDp],
|
|
49717
|
+
[
|
|
49718
|
+
[
|
|
49719
|
+
() => IpamPolicyDocument,
|
|
49720
|
+
{
|
|
49721
|
+
[_eQN]: `IpamPolicyDocument`,
|
|
49722
|
+
[_xN]: _iPD,
|
|
49723
|
+
},
|
|
49724
|
+
],
|
|
49725
|
+
],
|
|
49726
|
+
];
|
|
49214
49727
|
export var ModifyIpamPoolRequest = [
|
|
49215
49728
|
3,
|
|
49216
49729
|
n0,
|
|
@@ -49245,13 +49758,13 @@ export var ModifyIpamPoolResult = [
|
|
|
49245
49758
|
n0,
|
|
49246
49759
|
_MIPRodi,
|
|
49247
49760
|
0,
|
|
49248
|
-
[
|
|
49761
|
+
[_IPpam],
|
|
49249
49762
|
[
|
|
49250
49763
|
[
|
|
49251
49764
|
() => IpamPool,
|
|
49252
49765
|
{
|
|
49253
49766
|
[_eQN]: `IpamPool`,
|
|
49254
|
-
[_xN]:
|
|
49767
|
+
[_xN]: _iPpam,
|
|
49255
49768
|
},
|
|
49256
49769
|
],
|
|
49257
49770
|
],
|
|
@@ -51187,7 +51700,7 @@ export var NatGateway = [
|
|
|
51187
51700
|
n0,
|
|
51188
51701
|
_NG,
|
|
51189
51702
|
0,
|
|
51190
|
-
[_CTr, _DTel, _FCa, _FM, _NGA, _NGI, _PB, _St, _SIu, _VI, _T, _CTon],
|
|
51703
|
+
[_CTr, _DTel, _FCa, _FM, _NGA, _NGI, _PB, _St, _SIu, _VI, _T, _CTon, _AM, _ASIu, _APZ, _RTI],
|
|
51191
51704
|
[
|
|
51192
51705
|
[
|
|
51193
51706
|
4,
|
|
@@ -51273,6 +51786,34 @@ export var NatGateway = [
|
|
|
51273
51786
|
[_xN]: _cTonn,
|
|
51274
51787
|
},
|
|
51275
51788
|
],
|
|
51789
|
+
[
|
|
51790
|
+
0,
|
|
51791
|
+
{
|
|
51792
|
+
[_eQN]: `AvailabilityMode`,
|
|
51793
|
+
[_xN]: _aM,
|
|
51794
|
+
},
|
|
51795
|
+
],
|
|
51796
|
+
[
|
|
51797
|
+
0,
|
|
51798
|
+
{
|
|
51799
|
+
[_eQN]: `AutoScalingIps`,
|
|
51800
|
+
[_xN]: _aSI,
|
|
51801
|
+
},
|
|
51802
|
+
],
|
|
51803
|
+
[
|
|
51804
|
+
0,
|
|
51805
|
+
{
|
|
51806
|
+
[_eQN]: `AutoProvisionZones`,
|
|
51807
|
+
[_xN]: _aPZ,
|
|
51808
|
+
},
|
|
51809
|
+
],
|
|
51810
|
+
[
|
|
51811
|
+
0,
|
|
51812
|
+
{
|
|
51813
|
+
[_eQN]: `RouteTableId`,
|
|
51814
|
+
[_xN]: _rTI,
|
|
51815
|
+
},
|
|
51816
|
+
],
|
|
51276
51817
|
],
|
|
51277
51818
|
];
|
|
51278
51819
|
export var NatGatewayAddress = [
|
|
@@ -51280,7 +51821,7 @@ export var NatGatewayAddress = [
|
|
|
51280
51821
|
n0,
|
|
51281
51822
|
_NGAa,
|
|
51282
51823
|
0,
|
|
51283
|
-
[_AIl, _NII, _PIri, _PI, _AIs, _IPsr, _FM, _Sta],
|
|
51824
|
+
[_AIl, _NII, _PIri, _PI, _AIs, _IPsr, _FM, _Sta, _AZ, _AZI],
|
|
51284
51825
|
[
|
|
51285
51826
|
[
|
|
51286
51827
|
0,
|
|
@@ -51338,6 +51879,20 @@ export var NatGatewayAddress = [
|
|
|
51338
51879
|
[_xN]: _sta,
|
|
51339
51880
|
},
|
|
51340
51881
|
],
|
|
51882
|
+
[
|
|
51883
|
+
0,
|
|
51884
|
+
{
|
|
51885
|
+
[_eQN]: `AvailabilityZone`,
|
|
51886
|
+
[_xN]: _aZ,
|
|
51887
|
+
},
|
|
51888
|
+
],
|
|
51889
|
+
[
|
|
51890
|
+
0,
|
|
51891
|
+
{
|
|
51892
|
+
[_eQN]: `AvailabilityZoneId`,
|
|
51893
|
+
[_xN]: _aZI,
|
|
51894
|
+
},
|
|
51895
|
+
],
|
|
51341
51896
|
],
|
|
51342
51897
|
];
|
|
51343
51898
|
export var NativeApplicationOidcOptions = [
|
|
@@ -52312,14 +52867,14 @@ export var NetworkInterface = [
|
|
|
52312
52867
|
() => Ipv4PrefixesList,
|
|
52313
52868
|
{
|
|
52314
52869
|
[_eQN]: `Ipv4PrefixSet`,
|
|
52315
|
-
[_xN]:
|
|
52870
|
+
[_xN]: _iPSpvr,
|
|
52316
52871
|
},
|
|
52317
52872
|
],
|
|
52318
52873
|
[
|
|
52319
52874
|
() => Ipv6PrefixesList,
|
|
52320
52875
|
{
|
|
52321
52876
|
[_eQN]: `Ipv6PrefixSet`,
|
|
52322
|
-
[_xN]:
|
|
52877
|
+
[_xN]: _iPSpvre,
|
|
52323
52878
|
},
|
|
52324
52879
|
],
|
|
52325
52880
|
[
|
|
@@ -52626,7 +53181,7 @@ export var NetworkInterfaceIpv6Address = [
|
|
|
52626
53181
|
2,
|
|
52627
53182
|
{
|
|
52628
53183
|
[_eQN]: `IsPrimaryIpv6`,
|
|
52629
|
-
[_xN]:
|
|
53184
|
+
[_xN]: _iPIs,
|
|
52630
53185
|
},
|
|
52631
53186
|
],
|
|
52632
53187
|
],
|
|
@@ -57761,7 +58316,7 @@ export var RestoreSnapshotTierResult = [
|
|
|
57761
58316
|
n0,
|
|
57762
58317
|
_RSTRe,
|
|
57763
58318
|
0,
|
|
57764
|
-
[_SIn, _RSTe, _RD,
|
|
58319
|
+
[_SIn, _RSTe, _RD, _IPRs],
|
|
57765
58320
|
[
|
|
57766
58321
|
[
|
|
57767
58322
|
0,
|
|
@@ -57788,7 +58343,7 @@ export var RestoreSnapshotTierResult = [
|
|
|
57788
58343
|
2,
|
|
57789
58344
|
{
|
|
57790
58345
|
[_eQN]: `IsPermanentRestore`,
|
|
57791
|
-
[_xN]:
|
|
58346
|
+
[_xN]: _iPRs,
|
|
57792
58347
|
},
|
|
57793
58348
|
],
|
|
57794
58349
|
],
|
|
@@ -59644,7 +60199,7 @@ export var SecurityGroup = [
|
|
|
59644
60199
|
n0,
|
|
59645
60200
|
_SGe,
|
|
59646
60201
|
0,
|
|
59647
|
-
[_GIr,
|
|
60202
|
+
[_GIr, _IPEp, _T, _VI, _SGA, _OI, _GN, _De, _IPpe],
|
|
59648
60203
|
[
|
|
59649
60204
|
[
|
|
59650
60205
|
0,
|
|
@@ -59657,7 +60212,7 @@ export var SecurityGroup = [
|
|
|
59657
60212
|
() => IpPermissionList,
|
|
59658
60213
|
{
|
|
59659
60214
|
[_eQN]: `IpPermissionsEgress`,
|
|
59660
|
-
[_xN]:
|
|
60215
|
+
[_xN]: _iPEp,
|
|
59661
60216
|
},
|
|
59662
60217
|
],
|
|
59663
60218
|
[
|
|
@@ -67606,7 +68161,7 @@ export var VolumeModification = [
|
|
|
67606
68161
|
n0,
|
|
67607
68162
|
_VMo,
|
|
67608
68163
|
0,
|
|
67609
|
-
[_VIo, _MSod, _SMt, _TSarg, _TIar, _TVT, _TTar, _TMAE, _OSr, _OIr, _OVT,
|
|
68164
|
+
[_VIo, _MSod, _SMt, _TSarg, _TIar, _TVT, _TTar, _TMAE, _OSr, _OIr, _OVT, _OTri, _OMAE, _Pro, _ST, _ETnd],
|
|
67610
68165
|
[
|
|
67611
68166
|
[
|
|
67612
68167
|
0,
|
|
@@ -68603,14 +69158,14 @@ export var VpcEndpoint = [
|
|
|
68603
69158
|
() => SubnetIpPrefixesList,
|
|
68604
69159
|
{
|
|
68605
69160
|
[_eQN]: `Ipv4PrefixSet`,
|
|
68606
|
-
[_xN]:
|
|
69161
|
+
[_xN]: _iPSpvr,
|
|
68607
69162
|
},
|
|
68608
69163
|
],
|
|
68609
69164
|
[
|
|
68610
69165
|
() => SubnetIpPrefixesList,
|
|
68611
69166
|
{
|
|
68612
69167
|
[_eQN]: `Ipv6PrefixSet`,
|
|
68613
|
-
[_xN]:
|
|
69168
|
+
[_xN]: _iPSpvre,
|
|
68614
69169
|
},
|
|
68615
69170
|
],
|
|
68616
69171
|
[
|
|
@@ -70012,6 +70567,18 @@ export var AuthorizationRuleSet = [
|
|
|
70012
70567
|
},
|
|
70013
70568
|
],
|
|
70014
70569
|
];
|
|
70570
|
+
export var AvailabilityZoneAddresses = [
|
|
70571
|
+
1,
|
|
70572
|
+
n0,
|
|
70573
|
+
_AZAv,
|
|
70574
|
+
0,
|
|
70575
|
+
[
|
|
70576
|
+
() => AvailabilityZoneAddress,
|
|
70577
|
+
{
|
|
70578
|
+
[_xN]: _AZA,
|
|
70579
|
+
},
|
|
70580
|
+
],
|
|
70581
|
+
];
|
|
70015
70582
|
export var AvailabilityZoneIdStringList = [
|
|
70016
70583
|
1,
|
|
70017
70584
|
n0,
|
|
@@ -72704,6 +73271,66 @@ export var IpamOrganizationalUnitExclusionSet = [
|
|
|
72704
73271
|
},
|
|
72705
73272
|
],
|
|
72706
73273
|
];
|
|
73274
|
+
export var IpamPolicyAllocationRuleList = [
|
|
73275
|
+
1,
|
|
73276
|
+
n0,
|
|
73277
|
+
_IPARL,
|
|
73278
|
+
0,
|
|
73279
|
+
[
|
|
73280
|
+
() => IpamPolicyAllocationRule,
|
|
73281
|
+
{
|
|
73282
|
+
[_xN]: _it,
|
|
73283
|
+
},
|
|
73284
|
+
],
|
|
73285
|
+
];
|
|
73286
|
+
export var IpamPolicyAllocationRuleListRequest = [
|
|
73287
|
+
1,
|
|
73288
|
+
n0,
|
|
73289
|
+
_IPARLR,
|
|
73290
|
+
0,
|
|
73291
|
+
[
|
|
73292
|
+
() => IpamPolicyAllocationRuleRequest,
|
|
73293
|
+
{
|
|
73294
|
+
[_xN]: _it,
|
|
73295
|
+
},
|
|
73296
|
+
],
|
|
73297
|
+
];
|
|
73298
|
+
export var IpamPolicyDocumentSet = [
|
|
73299
|
+
1,
|
|
73300
|
+
n0,
|
|
73301
|
+
_IPDS,
|
|
73302
|
+
0,
|
|
73303
|
+
[
|
|
73304
|
+
() => IpamPolicyDocument,
|
|
73305
|
+
{
|
|
73306
|
+
[_xN]: _it,
|
|
73307
|
+
},
|
|
73308
|
+
],
|
|
73309
|
+
];
|
|
73310
|
+
export var IpamPolicyOrganizationTargetSet = [
|
|
73311
|
+
1,
|
|
73312
|
+
n0,
|
|
73313
|
+
_IPOTS,
|
|
73314
|
+
0,
|
|
73315
|
+
[
|
|
73316
|
+
() => IpamPolicyOrganizationTarget,
|
|
73317
|
+
{
|
|
73318
|
+
[_xN]: _it,
|
|
73319
|
+
},
|
|
73320
|
+
],
|
|
73321
|
+
];
|
|
73322
|
+
export var IpamPolicySet = [
|
|
73323
|
+
1,
|
|
73324
|
+
n0,
|
|
73325
|
+
_IPSpa,
|
|
73326
|
+
0,
|
|
73327
|
+
[
|
|
73328
|
+
() => IpamPolicy,
|
|
73329
|
+
{
|
|
73330
|
+
[_xN]: _it,
|
|
73331
|
+
},
|
|
73332
|
+
],
|
|
73333
|
+
];
|
|
72707
73334
|
export var IpamPoolAllocationAllowedCidrs = [
|
|
72708
73335
|
1,
|
|
72709
73336
|
n0,
|
|
@@ -72755,7 +73382,7 @@ export var IpamPoolCidrSet = [
|
|
|
72755
73382
|
export var IpamPoolSet = [
|
|
72756
73383
|
1,
|
|
72757
73384
|
n0,
|
|
72758
|
-
|
|
73385
|
+
_IPSpam,
|
|
72759
73386
|
0,
|
|
72760
73387
|
[
|
|
72761
73388
|
() => IpamPool,
|
|
@@ -78153,11 +78780,19 @@ export var CreateIpamExternalResourceVerificationToken = [
|
|
|
78153
78780
|
() => CreateIpamExternalResourceVerificationTokenRequest,
|
|
78154
78781
|
() => CreateIpamExternalResourceVerificationTokenResult,
|
|
78155
78782
|
];
|
|
78156
|
-
export var
|
|
78783
|
+
export var CreateIpamPolicy = [
|
|
78157
78784
|
9,
|
|
78158
78785
|
n0,
|
|
78159
78786
|
_CIP,
|
|
78160
78787
|
0,
|
|
78788
|
+
() => CreateIpamPolicyRequest,
|
|
78789
|
+
() => CreateIpamPolicyResult,
|
|
78790
|
+
];
|
|
78791
|
+
export var CreateIpamPool = [
|
|
78792
|
+
9,
|
|
78793
|
+
n0,
|
|
78794
|
+
_CIPr,
|
|
78795
|
+
0,
|
|
78161
78796
|
() => CreateIpamPoolRequest,
|
|
78162
78797
|
() => CreateIpamPoolResult,
|
|
78163
78798
|
];
|
|
@@ -78802,11 +79437,19 @@ export var DeleteIpamExternalResourceVerificationToken = [
|
|
|
78802
79437
|
() => DeleteIpamExternalResourceVerificationTokenRequest,
|
|
78803
79438
|
() => DeleteIpamExternalResourceVerificationTokenResult,
|
|
78804
79439
|
];
|
|
78805
|
-
export var
|
|
79440
|
+
export var DeleteIpamPolicy = [
|
|
78806
79441
|
9,
|
|
78807
79442
|
n0,
|
|
78808
79443
|
_DIP,
|
|
78809
79444
|
0,
|
|
79445
|
+
() => DeleteIpamPolicyRequest,
|
|
79446
|
+
() => DeleteIpamPolicyResult,
|
|
79447
|
+
];
|
|
79448
|
+
export var DeleteIpamPool = [
|
|
79449
|
+
9,
|
|
79450
|
+
n0,
|
|
79451
|
+
_DIPe,
|
|
79452
|
+
0,
|
|
78810
79453
|
() => DeleteIpamPoolRequest,
|
|
78811
79454
|
() => DeleteIpamPoolResult,
|
|
78812
79455
|
];
|
|
@@ -79923,10 +80566,18 @@ export var DescribeIpamExternalResourceVerificationTokens = [
|
|
|
79923
80566
|
() => DescribeIpamExternalResourceVerificationTokensRequest,
|
|
79924
80567
|
() => DescribeIpamExternalResourceVerificationTokensResult,
|
|
79925
80568
|
];
|
|
80569
|
+
export var DescribeIpamPolicies = [
|
|
80570
|
+
9,
|
|
80571
|
+
n0,
|
|
80572
|
+
_DIPes,
|
|
80573
|
+
0,
|
|
80574
|
+
() => DescribeIpamPoliciesRequest,
|
|
80575
|
+
() => DescribeIpamPoliciesResult,
|
|
80576
|
+
];
|
|
79926
80577
|
export var DescribeIpamPools = [
|
|
79927
80578
|
9,
|
|
79928
80579
|
n0,
|
|
79929
|
-
|
|
80580
|
+
_DIPesc,
|
|
79930
80581
|
0,
|
|
79931
80582
|
() => DescribeIpamPoolsRequest,
|
|
79932
80583
|
() => DescribeIpamPoolsResult,
|
|
@@ -79982,7 +80633,7 @@ export var DescribeIpamScopes = [
|
|
|
79982
80633
|
export var DescribeIpv6Pools = [
|
|
79983
80634
|
9,
|
|
79984
80635
|
n0,
|
|
79985
|
-
|
|
80636
|
+
_DIPescr,
|
|
79986
80637
|
0,
|
|
79987
80638
|
() => DescribeIpv6PoolsRequest,
|
|
79988
80639
|
() => DescribeIpv6PoolsResult,
|
|
@@ -80910,6 +81561,14 @@ export var DisableIpamOrganizationAdminAccount = [
|
|
|
80910
81561
|
() => DisableIpamOrganizationAdminAccountRequest,
|
|
80911
81562
|
() => DisableIpamOrganizationAdminAccountResult,
|
|
80912
81563
|
];
|
|
81564
|
+
export var DisableIpamPolicy = [
|
|
81565
|
+
9,
|
|
81566
|
+
n0,
|
|
81567
|
+
_DIPi,
|
|
81568
|
+
0,
|
|
81569
|
+
() => DisableIpamPolicyRequest,
|
|
81570
|
+
() => DisableIpamPolicyResult,
|
|
81571
|
+
];
|
|
80913
81572
|
export var DisableRouteServerPropagation = [
|
|
80914
81573
|
9,
|
|
80915
81574
|
n0,
|
|
@@ -81207,6 +81866,14 @@ export var EnableIpamOrganizationAdminAccount = [
|
|
|
81207
81866
|
() => EnableIpamOrganizationAdminAccountRequest,
|
|
81208
81867
|
() => EnableIpamOrganizationAdminAccountResult,
|
|
81209
81868
|
];
|
|
81869
|
+
export var EnableIpamPolicy = [
|
|
81870
|
+
9,
|
|
81871
|
+
n0,
|
|
81872
|
+
_EIP,
|
|
81873
|
+
0,
|
|
81874
|
+
() => EnableIpamPolicyRequest,
|
|
81875
|
+
() => EnableIpamPolicyResult,
|
|
81876
|
+
];
|
|
81210
81877
|
export var EnableReachabilityAnalyzerOrganizationSharing = [
|
|
81211
81878
|
9,
|
|
81212
81879
|
n0,
|
|
@@ -81433,6 +82100,14 @@ export var GetEbsEncryptionByDefault = [
|
|
|
81433
82100
|
() => GetEbsEncryptionByDefaultRequest,
|
|
81434
82101
|
() => GetEbsEncryptionByDefaultResult,
|
|
81435
82102
|
];
|
|
82103
|
+
export var GetEnabledIpamPolicy = [
|
|
82104
|
+
9,
|
|
82105
|
+
n0,
|
|
82106
|
+
_GEIP,
|
|
82107
|
+
0,
|
|
82108
|
+
() => GetEnabledIpamPolicyRequest,
|
|
82109
|
+
() => GetEnabledIpamPolicyResult,
|
|
82110
|
+
];
|
|
81436
82111
|
export var GetFlowLogsIntegrationTemplate = [
|
|
81437
82112
|
9,
|
|
81438
82113
|
n0,
|
|
@@ -81537,6 +82212,22 @@ export var GetIpamDiscoveredResourceCidrs = [
|
|
|
81537
82212
|
() => GetIpamDiscoveredResourceCidrsRequest,
|
|
81538
82213
|
() => GetIpamDiscoveredResourceCidrsResult,
|
|
81539
82214
|
];
|
|
82215
|
+
export var GetIpamPolicyAllocationRules = [
|
|
82216
|
+
9,
|
|
82217
|
+
n0,
|
|
82218
|
+
_GIPARet,
|
|
82219
|
+
0,
|
|
82220
|
+
() => GetIpamPolicyAllocationRulesRequest,
|
|
82221
|
+
() => GetIpamPolicyAllocationRulesResult,
|
|
82222
|
+
];
|
|
82223
|
+
export var GetIpamPolicyOrganizationTargets = [
|
|
82224
|
+
9,
|
|
82225
|
+
n0,
|
|
82226
|
+
_GIPOT,
|
|
82227
|
+
0,
|
|
82228
|
+
() => GetIpamPolicyOrganizationTargetsRequest,
|
|
82229
|
+
() => GetIpamPolicyOrganizationTargetsResult,
|
|
82230
|
+
];
|
|
81540
82231
|
export var GetIpamPoolAllocations = [
|
|
81541
82232
|
9,
|
|
81542
82233
|
n0,
|
|
@@ -82047,6 +82738,14 @@ export var ModifyInstancePlacement = [
|
|
|
82047
82738
|
() => ModifyInstancePlacementResult,
|
|
82048
82739
|
];
|
|
82049
82740
|
export var ModifyIpam = [9, n0, _MIo, 0, () => ModifyIpamRequest, () => ModifyIpamResult];
|
|
82741
|
+
export var ModifyIpamPolicyAllocationRules = [
|
|
82742
|
+
9,
|
|
82743
|
+
n0,
|
|
82744
|
+
_MIPAR,
|
|
82745
|
+
0,
|
|
82746
|
+
() => ModifyIpamPolicyAllocationRulesRequest,
|
|
82747
|
+
() => ModifyIpamPolicyAllocationRulesResult,
|
|
82748
|
+
];
|
|
82050
82749
|
export var ModifyIpamPool = [
|
|
82051
82750
|
9,
|
|
82052
82751
|
n0,
|