@aws-sdk/client-ec2 3.1105.0 → 3.1107.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 +105 -0
- package/dist-cjs/index.js +738 -28
- package/dist-es/EC2.js +30 -0
- package/dist-es/commands/BatchModifyIpamRoutingPolicyRegistrationsCommand.js +4 -0
- package/dist-es/commands/CreateIpamInternetRegistryAssociationCommand.js +4 -0
- package/dist-es/commands/CreateIpamRoutingPolicyRegistrationCommand.js +4 -0
- package/dist-es/commands/DeleteIpamInternetRegistryAssociationCommand.js +4 -0
- package/dist-es/commands/DeleteIpamRoutingPolicyRegistrationCommand.js +4 -0
- package/dist-es/commands/DescribeIpamInternetRegistryAssociationsCommand.js +4 -0
- package/dist-es/commands/EnableIpamInternetRegistryAssociationCommand.js +4 -0
- package/dist-es/commands/GetIpamDiscoveredRoutesCommand.js +4 -0
- package/dist-es/commands/GetIpamInternetRegistryAssociationAsnsCommand.js +4 -0
- package/dist-es/commands/GetIpamInternetRegistryAssociationCidrsCommand.js +4 -0
- package/dist-es/commands/GetIpamRouteOriginAuthorizationsCommand.js +4 -0
- package/dist-es/commands/GetIpamRouteProtectionFindingsCommand.js +4 -0
- package/dist-es/commands/GetIpamRoutingPolicyRegistrationDeltasCommand.js +4 -0
- package/dist-es/commands/GetIpamRoutingPolicyRegistrationsCommand.js +4 -0
- package/dist-es/commands/ModifyIpamRoutingPolicyRegistrationCommand.js +4 -0
- package/dist-es/commands/index.js +15 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/enums.js +62 -0
- package/dist-es/schemas/schemas_0.js +536 -27
- package/dist-types/EC2.d.ts +106 -0
- package/dist-types/EC2Client.d.ts +17 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/BatchModifyIpamRoutingPolicyRegistrationsCommand.d.ts +80 -0
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/commands/CreateApplicationStatusCheckCommand.d.ts +5 -5
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCancellationQuoteCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -3
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- 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 +1 -1
- 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/CreateInterruptibleCapacityReservationAllocationCommand.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/CreateIpamInternetRegistryAssociationCommand.d.ts +104 -0
- package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
- 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/CreateIpamRoutingPolicyRegistrationCommand.d.ts +86 -0
- 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 +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +2 -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 -3
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.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/CreateTransitGatewayMeteringPolicyCommand.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 +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamInternetRegistryAssociationCommand.d.ts +89 -0
- package/dist-types/commands/DeleteIpamRoutingPolicyRegistrationCommand.d.ts +80 -0
- 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/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/DescribeApplicationStatusCheckAssociationsCommand.d.ts +31 -0
- package/dist-types/commands/DescribeApplicationStatusChecksCommand.d.ts +9 -9
- package/dist-types/commands/DescribeApplicationStatusCommand.d.ts +86 -0
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeIpamInternetRegistryAssociationsCommand.d.ts +104 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSecondaryInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecondaryNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecondarySubnetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +2 -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 -2
- package/dist-types/commands/EnableIpamInternetRegistryAssociationCommand.d.ts +95 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredRoutesCommand.d.ts +98 -0
- package/dist-types/commands/GetIpamInternetRegistryAssociationAsnsCommand.d.ts +88 -0
- package/dist-types/commands/GetIpamInternetRegistryAssociationCidrsCommand.d.ts +88 -0
- package/dist-types/commands/GetIpamRouteOriginAuthorizationsCommand.d.ts +82 -0
- package/dist-types/commands/GetIpamRouteProtectionFindingsCommand.d.ts +116 -0
- package/dist-types/commands/GetIpamRoutingPolicyRegistrationDeltasCommand.d.ts +86 -0
- package/dist-types/commands/GetIpamRoutingPolicyRegistrationsCommand.d.ts +88 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- 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/ListVolumesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAccountVpcEncryptionControlCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyApplicationStatusCheckCommand.d.ts +4 -4
- 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/ModifyIpamRoutingPolicyRegistrationCommand.d.ts +86 -0
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +2 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -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/RestoreVolumeFromRecycleBinCommand.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 +2 -2
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/index.d.ts +15 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +134 -0
- package/dist-types/models/models_0.d.ts +77 -205
- package/dist-types/models/models_1.d.ts +413 -313
- package/dist-types/models/models_2.d.ts +379 -182
- package/dist-types/models/models_3.d.ts +181 -461
- package/dist-types/models/models_4.d.ts +8068 -8110
- package/dist-types/models/models_5.d.ts +1715 -1517
- package/dist-types/models/models_6.d.ts +4486 -4598
- package/dist-types/models/models_7.d.ts +4650 -4786
- package/dist-types/models/models_8.d.ts +1456 -4
- package/dist-types/schemas/schemas_0.d.ts +55 -0
- package/dist-types/ts3.4/EC2.d.ts +256 -0
- package/dist-types/ts3.4/EC2Client.d.ts +90 -0
- package/dist-types/ts3.4/commands/BatchModifyIpamRoutingPolicyRegistrationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/CreateIpamInternetRegistryAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateIpamRoutingPolicyRegistrationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +2 -4
- 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 +4 -2
- package/dist-types/ts3.4/commands/DeleteIpamInternetRegistryAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteIpamRoutingPolicyRegistrationCommand.d.ts +42 -0
- 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/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeIpamInternetRegistryAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeSecondaryInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecondaryNetworksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecondarySubnetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +2 -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 +4 -2
- package/dist-types/ts3.4/commands/EnableIpamInternetRegistryAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredRoutesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetIpamInternetRegistryAssociationAsnsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamInternetRegistryAssociationCidrsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamRouteOriginAuthorizationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamRouteProtectionFindingsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamRoutingPolicyRegistrationDeltasCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamRoutingPolicyRegistrationsCommand.d.ts +42 -0
- 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/ListVolumesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAccountVpcEncryptionControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyApplicationStatusCheckCommand.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/ModifyIpamRoutingPolicyRegistrationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -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/RestoreVolumeFromRecycleBinCommand.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 +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +15 -0
- package/dist-types/ts3.4/index.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +75 -0
- package/dist-types/ts3.4/models/models_0.d.ts +19 -39
- package/dist-types/ts3.4/models/models_1.d.ts +85 -60
- package/dist-types/ts3.4/models/models_2.d.ts +82 -48
- package/dist-types/ts3.4/models/models_3.d.ts +48 -93
- package/dist-types/ts3.4/models/models_4.d.ts +107 -94
- package/dist-types/ts3.4/models/models_5.d.ts +99 -78
- package/dist-types/ts3.4/models/models_6.d.ts +248 -272
- package/dist-types/ts3.4/models/models_7.d.ts +288 -272
- package/dist-types/ts3.4/models/models_8.d.ts +303 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +55 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -70,7 +70,7 @@ const commonParams = {
|
|
|
70
70
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
71
71
|
};
|
|
72
72
|
|
|
73
|
-
var version = "3.
|
|
73
|
+
var version = "3.1106.0";
|
|
74
74
|
var packageInfo = {
|
|
75
75
|
version: version};
|
|
76
76
|
|
|
@@ -316,6 +316,7 @@ const _ALT = "AttachmentLimitType";
|
|
|
316
316
|
const _ALc = "AccessLogs";
|
|
317
317
|
const _ALd = "AddressList";
|
|
318
318
|
const _ALr = "ArnList";
|
|
319
|
+
const _ALs = "AsnList";
|
|
319
320
|
const _AM = "AllocationMetadata";
|
|
320
321
|
const _AMAI = "AddMiddleboxAttachmentIds";
|
|
321
322
|
const _AMAId = "AddMiddleboxAttachmentId";
|
|
@@ -595,6 +596,7 @@ const _Ar = "Arn";
|
|
|
595
596
|
const _Arc = "Architecture";
|
|
596
597
|
const _As = "Associations";
|
|
597
598
|
const _Asn = "Asn";
|
|
599
|
+
const _Asns = "Asns";
|
|
598
600
|
const _Ass = "Association";
|
|
599
601
|
const _At = "Attribute";
|
|
600
602
|
const _Att = "Attachment";
|
|
@@ -633,6 +635,9 @@ const _BLE = "BgpLogEnabled";
|
|
|
633
635
|
const _BLGA = "BgpLogGroupArn";
|
|
634
636
|
const _BLOF = "BgpLogOutputFormat";
|
|
635
637
|
const _BM = "BootMode";
|
|
638
|
+
const _BMIRPR = "BatchModifyIpamRoutingPolicyRegistrations";
|
|
639
|
+
const _BMIRPRR = "BatchModifyIpamRoutingPolicyRegistrationsRequest";
|
|
640
|
+
const _BMIRPRRa = "BatchModifyIpamRoutingPolicyRegistrationsResult";
|
|
636
641
|
const _BMTL = "BootModeTypeList";
|
|
637
642
|
const _BMa = "BareMetal";
|
|
638
643
|
const _BN = "BucketName";
|
|
@@ -840,6 +845,7 @@ const _CGa = "CarrierGateways";
|
|
|
840
845
|
const _CGu = "CustomerGateway";
|
|
841
846
|
const _CGur = "CurrentGeneration";
|
|
842
847
|
const _CGus = "CustomerGateways";
|
|
848
|
+
const _CH = "ChildHandle";
|
|
843
849
|
const _CI = "CarrierIp";
|
|
844
850
|
const _CIA = "ClientIpv6Address";
|
|
845
851
|
const _CIBM = "CurrentInstanceBootMode";
|
|
@@ -862,6 +868,9 @@ const _CIEWRr = "CreateInstanceEventWindowResult";
|
|
|
862
868
|
const _CIG = "CreateInternetGateway";
|
|
863
869
|
const _CIGR = "CreateInternetGatewayRequest";
|
|
864
870
|
const _CIGRr = "CreateInternetGatewayResult";
|
|
871
|
+
const _CIIRA = "CreateIpamInternetRegistryAssociation";
|
|
872
|
+
const _CIIRAR = "CreateIpamInternetRegistryAssociationRequest";
|
|
873
|
+
const _CIIRARr = "CreateIpamInternetRegistryAssociationResult";
|
|
865
874
|
const _CILP = "CancelImageLaunchPermission";
|
|
866
875
|
const _CILPR = "CancelImageLaunchPermissionRequest";
|
|
867
876
|
const _CILPRa = "CancelImageLaunchPermissionResult";
|
|
@@ -881,6 +890,9 @@ const _CIR = "CopyImageRequest";
|
|
|
881
890
|
const _CIRD = "CreateIpamResourceDiscovery";
|
|
882
891
|
const _CIRDR = "CreateIpamResourceDiscoveryRequest";
|
|
883
892
|
const _CIRDRr = "CreateIpamResourceDiscoveryResult";
|
|
893
|
+
const _CIRPR = "CreateIpamRoutingPolicyRegistration";
|
|
894
|
+
const _CIRPRR = "CreateIpamRoutingPolicyRegistrationRequest";
|
|
895
|
+
const _CIRPRRr = "CreateIpamRoutingPolicyRegistrationResult";
|
|
884
896
|
const _CIRo = "CopyImageResult";
|
|
885
897
|
const _CIRr = "CreateImageRequest";
|
|
886
898
|
const _CIRre = "CreateImageResult";
|
|
@@ -1019,6 +1031,7 @@ const _COIP = "CustomerOwnedIpv4Pool";
|
|
|
1019
1031
|
const _COP = "CoolOffPeriod";
|
|
1020
1032
|
const _COPEO = "CoolOffPeriodExpiresOn";
|
|
1021
1033
|
const _COR = "CpuOptionsRequest";
|
|
1034
|
+
const _COh = "ChronologicalOrder";
|
|
1022
1035
|
const _COi = "CidrOptions";
|
|
1023
1036
|
const _CP = "CoipPool";
|
|
1024
1037
|
const _CPC = "ConnectPeerConfiguration";
|
|
@@ -1111,6 +1124,7 @@ const _CRTRre = "CreateRouteTableResult";
|
|
|
1111
1124
|
const _CRTS = "CapacityReservationTopologySet";
|
|
1112
1125
|
const _CRTa = "CapacityReservationTopology";
|
|
1113
1126
|
const _CRTr = "CreateRouteTable";
|
|
1127
|
+
const _CRX = "ChildRequestXml";
|
|
1114
1128
|
const _CRa = "CapacityReservation";
|
|
1115
1129
|
const _CRap = "CapacityReservations";
|
|
1116
1130
|
const _CRapa = "CapacityRebalance";
|
|
@@ -1429,6 +1443,7 @@ const _DAep = "DeprecateAt";
|
|
|
1429
1443
|
const _DAes = "DestinationArn";
|
|
1430
1444
|
const _DAesc = "DescribeAddresses";
|
|
1431
1445
|
const _DAest = "DestinationAddress";
|
|
1446
|
+
const _DAet = "DetectedAt";
|
|
1432
1447
|
const _DAi = "DisassociateAddress";
|
|
1433
1448
|
const _DBC = "DeprovisionByoipCidr";
|
|
1434
1449
|
const _DBCR = "DeprovisionByoipCidrRequest";
|
|
@@ -1741,6 +1756,12 @@ const _DIIPAR = "DescribeIamInstanceProfileAssociationsRequest";
|
|
|
1741
1756
|
const _DIIPARe = "DescribeIamInstanceProfileAssociationsResult";
|
|
1742
1757
|
const _DIIPR = "DisassociateIamInstanceProfileRequest";
|
|
1743
1758
|
const _DIIPRi = "DisassociateIamInstanceProfileResult";
|
|
1759
|
+
const _DIIRA = "DeleteIpamInternetRegistryAssociation";
|
|
1760
|
+
const _DIIRAR = "DeleteIpamInternetRegistryAssociationRequest";
|
|
1761
|
+
const _DIIRARe = "DeleteIpamInternetRegistryAssociationResult";
|
|
1762
|
+
const _DIIRARes = "DescribeIpamInternetRegistryAssociationsRequest";
|
|
1763
|
+
const _DIIRAResc = "DescribeIpamInternetRegistryAssociationsResult";
|
|
1764
|
+
const _DIIRAe = "DescribeIpamInternetRegistryAssociations";
|
|
1744
1765
|
const _DIIT = "DescribeImportImageTasks";
|
|
1745
1766
|
const _DIITR = "DescribeImportImageTasksRequest";
|
|
1746
1767
|
const _DIITRe = "DescribeImportImageTasksResult";
|
|
@@ -1798,6 +1819,9 @@ const _DIRDRi = "DisassociateIpamResourceDiscoveryRequest";
|
|
|
1798
1819
|
const _DIRDRis = "DisassociateIpamResourceDiscoveryResult";
|
|
1799
1820
|
const _DIRDe = "DescribeIpamResourceDiscoveries";
|
|
1800
1821
|
const _DIRDi = "DisassociateIpamResourceDiscovery";
|
|
1822
|
+
const _DIRPR = "DeleteIpamRoutingPolicyRegistration";
|
|
1823
|
+
const _DIRPRR = "DeleteIpamRoutingPolicyRegistrationRequest";
|
|
1824
|
+
const _DIRPRRe = "DeleteIpamRoutingPolicyRegistrationResult";
|
|
1801
1825
|
const _DIRR = "DescribeImageReferencesRequest";
|
|
1802
1826
|
const _DIRRe = "DescribeImageReferencesResult";
|
|
1803
1827
|
const _DIRe = "DeleteIpamResult";
|
|
@@ -1859,7 +1883,8 @@ const _DIW = "DetachImageWatermark";
|
|
|
1859
1883
|
const _DIWR = "DetachImageWatermarkRequest";
|
|
1860
1884
|
const _DIWRe = "DetachImageWatermarkResult";
|
|
1861
1885
|
const _DIe = "DestinationIp";
|
|
1862
|
-
const _DIel = "
|
|
1886
|
+
const _DIel = "DeltaId";
|
|
1887
|
+
const _DIele = "DeleteIpam";
|
|
1863
1888
|
const _DIer = "DeregisterImage";
|
|
1864
1889
|
const _DIes = "DescribeImages";
|
|
1865
1890
|
const _DIesc = "DescribeInstances";
|
|
@@ -1870,6 +1895,7 @@ const _DIis = "DiskImage";
|
|
|
1870
1895
|
const _DIisa = "DisableImage";
|
|
1871
1896
|
const _DIisk = "DiskInfo";
|
|
1872
1897
|
const _DIiskm = "DiskImages";
|
|
1898
|
+
const _DJ = "DeltaJson";
|
|
1873
1899
|
const _DKP = "DeleteKeyPair";
|
|
1874
1900
|
const _DKPR = "DeleteKeyPairRequest";
|
|
1875
1901
|
const _DKPRe = "DeleteKeyPairResult";
|
|
@@ -2679,6 +2705,9 @@ const _EIDPR = "EnableImageDeregistrationProtectionRequest";
|
|
|
2679
2705
|
const _EIDPRn = "EnableImageDeregistrationProtectionResult";
|
|
2680
2706
|
const _EIDR = "EnableImageDeprecationRequest";
|
|
2681
2707
|
const _EIDRn = "EnableImageDeprecationResult";
|
|
2708
|
+
const _EIIRA = "EnableIpamInternetRegistryAssociation";
|
|
2709
|
+
const _EIIRAR = "EnableIpamInternetRegistryAssociationRequest";
|
|
2710
|
+
const _EIIRARn = "EnableIpamInternetRegistryAssociationResult";
|
|
2682
2711
|
const _EIOAA = "EnableIpamOrganizationAdminAccount";
|
|
2683
2712
|
const _EIOAAR = "EnableIpamOrganizationAdminAccountRequest";
|
|
2684
2713
|
const _EIOAARn = "EnableIpamOrganizationAdminAccountResult";
|
|
@@ -2826,7 +2855,8 @@ const _Err = "Errors";
|
|
|
2826
2855
|
const _Ev = "Events";
|
|
2827
2856
|
const _Eve = "Event";
|
|
2828
2857
|
const _Ex = "Explanation";
|
|
2829
|
-
const _Exp = "
|
|
2858
|
+
const _Exp = "Expiration";
|
|
2859
|
+
const _Expl = "Explanations";
|
|
2830
2860
|
const _F = "Force";
|
|
2831
2861
|
const _FA = "FederatedAuthentication";
|
|
2832
2862
|
const _FAD = "FilterAtDestination";
|
|
@@ -3025,9 +3055,18 @@ const _GIDARe = "GetIpamDiscoveredAccountsResult";
|
|
|
3025
3055
|
const _GIDPA = "GetIpamDiscoveredPublicAddresses";
|
|
3026
3056
|
const _GIDPAR = "GetIpamDiscoveredPublicAddressesRequest";
|
|
3027
3057
|
const _GIDPARe = "GetIpamDiscoveredPublicAddressesResult";
|
|
3058
|
+
const _GIDR = "GetIpamDiscoveredRoutes";
|
|
3028
3059
|
const _GIDRC = "GetIpamDiscoveredResourceCidrs";
|
|
3029
3060
|
const _GIDRCR = "GetIpamDiscoveredResourceCidrsRequest";
|
|
3030
3061
|
const _GIDRCRe = "GetIpamDiscoveredResourceCidrsResult";
|
|
3062
|
+
const _GIDRR = "GetIpamDiscoveredRoutesRequest";
|
|
3063
|
+
const _GIDRRe = "GetIpamDiscoveredRoutesResult";
|
|
3064
|
+
const _GIIRAA = "GetIpamInternetRegistryAssociationAsns";
|
|
3065
|
+
const _GIIRAAR = "GetIpamInternetRegistryAssociationAsnsRequest";
|
|
3066
|
+
const _GIIRAARe = "GetIpamInternetRegistryAssociationAsnsResult";
|
|
3067
|
+
const _GIIRAC = "GetIpamInternetRegistryAssociationCidrs";
|
|
3068
|
+
const _GIIRACR = "GetIpamInternetRegistryAssociationCidrsRequest";
|
|
3069
|
+
const _GIIRACRe = "GetIpamInternetRegistryAssociationCidrsResult";
|
|
3031
3070
|
const _GIL = "GroupIdentifierList";
|
|
3032
3071
|
const _GIMD = "GetInstanceMetadataDefaults";
|
|
3033
3072
|
const _GIMDR = "GetInstanceMetadataDefaultsRequest";
|
|
@@ -3056,6 +3095,18 @@ const _GIPOTRe = "GetIpamPolicyOrganizationTargetsResult";
|
|
|
3056
3095
|
const _GIRC = "GetIpamResourceCidrs";
|
|
3057
3096
|
const _GIRCR = "GetIpamResourceCidrsRequest";
|
|
3058
3097
|
const _GIRCRe = "GetIpamResourceCidrsResult";
|
|
3098
|
+
const _GIROA = "GetIpamRouteOriginAuthorizations";
|
|
3099
|
+
const _GIROAR = "GetIpamRouteOriginAuthorizationsRequest";
|
|
3100
|
+
const _GIROARe = "GetIpamRouteOriginAuthorizationsResult";
|
|
3101
|
+
const _GIRPF = "GetIpamRouteProtectionFindings";
|
|
3102
|
+
const _GIRPFR = "GetIpamRouteProtectionFindingsRequest";
|
|
3103
|
+
const _GIRPFRe = "GetIpamRouteProtectionFindingsResult";
|
|
3104
|
+
const _GIRPR = "GetIpamRoutingPolicyRegistrations";
|
|
3105
|
+
const _GIRPRD = "GetIpamRoutingPolicyRegistrationDeltas";
|
|
3106
|
+
const _GIRPRDR = "GetIpamRoutingPolicyRegistrationDeltasRequest";
|
|
3107
|
+
const _GIRPRDRe = "GetIpamRoutingPolicyRegistrationDeltasResult";
|
|
3108
|
+
const _GIRPRR = "GetIpamRoutingPolicyRegistrationsRequest";
|
|
3109
|
+
const _GIRPRRe = "GetIpamRoutingPolicyRegistrationsResult";
|
|
3059
3110
|
const _GIS = "GroupIdentifierSet";
|
|
3060
3111
|
const _GISL = "GroupIdStringList";
|
|
3061
3112
|
const _GITEP = "GetInstanceTpmEkPub";
|
|
@@ -3324,9 +3375,12 @@ const _IDMI = "InferenceDeviceMemoryInfo";
|
|
|
3324
3375
|
const _IDPA = "IpamDiscoveredPublicAddresses";
|
|
3325
3376
|
const _IDPAS = "IpamDiscoveredPublicAddressSet";
|
|
3326
3377
|
const _IDPAp = "IpamDiscoveredPublicAddress";
|
|
3378
|
+
const _IDR = "IpamDiscoveredRoutes";
|
|
3327
3379
|
const _IDRC = "IpamDiscoveredResourceCidrs";
|
|
3328
3380
|
const _IDRCS = "IpamDiscoveredResourceCidrSet";
|
|
3329
3381
|
const _IDRCp = "IpamDiscoveredResourceCidr";
|
|
3382
|
+
const _IDRS = "IpamDiscoveredRouteSet";
|
|
3383
|
+
const _IDRp = "IpamDiscoveredRoute";
|
|
3330
3384
|
const _IDm = "ImageData";
|
|
3331
3385
|
const _IDn = "IncludeDisabled";
|
|
3332
3386
|
const _IDs = "IsDefault";
|
|
@@ -3405,6 +3459,18 @@ const _IIPS = "IamInstanceProfileSpecification";
|
|
|
3405
3459
|
const _IIPn = "InstanceIpv4Prefix";
|
|
3406
3460
|
const _IIPns = "InstanceIpv6Prefix";
|
|
3407
3461
|
const _IIR = "ImportImageRequest";
|
|
3462
|
+
const _IIRA = "IpamInternetRegistryAssociation";
|
|
3463
|
+
const _IIRAA = "IpamInternetRegistryAssociationAsns";
|
|
3464
|
+
const _IIRAAS = "IpamInternetRegistryAssociationAsnSet";
|
|
3465
|
+
const _IIRAAp = "IpamInternetRegistryAssociationArn";
|
|
3466
|
+
const _IIRAApa = "IpamInternetRegistryAssociationAsn";
|
|
3467
|
+
const _IIRAC = "IpamInternetRegistryAssociationCidrs";
|
|
3468
|
+
const _IIRACS = "IpamInternetRegistryAssociationCidrSet";
|
|
3469
|
+
const _IIRACp = "IpamInternetRegistryAssociationCidr";
|
|
3470
|
+
const _IIRAI = "IpamInternetRegistryAssociationId";
|
|
3471
|
+
const _IIRAIp = "IpamInternetRegistryAssociationIds";
|
|
3472
|
+
const _IIRAS = "IpamInternetRegistryAssociationSet";
|
|
3473
|
+
const _IIRAp = "IpamInternetRegistryAssociations";
|
|
3408
3474
|
const _IIRm = "ImportImageResult";
|
|
3409
3475
|
const _IIRmp = "ImportInstanceRequest";
|
|
3410
3476
|
const _IIRmpo = "ImportInstanceResult";
|
|
@@ -3623,6 +3689,21 @@ const _IRDp = "IpamResourceDiscoveries";
|
|
|
3623
3689
|
const _IRL = "ImageReferenceList";
|
|
3624
3690
|
const _IRLp = "IpRangeList";
|
|
3625
3691
|
const _IRLpv = "Ipv6RangeList";
|
|
3692
|
+
const _IRO = "IpamRouteOverlap";
|
|
3693
|
+
const _IROA = "IpamRouteOriginAuthorizations";
|
|
3694
|
+
const _IROAI = "IpamRouteOriginAuthorizationInfo";
|
|
3695
|
+
const _IROAIS = "IpamRouteOriginAuthorizationInfoSet";
|
|
3696
|
+
const _IROAS = "IpamRouteOriginAuthorizationSet";
|
|
3697
|
+
const _IROAp = "IpamRouteOriginAuthorization";
|
|
3698
|
+
const _IROS = "IpamRouteOverlapSet";
|
|
3699
|
+
const _IRPF = "IpamRouteProtectionFinding";
|
|
3700
|
+
const _IRPFS = "IpamRouteProtectionFindingSet";
|
|
3701
|
+
const _IRPR = "IpamRoutingPolicyRegistrations";
|
|
3702
|
+
const _IRPRD = "IpamRoutingPolicyRegistrationDelta";
|
|
3703
|
+
const _IRPRDS = "IpamRoutingPolicyRegistrationDeltaSet";
|
|
3704
|
+
const _IRPRDp = "IpamRoutingPolicyRegistrationDeltas";
|
|
3705
|
+
const _IRPRS = "IpamRoutingPolicyRegistrationSet";
|
|
3706
|
+
const _IRPRp = "IpamRoutingPolicyRegistration";
|
|
3626
3707
|
const _IRR = "InstanceRequirementsRequest";
|
|
3627
3708
|
const _IRSDA = "IntegrationResultS3DestinationArn";
|
|
3628
3709
|
const _IRT = "IngressRouteTable";
|
|
@@ -3819,6 +3900,7 @@ const _LCR = "LicenseConfigurationRequest";
|
|
|
3819
3900
|
const _LCi = "LicenseConfiguration";
|
|
3820
3901
|
const _LCo = "LoggingConfiguration";
|
|
3821
3902
|
const _LD = "LogDestination";
|
|
3903
|
+
const _LDI = "LatestDeltaId";
|
|
3822
3904
|
const _LDS = "LatestDeliveryStatus";
|
|
3823
3905
|
const _LDSLU = "LatestDeliveryS3LocationUri";
|
|
3824
3906
|
const _LDSM = "LatestDeliveryStatusMessage";
|
|
@@ -3891,6 +3973,7 @@ const _LLT = "LastLaunchedTime";
|
|
|
3891
3973
|
const _LM = "LockMode";
|
|
3892
3974
|
const _LMA = "LastMaintenanceApplied";
|
|
3893
3975
|
const _LO = "LogOptions";
|
|
3976
|
+
const _LOA = "LastObservedAt";
|
|
3894
3977
|
const _LOF = "LogOutputFormat";
|
|
3895
3978
|
const _LP = "LoadPermissions";
|
|
3896
3979
|
const _LPL = "LaunchPermissionList";
|
|
@@ -4192,6 +4275,9 @@ const _MIRCRo = "ModifyIpamResourceCidrResult";
|
|
|
4192
4275
|
const _MIRD = "ModifyIpamResourceDiscovery";
|
|
4193
4276
|
const _MIRDR = "ModifyIpamResourceDiscoveryRequest";
|
|
4194
4277
|
const _MIRDRo = "ModifyIpamResourceDiscoveryResult";
|
|
4278
|
+
const _MIRPR = "ModifyIpamRoutingPolicyRegistration";
|
|
4279
|
+
const _MIRPRR = "ModifyIpamRoutingPolicyRegistrationRequest";
|
|
4280
|
+
const _MIRPRRo = "ModifyIpamRoutingPolicyRegistrationResult";
|
|
4195
4281
|
const _MIRo = "ModifyIpamResult";
|
|
4196
4282
|
const _MIRon = "MonitorInstancesRequest";
|
|
4197
4283
|
const _MIRoni = "MonitorInstancesResult";
|
|
@@ -4201,6 +4287,7 @@ const _MISRo = "ModifyIpamScopeResult";
|
|
|
4201
4287
|
const _MIe = "MemoryInfo";
|
|
4202
4288
|
const _MIo = "ModifyIpam";
|
|
4203
4289
|
const _MIon = "MonitorInstances";
|
|
4290
|
+
const _ML = "MaxLength";
|
|
4204
4291
|
const _MLGR = "ModifyLocalGatewayRoute";
|
|
4205
4292
|
const _MLGRR = "ModifyLocalGatewayRouteRequest";
|
|
4206
4293
|
const _MLGRRo = "ModifyLocalGatewayRouteResult";
|
|
@@ -4418,6 +4505,7 @@ const _Mai = "Main";
|
|
|
4418
4505
|
const _Man = "Manufacturer";
|
|
4419
4506
|
const _Mana = "Managed";
|
|
4420
4507
|
const _Mar = "Marketplace";
|
|
4508
|
+
const _Mat = "Match";
|
|
4421
4509
|
const _Me = "Message";
|
|
4422
4510
|
const _Med = "Med";
|
|
4423
4511
|
const _Mes = "Messages";
|
|
@@ -4578,7 +4666,8 @@ const _ODc = "OccurrenceDay";
|
|
|
4578
4666
|
const _ODcc = "OccurenceDay";
|
|
4579
4667
|
const _OEP = "OrganizationsEntityPath";
|
|
4580
4668
|
const _OF = "OutputFormat";
|
|
4581
|
-
const _OH = "
|
|
4669
|
+
const _OH = "OrganizationHandle";
|
|
4670
|
+
const _OHu = "OutboundHeader";
|
|
4582
4671
|
const _OI = "OwnerId";
|
|
4583
4672
|
const _OIA = "OutsideIpAddress";
|
|
4584
4673
|
const _OIAT = "OutsideIpAddressType";
|
|
@@ -4650,6 +4739,7 @@ const _PBC = "ProvisionByoipCidr";
|
|
|
4650
4739
|
const _PBCR = "ProvisionByoipCidrRequest";
|
|
4651
4740
|
const _PBCRr = "ProvisionByoipCidrResult";
|
|
4652
4741
|
const _PBIG = "PeakBandwidthInGbps";
|
|
4742
|
+
const _PBT = "ParentBpkiTa";
|
|
4653
4743
|
const _PC = "PoolCidrs";
|
|
4654
4744
|
const _PCB = "PoolCidrBlocks";
|
|
4655
4745
|
const _PCBE = "PurchaseCapacityBlockExtension";
|
|
@@ -4754,6 +4844,7 @@ const _PGIl = "PlacementGroupInfo";
|
|
|
4754
4844
|
const _PGL = "PlacementGroupList";
|
|
4755
4845
|
const _PGSL = "PlacementGroupStrategyList";
|
|
4756
4846
|
const _PGl = "PlacementGroups";
|
|
4847
|
+
const _PH = "ParentHandle";
|
|
4757
4848
|
const _PHP = "PerHourPartition";
|
|
4758
4849
|
const _PHR = "PurchaseHostReservation";
|
|
4759
4850
|
const _PHRR = "PurchaseHostReservationRequest";
|
|
@@ -4838,6 +4929,7 @@ const _PLa = "PacketLength";
|
|
|
4838
4929
|
const _PLr = "PrefixLists";
|
|
4839
4930
|
const _PLro = "ProtocolList";
|
|
4840
4931
|
const _PM = "PendingMaintenance";
|
|
4932
|
+
const _PMSA = "PermitMoreSpecificAnnouncements";
|
|
4841
4933
|
const _PN = "PartitionNumber";
|
|
4842
4934
|
const _PNC = "PreviewNextCidr";
|
|
4843
4935
|
const _PO = "PaymentOption";
|
|
@@ -5174,12 +5266,14 @@ const _ROUE = "RemoveOrganizationalUnitExclusions";
|
|
|
5174
5266
|
const _ROUEe = "RemoveOrganizationalUnitExclusion";
|
|
5175
5267
|
const _ROd = "RdsOptions";
|
|
5176
5268
|
const _ROe = "ResourceOwner";
|
|
5177
|
-
const _ROo = "
|
|
5269
|
+
const _ROo = "RouteOverlaps";
|
|
5270
|
+
const _ROou = "RouteOrigin";
|
|
5178
5271
|
const _ROu = "RuleOption";
|
|
5179
5272
|
const _RP = "ResetPolicy";
|
|
5180
5273
|
const _RPC = "ReturnPathComponents";
|
|
5181
5274
|
const _RPCO = "RequesterPeeringConnectionOptions";
|
|
5182
5275
|
const _RPDN = "RemovePrivateDnsName";
|
|
5276
|
+
const _RPF = "RouteProtectionFindings";
|
|
5183
5277
|
const _RPLE = "RemovePrefixListEntry";
|
|
5184
5278
|
const _RPLEe = "RemovePrefixListEntries";
|
|
5185
5279
|
const _RR = "ResourceRegion";
|
|
@@ -5264,6 +5358,7 @@ const _RSTR = "RestoreSnapshotTierRequest";
|
|
|
5264
5358
|
const _RSTRe = "RestoreSnapshotTierResult";
|
|
5265
5359
|
const _RSTe = "RestoreStartTime";
|
|
5266
5360
|
const _RSTes = "RestoreSnapshotTier";
|
|
5361
|
+
const _RSTo = "RoaSampleTime";
|
|
5267
5362
|
const _RSe = "ReservationState";
|
|
5268
5363
|
const _RSeg = "RegionalSummary";
|
|
5269
5364
|
const _RSep = "ReplacementStrategy";
|
|
@@ -5271,6 +5366,8 @@ const _RSes = "ResourceStatement";
|
|
|
5271
5366
|
const _RSo = "RouteServer";
|
|
5272
5367
|
const _RSou = "RouteServers";
|
|
5273
5368
|
const _RSout = "RouteStatus";
|
|
5369
|
+
const _RSp = "RpkiStatus";
|
|
5370
|
+
const _RSpk = "RpkiStrength";
|
|
5274
5371
|
const _RT = "ReservationType";
|
|
5275
5372
|
const _RTA = "RouteTableAssociation";
|
|
5276
5373
|
const _RTAI = "RouteTableAssociationId";
|
|
@@ -5341,6 +5438,7 @@ const _RVT = "ReplaceVpnTunnel";
|
|
|
5341
5438
|
const _RVTR = "ReplaceVpnTunnelRequest";
|
|
5342
5439
|
const _RVTRe = "ReplaceVpnTunnelResult";
|
|
5343
5440
|
const _RVe = "ReservationValue";
|
|
5441
|
+
const _RVp = "RpkiVersion";
|
|
5344
5442
|
const _RWS = "ReplayWindowSize";
|
|
5345
5443
|
const _Ra = "Ramdisk";
|
|
5346
5444
|
const _Re = "Reason";
|
|
@@ -5357,7 +5455,9 @@ const _Rese = "Reservations";
|
|
|
5357
5455
|
const _Reser = "Reservation";
|
|
5358
5456
|
const _Reso = "Resource";
|
|
5359
5457
|
const _Resu = "Result";
|
|
5458
|
+
const _Ri = "Rir";
|
|
5360
5459
|
const _Ro = "Route";
|
|
5460
|
+
const _Roa = "Roas";
|
|
5361
5461
|
const _Rol = "Role";
|
|
5362
5462
|
const _Rou = "Routes";
|
|
5363
5463
|
const _Ru = "Rules";
|
|
@@ -5743,6 +5843,7 @@ const _STto = "StorageTier";
|
|
|
5743
5843
|
const _SU = "SensitiveUrl";
|
|
5744
5844
|
const _SUC = "SupportedUsageClasses";
|
|
5745
5845
|
const _SUD = "SensitiveUserData";
|
|
5846
|
+
const _SUe = "ServiceUri";
|
|
5746
5847
|
const _SV = "SourceVersion";
|
|
5747
5848
|
const _SVESPDV = "StartVpcEndpointServicePrivateDnsVerification";
|
|
5748
5849
|
const _SVESPDVR = "StartVpcEndpointServicePrivateDnsVerificationRequest";
|
|
@@ -6532,6 +6633,7 @@ const _aSl = "allocationStrategy";
|
|
|
6532
6633
|
const _aSn = "analysisStatus";
|
|
6533
6634
|
const _aSp = "applicationStatus";
|
|
6534
6635
|
const _aSs = "associationSet";
|
|
6636
|
+
const _aSsn = "asnSet";
|
|
6535
6637
|
const _aSss = "associationStatus";
|
|
6536
6638
|
const _aSt = "attachmentSet";
|
|
6537
6639
|
const _aStt = "attachmentState";
|
|
@@ -6755,6 +6857,7 @@ const _cRS = "capacityReservationSet";
|
|
|
6755
6857
|
const _cRSS = "capacityReservationStatusSet";
|
|
6756
6858
|
const _cRSa = "capacityReservationSpecification";
|
|
6757
6859
|
const _cRT = "capacityReservationTarget";
|
|
6860
|
+
const _cRX = "childRequestXml";
|
|
6758
6861
|
const _cRa = "capacityRebalance";
|
|
6759
6862
|
const _cRo = "componentRegion";
|
|
6760
6863
|
const _cS = "cidrSet";
|
|
@@ -6803,14 +6906,15 @@ const _cor = "cores";
|
|
|
6803
6906
|
const _cou = "count";
|
|
6804
6907
|
const _cp = "cpu";
|
|
6805
6908
|
const _d = "destination";
|
|
6806
|
-
const _dA = "
|
|
6909
|
+
const _dA = "detectedAt";
|
|
6807
6910
|
const _dAIT = "denyAllIgwTraffic";
|
|
6808
6911
|
const _dART = "defaultAssociationRouteTable";
|
|
6809
6912
|
const _dAS = "destinationAddressSet";
|
|
6810
6913
|
const _dASe = "deprovisionedAddressSet";
|
|
6811
6914
|
const _dASi = "disableApiStop";
|
|
6812
6915
|
const _dAT = "disableApiTermination";
|
|
6813
|
-
const _dAe = "
|
|
6916
|
+
const _dAe = "destinationArn";
|
|
6917
|
+
const _dAes = "destinationAddress";
|
|
6814
6918
|
const _dC = "destinationCidr";
|
|
6815
6919
|
const _dCA = "domainCertificateArn";
|
|
6816
6920
|
const _dCAR = "deliverCrossAccountRole";
|
|
@@ -6832,9 +6936,11 @@ const _dI = "deviceIndex";
|
|
|
6832
6936
|
const _dICB = "destinationIpv6CidrBlock";
|
|
6833
6937
|
const _dIF = "diskImageFormat";
|
|
6834
6938
|
const _dIS = "diskImageSize";
|
|
6835
|
-
const _dIe = "
|
|
6939
|
+
const _dIe = "deltaId";
|
|
6940
|
+
const _dIes = "destinationIp";
|
|
6836
6941
|
const _dIi = "directoryId";
|
|
6837
6942
|
const _dIis = "diskImage";
|
|
6943
|
+
const _dJ = "deltaJson";
|
|
6838
6944
|
const _dLEM = "deliverLogsErrorMessage";
|
|
6839
6945
|
const _dLPA = "deliverLogsPermissionArn";
|
|
6840
6946
|
const _dLS = "deliverLogsStatus";
|
|
@@ -7032,6 +7138,7 @@ const _end = "end";
|
|
|
7032
7138
|
const _enf = "enforced";
|
|
7033
7139
|
const _er = "error";
|
|
7034
7140
|
const _ev = "event";
|
|
7141
|
+
const _ex = "expiration";
|
|
7035
7142
|
const _f = "filter";
|
|
7036
7143
|
const _fA = "federatedAuthentication";
|
|
7037
7144
|
const _fAD = "filterAtDestination";
|
|
@@ -7177,6 +7284,7 @@ const _iD = "imageData";
|
|
|
7177
7284
|
const _iDAS = "ipamDiscoveredAccountSet";
|
|
7178
7285
|
const _iDPAS = "ipamDiscoveredPublicAddressSet";
|
|
7179
7286
|
const _iDRCS = "ipamDiscoveredResourceCidrSet";
|
|
7287
|
+
const _iDRS = "ipamDiscoveredRouteSet";
|
|
7180
7288
|
const _iDs = "isDefault";
|
|
7181
7289
|
const _iE = "instanceExport";
|
|
7182
7290
|
const _iEI = "instanceEventId";
|
|
@@ -7209,6 +7317,12 @@ const _iIMS = "instanceImageMetadataSet";
|
|
|
7209
7317
|
const _iIP = "iamInstanceProfile";
|
|
7210
7318
|
const _iIPA = "iamInstanceProfileAssociation";
|
|
7211
7319
|
const _iIPAS = "iamInstanceProfileAssociationSet";
|
|
7320
|
+
const _iIRA = "ipamInternetRegistryAssociation";
|
|
7321
|
+
const _iIRAA = "ipamInternetRegistryAssociationArn";
|
|
7322
|
+
const _iIRAAS = "ipamInternetRegistryAssociationAsnSet";
|
|
7323
|
+
const _iIRACS = "ipamInternetRegistryAssociationCidrSet";
|
|
7324
|
+
const _iIRAI = "ipamInternetRegistryAssociationId";
|
|
7325
|
+
const _iIRAS = "ipamInternetRegistryAssociationSet";
|
|
7212
7326
|
const _iIS = "instanceIdSet";
|
|
7213
7327
|
const _iISB = "instanceInitiatedShutdownBehavior";
|
|
7214
7328
|
const _iITS = "importImageTaskSet";
|
|
@@ -7247,8 +7361,8 @@ const _iPD = "ipamPolicyDocument";
|
|
|
7247
7361
|
const _iPDS = "ipamPolicyDocumentSet";
|
|
7248
7362
|
const _iPE = "ipamPolicyEnabled";
|
|
7249
7363
|
const _iPEp = "ipPermissionsEgress";
|
|
7250
|
-
const _iPI = "
|
|
7251
|
-
const _iPIp = "
|
|
7364
|
+
const _iPI = "ipamPoolId";
|
|
7365
|
+
const _iPIp = "ipamPolicyId";
|
|
7252
7366
|
const _iPIs = "isPrimaryIpv6";
|
|
7253
7367
|
const _iPLR = "ipamPrefixListResolver";
|
|
7254
7368
|
const _iPLRA = "ipamPrefixListResolverArn";
|
|
@@ -7296,6 +7410,10 @@ const _iRDAp = "ipamResourceDiscoveryArn";
|
|
|
7296
7410
|
const _iRDI = "ipamResourceDiscoveryId";
|
|
7297
7411
|
const _iRDR = "ipamResourceDiscoveryRegion";
|
|
7298
7412
|
const _iRDS = "ipamResourceDiscoverySet";
|
|
7413
|
+
const _iROAS = "ipamRouteOriginAuthorizationSet";
|
|
7414
|
+
const _iRPRD = "ipamRoutingPolicyRegistrationDelta";
|
|
7415
|
+
const _iRPRDS = "ipamRoutingPolicyRegistrationDeltaSet";
|
|
7416
|
+
const _iRPRS = "ipamRoutingPolicyRegistrationSet";
|
|
7299
7417
|
const _iRS = "imageReferenceSet";
|
|
7300
7418
|
const _iRT = "ingressRouteTable";
|
|
7301
7419
|
const _iRp = "ipamRegion";
|
|
@@ -7404,6 +7522,7 @@ const _lCA = "licenseConfigurationArn";
|
|
|
7404
7522
|
const _lCO = "lockCreatedOn";
|
|
7405
7523
|
const _lCS = "loggingConfigurationSet";
|
|
7406
7524
|
const _lD = "logDestination";
|
|
7525
|
+
const _lDI = "latestDeltaId";
|
|
7407
7526
|
const _lDS = "latestDeliveryStatus";
|
|
7408
7527
|
const _lDSLU = "latestDeliveryS3LocationUri";
|
|
7409
7528
|
const _lDSM = "latestDeliveryStatusMessage";
|
|
@@ -7450,6 +7569,7 @@ const _lINCo = "localIpv6NetworkCidr";
|
|
|
7450
7569
|
const _lLT = "lastLaunchedTime";
|
|
7451
7570
|
const _lMA = "lastMaintenanceApplied";
|
|
7452
7571
|
const _lO = "logOptions";
|
|
7572
|
+
const _lOA = "lastObservedAt";
|
|
7453
7573
|
const _lOF = "logOutputFormat";
|
|
7454
7574
|
const _lP = "loadPermissions";
|
|
7455
7575
|
const _lPa = "launchPermission";
|
|
@@ -7530,6 +7650,7 @@ const _mGBPVC = "memoryGiBPerVCpu";
|
|
|
7530
7650
|
const _mHS = "macHostSet";
|
|
7531
7651
|
const _mI = "maximumIops";
|
|
7532
7652
|
const _mIe = "memoryInfo";
|
|
7653
|
+
const _mL = "maxLength";
|
|
7533
7654
|
const _mMB = "memoryMiB";
|
|
7534
7655
|
const _mMT = "macModificationTask";
|
|
7535
7656
|
const _mMTI = "macModificationTaskId";
|
|
@@ -7573,6 +7694,7 @@ const _mai = "main";
|
|
|
7573
7694
|
const _man = "manufacturer";
|
|
7574
7695
|
const _mana = "managed";
|
|
7575
7696
|
const _mar = "marketplace";
|
|
7697
|
+
const _mat = "match";
|
|
7576
7698
|
const _me = "message";
|
|
7577
7699
|
const _med = "med";
|
|
7578
7700
|
const _met = "metric";
|
|
@@ -7670,7 +7792,8 @@ const _oDS = "occurrenceDaySet";
|
|
|
7670
7792
|
const _oDTC = "onDemandTargetCapacity";
|
|
7671
7793
|
const _oEP = "organizationsEntityPath";
|
|
7672
7794
|
const _oF = "outputFormat";
|
|
7673
|
-
const _oH = "
|
|
7795
|
+
const _oH = "organizationHandle";
|
|
7796
|
+
const _oHu = "outboundHeader";
|
|
7674
7797
|
const _oI = "ownerId";
|
|
7675
7798
|
const _oIA = "outsideIpAddress";
|
|
7676
7799
|
const _oIAT = "outsideIpAddressType";
|
|
@@ -7815,6 +7938,7 @@ const _pLSh = "phase1LifetimeSeconds";
|
|
|
7815
7938
|
const _pLSha = "phase2LifetimeSeconds";
|
|
7816
7939
|
const _pLa = "packetLength";
|
|
7817
7940
|
const _pM = "pendingMaintenance";
|
|
7941
|
+
const _pMSA = "permitMoreSpecificAnnouncements";
|
|
7818
7942
|
const _pN = "partitionNumber";
|
|
7819
7943
|
const _pO = "paymentOption";
|
|
7820
7944
|
const _pOI = "peerOwnerId";
|
|
@@ -7961,10 +8085,12 @@ const _rO = "resourceOwner";
|
|
|
7961
8085
|
const _rOI = "resourceOwnerId";
|
|
7962
8086
|
const _rOS = "ruleOptionSet";
|
|
7963
8087
|
const _rOSe = "resourceOverlapStatus";
|
|
8088
|
+
const _rOSo = "routeOverlapSet";
|
|
7964
8089
|
const _rOd = "rdsOptions";
|
|
7965
8090
|
const _rOo = "routeOrigin";
|
|
7966
8091
|
const _rPCO = "requesterPeeringConnectionOptions";
|
|
7967
8092
|
const _rPCS = "returnPathComponentSet";
|
|
8093
|
+
const _rPFS = "routeProtectionFindingSet";
|
|
7968
8094
|
const _rR = "resourceRegion";
|
|
7969
8095
|
const _rRVT = "replaceRootVolumeTask";
|
|
7970
8096
|
const _rRVTI = "replaceRootVolumeTaskId";
|
|
@@ -7986,6 +8112,7 @@ const _rSS = "regionalSummarySet";
|
|
|
7986
8112
|
const _rSSo = "routeServerSet";
|
|
7987
8113
|
const _rST = "reservationStartTimestamp";
|
|
7988
8114
|
const _rSTe = "restoreStartTime";
|
|
8115
|
+
const _rSTo = "roaSampleTime";
|
|
7989
8116
|
const _rSe = "referenceSet";
|
|
7990
8117
|
const _rSep = "reportSet";
|
|
7991
8118
|
const _rSepl = "replacementStrategy";
|
|
@@ -7993,8 +8120,11 @@ const _rSes = "reservationSet";
|
|
|
7993
8120
|
const _rSeso = "resourceStatement";
|
|
7994
8121
|
const _rSesou = "resourceSet";
|
|
7995
8122
|
const _rSo = "routeServer";
|
|
8123
|
+
const _rSoa = "roaSet";
|
|
7996
8124
|
const _rSou = "routeSet";
|
|
7997
8125
|
const _rSout = "routeStatus";
|
|
8126
|
+
const _rSp = "rpkiStatus";
|
|
8127
|
+
const _rSpk = "rpkiStrength";
|
|
7998
8128
|
const _rSu = "ruleSet";
|
|
7999
8129
|
const _rT = "reservationType";
|
|
8000
8130
|
const _rTAI = "routeTableAssociationId";
|
|
@@ -8029,6 +8159,7 @@ const _reg = "region";
|
|
|
8029
8159
|
const _req = "requested";
|
|
8030
8160
|
const _res = "resource";
|
|
8031
8161
|
const _resu = "result";
|
|
8162
|
+
const _ri = "rir";
|
|
8032
8163
|
const _ro = "route";
|
|
8033
8164
|
const _rou = "routes";
|
|
8034
8165
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.ec2";
|
|
@@ -9661,6 +9792,17 @@ var BaselinePerformanceFactorsRequest$ = [3, n0, _BPFR,
|
|
|
9661
9792
|
[_Cp],
|
|
9662
9793
|
[[() => CpuPerformanceFactorRequest$, 0]]
|
|
9663
9794
|
];
|
|
9795
|
+
var BatchModifyIpamRoutingPolicyRegistrationsRequest$ = [3, n0, _BMIRPRR,
|
|
9796
|
+
0,
|
|
9797
|
+
[_IIRAI, _DJ, _DR, _F, _CT],
|
|
9798
|
+
[0, 0, 2, 2, [0, 4]], 2
|
|
9799
|
+
];
|
|
9800
|
+
var BatchModifyIpamRoutingPolicyRegistrationsResult$ = [3, n0, _BMIRPRRa,
|
|
9801
|
+
0,
|
|
9802
|
+
[_IRPRD],
|
|
9803
|
+
[[() => IpamRoutingPolicyRegistrationDelta$, { [_eQN]: `IpamRoutingPolicyRegistrationDelta`,
|
|
9804
|
+
[_xN]: _iRPRD }]]
|
|
9805
|
+
];
|
|
9664
9806
|
var BlobAttributeValue$ = [3, n0, _BAV,
|
|
9665
9807
|
0,
|
|
9666
9808
|
[_V],
|
|
@@ -9734,7 +9876,7 @@ var Byoasn$ = [3, n0, _B,
|
|
|
9734
9876
|
];
|
|
9735
9877
|
var ByoipCidr$ = [3, n0, _BC,
|
|
9736
9878
|
0,
|
|
9737
|
-
[_Ci, _De, _AAsn, _SMt, _St, _NBG, _ATd],
|
|
9879
|
+
[_Ci, _De, _AAsn, _SMt, _St, _NBG, _ATd, _PIo, _IPI],
|
|
9738
9880
|
[[0, { [_eQN]: `Cidr`,
|
|
9739
9881
|
[_xN]: _ci }], [0, { [_eQN]: `Description`,
|
|
9740
9882
|
[_xN]: _de }], [() => AsnAssociationSet, { [_eQN]: `AsnAssociationSet`,
|
|
@@ -9742,7 +9884,9 @@ var ByoipCidr$ = [3, n0, _BC,
|
|
|
9742
9884
|
[_xN]: _sMt }], [0, { [_eQN]: `State`,
|
|
9743
9885
|
[_xN]: _st }], [0, { [_eQN]: `NetworkBorderGroup`,
|
|
9744
9886
|
[_xN]: _nBG }], [0, { [_eQN]: `AdvertisementType`,
|
|
9745
|
-
[_xN]: _aTd }]]
|
|
9887
|
+
[_xN]: _aTd }], [0, { [_eQN]: `PoolId`,
|
|
9888
|
+
[_xN]: _pIo }], [0, { [_eQN]: `IpamPoolId`,
|
|
9889
|
+
[_xN]: _iPI }]]
|
|
9746
9890
|
];
|
|
9747
9891
|
var CancelBundleTaskRequest$ = [3, n0, _CBTR,
|
|
9748
9892
|
0,
|
|
@@ -11034,6 +11178,17 @@ var CreateIpamExternalResourceVerificationTokenResult$ = [3, n0, _CIERVTRr,
|
|
|
11034
11178
|
[[() => IpamExternalResourceVerificationToken$, { [_eQN]: `IpamExternalResourceVerificationToken`,
|
|
11035
11179
|
[_xN]: _iERVT }]]
|
|
11036
11180
|
];
|
|
11181
|
+
var CreateIpamInternetRegistryAssociationRequest$ = [3, n0, _CIIRAR,
|
|
11182
|
+
0,
|
|
11183
|
+
[_IIp, _Ri, _OH, _DR, _De, _TS, _CT],
|
|
11184
|
+
[0, 0, 0, 2, 0, [() => TagSpecificationList, { [_xN]: _TSa }], [0, 4]], 3
|
|
11185
|
+
];
|
|
11186
|
+
var CreateIpamInternetRegistryAssociationResult$ = [3, n0, _CIIRARr,
|
|
11187
|
+
0,
|
|
11188
|
+
[_IIRA],
|
|
11189
|
+
[[() => IpamInternetRegistryAssociation$, { [_eQN]: `IpamInternetRegistryAssociation`,
|
|
11190
|
+
[_xN]: _iIRA }]]
|
|
11191
|
+
];
|
|
11037
11192
|
var CreateIpamPolicyRequest$ = [3, n0, _CIPR,
|
|
11038
11193
|
0,
|
|
11039
11194
|
[_IIp, _DR, _TS, _CT],
|
|
@@ -11100,6 +11255,17 @@ var CreateIpamResult$ = [3, n0, _CIRreat,
|
|
|
11100
11255
|
[[() => Ipam$, { [_eQN]: `Ipam`,
|
|
11101
11256
|
[_xN]: _ip }]]
|
|
11102
11257
|
];
|
|
11258
|
+
var CreateIpamRoutingPolicyRegistrationRequest$ = [3, n0, _CIRPRR,
|
|
11259
|
+
0,
|
|
11260
|
+
[_IIRAI, _Ci, _Asns, _DR, _PMSA, _ML, _De, _F, _CT],
|
|
11261
|
+
[0, 0, [() => AsnList, { [_xN]: _Asn }], 2, 2, 1, 0, 2, [0, 4]], 3
|
|
11262
|
+
];
|
|
11263
|
+
var CreateIpamRoutingPolicyRegistrationResult$ = [3, n0, _CIRPRRr,
|
|
11264
|
+
0,
|
|
11265
|
+
[_IRPRD],
|
|
11266
|
+
[[() => IpamRoutingPolicyRegistrationDelta$, { [_eQN]: `IpamRoutingPolicyRegistrationDelta`,
|
|
11267
|
+
[_xN]: _iRPRD }]]
|
|
11268
|
+
];
|
|
11103
11269
|
var CreateIpamScopeRequest$ = [3, n0, _CISR,
|
|
11104
11270
|
0,
|
|
11105
11271
|
[_IIp, _DR, _De, _TS, _CT, _EAC],
|
|
@@ -12308,6 +12474,17 @@ var DeleteIpamExternalResourceVerificationTokenResult$ = [3, n0, _DIERVTRe,
|
|
|
12308
12474
|
[[() => IpamExternalResourceVerificationToken$, { [_eQN]: `IpamExternalResourceVerificationToken`,
|
|
12309
12475
|
[_xN]: _iERVT }]]
|
|
12310
12476
|
];
|
|
12477
|
+
var DeleteIpamInternetRegistryAssociationRequest$ = [3, n0, _DIIRAR,
|
|
12478
|
+
0,
|
|
12479
|
+
[_IIRAI, _DR],
|
|
12480
|
+
[0, 2], 1
|
|
12481
|
+
];
|
|
12482
|
+
var DeleteIpamInternetRegistryAssociationResult$ = [3, n0, _DIIRARe,
|
|
12483
|
+
0,
|
|
12484
|
+
[_IIRA],
|
|
12485
|
+
[[() => IpamInternetRegistryAssociation$, { [_eQN]: `IpamInternetRegistryAssociation`,
|
|
12486
|
+
[_xN]: _iIRA }]]
|
|
12487
|
+
];
|
|
12311
12488
|
var DeleteIpamPolicyRequest$ = [3, n0, _DIPR,
|
|
12312
12489
|
0,
|
|
12313
12490
|
[_IPIp, _DR],
|
|
@@ -12374,6 +12551,17 @@ var DeleteIpamResult$ = [3, n0, _DIRe,
|
|
|
12374
12551
|
[[() => Ipam$, { [_eQN]: `Ipam`,
|
|
12375
12552
|
[_xN]: _ip }]]
|
|
12376
12553
|
];
|
|
12554
|
+
var DeleteIpamRoutingPolicyRegistrationRequest$ = [3, n0, _DIRPRR,
|
|
12555
|
+
0,
|
|
12556
|
+
[_IIRAI, _Ci, _DR, _F, _CT],
|
|
12557
|
+
[0, 0, 2, 2, [0, 4]], 2
|
|
12558
|
+
];
|
|
12559
|
+
var DeleteIpamRoutingPolicyRegistrationResult$ = [3, n0, _DIRPRRe,
|
|
12560
|
+
0,
|
|
12561
|
+
[_IRPRD],
|
|
12562
|
+
[[() => IpamRoutingPolicyRegistrationDelta$, { [_eQN]: `IpamRoutingPolicyRegistrationDelta`,
|
|
12563
|
+
[_xN]: _iRPRD }]]
|
|
12564
|
+
];
|
|
12377
12565
|
var DeleteIpamScopeRequest$ = [3, n0, _DISR,
|
|
12378
12566
|
0,
|
|
12379
12567
|
[_ISI, _DR],
|
|
@@ -14224,6 +14412,18 @@ var DescribeIpamExternalResourceVerificationTokensResult$ = [3, n0, _DIERVTResc,
|
|
|
14224
14412
|
[_xN]: _nTe }], [() => IpamExternalResourceVerificationTokenSet, { [_eQN]: `IpamExternalResourceVerificationTokenSet`,
|
|
14225
14413
|
[_xN]: _iERVTS }]]
|
|
14226
14414
|
];
|
|
14415
|
+
var DescribeIpamInternetRegistryAssociationsRequest$ = [3, n0, _DIIRARes,
|
|
14416
|
+
0,
|
|
14417
|
+
[_DR, _IIRAIp, _MR, _NTe, _Fi],
|
|
14418
|
+
[2, [() => ValueStringList, { [_xN]: _IIRAI }], 1, 0, [() => FilterList, { [_xN]: _Fil }]]
|
|
14419
|
+
];
|
|
14420
|
+
var DescribeIpamInternetRegistryAssociationsResult$ = [3, n0, _DIIRAResc,
|
|
14421
|
+
0,
|
|
14422
|
+
[_NTe, _IIRAp],
|
|
14423
|
+
[[0, { [_eQN]: `NextToken`,
|
|
14424
|
+
[_xN]: _nTe }], [() => IpamInternetRegistryAssociationSet, { [_eQN]: `IpamInternetRegistryAssociationSet`,
|
|
14425
|
+
[_xN]: _iIRAS }]]
|
|
14426
|
+
];
|
|
14227
14427
|
var DescribeIpamPoliciesRequest$ = [3, n0, _DIPRes,
|
|
14228
14428
|
0,
|
|
14229
14429
|
[_DR, _Fi, _MR, _NTe, _IPIpa],
|
|
@@ -16720,6 +16920,17 @@ var EnableInstanceSqlHaStandbyDetectionsResult$ = [3, n0, _EISHSDRn,
|
|
|
16720
16920
|
[[() => RegisteredInstanceList, { [_eQN]: `InstanceSet`,
|
|
16721
16921
|
[_xN]: _iSn }]]
|
|
16722
16922
|
];
|
|
16923
|
+
var EnableIpamInternetRegistryAssociationRequest$ = [3, n0, _EIIRAR,
|
|
16924
|
+
0,
|
|
16925
|
+
[_IIRAI, _RVp, _SUe, _CH, _PH, _PBT, _DR, _CT],
|
|
16926
|
+
[0, 0, 0, 0, 0, 0, 2, [0, 4]], 6
|
|
16927
|
+
];
|
|
16928
|
+
var EnableIpamInternetRegistryAssociationResult$ = [3, n0, _EIIRARn,
|
|
16929
|
+
0,
|
|
16930
|
+
[_IIRA],
|
|
16931
|
+
[[() => IpamInternetRegistryAssociation$, { [_eQN]: `IpamInternetRegistryAssociation`,
|
|
16932
|
+
[_xN]: _iIRA }]]
|
|
16933
|
+
];
|
|
16723
16934
|
var EnableIpamOrganizationAdminAccountRequest$ = [3, n0, _EIOAAR,
|
|
16724
16935
|
0,
|
|
16725
16936
|
[_DAAI, _DR],
|
|
@@ -16740,7 +16951,7 @@ var EnableIpamPolicyResult$ = [3, n0, _EIPRn,
|
|
|
16740
16951
|
0,
|
|
16741
16952
|
[_IPIp],
|
|
16742
16953
|
[[0, { [_eQN]: `IpamPolicyId`,
|
|
16743
|
-
[_xN]:
|
|
16954
|
+
[_xN]: _iPIp }]]
|
|
16744
16955
|
];
|
|
16745
16956
|
var EnableReachabilityAnalyzerOrganizationSharingRequest$ = [3, n0, _ERAOSR,
|
|
16746
16957
|
0,
|
|
@@ -17605,7 +17816,7 @@ var GetEnabledIpamPolicyResult$ = [3, n0, _GEIPRe,
|
|
|
17605
17816
|
[_IPE, _IPIp, _MB],
|
|
17606
17817
|
[[2, { [_eQN]: `IpamPolicyEnabled`,
|
|
17607
17818
|
[_xN]: _iPE }], [0, { [_eQN]: `IpamPolicyId`,
|
|
17608
|
-
[_xN]:
|
|
17819
|
+
[_xN]: _iPIp }], [0, { [_eQN]: `ManagedBy`,
|
|
17609
17820
|
[_xN]: _mB }]]
|
|
17610
17821
|
];
|
|
17611
17822
|
var GetFlowLogsIntegrationTemplateRequest$ = [3, n0, _GFLITR,
|
|
@@ -17766,6 +17977,42 @@ var GetIpamDiscoveredResourceCidrsResult$ = [3, n0, _GIDRCRe,
|
|
|
17766
17977
|
[_xN]: _iDRCS }], [0, { [_eQN]: `NextToken`,
|
|
17767
17978
|
[_xN]: _nTe }]]
|
|
17768
17979
|
];
|
|
17980
|
+
var GetIpamDiscoveredRoutesRequest$ = [3, n0, _GIDRR,
|
|
17981
|
+
0,
|
|
17982
|
+
[_IRDI, _RR, _DR, _Fi, _NTe, _MR],
|
|
17983
|
+
[0, 0, 2, [() => FilterList, { [_xN]: _Fil }], 0, 1], 2
|
|
17984
|
+
];
|
|
17985
|
+
var GetIpamDiscoveredRoutesResult$ = [3, n0, _GIDRRe,
|
|
17986
|
+
0,
|
|
17987
|
+
[_IDR, _NTe],
|
|
17988
|
+
[[() => IpamDiscoveredRouteSet, { [_eQN]: `IpamDiscoveredRouteSet`,
|
|
17989
|
+
[_xN]: _iDRS }], [0, { [_eQN]: `NextToken`,
|
|
17990
|
+
[_xN]: _nTe }]]
|
|
17991
|
+
];
|
|
17992
|
+
var GetIpamInternetRegistryAssociationAsnsRequest$ = [3, n0, _GIIRAAR,
|
|
17993
|
+
0,
|
|
17994
|
+
[_IIRAI, _DR, _MR, _NTe, _Fi],
|
|
17995
|
+
[0, 2, 1, 0, [() => FilterList, { [_xN]: _Fil }]], 1
|
|
17996
|
+
];
|
|
17997
|
+
var GetIpamInternetRegistryAssociationAsnsResult$ = [3, n0, _GIIRAARe,
|
|
17998
|
+
0,
|
|
17999
|
+
[_NTe, _IIRAA],
|
|
18000
|
+
[[0, { [_eQN]: `NextToken`,
|
|
18001
|
+
[_xN]: _nTe }], [() => IpamInternetRegistryAssociationAsnSet, { [_eQN]: `IpamInternetRegistryAssociationAsnSet`,
|
|
18002
|
+
[_xN]: _iIRAAS }]]
|
|
18003
|
+
];
|
|
18004
|
+
var GetIpamInternetRegistryAssociationCidrsRequest$ = [3, n0, _GIIRACR,
|
|
18005
|
+
0,
|
|
18006
|
+
[_IIRAI, _DR, _MR, _NTe, _Fi],
|
|
18007
|
+
[0, 2, 1, 0, [() => FilterList, { [_xN]: _Fil }]], 1
|
|
18008
|
+
];
|
|
18009
|
+
var GetIpamInternetRegistryAssociationCidrsResult$ = [3, n0, _GIIRACRe,
|
|
18010
|
+
0,
|
|
18011
|
+
[_NTe, _IIRAC],
|
|
18012
|
+
[[0, { [_eQN]: `NextToken`,
|
|
18013
|
+
[_xN]: _nTe }], [() => IpamInternetRegistryAssociationCidrSet, { [_eQN]: `IpamInternetRegistryAssociationCidrSet`,
|
|
18014
|
+
[_xN]: _iIRACS }]]
|
|
18015
|
+
];
|
|
17769
18016
|
var GetIpamPolicyAllocationRulesRequest$ = [3, n0, _GIPARR,
|
|
17770
18017
|
0,
|
|
17771
18018
|
[_IPIp, _DR, _Fi, _Lo, _RTe, _MR, _NTe],
|
|
@@ -17862,6 +18109,55 @@ var GetIpamResourceCidrsResult$ = [3, n0, _GIRCRe,
|
|
|
17862
18109
|
[_xN]: _nTe }], [() => IpamResourceCidrSet, { [_eQN]: `IpamResourceCidrSet`,
|
|
17863
18110
|
[_xN]: _iRCS }]]
|
|
17864
18111
|
];
|
|
18112
|
+
var GetIpamRouteOriginAuthorizationsRequest$ = [3, n0, _GIROAR,
|
|
18113
|
+
0,
|
|
18114
|
+
[_IIRAI, _DR, _Ci, _MR, _NTe],
|
|
18115
|
+
[0, 2, 0, 1, 0], 1
|
|
18116
|
+
];
|
|
18117
|
+
var GetIpamRouteOriginAuthorizationsResult$ = [3, n0, _GIROARe,
|
|
18118
|
+
0,
|
|
18119
|
+
[_IROA, _NTe],
|
|
18120
|
+
[[() => IpamRouteOriginAuthorizationInfoSet, { [_eQN]: `IpamRouteOriginAuthorizationSet`,
|
|
18121
|
+
[_xN]: _iROAS }], [0, { [_eQN]: `NextToken`,
|
|
18122
|
+
[_xN]: _nTe }]]
|
|
18123
|
+
];
|
|
18124
|
+
var GetIpamRouteProtectionFindingsRequest$ = [3, n0, _GIRPFR,
|
|
18125
|
+
0,
|
|
18126
|
+
[_IIp, _DR, _Fi, _NTe, _MR],
|
|
18127
|
+
[0, 2, [() => FilterList, { [_xN]: _Fil }], 0, 1], 1
|
|
18128
|
+
];
|
|
18129
|
+
var GetIpamRouteProtectionFindingsResult$ = [3, n0, _GIRPFRe,
|
|
18130
|
+
0,
|
|
18131
|
+
[_IIp, _RPF, _NTe],
|
|
18132
|
+
[[0, { [_eQN]: `IpamId`,
|
|
18133
|
+
[_xN]: _iIp }], [() => IpamRouteProtectionFindingSet, { [_eQN]: `RouteProtectionFindingSet`,
|
|
18134
|
+
[_xN]: _rPFS }], [0, { [_eQN]: `NextToken`,
|
|
18135
|
+
[_xN]: _nTe }]]
|
|
18136
|
+
];
|
|
18137
|
+
var GetIpamRoutingPolicyRegistrationDeltasRequest$ = [3, n0, _GIRPRDR,
|
|
18138
|
+
0,
|
|
18139
|
+
[_IIRAI, _DR, _DIel, _STt, _ETnd, _COh, _MR, _NTe],
|
|
18140
|
+
[0, 2, 0, 4, 4, 0, 1, 0], 1
|
|
18141
|
+
];
|
|
18142
|
+
var GetIpamRoutingPolicyRegistrationDeltasResult$ = [3, n0, _GIRPRDRe,
|
|
18143
|
+
0,
|
|
18144
|
+
[_IRPRDp, _NTe],
|
|
18145
|
+
[[() => IpamRoutingPolicyRegistrationDeltaSet, { [_eQN]: `IpamRoutingPolicyRegistrationDeltaSet`,
|
|
18146
|
+
[_xN]: _iRPRDS }], [0, { [_eQN]: `NextToken`,
|
|
18147
|
+
[_xN]: _nTe }]]
|
|
18148
|
+
];
|
|
18149
|
+
var GetIpamRoutingPolicyRegistrationsRequest$ = [3, n0, _GIRPRR,
|
|
18150
|
+
0,
|
|
18151
|
+
[_IIRAI, _DR, _Ci, _MR, _NTe],
|
|
18152
|
+
[0, 2, 0, 1, 0], 1
|
|
18153
|
+
];
|
|
18154
|
+
var GetIpamRoutingPolicyRegistrationsResult$ = [3, n0, _GIRPRRe,
|
|
18155
|
+
0,
|
|
18156
|
+
[_IRPR, _NTe],
|
|
18157
|
+
[[() => IpamRoutingPolicyRegistrationSet, { [_eQN]: `IpamRoutingPolicyRegistrationSet`,
|
|
18158
|
+
[_xN]: _iRPRS }], [0, { [_eQN]: `NextToken`,
|
|
18159
|
+
[_xN]: _nTe }]]
|
|
18160
|
+
];
|
|
17865
18161
|
var GetLaunchTemplateDataRequest$ = [3, n0, _GLTDR,
|
|
17866
18162
|
0,
|
|
17867
18163
|
[_II, _DR],
|
|
@@ -19670,6 +19966,22 @@ var IpamDiscoveredResourceCidr$ = [3, n0, _IDRCp,
|
|
|
19670
19966
|
[_xN]: _sTa }], [0, { [_eQN]: `AvailabilityZoneId`,
|
|
19671
19967
|
[_xN]: _aZI }]]
|
|
19672
19968
|
];
|
|
19969
|
+
var IpamDiscoveredRoute$ = [3, n0, _IDRp,
|
|
19970
|
+
0,
|
|
19971
|
+
[_IRDI, _RR, _ROI, _Ci, _Asn, _St, _ATd, _NBG, _PIo, _IPI, _STam],
|
|
19972
|
+
[[0, { [_eQN]: `IpamResourceDiscoveryId`,
|
|
19973
|
+
[_xN]: _iRDI }], [0, { [_eQN]: `ResourceRegion`,
|
|
19974
|
+
[_xN]: _rR }], [0, { [_eQN]: `ResourceOwnerId`,
|
|
19975
|
+
[_xN]: _rOI }], [0, { [_eQN]: `Cidr`,
|
|
19976
|
+
[_xN]: _ci }], [0, { [_eQN]: `Asn`,
|
|
19977
|
+
[_xN]: _as }], [0, { [_eQN]: `State`,
|
|
19978
|
+
[_xN]: _st }], [0, { [_eQN]: `AdvertisementType`,
|
|
19979
|
+
[_xN]: _aTd }], [0, { [_eQN]: `NetworkBorderGroup`,
|
|
19980
|
+
[_xN]: _nBG }], [0, { [_eQN]: `PoolId`,
|
|
19981
|
+
[_xN]: _pIo }], [0, { [_eQN]: `IpamPoolId`,
|
|
19982
|
+
[_xN]: _iPI }], [4, { [_eQN]: `SampleTime`,
|
|
19983
|
+
[_xN]: _sTa }]]
|
|
19984
|
+
];
|
|
19673
19985
|
var IpamDiscoveryFailureReason$ = [3, n0, _IDFR,
|
|
19674
19986
|
0,
|
|
19675
19987
|
[_Co, _Me],
|
|
@@ -19693,6 +20005,36 @@ var IpamExternalResourceVerificationToken$ = [3, n0, _IERVT,
|
|
|
19693
20005
|
[_xN]: _tS }], [0, { [_eQN]: `State`,
|
|
19694
20006
|
[_xN]: _st }]]
|
|
19695
20007
|
];
|
|
20008
|
+
var IpamInternetRegistryAssociation$ = [3, n0, _IIRA,
|
|
20009
|
+
0,
|
|
20010
|
+
[_OI, _IIRAI, _IIRAAp, _IIp, _IRp, _Ri, _OH, _De, _St, _CRX, _T],
|
|
20011
|
+
[[0, { [_eQN]: `OwnerId`,
|
|
20012
|
+
[_xN]: _oI }], [0, { [_eQN]: `IpamInternetRegistryAssociationId`,
|
|
20013
|
+
[_xN]: _iIRAI }], [0, { [_eQN]: `IpamInternetRegistryAssociationArn`,
|
|
20014
|
+
[_xN]: _iIRAA }], [0, { [_eQN]: `IpamId`,
|
|
20015
|
+
[_xN]: _iIp }], [0, { [_eQN]: `IpamRegion`,
|
|
20016
|
+
[_xN]: _iRp }], [0, { [_eQN]: `Rir`,
|
|
20017
|
+
[_xN]: _ri }], [0, { [_eQN]: `OrganizationHandle`,
|
|
20018
|
+
[_xN]: _oH }], [0, { [_eQN]: `Description`,
|
|
20019
|
+
[_xN]: _de }], [0, { [_eQN]: `State`,
|
|
20020
|
+
[_xN]: _st }], [0, { [_eQN]: `ChildRequestXml`,
|
|
20021
|
+
[_xN]: _cRX }], [() => TagList, { [_eQN]: `TagSet`,
|
|
20022
|
+
[_xN]: _tS }]]
|
|
20023
|
+
];
|
|
20024
|
+
var IpamInternetRegistryAssociationAsn$ = [3, n0, _IIRAApa,
|
|
20025
|
+
0,
|
|
20026
|
+
[_Asn, _LOA],
|
|
20027
|
+
[[0, { [_eQN]: `Asn`,
|
|
20028
|
+
[_xN]: _as }], [4, { [_eQN]: `LastObservedAt`,
|
|
20029
|
+
[_xN]: _lOA }]]
|
|
20030
|
+
];
|
|
20031
|
+
var IpamInternetRegistryAssociationCidr$ = [3, n0, _IIRACp,
|
|
20032
|
+
0,
|
|
20033
|
+
[_Ci, _LOA],
|
|
20034
|
+
[[0, { [_eQN]: `Cidr`,
|
|
20035
|
+
[_xN]: _ci }], [4, { [_eQN]: `LastObservedAt`,
|
|
20036
|
+
[_xN]: _lOA }]]
|
|
20037
|
+
];
|
|
19696
20038
|
var IpamOperatingRegion$ = [3, n0, _IOR,
|
|
19697
20039
|
0,
|
|
19698
20040
|
[_RN],
|
|
@@ -19710,7 +20052,7 @@ var IpamPolicy$ = [3, n0, _IPpa,
|
|
|
19710
20052
|
[_OI, _IPIp, _IPApa, _IPR, _St, _SMta, _T, _IIp],
|
|
19711
20053
|
[[0, { [_eQN]: `OwnerId`,
|
|
19712
20054
|
[_xN]: _oI }], [0, { [_eQN]: `IpamPolicyId`,
|
|
19713
|
-
[_xN]:
|
|
20055
|
+
[_xN]: _iPIp }], [0, { [_eQN]: `IpamPolicyArn`,
|
|
19714
20056
|
[_xN]: _iPAp }], [0, { [_eQN]: `IpamPolicyRegion`,
|
|
19715
20057
|
[_xN]: _iPR }], [0, { [_eQN]: `State`,
|
|
19716
20058
|
[_xN]: _st }], [0, { [_eQN]: `StateMessage`,
|
|
@@ -19733,7 +20075,7 @@ var IpamPolicyDocument$ = [3, n0, _IPDp,
|
|
|
19733
20075
|
0,
|
|
19734
20076
|
[_IPIp, _Lo, _RTe, _ARllo],
|
|
19735
20077
|
[[0, { [_eQN]: `IpamPolicyId`,
|
|
19736
|
-
[_xN]:
|
|
20078
|
+
[_xN]: _iPIp }], [0, { [_eQN]: `Locale`,
|
|
19737
20079
|
[_xN]: _loc }], [0, { [_eQN]: `ResourceType`,
|
|
19738
20080
|
[_xN]: _rTe }], [() => IpamPolicyAllocationRuleList, { [_eQN]: `AllocationRuleSet`,
|
|
19739
20081
|
[_xN]: _aRSl }]]
|
|
@@ -19749,7 +20091,7 @@ var IpamPool$ = [3, n0, _IPpam,
|
|
|
19749
20091
|
[_OI, _IPI, _SIPI, _IPApam, _ISA, _ISTp, _IApa, _IRp, _Lo, _PDoo, _St, _SMta, _De, _AIu, _PAu, _AF, _AMNL, _AMNLl, _ADNL, _ART, _T, _ASw, _PIS, _SRou],
|
|
19750
20092
|
[[0, { [_eQN]: `OwnerId`,
|
|
19751
20093
|
[_xN]: _oI }], [0, { [_eQN]: `IpamPoolId`,
|
|
19752
|
-
[_xN]:
|
|
20094
|
+
[_xN]: _iPI }], [0, { [_eQN]: `SourceIpamPoolId`,
|
|
19753
20095
|
[_xN]: _sIPI }], [0, { [_eQN]: `IpamPoolArn`,
|
|
19754
20096
|
[_xN]: _iPApa }], [0, { [_eQN]: `IpamScopeArn`,
|
|
19755
20097
|
[_xN]: _iSA }], [0, { [_eQN]: `IpamScopeType`,
|
|
@@ -19848,7 +20190,7 @@ var IpamPrefixListResolverRuleCondition$ = [3, n0, _IPLRRC,
|
|
|
19848
20190
|
[_Ope, _IPI, _RIeso, _ROe, _RR, _RTeso, _Ci],
|
|
19849
20191
|
[[0, { [_eQN]: `Operation`,
|
|
19850
20192
|
[_xN]: _oper }], [0, { [_eQN]: `IpamPoolId`,
|
|
19851
|
-
[_xN]:
|
|
20193
|
+
[_xN]: _iPI }], [0, { [_eQN]: `ResourceId`,
|
|
19852
20194
|
[_xN]: _rIes }], [0, { [_eQN]: `ResourceOwner`,
|
|
19853
20195
|
[_xN]: _rO }], [0, { [_eQN]: `ResourceRegion`,
|
|
19854
20196
|
[_xN]: _rR }], [() => IpamResourceTag$, { [_eQN]: `ResourceTag`,
|
|
@@ -19920,7 +20262,7 @@ var IpamResourceCidr$ = [3, n0, _IRCp,
|
|
|
19920
20262
|
[[0, { [_eQN]: `IpamId`,
|
|
19921
20263
|
[_xN]: _iIp }], [0, { [_eQN]: `IpamScopeId`,
|
|
19922
20264
|
[_xN]: _iSIp }], [0, { [_eQN]: `IpamPoolId`,
|
|
19923
|
-
[_xN]:
|
|
20265
|
+
[_xN]: _iPI }], [0, { [_eQN]: `ResourceRegion`,
|
|
19924
20266
|
[_xN]: _rR }], [0, { [_eQN]: `ResourceOwnerId`,
|
|
19925
20267
|
[_xN]: _rOI }], [0, { [_eQN]: `ResourceId`,
|
|
19926
20268
|
[_xN]: _rIes }], [0, { [_eQN]: `ResourceName`,
|
|
@@ -19973,6 +20315,73 @@ var IpamResourceTag$ = [3, n0, _IRTp,
|
|
|
19973
20315
|
[_xN]: _k }], [0, { [_eQN]: `Value`,
|
|
19974
20316
|
[_xN]: _v }]]
|
|
19975
20317
|
];
|
|
20318
|
+
var IpamRouteOriginAuthorization$ = [3, n0, _IROAp,
|
|
20319
|
+
0,
|
|
20320
|
+
[_Asn, _Pre, _ML, _Mat, _Exp],
|
|
20321
|
+
[[0, { [_eQN]: `Asn`,
|
|
20322
|
+
[_xN]: _as }], [0, { [_eQN]: `Prefix`,
|
|
20323
|
+
[_xN]: _pre }], [1, { [_eQN]: `MaxLength`,
|
|
20324
|
+
[_xN]: _mL }], [2, { [_eQN]: `Match`,
|
|
20325
|
+
[_xN]: _mat }], [4, { [_eQN]: `Expiration`,
|
|
20326
|
+
[_xN]: _ex }]]
|
|
20327
|
+
];
|
|
20328
|
+
var IpamRouteOriginAuthorizationInfo$ = [3, n0, _IROAI,
|
|
20329
|
+
0,
|
|
20330
|
+
[_Ci, _Asn, _ML],
|
|
20331
|
+
[[0, { [_eQN]: `Cidr`,
|
|
20332
|
+
[_xN]: _ci }], [0, { [_eQN]: `Asn`,
|
|
20333
|
+
[_xN]: _as }], [1, { [_eQN]: `MaxLength`,
|
|
20334
|
+
[_xN]: _mL }]]
|
|
20335
|
+
];
|
|
20336
|
+
var IpamRouteOverlap$ = [3, n0, _IRO,
|
|
20337
|
+
0,
|
|
20338
|
+
[_Pre, _Asn, _DAet],
|
|
20339
|
+
[[0, { [_eQN]: `Prefix`,
|
|
20340
|
+
[_xN]: _pre }], [0, { [_eQN]: `Asn`,
|
|
20341
|
+
[_xN]: _as }], [4, { [_eQN]: `DetectedAt`,
|
|
20342
|
+
[_xN]: _dA }]]
|
|
20343
|
+
];
|
|
20344
|
+
var IpamRouteProtectionFinding$ = [3, n0, _IRPF,
|
|
20345
|
+
0,
|
|
20346
|
+
[_ROI, _RR, _IPI, _Ci, _St, _ATd, _NBG, _PIo, _Asn, _RSp, _RSpk, _Roa, _ROo, _STam, _RSTo],
|
|
20347
|
+
[[0, { [_eQN]: `ResourceOwnerId`,
|
|
20348
|
+
[_xN]: _rOI }], [0, { [_eQN]: `ResourceRegion`,
|
|
20349
|
+
[_xN]: _rR }], [0, { [_eQN]: `IpamPoolId`,
|
|
20350
|
+
[_xN]: _iPI }], [0, { [_eQN]: `Cidr`,
|
|
20351
|
+
[_xN]: _ci }], [0, { [_eQN]: `State`,
|
|
20352
|
+
[_xN]: _st }], [0, { [_eQN]: `AdvertisementType`,
|
|
20353
|
+
[_xN]: _aTd }], [0, { [_eQN]: `NetworkBorderGroup`,
|
|
20354
|
+
[_xN]: _nBG }], [0, { [_eQN]: `PoolId`,
|
|
20355
|
+
[_xN]: _pIo }], [0, { [_eQN]: `Asn`,
|
|
20356
|
+
[_xN]: _as }], [0, { [_eQN]: `RpkiStatus`,
|
|
20357
|
+
[_xN]: _rSp }], [0, { [_eQN]: `RpkiStrength`,
|
|
20358
|
+
[_xN]: _rSpk }], [() => IpamRouteOriginAuthorizationSet, { [_eQN]: `RoaSet`,
|
|
20359
|
+
[_xN]: _rSoa }], [() => IpamRouteOverlapSet, { [_eQN]: `RouteOverlapSet`,
|
|
20360
|
+
[_xN]: _rOSo }], [4, { [_eQN]: `SampleTime`,
|
|
20361
|
+
[_xN]: _sTa }], [4, { [_eQN]: `RoaSampleTime`,
|
|
20362
|
+
[_xN]: _rSTo }]]
|
|
20363
|
+
];
|
|
20364
|
+
var IpamRoutingPolicyRegistration$ = [3, n0, _IRPRp,
|
|
20365
|
+
0,
|
|
20366
|
+
[_Ci, _Asns, _PMSA, _ML, _De, _LDI, _St],
|
|
20367
|
+
[[0, { [_eQN]: `Cidr`,
|
|
20368
|
+
[_xN]: _ci }], [() => AsnList, { [_eQN]: `AsnSet`,
|
|
20369
|
+
[_xN]: _aSsn }], [2, { [_eQN]: `PermitMoreSpecificAnnouncements`,
|
|
20370
|
+
[_xN]: _pMSA }], [1, { [_eQN]: `MaxLength`,
|
|
20371
|
+
[_xN]: _mL }], [0, { [_eQN]: `Description`,
|
|
20372
|
+
[_xN]: _de }], [0, { [_eQN]: `LatestDeltaId`,
|
|
20373
|
+
[_xN]: _lDI }], [0, { [_eQN]: `State`,
|
|
20374
|
+
[_xN]: _st }]]
|
|
20375
|
+
];
|
|
20376
|
+
var IpamRoutingPolicyRegistrationDelta$ = [3, n0, _IRPRD,
|
|
20377
|
+
0,
|
|
20378
|
+
[_DIel, _DJ, _St, _SMta],
|
|
20379
|
+
[[0, { [_eQN]: `DeltaId`,
|
|
20380
|
+
[_xN]: _dIe }], [0, { [_eQN]: `DeltaJson`,
|
|
20381
|
+
[_xN]: _dJ }], [0, { [_eQN]: `State`,
|
|
20382
|
+
[_xN]: _st }], [0, { [_eQN]: `StateMessage`,
|
|
20383
|
+
[_xN]: _sMta }]]
|
|
20384
|
+
];
|
|
19976
20385
|
var IpamScope$ = [3, n0, _ISp,
|
|
19977
20386
|
0,
|
|
19978
20387
|
[_OI, _ISI, _ISA, _IApa, _IRp, _ISTp, _IDs, _De, _PCo, _St, _T, _EAC],
|
|
@@ -21242,6 +21651,17 @@ var ModifyIpamResult$ = [3, n0, _MIRo,
|
|
|
21242
21651
|
[[() => Ipam$, { [_eQN]: `Ipam`,
|
|
21243
21652
|
[_xN]: _ip }]]
|
|
21244
21653
|
];
|
|
21654
|
+
var ModifyIpamRoutingPolicyRegistrationRequest$ = [3, n0, _MIRPRR,
|
|
21655
|
+
0,
|
|
21656
|
+
[_IIRAI, _Ci, _Asns, _DR, _PMSA, _ML, _De, _F, _CT],
|
|
21657
|
+
[0, 0, [() => AsnList, { [_xN]: _Asn }], 2, 2, 1, 0, 2, [0, 4]], 3
|
|
21658
|
+
];
|
|
21659
|
+
var ModifyIpamRoutingPolicyRegistrationResult$ = [3, n0, _MIRPRRo,
|
|
21660
|
+
0,
|
|
21661
|
+
[_IRPRD],
|
|
21662
|
+
[[() => IpamRoutingPolicyRegistrationDelta$, { [_eQN]: `IpamRoutingPolicyRegistrationDelta`,
|
|
21663
|
+
[_xN]: _iRPRD }]]
|
|
21664
|
+
];
|
|
21245
21665
|
var ModifyIpamScopeRequest$ = [3, n0, _MISR,
|
|
21246
21666
|
0,
|
|
21247
21667
|
[_ISI, _DR, _De, _EAC, _REAC],
|
|
@@ -22059,7 +22479,7 @@ var NetworkInsightsAccessScopeContent$ = [3, n0, _NIASC,
|
|
|
22059
22479
|
];
|
|
22060
22480
|
var NetworkInsightsAnalysis$ = [3, n0, _NIAe,
|
|
22061
22481
|
0,
|
|
22062
|
-
[_NIAI, _NIAA, _NIPI, _AAdd, _FIAi, _FOA, _SD, _Sta, _SMt, _WM, _NPF, _FPC, _RPC,
|
|
22482
|
+
[_NIAI, _NIAA, _NIPI, _AAdd, _FIAi, _FOA, _SD, _Sta, _SMt, _WM, _NPF, _FPC, _RPC, _Expl, _APHl, _SAu, _T],
|
|
22063
22483
|
[[0, { [_eQN]: `NetworkInsightsAnalysisId`,
|
|
22064
22484
|
[_xN]: _nIAI }], [0, { [_eQN]: `NetworkInsightsAnalysisArn`,
|
|
22065
22485
|
[_xN]: _nIAA }], [0, { [_eQN]: `NetworkInsightsPathId`,
|
|
@@ -22089,9 +22509,9 @@ var NetworkInsightsPath$ = [3, n0, _NIP,
|
|
|
22089
22509
|
[_xN]: _so }], [0, { [_eQN]: `Destination`,
|
|
22090
22510
|
[_xN]: _d }], [0, { [_eQN]: `SourceArn`,
|
|
22091
22511
|
[_xN]: _sA }], [0, { [_eQN]: `DestinationArn`,
|
|
22092
|
-
[_xN]:
|
|
22512
|
+
[_xN]: _dAe }], [0, { [_eQN]: `SourceIp`,
|
|
22093
22513
|
[_xN]: _sIo }], [0, { [_eQN]: `DestinationIp`,
|
|
22094
|
-
[_xN]:
|
|
22514
|
+
[_xN]: _dIes }], [0, { [_eQN]: `Protocol`,
|
|
22095
22515
|
[_xN]: _pr }], [1, { [_eQN]: `DestinationPort`,
|
|
22096
22516
|
[_xN]: _dPes }], [() => TagList, { [_eQN]: `TagSet`,
|
|
22097
22517
|
[_xN]: _tS }], [() => PathFilter$, { [_eQN]: `FilterAtSource`,
|
|
@@ -22329,14 +22749,14 @@ var PacketHeaderStatementRequest$ = [3, n0, _PHSR,
|
|
|
22329
22749
|
];
|
|
22330
22750
|
var PathComponent$ = [3, n0, _PCat,
|
|
22331
22751
|
0,
|
|
22332
|
-
[_SNeq, _ARcl, _ATtta, _C, _DVe,
|
|
22752
|
+
[_SNeq, _ARcl, _ATtta, _C, _DVe, _OHu, _IHn, _RTR, _SGRe, _SVo, _Su, _Vp, _ADd, _TG, _TGRTR, _Expl, _ELBL, _FSRi, _FSRir, _SN],
|
|
22333
22753
|
[[1, { [_eQN]: `SequenceNumber`,
|
|
22334
22754
|
[_xN]: _sNeq }], [() => AnalysisAclRule$, { [_eQN]: `AclRule`,
|
|
22335
22755
|
[_xN]: _aRc }], [() => AnalysisComponent$, { [_eQN]: `AttachedTo`,
|
|
22336
22756
|
[_xN]: _aTtt }], [() => AnalysisComponent$, { [_eQN]: `Component`,
|
|
22337
22757
|
[_xN]: _c }], [() => AnalysisComponent$, { [_eQN]: `DestinationVpc`,
|
|
22338
22758
|
[_xN]: _dV }], [() => AnalysisPacketHeader$, { [_eQN]: `OutboundHeader`,
|
|
22339
|
-
[_xN]:
|
|
22759
|
+
[_xN]: _oHu }], [() => AnalysisPacketHeader$, { [_eQN]: `InboundHeader`,
|
|
22340
22760
|
[_xN]: _iHn }], [() => AnalysisRouteTableRoute$, { [_eQN]: `RouteTableRoute`,
|
|
22341
22761
|
[_xN]: _rTR }], [() => AnalysisSecurityGroupRule$, { [_eQN]: `SecurityGroupRule`,
|
|
22342
22762
|
[_xN]: _sGR }], [() => AnalysisComponent$, { [_eQN]: `SourceVpc`,
|
|
@@ -22358,7 +22778,7 @@ var PathFilter$ = [3, n0, _PFa,
|
|
|
22358
22778
|
[[0, { [_eQN]: `SourceAddress`,
|
|
22359
22779
|
[_xN]: _sAo }], [() => FilterPortRange$, { [_eQN]: `SourcePortRange`,
|
|
22360
22780
|
[_xN]: _sPR }], [0, { [_eQN]: `DestinationAddress`,
|
|
22361
|
-
[_xN]:
|
|
22781
|
+
[_xN]: _dAes }], [() => FilterPortRange$, { [_eQN]: `DestinationPortRange`,
|
|
22362
22782
|
[_xN]: _dPR }]]
|
|
22363
22783
|
];
|
|
22364
22784
|
var PathRequestFilter$ = [3, n0, _PRF,
|
|
@@ -25549,7 +25969,7 @@ var TransitGatewayRouteTablePropagation$ = [3, n0, _TGRTPr,
|
|
|
25549
25969
|
];
|
|
25550
25970
|
var TransitGatewayRouteTableRoute$ = [3, n0, _TGRTR,
|
|
25551
25971
|
0,
|
|
25552
|
-
[_DCe, _St,
|
|
25972
|
+
[_DCe, _St, _ROou, _PLI, _AItt, _RIeso, _RTe],
|
|
25553
25973
|
[[0, { [_eQN]: `DestinationCidr`,
|
|
25554
25974
|
[_xN]: _dC }], [0, { [_eQN]: `State`,
|
|
25555
25975
|
[_xN]: _st }], [0, { [_eQN]: `RouteOrigin`,
|
|
@@ -26738,6 +27158,10 @@ var AsnAssociationSet = [1, n0, _AAS,
|
|
|
26738
27158
|
0, [() => AsnAssociation$,
|
|
26739
27159
|
{ [_xN]: _it }]
|
|
26740
27160
|
];
|
|
27161
|
+
var AsnList = [1, n0, _ALs,
|
|
27162
|
+
0, [0,
|
|
27163
|
+
{ [_xN]: _it }]
|
|
27164
|
+
];
|
|
26741
27165
|
var AsPath = [1, n0, _APsa,
|
|
26742
27166
|
0, [0,
|
|
26743
27167
|
{ [_xN]: _it }]
|
|
@@ -27775,10 +28199,26 @@ var IpamDiscoveredResourceCidrSet = [1, n0, _IDRCS,
|
|
|
27775
28199
|
0, [() => IpamDiscoveredResourceCidr$,
|
|
27776
28200
|
{ [_xN]: _it }]
|
|
27777
28201
|
];
|
|
28202
|
+
var IpamDiscoveredRouteSet = [1, n0, _IDRS,
|
|
28203
|
+
0, [() => IpamDiscoveredRoute$,
|
|
28204
|
+
{ [_xN]: _it }]
|
|
28205
|
+
];
|
|
27778
28206
|
var IpamExternalResourceVerificationTokenSet = [1, n0, _IERVTS,
|
|
27779
28207
|
0, [() => IpamExternalResourceVerificationToken$,
|
|
27780
28208
|
{ [_xN]: _it }]
|
|
27781
28209
|
];
|
|
28210
|
+
var IpamInternetRegistryAssociationAsnSet = [1, n0, _IIRAAS,
|
|
28211
|
+
0, [() => IpamInternetRegistryAssociationAsn$,
|
|
28212
|
+
{ [_xN]: _it }]
|
|
28213
|
+
];
|
|
28214
|
+
var IpamInternetRegistryAssociationCidrSet = [1, n0, _IIRACS,
|
|
28215
|
+
0, [() => IpamInternetRegistryAssociationCidr$,
|
|
28216
|
+
{ [_xN]: _it }]
|
|
28217
|
+
];
|
|
28218
|
+
var IpamInternetRegistryAssociationSet = [1, n0, _IIRAS,
|
|
28219
|
+
0, [() => IpamInternetRegistryAssociation$,
|
|
28220
|
+
{ [_xN]: _it }]
|
|
28221
|
+
];
|
|
27782
28222
|
var IpamOperatingRegionSet = [1, n0, _IORS,
|
|
27783
28223
|
0, [() => IpamOperatingRegion$,
|
|
27784
28224
|
{ [_xN]: _it }]
|
|
@@ -27887,6 +28327,30 @@ var IpamResourceTagList = [1, n0, _IRTL,
|
|
|
27887
28327
|
0, [() => IpamResourceTag$,
|
|
27888
28328
|
{ [_xN]: _it }]
|
|
27889
28329
|
];
|
|
28330
|
+
var IpamRouteOriginAuthorizationInfoSet = [1, n0, _IROAIS,
|
|
28331
|
+
0, [() => IpamRouteOriginAuthorizationInfo$,
|
|
28332
|
+
{ [_xN]: _it }]
|
|
28333
|
+
];
|
|
28334
|
+
var IpamRouteOriginAuthorizationSet = [1, n0, _IROAS,
|
|
28335
|
+
0, [() => IpamRouteOriginAuthorization$,
|
|
28336
|
+
{ [_xN]: _it }]
|
|
28337
|
+
];
|
|
28338
|
+
var IpamRouteOverlapSet = [1, n0, _IROS,
|
|
28339
|
+
0, [() => IpamRouteOverlap$,
|
|
28340
|
+
{ [_xN]: _it }]
|
|
28341
|
+
];
|
|
28342
|
+
var IpamRouteProtectionFindingSet = [1, n0, _IRPFS,
|
|
28343
|
+
0, [() => IpamRouteProtectionFinding$,
|
|
28344
|
+
{ [_xN]: _it }]
|
|
28345
|
+
];
|
|
28346
|
+
var IpamRoutingPolicyRegistrationDeltaSet = [1, n0, _IRPRDS,
|
|
28347
|
+
0, [() => IpamRoutingPolicyRegistrationDelta$,
|
|
28348
|
+
{ [_xN]: _it }]
|
|
28349
|
+
];
|
|
28350
|
+
var IpamRoutingPolicyRegistrationSet = [1, n0, _IRPRS,
|
|
28351
|
+
0, [() => IpamRoutingPolicyRegistration$,
|
|
28352
|
+
{ [_xN]: _it }]
|
|
28353
|
+
];
|
|
27890
28354
|
var IpamScopeSet = [1, n0, _ISSp,
|
|
27891
28355
|
0, [() => IpamScope$,
|
|
27892
28356
|
{ [_xN]: _it }]
|
|
@@ -29696,6 +30160,9 @@ var AuthorizeSecurityGroupEgress$ = [9, n0, _ASGE,
|
|
|
29696
30160
|
var AuthorizeSecurityGroupIngress$ = [9, n0, _ASGIu,
|
|
29697
30161
|
0, () => AuthorizeSecurityGroupIngressRequest$, () => AuthorizeSecurityGroupIngressResult$
|
|
29698
30162
|
];
|
|
30163
|
+
var BatchModifyIpamRoutingPolicyRegistrations$ = [9, n0, _BMIRPR,
|
|
30164
|
+
0, () => BatchModifyIpamRoutingPolicyRegistrationsRequest$, () => BatchModifyIpamRoutingPolicyRegistrationsResult$
|
|
30165
|
+
];
|
|
29699
30166
|
var BundleInstance$ = [9, n0, _BIun,
|
|
29700
30167
|
0, () => BundleInstanceRequest$, () => BundleInstanceResult$
|
|
29701
30168
|
];
|
|
@@ -29834,6 +30301,9 @@ var CreateIpam$ = [9, n0, _CIre,
|
|
|
29834
30301
|
var CreateIpamExternalResourceVerificationToken$ = [9, n0, _CIERVT,
|
|
29835
30302
|
0, () => CreateIpamExternalResourceVerificationTokenRequest$, () => CreateIpamExternalResourceVerificationTokenResult$
|
|
29836
30303
|
];
|
|
30304
|
+
var CreateIpamInternetRegistryAssociation$ = [9, n0, _CIIRA,
|
|
30305
|
+
0, () => CreateIpamInternetRegistryAssociationRequest$, () => CreateIpamInternetRegistryAssociationResult$
|
|
30306
|
+
];
|
|
29837
30307
|
var CreateIpamPolicy$ = [9, n0, _CIP,
|
|
29838
30308
|
0, () => CreateIpamPolicyRequest$, () => CreateIpamPolicyResult$
|
|
29839
30309
|
];
|
|
@@ -29849,6 +30319,9 @@ var CreateIpamPrefixListResolverTarget$ = [9, n0, _CIPLRT,
|
|
|
29849
30319
|
var CreateIpamResourceDiscovery$ = [9, n0, _CIRD,
|
|
29850
30320
|
0, () => CreateIpamResourceDiscoveryRequest$, () => CreateIpamResourceDiscoveryResult$
|
|
29851
30321
|
];
|
|
30322
|
+
var CreateIpamRoutingPolicyRegistration$ = [9, n0, _CIRPR,
|
|
30323
|
+
0, () => CreateIpamRoutingPolicyRegistrationRequest$, () => CreateIpamRoutingPolicyRegistrationResult$
|
|
30324
|
+
];
|
|
29852
30325
|
var CreateIpamScope$ = [9, n0, _CIS,
|
|
29853
30326
|
0, () => CreateIpamScopeRequest$, () => CreateIpamScopeResult$
|
|
29854
30327
|
];
|
|
@@ -30119,12 +30592,15 @@ var DeleteInstanceEventWindow$ = [9, n0, _DIEW,
|
|
|
30119
30592
|
var DeleteInternetGateway$ = [9, n0, _DIG,
|
|
30120
30593
|
0, () => DeleteInternetGatewayRequest$, () => __Unit
|
|
30121
30594
|
];
|
|
30122
|
-
var DeleteIpam$ = [9, n0,
|
|
30595
|
+
var DeleteIpam$ = [9, n0, _DIele,
|
|
30123
30596
|
0, () => DeleteIpamRequest$, () => DeleteIpamResult$
|
|
30124
30597
|
];
|
|
30125
30598
|
var DeleteIpamExternalResourceVerificationToken$ = [9, n0, _DIERVT,
|
|
30126
30599
|
0, () => DeleteIpamExternalResourceVerificationTokenRequest$, () => DeleteIpamExternalResourceVerificationTokenResult$
|
|
30127
30600
|
];
|
|
30601
|
+
var DeleteIpamInternetRegistryAssociation$ = [9, n0, _DIIRA,
|
|
30602
|
+
0, () => DeleteIpamInternetRegistryAssociationRequest$, () => DeleteIpamInternetRegistryAssociationResult$
|
|
30603
|
+
];
|
|
30128
30604
|
var DeleteIpamPolicy$ = [9, n0, _DIP,
|
|
30129
30605
|
0, () => DeleteIpamPolicyRequest$, () => DeleteIpamPolicyResult$
|
|
30130
30606
|
];
|
|
@@ -30140,6 +30616,9 @@ var DeleteIpamPrefixListResolverTarget$ = [9, n0, _DIPLRT,
|
|
|
30140
30616
|
var DeleteIpamResourceDiscovery$ = [9, n0, _DIRD,
|
|
30141
30617
|
0, () => DeleteIpamResourceDiscoveryRequest$, () => DeleteIpamResourceDiscoveryResult$
|
|
30142
30618
|
];
|
|
30619
|
+
var DeleteIpamRoutingPolicyRegistration$ = [9, n0, _DIRPR,
|
|
30620
|
+
0, () => DeleteIpamRoutingPolicyRegistrationRequest$, () => DeleteIpamRoutingPolicyRegistrationResult$
|
|
30621
|
+
];
|
|
30143
30622
|
var DeleteIpamScope$ = [9, n0, _DISe,
|
|
30144
30623
|
0, () => DeleteIpamScopeRequest$, () => DeleteIpamScopeResult$
|
|
30145
30624
|
];
|
|
@@ -30608,6 +31087,9 @@ var DescribeIpamByoasn$ = [9, n0, _DIBe,
|
|
|
30608
31087
|
var DescribeIpamExternalResourceVerificationTokens$ = [9, n0, _DIERVTe,
|
|
30609
31088
|
0, () => DescribeIpamExternalResourceVerificationTokensRequest$, () => DescribeIpamExternalResourceVerificationTokensResult$
|
|
30610
31089
|
];
|
|
31090
|
+
var DescribeIpamInternetRegistryAssociations$ = [9, n0, _DIIRAe,
|
|
31091
|
+
0, () => DescribeIpamInternetRegistryAssociationsRequest$, () => DescribeIpamInternetRegistryAssociationsResult$
|
|
31092
|
+
];
|
|
30611
31093
|
var DescribeIpamPolicies$ = [9, n0, _DIPes,
|
|
30612
31094
|
0, () => DescribeIpamPoliciesRequest$, () => DescribeIpamPoliciesResult$
|
|
30613
31095
|
];
|
|
@@ -31133,6 +31615,9 @@ var EnableImageDeregistrationProtection$ = [9, n0, _EIDP,
|
|
|
31133
31615
|
var EnableInstanceSqlHaStandbyDetections$ = [9, n0, _EISHSD,
|
|
31134
31616
|
0, () => EnableInstanceSqlHaStandbyDetectionsRequest$, () => EnableInstanceSqlHaStandbyDetectionsResult$
|
|
31135
31617
|
];
|
|
31618
|
+
var EnableIpamInternetRegistryAssociation$ = [9, n0, _EIIRA,
|
|
31619
|
+
0, () => EnableIpamInternetRegistryAssociationRequest$, () => EnableIpamInternetRegistryAssociationResult$
|
|
31620
|
+
];
|
|
31136
31621
|
var EnableIpamOrganizationAdminAccount$ = [9, n0, _EIOAA,
|
|
31137
31622
|
0, () => EnableIpamOrganizationAdminAccountRequest$, () => EnableIpamOrganizationAdminAccountResult$
|
|
31138
31623
|
];
|
|
@@ -31274,6 +31759,15 @@ var GetIpamDiscoveredPublicAddresses$ = [9, n0, _GIDPA,
|
|
|
31274
31759
|
var GetIpamDiscoveredResourceCidrs$ = [9, n0, _GIDRC,
|
|
31275
31760
|
0, () => GetIpamDiscoveredResourceCidrsRequest$, () => GetIpamDiscoveredResourceCidrsResult$
|
|
31276
31761
|
];
|
|
31762
|
+
var GetIpamDiscoveredRoutes$ = [9, n0, _GIDR,
|
|
31763
|
+
0, () => GetIpamDiscoveredRoutesRequest$, () => GetIpamDiscoveredRoutesResult$
|
|
31764
|
+
];
|
|
31765
|
+
var GetIpamInternetRegistryAssociationAsns$ = [9, n0, _GIIRAA,
|
|
31766
|
+
0, () => GetIpamInternetRegistryAssociationAsnsRequest$, () => GetIpamInternetRegistryAssociationAsnsResult$
|
|
31767
|
+
];
|
|
31768
|
+
var GetIpamInternetRegistryAssociationCidrs$ = [9, n0, _GIIRAC,
|
|
31769
|
+
0, () => GetIpamInternetRegistryAssociationCidrsRequest$, () => GetIpamInternetRegistryAssociationCidrsResult$
|
|
31770
|
+
];
|
|
31277
31771
|
var GetIpamPolicyAllocationRules$ = [9, n0, _GIPARet,
|
|
31278
31772
|
0, () => GetIpamPolicyAllocationRulesRequest$, () => GetIpamPolicyAllocationRulesResult$
|
|
31279
31773
|
];
|
|
@@ -31298,6 +31792,18 @@ var GetIpamPrefixListResolverVersions$ = [9, n0, _GIPLRV,
|
|
|
31298
31792
|
var GetIpamResourceCidrs$ = [9, n0, _GIRC,
|
|
31299
31793
|
0, () => GetIpamResourceCidrsRequest$, () => GetIpamResourceCidrsResult$
|
|
31300
31794
|
];
|
|
31795
|
+
var GetIpamRouteOriginAuthorizations$ = [9, n0, _GIROA,
|
|
31796
|
+
0, () => GetIpamRouteOriginAuthorizationsRequest$, () => GetIpamRouteOriginAuthorizationsResult$
|
|
31797
|
+
];
|
|
31798
|
+
var GetIpamRouteProtectionFindings$ = [9, n0, _GIRPF,
|
|
31799
|
+
0, () => GetIpamRouteProtectionFindingsRequest$, () => GetIpamRouteProtectionFindingsResult$
|
|
31800
|
+
];
|
|
31801
|
+
var GetIpamRoutingPolicyRegistrationDeltas$ = [9, n0, _GIRPRD,
|
|
31802
|
+
0, () => GetIpamRoutingPolicyRegistrationDeltasRequest$, () => GetIpamRoutingPolicyRegistrationDeltasResult$
|
|
31803
|
+
];
|
|
31804
|
+
var GetIpamRoutingPolicyRegistrations$ = [9, n0, _GIRPR,
|
|
31805
|
+
0, () => GetIpamRoutingPolicyRegistrationsRequest$, () => GetIpamRoutingPolicyRegistrationsResult$
|
|
31806
|
+
];
|
|
31301
31807
|
var GetLaunchTemplateData$ = [9, n0, _GLTD,
|
|
31302
31808
|
0, () => GetLaunchTemplateDataRequest$, () => GetLaunchTemplateDataResult$
|
|
31303
31809
|
];
|
|
@@ -31526,6 +32032,9 @@ var ModifyIpamResourceCidr$ = [9, n0, _MIRC,
|
|
|
31526
32032
|
var ModifyIpamResourceDiscovery$ = [9, n0, _MIRD,
|
|
31527
32033
|
0, () => ModifyIpamResourceDiscoveryRequest$, () => ModifyIpamResourceDiscoveryResult$
|
|
31528
32034
|
];
|
|
32035
|
+
var ModifyIpamRoutingPolicyRegistration$ = [9, n0, _MIRPR,
|
|
32036
|
+
0, () => ModifyIpamRoutingPolicyRegistrationRequest$, () => ModifyIpamRoutingPolicyRegistrationResult$
|
|
32037
|
+
];
|
|
31529
32038
|
var ModifyIpamScope$ = [9, n0, _MIS,
|
|
31530
32039
|
0, () => ModifyIpamScopeRequest$, () => ModifyIpamScopeResult$
|
|
31531
32040
|
];
|
|
@@ -32206,6 +32715,9 @@ class AuthorizeSecurityGroupEgressCommand extends command(_ep0, _mw0, "Authorize
|
|
|
32206
32715
|
class AuthorizeSecurityGroupIngressCommand extends command(_ep0, _mw0, "AuthorizeSecurityGroupIngress", AuthorizeSecurityGroupIngress$) {
|
|
32207
32716
|
}
|
|
32208
32717
|
|
|
32718
|
+
class BatchModifyIpamRoutingPolicyRegistrationsCommand extends command(_ep0, _mw0, "BatchModifyIpamRoutingPolicyRegistrations", BatchModifyIpamRoutingPolicyRegistrations$) {
|
|
32719
|
+
}
|
|
32720
|
+
|
|
32209
32721
|
class BundleInstanceCommand extends command(_ep0, _mw0, "BundleInstance", BundleInstance$) {
|
|
32210
32722
|
}
|
|
32211
32723
|
|
|
@@ -32344,6 +32856,9 @@ class CreateIpamCommand extends command(_ep0, _mw0, "CreateIpam", CreateIpam$) {
|
|
|
32344
32856
|
class CreateIpamExternalResourceVerificationTokenCommand extends command(_ep0, _mw0, "CreateIpamExternalResourceVerificationToken", CreateIpamExternalResourceVerificationToken$) {
|
|
32345
32857
|
}
|
|
32346
32858
|
|
|
32859
|
+
class CreateIpamInternetRegistryAssociationCommand extends command(_ep0, _mw0, "CreateIpamInternetRegistryAssociation", CreateIpamInternetRegistryAssociation$) {
|
|
32860
|
+
}
|
|
32861
|
+
|
|
32347
32862
|
class CreateIpamPolicyCommand extends command(_ep0, _mw0, "CreateIpamPolicy", CreateIpamPolicy$) {
|
|
32348
32863
|
}
|
|
32349
32864
|
|
|
@@ -32359,6 +32874,9 @@ class CreateIpamPrefixListResolverTargetCommand extends command(_ep0, _mw0, "Cre
|
|
|
32359
32874
|
class CreateIpamResourceDiscoveryCommand extends command(_ep0, _mw0, "CreateIpamResourceDiscovery", CreateIpamResourceDiscovery$) {
|
|
32360
32875
|
}
|
|
32361
32876
|
|
|
32877
|
+
class CreateIpamRoutingPolicyRegistrationCommand extends command(_ep0, _mw0, "CreateIpamRoutingPolicyRegistration", CreateIpamRoutingPolicyRegistration$) {
|
|
32878
|
+
}
|
|
32879
|
+
|
|
32362
32880
|
class CreateIpamScopeCommand extends command(_ep0, _mw0, "CreateIpamScope", CreateIpamScope$) {
|
|
32363
32881
|
}
|
|
32364
32882
|
|
|
@@ -32635,6 +33153,9 @@ class DeleteIpamCommand extends command(_ep0, _mw0, "DeleteIpam", DeleteIpam$) {
|
|
|
32635
33153
|
class DeleteIpamExternalResourceVerificationTokenCommand extends command(_ep0, _mw0, "DeleteIpamExternalResourceVerificationToken", DeleteIpamExternalResourceVerificationToken$) {
|
|
32636
33154
|
}
|
|
32637
33155
|
|
|
33156
|
+
class DeleteIpamInternetRegistryAssociationCommand extends command(_ep0, _mw0, "DeleteIpamInternetRegistryAssociation", DeleteIpamInternetRegistryAssociation$) {
|
|
33157
|
+
}
|
|
33158
|
+
|
|
32638
33159
|
class DeleteIpamPolicyCommand extends command(_ep0, _mw0, "DeleteIpamPolicy", DeleteIpamPolicy$) {
|
|
32639
33160
|
}
|
|
32640
33161
|
|
|
@@ -32650,6 +33171,9 @@ class DeleteIpamPrefixListResolverTargetCommand extends command(_ep0, _mw0, "Del
|
|
|
32650
33171
|
class DeleteIpamResourceDiscoveryCommand extends command(_ep0, _mw0, "DeleteIpamResourceDiscovery", DeleteIpamResourceDiscovery$) {
|
|
32651
33172
|
}
|
|
32652
33173
|
|
|
33174
|
+
class DeleteIpamRoutingPolicyRegistrationCommand extends command(_ep0, _mw0, "DeleteIpamRoutingPolicyRegistration", DeleteIpamRoutingPolicyRegistration$) {
|
|
33175
|
+
}
|
|
33176
|
+
|
|
32653
33177
|
class DeleteIpamScopeCommand extends command(_ep0, _mw0, "DeleteIpamScope", DeleteIpamScope$) {
|
|
32654
33178
|
}
|
|
32655
33179
|
|
|
@@ -33118,6 +33642,9 @@ class DescribeIpamByoasnCommand extends command(_ep0, _mw0, "DescribeIpamByoasn"
|
|
|
33118
33642
|
class DescribeIpamExternalResourceVerificationTokensCommand extends command(_ep0, _mw0, "DescribeIpamExternalResourceVerificationTokens", DescribeIpamExternalResourceVerificationTokens$) {
|
|
33119
33643
|
}
|
|
33120
33644
|
|
|
33645
|
+
class DescribeIpamInternetRegistryAssociationsCommand extends command(_ep0, _mw0, "DescribeIpamInternetRegistryAssociations", DescribeIpamInternetRegistryAssociations$) {
|
|
33646
|
+
}
|
|
33647
|
+
|
|
33121
33648
|
class DescribeIpamPoliciesCommand extends command(_ep0, _mw0, "DescribeIpamPolicies", DescribeIpamPolicies$) {
|
|
33122
33649
|
}
|
|
33123
33650
|
|
|
@@ -33643,6 +34170,9 @@ class EnableImageDeregistrationProtectionCommand extends command(_ep0, _mw0, "En
|
|
|
33643
34170
|
class EnableInstanceSqlHaStandbyDetectionsCommand extends command(_ep0, _mw0, "EnableInstanceSqlHaStandbyDetections", EnableInstanceSqlHaStandbyDetections$) {
|
|
33644
34171
|
}
|
|
33645
34172
|
|
|
34173
|
+
class EnableIpamInternetRegistryAssociationCommand extends command(_ep0, _mw0, "EnableIpamInternetRegistryAssociation", EnableIpamInternetRegistryAssociation$) {
|
|
34174
|
+
}
|
|
34175
|
+
|
|
33646
34176
|
class EnableIpamOrganizationAdminAccountCommand extends command(_ep0, _mw0, "EnableIpamOrganizationAdminAccount", EnableIpamOrganizationAdminAccount$) {
|
|
33647
34177
|
}
|
|
33648
34178
|
|
|
@@ -33784,6 +34314,15 @@ class GetIpamDiscoveredPublicAddressesCommand extends command(_ep0, _mw0, "GetIp
|
|
|
33784
34314
|
class GetIpamDiscoveredResourceCidrsCommand extends command(_ep0, _mw0, "GetIpamDiscoveredResourceCidrs", GetIpamDiscoveredResourceCidrs$) {
|
|
33785
34315
|
}
|
|
33786
34316
|
|
|
34317
|
+
class GetIpamDiscoveredRoutesCommand extends command(_ep0, _mw0, "GetIpamDiscoveredRoutes", GetIpamDiscoveredRoutes$) {
|
|
34318
|
+
}
|
|
34319
|
+
|
|
34320
|
+
class GetIpamInternetRegistryAssociationAsnsCommand extends command(_ep0, _mw0, "GetIpamInternetRegistryAssociationAsns", GetIpamInternetRegistryAssociationAsns$) {
|
|
34321
|
+
}
|
|
34322
|
+
|
|
34323
|
+
class GetIpamInternetRegistryAssociationCidrsCommand extends command(_ep0, _mw0, "GetIpamInternetRegistryAssociationCidrs", GetIpamInternetRegistryAssociationCidrs$) {
|
|
34324
|
+
}
|
|
34325
|
+
|
|
33787
34326
|
class GetIpamPolicyAllocationRulesCommand extends command(_ep0, _mw0, "GetIpamPolicyAllocationRules", GetIpamPolicyAllocationRules$) {
|
|
33788
34327
|
}
|
|
33789
34328
|
|
|
@@ -33808,6 +34347,18 @@ class GetIpamPrefixListResolverVersionsCommand extends command(_ep0, _mw0, "GetI
|
|
|
33808
34347
|
class GetIpamResourceCidrsCommand extends command(_ep0, _mw0, "GetIpamResourceCidrs", GetIpamResourceCidrs$) {
|
|
33809
34348
|
}
|
|
33810
34349
|
|
|
34350
|
+
class GetIpamRouteOriginAuthorizationsCommand extends command(_ep0, _mw0, "GetIpamRouteOriginAuthorizations", GetIpamRouteOriginAuthorizations$) {
|
|
34351
|
+
}
|
|
34352
|
+
|
|
34353
|
+
class GetIpamRouteProtectionFindingsCommand extends command(_ep0, _mw0, "GetIpamRouteProtectionFindings", GetIpamRouteProtectionFindings$) {
|
|
34354
|
+
}
|
|
34355
|
+
|
|
34356
|
+
class GetIpamRoutingPolicyRegistrationDeltasCommand extends command(_ep0, _mw0, "GetIpamRoutingPolicyRegistrationDeltas", GetIpamRoutingPolicyRegistrationDeltas$) {
|
|
34357
|
+
}
|
|
34358
|
+
|
|
34359
|
+
class GetIpamRoutingPolicyRegistrationsCommand extends command(_ep0, _mw0, "GetIpamRoutingPolicyRegistrations", GetIpamRoutingPolicyRegistrations$) {
|
|
34360
|
+
}
|
|
34361
|
+
|
|
33811
34362
|
class GetLaunchTemplateDataCommand extends command(_ep0, _mw0, "GetLaunchTemplateData", GetLaunchTemplateData$) {
|
|
33812
34363
|
}
|
|
33813
34364
|
|
|
@@ -34036,6 +34587,9 @@ class ModifyIpamResourceCidrCommand extends command(_ep0, _mw0, "ModifyIpamResou
|
|
|
34036
34587
|
class ModifyIpamResourceDiscoveryCommand extends command(_ep0, _mw0, "ModifyIpamResourceDiscovery", ModifyIpamResourceDiscovery$) {
|
|
34037
34588
|
}
|
|
34038
34589
|
|
|
34590
|
+
class ModifyIpamRoutingPolicyRegistrationCommand extends command(_ep0, _mw0, "ModifyIpamRoutingPolicyRegistration", ModifyIpamRoutingPolicyRegistration$) {
|
|
34591
|
+
}
|
|
34592
|
+
|
|
34039
34593
|
class ModifyIpamScopeCommand extends command(_ep0, _mw0, "ModifyIpamScope", ModifyIpamScope$) {
|
|
34040
34594
|
}
|
|
34041
34595
|
|
|
@@ -37064,6 +37618,7 @@ const commands = {
|
|
|
37064
37618
|
AuthorizeClientVpnIngressCommand,
|
|
37065
37619
|
AuthorizeSecurityGroupEgressCommand,
|
|
37066
37620
|
AuthorizeSecurityGroupIngressCommand,
|
|
37621
|
+
BatchModifyIpamRoutingPolicyRegistrationsCommand,
|
|
37067
37622
|
BundleInstanceCommand,
|
|
37068
37623
|
CancelBundleTaskCommand,
|
|
37069
37624
|
CancelCapacityReservationCommand,
|
|
@@ -37110,11 +37665,13 @@ const commands = {
|
|
|
37110
37665
|
CreateInterruptibleCapacityReservationAllocationCommand,
|
|
37111
37666
|
CreateIpamCommand,
|
|
37112
37667
|
CreateIpamExternalResourceVerificationTokenCommand,
|
|
37668
|
+
CreateIpamInternetRegistryAssociationCommand,
|
|
37113
37669
|
CreateIpamPolicyCommand,
|
|
37114
37670
|
CreateIpamPoolCommand,
|
|
37115
37671
|
CreateIpamPrefixListResolverCommand,
|
|
37116
37672
|
CreateIpamPrefixListResolverTargetCommand,
|
|
37117
37673
|
CreateIpamResourceDiscoveryCommand,
|
|
37674
|
+
CreateIpamRoutingPolicyRegistrationCommand,
|
|
37118
37675
|
CreateIpamScopeCommand,
|
|
37119
37676
|
CreateKeyPairCommand,
|
|
37120
37677
|
CreateLaunchTemplateCommand,
|
|
@@ -37207,11 +37764,13 @@ const commands = {
|
|
|
37207
37764
|
DeleteInternetGatewayCommand,
|
|
37208
37765
|
DeleteIpamCommand,
|
|
37209
37766
|
DeleteIpamExternalResourceVerificationTokenCommand,
|
|
37767
|
+
DeleteIpamInternetRegistryAssociationCommand,
|
|
37210
37768
|
DeleteIpamPolicyCommand,
|
|
37211
37769
|
DeleteIpamPoolCommand,
|
|
37212
37770
|
DeleteIpamPrefixListResolverCommand,
|
|
37213
37771
|
DeleteIpamPrefixListResolverTargetCommand,
|
|
37214
37772
|
DeleteIpamResourceDiscoveryCommand,
|
|
37773
|
+
DeleteIpamRoutingPolicyRegistrationCommand,
|
|
37215
37774
|
DeleteIpamScopeCommand,
|
|
37216
37775
|
DeleteKeyPairCommand,
|
|
37217
37776
|
DeleteLaunchTemplateCommand,
|
|
@@ -37368,6 +37927,7 @@ const commands = {
|
|
|
37368
37927
|
DescribeInternetGatewaysCommand,
|
|
37369
37928
|
DescribeIpamByoasnCommand,
|
|
37370
37929
|
DescribeIpamExternalResourceVerificationTokensCommand,
|
|
37930
|
+
DescribeIpamInternetRegistryAssociationsCommand,
|
|
37371
37931
|
DescribeIpamPoliciesCommand,
|
|
37372
37932
|
DescribeIpamPoolAllocationsCommand,
|
|
37373
37933
|
DescribeIpamPoolsCommand,
|
|
@@ -37543,6 +38103,7 @@ const commands = {
|
|
|
37543
38103
|
EnableImageDeprecationCommand,
|
|
37544
38104
|
EnableImageDeregistrationProtectionCommand,
|
|
37545
38105
|
EnableInstanceSqlHaStandbyDetectionsCommand,
|
|
38106
|
+
EnableIpamInternetRegistryAssociationCommand,
|
|
37546
38107
|
EnableIpamOrganizationAdminAccountCommand,
|
|
37547
38108
|
EnableIpamPolicyCommand,
|
|
37548
38109
|
EnableReachabilityAnalyzerOrganizationSharingCommand,
|
|
@@ -37590,6 +38151,9 @@ const commands = {
|
|
|
37590
38151
|
GetIpamDiscoveredAccountsCommand,
|
|
37591
38152
|
GetIpamDiscoveredPublicAddressesCommand,
|
|
37592
38153
|
GetIpamDiscoveredResourceCidrsCommand,
|
|
38154
|
+
GetIpamDiscoveredRoutesCommand,
|
|
38155
|
+
GetIpamInternetRegistryAssociationAsnsCommand,
|
|
38156
|
+
GetIpamInternetRegistryAssociationCidrsCommand,
|
|
37593
38157
|
GetIpamPolicyAllocationRulesCommand,
|
|
37594
38158
|
GetIpamPolicyOrganizationTargetsCommand,
|
|
37595
38159
|
GetIpamPoolAllocationsCommand,
|
|
@@ -37598,6 +38162,10 @@ const commands = {
|
|
|
37598
38162
|
GetIpamPrefixListResolverVersionEntriesCommand,
|
|
37599
38163
|
GetIpamPrefixListResolverVersionsCommand,
|
|
37600
38164
|
GetIpamResourceCidrsCommand,
|
|
38165
|
+
GetIpamRouteOriginAuthorizationsCommand,
|
|
38166
|
+
GetIpamRouteProtectionFindingsCommand,
|
|
38167
|
+
GetIpamRoutingPolicyRegistrationDeltasCommand,
|
|
38168
|
+
GetIpamRoutingPolicyRegistrationsCommand,
|
|
37601
38169
|
GetLaunchTemplateDataCommand,
|
|
37602
38170
|
GetManagedPrefixListAssociationsCommand,
|
|
37603
38171
|
GetManagedPrefixListEntriesCommand,
|
|
@@ -37674,6 +38242,7 @@ const commands = {
|
|
|
37674
38242
|
ModifyIpamPrefixListResolverTargetCommand,
|
|
37675
38243
|
ModifyIpamResourceCidrCommand,
|
|
37676
38244
|
ModifyIpamResourceDiscoveryCommand,
|
|
38245
|
+
ModifyIpamRoutingPolicyRegistrationCommand,
|
|
37677
38246
|
ModifyIpamScopeCommand,
|
|
37678
38247
|
ModifyLaunchTemplateCommand,
|
|
37679
38248
|
ModifyLocalGatewayRouteCommand,
|
|
@@ -38090,6 +38659,7 @@ const ResourceType = {
|
|
|
38090
38659
|
internet_gateway: "internet-gateway",
|
|
38091
38660
|
ipam: "ipam",
|
|
38092
38661
|
ipam_external_resource_verification_token: "ipam-external-resource-verification-token",
|
|
38662
|
+
ipam_internet_registry_association: "ipam-internet-registry-association",
|
|
38093
38663
|
ipam_policy: "ipam-policy",
|
|
38094
38664
|
ipam_pool: "ipam-pool",
|
|
38095
38665
|
ipam_pool_allocation: "ipam-pool-allocation",
|
|
@@ -38542,6 +39112,11 @@ const ClientVpnAuthorizationRuleStatusCode = {
|
|
|
38542
39112
|
failed: "failed",
|
|
38543
39113
|
revoking: "revoking",
|
|
38544
39114
|
};
|
|
39115
|
+
const IpamRoutingPolicyRegistrationDeltaState = {
|
|
39116
|
+
failed: "failed",
|
|
39117
|
+
pending: "pending",
|
|
39118
|
+
published: "published",
|
|
39119
|
+
};
|
|
38545
39120
|
const BundleTaskState = {
|
|
38546
39121
|
bundling: "bundling",
|
|
38547
39122
|
cancelling: "cancelling",
|
|
@@ -40416,6 +40991,23 @@ const TokenState = {
|
|
|
40416
40991
|
expired: "expired",
|
|
40417
40992
|
valid: "valid",
|
|
40418
40993
|
};
|
|
40994
|
+
const Rir = {
|
|
40995
|
+
apnic: "apnic",
|
|
40996
|
+
arin: "arin",
|
|
40997
|
+
lacnic: "lacnic",
|
|
40998
|
+
ripe: "ripe",
|
|
40999
|
+
};
|
|
41000
|
+
const IpamInternetRegistryAssociationState = {
|
|
41001
|
+
create_failed: "create-failed",
|
|
41002
|
+
create_in_progress: "create-in-progress",
|
|
41003
|
+
delete_complete: "delete-complete",
|
|
41004
|
+
delete_failed: "delete-failed",
|
|
41005
|
+
delete_in_progress: "delete-in-progress",
|
|
41006
|
+
enable_complete: "enable-complete",
|
|
41007
|
+
enable_failed: "enable-failed",
|
|
41008
|
+
enable_in_progress: "enable-in-progress",
|
|
41009
|
+
pending_enable: "pending-enable",
|
|
41010
|
+
};
|
|
40419
41011
|
const IpamPolicyState = {
|
|
40420
41012
|
create_complete: "create-complete",
|
|
40421
41013
|
create_failed: "create-failed",
|
|
@@ -42071,6 +42663,22 @@ const IpamNetworkInterfaceAttachmentStatus = {
|
|
|
42071
42663
|
available: "available",
|
|
42072
42664
|
in_use: "in-use",
|
|
42073
42665
|
};
|
|
42666
|
+
const IpamByoipAdvertisementType = {
|
|
42667
|
+
global: "global",
|
|
42668
|
+
regional: "regional",
|
|
42669
|
+
};
|
|
42670
|
+
const IpamByoipCidrState = {
|
|
42671
|
+
advertised: "advertised",
|
|
42672
|
+
deprovisioned: "deprovisioned",
|
|
42673
|
+
failed_deprovision: "failed-deprovision",
|
|
42674
|
+
failed_provision: "failed-provision",
|
|
42675
|
+
pending_advertising: "pending-advertising",
|
|
42676
|
+
pending_deprovision: "pending-deprovision",
|
|
42677
|
+
pending_provision: "pending-provision",
|
|
42678
|
+
pending_withdrawal: "pending-withdrawal",
|
|
42679
|
+
provisioned: "provisioned",
|
|
42680
|
+
provisioned_not_publicly_advertisable: "provisioned-not-publicly-advertisable",
|
|
42681
|
+
};
|
|
42074
42682
|
const IpamPolicyResourceType = {
|
|
42075
42683
|
alb: "alb",
|
|
42076
42684
|
eip: "eip",
|
|
@@ -42082,6 +42690,29 @@ const IpamManagementState = {
|
|
|
42082
42690
|
managed: "managed",
|
|
42083
42691
|
unmanaged: "unmanaged",
|
|
42084
42692
|
};
|
|
42693
|
+
const IpamRpkiStatus = {
|
|
42694
|
+
invalid: "invalid",
|
|
42695
|
+
unknown: "unknown",
|
|
42696
|
+
valid: "valid",
|
|
42697
|
+
};
|
|
42698
|
+
const IpamRpkiStrength = {
|
|
42699
|
+
permissive: "permissive",
|
|
42700
|
+
strict: "strict",
|
|
42701
|
+
};
|
|
42702
|
+
const ChronologicalOrder = {
|
|
42703
|
+
forward: "forward",
|
|
42704
|
+
reverse: "reverse",
|
|
42705
|
+
};
|
|
42706
|
+
const IpamRoutingPolicyRegistrationState = {
|
|
42707
|
+
activate_failed: "activate-failed",
|
|
42708
|
+
create_complete: "create-complete",
|
|
42709
|
+
create_in_progress: "create-in-progress",
|
|
42710
|
+
delete_complete: "delete-complete",
|
|
42711
|
+
delete_in_progress: "delete-in-progress",
|
|
42712
|
+
pending_activate: "pending-activate",
|
|
42713
|
+
update_complete: "update-complete",
|
|
42714
|
+
update_in_progress: "update-in-progress",
|
|
42715
|
+
};
|
|
42085
42716
|
const ManagedResourceDefaultVisibility = {
|
|
42086
42717
|
hidden: "hidden",
|
|
42087
42718
|
visible: "visible",
|
|
@@ -42487,6 +43118,10 @@ exports.BaselineEbsBandwidthMbps$ = BaselineEbsBandwidthMbps$;
|
|
|
42487
43118
|
exports.BaselineEbsBandwidthMbpsRequest$ = BaselineEbsBandwidthMbpsRequest$;
|
|
42488
43119
|
exports.BaselinePerformanceFactors$ = BaselinePerformanceFactors$;
|
|
42489
43120
|
exports.BaselinePerformanceFactorsRequest$ = BaselinePerformanceFactorsRequest$;
|
|
43121
|
+
exports.BatchModifyIpamRoutingPolicyRegistrations$ = BatchModifyIpamRoutingPolicyRegistrations$;
|
|
43122
|
+
exports.BatchModifyIpamRoutingPolicyRegistrationsCommand = BatchModifyIpamRoutingPolicyRegistrationsCommand;
|
|
43123
|
+
exports.BatchModifyIpamRoutingPolicyRegistrationsRequest$ = BatchModifyIpamRoutingPolicyRegistrationsRequest$;
|
|
43124
|
+
exports.BatchModifyIpamRoutingPolicyRegistrationsResult$ = BatchModifyIpamRoutingPolicyRegistrationsResult$;
|
|
42490
43125
|
exports.BatchState = BatchState;
|
|
42491
43126
|
exports.BgpStatus = BgpStatus;
|
|
42492
43127
|
exports.BlobAttributeValue$ = BlobAttributeValue$;
|
|
@@ -42607,6 +43242,7 @@ exports.CarrierGateway$ = CarrierGateway$;
|
|
|
42607
43242
|
exports.CarrierGatewayState = CarrierGatewayState;
|
|
42608
43243
|
exports.CertificateAuthentication$ = CertificateAuthentication$;
|
|
42609
43244
|
exports.CertificateAuthenticationRequest$ = CertificateAuthenticationRequest$;
|
|
43245
|
+
exports.ChronologicalOrder = ChronologicalOrder;
|
|
42610
43246
|
exports.CidrAuthorizationContext$ = CidrAuthorizationContext$;
|
|
42611
43247
|
exports.CidrBlock$ = CidrBlock$;
|
|
42612
43248
|
exports.ClassicLinkDnsSupport$ = ClassicLinkDnsSupport$;
|
|
@@ -42799,6 +43435,10 @@ exports.CreateIpamExternalResourceVerificationToken$ = CreateIpamExternalResourc
|
|
|
42799
43435
|
exports.CreateIpamExternalResourceVerificationTokenCommand = CreateIpamExternalResourceVerificationTokenCommand;
|
|
42800
43436
|
exports.CreateIpamExternalResourceVerificationTokenRequest$ = CreateIpamExternalResourceVerificationTokenRequest$;
|
|
42801
43437
|
exports.CreateIpamExternalResourceVerificationTokenResult$ = CreateIpamExternalResourceVerificationTokenResult$;
|
|
43438
|
+
exports.CreateIpamInternetRegistryAssociation$ = CreateIpamInternetRegistryAssociation$;
|
|
43439
|
+
exports.CreateIpamInternetRegistryAssociationCommand = CreateIpamInternetRegistryAssociationCommand;
|
|
43440
|
+
exports.CreateIpamInternetRegistryAssociationRequest$ = CreateIpamInternetRegistryAssociationRequest$;
|
|
43441
|
+
exports.CreateIpamInternetRegistryAssociationResult$ = CreateIpamInternetRegistryAssociationResult$;
|
|
42802
43442
|
exports.CreateIpamPolicy$ = CreateIpamPolicy$;
|
|
42803
43443
|
exports.CreateIpamPolicyCommand = CreateIpamPolicyCommand;
|
|
42804
43444
|
exports.CreateIpamPolicyRequest$ = CreateIpamPolicyRequest$;
|
|
@@ -42821,6 +43461,10 @@ exports.CreateIpamResourceDiscoveryCommand = CreateIpamResourceDiscoveryCommand;
|
|
|
42821
43461
|
exports.CreateIpamResourceDiscoveryRequest$ = CreateIpamResourceDiscoveryRequest$;
|
|
42822
43462
|
exports.CreateIpamResourceDiscoveryResult$ = CreateIpamResourceDiscoveryResult$;
|
|
42823
43463
|
exports.CreateIpamResult$ = CreateIpamResult$;
|
|
43464
|
+
exports.CreateIpamRoutingPolicyRegistration$ = CreateIpamRoutingPolicyRegistration$;
|
|
43465
|
+
exports.CreateIpamRoutingPolicyRegistrationCommand = CreateIpamRoutingPolicyRegistrationCommand;
|
|
43466
|
+
exports.CreateIpamRoutingPolicyRegistrationRequest$ = CreateIpamRoutingPolicyRegistrationRequest$;
|
|
43467
|
+
exports.CreateIpamRoutingPolicyRegistrationResult$ = CreateIpamRoutingPolicyRegistrationResult$;
|
|
42824
43468
|
exports.CreateIpamScope$ = CreateIpamScope$;
|
|
42825
43469
|
exports.CreateIpamScopeCommand = CreateIpamScopeCommand;
|
|
42826
43470
|
exports.CreateIpamScopeRequest$ = CreateIpamScopeRequest$;
|
|
@@ -43215,6 +43859,10 @@ exports.DeleteIpamExternalResourceVerificationToken$ = DeleteIpamExternalResourc
|
|
|
43215
43859
|
exports.DeleteIpamExternalResourceVerificationTokenCommand = DeleteIpamExternalResourceVerificationTokenCommand;
|
|
43216
43860
|
exports.DeleteIpamExternalResourceVerificationTokenRequest$ = DeleteIpamExternalResourceVerificationTokenRequest$;
|
|
43217
43861
|
exports.DeleteIpamExternalResourceVerificationTokenResult$ = DeleteIpamExternalResourceVerificationTokenResult$;
|
|
43862
|
+
exports.DeleteIpamInternetRegistryAssociation$ = DeleteIpamInternetRegistryAssociation$;
|
|
43863
|
+
exports.DeleteIpamInternetRegistryAssociationCommand = DeleteIpamInternetRegistryAssociationCommand;
|
|
43864
|
+
exports.DeleteIpamInternetRegistryAssociationRequest$ = DeleteIpamInternetRegistryAssociationRequest$;
|
|
43865
|
+
exports.DeleteIpamInternetRegistryAssociationResult$ = DeleteIpamInternetRegistryAssociationResult$;
|
|
43218
43866
|
exports.DeleteIpamPolicy$ = DeleteIpamPolicy$;
|
|
43219
43867
|
exports.DeleteIpamPolicyCommand = DeleteIpamPolicyCommand;
|
|
43220
43868
|
exports.DeleteIpamPolicyRequest$ = DeleteIpamPolicyRequest$;
|
|
@@ -43237,6 +43885,10 @@ exports.DeleteIpamResourceDiscoveryCommand = DeleteIpamResourceDiscoveryCommand;
|
|
|
43237
43885
|
exports.DeleteIpamResourceDiscoveryRequest$ = DeleteIpamResourceDiscoveryRequest$;
|
|
43238
43886
|
exports.DeleteIpamResourceDiscoveryResult$ = DeleteIpamResourceDiscoveryResult$;
|
|
43239
43887
|
exports.DeleteIpamResult$ = DeleteIpamResult$;
|
|
43888
|
+
exports.DeleteIpamRoutingPolicyRegistration$ = DeleteIpamRoutingPolicyRegistration$;
|
|
43889
|
+
exports.DeleteIpamRoutingPolicyRegistrationCommand = DeleteIpamRoutingPolicyRegistrationCommand;
|
|
43890
|
+
exports.DeleteIpamRoutingPolicyRegistrationRequest$ = DeleteIpamRoutingPolicyRegistrationRequest$;
|
|
43891
|
+
exports.DeleteIpamRoutingPolicyRegistrationResult$ = DeleteIpamRoutingPolicyRegistrationResult$;
|
|
43240
43892
|
exports.DeleteIpamScope$ = DeleteIpamScope$;
|
|
43241
43893
|
exports.DeleteIpamScopeCommand = DeleteIpamScopeCommand;
|
|
43242
43894
|
exports.DeleteIpamScopeRequest$ = DeleteIpamScopeRequest$;
|
|
@@ -43856,6 +44508,10 @@ exports.DescribeIpamExternalResourceVerificationTokens$ = DescribeIpamExternalRe
|
|
|
43856
44508
|
exports.DescribeIpamExternalResourceVerificationTokensCommand = DescribeIpamExternalResourceVerificationTokensCommand;
|
|
43857
44509
|
exports.DescribeIpamExternalResourceVerificationTokensRequest$ = DescribeIpamExternalResourceVerificationTokensRequest$;
|
|
43858
44510
|
exports.DescribeIpamExternalResourceVerificationTokensResult$ = DescribeIpamExternalResourceVerificationTokensResult$;
|
|
44511
|
+
exports.DescribeIpamInternetRegistryAssociations$ = DescribeIpamInternetRegistryAssociations$;
|
|
44512
|
+
exports.DescribeIpamInternetRegistryAssociationsCommand = DescribeIpamInternetRegistryAssociationsCommand;
|
|
44513
|
+
exports.DescribeIpamInternetRegistryAssociationsRequest$ = DescribeIpamInternetRegistryAssociationsRequest$;
|
|
44514
|
+
exports.DescribeIpamInternetRegistryAssociationsResult$ = DescribeIpamInternetRegistryAssociationsResult$;
|
|
43859
44515
|
exports.DescribeIpamPolicies$ = DescribeIpamPolicies$;
|
|
43860
44516
|
exports.DescribeIpamPoliciesCommand = DescribeIpamPoliciesCommand;
|
|
43861
44517
|
exports.DescribeIpamPoliciesRequest$ = DescribeIpamPoliciesRequest$;
|
|
@@ -44620,6 +45276,10 @@ exports.EnableInstanceSqlHaStandbyDetections$ = EnableInstanceSqlHaStandbyDetect
|
|
|
44620
45276
|
exports.EnableInstanceSqlHaStandbyDetectionsCommand = EnableInstanceSqlHaStandbyDetectionsCommand;
|
|
44621
45277
|
exports.EnableInstanceSqlHaStandbyDetectionsRequest$ = EnableInstanceSqlHaStandbyDetectionsRequest$;
|
|
44622
45278
|
exports.EnableInstanceSqlHaStandbyDetectionsResult$ = EnableInstanceSqlHaStandbyDetectionsResult$;
|
|
45279
|
+
exports.EnableIpamInternetRegistryAssociation$ = EnableIpamInternetRegistryAssociation$;
|
|
45280
|
+
exports.EnableIpamInternetRegistryAssociationCommand = EnableIpamInternetRegistryAssociationCommand;
|
|
45281
|
+
exports.EnableIpamInternetRegistryAssociationRequest$ = EnableIpamInternetRegistryAssociationRequest$;
|
|
45282
|
+
exports.EnableIpamInternetRegistryAssociationResult$ = EnableIpamInternetRegistryAssociationResult$;
|
|
44623
45283
|
exports.EnableIpamOrganizationAdminAccount$ = EnableIpamOrganizationAdminAccount$;
|
|
44624
45284
|
exports.EnableIpamOrganizationAdminAccountCommand = EnableIpamOrganizationAdminAccountCommand;
|
|
44625
45285
|
exports.EnableIpamOrganizationAdminAccountRequest$ = EnableIpamOrganizationAdminAccountRequest$;
|
|
@@ -44887,6 +45547,18 @@ exports.GetIpamDiscoveredResourceCidrs$ = GetIpamDiscoveredResourceCidrs$;
|
|
|
44887
45547
|
exports.GetIpamDiscoveredResourceCidrsCommand = GetIpamDiscoveredResourceCidrsCommand;
|
|
44888
45548
|
exports.GetIpamDiscoveredResourceCidrsRequest$ = GetIpamDiscoveredResourceCidrsRequest$;
|
|
44889
45549
|
exports.GetIpamDiscoveredResourceCidrsResult$ = GetIpamDiscoveredResourceCidrsResult$;
|
|
45550
|
+
exports.GetIpamDiscoveredRoutes$ = GetIpamDiscoveredRoutes$;
|
|
45551
|
+
exports.GetIpamDiscoveredRoutesCommand = GetIpamDiscoveredRoutesCommand;
|
|
45552
|
+
exports.GetIpamDiscoveredRoutesRequest$ = GetIpamDiscoveredRoutesRequest$;
|
|
45553
|
+
exports.GetIpamDiscoveredRoutesResult$ = GetIpamDiscoveredRoutesResult$;
|
|
45554
|
+
exports.GetIpamInternetRegistryAssociationAsns$ = GetIpamInternetRegistryAssociationAsns$;
|
|
45555
|
+
exports.GetIpamInternetRegistryAssociationAsnsCommand = GetIpamInternetRegistryAssociationAsnsCommand;
|
|
45556
|
+
exports.GetIpamInternetRegistryAssociationAsnsRequest$ = GetIpamInternetRegistryAssociationAsnsRequest$;
|
|
45557
|
+
exports.GetIpamInternetRegistryAssociationAsnsResult$ = GetIpamInternetRegistryAssociationAsnsResult$;
|
|
45558
|
+
exports.GetIpamInternetRegistryAssociationCidrs$ = GetIpamInternetRegistryAssociationCidrs$;
|
|
45559
|
+
exports.GetIpamInternetRegistryAssociationCidrsCommand = GetIpamInternetRegistryAssociationCidrsCommand;
|
|
45560
|
+
exports.GetIpamInternetRegistryAssociationCidrsRequest$ = GetIpamInternetRegistryAssociationCidrsRequest$;
|
|
45561
|
+
exports.GetIpamInternetRegistryAssociationCidrsResult$ = GetIpamInternetRegistryAssociationCidrsResult$;
|
|
44890
45562
|
exports.GetIpamPolicyAllocationRules$ = GetIpamPolicyAllocationRules$;
|
|
44891
45563
|
exports.GetIpamPolicyAllocationRulesCommand = GetIpamPolicyAllocationRulesCommand;
|
|
44892
45564
|
exports.GetIpamPolicyAllocationRulesRequest$ = GetIpamPolicyAllocationRulesRequest$;
|
|
@@ -44919,6 +45591,22 @@ exports.GetIpamResourceCidrs$ = GetIpamResourceCidrs$;
|
|
|
44919
45591
|
exports.GetIpamResourceCidrsCommand = GetIpamResourceCidrsCommand;
|
|
44920
45592
|
exports.GetIpamResourceCidrsRequest$ = GetIpamResourceCidrsRequest$;
|
|
44921
45593
|
exports.GetIpamResourceCidrsResult$ = GetIpamResourceCidrsResult$;
|
|
45594
|
+
exports.GetIpamRouteOriginAuthorizations$ = GetIpamRouteOriginAuthorizations$;
|
|
45595
|
+
exports.GetIpamRouteOriginAuthorizationsCommand = GetIpamRouteOriginAuthorizationsCommand;
|
|
45596
|
+
exports.GetIpamRouteOriginAuthorizationsRequest$ = GetIpamRouteOriginAuthorizationsRequest$;
|
|
45597
|
+
exports.GetIpamRouteOriginAuthorizationsResult$ = GetIpamRouteOriginAuthorizationsResult$;
|
|
45598
|
+
exports.GetIpamRouteProtectionFindings$ = GetIpamRouteProtectionFindings$;
|
|
45599
|
+
exports.GetIpamRouteProtectionFindingsCommand = GetIpamRouteProtectionFindingsCommand;
|
|
45600
|
+
exports.GetIpamRouteProtectionFindingsRequest$ = GetIpamRouteProtectionFindingsRequest$;
|
|
45601
|
+
exports.GetIpamRouteProtectionFindingsResult$ = GetIpamRouteProtectionFindingsResult$;
|
|
45602
|
+
exports.GetIpamRoutingPolicyRegistrationDeltas$ = GetIpamRoutingPolicyRegistrationDeltas$;
|
|
45603
|
+
exports.GetIpamRoutingPolicyRegistrationDeltasCommand = GetIpamRoutingPolicyRegistrationDeltasCommand;
|
|
45604
|
+
exports.GetIpamRoutingPolicyRegistrationDeltasRequest$ = GetIpamRoutingPolicyRegistrationDeltasRequest$;
|
|
45605
|
+
exports.GetIpamRoutingPolicyRegistrationDeltasResult$ = GetIpamRoutingPolicyRegistrationDeltasResult$;
|
|
45606
|
+
exports.GetIpamRoutingPolicyRegistrations$ = GetIpamRoutingPolicyRegistrations$;
|
|
45607
|
+
exports.GetIpamRoutingPolicyRegistrationsCommand = GetIpamRoutingPolicyRegistrationsCommand;
|
|
45608
|
+
exports.GetIpamRoutingPolicyRegistrationsRequest$ = GetIpamRoutingPolicyRegistrationsRequest$;
|
|
45609
|
+
exports.GetIpamRoutingPolicyRegistrationsResult$ = GetIpamRoutingPolicyRegistrationsResult$;
|
|
44922
45610
|
exports.GetLaunchTemplateData$ = GetLaunchTemplateData$;
|
|
44923
45611
|
exports.GetLaunchTemplateDataCommand = GetLaunchTemplateDataCommand;
|
|
44924
45612
|
exports.GetLaunchTemplateDataRequest$ = GetLaunchTemplateDataRequest$;
|
|
@@ -45249,15 +45937,22 @@ exports.Ipam$ = Ipam$;
|
|
|
45249
45937
|
exports.IpamAddressHistoryRecord$ = IpamAddressHistoryRecord$;
|
|
45250
45938
|
exports.IpamAddressHistoryResourceType = IpamAddressHistoryResourceType;
|
|
45251
45939
|
exports.IpamAssociatedResourceDiscoveryStatus = IpamAssociatedResourceDiscoveryStatus;
|
|
45940
|
+
exports.IpamByoipAdvertisementType = IpamByoipAdvertisementType;
|
|
45941
|
+
exports.IpamByoipCidrState = IpamByoipCidrState;
|
|
45252
45942
|
exports.IpamCidrAuthorizationContext$ = IpamCidrAuthorizationContext$;
|
|
45253
45943
|
exports.IpamComplianceStatus = IpamComplianceStatus;
|
|
45254
45944
|
exports.IpamDiscoveredAccount$ = IpamDiscoveredAccount$;
|
|
45255
45945
|
exports.IpamDiscoveredPublicAddress$ = IpamDiscoveredPublicAddress$;
|
|
45256
45946
|
exports.IpamDiscoveredResourceCidr$ = IpamDiscoveredResourceCidr$;
|
|
45947
|
+
exports.IpamDiscoveredRoute$ = IpamDiscoveredRoute$;
|
|
45257
45948
|
exports.IpamDiscoveryFailureCode = IpamDiscoveryFailureCode;
|
|
45258
45949
|
exports.IpamDiscoveryFailureReason$ = IpamDiscoveryFailureReason$;
|
|
45259
45950
|
exports.IpamExternalResourceVerificationToken$ = IpamExternalResourceVerificationToken$;
|
|
45260
45951
|
exports.IpamExternalResourceVerificationTokenState = IpamExternalResourceVerificationTokenState;
|
|
45952
|
+
exports.IpamInternetRegistryAssociation$ = IpamInternetRegistryAssociation$;
|
|
45953
|
+
exports.IpamInternetRegistryAssociationAsn$ = IpamInternetRegistryAssociationAsn$;
|
|
45954
|
+
exports.IpamInternetRegistryAssociationCidr$ = IpamInternetRegistryAssociationCidr$;
|
|
45955
|
+
exports.IpamInternetRegistryAssociationState = IpamInternetRegistryAssociationState;
|
|
45261
45956
|
exports.IpamManagementState = IpamManagementState;
|
|
45262
45957
|
exports.IpamMeteredAccount = IpamMeteredAccount;
|
|
45263
45958
|
exports.IpamNetworkInterfaceAttachmentStatus = IpamNetworkInterfaceAttachmentStatus;
|
|
@@ -45312,6 +46007,16 @@ exports.IpamResourceDiscoveryAssociationState = IpamResourceDiscoveryAssociation
|
|
|
45312
46007
|
exports.IpamResourceDiscoveryState = IpamResourceDiscoveryState;
|
|
45313
46008
|
exports.IpamResourceTag$ = IpamResourceTag$;
|
|
45314
46009
|
exports.IpamResourceType = IpamResourceType;
|
|
46010
|
+
exports.IpamRouteOriginAuthorization$ = IpamRouteOriginAuthorization$;
|
|
46011
|
+
exports.IpamRouteOriginAuthorizationInfo$ = IpamRouteOriginAuthorizationInfo$;
|
|
46012
|
+
exports.IpamRouteOverlap$ = IpamRouteOverlap$;
|
|
46013
|
+
exports.IpamRouteProtectionFinding$ = IpamRouteProtectionFinding$;
|
|
46014
|
+
exports.IpamRoutingPolicyRegistration$ = IpamRoutingPolicyRegistration$;
|
|
46015
|
+
exports.IpamRoutingPolicyRegistrationDelta$ = IpamRoutingPolicyRegistrationDelta$;
|
|
46016
|
+
exports.IpamRoutingPolicyRegistrationDeltaState = IpamRoutingPolicyRegistrationDeltaState;
|
|
46017
|
+
exports.IpamRoutingPolicyRegistrationState = IpamRoutingPolicyRegistrationState;
|
|
46018
|
+
exports.IpamRpkiStatus = IpamRpkiStatus;
|
|
46019
|
+
exports.IpamRpkiStrength = IpamRpkiStrength;
|
|
45315
46020
|
exports.IpamScope$ = IpamScope$;
|
|
45316
46021
|
exports.IpamScopeExternalAuthorityConfiguration$ = IpamScopeExternalAuthorityConfiguration$;
|
|
45317
46022
|
exports.IpamScopeExternalAuthorityType = IpamScopeExternalAuthorityType;
|
|
@@ -45602,6 +46307,10 @@ exports.ModifyIpamResourceDiscoveryCommand = ModifyIpamResourceDiscoveryCommand;
|
|
|
45602
46307
|
exports.ModifyIpamResourceDiscoveryRequest$ = ModifyIpamResourceDiscoveryRequest$;
|
|
45603
46308
|
exports.ModifyIpamResourceDiscoveryResult$ = ModifyIpamResourceDiscoveryResult$;
|
|
45604
46309
|
exports.ModifyIpamResult$ = ModifyIpamResult$;
|
|
46310
|
+
exports.ModifyIpamRoutingPolicyRegistration$ = ModifyIpamRoutingPolicyRegistration$;
|
|
46311
|
+
exports.ModifyIpamRoutingPolicyRegistrationCommand = ModifyIpamRoutingPolicyRegistrationCommand;
|
|
46312
|
+
exports.ModifyIpamRoutingPolicyRegistrationRequest$ = ModifyIpamRoutingPolicyRegistrationRequest$;
|
|
46313
|
+
exports.ModifyIpamRoutingPolicyRegistrationResult$ = ModifyIpamRoutingPolicyRegistrationResult$;
|
|
45605
46314
|
exports.ModifyIpamScope$ = ModifyIpamScope$;
|
|
45606
46315
|
exports.ModifyIpamScopeCommand = ModifyIpamScopeCommand;
|
|
45607
46316
|
exports.ModifyIpamScopeRequest$ = ModifyIpamScopeRequest$;
|
|
@@ -46199,6 +46908,7 @@ exports.RevokeSecurityGroupIngressCommand = RevokeSecurityGroupIngressCommand;
|
|
|
46199
46908
|
exports.RevokeSecurityGroupIngressRequest$ = RevokeSecurityGroupIngressRequest$;
|
|
46200
46909
|
exports.RevokeSecurityGroupIngressResult$ = RevokeSecurityGroupIngressResult$;
|
|
46201
46910
|
exports.RevokedSecurityGroupRule$ = RevokedSecurityGroupRule$;
|
|
46911
|
+
exports.Rir = Rir;
|
|
46202
46912
|
exports.RootDeviceType = RootDeviceType;
|
|
46203
46913
|
exports.Route$ = Route$;
|
|
46204
46914
|
exports.RouteOrigin = RouteOrigin;
|