@aws-sdk/client-ec2 3.934.0 → 3.936.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +72 -0
- package/dist-cjs/index.js +948 -86
- package/dist-es/EC2.js +18 -0
- package/dist-es/commands/CreateIpamPolicyCommand.js +16 -0
- package/dist-es/commands/DeleteIpamPolicyCommand.js +16 -0
- package/dist-es/commands/DescribeIpamPoliciesCommand.js +16 -0
- package/dist-es/commands/DisableIpamPolicyCommand.js +16 -0
- package/dist-es/commands/EnableIpamPolicyCommand.js +16 -0
- package/dist-es/commands/GetEnabledIpamPolicyCommand.js +16 -0
- package/dist-es/commands/GetIpamPolicyAllocationRulesCommand.js +16 -0
- package/dist-es/commands/GetIpamPolicyOrganizationTargetsCommand.js +16 -0
- package/dist-es/commands/ModifyIpamPolicyAllocationRulesCommand.js +16 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/enums.js +3604 -0
- package/dist-es/models/models_0.js +1 -521
- package/dist-es/models/models_1.js +1 -1619
- package/dist-es/models/models_2.js +1 -354
- package/dist-es/models/models_3.js +1 -158
- package/dist-es/models/models_4.js +1 -331
- package/dist-es/models/models_5.js +1 -213
- package/dist-es/models/models_6.js +1 -187
- package/dist-es/models/models_7.js +1 -131
- package/dist-es/schemas/schemas_0.js +777 -78
- package/dist-types/EC2.d.ts +66 -0
- package/dist-types/EC2Client.d.ts +11 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +2 -0
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +4 -0
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +2 -2
- package/dist-types/commands/CopySnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CopyVolumesCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -2
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -2
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -2
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +3 -2
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -2
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPolicyCommand.d.ts +103 -0
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +22 -5
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -3
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
- package/dist-types/commands/CreateVolumeCommand.d.ts +3 -3
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPolicyCommand.d.ts +90 -0
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationTopologyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +3 -2
- package/dist-types/commands/DescribeIpamPoliciesCommand.d.ts +105 -0
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMacModificationTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +7 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteServerEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteServerPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteServersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnConcentratorsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DisableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisableIpamPolicyCommand.d.ts +77 -0
- package/dist-types/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +3 -1
- package/dist-types/commands/DisassociateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/EnableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamPolicyCommand.d.ts +78 -0
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
- package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +2 -2
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/GetEnabledIpamPolicyCommand.d.ts +77 -0
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetImageAncestryCommand.d.ts +2 -2
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPolicyAllocationRulesCommand.d.ts +101 -0
- package/dist-types/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +92 -0
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +2 -2
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -2
- package/dist-types/commands/ImportSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +93 -0
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +3 -3
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
- package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
- package/dist-types/commands/UnlockSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/index.d.ts +9 -1
- package/dist-types/models/enums.d.ts +6980 -0
- package/dist-types/models/models_0.d.ts +2943 -1058
- package/dist-types/models/models_1.d.ts +9245 -8143
- package/dist-types/models/models_2.d.ts +4061 -6064
- package/dist-types/models/models_3.d.ts +9084 -3648
- package/dist-types/models/models_4.d.ts +7250 -6766
- package/dist-types/models/models_5.d.ts +4333 -7858
- package/dist-types/models/models_6.d.ts +5475 -4305
- package/dist-types/models/models_7.d.ts +2669 -6042
- package/dist-types/schemas/schemas_0.d.ts +39 -0
- package/dist-types/ts3.4/EC2.d.ts +156 -0
- package/dist-types/ts3.4/EC2Client.d.ts +54 -0
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateIpamPolicyCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConcentratorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteImageUsageReportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPolicyCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationTopologyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPoliciesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMacModificationTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteServerEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteServerPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteServersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpnConcentratorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableIpamPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableIpamPolicyCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnabledIpamPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageAncestryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPolicyAllocationRulesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +9 -1
- package/dist-types/ts3.4/models/enums.d.ts +4361 -0
- package/dist-types/ts3.4/models/models_0.d.ts +595 -642
- package/dist-types/ts3.4/models/models_1.d.ts +1362 -2296
- package/dist-types/ts3.4/models/models_2.d.ts +1527 -2046
- package/dist-types/ts3.4/models/models_3.d.ts +1793 -1316
- package/dist-types/ts3.4/models/models_4.d.ts +1768 -1878
- package/dist-types/ts3.4/models/models_5.d.ts +1273 -1692
- package/dist-types/ts3.4/models/models_6.d.ts +1529 -1302
- package/dist-types/ts3.4/models/models_7.d.ts +806 -1614
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +39 -0
- package/package.json +20 -20
- package/dist-es/models/index.js +0 -9
- package/dist-es/models/models_8.js +0 -51
- package/dist-types/models/index.d.ts +0 -9
- package/dist-types/models/models_8.d.ts +0 -7488
- package/dist-types/ts3.4/models/index.d.ts +0 -9
- package/dist-types/ts3.4/models/models_8.d.ts +0 -1694
|
@@ -1,2293 +1,1774 @@
|
|
|
1
1
|
import {
|
|
2
|
-
AccessScopePath,
|
|
3
|
-
AccessScopePathRequest,
|
|
4
|
-
AddPrefixListEntry,
|
|
5
2
|
ApplianceModeSupportValue,
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
AutoAcceptSharedAssociationsValue,
|
|
4
|
+
AutoAcceptSharedAttachmentsValue,
|
|
5
|
+
BgpStatus,
|
|
6
|
+
ConnectionNotificationState,
|
|
7
|
+
ConnectionNotificationType,
|
|
8
|
+
DefaultRouteTableAssociationValue,
|
|
9
|
+
DefaultRouteTablePropagationValue,
|
|
10
|
+
DeleteFleetErrorCode,
|
|
11
|
+
DeleteQueuedReservedInstancesErrorCode,
|
|
12
|
+
DeviceTrustProviderType,
|
|
13
|
+
DnsNameState,
|
|
14
|
+
DnsRecordIpType,
|
|
8
15
|
DnsSupportValue,
|
|
9
16
|
DynamicRoutingValue,
|
|
10
|
-
|
|
17
|
+
FleetStateCode,
|
|
18
|
+
GatewayAssociationState,
|
|
19
|
+
GatewayType,
|
|
20
|
+
Igmpv2SupportValue,
|
|
21
|
+
InstanceEventWindowState,
|
|
22
|
+
InternetGatewayExclusionMode,
|
|
23
|
+
IpAddressType,
|
|
11
24
|
Ipv6SupportValue,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
ResourceType,
|
|
17
|
-
RouteTableAssociationState,
|
|
25
|
+
LaunchTemplateErrorCode,
|
|
26
|
+
MulticastSupportValue,
|
|
27
|
+
PayerResponsibility,
|
|
28
|
+
ProtocolValue,
|
|
18
29
|
SecurityGroupReferencingSupportValue,
|
|
19
|
-
|
|
20
|
-
|
|
30
|
+
ServiceConnectivityType,
|
|
31
|
+
ServiceState,
|
|
32
|
+
ServiceType,
|
|
33
|
+
State,
|
|
34
|
+
StaticSourcesSupportValue,
|
|
35
|
+
SubnetCidrReservationType,
|
|
36
|
+
TelemetryStatus,
|
|
37
|
+
Tenancy,
|
|
38
|
+
TrafficDirection,
|
|
39
|
+
TrafficMirrorNetworkService,
|
|
40
|
+
TrafficMirrorRuleAction,
|
|
41
|
+
TrafficMirrorTargetType,
|
|
21
42
|
TransitGatewayAttachmentResourceType,
|
|
22
43
|
TransitGatewayAttachmentState,
|
|
44
|
+
TransitGatewayConnectPeerState,
|
|
45
|
+
TransitGatewayMulticastDomainState,
|
|
46
|
+
TransitGatewayPolicyTableState,
|
|
47
|
+
TransitGatewayPrefixListReferenceState,
|
|
48
|
+
TransitGatewayRouteState,
|
|
49
|
+
TransitGatewayRouteTableAnnouncementDirection,
|
|
50
|
+
TransitGatewayRouteTableAnnouncementState,
|
|
51
|
+
TransitGatewayRouteTableState,
|
|
52
|
+
TransitGatewayRouteType,
|
|
53
|
+
TransitGatewayState,
|
|
54
|
+
TrustProviderType,
|
|
55
|
+
TunnelInsideIpVersion,
|
|
56
|
+
UserTrustProviderType,
|
|
57
|
+
VerifiedAccessEndpointAttachmentType,
|
|
58
|
+
VerifiedAccessEndpointProtocol,
|
|
59
|
+
VerifiedAccessEndpointStatusCode,
|
|
60
|
+
VerifiedAccessEndpointType,
|
|
61
|
+
VolumeType,
|
|
62
|
+
VpcBlockPublicAccessExclusionState,
|
|
63
|
+
VpcEndpointType,
|
|
64
|
+
VpnConcentratorType,
|
|
65
|
+
VpnEcmpSupportValue,
|
|
66
|
+
VpnState,
|
|
67
|
+
VpnStaticRouteSource,
|
|
68
|
+
VpnTunnelBandwidth,
|
|
69
|
+
} from "./enums";
|
|
70
|
+
import {
|
|
71
|
+
CarrierGateway,
|
|
72
|
+
ClientVpnEndpointStatus,
|
|
73
|
+
ClientVpnRouteStatus,
|
|
74
|
+
CoipCidr,
|
|
75
|
+
CoipPool,
|
|
76
|
+
Subnet,
|
|
77
|
+
Tag,
|
|
78
|
+
TagSpecification,
|
|
23
79
|
TransitGatewayPeeringAttachment,
|
|
24
80
|
TransitGatewayVpcAttachment,
|
|
81
|
+
UnsuccessfulItem,
|
|
82
|
+
VerifiedAccessInstance,
|
|
25
83
|
VerifiedAccessSseSpecificationResponse,
|
|
84
|
+
VerifiedAccessTrustProvider,
|
|
85
|
+
Vpc,
|
|
86
|
+
VpcAttachment,
|
|
87
|
+
VpcPeeringConnection,
|
|
26
88
|
} from "./models_0";
|
|
27
89
|
import {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
LaunchTemplateHttpTokensState,
|
|
50
|
-
LaunchTemplateIamInstanceProfileSpecificationRequest,
|
|
51
|
-
LaunchTemplateInstanceMaintenanceOptionsRequest,
|
|
52
|
-
LaunchTemplateInstanceMarketOptionsRequest,
|
|
53
|
-
LaunchTemplateInstanceMetadataEndpointState,
|
|
54
|
-
LaunchTemplateInstanceMetadataOptionsRequest,
|
|
55
|
-
LaunchTemplateInstanceMetadataProtocolIpv6,
|
|
56
|
-
LaunchTemplateInstanceMetadataTagsState,
|
|
57
|
-
LaunchTemplateLicenseConfigurationRequest,
|
|
58
|
-
LaunchTemplatesMonitoringRequest,
|
|
59
|
-
MacModificationTask,
|
|
60
|
-
MacSystemIntegrityProtectionSettingStatus,
|
|
61
|
-
MarketType,
|
|
62
|
-
OperatorResponse,
|
|
63
|
-
ShutdownBehavior,
|
|
64
|
-
SnapshotLocationEnum,
|
|
65
|
-
SpotInstanceType,
|
|
66
|
-
SSEType,
|
|
67
|
-
Subnet,
|
|
68
|
-
Tenancy,
|
|
69
|
-
VolumeType,
|
|
90
|
+
Ec2InstanceConnectEndpoint,
|
|
91
|
+
Ipam,
|
|
92
|
+
IpamExternalResourceVerificationToken,
|
|
93
|
+
IpamPolicy,
|
|
94
|
+
IpamPool,
|
|
95
|
+
IpamPrefixListResolver,
|
|
96
|
+
IpamPrefixListResolverTarget,
|
|
97
|
+
IpamResourceDiscovery,
|
|
98
|
+
IpamScope,
|
|
99
|
+
LaunchTemplate,
|
|
100
|
+
LocalGatewayRoute,
|
|
101
|
+
LocalGatewayRouteTable,
|
|
102
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
103
|
+
LocalGatewayRouteTableVpcAssociation,
|
|
104
|
+
LocalGatewayVirtualInterface,
|
|
105
|
+
LocalGatewayVirtualInterfaceGroup,
|
|
106
|
+
ManagedPrefixList,
|
|
107
|
+
OperatorRequest,
|
|
108
|
+
RouteServer,
|
|
109
|
+
RouteServerEndpoint,
|
|
110
|
+
RouteServerPeer,
|
|
70
111
|
} from "./models_1";
|
|
71
|
-
export interface
|
|
72
|
-
|
|
73
|
-
PrivateIpAddress?: string | undefined;
|
|
74
|
-
}
|
|
75
|
-
export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
|
|
76
|
-
AssociateCarrierIpAddress?: boolean | undefined;
|
|
77
|
-
AssociatePublicIpAddress?: boolean | undefined;
|
|
78
|
-
DeleteOnTermination?: boolean | undefined;
|
|
79
|
-
Description?: string | undefined;
|
|
80
|
-
DeviceIndex?: number | undefined;
|
|
81
|
-
Groups?: string[] | undefined;
|
|
82
|
-
InterfaceType?: string | undefined;
|
|
83
|
-
Ipv6AddressCount?: number | undefined;
|
|
84
|
-
Ipv6Addresses?: InstanceIpv6AddressRequest[] | undefined;
|
|
85
|
-
NetworkInterfaceId?: string | undefined;
|
|
86
|
-
PrivateIpAddress?: string | undefined;
|
|
87
|
-
PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
|
|
88
|
-
SecondaryPrivateIpAddressCount?: number | undefined;
|
|
89
|
-
SubnetId?: string | undefined;
|
|
90
|
-
NetworkCardIndex?: number | undefined;
|
|
91
|
-
Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[] | undefined;
|
|
92
|
-
Ipv4PrefixCount?: number | undefined;
|
|
93
|
-
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[] | undefined;
|
|
94
|
-
Ipv6PrefixCount?: number | undefined;
|
|
95
|
-
PrimaryIpv6?: boolean | undefined;
|
|
96
|
-
EnaSrdSpecification?: EnaSrdSpecificationRequest | undefined;
|
|
97
|
-
ConnectionTrackingSpecification?:
|
|
98
|
-
| ConnectionTrackingSpecificationRequest
|
|
99
|
-
| undefined;
|
|
100
|
-
EnaQueueCount?: number | undefined;
|
|
101
|
-
}
|
|
102
|
-
export declare const InstanceBandwidthWeighting: {
|
|
103
|
-
readonly DEFAULT: "default";
|
|
104
|
-
readonly EBS_1: "ebs-1";
|
|
105
|
-
readonly VPC_1: "vpc-1";
|
|
106
|
-
};
|
|
107
|
-
export type InstanceBandwidthWeighting =
|
|
108
|
-
(typeof InstanceBandwidthWeighting)[keyof typeof InstanceBandwidthWeighting];
|
|
109
|
-
export interface LaunchTemplateNetworkPerformanceOptionsRequest {
|
|
110
|
-
BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
|
|
111
|
-
}
|
|
112
|
-
export interface OperatorRequest {
|
|
113
|
-
Principal?: string | undefined;
|
|
114
|
-
}
|
|
115
|
-
export interface LaunchTemplatePlacementRequest {
|
|
112
|
+
export interface CreateSubnetRequest {
|
|
113
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
116
114
|
AvailabilityZone?: string | undefined;
|
|
117
115
|
AvailabilityZoneId?: string | undefined;
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
HostnameType?: HostnameType | undefined;
|
|
129
|
-
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
130
|
-
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
131
|
-
}
|
|
132
|
-
export interface LaunchTemplateTagSpecificationRequest {
|
|
133
|
-
ResourceType?: ResourceType | undefined;
|
|
134
|
-
Tags?: Tag[] | undefined;
|
|
116
|
+
CidrBlock?: string | undefined;
|
|
117
|
+
Ipv6CidrBlock?: string | undefined;
|
|
118
|
+
OutpostArn?: string | undefined;
|
|
119
|
+
VpcId: string | undefined;
|
|
120
|
+
Ipv6Native?: boolean | undefined;
|
|
121
|
+
Ipv4IpamPoolId?: string | undefined;
|
|
122
|
+
Ipv4NetmaskLength?: number | undefined;
|
|
123
|
+
Ipv6IpamPoolId?: string | undefined;
|
|
124
|
+
Ipv6NetmaskLength?: number | undefined;
|
|
125
|
+
DryRun?: boolean | undefined;
|
|
135
126
|
}
|
|
136
|
-
export interface
|
|
137
|
-
|
|
138
|
-
EbsOptimized?: boolean | undefined;
|
|
139
|
-
IamInstanceProfile?:
|
|
140
|
-
| LaunchTemplateIamInstanceProfileSpecificationRequest
|
|
141
|
-
| undefined;
|
|
142
|
-
BlockDeviceMappings?: LaunchTemplateBlockDeviceMappingRequest[] | undefined;
|
|
143
|
-
NetworkInterfaces?:
|
|
144
|
-
| LaunchTemplateInstanceNetworkInterfaceSpecificationRequest[]
|
|
145
|
-
| undefined;
|
|
146
|
-
ImageId?: string | undefined;
|
|
147
|
-
InstanceType?: _InstanceType | undefined;
|
|
148
|
-
KeyName?: string | undefined;
|
|
149
|
-
Monitoring?: LaunchTemplatesMonitoringRequest | undefined;
|
|
150
|
-
Placement?: LaunchTemplatePlacementRequest | undefined;
|
|
151
|
-
RamDiskId?: string | undefined;
|
|
152
|
-
DisableApiTermination?: boolean | undefined;
|
|
153
|
-
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
|
|
154
|
-
UserData?: string | undefined;
|
|
155
|
-
TagSpecifications?: LaunchTemplateTagSpecificationRequest[] | undefined;
|
|
156
|
-
ElasticGpuSpecifications?: ElasticGpuSpecification[] | undefined;
|
|
157
|
-
ElasticInferenceAccelerators?:
|
|
158
|
-
| LaunchTemplateElasticInferenceAccelerator[]
|
|
159
|
-
| undefined;
|
|
160
|
-
SecurityGroupIds?: string[] | undefined;
|
|
161
|
-
SecurityGroups?: string[] | undefined;
|
|
162
|
-
InstanceMarketOptions?:
|
|
163
|
-
| LaunchTemplateInstanceMarketOptionsRequest
|
|
164
|
-
| undefined;
|
|
165
|
-
CreditSpecification?: CreditSpecificationRequest | undefined;
|
|
166
|
-
CpuOptions?: LaunchTemplateCpuOptionsRequest | undefined;
|
|
167
|
-
CapacityReservationSpecification?:
|
|
168
|
-
| LaunchTemplateCapacityReservationSpecificationRequest
|
|
169
|
-
| undefined;
|
|
170
|
-
LicenseSpecifications?:
|
|
171
|
-
| LaunchTemplateLicenseConfigurationRequest[]
|
|
172
|
-
| undefined;
|
|
173
|
-
HibernationOptions?: LaunchTemplateHibernationOptionsRequest | undefined;
|
|
174
|
-
MetadataOptions?: LaunchTemplateInstanceMetadataOptionsRequest | undefined;
|
|
175
|
-
EnclaveOptions?: LaunchTemplateEnclaveOptionsRequest | undefined;
|
|
176
|
-
InstanceRequirements?: InstanceRequirementsRequest | undefined;
|
|
177
|
-
PrivateDnsNameOptions?:
|
|
178
|
-
| LaunchTemplatePrivateDnsNameOptionsRequest
|
|
179
|
-
| undefined;
|
|
180
|
-
MaintenanceOptions?:
|
|
181
|
-
| LaunchTemplateInstanceMaintenanceOptionsRequest
|
|
182
|
-
| undefined;
|
|
183
|
-
DisableApiStop?: boolean | undefined;
|
|
184
|
-
Operator?: OperatorRequest | undefined;
|
|
185
|
-
NetworkPerformanceOptions?:
|
|
186
|
-
| LaunchTemplateNetworkPerformanceOptionsRequest
|
|
187
|
-
| undefined;
|
|
127
|
+
export interface CreateSubnetResult {
|
|
128
|
+
Subnet?: Subnet | undefined;
|
|
188
129
|
}
|
|
189
|
-
export interface
|
|
130
|
+
export interface CreateSubnetCidrReservationRequest {
|
|
131
|
+
SubnetId: string | undefined;
|
|
132
|
+
Cidr: string | undefined;
|
|
133
|
+
ReservationType: SubnetCidrReservationType | undefined;
|
|
134
|
+
Description?: string | undefined;
|
|
190
135
|
DryRun?: boolean | undefined;
|
|
191
|
-
ClientToken?: string | undefined;
|
|
192
|
-
LaunchTemplateName: string | undefined;
|
|
193
|
-
VersionDescription?: string | undefined;
|
|
194
|
-
LaunchTemplateData: RequestLaunchTemplateData | undefined;
|
|
195
|
-
Operator?: OperatorRequest | undefined;
|
|
196
136
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
197
137
|
}
|
|
198
|
-
export interface
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
138
|
+
export interface SubnetCidrReservation {
|
|
139
|
+
SubnetCidrReservationId?: string | undefined;
|
|
140
|
+
SubnetId?: string | undefined;
|
|
141
|
+
Cidr?: string | undefined;
|
|
142
|
+
ReservationType?: SubnetCidrReservationType | undefined;
|
|
143
|
+
OwnerId?: string | undefined;
|
|
144
|
+
Description?: string | undefined;
|
|
205
145
|
Tags?: Tag[] | undefined;
|
|
206
|
-
Operator?: OperatorResponse | undefined;
|
|
207
|
-
}
|
|
208
|
-
export interface ValidationError {
|
|
209
|
-
Code?: string | undefined;
|
|
210
|
-
Message?: string | undefined;
|
|
211
146
|
}
|
|
212
|
-
export interface
|
|
213
|
-
|
|
147
|
+
export interface CreateSubnetCidrReservationResult {
|
|
148
|
+
SubnetCidrReservation?: SubnetCidrReservation | undefined;
|
|
214
149
|
}
|
|
215
|
-
export interface
|
|
216
|
-
|
|
217
|
-
|
|
150
|
+
export interface CreateTagsRequest {
|
|
151
|
+
DryRun?: boolean | undefined;
|
|
152
|
+
Resources: string[] | undefined;
|
|
153
|
+
Tags: Tag[] | undefined;
|
|
218
154
|
}
|
|
219
|
-
export interface
|
|
155
|
+
export interface CreateTrafficMirrorFilterRequest {
|
|
156
|
+
Description?: string | undefined;
|
|
157
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
220
158
|
DryRun?: boolean | undefined;
|
|
221
159
|
ClientToken?: string | undefined;
|
|
222
|
-
LaunchTemplateId?: string | undefined;
|
|
223
|
-
LaunchTemplateName?: string | undefined;
|
|
224
|
-
SourceVersion?: string | undefined;
|
|
225
|
-
VersionDescription?: string | undefined;
|
|
226
|
-
LaunchTemplateData: RequestLaunchTemplateData | undefined;
|
|
227
|
-
ResolveAlias?: boolean | undefined;
|
|
228
|
-
}
|
|
229
|
-
export interface LaunchTemplateEbsBlockDevice {
|
|
230
|
-
Encrypted?: boolean | undefined;
|
|
231
|
-
DeleteOnTermination?: boolean | undefined;
|
|
232
|
-
Iops?: number | undefined;
|
|
233
|
-
KmsKeyId?: string | undefined;
|
|
234
|
-
SnapshotId?: string | undefined;
|
|
235
|
-
VolumeSize?: number | undefined;
|
|
236
|
-
VolumeType?: VolumeType | undefined;
|
|
237
|
-
Throughput?: number | undefined;
|
|
238
|
-
VolumeInitializationRate?: number | undefined;
|
|
239
|
-
}
|
|
240
|
-
export interface LaunchTemplateBlockDeviceMapping {
|
|
241
|
-
DeviceName?: string | undefined;
|
|
242
|
-
VirtualName?: string | undefined;
|
|
243
|
-
Ebs?: LaunchTemplateEbsBlockDevice | undefined;
|
|
244
|
-
NoDevice?: string | undefined;
|
|
245
|
-
}
|
|
246
|
-
export interface CapacityReservationTargetResponse {
|
|
247
|
-
CapacityReservationId?: string | undefined;
|
|
248
|
-
CapacityReservationResourceGroupArn?: string | undefined;
|
|
249
|
-
}
|
|
250
|
-
export interface LaunchTemplateCapacityReservationSpecificationResponse {
|
|
251
|
-
CapacityReservationPreference?: CapacityReservationPreference | undefined;
|
|
252
|
-
CapacityReservationTarget?: CapacityReservationTargetResponse | undefined;
|
|
253
|
-
}
|
|
254
|
-
export interface LaunchTemplateCpuOptions {
|
|
255
|
-
CoreCount?: number | undefined;
|
|
256
|
-
ThreadsPerCore?: number | undefined;
|
|
257
|
-
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
258
|
-
}
|
|
259
|
-
export interface CreditSpecification {
|
|
260
|
-
CpuCredits?: string | undefined;
|
|
261
|
-
}
|
|
262
|
-
export interface ElasticGpuSpecificationResponse {
|
|
263
|
-
Type?: string | undefined;
|
|
264
|
-
}
|
|
265
|
-
export interface LaunchTemplateElasticInferenceAcceleratorResponse {
|
|
266
|
-
Type?: string | undefined;
|
|
267
|
-
Count?: number | undefined;
|
|
268
|
-
}
|
|
269
|
-
export interface LaunchTemplateEnclaveOptions {
|
|
270
|
-
Enabled?: boolean | undefined;
|
|
271
|
-
}
|
|
272
|
-
export interface LaunchTemplateHibernationOptions {
|
|
273
|
-
Configured?: boolean | undefined;
|
|
274
160
|
}
|
|
275
|
-
export interface
|
|
276
|
-
|
|
277
|
-
|
|
161
|
+
export interface TrafficMirrorPortRange {
|
|
162
|
+
FromPort?: number | undefined;
|
|
163
|
+
ToPort?: number | undefined;
|
|
278
164
|
}
|
|
279
|
-
export interface
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
export interface LaunchTemplateLicenseConfiguration {
|
|
291
|
-
LicenseConfigurationArn?: string | undefined;
|
|
292
|
-
}
|
|
293
|
-
export interface LaunchTemplateInstanceMaintenanceOptions {
|
|
294
|
-
AutoRecovery?: LaunchTemplateAutoRecoveryState | undefined;
|
|
295
|
-
}
|
|
296
|
-
export declare const LaunchTemplateInstanceMetadataOptionsState: {
|
|
297
|
-
readonly applied: "applied";
|
|
298
|
-
readonly pending: "pending";
|
|
299
|
-
};
|
|
300
|
-
export type LaunchTemplateInstanceMetadataOptionsState =
|
|
301
|
-
(typeof LaunchTemplateInstanceMetadataOptionsState)[keyof typeof LaunchTemplateInstanceMetadataOptionsState];
|
|
302
|
-
export interface LaunchTemplateInstanceMetadataOptions {
|
|
303
|
-
State?: LaunchTemplateInstanceMetadataOptionsState | undefined;
|
|
304
|
-
HttpTokens?: LaunchTemplateHttpTokensState | undefined;
|
|
305
|
-
HttpPutResponseHopLimit?: number | undefined;
|
|
306
|
-
HttpEndpoint?: LaunchTemplateInstanceMetadataEndpointState | undefined;
|
|
307
|
-
HttpProtocolIpv6?: LaunchTemplateInstanceMetadataProtocolIpv6 | undefined;
|
|
308
|
-
InstanceMetadataTags?: LaunchTemplateInstanceMetadataTagsState | undefined;
|
|
309
|
-
}
|
|
310
|
-
export interface LaunchTemplatesMonitoring {
|
|
311
|
-
Enabled?: boolean | undefined;
|
|
312
|
-
}
|
|
313
|
-
export interface ConnectionTrackingSpecification {
|
|
314
|
-
TcpEstablishedTimeout?: number | undefined;
|
|
315
|
-
UdpTimeout?: number | undefined;
|
|
316
|
-
UdpStreamTimeout?: number | undefined;
|
|
317
|
-
}
|
|
318
|
-
export interface LaunchTemplateEnaSrdUdpSpecification {
|
|
319
|
-
EnaSrdUdpEnabled?: boolean | undefined;
|
|
320
|
-
}
|
|
321
|
-
export interface LaunchTemplateEnaSrdSpecification {
|
|
322
|
-
EnaSrdEnabled?: boolean | undefined;
|
|
323
|
-
EnaSrdUdpSpecification?: LaunchTemplateEnaSrdUdpSpecification | undefined;
|
|
324
|
-
}
|
|
325
|
-
export interface Ipv4PrefixSpecificationResponse {
|
|
326
|
-
Ipv4Prefix?: string | undefined;
|
|
327
|
-
}
|
|
328
|
-
export interface InstanceIpv6Address {
|
|
329
|
-
Ipv6Address?: string | undefined;
|
|
330
|
-
IsPrimaryIpv6?: boolean | undefined;
|
|
331
|
-
}
|
|
332
|
-
export interface Ipv6PrefixSpecificationResponse {
|
|
333
|
-
Ipv6Prefix?: string | undefined;
|
|
334
|
-
}
|
|
335
|
-
export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
|
|
336
|
-
AssociateCarrierIpAddress?: boolean | undefined;
|
|
337
|
-
AssociatePublicIpAddress?: boolean | undefined;
|
|
338
|
-
DeleteOnTermination?: boolean | undefined;
|
|
165
|
+
export interface TrafficMirrorFilterRule {
|
|
166
|
+
TrafficMirrorFilterRuleId?: string | undefined;
|
|
167
|
+
TrafficMirrorFilterId?: string | undefined;
|
|
168
|
+
TrafficDirection?: TrafficDirection | undefined;
|
|
169
|
+
RuleNumber?: number | undefined;
|
|
170
|
+
RuleAction?: TrafficMirrorRuleAction | undefined;
|
|
171
|
+
Protocol?: number | undefined;
|
|
172
|
+
DestinationPortRange?: TrafficMirrorPortRange | undefined;
|
|
173
|
+
SourcePortRange?: TrafficMirrorPortRange | undefined;
|
|
174
|
+
DestinationCidrBlock?: string | undefined;
|
|
175
|
+
SourceCidrBlock?: string | undefined;
|
|
339
176
|
Description?: string | undefined;
|
|
340
|
-
DeviceIndex?: number | undefined;
|
|
341
|
-
Groups?: string[] | undefined;
|
|
342
|
-
InterfaceType?: string | undefined;
|
|
343
|
-
Ipv6AddressCount?: number | undefined;
|
|
344
|
-
Ipv6Addresses?: InstanceIpv6Address[] | undefined;
|
|
345
|
-
NetworkInterfaceId?: string | undefined;
|
|
346
|
-
PrivateIpAddress?: string | undefined;
|
|
347
|
-
PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
|
|
348
|
-
SecondaryPrivateIpAddressCount?: number | undefined;
|
|
349
|
-
SubnetId?: string | undefined;
|
|
350
|
-
NetworkCardIndex?: number | undefined;
|
|
351
|
-
Ipv4Prefixes?: Ipv4PrefixSpecificationResponse[] | undefined;
|
|
352
|
-
Ipv4PrefixCount?: number | undefined;
|
|
353
|
-
Ipv6Prefixes?: Ipv6PrefixSpecificationResponse[] | undefined;
|
|
354
|
-
Ipv6PrefixCount?: number | undefined;
|
|
355
|
-
PrimaryIpv6?: boolean | undefined;
|
|
356
|
-
EnaSrdSpecification?: LaunchTemplateEnaSrdSpecification | undefined;
|
|
357
|
-
ConnectionTrackingSpecification?: ConnectionTrackingSpecification | undefined;
|
|
358
|
-
EnaQueueCount?: number | undefined;
|
|
359
|
-
}
|
|
360
|
-
export interface LaunchTemplateNetworkPerformanceOptions {
|
|
361
|
-
BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
|
|
362
|
-
}
|
|
363
|
-
export interface LaunchTemplatePlacement {
|
|
364
|
-
AvailabilityZone?: string | undefined;
|
|
365
|
-
AvailabilityZoneId?: string | undefined;
|
|
366
|
-
Affinity?: string | undefined;
|
|
367
|
-
GroupName?: string | undefined;
|
|
368
|
-
HostId?: string | undefined;
|
|
369
|
-
Tenancy?: Tenancy | undefined;
|
|
370
|
-
SpreadDomain?: string | undefined;
|
|
371
|
-
HostResourceGroupArn?: string | undefined;
|
|
372
|
-
PartitionNumber?: number | undefined;
|
|
373
|
-
GroupId?: string | undefined;
|
|
374
|
-
}
|
|
375
|
-
export interface LaunchTemplatePrivateDnsNameOptions {
|
|
376
|
-
HostnameType?: HostnameType | undefined;
|
|
377
|
-
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
378
|
-
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
379
|
-
}
|
|
380
|
-
export interface LaunchTemplateTagSpecification {
|
|
381
|
-
ResourceType?: ResourceType | undefined;
|
|
382
177
|
Tags?: Tag[] | undefined;
|
|
383
178
|
}
|
|
384
|
-
export interface
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
NetworkInterfaces?:
|
|
392
|
-
| LaunchTemplateInstanceNetworkInterfaceSpecification[]
|
|
393
|
-
| undefined;
|
|
394
|
-
ImageId?: string | undefined;
|
|
395
|
-
InstanceType?: _InstanceType | undefined;
|
|
396
|
-
KeyName?: string | undefined;
|
|
397
|
-
Monitoring?: LaunchTemplatesMonitoring | undefined;
|
|
398
|
-
Placement?: LaunchTemplatePlacement | undefined;
|
|
399
|
-
RamDiskId?: string | undefined;
|
|
400
|
-
DisableApiTermination?: boolean | undefined;
|
|
401
|
-
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
|
|
402
|
-
UserData?: string | undefined;
|
|
403
|
-
TagSpecifications?: LaunchTemplateTagSpecification[] | undefined;
|
|
404
|
-
ElasticGpuSpecifications?: ElasticGpuSpecificationResponse[] | undefined;
|
|
405
|
-
ElasticInferenceAccelerators?:
|
|
406
|
-
| LaunchTemplateElasticInferenceAcceleratorResponse[]
|
|
407
|
-
| undefined;
|
|
408
|
-
SecurityGroupIds?: string[] | undefined;
|
|
409
|
-
SecurityGroups?: string[] | undefined;
|
|
410
|
-
InstanceMarketOptions?: LaunchTemplateInstanceMarketOptions | undefined;
|
|
411
|
-
CreditSpecification?: CreditSpecification | undefined;
|
|
412
|
-
CpuOptions?: LaunchTemplateCpuOptions | undefined;
|
|
413
|
-
CapacityReservationSpecification?:
|
|
414
|
-
| LaunchTemplateCapacityReservationSpecificationResponse
|
|
415
|
-
| undefined;
|
|
416
|
-
LicenseSpecifications?: LaunchTemplateLicenseConfiguration[] | undefined;
|
|
417
|
-
HibernationOptions?: LaunchTemplateHibernationOptions | undefined;
|
|
418
|
-
MetadataOptions?: LaunchTemplateInstanceMetadataOptions | undefined;
|
|
419
|
-
EnclaveOptions?: LaunchTemplateEnclaveOptions | undefined;
|
|
420
|
-
InstanceRequirements?: InstanceRequirements | undefined;
|
|
421
|
-
PrivateDnsNameOptions?: LaunchTemplatePrivateDnsNameOptions | undefined;
|
|
422
|
-
MaintenanceOptions?: LaunchTemplateInstanceMaintenanceOptions | undefined;
|
|
423
|
-
DisableApiStop?: boolean | undefined;
|
|
424
|
-
Operator?: OperatorResponse | undefined;
|
|
425
|
-
NetworkPerformanceOptions?:
|
|
426
|
-
| LaunchTemplateNetworkPerformanceOptions
|
|
427
|
-
| undefined;
|
|
428
|
-
}
|
|
429
|
-
export interface LaunchTemplateVersion {
|
|
430
|
-
LaunchTemplateId?: string | undefined;
|
|
431
|
-
LaunchTemplateName?: string | undefined;
|
|
432
|
-
VersionNumber?: number | undefined;
|
|
433
|
-
VersionDescription?: string | undefined;
|
|
434
|
-
CreateTime?: Date | undefined;
|
|
435
|
-
CreatedBy?: string | undefined;
|
|
436
|
-
DefaultVersion?: boolean | undefined;
|
|
437
|
-
LaunchTemplateData?: ResponseLaunchTemplateData | undefined;
|
|
438
|
-
Operator?: OperatorResponse | undefined;
|
|
439
|
-
}
|
|
440
|
-
export interface CreateLaunchTemplateVersionResult {
|
|
441
|
-
LaunchTemplateVersion?: LaunchTemplateVersion | undefined;
|
|
442
|
-
Warning?: ValidationWarning | undefined;
|
|
443
|
-
}
|
|
444
|
-
export interface CreateLocalGatewayRouteRequest {
|
|
445
|
-
DestinationCidrBlock?: string | undefined;
|
|
446
|
-
LocalGatewayRouteTableId: string | undefined;
|
|
447
|
-
LocalGatewayVirtualInterfaceGroupId?: string | undefined;
|
|
448
|
-
DryRun?: boolean | undefined;
|
|
449
|
-
NetworkInterfaceId?: string | undefined;
|
|
450
|
-
DestinationPrefixListId?: string | undefined;
|
|
179
|
+
export interface TrafficMirrorFilter {
|
|
180
|
+
TrafficMirrorFilterId?: string | undefined;
|
|
181
|
+
IngressFilterRules?: TrafficMirrorFilterRule[] | undefined;
|
|
182
|
+
EgressFilterRules?: TrafficMirrorFilterRule[] | undefined;
|
|
183
|
+
NetworkServices?: TrafficMirrorNetworkService[] | undefined;
|
|
184
|
+
Description?: string | undefined;
|
|
185
|
+
Tags?: Tag[] | undefined;
|
|
451
186
|
}
|
|
452
|
-
export
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
readonly deleted: "deleted";
|
|
456
|
-
readonly deleting: "deleting";
|
|
457
|
-
readonly pending: "pending";
|
|
458
|
-
};
|
|
459
|
-
export type LocalGatewayRouteState =
|
|
460
|
-
(typeof LocalGatewayRouteState)[keyof typeof LocalGatewayRouteState];
|
|
461
|
-
export declare const LocalGatewayRouteType: {
|
|
462
|
-
readonly propagated: "propagated";
|
|
463
|
-
readonly static: "static";
|
|
464
|
-
};
|
|
465
|
-
export type LocalGatewayRouteType =
|
|
466
|
-
(typeof LocalGatewayRouteType)[keyof typeof LocalGatewayRouteType];
|
|
467
|
-
export interface LocalGatewayRoute {
|
|
468
|
-
DestinationCidrBlock?: string | undefined;
|
|
469
|
-
LocalGatewayVirtualInterfaceGroupId?: string | undefined;
|
|
470
|
-
Type?: LocalGatewayRouteType | undefined;
|
|
471
|
-
State?: LocalGatewayRouteState | undefined;
|
|
472
|
-
LocalGatewayRouteTableId?: string | undefined;
|
|
473
|
-
LocalGatewayRouteTableArn?: string | undefined;
|
|
474
|
-
OwnerId?: string | undefined;
|
|
475
|
-
SubnetId?: string | undefined;
|
|
476
|
-
CoipPoolId?: string | undefined;
|
|
477
|
-
NetworkInterfaceId?: string | undefined;
|
|
478
|
-
DestinationPrefixListId?: string | undefined;
|
|
187
|
+
export interface CreateTrafficMirrorFilterResult {
|
|
188
|
+
TrafficMirrorFilter?: TrafficMirrorFilter | undefined;
|
|
189
|
+
ClientToken?: string | undefined;
|
|
479
190
|
}
|
|
480
|
-
export interface
|
|
481
|
-
|
|
191
|
+
export interface TrafficMirrorPortRangeRequest {
|
|
192
|
+
FromPort?: number | undefined;
|
|
193
|
+
ToPort?: number | undefined;
|
|
482
194
|
}
|
|
483
|
-
export
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
195
|
+
export interface CreateTrafficMirrorFilterRuleRequest {
|
|
196
|
+
TrafficMirrorFilterId: string | undefined;
|
|
197
|
+
TrafficDirection: TrafficDirection | undefined;
|
|
198
|
+
RuleNumber: number | undefined;
|
|
199
|
+
RuleAction: TrafficMirrorRuleAction | undefined;
|
|
200
|
+
DestinationPortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
201
|
+
SourcePortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
202
|
+
Protocol?: number | undefined;
|
|
203
|
+
DestinationCidrBlock: string | undefined;
|
|
204
|
+
SourceCidrBlock: string | undefined;
|
|
205
|
+
Description?: string | undefined;
|
|
493
206
|
DryRun?: boolean | undefined;
|
|
207
|
+
ClientToken?: string | undefined;
|
|
208
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
494
209
|
}
|
|
495
|
-
export interface
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
}
|
|
499
|
-
export interface LocalGatewayRouteTable {
|
|
500
|
-
LocalGatewayRouteTableId?: string | undefined;
|
|
501
|
-
LocalGatewayRouteTableArn?: string | undefined;
|
|
502
|
-
LocalGatewayId?: string | undefined;
|
|
503
|
-
OutpostArn?: string | undefined;
|
|
504
|
-
OwnerId?: string | undefined;
|
|
505
|
-
State?: string | undefined;
|
|
506
|
-
Tags?: Tag[] | undefined;
|
|
507
|
-
Mode?: LocalGatewayRouteTableMode | undefined;
|
|
508
|
-
StateReason?: StateReason | undefined;
|
|
509
|
-
}
|
|
510
|
-
export interface CreateLocalGatewayRouteTableResult {
|
|
511
|
-
LocalGatewayRouteTable?: LocalGatewayRouteTable | undefined;
|
|
210
|
+
export interface CreateTrafficMirrorFilterRuleResult {
|
|
211
|
+
TrafficMirrorFilterRule?: TrafficMirrorFilterRule | undefined;
|
|
212
|
+
ClientToken?: string | undefined;
|
|
512
213
|
}
|
|
513
|
-
export interface
|
|
514
|
-
|
|
515
|
-
|
|
214
|
+
export interface CreateTrafficMirrorSessionRequest {
|
|
215
|
+
NetworkInterfaceId: string | undefined;
|
|
216
|
+
TrafficMirrorTargetId: string | undefined;
|
|
217
|
+
TrafficMirrorFilterId: string | undefined;
|
|
218
|
+
PacketLength?: number | undefined;
|
|
219
|
+
SessionNumber: number | undefined;
|
|
220
|
+
VirtualNetworkId?: number | undefined;
|
|
221
|
+
Description?: string | undefined;
|
|
516
222
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
517
223
|
DryRun?: boolean | undefined;
|
|
224
|
+
ClientToken?: string | undefined;
|
|
518
225
|
}
|
|
519
|
-
export interface
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
LocalGatewayRouteTableArn?: string | undefined;
|
|
226
|
+
export interface TrafficMirrorSession {
|
|
227
|
+
TrafficMirrorSessionId?: string | undefined;
|
|
228
|
+
TrafficMirrorTargetId?: string | undefined;
|
|
229
|
+
TrafficMirrorFilterId?: string | undefined;
|
|
230
|
+
NetworkInterfaceId?: string | undefined;
|
|
525
231
|
OwnerId?: string | undefined;
|
|
526
|
-
|
|
232
|
+
PacketLength?: number | undefined;
|
|
233
|
+
SessionNumber?: number | undefined;
|
|
234
|
+
VirtualNetworkId?: number | undefined;
|
|
235
|
+
Description?: string | undefined;
|
|
527
236
|
Tags?: Tag[] | undefined;
|
|
528
237
|
}
|
|
529
|
-
export interface
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
| undefined;
|
|
238
|
+
export interface CreateTrafficMirrorSessionResult {
|
|
239
|
+
TrafficMirrorSession?: TrafficMirrorSession | undefined;
|
|
240
|
+
ClientToken?: string | undefined;
|
|
533
241
|
}
|
|
534
|
-
export interface
|
|
535
|
-
|
|
536
|
-
|
|
242
|
+
export interface CreateTrafficMirrorTargetRequest {
|
|
243
|
+
NetworkInterfaceId?: string | undefined;
|
|
244
|
+
NetworkLoadBalancerArn?: string | undefined;
|
|
245
|
+
Description?: string | undefined;
|
|
537
246
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
538
247
|
DryRun?: boolean | undefined;
|
|
248
|
+
ClientToken?: string | undefined;
|
|
249
|
+
GatewayLoadBalancerEndpointId?: string | undefined;
|
|
539
250
|
}
|
|
540
|
-
export interface
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
251
|
+
export interface TrafficMirrorTarget {
|
|
252
|
+
TrafficMirrorTargetId?: string | undefined;
|
|
253
|
+
NetworkInterfaceId?: string | undefined;
|
|
254
|
+
NetworkLoadBalancerArn?: string | undefined;
|
|
255
|
+
Type?: TrafficMirrorTargetType | undefined;
|
|
256
|
+
Description?: string | undefined;
|
|
546
257
|
OwnerId?: string | undefined;
|
|
547
|
-
State?: string | undefined;
|
|
548
258
|
Tags?: Tag[] | undefined;
|
|
259
|
+
GatewayLoadBalancerEndpointId?: string | undefined;
|
|
549
260
|
}
|
|
550
|
-
export interface
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
| undefined;
|
|
261
|
+
export interface CreateTrafficMirrorTargetResult {
|
|
262
|
+
TrafficMirrorTarget?: TrafficMirrorTarget | undefined;
|
|
263
|
+
ClientToken?: string | undefined;
|
|
554
264
|
}
|
|
555
|
-
export interface
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
PeerBgpAsnExtended?: number | undefined;
|
|
565
|
-
}
|
|
566
|
-
export declare const LocalGatewayVirtualInterfaceConfigurationState: {
|
|
567
|
-
readonly available: "available";
|
|
568
|
-
readonly deleted: "deleted";
|
|
569
|
-
readonly deleting: "deleting";
|
|
570
|
-
readonly pending: "pending";
|
|
571
|
-
};
|
|
572
|
-
export type LocalGatewayVirtualInterfaceConfigurationState =
|
|
573
|
-
(typeof LocalGatewayVirtualInterfaceConfigurationState)[keyof typeof LocalGatewayVirtualInterfaceConfigurationState];
|
|
574
|
-
export interface LocalGatewayVirtualInterface {
|
|
575
|
-
LocalGatewayVirtualInterfaceId?: string | undefined;
|
|
576
|
-
LocalGatewayId?: string | undefined;
|
|
577
|
-
LocalGatewayVirtualInterfaceGroupId?: string | undefined;
|
|
578
|
-
LocalGatewayVirtualInterfaceArn?: string | undefined;
|
|
579
|
-
OutpostLagId?: string | undefined;
|
|
580
|
-
Vlan?: number | undefined;
|
|
581
|
-
LocalAddress?: string | undefined;
|
|
582
|
-
PeerAddress?: string | undefined;
|
|
583
|
-
LocalBgpAsn?: number | undefined;
|
|
584
|
-
PeerBgpAsn?: number | undefined;
|
|
585
|
-
PeerBgpAsnExtended?: number | undefined;
|
|
586
|
-
OwnerId?: string | undefined;
|
|
587
|
-
Tags?: Tag[] | undefined;
|
|
588
|
-
ConfigurationState?:
|
|
589
|
-
| LocalGatewayVirtualInterfaceConfigurationState
|
|
265
|
+
export interface TransitGatewayRequestOptions {
|
|
266
|
+
AmazonSideAsn?: number | undefined;
|
|
267
|
+
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | undefined;
|
|
268
|
+
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | undefined;
|
|
269
|
+
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
|
|
270
|
+
VpnEcmpSupport?: VpnEcmpSupportValue | undefined;
|
|
271
|
+
DnsSupport?: DnsSupportValue | undefined;
|
|
272
|
+
SecurityGroupReferencingSupport?:
|
|
273
|
+
| SecurityGroupReferencingSupportValue
|
|
590
274
|
| undefined;
|
|
275
|
+
MulticastSupport?: MulticastSupportValue | undefined;
|
|
276
|
+
TransitGatewayCidrBlocks?: string[] | undefined;
|
|
591
277
|
}
|
|
592
|
-
export interface
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
export interface CreateLocalGatewayVirtualInterfaceGroupRequest {
|
|
596
|
-
LocalGatewayId: string | undefined;
|
|
597
|
-
LocalBgpAsn?: number | undefined;
|
|
598
|
-
LocalBgpAsnExtended?: number | undefined;
|
|
278
|
+
export interface CreateTransitGatewayRequest {
|
|
279
|
+
Description?: string | undefined;
|
|
280
|
+
Options?: TransitGatewayRequestOptions | undefined;
|
|
599
281
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
600
282
|
DryRun?: boolean | undefined;
|
|
601
283
|
}
|
|
602
|
-
export
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
284
|
+
export interface TransitGatewayOptions {
|
|
285
|
+
AmazonSideAsn?: number | undefined;
|
|
286
|
+
TransitGatewayCidrBlocks?: string[] | undefined;
|
|
287
|
+
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | undefined;
|
|
288
|
+
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | undefined;
|
|
289
|
+
AssociationDefaultRouteTableId?: string | undefined;
|
|
290
|
+
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
|
|
291
|
+
PropagationDefaultRouteTableId?: string | undefined;
|
|
292
|
+
VpnEcmpSupport?: VpnEcmpSupportValue | undefined;
|
|
293
|
+
DnsSupport?: DnsSupportValue | undefined;
|
|
294
|
+
SecurityGroupReferencingSupport?:
|
|
295
|
+
| SecurityGroupReferencingSupportValue
|
|
296
|
+
| undefined;
|
|
297
|
+
MulticastSupport?: MulticastSupportValue | undefined;
|
|
298
|
+
}
|
|
299
|
+
export interface TransitGateway {
|
|
300
|
+
TransitGatewayId?: string | undefined;
|
|
301
|
+
TransitGatewayArn?: string | undefined;
|
|
302
|
+
State?: TransitGatewayState | undefined;
|
|
303
|
+
OwnerId?: string | undefined;
|
|
304
|
+
Description?: string | undefined;
|
|
305
|
+
CreationTime?: Date | undefined;
|
|
306
|
+
Options?: TransitGatewayOptions | undefined;
|
|
307
|
+
Tags?: Tag[] | undefined;
|
|
308
|
+
}
|
|
309
|
+
export interface CreateTransitGatewayResult {
|
|
310
|
+
TransitGateway?: TransitGateway | undefined;
|
|
311
|
+
}
|
|
312
|
+
export interface CreateTransitGatewayConnectRequestOptions {
|
|
313
|
+
Protocol: ProtocolValue | undefined;
|
|
314
|
+
}
|
|
315
|
+
export interface CreateTransitGatewayConnectRequest {
|
|
316
|
+
TransportTransitGatewayAttachmentId: string | undefined;
|
|
317
|
+
Options: CreateTransitGatewayConnectRequestOptions | undefined;
|
|
318
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
319
|
+
DryRun?: boolean | undefined;
|
|
320
|
+
}
|
|
321
|
+
export interface TransitGatewayConnectOptions {
|
|
322
|
+
Protocol?: ProtocolValue | undefined;
|
|
323
|
+
}
|
|
324
|
+
export interface TransitGatewayConnect {
|
|
325
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
326
|
+
TransportTransitGatewayAttachmentId?: string | undefined;
|
|
327
|
+
TransitGatewayId?: string | undefined;
|
|
328
|
+
State?: TransitGatewayAttachmentState | undefined;
|
|
329
|
+
CreationTime?: Date | undefined;
|
|
330
|
+
Options?: TransitGatewayConnectOptions | undefined;
|
|
331
|
+
Tags?: Tag[] | undefined;
|
|
332
|
+
}
|
|
333
|
+
export interface CreateTransitGatewayConnectResult {
|
|
334
|
+
TransitGatewayConnect?: TransitGatewayConnect | undefined;
|
|
335
|
+
}
|
|
336
|
+
export interface TransitGatewayConnectRequestBgpOptions {
|
|
337
|
+
PeerAsn?: number | undefined;
|
|
338
|
+
}
|
|
339
|
+
export interface CreateTransitGatewayConnectPeerRequest {
|
|
340
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
341
|
+
TransitGatewayAddress?: string | undefined;
|
|
342
|
+
PeerAddress: string | undefined;
|
|
343
|
+
BgpOptions?: TransitGatewayConnectRequestBgpOptions | undefined;
|
|
344
|
+
InsideCidrBlocks: string[] | undefined;
|
|
345
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
346
|
+
DryRun?: boolean | undefined;
|
|
347
|
+
}
|
|
348
|
+
export interface TransitGatewayAttachmentBgpConfiguration {
|
|
349
|
+
TransitGatewayAsn?: number | undefined;
|
|
350
|
+
PeerAsn?: number | undefined;
|
|
351
|
+
TransitGatewayAddress?: string | undefined;
|
|
352
|
+
PeerAddress?: string | undefined;
|
|
353
|
+
BgpStatus?: BgpStatus | undefined;
|
|
354
|
+
}
|
|
355
|
+
export interface TransitGatewayConnectPeerConfiguration {
|
|
356
|
+
TransitGatewayAddress?: string | undefined;
|
|
357
|
+
PeerAddress?: string | undefined;
|
|
358
|
+
InsideCidrBlocks?: string[] | undefined;
|
|
359
|
+
Protocol?: ProtocolValue | undefined;
|
|
360
|
+
BgpConfigurations?: TransitGatewayAttachmentBgpConfiguration[] | undefined;
|
|
361
|
+
}
|
|
362
|
+
export interface TransitGatewayConnectPeer {
|
|
363
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
364
|
+
TransitGatewayConnectPeerId?: string | undefined;
|
|
365
|
+
State?: TransitGatewayConnectPeerState | undefined;
|
|
366
|
+
CreationTime?: Date | undefined;
|
|
367
|
+
ConnectPeerConfiguration?: TransitGatewayConnectPeerConfiguration | undefined;
|
|
368
|
+
Tags?: Tag[] | undefined;
|
|
369
|
+
}
|
|
370
|
+
export interface CreateTransitGatewayConnectPeerResult {
|
|
371
|
+
TransitGatewayConnectPeer?: TransitGatewayConnectPeer | undefined;
|
|
372
|
+
}
|
|
373
|
+
export interface CreateTransitGatewayMulticastDomainRequestOptions {
|
|
374
|
+
Igmpv2Support?: Igmpv2SupportValue | undefined;
|
|
375
|
+
StaticSourcesSupport?: StaticSourcesSupportValue | undefined;
|
|
376
|
+
AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | undefined;
|
|
377
|
+
}
|
|
378
|
+
export interface CreateTransitGatewayMulticastDomainRequest {
|
|
379
|
+
TransitGatewayId: string | undefined;
|
|
380
|
+
Options?: CreateTransitGatewayMulticastDomainRequestOptions | undefined;
|
|
381
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
382
|
+
DryRun?: boolean | undefined;
|
|
383
|
+
}
|
|
384
|
+
export interface TransitGatewayMulticastDomainOptions {
|
|
385
|
+
Igmpv2Support?: Igmpv2SupportValue | undefined;
|
|
386
|
+
StaticSourcesSupport?: StaticSourcesSupportValue | undefined;
|
|
387
|
+
AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | undefined;
|
|
388
|
+
}
|
|
389
|
+
export interface TransitGatewayMulticastDomain {
|
|
390
|
+
TransitGatewayMulticastDomainId?: string | undefined;
|
|
391
|
+
TransitGatewayId?: string | undefined;
|
|
392
|
+
TransitGatewayMulticastDomainArn?: string | undefined;
|
|
393
|
+
OwnerId?: string | undefined;
|
|
394
|
+
Options?: TransitGatewayMulticastDomainOptions | undefined;
|
|
395
|
+
State?: TransitGatewayMulticastDomainState | undefined;
|
|
396
|
+
CreationTime?: Date | undefined;
|
|
397
|
+
Tags?: Tag[] | undefined;
|
|
398
|
+
}
|
|
399
|
+
export interface CreateTransitGatewayMulticastDomainResult {
|
|
400
|
+
TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain | undefined;
|
|
401
|
+
}
|
|
402
|
+
export interface CreateTransitGatewayPeeringAttachmentRequestOptions {
|
|
403
|
+
DynamicRouting?: DynamicRoutingValue | undefined;
|
|
404
|
+
}
|
|
405
|
+
export interface CreateTransitGatewayPeeringAttachmentRequest {
|
|
406
|
+
TransitGatewayId: string | undefined;
|
|
407
|
+
PeerTransitGatewayId: string | undefined;
|
|
408
|
+
PeerAccountId: string | undefined;
|
|
409
|
+
PeerRegion: string | undefined;
|
|
410
|
+
Options?: CreateTransitGatewayPeeringAttachmentRequestOptions | undefined;
|
|
411
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
412
|
+
DryRun?: boolean | undefined;
|
|
413
|
+
}
|
|
414
|
+
export interface CreateTransitGatewayPeeringAttachmentResult {
|
|
415
|
+
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment | undefined;
|
|
416
|
+
}
|
|
417
|
+
export interface CreateTransitGatewayPolicyTableRequest {
|
|
418
|
+
TransitGatewayId: string | undefined;
|
|
419
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
420
|
+
DryRun?: boolean | undefined;
|
|
421
|
+
}
|
|
422
|
+
export interface TransitGatewayPolicyTable {
|
|
423
|
+
TransitGatewayPolicyTableId?: string | undefined;
|
|
424
|
+
TransitGatewayId?: string | undefined;
|
|
425
|
+
State?: TransitGatewayPolicyTableState | undefined;
|
|
426
|
+
CreationTime?: Date | undefined;
|
|
427
|
+
Tags?: Tag[] | undefined;
|
|
428
|
+
}
|
|
429
|
+
export interface CreateTransitGatewayPolicyTableResult {
|
|
430
|
+
TransitGatewayPolicyTable?: TransitGatewayPolicyTable | undefined;
|
|
431
|
+
}
|
|
432
|
+
export interface CreateTransitGatewayPrefixListReferenceRequest {
|
|
433
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
434
|
+
PrefixListId: string | undefined;
|
|
435
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
436
|
+
Blackhole?: boolean | undefined;
|
|
437
|
+
DryRun?: boolean | undefined;
|
|
438
|
+
}
|
|
439
|
+
export interface TransitGatewayPrefixListAttachment {
|
|
440
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
441
|
+
ResourceType?: TransitGatewayAttachmentResourceType | undefined;
|
|
442
|
+
ResourceId?: string | undefined;
|
|
443
|
+
}
|
|
444
|
+
export interface TransitGatewayPrefixListReference {
|
|
445
|
+
TransitGatewayRouteTableId?: string | undefined;
|
|
446
|
+
PrefixListId?: string | undefined;
|
|
447
|
+
PrefixListOwnerId?: string | undefined;
|
|
448
|
+
State?: TransitGatewayPrefixListReferenceState | undefined;
|
|
449
|
+
Blackhole?: boolean | undefined;
|
|
450
|
+
TransitGatewayAttachment?: TransitGatewayPrefixListAttachment | undefined;
|
|
451
|
+
}
|
|
452
|
+
export interface CreateTransitGatewayPrefixListReferenceResult {
|
|
453
|
+
TransitGatewayPrefixListReference?:
|
|
454
|
+
| TransitGatewayPrefixListReference
|
|
455
|
+
| undefined;
|
|
456
|
+
}
|
|
457
|
+
export interface CreateTransitGatewayRouteRequest {
|
|
458
|
+
DestinationCidrBlock: string | undefined;
|
|
459
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
460
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
461
|
+
Blackhole?: boolean | undefined;
|
|
462
|
+
DryRun?: boolean | undefined;
|
|
463
|
+
}
|
|
464
|
+
export interface TransitGatewayRouteAttachment {
|
|
465
|
+
ResourceId?: string | undefined;
|
|
466
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
467
|
+
ResourceType?: TransitGatewayAttachmentResourceType | undefined;
|
|
468
|
+
}
|
|
469
|
+
export interface TransitGatewayRoute {
|
|
470
|
+
DestinationCidrBlock?: string | undefined;
|
|
471
|
+
PrefixListId?: string | undefined;
|
|
472
|
+
TransitGatewayRouteTableAnnouncementId?: string | undefined;
|
|
473
|
+
TransitGatewayAttachments?: TransitGatewayRouteAttachment[] | undefined;
|
|
474
|
+
Type?: TransitGatewayRouteType | undefined;
|
|
475
|
+
State?: TransitGatewayRouteState | undefined;
|
|
476
|
+
}
|
|
477
|
+
export interface CreateTransitGatewayRouteResult {
|
|
478
|
+
Route?: TransitGatewayRoute | undefined;
|
|
479
|
+
}
|
|
480
|
+
export interface CreateTransitGatewayRouteTableRequest {
|
|
481
|
+
TransitGatewayId: string | undefined;
|
|
482
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
483
|
+
DryRun?: boolean | undefined;
|
|
484
|
+
}
|
|
485
|
+
export interface TransitGatewayRouteTable {
|
|
486
|
+
TransitGatewayRouteTableId?: string | undefined;
|
|
487
|
+
TransitGatewayId?: string | undefined;
|
|
488
|
+
State?: TransitGatewayRouteTableState | undefined;
|
|
489
|
+
DefaultAssociationRouteTable?: boolean | undefined;
|
|
490
|
+
DefaultPropagationRouteTable?: boolean | undefined;
|
|
491
|
+
CreationTime?: Date | undefined;
|
|
492
|
+
Tags?: Tag[] | undefined;
|
|
493
|
+
}
|
|
494
|
+
export interface CreateTransitGatewayRouteTableResult {
|
|
495
|
+
TransitGatewayRouteTable?: TransitGatewayRouteTable | undefined;
|
|
496
|
+
}
|
|
497
|
+
export interface CreateTransitGatewayRouteTableAnnouncementRequest {
|
|
498
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
499
|
+
PeeringAttachmentId: string | undefined;
|
|
500
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
501
|
+
DryRun?: boolean | undefined;
|
|
502
|
+
}
|
|
503
|
+
export interface TransitGatewayRouteTableAnnouncement {
|
|
504
|
+
TransitGatewayRouteTableAnnouncementId?: string | undefined;
|
|
505
|
+
TransitGatewayId?: string | undefined;
|
|
506
|
+
CoreNetworkId?: string | undefined;
|
|
507
|
+
PeerTransitGatewayId?: string | undefined;
|
|
508
|
+
PeerCoreNetworkId?: string | undefined;
|
|
509
|
+
PeeringAttachmentId?: string | undefined;
|
|
510
|
+
AnnouncementDirection?:
|
|
511
|
+
| TransitGatewayRouteTableAnnouncementDirection
|
|
512
|
+
| undefined;
|
|
513
|
+
TransitGatewayRouteTableId?: string | undefined;
|
|
514
|
+
State?: TransitGatewayRouteTableAnnouncementState | undefined;
|
|
515
|
+
CreationTime?: Date | undefined;
|
|
516
|
+
Tags?: Tag[] | undefined;
|
|
517
|
+
}
|
|
518
|
+
export interface CreateTransitGatewayRouteTableAnnouncementResult {
|
|
519
|
+
TransitGatewayRouteTableAnnouncement?:
|
|
520
|
+
| TransitGatewayRouteTableAnnouncement
|
|
521
|
+
| undefined;
|
|
522
|
+
}
|
|
523
|
+
export interface CreateTransitGatewayVpcAttachmentRequestOptions {
|
|
524
|
+
DnsSupport?: DnsSupportValue | undefined;
|
|
525
|
+
SecurityGroupReferencingSupport?:
|
|
526
|
+
| SecurityGroupReferencingSupportValue
|
|
527
|
+
| undefined;
|
|
528
|
+
Ipv6Support?: Ipv6SupportValue | undefined;
|
|
529
|
+
ApplianceModeSupport?: ApplianceModeSupportValue | undefined;
|
|
530
|
+
}
|
|
531
|
+
export interface CreateTransitGatewayVpcAttachmentRequest {
|
|
532
|
+
TransitGatewayId: string | undefined;
|
|
533
|
+
VpcId: string | undefined;
|
|
534
|
+
SubnetIds: string[] | undefined;
|
|
535
|
+
Options?: CreateTransitGatewayVpcAttachmentRequestOptions | undefined;
|
|
536
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
537
|
+
DryRun?: boolean | undefined;
|
|
538
|
+
}
|
|
539
|
+
export interface CreateTransitGatewayVpcAttachmentResult {
|
|
540
|
+
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
|
|
541
|
+
}
|
|
542
|
+
export interface CreateVerifiedAccessEndpointPortRange {
|
|
543
|
+
FromPort?: number | undefined;
|
|
544
|
+
ToPort?: number | undefined;
|
|
545
|
+
}
|
|
546
|
+
export interface CreateVerifiedAccessEndpointCidrOptions {
|
|
547
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
548
|
+
SubnetIds?: string[] | undefined;
|
|
549
|
+
Cidr?: string | undefined;
|
|
550
|
+
PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
|
|
551
|
+
}
|
|
552
|
+
export interface CreateVerifiedAccessEndpointLoadBalancerOptions {
|
|
553
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
554
|
+
Port?: number | undefined;
|
|
555
|
+
LoadBalancerArn?: string | undefined;
|
|
556
|
+
SubnetIds?: string[] | undefined;
|
|
557
|
+
PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
|
|
558
|
+
}
|
|
559
|
+
export interface CreateVerifiedAccessEndpointEniOptions {
|
|
560
|
+
NetworkInterfaceId?: string | undefined;
|
|
561
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
562
|
+
Port?: number | undefined;
|
|
563
|
+
PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
|
|
564
|
+
}
|
|
565
|
+
export interface CreateVerifiedAccessEndpointRdsOptions {
|
|
566
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
567
|
+
Port?: number | undefined;
|
|
568
|
+
RdsDbInstanceArn?: string | undefined;
|
|
569
|
+
RdsDbClusterArn?: string | undefined;
|
|
570
|
+
RdsDbProxyArn?: string | undefined;
|
|
571
|
+
RdsEndpoint?: string | undefined;
|
|
572
|
+
SubnetIds?: string[] | undefined;
|
|
573
|
+
}
|
|
574
|
+
export interface VerifiedAccessSseSpecificationRequest {
|
|
575
|
+
CustomerManagedKeyEnabled?: boolean | undefined;
|
|
576
|
+
KmsKeyArn?: string | undefined;
|
|
577
|
+
}
|
|
578
|
+
export interface CreateVerifiedAccessEndpointRequest {
|
|
579
|
+
VerifiedAccessGroupId: string | undefined;
|
|
580
|
+
EndpointType: VerifiedAccessEndpointType | undefined;
|
|
581
|
+
AttachmentType: VerifiedAccessEndpointAttachmentType | undefined;
|
|
582
|
+
DomainCertificateArn?: string | undefined;
|
|
583
|
+
ApplicationDomain?: string | undefined;
|
|
584
|
+
EndpointDomainPrefix?: string | undefined;
|
|
585
|
+
SecurityGroupIds?: string[] | undefined;
|
|
586
|
+
LoadBalancerOptions?:
|
|
587
|
+
| CreateVerifiedAccessEndpointLoadBalancerOptions
|
|
588
|
+
| undefined;
|
|
589
|
+
NetworkInterfaceOptions?: CreateVerifiedAccessEndpointEniOptions | undefined;
|
|
590
|
+
Description?: string | undefined;
|
|
591
|
+
PolicyDocument?: string | undefined;
|
|
592
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
593
|
+
ClientToken?: string | undefined;
|
|
594
|
+
DryRun?: boolean | undefined;
|
|
595
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
596
|
+
RdsOptions?: CreateVerifiedAccessEndpointRdsOptions | undefined;
|
|
597
|
+
CidrOptions?: CreateVerifiedAccessEndpointCidrOptions | undefined;
|
|
598
|
+
}
|
|
599
|
+
export interface VerifiedAccessEndpointPortRange {
|
|
600
|
+
FromPort?: number | undefined;
|
|
601
|
+
ToPort?: number | undefined;
|
|
602
|
+
}
|
|
603
|
+
export interface VerifiedAccessEndpointCidrOptions {
|
|
604
|
+
Cidr?: string | undefined;
|
|
605
|
+
PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
|
|
606
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
607
|
+
SubnetIds?: string[] | undefined;
|
|
608
|
+
}
|
|
609
|
+
export interface VerifiedAccessEndpointLoadBalancerOptions {
|
|
610
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
611
|
+
Port?: number | undefined;
|
|
612
|
+
LoadBalancerArn?: string | undefined;
|
|
613
|
+
SubnetIds?: string[] | undefined;
|
|
614
|
+
PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
|
|
615
|
+
}
|
|
616
|
+
export interface VerifiedAccessEndpointEniOptions {
|
|
617
|
+
NetworkInterfaceId?: string | undefined;
|
|
618
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
619
|
+
Port?: number | undefined;
|
|
620
|
+
PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
|
|
621
|
+
}
|
|
622
|
+
export interface VerifiedAccessEndpointRdsOptions {
|
|
623
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
624
|
+
Port?: number | undefined;
|
|
625
|
+
RdsDbInstanceArn?: string | undefined;
|
|
626
|
+
RdsDbClusterArn?: string | undefined;
|
|
627
|
+
RdsDbProxyArn?: string | undefined;
|
|
628
|
+
RdsEndpoint?: string | undefined;
|
|
629
|
+
SubnetIds?: string[] | undefined;
|
|
630
|
+
}
|
|
631
|
+
export interface VerifiedAccessEndpointStatus {
|
|
632
|
+
Code?: VerifiedAccessEndpointStatusCode | undefined;
|
|
633
|
+
Message?: string | undefined;
|
|
634
|
+
}
|
|
635
|
+
export interface VerifiedAccessEndpoint {
|
|
636
|
+
VerifiedAccessInstanceId?: string | undefined;
|
|
637
|
+
VerifiedAccessGroupId?: string | undefined;
|
|
638
|
+
VerifiedAccessEndpointId?: string | undefined;
|
|
639
|
+
ApplicationDomain?: string | undefined;
|
|
640
|
+
EndpointType?: VerifiedAccessEndpointType | undefined;
|
|
641
|
+
AttachmentType?: VerifiedAccessEndpointAttachmentType | undefined;
|
|
642
|
+
DomainCertificateArn?: string | undefined;
|
|
643
|
+
EndpointDomain?: string | undefined;
|
|
644
|
+
DeviceValidationDomain?: string | undefined;
|
|
645
|
+
SecurityGroupIds?: string[] | undefined;
|
|
646
|
+
LoadBalancerOptions?: VerifiedAccessEndpointLoadBalancerOptions | undefined;
|
|
647
|
+
NetworkInterfaceOptions?: VerifiedAccessEndpointEniOptions | undefined;
|
|
648
|
+
Status?: VerifiedAccessEndpointStatus | undefined;
|
|
649
|
+
Description?: string | undefined;
|
|
650
|
+
CreationTime?: string | undefined;
|
|
651
|
+
LastUpdatedTime?: string | undefined;
|
|
652
|
+
DeletionTime?: string | undefined;
|
|
653
|
+
Tags?: Tag[] | undefined;
|
|
654
|
+
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
655
|
+
RdsOptions?: VerifiedAccessEndpointRdsOptions | undefined;
|
|
656
|
+
CidrOptions?: VerifiedAccessEndpointCidrOptions | undefined;
|
|
657
|
+
}
|
|
658
|
+
export interface CreateVerifiedAccessEndpointResult {
|
|
659
|
+
VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
|
|
660
|
+
}
|
|
661
|
+
export interface CreateVerifiedAccessGroupRequest {
|
|
662
|
+
VerifiedAccessInstanceId: string | undefined;
|
|
663
|
+
Description?: string | undefined;
|
|
664
|
+
PolicyDocument?: string | undefined;
|
|
665
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
666
|
+
ClientToken?: string | undefined;
|
|
667
|
+
DryRun?: boolean | undefined;
|
|
668
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
669
|
+
}
|
|
670
|
+
export interface VerifiedAccessGroup {
|
|
671
|
+
VerifiedAccessGroupId?: string | undefined;
|
|
672
|
+
VerifiedAccessInstanceId?: string | undefined;
|
|
673
|
+
Description?: string | undefined;
|
|
674
|
+
Owner?: string | undefined;
|
|
675
|
+
VerifiedAccessGroupArn?: string | undefined;
|
|
676
|
+
CreationTime?: string | undefined;
|
|
677
|
+
LastUpdatedTime?: string | undefined;
|
|
678
|
+
DeletionTime?: string | undefined;
|
|
679
|
+
Tags?: Tag[] | undefined;
|
|
680
|
+
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
681
|
+
}
|
|
682
|
+
export interface CreateVerifiedAccessGroupResult {
|
|
683
|
+
VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
|
|
684
|
+
}
|
|
685
|
+
export interface CreateVerifiedAccessInstanceRequest {
|
|
686
|
+
Description?: string | undefined;
|
|
687
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
688
|
+
ClientToken?: string | undefined;
|
|
689
|
+
DryRun?: boolean | undefined;
|
|
690
|
+
FIPSEnabled?: boolean | undefined;
|
|
691
|
+
CidrEndpointsCustomSubDomain?: string | undefined;
|
|
692
|
+
}
|
|
693
|
+
export interface CreateVerifiedAccessInstanceResult {
|
|
694
|
+
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
695
|
+
}
|
|
696
|
+
export interface CreateVerifiedAccessTrustProviderDeviceOptions {
|
|
697
|
+
TenantId?: string | undefined;
|
|
698
|
+
PublicSigningKeyUrl?: string | undefined;
|
|
699
|
+
}
|
|
700
|
+
export interface CreateVerifiedAccessNativeApplicationOidcOptions {
|
|
701
|
+
PublicSigningKeyEndpoint?: string | undefined;
|
|
702
|
+
Issuer?: string | undefined;
|
|
703
|
+
AuthorizationEndpoint?: string | undefined;
|
|
704
|
+
TokenEndpoint?: string | undefined;
|
|
705
|
+
UserInfoEndpoint?: string | undefined;
|
|
706
|
+
ClientId?: string | undefined;
|
|
707
|
+
ClientSecret?: string | undefined;
|
|
708
|
+
Scope?: string | undefined;
|
|
709
|
+
}
|
|
710
|
+
export interface CreateVerifiedAccessTrustProviderOidcOptions {
|
|
711
|
+
Issuer?: string | undefined;
|
|
712
|
+
AuthorizationEndpoint?: string | undefined;
|
|
713
|
+
TokenEndpoint?: string | undefined;
|
|
714
|
+
UserInfoEndpoint?: string | undefined;
|
|
715
|
+
ClientId?: string | undefined;
|
|
716
|
+
ClientSecret?: string | undefined;
|
|
717
|
+
Scope?: string | undefined;
|
|
718
|
+
}
|
|
719
|
+
export interface CreateVerifiedAccessTrustProviderRequest {
|
|
720
|
+
TrustProviderType: TrustProviderType | undefined;
|
|
721
|
+
UserTrustProviderType?: UserTrustProviderType | undefined;
|
|
722
|
+
DeviceTrustProviderType?: DeviceTrustProviderType | undefined;
|
|
723
|
+
OidcOptions?: CreateVerifiedAccessTrustProviderOidcOptions | undefined;
|
|
724
|
+
DeviceOptions?: CreateVerifiedAccessTrustProviderDeviceOptions | undefined;
|
|
725
|
+
PolicyReferenceName: string | undefined;
|
|
726
|
+
Description?: string | undefined;
|
|
727
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
728
|
+
ClientToken?: string | undefined;
|
|
729
|
+
DryRun?: boolean | undefined;
|
|
730
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
731
|
+
NativeApplicationOidcOptions?:
|
|
732
|
+
| CreateVerifiedAccessNativeApplicationOidcOptions
|
|
733
|
+
| undefined;
|
|
734
|
+
}
|
|
735
|
+
export interface CreateVerifiedAccessTrustProviderResult {
|
|
736
|
+
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
|
|
737
|
+
}
|
|
738
|
+
export interface CreateVolumeRequest {
|
|
739
|
+
AvailabilityZone?: string | undefined;
|
|
740
|
+
AvailabilityZoneId?: string | undefined;
|
|
741
|
+
Encrypted?: boolean | undefined;
|
|
742
|
+
Iops?: number | undefined;
|
|
743
|
+
KmsKeyId?: string | undefined;
|
|
744
|
+
OutpostArn?: string | undefined;
|
|
745
|
+
Size?: number | undefined;
|
|
746
|
+
SnapshotId?: string | undefined;
|
|
747
|
+
VolumeType?: VolumeType | undefined;
|
|
748
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
749
|
+
MultiAttachEnabled?: boolean | undefined;
|
|
750
|
+
Throughput?: number | undefined;
|
|
751
|
+
ClientToken?: string | undefined;
|
|
752
|
+
VolumeInitializationRate?: number | undefined;
|
|
753
|
+
Operator?: OperatorRequest | undefined;
|
|
754
|
+
DryRun?: boolean | undefined;
|
|
755
|
+
}
|
|
756
|
+
export interface CreateVpcRequest {
|
|
757
|
+
CidrBlock?: string | undefined;
|
|
758
|
+
Ipv6Pool?: string | undefined;
|
|
759
|
+
Ipv6CidrBlock?: string | undefined;
|
|
760
|
+
Ipv4IpamPoolId?: string | undefined;
|
|
761
|
+
Ipv4NetmaskLength?: number | undefined;
|
|
762
|
+
Ipv6IpamPoolId?: string | undefined;
|
|
763
|
+
Ipv6NetmaskLength?: number | undefined;
|
|
764
|
+
Ipv6CidrBlockNetworkBorderGroup?: string | undefined;
|
|
765
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
766
|
+
DryRun?: boolean | undefined;
|
|
767
|
+
InstanceTenancy?: Tenancy | undefined;
|
|
768
|
+
AmazonProvidedIpv6CidrBlock?: boolean | undefined;
|
|
769
|
+
}
|
|
770
|
+
export interface CreateVpcResult {
|
|
771
|
+
Vpc?: Vpc | undefined;
|
|
772
|
+
}
|
|
773
|
+
export interface CreateVpcBlockPublicAccessExclusionRequest {
|
|
774
|
+
DryRun?: boolean | undefined;
|
|
775
|
+
SubnetId?: string | undefined;
|
|
776
|
+
VpcId?: string | undefined;
|
|
777
|
+
InternetGatewayExclusionMode: InternetGatewayExclusionMode | undefined;
|
|
778
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
779
|
+
}
|
|
780
|
+
export interface VpcBlockPublicAccessExclusion {
|
|
781
|
+
ExclusionId?: string | undefined;
|
|
782
|
+
InternetGatewayExclusionMode?: InternetGatewayExclusionMode | undefined;
|
|
783
|
+
ResourceArn?: string | undefined;
|
|
784
|
+
State?: VpcBlockPublicAccessExclusionState | undefined;
|
|
785
|
+
Reason?: string | undefined;
|
|
786
|
+
CreationTimestamp?: Date | undefined;
|
|
787
|
+
LastUpdateTimestamp?: Date | undefined;
|
|
788
|
+
DeletionTimestamp?: Date | undefined;
|
|
789
|
+
Tags?: Tag[] | undefined;
|
|
790
|
+
}
|
|
791
|
+
export interface CreateVpcBlockPublicAccessExclusionResult {
|
|
792
|
+
VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
|
|
793
|
+
}
|
|
794
|
+
export interface DnsOptionsSpecification {
|
|
795
|
+
DnsRecordIpType?: DnsRecordIpType | undefined;
|
|
796
|
+
PrivateDnsOnlyForInboundResolverEndpoint?: boolean | undefined;
|
|
797
|
+
PrivateDnsPreference?: string | undefined;
|
|
798
|
+
PrivateDnsSpecifiedDomains?: string[] | undefined;
|
|
799
|
+
}
|
|
800
|
+
export interface SubnetConfiguration {
|
|
801
|
+
SubnetId?: string | undefined;
|
|
802
|
+
Ipv4?: string | undefined;
|
|
803
|
+
Ipv6?: string | undefined;
|
|
804
|
+
}
|
|
805
|
+
export interface CreateVpcEndpointRequest {
|
|
806
|
+
DryRun?: boolean | undefined;
|
|
807
|
+
VpcEndpointType?: VpcEndpointType | undefined;
|
|
808
|
+
VpcId: string | undefined;
|
|
809
|
+
ServiceName?: string | undefined;
|
|
810
|
+
PolicyDocument?: string | undefined;
|
|
811
|
+
RouteTableIds?: string[] | undefined;
|
|
812
|
+
SubnetIds?: string[] | undefined;
|
|
813
|
+
SecurityGroupIds?: string[] | undefined;
|
|
814
|
+
IpAddressType?: IpAddressType | undefined;
|
|
815
|
+
DnsOptions?: DnsOptionsSpecification | undefined;
|
|
816
|
+
ClientToken?: string | undefined;
|
|
817
|
+
PrivateDnsEnabled?: boolean | undefined;
|
|
818
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
819
|
+
SubnetConfigurations?: SubnetConfiguration[] | undefined;
|
|
820
|
+
ServiceNetworkArn?: string | undefined;
|
|
821
|
+
ResourceConfigurationArn?: string | undefined;
|
|
822
|
+
ServiceRegion?: string | undefined;
|
|
823
|
+
}
|
|
824
|
+
export interface DnsEntry {
|
|
825
|
+
DnsName?: string | undefined;
|
|
826
|
+
HostedZoneId?: string | undefined;
|
|
827
|
+
}
|
|
828
|
+
export interface DnsOptions {
|
|
829
|
+
DnsRecordIpType?: DnsRecordIpType | undefined;
|
|
830
|
+
PrivateDnsOnlyForInboundResolverEndpoint?: boolean | undefined;
|
|
831
|
+
PrivateDnsPreference?: string | undefined;
|
|
832
|
+
PrivateDnsSpecifiedDomains?: string[] | undefined;
|
|
833
|
+
}
|
|
834
|
+
export interface SecurityGroupIdentifier {
|
|
835
|
+
GroupId?: string | undefined;
|
|
836
|
+
GroupName?: string | undefined;
|
|
837
|
+
}
|
|
838
|
+
export interface SubnetIpPrefixes {
|
|
839
|
+
SubnetId?: string | undefined;
|
|
840
|
+
IpPrefixes?: string[] | undefined;
|
|
841
|
+
}
|
|
842
|
+
export interface LastError {
|
|
843
|
+
Message?: string | undefined;
|
|
844
|
+
Code?: string | undefined;
|
|
845
|
+
}
|
|
846
|
+
export interface VpcEndpoint {
|
|
847
|
+
VpcEndpointId?: string | undefined;
|
|
848
|
+
VpcEndpointType?: VpcEndpointType | undefined;
|
|
849
|
+
VpcId?: string | undefined;
|
|
850
|
+
ServiceName?: string | undefined;
|
|
851
|
+
State?: State | undefined;
|
|
852
|
+
PolicyDocument?: string | undefined;
|
|
853
|
+
RouteTableIds?: string[] | undefined;
|
|
854
|
+
SubnetIds?: string[] | undefined;
|
|
855
|
+
Groups?: SecurityGroupIdentifier[] | undefined;
|
|
856
|
+
IpAddressType?: IpAddressType | undefined;
|
|
857
|
+
DnsOptions?: DnsOptions | undefined;
|
|
858
|
+
PrivateDnsEnabled?: boolean | undefined;
|
|
859
|
+
RequesterManaged?: boolean | undefined;
|
|
860
|
+
NetworkInterfaceIds?: string[] | undefined;
|
|
861
|
+
DnsEntries?: DnsEntry[] | undefined;
|
|
862
|
+
CreationTimestamp?: Date | undefined;
|
|
863
|
+
Tags?: Tag[] | undefined;
|
|
864
|
+
OwnerId?: string | undefined;
|
|
865
|
+
LastError?: LastError | undefined;
|
|
866
|
+
Ipv4Prefixes?: SubnetIpPrefixes[] | undefined;
|
|
867
|
+
Ipv6Prefixes?: SubnetIpPrefixes[] | undefined;
|
|
868
|
+
FailureReason?: string | undefined;
|
|
869
|
+
ServiceNetworkArn?: string | undefined;
|
|
870
|
+
ResourceConfigurationArn?: string | undefined;
|
|
871
|
+
ServiceRegion?: string | undefined;
|
|
872
|
+
}
|
|
873
|
+
export interface CreateVpcEndpointResult {
|
|
874
|
+
VpcEndpoint?: VpcEndpoint | undefined;
|
|
875
|
+
ClientToken?: string | undefined;
|
|
876
|
+
}
|
|
877
|
+
export interface CreateVpcEndpointConnectionNotificationRequest {
|
|
878
|
+
DryRun?: boolean | undefined;
|
|
879
|
+
ServiceId?: string | undefined;
|
|
880
|
+
VpcEndpointId?: string | undefined;
|
|
881
|
+
ConnectionNotificationArn: string | undefined;
|
|
882
|
+
ConnectionEvents: string[] | undefined;
|
|
883
|
+
ClientToken?: string | undefined;
|
|
884
|
+
}
|
|
885
|
+
export interface ConnectionNotification {
|
|
886
|
+
ConnectionNotificationId?: string | undefined;
|
|
887
|
+
ServiceId?: string | undefined;
|
|
888
|
+
VpcEndpointId?: string | undefined;
|
|
889
|
+
ConnectionNotificationType?: ConnectionNotificationType | undefined;
|
|
890
|
+
ConnectionNotificationArn?: string | undefined;
|
|
891
|
+
ConnectionEvents?: string[] | undefined;
|
|
892
|
+
ConnectionNotificationState?: ConnectionNotificationState | undefined;
|
|
893
|
+
ServiceRegion?: string | undefined;
|
|
894
|
+
}
|
|
895
|
+
export interface CreateVpcEndpointConnectionNotificationResult {
|
|
896
|
+
ConnectionNotification?: ConnectionNotification | undefined;
|
|
897
|
+
ClientToken?: string | undefined;
|
|
898
|
+
}
|
|
899
|
+
export interface CreateVpcEndpointServiceConfigurationRequest {
|
|
900
|
+
DryRun?: boolean | undefined;
|
|
901
|
+
AcceptanceRequired?: boolean | undefined;
|
|
902
|
+
PrivateDnsName?: string | undefined;
|
|
903
|
+
NetworkLoadBalancerArns?: string[] | undefined;
|
|
904
|
+
GatewayLoadBalancerArns?: string[] | undefined;
|
|
905
|
+
SupportedIpAddressTypes?: string[] | undefined;
|
|
906
|
+
SupportedRegions?: string[] | undefined;
|
|
907
|
+
ClientToken?: string | undefined;
|
|
908
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
909
|
+
}
|
|
910
|
+
export interface PrivateDnsNameConfiguration {
|
|
911
|
+
State?: DnsNameState | undefined;
|
|
912
|
+
Type?: string | undefined;
|
|
913
|
+
Value?: string | undefined;
|
|
914
|
+
Name?: string | undefined;
|
|
915
|
+
}
|
|
916
|
+
export interface ServiceTypeDetail {
|
|
917
|
+
ServiceType?: ServiceType | undefined;
|
|
918
|
+
}
|
|
919
|
+
export interface SupportedRegionDetail {
|
|
920
|
+
Region?: string | undefined;
|
|
921
|
+
ServiceState?: string | undefined;
|
|
922
|
+
}
|
|
923
|
+
export interface ServiceConfiguration {
|
|
924
|
+
ServiceType?: ServiceTypeDetail[] | undefined;
|
|
925
|
+
ServiceId?: string | undefined;
|
|
926
|
+
ServiceName?: string | undefined;
|
|
927
|
+
ServiceState?: ServiceState | undefined;
|
|
928
|
+
AvailabilityZoneIds?: string[] | undefined;
|
|
929
|
+
AvailabilityZones?: string[] | undefined;
|
|
930
|
+
AcceptanceRequired?: boolean | undefined;
|
|
931
|
+
ManagesVpcEndpoints?: boolean | undefined;
|
|
932
|
+
NetworkLoadBalancerArns?: string[] | undefined;
|
|
933
|
+
GatewayLoadBalancerArns?: string[] | undefined;
|
|
934
|
+
SupportedIpAddressTypes?: ServiceConnectivityType[] | undefined;
|
|
935
|
+
BaseEndpointDnsNames?: string[] | undefined;
|
|
936
|
+
PrivateDnsName?: string | undefined;
|
|
937
|
+
PrivateDnsNameConfiguration?: PrivateDnsNameConfiguration | undefined;
|
|
938
|
+
PayerResponsibility?: PayerResponsibility | undefined;
|
|
939
|
+
Tags?: Tag[] | undefined;
|
|
940
|
+
SupportedRegions?: SupportedRegionDetail[] | undefined;
|
|
941
|
+
RemoteAccessEnabled?: boolean | undefined;
|
|
942
|
+
}
|
|
943
|
+
export interface CreateVpcEndpointServiceConfigurationResult {
|
|
944
|
+
ServiceConfiguration?: ServiceConfiguration | undefined;
|
|
945
|
+
ClientToken?: string | undefined;
|
|
946
|
+
}
|
|
947
|
+
export interface CreateVpcPeeringConnectionRequest {
|
|
948
|
+
PeerRegion?: string | undefined;
|
|
949
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
950
|
+
DryRun?: boolean | undefined;
|
|
951
|
+
VpcId: string | undefined;
|
|
952
|
+
PeerVpcId?: string | undefined;
|
|
953
|
+
PeerOwnerId?: string | undefined;
|
|
954
|
+
}
|
|
955
|
+
export interface CreateVpcPeeringConnectionResult {
|
|
956
|
+
VpcPeeringConnection?: VpcPeeringConnection | undefined;
|
|
957
|
+
}
|
|
958
|
+
export interface CreateVpnConcentratorRequest {
|
|
959
|
+
Type: VpnConcentratorType | undefined;
|
|
960
|
+
TransitGatewayId?: string | undefined;
|
|
961
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
962
|
+
DryRun?: boolean | undefined;
|
|
963
|
+
}
|
|
964
|
+
export interface VpnConcentrator {
|
|
965
|
+
VpnConcentratorId?: string | undefined;
|
|
966
|
+
State?: string | undefined;
|
|
967
|
+
TransitGatewayId?: string | undefined;
|
|
968
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
969
|
+
Type?: string | undefined;
|
|
970
|
+
Tags?: Tag[] | undefined;
|
|
971
|
+
}
|
|
972
|
+
export interface CreateVpnConcentratorResult {
|
|
973
|
+
VpnConcentrator?: VpnConcentrator | undefined;
|
|
974
|
+
}
|
|
975
|
+
export interface IKEVersionsRequestListValue {
|
|
976
|
+
Value?: string | undefined;
|
|
977
|
+
}
|
|
978
|
+
export interface CloudWatchLogOptionsSpecification {
|
|
979
|
+
LogEnabled?: boolean | undefined;
|
|
980
|
+
LogGroupArn?: string | undefined;
|
|
981
|
+
LogOutputFormat?: string | undefined;
|
|
982
|
+
}
|
|
983
|
+
export interface VpnTunnelLogOptionsSpecification {
|
|
984
|
+
CloudWatchLogOptions?: CloudWatchLogOptionsSpecification | undefined;
|
|
985
|
+
}
|
|
986
|
+
export interface Phase1DHGroupNumbersRequestListValue {
|
|
987
|
+
Value?: number | undefined;
|
|
988
|
+
}
|
|
989
|
+
export interface Phase1EncryptionAlgorithmsRequestListValue {
|
|
990
|
+
Value?: string | undefined;
|
|
991
|
+
}
|
|
992
|
+
export interface Phase1IntegrityAlgorithmsRequestListValue {
|
|
993
|
+
Value?: string | undefined;
|
|
994
|
+
}
|
|
995
|
+
export interface Phase2DHGroupNumbersRequestListValue {
|
|
996
|
+
Value?: number | undefined;
|
|
997
|
+
}
|
|
998
|
+
export interface Phase2EncryptionAlgorithmsRequestListValue {
|
|
999
|
+
Value?: string | undefined;
|
|
1000
|
+
}
|
|
1001
|
+
export interface Phase2IntegrityAlgorithmsRequestListValue {
|
|
1002
|
+
Value?: string | undefined;
|
|
1003
|
+
}
|
|
1004
|
+
export interface VpnTunnelOptionsSpecification {
|
|
1005
|
+
TunnelInsideCidr?: string | undefined;
|
|
1006
|
+
TunnelInsideIpv6Cidr?: string | undefined;
|
|
1007
|
+
PreSharedKey?: string | undefined;
|
|
1008
|
+
Phase1LifetimeSeconds?: number | undefined;
|
|
1009
|
+
Phase2LifetimeSeconds?: number | undefined;
|
|
1010
|
+
RekeyMarginTimeSeconds?: number | undefined;
|
|
1011
|
+
RekeyFuzzPercentage?: number | undefined;
|
|
1012
|
+
ReplayWindowSize?: number | undefined;
|
|
1013
|
+
DPDTimeoutSeconds?: number | undefined;
|
|
1014
|
+
DPDTimeoutAction?: string | undefined;
|
|
1015
|
+
Phase1EncryptionAlgorithms?:
|
|
1016
|
+
| Phase1EncryptionAlgorithmsRequestListValue[]
|
|
1017
|
+
| undefined;
|
|
1018
|
+
Phase2EncryptionAlgorithms?:
|
|
1019
|
+
| Phase2EncryptionAlgorithmsRequestListValue[]
|
|
1020
|
+
| undefined;
|
|
1021
|
+
Phase1IntegrityAlgorithms?:
|
|
1022
|
+
| Phase1IntegrityAlgorithmsRequestListValue[]
|
|
1023
|
+
| undefined;
|
|
1024
|
+
Phase2IntegrityAlgorithms?:
|
|
1025
|
+
| Phase2IntegrityAlgorithmsRequestListValue[]
|
|
1026
|
+
| undefined;
|
|
1027
|
+
Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[] | undefined;
|
|
1028
|
+
Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[] | undefined;
|
|
1029
|
+
IKEVersions?: IKEVersionsRequestListValue[] | undefined;
|
|
1030
|
+
StartupAction?: string | undefined;
|
|
1031
|
+
LogOptions?: VpnTunnelLogOptionsSpecification | undefined;
|
|
1032
|
+
EnableTunnelLifecycleControl?: boolean | undefined;
|
|
1033
|
+
}
|
|
1034
|
+
export interface VpnConnectionOptionsSpecification {
|
|
1035
|
+
EnableAcceleration?: boolean | undefined;
|
|
1036
|
+
TunnelInsideIpVersion?: TunnelInsideIpVersion | undefined;
|
|
1037
|
+
TunnelOptions?: VpnTunnelOptionsSpecification[] | undefined;
|
|
1038
|
+
LocalIpv4NetworkCidr?: string | undefined;
|
|
1039
|
+
RemoteIpv4NetworkCidr?: string | undefined;
|
|
1040
|
+
LocalIpv6NetworkCidr?: string | undefined;
|
|
1041
|
+
RemoteIpv6NetworkCidr?: string | undefined;
|
|
1042
|
+
OutsideIpAddressType?: string | undefined;
|
|
1043
|
+
TransportTransitGatewayAttachmentId?: string | undefined;
|
|
1044
|
+
TunnelBandwidth?: VpnTunnelBandwidth | undefined;
|
|
1045
|
+
StaticRoutesOnly?: boolean | undefined;
|
|
1046
|
+
}
|
|
1047
|
+
export interface CreateVpnConnectionRequest {
|
|
1048
|
+
CustomerGatewayId: string | undefined;
|
|
1049
|
+
Type: string | undefined;
|
|
1050
|
+
VpnGatewayId?: string | undefined;
|
|
1051
|
+
TransitGatewayId?: string | undefined;
|
|
1052
|
+
VpnConcentratorId?: string | undefined;
|
|
1053
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1054
|
+
PreSharedKeyStorage?: string | undefined;
|
|
1055
|
+
DryRun?: boolean | undefined;
|
|
1056
|
+
Options?: VpnConnectionOptionsSpecification | undefined;
|
|
1057
|
+
}
|
|
1058
|
+
export interface IKEVersionsListValue {
|
|
1059
|
+
Value?: string | undefined;
|
|
1060
|
+
}
|
|
1061
|
+
export interface CloudWatchLogOptions {
|
|
1062
|
+
LogEnabled?: boolean | undefined;
|
|
1063
|
+
LogGroupArn?: string | undefined;
|
|
1064
|
+
LogOutputFormat?: string | undefined;
|
|
1065
|
+
}
|
|
1066
|
+
export interface VpnTunnelLogOptions {
|
|
1067
|
+
CloudWatchLogOptions?: CloudWatchLogOptions | undefined;
|
|
1068
|
+
}
|
|
1069
|
+
export interface Phase1DHGroupNumbersListValue {
|
|
1070
|
+
Value?: number | undefined;
|
|
1071
|
+
}
|
|
1072
|
+
export interface Phase1EncryptionAlgorithmsListValue {
|
|
1073
|
+
Value?: string | undefined;
|
|
1074
|
+
}
|
|
1075
|
+
export interface Phase1IntegrityAlgorithmsListValue {
|
|
1076
|
+
Value?: string | undefined;
|
|
1077
|
+
}
|
|
1078
|
+
export interface Phase2DHGroupNumbersListValue {
|
|
1079
|
+
Value?: number | undefined;
|
|
1080
|
+
}
|
|
1081
|
+
export interface Phase2EncryptionAlgorithmsListValue {
|
|
1082
|
+
Value?: string | undefined;
|
|
1083
|
+
}
|
|
1084
|
+
export interface Phase2IntegrityAlgorithmsListValue {
|
|
1085
|
+
Value?: string | undefined;
|
|
1086
|
+
}
|
|
1087
|
+
export interface TunnelOption {
|
|
1088
|
+
OutsideIpAddress?: string | undefined;
|
|
1089
|
+
TunnelInsideCidr?: string | undefined;
|
|
1090
|
+
TunnelInsideIpv6Cidr?: string | undefined;
|
|
1091
|
+
PreSharedKey?: string | undefined;
|
|
1092
|
+
Phase1LifetimeSeconds?: number | undefined;
|
|
1093
|
+
Phase2LifetimeSeconds?: number | undefined;
|
|
1094
|
+
RekeyMarginTimeSeconds?: number | undefined;
|
|
1095
|
+
RekeyFuzzPercentage?: number | undefined;
|
|
1096
|
+
ReplayWindowSize?: number | undefined;
|
|
1097
|
+
DpdTimeoutSeconds?: number | undefined;
|
|
1098
|
+
DpdTimeoutAction?: string | undefined;
|
|
1099
|
+
Phase1EncryptionAlgorithms?:
|
|
1100
|
+
| Phase1EncryptionAlgorithmsListValue[]
|
|
1101
|
+
| undefined;
|
|
1102
|
+
Phase2EncryptionAlgorithms?:
|
|
1103
|
+
| Phase2EncryptionAlgorithmsListValue[]
|
|
1104
|
+
| undefined;
|
|
1105
|
+
Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsListValue[] | undefined;
|
|
1106
|
+
Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsListValue[] | undefined;
|
|
1107
|
+
Phase1DHGroupNumbers?: Phase1DHGroupNumbersListValue[] | undefined;
|
|
1108
|
+
Phase2DHGroupNumbers?: Phase2DHGroupNumbersListValue[] | undefined;
|
|
1109
|
+
IkeVersions?: IKEVersionsListValue[] | undefined;
|
|
1110
|
+
StartupAction?: string | undefined;
|
|
1111
|
+
LogOptions?: VpnTunnelLogOptions | undefined;
|
|
1112
|
+
EnableTunnelLifecycleControl?: boolean | undefined;
|
|
1113
|
+
}
|
|
1114
|
+
export interface VpnConnectionOptions {
|
|
1115
|
+
EnableAcceleration?: boolean | undefined;
|
|
1116
|
+
StaticRoutesOnly?: boolean | undefined;
|
|
1117
|
+
LocalIpv4NetworkCidr?: string | undefined;
|
|
1118
|
+
RemoteIpv4NetworkCidr?: string | undefined;
|
|
1119
|
+
LocalIpv6NetworkCidr?: string | undefined;
|
|
1120
|
+
RemoteIpv6NetworkCidr?: string | undefined;
|
|
1121
|
+
OutsideIpAddressType?: string | undefined;
|
|
1122
|
+
TransportTransitGatewayAttachmentId?: string | undefined;
|
|
1123
|
+
TunnelInsideIpVersion?: TunnelInsideIpVersion | undefined;
|
|
1124
|
+
TunnelOptions?: TunnelOption[] | undefined;
|
|
1125
|
+
TunnelBandwidth?: VpnTunnelBandwidth | undefined;
|
|
1126
|
+
}
|
|
1127
|
+
export interface VpnStaticRoute {
|
|
1128
|
+
DestinationCidrBlock?: string | undefined;
|
|
1129
|
+
Source?: VpnStaticRouteSource | undefined;
|
|
1130
|
+
State?: VpnState | undefined;
|
|
1131
|
+
}
|
|
1132
|
+
export interface VgwTelemetry {
|
|
1133
|
+
AcceptedRouteCount?: number | undefined;
|
|
1134
|
+
LastStatusChange?: Date | undefined;
|
|
1135
|
+
OutsideIpAddress?: string | undefined;
|
|
1136
|
+
Status?: TelemetryStatus | undefined;
|
|
1137
|
+
StatusMessage?: string | undefined;
|
|
1138
|
+
CertificateArn?: string | undefined;
|
|
1139
|
+
}
|
|
1140
|
+
export interface VpnConnection {
|
|
1141
|
+
Category?: string | undefined;
|
|
1142
|
+
TransitGatewayId?: string | undefined;
|
|
1143
|
+
VpnConcentratorId?: string | undefined;
|
|
1144
|
+
CoreNetworkArn?: string | undefined;
|
|
1145
|
+
CoreNetworkAttachmentArn?: string | undefined;
|
|
1146
|
+
GatewayAssociationState?: GatewayAssociationState | undefined;
|
|
1147
|
+
Options?: VpnConnectionOptions | undefined;
|
|
1148
|
+
Routes?: VpnStaticRoute[] | undefined;
|
|
1149
|
+
Tags?: Tag[] | undefined;
|
|
1150
|
+
VgwTelemetry?: VgwTelemetry[] | undefined;
|
|
1151
|
+
PreSharedKeyArn?: string | undefined;
|
|
1152
|
+
VpnConnectionId?: string | undefined;
|
|
1153
|
+
State?: VpnState | undefined;
|
|
1154
|
+
CustomerGatewayConfiguration?: string | undefined;
|
|
1155
|
+
Type?: GatewayType | undefined;
|
|
1156
|
+
CustomerGatewayId?: string | undefined;
|
|
1157
|
+
VpnGatewayId?: string | undefined;
|
|
1158
|
+
}
|
|
1159
|
+
export interface CreateVpnConnectionResult {
|
|
1160
|
+
VpnConnection?: VpnConnection | undefined;
|
|
1161
|
+
}
|
|
1162
|
+
export interface CreateVpnConnectionRouteRequest {
|
|
1163
|
+
DestinationCidrBlock: string | undefined;
|
|
1164
|
+
VpnConnectionId: string | undefined;
|
|
1165
|
+
}
|
|
1166
|
+
export interface CreateVpnGatewayRequest {
|
|
1167
|
+
AvailabilityZone?: string | undefined;
|
|
1168
|
+
Type: GatewayType | undefined;
|
|
1169
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1170
|
+
AmazonSideAsn?: number | undefined;
|
|
1171
|
+
DryRun?: boolean | undefined;
|
|
623
1172
|
}
|
|
624
|
-
export interface
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
1173
|
+
export interface VpnGateway {
|
|
1174
|
+
AmazonSideAsn?: number | undefined;
|
|
1175
|
+
Tags?: Tag[] | undefined;
|
|
1176
|
+
VpnGatewayId?: string | undefined;
|
|
1177
|
+
State?: VpnState | undefined;
|
|
1178
|
+
Type?: GatewayType | undefined;
|
|
1179
|
+
AvailabilityZone?: string | undefined;
|
|
1180
|
+
VpcAttachments?: VpcAttachment[] | undefined;
|
|
628
1181
|
}
|
|
629
|
-
export interface
|
|
630
|
-
|
|
631
|
-
BaseSystem?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
632
|
-
DebuggingRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
633
|
-
DTraceRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
634
|
-
FilesystemProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
635
|
-
KextSigning?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
636
|
-
NvramProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
|
|
1182
|
+
export interface CreateVpnGatewayResult {
|
|
1183
|
+
VpnGateway?: VpnGateway | undefined;
|
|
637
1184
|
}
|
|
638
|
-
export interface
|
|
639
|
-
|
|
1185
|
+
export interface DeleteCapacityManagerDataExportRequest {
|
|
1186
|
+
CapacityManagerDataExportId: string | undefined;
|
|
640
1187
|
DryRun?: boolean | undefined;
|
|
641
|
-
InstanceId: string | undefined;
|
|
642
|
-
MacCredentials?: string | undefined;
|
|
643
|
-
MacSystemIntegrityProtectionConfiguration?:
|
|
644
|
-
| MacSystemIntegrityProtectionConfigurationRequest
|
|
645
|
-
| undefined;
|
|
646
|
-
MacSystemIntegrityProtectionStatus:
|
|
647
|
-
| MacSystemIntegrityProtectionSettingStatus
|
|
648
|
-
| undefined;
|
|
649
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
650
1188
|
}
|
|
651
|
-
export interface
|
|
652
|
-
|
|
1189
|
+
export interface DeleteCapacityManagerDataExportResult {
|
|
1190
|
+
CapacityManagerDataExportId?: string | undefined;
|
|
653
1191
|
}
|
|
654
|
-
export interface
|
|
1192
|
+
export interface DeleteCarrierGatewayRequest {
|
|
1193
|
+
CarrierGatewayId: string | undefined;
|
|
655
1194
|
DryRun?: boolean | undefined;
|
|
656
|
-
PrefixListName: string | undefined;
|
|
657
|
-
Entries?: AddPrefixListEntry[] | undefined;
|
|
658
|
-
MaxEntries: number | undefined;
|
|
659
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
660
|
-
AddressFamily: string | undefined;
|
|
661
|
-
ClientToken?: string | undefined;
|
|
662
1195
|
}
|
|
663
|
-
export
|
|
664
|
-
|
|
665
|
-
readonly create_failed: "create-failed";
|
|
666
|
-
readonly create_in_progress: "create-in-progress";
|
|
667
|
-
readonly delete_complete: "delete-complete";
|
|
668
|
-
readonly delete_failed: "delete-failed";
|
|
669
|
-
readonly delete_in_progress: "delete-in-progress";
|
|
670
|
-
readonly modify_complete: "modify-complete";
|
|
671
|
-
readonly modify_failed: "modify-failed";
|
|
672
|
-
readonly modify_in_progress: "modify-in-progress";
|
|
673
|
-
readonly restore_complete: "restore-complete";
|
|
674
|
-
readonly restore_failed: "restore-failed";
|
|
675
|
-
readonly restore_in_progress: "restore-in-progress";
|
|
676
|
-
};
|
|
677
|
-
export type PrefixListState =
|
|
678
|
-
(typeof PrefixListState)[keyof typeof PrefixListState];
|
|
679
|
-
export interface ManagedPrefixList {
|
|
680
|
-
PrefixListId?: string | undefined;
|
|
681
|
-
AddressFamily?: string | undefined;
|
|
682
|
-
State?: PrefixListState | undefined;
|
|
683
|
-
StateMessage?: string | undefined;
|
|
684
|
-
PrefixListArn?: string | undefined;
|
|
685
|
-
PrefixListName?: string | undefined;
|
|
686
|
-
MaxEntries?: number | undefined;
|
|
687
|
-
Version?: number | undefined;
|
|
688
|
-
Tags?: Tag[] | undefined;
|
|
689
|
-
OwnerId?: string | undefined;
|
|
690
|
-
IpamPrefixListResolverTargetId?: string | undefined;
|
|
691
|
-
IpamPrefixListResolverSyncEnabled?: boolean | undefined;
|
|
1196
|
+
export interface DeleteCarrierGatewayResult {
|
|
1197
|
+
CarrierGateway?: CarrierGateway | undefined;
|
|
692
1198
|
}
|
|
693
|
-
export interface
|
|
694
|
-
|
|
1199
|
+
export interface DeleteClientVpnEndpointRequest {
|
|
1200
|
+
ClientVpnEndpointId: string | undefined;
|
|
1201
|
+
DryRun?: boolean | undefined;
|
|
695
1202
|
}
|
|
696
|
-
export
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
AllocationId?: string | undefined;
|
|
704
|
-
ClientToken?: string | undefined;
|
|
1203
|
+
export interface DeleteClientVpnEndpointResult {
|
|
1204
|
+
Status?: ClientVpnEndpointStatus | undefined;
|
|
1205
|
+
}
|
|
1206
|
+
export interface DeleteClientVpnRouteRequest {
|
|
1207
|
+
ClientVpnEndpointId: string | undefined;
|
|
1208
|
+
TargetVpcSubnetId?: string | undefined;
|
|
1209
|
+
DestinationCidrBlock: string | undefined;
|
|
705
1210
|
DryRun?: boolean | undefined;
|
|
706
|
-
SubnetId: string | undefined;
|
|
707
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
708
|
-
ConnectivityType?: ConnectivityType | undefined;
|
|
709
|
-
PrivateIpAddress?: string | undefined;
|
|
710
|
-
SecondaryAllocationIds?: string[] | undefined;
|
|
711
|
-
SecondaryPrivateIpAddresses?: string[] | undefined;
|
|
712
|
-
SecondaryPrivateIpAddressCount?: number | undefined;
|
|
713
|
-
}
|
|
714
|
-
export interface ProvisionedBandwidth {
|
|
715
|
-
ProvisionTime?: Date | undefined;
|
|
716
|
-
Provisioned?: string | undefined;
|
|
717
|
-
RequestTime?: Date | undefined;
|
|
718
|
-
Requested?: string | undefined;
|
|
719
|
-
Status?: string | undefined;
|
|
720
|
-
}
|
|
721
|
-
export declare const NatGatewayState: {
|
|
722
|
-
readonly AVAILABLE: "available";
|
|
723
|
-
readonly DELETED: "deleted";
|
|
724
|
-
readonly DELETING: "deleting";
|
|
725
|
-
readonly FAILED: "failed";
|
|
726
|
-
readonly PENDING: "pending";
|
|
727
|
-
};
|
|
728
|
-
export type NatGatewayState =
|
|
729
|
-
(typeof NatGatewayState)[keyof typeof NatGatewayState];
|
|
730
|
-
export interface NatGateway {
|
|
731
|
-
CreateTime?: Date | undefined;
|
|
732
|
-
DeleteTime?: Date | undefined;
|
|
733
|
-
FailureCode?: string | undefined;
|
|
734
|
-
FailureMessage?: string | undefined;
|
|
735
|
-
NatGatewayAddresses?: NatGatewayAddress[] | undefined;
|
|
736
|
-
NatGatewayId?: string | undefined;
|
|
737
|
-
ProvisionedBandwidth?: ProvisionedBandwidth | undefined;
|
|
738
|
-
State?: NatGatewayState | undefined;
|
|
739
|
-
SubnetId?: string | undefined;
|
|
740
|
-
VpcId?: string | undefined;
|
|
741
|
-
Tags?: Tag[] | undefined;
|
|
742
|
-
ConnectivityType?: ConnectivityType | undefined;
|
|
743
1211
|
}
|
|
744
|
-
export interface
|
|
745
|
-
|
|
746
|
-
NatGateway?: NatGateway | undefined;
|
|
1212
|
+
export interface DeleteClientVpnRouteResult {
|
|
1213
|
+
Status?: ClientVpnRouteStatus | undefined;
|
|
747
1214
|
}
|
|
748
|
-
export interface
|
|
749
|
-
|
|
750
|
-
|
|
1215
|
+
export interface DeleteCoipCidrRequest {
|
|
1216
|
+
Cidr: string | undefined;
|
|
1217
|
+
CoipPoolId: string | undefined;
|
|
751
1218
|
DryRun?: boolean | undefined;
|
|
752
|
-
VpcId: string | undefined;
|
|
753
1219
|
}
|
|
754
|
-
export interface
|
|
755
|
-
|
|
756
|
-
NetworkAclId?: string | undefined;
|
|
757
|
-
SubnetId?: string | undefined;
|
|
1220
|
+
export interface DeleteCoipCidrResult {
|
|
1221
|
+
CoipCidr?: CoipCidr | undefined;
|
|
758
1222
|
}
|
|
759
|
-
export interface
|
|
760
|
-
|
|
761
|
-
|
|
1223
|
+
export interface DeleteCoipPoolRequest {
|
|
1224
|
+
CoipPoolId: string | undefined;
|
|
1225
|
+
DryRun?: boolean | undefined;
|
|
762
1226
|
}
|
|
763
|
-
export
|
|
764
|
-
|
|
765
|
-
readonly deny: "deny";
|
|
766
|
-
};
|
|
767
|
-
export type RuleAction = (typeof RuleAction)[keyof typeof RuleAction];
|
|
768
|
-
export interface NetworkAclEntry {
|
|
769
|
-
CidrBlock?: string | undefined;
|
|
770
|
-
Egress?: boolean | undefined;
|
|
771
|
-
IcmpTypeCode?: IcmpTypeCode | undefined;
|
|
772
|
-
Ipv6CidrBlock?: string | undefined;
|
|
773
|
-
PortRange?: PortRange | undefined;
|
|
774
|
-
Protocol?: string | undefined;
|
|
775
|
-
RuleAction?: RuleAction | undefined;
|
|
776
|
-
RuleNumber?: number | undefined;
|
|
1227
|
+
export interface DeleteCoipPoolResult {
|
|
1228
|
+
CoipPool?: CoipPool | undefined;
|
|
777
1229
|
}
|
|
778
|
-
export interface
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
IsDefault?: boolean | undefined;
|
|
782
|
-
NetworkAclId?: string | undefined;
|
|
783
|
-
Tags?: Tag[] | undefined;
|
|
784
|
-
VpcId?: string | undefined;
|
|
785
|
-
OwnerId?: string | undefined;
|
|
1230
|
+
export interface DeleteCustomerGatewayRequest {
|
|
1231
|
+
CustomerGatewayId: string | undefined;
|
|
1232
|
+
DryRun?: boolean | undefined;
|
|
786
1233
|
}
|
|
787
|
-
export interface
|
|
788
|
-
|
|
789
|
-
|
|
1234
|
+
export interface DeleteDhcpOptionsRequest {
|
|
1235
|
+
DhcpOptionsId: string | undefined;
|
|
1236
|
+
DryRun?: boolean | undefined;
|
|
790
1237
|
}
|
|
791
|
-
export interface
|
|
1238
|
+
export interface DeleteEgressOnlyInternetGatewayRequest {
|
|
792
1239
|
DryRun?: boolean | undefined;
|
|
793
|
-
|
|
794
|
-
RuleNumber: number | undefined;
|
|
795
|
-
Protocol: string | undefined;
|
|
796
|
-
RuleAction: RuleAction | undefined;
|
|
797
|
-
Egress: boolean | undefined;
|
|
798
|
-
CidrBlock?: string | undefined;
|
|
799
|
-
Ipv6CidrBlock?: string | undefined;
|
|
800
|
-
IcmpTypeCode?: IcmpTypeCode | undefined;
|
|
801
|
-
PortRange?: PortRange | undefined;
|
|
1240
|
+
EgressOnlyInternetGatewayId: string | undefined;
|
|
802
1241
|
}
|
|
803
|
-
export interface
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1242
|
+
export interface DeleteEgressOnlyInternetGatewayResult {
|
|
1243
|
+
ReturnCode?: boolean | undefined;
|
|
1244
|
+
}
|
|
1245
|
+
export interface DeleteFleetsRequest {
|
|
808
1246
|
DryRun?: boolean | undefined;
|
|
1247
|
+
FleetIds: string[] | undefined;
|
|
1248
|
+
TerminateInstances: boolean | undefined;
|
|
809
1249
|
}
|
|
810
|
-
export interface
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
UpdatedDate?: Date | undefined;
|
|
815
|
-
Tags?: Tag[] | undefined;
|
|
1250
|
+
export interface DeleteFleetSuccessItem {
|
|
1251
|
+
CurrentFleetState?: FleetStateCode | undefined;
|
|
1252
|
+
PreviousFleetState?: FleetStateCode | undefined;
|
|
1253
|
+
FleetId?: string | undefined;
|
|
816
1254
|
}
|
|
817
|
-
export interface
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
ExcludePaths?: AccessScopePath[] | undefined;
|
|
1255
|
+
export interface DeleteFleetError {
|
|
1256
|
+
Code?: DeleteFleetErrorCode | undefined;
|
|
1257
|
+
Message?: string | undefined;
|
|
821
1258
|
}
|
|
822
|
-
export interface
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
| NetworkInsightsAccessScopeContent
|
|
826
|
-
| undefined;
|
|
1259
|
+
export interface DeleteFleetErrorItem {
|
|
1260
|
+
Error?: DeleteFleetError | undefined;
|
|
1261
|
+
FleetId?: string | undefined;
|
|
827
1262
|
}
|
|
828
|
-
export interface
|
|
829
|
-
|
|
830
|
-
|
|
1263
|
+
export interface DeleteFleetsResult {
|
|
1264
|
+
SuccessfulFleetDeletions?: DeleteFleetSuccessItem[] | undefined;
|
|
1265
|
+
UnsuccessfulFleetDeletions?: DeleteFleetErrorItem[] | undefined;
|
|
831
1266
|
}
|
|
832
|
-
export interface
|
|
833
|
-
SourceAddress?: string | undefined;
|
|
834
|
-
SourcePortRange?: RequestFilterPortRange | undefined;
|
|
835
|
-
DestinationAddress?: string | undefined;
|
|
836
|
-
DestinationPortRange?: RequestFilterPortRange | undefined;
|
|
837
|
-
}
|
|
838
|
-
export interface CreateNetworkInsightsPathRequest {
|
|
839
|
-
SourceIp?: string | undefined;
|
|
840
|
-
DestinationIp?: string | undefined;
|
|
841
|
-
Source: string | undefined;
|
|
842
|
-
Destination?: string | undefined;
|
|
843
|
-
Protocol: Protocol | undefined;
|
|
844
|
-
DestinationPort?: number | undefined;
|
|
845
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1267
|
+
export interface DeleteFlowLogsRequest {
|
|
846
1268
|
DryRun?: boolean | undefined;
|
|
847
|
-
|
|
848
|
-
FilterAtSource?: PathRequestFilter | undefined;
|
|
849
|
-
FilterAtDestination?: PathRequestFilter | undefined;
|
|
1269
|
+
FlowLogIds: string[] | undefined;
|
|
850
1270
|
}
|
|
851
|
-
export interface
|
|
852
|
-
|
|
853
|
-
ToPort?: number | undefined;
|
|
1271
|
+
export interface DeleteFlowLogsResult {
|
|
1272
|
+
Unsuccessful?: UnsuccessfulItem[] | undefined;
|
|
854
1273
|
}
|
|
855
|
-
export interface
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
DestinationAddress?: string | undefined;
|
|
859
|
-
DestinationPortRange?: FilterPortRange | undefined;
|
|
1274
|
+
export interface DeleteFpgaImageRequest {
|
|
1275
|
+
DryRun?: boolean | undefined;
|
|
1276
|
+
FpgaImageId: string | undefined;
|
|
860
1277
|
}
|
|
861
|
-
export interface
|
|
862
|
-
|
|
863
|
-
NetworkInsightsPathArn?: string | undefined;
|
|
864
|
-
CreatedDate?: Date | undefined;
|
|
865
|
-
Source?: string | undefined;
|
|
866
|
-
Destination?: string | undefined;
|
|
867
|
-
SourceArn?: string | undefined;
|
|
868
|
-
DestinationArn?: string | undefined;
|
|
869
|
-
SourceIp?: string | undefined;
|
|
870
|
-
DestinationIp?: string | undefined;
|
|
871
|
-
Protocol?: Protocol | undefined;
|
|
872
|
-
DestinationPort?: number | undefined;
|
|
873
|
-
Tags?: Tag[] | undefined;
|
|
874
|
-
FilterAtSource?: PathFilter | undefined;
|
|
875
|
-
FilterAtDestination?: PathFilter | undefined;
|
|
876
|
-
}
|
|
877
|
-
export interface CreateNetworkInsightsPathResult {
|
|
878
|
-
NetworkInsightsPath?: NetworkInsightsPath | undefined;
|
|
879
|
-
}
|
|
880
|
-
export declare const NetworkInterfaceCreationType: {
|
|
881
|
-
readonly branch: "branch";
|
|
882
|
-
readonly efa: "efa";
|
|
883
|
-
readonly efa_only: "efa-only";
|
|
884
|
-
readonly trunk: "trunk";
|
|
885
|
-
};
|
|
886
|
-
export type NetworkInterfaceCreationType =
|
|
887
|
-
(typeof NetworkInterfaceCreationType)[keyof typeof NetworkInterfaceCreationType];
|
|
888
|
-
export interface CreateNetworkInterfaceRequest {
|
|
889
|
-
Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[] | undefined;
|
|
890
|
-
Ipv4PrefixCount?: number | undefined;
|
|
891
|
-
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[] | undefined;
|
|
892
|
-
Ipv6PrefixCount?: number | undefined;
|
|
893
|
-
InterfaceType?: NetworkInterfaceCreationType | undefined;
|
|
894
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
895
|
-
ClientToken?: string | undefined;
|
|
896
|
-
EnablePrimaryIpv6?: boolean | undefined;
|
|
897
|
-
ConnectionTrackingSpecification?:
|
|
898
|
-
| ConnectionTrackingSpecificationRequest
|
|
899
|
-
| undefined;
|
|
900
|
-
Operator?: OperatorRequest | undefined;
|
|
901
|
-
SubnetId: string | undefined;
|
|
902
|
-
Description?: string | undefined;
|
|
903
|
-
PrivateIpAddress?: string | undefined;
|
|
904
|
-
Groups?: string[] | undefined;
|
|
905
|
-
PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
|
|
906
|
-
SecondaryPrivateIpAddressCount?: number | undefined;
|
|
907
|
-
Ipv6Addresses?: InstanceIpv6Address[] | undefined;
|
|
908
|
-
Ipv6AddressCount?: number | undefined;
|
|
909
|
-
DryRun?: boolean | undefined;
|
|
910
|
-
}
|
|
911
|
-
export interface NetworkInterfaceAssociation {
|
|
912
|
-
AllocationId?: string | undefined;
|
|
913
|
-
AssociationId?: string | undefined;
|
|
914
|
-
IpOwnerId?: string | undefined;
|
|
915
|
-
PublicDnsName?: string | undefined;
|
|
916
|
-
PublicIp?: string | undefined;
|
|
917
|
-
CustomerOwnedIp?: string | undefined;
|
|
918
|
-
CarrierIp?: string | undefined;
|
|
919
|
-
}
|
|
920
|
-
export interface AttachmentEnaSrdUdpSpecification {
|
|
921
|
-
EnaSrdUdpEnabled?: boolean | undefined;
|
|
922
|
-
}
|
|
923
|
-
export interface AttachmentEnaSrdSpecification {
|
|
924
|
-
EnaSrdEnabled?: boolean | undefined;
|
|
925
|
-
EnaSrdUdpSpecification?: AttachmentEnaSrdUdpSpecification | undefined;
|
|
926
|
-
}
|
|
927
|
-
export interface NetworkInterfaceAttachment {
|
|
928
|
-
AttachTime?: Date | undefined;
|
|
929
|
-
AttachmentId?: string | undefined;
|
|
930
|
-
DeleteOnTermination?: boolean | undefined;
|
|
931
|
-
DeviceIndex?: number | undefined;
|
|
932
|
-
NetworkCardIndex?: number | undefined;
|
|
933
|
-
InstanceId?: string | undefined;
|
|
934
|
-
InstanceOwnerId?: string | undefined;
|
|
935
|
-
Status?: AttachmentStatus | undefined;
|
|
936
|
-
EnaSrdSpecification?: AttachmentEnaSrdSpecification | undefined;
|
|
937
|
-
EnaQueueCount?: number | undefined;
|
|
938
|
-
}
|
|
939
|
-
export interface ConnectionTrackingConfiguration {
|
|
940
|
-
TcpEstablishedTimeout?: number | undefined;
|
|
941
|
-
UdpStreamTimeout?: number | undefined;
|
|
942
|
-
UdpTimeout?: number | undefined;
|
|
943
|
-
}
|
|
944
|
-
export interface GroupIdentifier {
|
|
945
|
-
GroupId?: string | undefined;
|
|
946
|
-
GroupName?: string | undefined;
|
|
1278
|
+
export interface DeleteFpgaImageResult {
|
|
1279
|
+
Return?: boolean | undefined;
|
|
947
1280
|
}
|
|
948
|
-
export
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
readonly branch: "branch";
|
|
952
|
-
readonly efa: "efa";
|
|
953
|
-
readonly efa_only: "efa-only";
|
|
954
|
-
readonly gateway_load_balancer: "gateway_load_balancer";
|
|
955
|
-
readonly gateway_load_balancer_endpoint: "gateway_load_balancer_endpoint";
|
|
956
|
-
readonly global_accelerator_managed: "global_accelerator_managed";
|
|
957
|
-
readonly interface: "interface";
|
|
958
|
-
readonly iot_rules_managed: "iot_rules_managed";
|
|
959
|
-
readonly lambda: "lambda";
|
|
960
|
-
readonly load_balancer: "load_balancer";
|
|
961
|
-
readonly natGateway: "natGateway";
|
|
962
|
-
readonly network_load_balancer: "network_load_balancer";
|
|
963
|
-
readonly quicksight: "quicksight";
|
|
964
|
-
readonly transit_gateway: "transit_gateway";
|
|
965
|
-
readonly trunk: "trunk";
|
|
966
|
-
readonly vpc_endpoint: "vpc_endpoint";
|
|
967
|
-
};
|
|
968
|
-
export type NetworkInterfaceType =
|
|
969
|
-
(typeof NetworkInterfaceType)[keyof typeof NetworkInterfaceType];
|
|
970
|
-
export interface NetworkInterfaceIpv6Address {
|
|
971
|
-
Ipv6Address?: string | undefined;
|
|
972
|
-
PublicIpv6DnsName?: string | undefined;
|
|
973
|
-
IsPrimaryIpv6?: boolean | undefined;
|
|
974
|
-
}
|
|
975
|
-
export interface Ipv6PrefixSpecification {
|
|
976
|
-
Ipv6Prefix?: string | undefined;
|
|
977
|
-
}
|
|
978
|
-
export interface NetworkInterfacePrivateIpAddress {
|
|
979
|
-
Association?: NetworkInterfaceAssociation | undefined;
|
|
980
|
-
Primary?: boolean | undefined;
|
|
981
|
-
PrivateDnsName?: string | undefined;
|
|
982
|
-
PrivateIpAddress?: string | undefined;
|
|
983
|
-
}
|
|
984
|
-
export interface PublicIpDnsNameOptions {
|
|
985
|
-
DnsHostnameType?: string | undefined;
|
|
986
|
-
PublicIpv4DnsName?: string | undefined;
|
|
987
|
-
PublicIpv6DnsName?: string | undefined;
|
|
988
|
-
PublicDualStackDnsName?: string | undefined;
|
|
989
|
-
}
|
|
990
|
-
export declare const NetworkInterfaceStatus: {
|
|
991
|
-
readonly associated: "associated";
|
|
992
|
-
readonly attaching: "attaching";
|
|
993
|
-
readonly available: "available";
|
|
994
|
-
readonly detaching: "detaching";
|
|
995
|
-
readonly in_use: "in-use";
|
|
996
|
-
};
|
|
997
|
-
export type NetworkInterfaceStatus =
|
|
998
|
-
(typeof NetworkInterfaceStatus)[keyof typeof NetworkInterfaceStatus];
|
|
999
|
-
export interface NetworkInterface {
|
|
1000
|
-
Association?: NetworkInterfaceAssociation | undefined;
|
|
1001
|
-
Attachment?: NetworkInterfaceAttachment | undefined;
|
|
1002
|
-
AvailabilityZone?: string | undefined;
|
|
1003
|
-
ConnectionTrackingConfiguration?: ConnectionTrackingConfiguration | undefined;
|
|
1004
|
-
Description?: string | undefined;
|
|
1005
|
-
Groups?: GroupIdentifier[] | undefined;
|
|
1006
|
-
InterfaceType?: NetworkInterfaceType | undefined;
|
|
1007
|
-
Ipv6Addresses?: NetworkInterfaceIpv6Address[] | undefined;
|
|
1008
|
-
MacAddress?: string | undefined;
|
|
1009
|
-
NetworkInterfaceId?: string | undefined;
|
|
1010
|
-
OutpostArn?: string | undefined;
|
|
1011
|
-
OwnerId?: string | undefined;
|
|
1012
|
-
PrivateDnsName?: string | undefined;
|
|
1013
|
-
PublicDnsName?: string | undefined;
|
|
1014
|
-
PublicIpDnsNameOptions?: PublicIpDnsNameOptions | undefined;
|
|
1015
|
-
PrivateIpAddress?: string | undefined;
|
|
1016
|
-
PrivateIpAddresses?: NetworkInterfacePrivateIpAddress[] | undefined;
|
|
1017
|
-
Ipv4Prefixes?: Ipv4PrefixSpecification[] | undefined;
|
|
1018
|
-
Ipv6Prefixes?: Ipv6PrefixSpecification[] | undefined;
|
|
1019
|
-
RequesterId?: string | undefined;
|
|
1020
|
-
RequesterManaged?: boolean | undefined;
|
|
1021
|
-
SourceDestCheck?: boolean | undefined;
|
|
1022
|
-
Status?: NetworkInterfaceStatus | undefined;
|
|
1023
|
-
SubnetId?: string | undefined;
|
|
1024
|
-
TagSet?: Tag[] | undefined;
|
|
1025
|
-
VpcId?: string | undefined;
|
|
1026
|
-
DenyAllIgwTraffic?: boolean | undefined;
|
|
1027
|
-
Ipv6Native?: boolean | undefined;
|
|
1028
|
-
Ipv6Address?: string | undefined;
|
|
1029
|
-
Operator?: OperatorResponse | undefined;
|
|
1030
|
-
AssociatedSubnets?: string[] | undefined;
|
|
1031
|
-
AvailabilityZoneId?: string | undefined;
|
|
1281
|
+
export interface DeleteImageUsageReportRequest {
|
|
1282
|
+
ReportId: string | undefined;
|
|
1283
|
+
DryRun?: boolean | undefined;
|
|
1032
1284
|
}
|
|
1033
|
-
export interface
|
|
1034
|
-
|
|
1035
|
-
ClientToken?: string | undefined;
|
|
1285
|
+
export interface DeleteImageUsageReportResult {
|
|
1286
|
+
Return?: boolean | undefined;
|
|
1036
1287
|
}
|
|
1037
|
-
export
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
};
|
|
1041
|
-
export type InterfacePermissionType =
|
|
1042
|
-
(typeof InterfacePermissionType)[keyof typeof InterfacePermissionType];
|
|
1043
|
-
export interface CreateNetworkInterfacePermissionRequest {
|
|
1044
|
-
NetworkInterfaceId: string | undefined;
|
|
1045
|
-
AwsAccountId?: string | undefined;
|
|
1046
|
-
AwsService?: string | undefined;
|
|
1047
|
-
Permission: InterfacePermissionType | undefined;
|
|
1048
|
-
DryRun?: boolean | undefined;
|
|
1049
|
-
}
|
|
1050
|
-
export declare const NetworkInterfacePermissionStateCode: {
|
|
1051
|
-
readonly granted: "granted";
|
|
1052
|
-
readonly pending: "pending";
|
|
1053
|
-
readonly revoked: "revoked";
|
|
1054
|
-
readonly revoking: "revoking";
|
|
1055
|
-
};
|
|
1056
|
-
export type NetworkInterfacePermissionStateCode =
|
|
1057
|
-
(typeof NetworkInterfacePermissionStateCode)[keyof typeof NetworkInterfacePermissionStateCode];
|
|
1058
|
-
export interface NetworkInterfacePermissionState {
|
|
1059
|
-
State?: NetworkInterfacePermissionStateCode | undefined;
|
|
1060
|
-
StatusMessage?: string | undefined;
|
|
1288
|
+
export interface DeleteInstanceConnectEndpointRequest {
|
|
1289
|
+
DryRun?: boolean | undefined;
|
|
1290
|
+
InstanceConnectEndpointId: string | undefined;
|
|
1061
1291
|
}
|
|
1062
|
-
export interface
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
AwsService?: string | undefined;
|
|
1067
|
-
Permission?: InterfacePermissionType | undefined;
|
|
1068
|
-
PermissionState?: NetworkInterfacePermissionState | undefined;
|
|
1069
|
-
}
|
|
1070
|
-
export interface CreateNetworkInterfacePermissionResult {
|
|
1071
|
-
InterfacePermission?: NetworkInterfacePermission | undefined;
|
|
1072
|
-
}
|
|
1073
|
-
export declare const SpreadLevel: {
|
|
1074
|
-
readonly host: "host";
|
|
1075
|
-
readonly rack: "rack";
|
|
1076
|
-
};
|
|
1077
|
-
export type SpreadLevel = (typeof SpreadLevel)[keyof typeof SpreadLevel];
|
|
1078
|
-
export declare const PlacementStrategy: {
|
|
1079
|
-
readonly cluster: "cluster";
|
|
1080
|
-
readonly partition: "partition";
|
|
1081
|
-
readonly spread: "spread";
|
|
1082
|
-
};
|
|
1083
|
-
export type PlacementStrategy =
|
|
1084
|
-
(typeof PlacementStrategy)[keyof typeof PlacementStrategy];
|
|
1085
|
-
export interface CreatePlacementGroupRequest {
|
|
1086
|
-
PartitionCount?: number | undefined;
|
|
1087
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1088
|
-
SpreadLevel?: SpreadLevel | undefined;
|
|
1292
|
+
export interface DeleteInstanceConnectEndpointResult {
|
|
1293
|
+
InstanceConnectEndpoint?: Ec2InstanceConnectEndpoint | undefined;
|
|
1294
|
+
}
|
|
1295
|
+
export interface DeleteInstanceEventWindowRequest {
|
|
1089
1296
|
DryRun?: boolean | undefined;
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
}
|
|
1093
|
-
export declare const PlacementGroupState: {
|
|
1094
|
-
readonly available: "available";
|
|
1095
|
-
readonly deleted: "deleted";
|
|
1096
|
-
readonly deleting: "deleting";
|
|
1097
|
-
readonly pending: "pending";
|
|
1098
|
-
};
|
|
1099
|
-
export type PlacementGroupState =
|
|
1100
|
-
(typeof PlacementGroupState)[keyof typeof PlacementGroupState];
|
|
1101
|
-
export interface PlacementGroup {
|
|
1102
|
-
GroupName?: string | undefined;
|
|
1103
|
-
State?: PlacementGroupState | undefined;
|
|
1104
|
-
Strategy?: PlacementStrategy | undefined;
|
|
1105
|
-
PartitionCount?: number | undefined;
|
|
1106
|
-
GroupId?: string | undefined;
|
|
1107
|
-
Tags?: Tag[] | undefined;
|
|
1108
|
-
GroupArn?: string | undefined;
|
|
1109
|
-
SpreadLevel?: SpreadLevel | undefined;
|
|
1297
|
+
ForceDelete?: boolean | undefined;
|
|
1298
|
+
InstanceEventWindowId: string | undefined;
|
|
1110
1299
|
}
|
|
1111
|
-
export interface
|
|
1112
|
-
|
|
1300
|
+
export interface InstanceEventWindowStateChange {
|
|
1301
|
+
InstanceEventWindowId?: string | undefined;
|
|
1302
|
+
State?: InstanceEventWindowState | undefined;
|
|
1113
1303
|
}
|
|
1114
|
-
export interface
|
|
1304
|
+
export interface DeleteInstanceEventWindowResult {
|
|
1305
|
+
InstanceEventWindowState?: InstanceEventWindowStateChange | undefined;
|
|
1306
|
+
}
|
|
1307
|
+
export interface DeleteInternetGatewayRequest {
|
|
1115
1308
|
DryRun?: boolean | undefined;
|
|
1116
|
-
|
|
1117
|
-
NetworkBorderGroup?: string | undefined;
|
|
1309
|
+
InternetGatewayId: string | undefined;
|
|
1118
1310
|
}
|
|
1119
|
-
export interface
|
|
1120
|
-
|
|
1311
|
+
export interface DeleteIpamRequest {
|
|
1312
|
+
DryRun?: boolean | undefined;
|
|
1313
|
+
IpamId: string | undefined;
|
|
1314
|
+
Cascade?: boolean | undefined;
|
|
1121
1315
|
}
|
|
1122
|
-
export interface
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1316
|
+
export interface DeleteIpamResult {
|
|
1317
|
+
Ipam?: Ipam | undefined;
|
|
1318
|
+
}
|
|
1319
|
+
export interface DeleteIpamExternalResourceVerificationTokenRequest {
|
|
1126
1320
|
DryRun?: boolean | undefined;
|
|
1127
|
-
|
|
1128
|
-
ImageId?: string | undefined;
|
|
1129
|
-
DeleteReplacedRootVolume?: boolean | undefined;
|
|
1130
|
-
VolumeInitializationRate?: number | undefined;
|
|
1321
|
+
IpamExternalResourceVerificationTokenId: string | undefined;
|
|
1131
1322
|
}
|
|
1132
|
-
export
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
readonly in_progress: "in-progress";
|
|
1137
|
-
readonly pending: "pending";
|
|
1138
|
-
readonly succeeded: "succeeded";
|
|
1139
|
-
};
|
|
1140
|
-
export type ReplaceRootVolumeTaskState =
|
|
1141
|
-
(typeof ReplaceRootVolumeTaskState)[keyof typeof ReplaceRootVolumeTaskState];
|
|
1142
|
-
export interface ReplaceRootVolumeTask {
|
|
1143
|
-
ReplaceRootVolumeTaskId?: string | undefined;
|
|
1144
|
-
InstanceId?: string | undefined;
|
|
1145
|
-
TaskState?: ReplaceRootVolumeTaskState | undefined;
|
|
1146
|
-
StartTime?: string | undefined;
|
|
1147
|
-
CompleteTime?: string | undefined;
|
|
1148
|
-
Tags?: Tag[] | undefined;
|
|
1149
|
-
ImageId?: string | undefined;
|
|
1150
|
-
SnapshotId?: string | undefined;
|
|
1151
|
-
DeleteReplacedRootVolume?: boolean | undefined;
|
|
1323
|
+
export interface DeleteIpamExternalResourceVerificationTokenResult {
|
|
1324
|
+
IpamExternalResourceVerificationToken?:
|
|
1325
|
+
| IpamExternalResourceVerificationToken
|
|
1326
|
+
| undefined;
|
|
1152
1327
|
}
|
|
1153
|
-
export interface
|
|
1154
|
-
|
|
1328
|
+
export interface DeleteIpamPolicyRequest {
|
|
1329
|
+
DryRun?: boolean | undefined;
|
|
1330
|
+
IpamPolicyId: string | undefined;
|
|
1155
1331
|
}
|
|
1156
|
-
export interface
|
|
1157
|
-
|
|
1158
|
-
Price?: number | undefined;
|
|
1159
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
1332
|
+
export interface DeleteIpamPolicyResult {
|
|
1333
|
+
IpamPolicy?: IpamPolicy | undefined;
|
|
1160
1334
|
}
|
|
1161
|
-
export interface
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
ClientToken: string | undefined;
|
|
1335
|
+
export interface DeleteIpamPoolRequest {
|
|
1336
|
+
DryRun?: boolean | undefined;
|
|
1337
|
+
IpamPoolId: string | undefined;
|
|
1338
|
+
Cascade?: boolean | undefined;
|
|
1166
1339
|
}
|
|
1167
|
-
export interface
|
|
1168
|
-
|
|
1340
|
+
export interface DeleteIpamPoolResult {
|
|
1341
|
+
IpamPool?: IpamPool | undefined;
|
|
1169
1342
|
}
|
|
1170
|
-
export interface
|
|
1171
|
-
Bucket: string | undefined;
|
|
1172
|
-
ObjectKey: string | undefined;
|
|
1173
|
-
Name?: string | undefined;
|
|
1174
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1343
|
+
export interface DeleteIpamPrefixListResolverRequest {
|
|
1175
1344
|
DryRun?: boolean | undefined;
|
|
1345
|
+
IpamPrefixListResolverId: string | undefined;
|
|
1176
1346
|
}
|
|
1177
|
-
export interface
|
|
1178
|
-
|
|
1347
|
+
export interface DeleteIpamPrefixListResolverResult {
|
|
1348
|
+
IpamPrefixListResolver?: IpamPrefixListResolver | undefined;
|
|
1179
1349
|
}
|
|
1180
|
-
export interface
|
|
1181
|
-
DestinationPrefixListId?: string | undefined;
|
|
1182
|
-
VpcEndpointId?: string | undefined;
|
|
1183
|
-
TransitGatewayId?: string | undefined;
|
|
1184
|
-
LocalGatewayId?: string | undefined;
|
|
1185
|
-
CarrierGatewayId?: string | undefined;
|
|
1186
|
-
CoreNetworkArn?: string | undefined;
|
|
1187
|
-
OdbNetworkArn?: string | undefined;
|
|
1350
|
+
export interface DeleteIpamPrefixListResolverTargetRequest {
|
|
1188
1351
|
DryRun?: boolean | undefined;
|
|
1189
|
-
|
|
1190
|
-
DestinationCidrBlock?: string | undefined;
|
|
1191
|
-
GatewayId?: string | undefined;
|
|
1192
|
-
DestinationIpv6CidrBlock?: string | undefined;
|
|
1193
|
-
EgressOnlyInternetGatewayId?: string | undefined;
|
|
1194
|
-
InstanceId?: string | undefined;
|
|
1195
|
-
NetworkInterfaceId?: string | undefined;
|
|
1196
|
-
VpcPeeringConnectionId?: string | undefined;
|
|
1197
|
-
NatGatewayId?: string | undefined;
|
|
1352
|
+
IpamPrefixListResolverTargetId: string | undefined;
|
|
1198
1353
|
}
|
|
1199
|
-
export interface
|
|
1200
|
-
|
|
1354
|
+
export interface DeleteIpamPrefixListResolverTargetResult {
|
|
1355
|
+
IpamPrefixListResolverTarget?: IpamPrefixListResolverTarget | undefined;
|
|
1201
1356
|
}
|
|
1202
|
-
export
|
|
1203
|
-
readonly DISABLE: "disable";
|
|
1204
|
-
readonly ENABLE: "enable";
|
|
1205
|
-
readonly RESET: "reset";
|
|
1206
|
-
};
|
|
1207
|
-
export type RouteServerPersistRoutesAction =
|
|
1208
|
-
(typeof RouteServerPersistRoutesAction)[keyof typeof RouteServerPersistRoutesAction];
|
|
1209
|
-
export interface CreateRouteServerRequest {
|
|
1210
|
-
AmazonSideAsn: number | undefined;
|
|
1211
|
-
ClientToken?: string | undefined;
|
|
1357
|
+
export interface DeleteIpamResourceDiscoveryRequest {
|
|
1212
1358
|
DryRun?: boolean | undefined;
|
|
1213
|
-
|
|
1214
|
-
PersistRoutesDuration?: number | undefined;
|
|
1215
|
-
SnsNotificationsEnabled?: boolean | undefined;
|
|
1216
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1359
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
1217
1360
|
}
|
|
1218
|
-
export
|
|
1219
|
-
|
|
1220
|
-
readonly DISABLING: "disabling";
|
|
1221
|
-
readonly ENABLED: "enabled";
|
|
1222
|
-
readonly ENABLING: "enabling";
|
|
1223
|
-
readonly MODIFYING: "modifying";
|
|
1224
|
-
readonly RESETTING: "resetting";
|
|
1225
|
-
};
|
|
1226
|
-
export type RouteServerPersistRoutesState =
|
|
1227
|
-
(typeof RouteServerPersistRoutesState)[keyof typeof RouteServerPersistRoutesState];
|
|
1228
|
-
export declare const RouteServerState: {
|
|
1229
|
-
readonly AVAILABLE: "available";
|
|
1230
|
-
readonly DELETED: "deleted";
|
|
1231
|
-
readonly DELETING: "deleting";
|
|
1232
|
-
readonly MODIFYING: "modifying";
|
|
1233
|
-
readonly PENDING: "pending";
|
|
1234
|
-
};
|
|
1235
|
-
export type RouteServerState =
|
|
1236
|
-
(typeof RouteServerState)[keyof typeof RouteServerState];
|
|
1237
|
-
export interface RouteServer {
|
|
1238
|
-
RouteServerId?: string | undefined;
|
|
1239
|
-
AmazonSideAsn?: number | undefined;
|
|
1240
|
-
State?: RouteServerState | undefined;
|
|
1241
|
-
Tags?: Tag[] | undefined;
|
|
1242
|
-
PersistRoutesState?: RouteServerPersistRoutesState | undefined;
|
|
1243
|
-
PersistRoutesDuration?: number | undefined;
|
|
1244
|
-
SnsNotificationsEnabled?: boolean | undefined;
|
|
1245
|
-
SnsTopicArn?: string | undefined;
|
|
1361
|
+
export interface DeleteIpamResourceDiscoveryResult {
|
|
1362
|
+
IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
|
|
1246
1363
|
}
|
|
1247
|
-
export interface
|
|
1248
|
-
|
|
1364
|
+
export interface DeleteIpamScopeRequest {
|
|
1365
|
+
DryRun?: boolean | undefined;
|
|
1366
|
+
IpamScopeId: string | undefined;
|
|
1249
1367
|
}
|
|
1250
|
-
export interface
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1368
|
+
export interface DeleteIpamScopeResult {
|
|
1369
|
+
IpamScope?: IpamScope | undefined;
|
|
1370
|
+
}
|
|
1371
|
+
export interface DeleteKeyPairRequest {
|
|
1372
|
+
KeyName?: string | undefined;
|
|
1373
|
+
KeyPairId?: string | undefined;
|
|
1254
1374
|
DryRun?: boolean | undefined;
|
|
1255
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1256
1375
|
}
|
|
1257
|
-
export
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
readonly DELETE_FAILED: "delete-failed";
|
|
1261
|
-
readonly DELETING: "deleting";
|
|
1262
|
-
readonly FAILED: "failed";
|
|
1263
|
-
readonly FAILING: "failing";
|
|
1264
|
-
readonly PENDING: "pending";
|
|
1265
|
-
};
|
|
1266
|
-
export type RouteServerEndpointState =
|
|
1267
|
-
(typeof RouteServerEndpointState)[keyof typeof RouteServerEndpointState];
|
|
1268
|
-
export interface RouteServerEndpoint {
|
|
1269
|
-
RouteServerId?: string | undefined;
|
|
1270
|
-
RouteServerEndpointId?: string | undefined;
|
|
1271
|
-
VpcId?: string | undefined;
|
|
1272
|
-
SubnetId?: string | undefined;
|
|
1273
|
-
EniId?: string | undefined;
|
|
1274
|
-
EniAddress?: string | undefined;
|
|
1275
|
-
State?: RouteServerEndpointState | undefined;
|
|
1276
|
-
FailureReason?: string | undefined;
|
|
1277
|
-
Tags?: Tag[] | undefined;
|
|
1376
|
+
export interface DeleteKeyPairResult {
|
|
1377
|
+
Return?: boolean | undefined;
|
|
1378
|
+
KeyPairId?: string | undefined;
|
|
1278
1379
|
}
|
|
1279
|
-
export interface
|
|
1280
|
-
|
|
1380
|
+
export interface DeleteLaunchTemplateRequest {
|
|
1381
|
+
DryRun?: boolean | undefined;
|
|
1382
|
+
LaunchTemplateId?: string | undefined;
|
|
1383
|
+
LaunchTemplateName?: string | undefined;
|
|
1281
1384
|
}
|
|
1282
|
-
export
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
export type RouteServerPeerLivenessMode =
|
|
1287
|
-
(typeof RouteServerPeerLivenessMode)[keyof typeof RouteServerPeerLivenessMode];
|
|
1288
|
-
export interface RouteServerBgpOptionsRequest {
|
|
1289
|
-
PeerAsn: number | undefined;
|
|
1290
|
-
PeerLivenessDetection?: RouteServerPeerLivenessMode | undefined;
|
|
1291
|
-
}
|
|
1292
|
-
export interface CreateRouteServerPeerRequest {
|
|
1293
|
-
RouteServerEndpointId: string | undefined;
|
|
1294
|
-
PeerAddress: string | undefined;
|
|
1295
|
-
BgpOptions: RouteServerBgpOptionsRequest | undefined;
|
|
1385
|
+
export interface DeleteLaunchTemplateResult {
|
|
1386
|
+
LaunchTemplate?: LaunchTemplate | undefined;
|
|
1387
|
+
}
|
|
1388
|
+
export interface DeleteLaunchTemplateVersionsRequest {
|
|
1296
1389
|
DryRun?: boolean | undefined;
|
|
1297
|
-
|
|
1390
|
+
LaunchTemplateId?: string | undefined;
|
|
1391
|
+
LaunchTemplateName?: string | undefined;
|
|
1392
|
+
Versions: string[] | undefined;
|
|
1298
1393
|
}
|
|
1299
|
-
export
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
export type RouteServerBfdState =
|
|
1304
|
-
(typeof RouteServerBfdState)[keyof typeof RouteServerBfdState];
|
|
1305
|
-
export interface RouteServerBfdStatus {
|
|
1306
|
-
Status?: RouteServerBfdState | undefined;
|
|
1394
|
+
export interface DeleteLaunchTemplateVersionsResponseSuccessItem {
|
|
1395
|
+
LaunchTemplateId?: string | undefined;
|
|
1396
|
+
LaunchTemplateName?: string | undefined;
|
|
1397
|
+
VersionNumber?: number | undefined;
|
|
1307
1398
|
}
|
|
1308
|
-
export interface
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
}
|
|
1312
|
-
export declare const RouteServerBgpState: {
|
|
1313
|
-
readonly DOWN: "down";
|
|
1314
|
-
readonly UP: "up";
|
|
1315
|
-
};
|
|
1316
|
-
export type RouteServerBgpState =
|
|
1317
|
-
(typeof RouteServerBgpState)[keyof typeof RouteServerBgpState];
|
|
1318
|
-
export interface RouteServerBgpStatus {
|
|
1319
|
-
Status?: RouteServerBgpState | undefined;
|
|
1320
|
-
}
|
|
1321
|
-
export declare const RouteServerPeerState: {
|
|
1322
|
-
readonly AVAILABLE: "available";
|
|
1323
|
-
readonly DELETED: "deleted";
|
|
1324
|
-
readonly DELETING: "deleting";
|
|
1325
|
-
readonly FAILED: "failed";
|
|
1326
|
-
readonly FAILING: "failing";
|
|
1327
|
-
readonly PENDING: "pending";
|
|
1328
|
-
};
|
|
1329
|
-
export type RouteServerPeerState =
|
|
1330
|
-
(typeof RouteServerPeerState)[keyof typeof RouteServerPeerState];
|
|
1331
|
-
export interface RouteServerPeer {
|
|
1332
|
-
RouteServerPeerId?: string | undefined;
|
|
1333
|
-
RouteServerEndpointId?: string | undefined;
|
|
1334
|
-
RouteServerId?: string | undefined;
|
|
1335
|
-
VpcId?: string | undefined;
|
|
1336
|
-
SubnetId?: string | undefined;
|
|
1337
|
-
State?: RouteServerPeerState | undefined;
|
|
1338
|
-
FailureReason?: string | undefined;
|
|
1339
|
-
EndpointEniId?: string | undefined;
|
|
1340
|
-
EndpointEniAddress?: string | undefined;
|
|
1341
|
-
PeerAddress?: string | undefined;
|
|
1342
|
-
BgpOptions?: RouteServerBgpOptions | undefined;
|
|
1343
|
-
BgpStatus?: RouteServerBgpStatus | undefined;
|
|
1344
|
-
BfdStatus?: RouteServerBfdStatus | undefined;
|
|
1345
|
-
Tags?: Tag[] | undefined;
|
|
1399
|
+
export interface ResponseError {
|
|
1400
|
+
Code?: LaunchTemplateErrorCode | undefined;
|
|
1401
|
+
Message?: string | undefined;
|
|
1346
1402
|
}
|
|
1347
|
-
export interface
|
|
1348
|
-
|
|
1403
|
+
export interface DeleteLaunchTemplateVersionsResponseErrorItem {
|
|
1404
|
+
LaunchTemplateId?: string | undefined;
|
|
1405
|
+
LaunchTemplateName?: string | undefined;
|
|
1406
|
+
VersionNumber?: number | undefined;
|
|
1407
|
+
ResponseError?: ResponseError | undefined;
|
|
1349
1408
|
}
|
|
1350
|
-
export interface
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1409
|
+
export interface DeleteLaunchTemplateVersionsResult {
|
|
1410
|
+
SuccessfullyDeletedLaunchTemplateVersions?:
|
|
1411
|
+
| DeleteLaunchTemplateVersionsResponseSuccessItem[]
|
|
1412
|
+
| undefined;
|
|
1413
|
+
UnsuccessfullyDeletedLaunchTemplateVersions?:
|
|
1414
|
+
| DeleteLaunchTemplateVersionsResponseErrorItem[]
|
|
1415
|
+
| undefined;
|
|
1355
1416
|
}
|
|
1356
|
-
export interface
|
|
1357
|
-
Main?: boolean | undefined;
|
|
1358
|
-
RouteTableAssociationId?: string | undefined;
|
|
1359
|
-
RouteTableId?: string | undefined;
|
|
1360
|
-
SubnetId?: string | undefined;
|
|
1361
|
-
GatewayId?: string | undefined;
|
|
1362
|
-
PublicIpv4Pool?: string | undefined;
|
|
1363
|
-
AssociationState?: RouteTableAssociationState | undefined;
|
|
1364
|
-
}
|
|
1365
|
-
export interface PropagatingVgw {
|
|
1366
|
-
GatewayId?: string | undefined;
|
|
1367
|
-
}
|
|
1368
|
-
export declare const RouteOrigin: {
|
|
1369
|
-
readonly Advertisement: "Advertisement";
|
|
1370
|
-
readonly CreateRoute: "CreateRoute";
|
|
1371
|
-
readonly CreateRouteTable: "CreateRouteTable";
|
|
1372
|
-
readonly EnableVgwRoutePropagation: "EnableVgwRoutePropagation";
|
|
1373
|
-
};
|
|
1374
|
-
export type RouteOrigin = (typeof RouteOrigin)[keyof typeof RouteOrigin];
|
|
1375
|
-
export declare const RouteState: {
|
|
1376
|
-
readonly active: "active";
|
|
1377
|
-
readonly blackhole: "blackhole";
|
|
1378
|
-
readonly filtered: "filtered";
|
|
1379
|
-
};
|
|
1380
|
-
export type RouteState = (typeof RouteState)[keyof typeof RouteState];
|
|
1381
|
-
export interface Route {
|
|
1417
|
+
export interface DeleteLocalGatewayRouteRequest {
|
|
1382
1418
|
DestinationCidrBlock?: string | undefined;
|
|
1383
|
-
|
|
1419
|
+
LocalGatewayRouteTableId: string | undefined;
|
|
1420
|
+
DryRun?: boolean | undefined;
|
|
1384
1421
|
DestinationPrefixListId?: string | undefined;
|
|
1385
|
-
EgressOnlyInternetGatewayId?: string | undefined;
|
|
1386
|
-
GatewayId?: string | undefined;
|
|
1387
|
-
InstanceId?: string | undefined;
|
|
1388
|
-
InstanceOwnerId?: string | undefined;
|
|
1389
|
-
NatGatewayId?: string | undefined;
|
|
1390
|
-
TransitGatewayId?: string | undefined;
|
|
1391
|
-
LocalGatewayId?: string | undefined;
|
|
1392
|
-
CarrierGatewayId?: string | undefined;
|
|
1393
|
-
NetworkInterfaceId?: string | undefined;
|
|
1394
|
-
Origin?: RouteOrigin | undefined;
|
|
1395
|
-
State?: RouteState | undefined;
|
|
1396
|
-
VpcPeeringConnectionId?: string | undefined;
|
|
1397
|
-
CoreNetworkArn?: string | undefined;
|
|
1398
|
-
OdbNetworkArn?: string | undefined;
|
|
1399
|
-
IpAddress?: string | undefined;
|
|
1400
|
-
}
|
|
1401
|
-
export interface RouteTable {
|
|
1402
|
-
Associations?: RouteTableAssociation[] | undefined;
|
|
1403
|
-
PropagatingVgws?: PropagatingVgw[] | undefined;
|
|
1404
|
-
RouteTableId?: string | undefined;
|
|
1405
|
-
Routes?: Route[] | undefined;
|
|
1406
|
-
Tags?: Tag[] | undefined;
|
|
1407
|
-
VpcId?: string | undefined;
|
|
1408
|
-
OwnerId?: string | undefined;
|
|
1409
1422
|
}
|
|
1410
|
-
export interface
|
|
1411
|
-
|
|
1412
|
-
ClientToken?: string | undefined;
|
|
1423
|
+
export interface DeleteLocalGatewayRouteResult {
|
|
1424
|
+
Route?: LocalGatewayRoute | undefined;
|
|
1413
1425
|
}
|
|
1414
|
-
export interface
|
|
1415
|
-
|
|
1416
|
-
GroupName: string | undefined;
|
|
1417
|
-
VpcId?: string | undefined;
|
|
1418
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1426
|
+
export interface DeleteLocalGatewayRouteTableRequest {
|
|
1427
|
+
LocalGatewayRouteTableId: string | undefined;
|
|
1419
1428
|
DryRun?: boolean | undefined;
|
|
1420
1429
|
}
|
|
1421
|
-
export interface
|
|
1422
|
-
|
|
1423
|
-
Tags?: Tag[] | undefined;
|
|
1424
|
-
SecurityGroupArn?: string | undefined;
|
|
1430
|
+
export interface DeleteLocalGatewayRouteTableResult {
|
|
1431
|
+
LocalGatewayRouteTable?: LocalGatewayRouteTable | undefined;
|
|
1425
1432
|
}
|
|
1426
|
-
export interface
|
|
1427
|
-
|
|
1428
|
-
OutpostArn?: string | undefined;
|
|
1429
|
-
VolumeId: string | undefined;
|
|
1430
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1431
|
-
Location?: SnapshotLocationEnum | undefined;
|
|
1432
|
-
DryRun?: boolean | undefined;
|
|
1433
|
-
}
|
|
1434
|
-
export declare const SnapshotState: {
|
|
1435
|
-
readonly completed: "completed";
|
|
1436
|
-
readonly error: "error";
|
|
1437
|
-
readonly pending: "pending";
|
|
1438
|
-
readonly recoverable: "recoverable";
|
|
1439
|
-
readonly recovering: "recovering";
|
|
1440
|
-
};
|
|
1441
|
-
export type SnapshotState = (typeof SnapshotState)[keyof typeof SnapshotState];
|
|
1442
|
-
export declare const StorageTier: {
|
|
1443
|
-
readonly archive: "archive";
|
|
1444
|
-
readonly standard: "standard";
|
|
1445
|
-
};
|
|
1446
|
-
export type StorageTier = (typeof StorageTier)[keyof typeof StorageTier];
|
|
1447
|
-
export declare const TransferType: {
|
|
1448
|
-
readonly standard: "standard";
|
|
1449
|
-
readonly time_based: "time-based";
|
|
1450
|
-
};
|
|
1451
|
-
export type TransferType = (typeof TransferType)[keyof typeof TransferType];
|
|
1452
|
-
export interface Snapshot {
|
|
1453
|
-
OwnerAlias?: string | undefined;
|
|
1454
|
-
OutpostArn?: string | undefined;
|
|
1455
|
-
Tags?: Tag[] | undefined;
|
|
1456
|
-
StorageTier?: StorageTier | undefined;
|
|
1457
|
-
RestoreExpiryTime?: Date | undefined;
|
|
1458
|
-
SseType?: SSEType | undefined;
|
|
1459
|
-
AvailabilityZone?: string | undefined;
|
|
1460
|
-
TransferType?: TransferType | undefined;
|
|
1461
|
-
CompletionDurationMinutes?: number | undefined;
|
|
1462
|
-
CompletionTime?: Date | undefined;
|
|
1463
|
-
FullSnapshotSizeInBytes?: number | undefined;
|
|
1464
|
-
SnapshotId?: string | undefined;
|
|
1465
|
-
VolumeId?: string | undefined;
|
|
1466
|
-
State?: SnapshotState | undefined;
|
|
1467
|
-
StateMessage?: string | undefined;
|
|
1468
|
-
StartTime?: Date | undefined;
|
|
1469
|
-
Progress?: string | undefined;
|
|
1470
|
-
OwnerId?: string | undefined;
|
|
1471
|
-
Description?: string | undefined;
|
|
1472
|
-
VolumeSize?: number | undefined;
|
|
1473
|
-
Encrypted?: boolean | undefined;
|
|
1474
|
-
KmsKeyId?: string | undefined;
|
|
1475
|
-
DataEncryptionKeyId?: string | undefined;
|
|
1476
|
-
}
|
|
1477
|
-
export declare const CopyTagsFromSource: {
|
|
1478
|
-
readonly volume: "volume";
|
|
1479
|
-
};
|
|
1480
|
-
export type CopyTagsFromSource =
|
|
1481
|
-
(typeof CopyTagsFromSource)[keyof typeof CopyTagsFromSource];
|
|
1482
|
-
export interface InstanceSpecification {
|
|
1483
|
-
InstanceId: string | undefined;
|
|
1484
|
-
ExcludeBootVolume?: boolean | undefined;
|
|
1485
|
-
ExcludeDataVolumeIds?: string[] | undefined;
|
|
1486
|
-
}
|
|
1487
|
-
export interface CreateSnapshotsRequest {
|
|
1488
|
-
Description?: string | undefined;
|
|
1489
|
-
InstanceSpecification: InstanceSpecification | undefined;
|
|
1490
|
-
OutpostArn?: string | undefined;
|
|
1491
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1433
|
+
export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
|
|
1434
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociationId: string | undefined;
|
|
1492
1435
|
DryRun?: boolean | undefined;
|
|
1493
|
-
CopyTagsFromSource?: CopyTagsFromSource | undefined;
|
|
1494
|
-
Location?: SnapshotLocationEnum | undefined;
|
|
1495
1436
|
}
|
|
1496
|
-
export interface
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1437
|
+
export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
|
|
1438
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociation?:
|
|
1439
|
+
| LocalGatewayRouteTableVirtualInterfaceGroupAssociation
|
|
1440
|
+
| undefined;
|
|
1441
|
+
}
|
|
1442
|
+
export interface DeleteLocalGatewayRouteTableVpcAssociationRequest {
|
|
1443
|
+
LocalGatewayRouteTableVpcAssociationId: string | undefined;
|
|
1444
|
+
DryRun?: boolean | undefined;
|
|
1445
|
+
}
|
|
1446
|
+
export interface DeleteLocalGatewayRouteTableVpcAssociationResult {
|
|
1447
|
+
LocalGatewayRouteTableVpcAssociation?:
|
|
1448
|
+
| LocalGatewayRouteTableVpcAssociation
|
|
1449
|
+
| undefined;
|
|
1450
|
+
}
|
|
1451
|
+
export interface DeleteLocalGatewayVirtualInterfaceRequest {
|
|
1452
|
+
LocalGatewayVirtualInterfaceId: string | undefined;
|
|
1453
|
+
DryRun?: boolean | undefined;
|
|
1510
1454
|
}
|
|
1511
|
-
export interface
|
|
1512
|
-
|
|
1455
|
+
export interface DeleteLocalGatewayVirtualInterfaceResult {
|
|
1456
|
+
LocalGatewayVirtualInterface?: LocalGatewayVirtualInterface | undefined;
|
|
1513
1457
|
}
|
|
1514
|
-
export interface
|
|
1458
|
+
export interface DeleteLocalGatewayVirtualInterfaceGroupRequest {
|
|
1459
|
+
LocalGatewayVirtualInterfaceGroupId: string | undefined;
|
|
1515
1460
|
DryRun?: boolean | undefined;
|
|
1516
|
-
Bucket: string | undefined;
|
|
1517
|
-
Prefix?: string | undefined;
|
|
1518
1461
|
}
|
|
1519
|
-
export interface
|
|
1520
|
-
|
|
1521
|
-
|
|
1462
|
+
export interface DeleteLocalGatewayVirtualInterfaceGroupResult {
|
|
1463
|
+
LocalGatewayVirtualInterfaceGroup?:
|
|
1464
|
+
| LocalGatewayVirtualInterfaceGroup
|
|
1465
|
+
| undefined;
|
|
1522
1466
|
}
|
|
1523
|
-
export
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
}
|
|
1527
|
-
export
|
|
1528
|
-
|
|
1529
|
-
export interface SpotDatafeedSubscription {
|
|
1530
|
-
Bucket?: string | undefined;
|
|
1531
|
-
Fault?: SpotInstanceStateFault | undefined;
|
|
1532
|
-
OwnerId?: string | undefined;
|
|
1533
|
-
Prefix?: string | undefined;
|
|
1534
|
-
State?: DatafeedSubscriptionState | undefined;
|
|
1467
|
+
export interface DeleteManagedPrefixListRequest {
|
|
1468
|
+
DryRun?: boolean | undefined;
|
|
1469
|
+
PrefixListId: string | undefined;
|
|
1470
|
+
}
|
|
1471
|
+
export interface DeleteManagedPrefixListResult {
|
|
1472
|
+
PrefixList?: ManagedPrefixList | undefined;
|
|
1535
1473
|
}
|
|
1536
|
-
export interface
|
|
1537
|
-
|
|
1474
|
+
export interface DeleteNatGatewayRequest {
|
|
1475
|
+
DryRun?: boolean | undefined;
|
|
1476
|
+
NatGatewayId: string | undefined;
|
|
1538
1477
|
}
|
|
1539
|
-
export interface
|
|
1540
|
-
|
|
1541
|
-
|
|
1478
|
+
export interface DeleteNatGatewayResult {
|
|
1479
|
+
NatGatewayId?: string | undefined;
|
|
1480
|
+
}
|
|
1481
|
+
export interface DeleteNetworkAclRequest {
|
|
1482
|
+
DryRun?: boolean | undefined;
|
|
1483
|
+
NetworkAclId: string | undefined;
|
|
1484
|
+
}
|
|
1485
|
+
export interface DeleteNetworkAclEntryRequest {
|
|
1486
|
+
DryRun?: boolean | undefined;
|
|
1487
|
+
NetworkAclId: string | undefined;
|
|
1488
|
+
RuleNumber: number | undefined;
|
|
1489
|
+
Egress: boolean | undefined;
|
|
1490
|
+
}
|
|
1491
|
+
export interface DeleteNetworkInsightsAccessScopeRequest {
|
|
1492
|
+
DryRun?: boolean | undefined;
|
|
1493
|
+
NetworkInsightsAccessScopeId: string | undefined;
|
|
1494
|
+
}
|
|
1495
|
+
export interface DeleteNetworkInsightsAccessScopeResult {
|
|
1496
|
+
NetworkInsightsAccessScopeId?: string | undefined;
|
|
1542
1497
|
}
|
|
1543
|
-
export interface
|
|
1544
|
-
|
|
1545
|
-
Bucket: string | undefined;
|
|
1546
|
-
S3ObjectTags?: S3ObjectTag[] | undefined;
|
|
1498
|
+
export interface DeleteNetworkInsightsAccessScopeAnalysisRequest {
|
|
1499
|
+
NetworkInsightsAccessScopeAnalysisId: string | undefined;
|
|
1547
1500
|
DryRun?: boolean | undefined;
|
|
1548
1501
|
}
|
|
1549
|
-
export interface
|
|
1550
|
-
|
|
1502
|
+
export interface DeleteNetworkInsightsAccessScopeAnalysisResult {
|
|
1503
|
+
NetworkInsightsAccessScopeAnalysisId?: string | undefined;
|
|
1551
1504
|
}
|
|
1552
|
-
export interface
|
|
1553
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1554
|
-
AvailabilityZone?: string | undefined;
|
|
1555
|
-
AvailabilityZoneId?: string | undefined;
|
|
1556
|
-
CidrBlock?: string | undefined;
|
|
1557
|
-
Ipv6CidrBlock?: string | undefined;
|
|
1558
|
-
OutpostArn?: string | undefined;
|
|
1559
|
-
VpcId: string | undefined;
|
|
1560
|
-
Ipv6Native?: boolean | undefined;
|
|
1561
|
-
Ipv4IpamPoolId?: string | undefined;
|
|
1562
|
-
Ipv4NetmaskLength?: number | undefined;
|
|
1563
|
-
Ipv6IpamPoolId?: string | undefined;
|
|
1564
|
-
Ipv6NetmaskLength?: number | undefined;
|
|
1505
|
+
export interface DeleteNetworkInsightsAnalysisRequest {
|
|
1565
1506
|
DryRun?: boolean | undefined;
|
|
1507
|
+
NetworkInsightsAnalysisId: string | undefined;
|
|
1566
1508
|
}
|
|
1567
|
-
export interface
|
|
1568
|
-
|
|
1509
|
+
export interface DeleteNetworkInsightsAnalysisResult {
|
|
1510
|
+
NetworkInsightsAnalysisId?: string | undefined;
|
|
1569
1511
|
}
|
|
1570
|
-
export
|
|
1571
|
-
readonly explicit: "explicit";
|
|
1572
|
-
readonly prefix: "prefix";
|
|
1573
|
-
};
|
|
1574
|
-
export type SubnetCidrReservationType =
|
|
1575
|
-
(typeof SubnetCidrReservationType)[keyof typeof SubnetCidrReservationType];
|
|
1576
|
-
export interface CreateSubnetCidrReservationRequest {
|
|
1577
|
-
SubnetId: string | undefined;
|
|
1578
|
-
Cidr: string | undefined;
|
|
1579
|
-
ReservationType: SubnetCidrReservationType | undefined;
|
|
1580
|
-
Description?: string | undefined;
|
|
1512
|
+
export interface DeleteNetworkInsightsPathRequest {
|
|
1581
1513
|
DryRun?: boolean | undefined;
|
|
1582
|
-
|
|
1514
|
+
NetworkInsightsPathId: string | undefined;
|
|
1583
1515
|
}
|
|
1584
|
-
export interface
|
|
1585
|
-
|
|
1586
|
-
SubnetId?: string | undefined;
|
|
1587
|
-
Cidr?: string | undefined;
|
|
1588
|
-
ReservationType?: SubnetCidrReservationType | undefined;
|
|
1589
|
-
OwnerId?: string | undefined;
|
|
1590
|
-
Description?: string | undefined;
|
|
1591
|
-
Tags?: Tag[] | undefined;
|
|
1516
|
+
export interface DeleteNetworkInsightsPathResult {
|
|
1517
|
+
NetworkInsightsPathId?: string | undefined;
|
|
1592
1518
|
}
|
|
1593
|
-
export interface
|
|
1594
|
-
|
|
1519
|
+
export interface DeleteNetworkInterfaceRequest {
|
|
1520
|
+
DryRun?: boolean | undefined;
|
|
1521
|
+
NetworkInterfaceId: string | undefined;
|
|
1595
1522
|
}
|
|
1596
|
-
export interface
|
|
1523
|
+
export interface DeleteNetworkInterfacePermissionRequest {
|
|
1524
|
+
NetworkInterfacePermissionId: string | undefined;
|
|
1525
|
+
Force?: boolean | undefined;
|
|
1597
1526
|
DryRun?: boolean | undefined;
|
|
1598
|
-
Resources: string[] | undefined;
|
|
1599
|
-
Tags: Tag[] | undefined;
|
|
1600
1527
|
}
|
|
1601
|
-
export interface
|
|
1602
|
-
|
|
1603
|
-
|
|
1528
|
+
export interface DeleteNetworkInterfacePermissionResult {
|
|
1529
|
+
Return?: boolean | undefined;
|
|
1530
|
+
}
|
|
1531
|
+
export interface DeletePlacementGroupRequest {
|
|
1604
1532
|
DryRun?: boolean | undefined;
|
|
1605
|
-
|
|
1533
|
+
GroupName: string | undefined;
|
|
1606
1534
|
}
|
|
1607
|
-
export interface
|
|
1608
|
-
|
|
1609
|
-
|
|
1535
|
+
export interface DeletePublicIpv4PoolRequest {
|
|
1536
|
+
DryRun?: boolean | undefined;
|
|
1537
|
+
PoolId: string | undefined;
|
|
1538
|
+
NetworkBorderGroup?: string | undefined;
|
|
1610
1539
|
}
|
|
1611
|
-
export
|
|
1612
|
-
|
|
1613
|
-
readonly reject: "reject";
|
|
1614
|
-
};
|
|
1615
|
-
export type TrafficMirrorRuleAction =
|
|
1616
|
-
(typeof TrafficMirrorRuleAction)[keyof typeof TrafficMirrorRuleAction];
|
|
1617
|
-
export declare const TrafficDirection: {
|
|
1618
|
-
readonly egress: "egress";
|
|
1619
|
-
readonly ingress: "ingress";
|
|
1620
|
-
};
|
|
1621
|
-
export type TrafficDirection =
|
|
1622
|
-
(typeof TrafficDirection)[keyof typeof TrafficDirection];
|
|
1623
|
-
export interface TrafficMirrorFilterRule {
|
|
1624
|
-
TrafficMirrorFilterRuleId?: string | undefined;
|
|
1625
|
-
TrafficMirrorFilterId?: string | undefined;
|
|
1626
|
-
TrafficDirection?: TrafficDirection | undefined;
|
|
1627
|
-
RuleNumber?: number | undefined;
|
|
1628
|
-
RuleAction?: TrafficMirrorRuleAction | undefined;
|
|
1629
|
-
Protocol?: number | undefined;
|
|
1630
|
-
DestinationPortRange?: TrafficMirrorPortRange | undefined;
|
|
1631
|
-
SourcePortRange?: TrafficMirrorPortRange | undefined;
|
|
1632
|
-
DestinationCidrBlock?: string | undefined;
|
|
1633
|
-
SourceCidrBlock?: string | undefined;
|
|
1634
|
-
Description?: string | undefined;
|
|
1635
|
-
Tags?: Tag[] | undefined;
|
|
1540
|
+
export interface DeletePublicIpv4PoolResult {
|
|
1541
|
+
ReturnValue?: boolean | undefined;
|
|
1636
1542
|
}
|
|
1637
|
-
export
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
export type TrafficMirrorNetworkService =
|
|
1641
|
-
(typeof TrafficMirrorNetworkService)[keyof typeof TrafficMirrorNetworkService];
|
|
1642
|
-
export interface TrafficMirrorFilter {
|
|
1643
|
-
TrafficMirrorFilterId?: string | undefined;
|
|
1644
|
-
IngressFilterRules?: TrafficMirrorFilterRule[] | undefined;
|
|
1645
|
-
EgressFilterRules?: TrafficMirrorFilterRule[] | undefined;
|
|
1646
|
-
NetworkServices?: TrafficMirrorNetworkService[] | undefined;
|
|
1647
|
-
Description?: string | undefined;
|
|
1648
|
-
Tags?: Tag[] | undefined;
|
|
1543
|
+
export interface DeleteQueuedReservedInstancesRequest {
|
|
1544
|
+
DryRun?: boolean | undefined;
|
|
1545
|
+
ReservedInstancesIds: string[] | undefined;
|
|
1649
1546
|
}
|
|
1650
|
-
export interface
|
|
1651
|
-
|
|
1652
|
-
|
|
1547
|
+
export interface DeleteQueuedReservedInstancesError {
|
|
1548
|
+
Code?: DeleteQueuedReservedInstancesErrorCode | undefined;
|
|
1549
|
+
Message?: string | undefined;
|
|
1653
1550
|
}
|
|
1654
|
-
export interface
|
|
1655
|
-
|
|
1656
|
-
|
|
1551
|
+
export interface FailedQueuedPurchaseDeletion {
|
|
1552
|
+
Error?: DeleteQueuedReservedInstancesError | undefined;
|
|
1553
|
+
ReservedInstancesId?: string | undefined;
|
|
1657
1554
|
}
|
|
1658
|
-
export interface
|
|
1659
|
-
|
|
1660
|
-
TrafficDirection: TrafficDirection | undefined;
|
|
1661
|
-
RuleNumber: number | undefined;
|
|
1662
|
-
RuleAction: TrafficMirrorRuleAction | undefined;
|
|
1663
|
-
DestinationPortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
1664
|
-
SourcePortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
1665
|
-
Protocol?: number | undefined;
|
|
1666
|
-
DestinationCidrBlock: string | undefined;
|
|
1667
|
-
SourceCidrBlock: string | undefined;
|
|
1668
|
-
Description?: string | undefined;
|
|
1669
|
-
DryRun?: boolean | undefined;
|
|
1670
|
-
ClientToken?: string | undefined;
|
|
1671
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1555
|
+
export interface SuccessfulQueuedPurchaseDeletion {
|
|
1556
|
+
ReservedInstancesId?: string | undefined;
|
|
1672
1557
|
}
|
|
1673
|
-
export interface
|
|
1674
|
-
|
|
1675
|
-
|
|
1558
|
+
export interface DeleteQueuedReservedInstancesResult {
|
|
1559
|
+
SuccessfulQueuedPurchaseDeletions?:
|
|
1560
|
+
| SuccessfulQueuedPurchaseDeletion[]
|
|
1561
|
+
| undefined;
|
|
1562
|
+
FailedQueuedPurchaseDeletions?: FailedQueuedPurchaseDeletion[] | undefined;
|
|
1676
1563
|
}
|
|
1677
|
-
export interface
|
|
1678
|
-
|
|
1679
|
-
TrafficMirrorTargetId: string | undefined;
|
|
1680
|
-
TrafficMirrorFilterId: string | undefined;
|
|
1681
|
-
PacketLength?: number | undefined;
|
|
1682
|
-
SessionNumber: number | undefined;
|
|
1683
|
-
VirtualNetworkId?: number | undefined;
|
|
1684
|
-
Description?: string | undefined;
|
|
1685
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1564
|
+
export interface DeleteRouteRequest {
|
|
1565
|
+
DestinationPrefixListId?: string | undefined;
|
|
1686
1566
|
DryRun?: boolean | undefined;
|
|
1687
|
-
|
|
1567
|
+
RouteTableId: string | undefined;
|
|
1568
|
+
DestinationCidrBlock?: string | undefined;
|
|
1569
|
+
DestinationIpv6CidrBlock?: string | undefined;
|
|
1688
1570
|
}
|
|
1689
|
-
export interface
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
TrafficMirrorFilterId?: string | undefined;
|
|
1693
|
-
NetworkInterfaceId?: string | undefined;
|
|
1694
|
-
OwnerId?: string | undefined;
|
|
1695
|
-
PacketLength?: number | undefined;
|
|
1696
|
-
SessionNumber?: number | undefined;
|
|
1697
|
-
VirtualNetworkId?: number | undefined;
|
|
1698
|
-
Description?: string | undefined;
|
|
1699
|
-
Tags?: Tag[] | undefined;
|
|
1571
|
+
export interface DeleteRouteServerRequest {
|
|
1572
|
+
RouteServerId: string | undefined;
|
|
1573
|
+
DryRun?: boolean | undefined;
|
|
1700
1574
|
}
|
|
1701
|
-
export interface
|
|
1702
|
-
|
|
1703
|
-
ClientToken?: string | undefined;
|
|
1575
|
+
export interface DeleteRouteServerResult {
|
|
1576
|
+
RouteServer?: RouteServer | undefined;
|
|
1704
1577
|
}
|
|
1705
|
-
export interface
|
|
1706
|
-
|
|
1707
|
-
NetworkLoadBalancerArn?: string | undefined;
|
|
1708
|
-
Description?: string | undefined;
|
|
1709
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1578
|
+
export interface DeleteRouteServerEndpointRequest {
|
|
1579
|
+
RouteServerEndpointId: string | undefined;
|
|
1710
1580
|
DryRun?: boolean | undefined;
|
|
1711
|
-
ClientToken?: string | undefined;
|
|
1712
|
-
GatewayLoadBalancerEndpointId?: string | undefined;
|
|
1713
1581
|
}
|
|
1714
|
-
export
|
|
1715
|
-
|
|
1716
|
-
readonly network_interface: "network-interface";
|
|
1717
|
-
readonly network_load_balancer: "network-load-balancer";
|
|
1718
|
-
};
|
|
1719
|
-
export type TrafficMirrorTargetType =
|
|
1720
|
-
(typeof TrafficMirrorTargetType)[keyof typeof TrafficMirrorTargetType];
|
|
1721
|
-
export interface TrafficMirrorTarget {
|
|
1722
|
-
TrafficMirrorTargetId?: string | undefined;
|
|
1723
|
-
NetworkInterfaceId?: string | undefined;
|
|
1724
|
-
NetworkLoadBalancerArn?: string | undefined;
|
|
1725
|
-
Type?: TrafficMirrorTargetType | undefined;
|
|
1726
|
-
Description?: string | undefined;
|
|
1727
|
-
OwnerId?: string | undefined;
|
|
1728
|
-
Tags?: Tag[] | undefined;
|
|
1729
|
-
GatewayLoadBalancerEndpointId?: string | undefined;
|
|
1582
|
+
export interface DeleteRouteServerEndpointResult {
|
|
1583
|
+
RouteServerEndpoint?: RouteServerEndpoint | undefined;
|
|
1730
1584
|
}
|
|
1731
|
-
export interface
|
|
1732
|
-
|
|
1733
|
-
|
|
1585
|
+
export interface DeleteRouteServerPeerRequest {
|
|
1586
|
+
RouteServerPeerId: string | undefined;
|
|
1587
|
+
DryRun?: boolean | undefined;
|
|
1734
1588
|
}
|
|
1735
|
-
export
|
|
1736
|
-
|
|
1737
|
-
readonly enable: "enable";
|
|
1738
|
-
};
|
|
1739
|
-
export type AutoAcceptSharedAttachmentsValue =
|
|
1740
|
-
(typeof AutoAcceptSharedAttachmentsValue)[keyof typeof AutoAcceptSharedAttachmentsValue];
|
|
1741
|
-
export declare const DefaultRouteTableAssociationValue: {
|
|
1742
|
-
readonly disable: "disable";
|
|
1743
|
-
readonly enable: "enable";
|
|
1744
|
-
};
|
|
1745
|
-
export type DefaultRouteTableAssociationValue =
|
|
1746
|
-
(typeof DefaultRouteTableAssociationValue)[keyof typeof DefaultRouteTableAssociationValue];
|
|
1747
|
-
export declare const DefaultRouteTablePropagationValue: {
|
|
1748
|
-
readonly disable: "disable";
|
|
1749
|
-
readonly enable: "enable";
|
|
1750
|
-
};
|
|
1751
|
-
export type DefaultRouteTablePropagationValue =
|
|
1752
|
-
(typeof DefaultRouteTablePropagationValue)[keyof typeof DefaultRouteTablePropagationValue];
|
|
1753
|
-
export declare const MulticastSupportValue: {
|
|
1754
|
-
readonly disable: "disable";
|
|
1755
|
-
readonly enable: "enable";
|
|
1756
|
-
};
|
|
1757
|
-
export type MulticastSupportValue =
|
|
1758
|
-
(typeof MulticastSupportValue)[keyof typeof MulticastSupportValue];
|
|
1759
|
-
export declare const VpnEcmpSupportValue: {
|
|
1760
|
-
readonly disable: "disable";
|
|
1761
|
-
readonly enable: "enable";
|
|
1762
|
-
};
|
|
1763
|
-
export type VpnEcmpSupportValue =
|
|
1764
|
-
(typeof VpnEcmpSupportValue)[keyof typeof VpnEcmpSupportValue];
|
|
1765
|
-
export interface TransitGatewayRequestOptions {
|
|
1766
|
-
AmazonSideAsn?: number | undefined;
|
|
1767
|
-
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | undefined;
|
|
1768
|
-
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | undefined;
|
|
1769
|
-
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
|
|
1770
|
-
VpnEcmpSupport?: VpnEcmpSupportValue | undefined;
|
|
1771
|
-
DnsSupport?: DnsSupportValue | undefined;
|
|
1772
|
-
SecurityGroupReferencingSupport?:
|
|
1773
|
-
| SecurityGroupReferencingSupportValue
|
|
1774
|
-
| undefined;
|
|
1775
|
-
MulticastSupport?: MulticastSupportValue | undefined;
|
|
1776
|
-
TransitGatewayCidrBlocks?: string[] | undefined;
|
|
1589
|
+
export interface DeleteRouteServerPeerResult {
|
|
1590
|
+
RouteServerPeer?: RouteServerPeer | undefined;
|
|
1777
1591
|
}
|
|
1778
|
-
export interface
|
|
1779
|
-
Description?: string | undefined;
|
|
1780
|
-
Options?: TransitGatewayRequestOptions | undefined;
|
|
1781
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1592
|
+
export interface DeleteRouteTableRequest {
|
|
1782
1593
|
DryRun?: boolean | undefined;
|
|
1594
|
+
RouteTableId: string | undefined;
|
|
1783
1595
|
}
|
|
1784
|
-
export interface
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | undefined;
|
|
1789
|
-
AssociationDefaultRouteTableId?: string | undefined;
|
|
1790
|
-
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
|
|
1791
|
-
PropagationDefaultRouteTableId?: string | undefined;
|
|
1792
|
-
VpnEcmpSupport?: VpnEcmpSupportValue | undefined;
|
|
1793
|
-
DnsSupport?: DnsSupportValue | undefined;
|
|
1794
|
-
SecurityGroupReferencingSupport?:
|
|
1795
|
-
| SecurityGroupReferencingSupportValue
|
|
1796
|
-
| undefined;
|
|
1797
|
-
MulticastSupport?: MulticastSupportValue | undefined;
|
|
1596
|
+
export interface DeleteSecurityGroupRequest {
|
|
1597
|
+
GroupId?: string | undefined;
|
|
1598
|
+
GroupName?: string | undefined;
|
|
1599
|
+
DryRun?: boolean | undefined;
|
|
1798
1600
|
}
|
|
1799
|
-
export
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
readonly deleting: "deleting";
|
|
1803
|
-
readonly modifying: "modifying";
|
|
1804
|
-
readonly pending: "pending";
|
|
1805
|
-
};
|
|
1806
|
-
export type TransitGatewayState =
|
|
1807
|
-
(typeof TransitGatewayState)[keyof typeof TransitGatewayState];
|
|
1808
|
-
export interface TransitGateway {
|
|
1809
|
-
TransitGatewayId?: string | undefined;
|
|
1810
|
-
TransitGatewayArn?: string | undefined;
|
|
1811
|
-
State?: TransitGatewayState | undefined;
|
|
1812
|
-
OwnerId?: string | undefined;
|
|
1813
|
-
Description?: string | undefined;
|
|
1814
|
-
CreationTime?: Date | undefined;
|
|
1815
|
-
Options?: TransitGatewayOptions | undefined;
|
|
1816
|
-
Tags?: Tag[] | undefined;
|
|
1601
|
+
export interface DeleteSecurityGroupResult {
|
|
1602
|
+
Return?: boolean | undefined;
|
|
1603
|
+
GroupId?: string | undefined;
|
|
1817
1604
|
}
|
|
1818
|
-
export interface
|
|
1819
|
-
|
|
1605
|
+
export interface DeleteSnapshotRequest {
|
|
1606
|
+
SnapshotId: string | undefined;
|
|
1607
|
+
DryRun?: boolean | undefined;
|
|
1820
1608
|
}
|
|
1821
|
-
export
|
|
1822
|
-
|
|
1823
|
-
};
|
|
1824
|
-
export type ProtocolValue = (typeof ProtocolValue)[keyof typeof ProtocolValue];
|
|
1825
|
-
export interface CreateTransitGatewayConnectRequestOptions {
|
|
1826
|
-
Protocol: ProtocolValue | undefined;
|
|
1609
|
+
export interface DeleteSpotDatafeedSubscriptionRequest {
|
|
1610
|
+
DryRun?: boolean | undefined;
|
|
1827
1611
|
}
|
|
1828
|
-
export interface
|
|
1829
|
-
|
|
1830
|
-
Options: CreateTransitGatewayConnectRequestOptions | undefined;
|
|
1831
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1612
|
+
export interface DeleteSubnetRequest {
|
|
1613
|
+
SubnetId: string | undefined;
|
|
1832
1614
|
DryRun?: boolean | undefined;
|
|
1833
1615
|
}
|
|
1834
|
-
export interface
|
|
1835
|
-
|
|
1616
|
+
export interface DeleteSubnetCidrReservationRequest {
|
|
1617
|
+
SubnetCidrReservationId: string | undefined;
|
|
1618
|
+
DryRun?: boolean | undefined;
|
|
1836
1619
|
}
|
|
1837
|
-
export interface
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
Options?: TransitGatewayConnectOptions | undefined;
|
|
1620
|
+
export interface DeleteSubnetCidrReservationResult {
|
|
1621
|
+
DeletedSubnetCidrReservation?: SubnetCidrReservation | undefined;
|
|
1622
|
+
}
|
|
1623
|
+
export interface DeleteTagsRequest {
|
|
1624
|
+
DryRun?: boolean | undefined;
|
|
1625
|
+
Resources: string[] | undefined;
|
|
1844
1626
|
Tags?: Tag[] | undefined;
|
|
1845
1627
|
}
|
|
1846
|
-
export interface
|
|
1847
|
-
|
|
1628
|
+
export interface DeleteTrafficMirrorFilterRequest {
|
|
1629
|
+
TrafficMirrorFilterId: string | undefined;
|
|
1630
|
+
DryRun?: boolean | undefined;
|
|
1848
1631
|
}
|
|
1849
|
-
export interface
|
|
1850
|
-
|
|
1632
|
+
export interface DeleteTrafficMirrorFilterResult {
|
|
1633
|
+
TrafficMirrorFilterId?: string | undefined;
|
|
1851
1634
|
}
|
|
1852
|
-
export interface
|
|
1853
|
-
|
|
1854
|
-
TransitGatewayAddress?: string | undefined;
|
|
1855
|
-
PeerAddress: string | undefined;
|
|
1856
|
-
BgpOptions?: TransitGatewayConnectRequestBgpOptions | undefined;
|
|
1857
|
-
InsideCidrBlocks: string[] | undefined;
|
|
1858
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1635
|
+
export interface DeleteTrafficMirrorFilterRuleRequest {
|
|
1636
|
+
TrafficMirrorFilterRuleId: string | undefined;
|
|
1859
1637
|
DryRun?: boolean | undefined;
|
|
1860
1638
|
}
|
|
1861
|
-
export
|
|
1862
|
-
|
|
1863
|
-
readonly up: "up";
|
|
1864
|
-
};
|
|
1865
|
-
export type BgpStatus = (typeof BgpStatus)[keyof typeof BgpStatus];
|
|
1866
|
-
export interface TransitGatewayAttachmentBgpConfiguration {
|
|
1867
|
-
TransitGatewayAsn?: number | undefined;
|
|
1868
|
-
PeerAsn?: number | undefined;
|
|
1869
|
-
TransitGatewayAddress?: string | undefined;
|
|
1870
|
-
PeerAddress?: string | undefined;
|
|
1871
|
-
BgpStatus?: BgpStatus | undefined;
|
|
1639
|
+
export interface DeleteTrafficMirrorFilterRuleResult {
|
|
1640
|
+
TrafficMirrorFilterRuleId?: string | undefined;
|
|
1872
1641
|
}
|
|
1873
|
-
export interface
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
InsideCidrBlocks?: string[] | undefined;
|
|
1877
|
-
Protocol?: ProtocolValue | undefined;
|
|
1878
|
-
BgpConfigurations?: TransitGatewayAttachmentBgpConfiguration[] | undefined;
|
|
1642
|
+
export interface DeleteTrafficMirrorSessionRequest {
|
|
1643
|
+
TrafficMirrorSessionId: string | undefined;
|
|
1644
|
+
DryRun?: boolean | undefined;
|
|
1879
1645
|
}
|
|
1880
|
-
export
|
|
1881
|
-
|
|
1882
|
-
readonly deleted: "deleted";
|
|
1883
|
-
readonly deleting: "deleting";
|
|
1884
|
-
readonly pending: "pending";
|
|
1885
|
-
};
|
|
1886
|
-
export type TransitGatewayConnectPeerState =
|
|
1887
|
-
(typeof TransitGatewayConnectPeerState)[keyof typeof TransitGatewayConnectPeerState];
|
|
1888
|
-
export interface TransitGatewayConnectPeer {
|
|
1889
|
-
TransitGatewayAttachmentId?: string | undefined;
|
|
1890
|
-
TransitGatewayConnectPeerId?: string | undefined;
|
|
1891
|
-
State?: TransitGatewayConnectPeerState | undefined;
|
|
1892
|
-
CreationTime?: Date | undefined;
|
|
1893
|
-
ConnectPeerConfiguration?: TransitGatewayConnectPeerConfiguration | undefined;
|
|
1894
|
-
Tags?: Tag[] | undefined;
|
|
1646
|
+
export interface DeleteTrafficMirrorSessionResult {
|
|
1647
|
+
TrafficMirrorSessionId?: string | undefined;
|
|
1895
1648
|
}
|
|
1896
|
-
export interface
|
|
1897
|
-
|
|
1649
|
+
export interface DeleteTrafficMirrorTargetRequest {
|
|
1650
|
+
TrafficMirrorTargetId: string | undefined;
|
|
1651
|
+
DryRun?: boolean | undefined;
|
|
1898
1652
|
}
|
|
1899
|
-
export
|
|
1900
|
-
|
|
1901
|
-
readonly enable: "enable";
|
|
1902
|
-
};
|
|
1903
|
-
export type AutoAcceptSharedAssociationsValue =
|
|
1904
|
-
(typeof AutoAcceptSharedAssociationsValue)[keyof typeof AutoAcceptSharedAssociationsValue];
|
|
1905
|
-
export declare const Igmpv2SupportValue: {
|
|
1906
|
-
readonly disable: "disable";
|
|
1907
|
-
readonly enable: "enable";
|
|
1908
|
-
};
|
|
1909
|
-
export type Igmpv2SupportValue =
|
|
1910
|
-
(typeof Igmpv2SupportValue)[keyof typeof Igmpv2SupportValue];
|
|
1911
|
-
export declare const StaticSourcesSupportValue: {
|
|
1912
|
-
readonly disable: "disable";
|
|
1913
|
-
readonly enable: "enable";
|
|
1914
|
-
};
|
|
1915
|
-
export type StaticSourcesSupportValue =
|
|
1916
|
-
(typeof StaticSourcesSupportValue)[keyof typeof StaticSourcesSupportValue];
|
|
1917
|
-
export interface CreateTransitGatewayMulticastDomainRequestOptions {
|
|
1918
|
-
Igmpv2Support?: Igmpv2SupportValue | undefined;
|
|
1919
|
-
StaticSourcesSupport?: StaticSourcesSupportValue | undefined;
|
|
1920
|
-
AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | undefined;
|
|
1653
|
+
export interface DeleteTrafficMirrorTargetResult {
|
|
1654
|
+
TrafficMirrorTargetId?: string | undefined;
|
|
1921
1655
|
}
|
|
1922
|
-
export interface
|
|
1656
|
+
export interface DeleteTransitGatewayRequest {
|
|
1923
1657
|
TransitGatewayId: string | undefined;
|
|
1924
|
-
Options?: CreateTransitGatewayMulticastDomainRequestOptions | undefined;
|
|
1925
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1926
1658
|
DryRun?: boolean | undefined;
|
|
1927
1659
|
}
|
|
1928
|
-
export interface
|
|
1929
|
-
|
|
1930
|
-
StaticSourcesSupport?: StaticSourcesSupportValue | undefined;
|
|
1931
|
-
AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | undefined;
|
|
1660
|
+
export interface DeleteTransitGatewayResult {
|
|
1661
|
+
TransitGateway?: TransitGateway | undefined;
|
|
1932
1662
|
}
|
|
1933
|
-
export
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
readonly deleting: "deleting";
|
|
1937
|
-
readonly pending: "pending";
|
|
1938
|
-
};
|
|
1939
|
-
export type TransitGatewayMulticastDomainState =
|
|
1940
|
-
(typeof TransitGatewayMulticastDomainState)[keyof typeof TransitGatewayMulticastDomainState];
|
|
1941
|
-
export interface TransitGatewayMulticastDomain {
|
|
1942
|
-
TransitGatewayMulticastDomainId?: string | undefined;
|
|
1943
|
-
TransitGatewayId?: string | undefined;
|
|
1944
|
-
TransitGatewayMulticastDomainArn?: string | undefined;
|
|
1945
|
-
OwnerId?: string | undefined;
|
|
1946
|
-
Options?: TransitGatewayMulticastDomainOptions | undefined;
|
|
1947
|
-
State?: TransitGatewayMulticastDomainState | undefined;
|
|
1948
|
-
CreationTime?: Date | undefined;
|
|
1949
|
-
Tags?: Tag[] | undefined;
|
|
1663
|
+
export interface DeleteTransitGatewayConnectRequest {
|
|
1664
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
1665
|
+
DryRun?: boolean | undefined;
|
|
1950
1666
|
}
|
|
1951
|
-
export interface
|
|
1952
|
-
|
|
1667
|
+
export interface DeleteTransitGatewayConnectResult {
|
|
1668
|
+
TransitGatewayConnect?: TransitGatewayConnect | undefined;
|
|
1953
1669
|
}
|
|
1954
|
-
export interface
|
|
1955
|
-
|
|
1670
|
+
export interface DeleteTransitGatewayConnectPeerRequest {
|
|
1671
|
+
TransitGatewayConnectPeerId: string | undefined;
|
|
1672
|
+
DryRun?: boolean | undefined;
|
|
1956
1673
|
}
|
|
1957
|
-
export interface
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
Options?: CreateTransitGatewayPeeringAttachmentRequestOptions | undefined;
|
|
1963
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1674
|
+
export interface DeleteTransitGatewayConnectPeerResult {
|
|
1675
|
+
TransitGatewayConnectPeer?: TransitGatewayConnectPeer | undefined;
|
|
1676
|
+
}
|
|
1677
|
+
export interface DeleteTransitGatewayMulticastDomainRequest {
|
|
1678
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
1964
1679
|
DryRun?: boolean | undefined;
|
|
1965
1680
|
}
|
|
1966
|
-
export interface
|
|
1967
|
-
|
|
1681
|
+
export interface DeleteTransitGatewayMulticastDomainResult {
|
|
1682
|
+
TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain | undefined;
|
|
1968
1683
|
}
|
|
1969
|
-
export interface
|
|
1970
|
-
|
|
1971
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1684
|
+
export interface DeleteTransitGatewayPeeringAttachmentRequest {
|
|
1685
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
1972
1686
|
DryRun?: boolean | undefined;
|
|
1973
1687
|
}
|
|
1974
|
-
export
|
|
1975
|
-
|
|
1976
|
-
readonly deleted: "deleted";
|
|
1977
|
-
readonly deleting: "deleting";
|
|
1978
|
-
readonly pending: "pending";
|
|
1979
|
-
};
|
|
1980
|
-
export type TransitGatewayPolicyTableState =
|
|
1981
|
-
(typeof TransitGatewayPolicyTableState)[keyof typeof TransitGatewayPolicyTableState];
|
|
1982
|
-
export interface TransitGatewayPolicyTable {
|
|
1983
|
-
TransitGatewayPolicyTableId?: string | undefined;
|
|
1984
|
-
TransitGatewayId?: string | undefined;
|
|
1985
|
-
State?: TransitGatewayPolicyTableState | undefined;
|
|
1986
|
-
CreationTime?: Date | undefined;
|
|
1987
|
-
Tags?: Tag[] | undefined;
|
|
1688
|
+
export interface DeleteTransitGatewayPeeringAttachmentResult {
|
|
1689
|
+
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment | undefined;
|
|
1988
1690
|
}
|
|
1989
|
-
export interface
|
|
1691
|
+
export interface DeleteTransitGatewayPolicyTableRequest {
|
|
1692
|
+
TransitGatewayPolicyTableId: string | undefined;
|
|
1693
|
+
DryRun?: boolean | undefined;
|
|
1694
|
+
}
|
|
1695
|
+
export interface DeleteTransitGatewayPolicyTableResult {
|
|
1990
1696
|
TransitGatewayPolicyTable?: TransitGatewayPolicyTable | undefined;
|
|
1991
1697
|
}
|
|
1992
|
-
export interface
|
|
1698
|
+
export interface DeleteTransitGatewayPrefixListReferenceRequest {
|
|
1993
1699
|
TransitGatewayRouteTableId: string | undefined;
|
|
1994
1700
|
PrefixListId: string | undefined;
|
|
1995
|
-
TransitGatewayAttachmentId?: string | undefined;
|
|
1996
|
-
Blackhole?: boolean | undefined;
|
|
1997
1701
|
DryRun?: boolean | undefined;
|
|
1998
1702
|
}
|
|
1999
|
-
export
|
|
2000
|
-
readonly available: "available";
|
|
2001
|
-
readonly deleting: "deleting";
|
|
2002
|
-
readonly modifying: "modifying";
|
|
2003
|
-
readonly pending: "pending";
|
|
2004
|
-
};
|
|
2005
|
-
export type TransitGatewayPrefixListReferenceState =
|
|
2006
|
-
(typeof TransitGatewayPrefixListReferenceState)[keyof typeof TransitGatewayPrefixListReferenceState];
|
|
2007
|
-
export interface TransitGatewayPrefixListAttachment {
|
|
2008
|
-
TransitGatewayAttachmentId?: string | undefined;
|
|
2009
|
-
ResourceType?: TransitGatewayAttachmentResourceType | undefined;
|
|
2010
|
-
ResourceId?: string | undefined;
|
|
2011
|
-
}
|
|
2012
|
-
export interface TransitGatewayPrefixListReference {
|
|
2013
|
-
TransitGatewayRouteTableId?: string | undefined;
|
|
2014
|
-
PrefixListId?: string | undefined;
|
|
2015
|
-
PrefixListOwnerId?: string | undefined;
|
|
2016
|
-
State?: TransitGatewayPrefixListReferenceState | undefined;
|
|
2017
|
-
Blackhole?: boolean | undefined;
|
|
2018
|
-
TransitGatewayAttachment?: TransitGatewayPrefixListAttachment | undefined;
|
|
2019
|
-
}
|
|
2020
|
-
export interface CreateTransitGatewayPrefixListReferenceResult {
|
|
1703
|
+
export interface DeleteTransitGatewayPrefixListReferenceResult {
|
|
2021
1704
|
TransitGatewayPrefixListReference?:
|
|
2022
1705
|
| TransitGatewayPrefixListReference
|
|
2023
1706
|
| undefined;
|
|
2024
1707
|
}
|
|
2025
|
-
export interface
|
|
2026
|
-
DestinationCidrBlock: string | undefined;
|
|
1708
|
+
export interface DeleteTransitGatewayRouteRequest {
|
|
2027
1709
|
TransitGatewayRouteTableId: string | undefined;
|
|
2028
|
-
|
|
2029
|
-
Blackhole?: boolean | undefined;
|
|
1710
|
+
DestinationCidrBlock: string | undefined;
|
|
2030
1711
|
DryRun?: boolean | undefined;
|
|
2031
1712
|
}
|
|
2032
|
-
export
|
|
2033
|
-
readonly active: "active";
|
|
2034
|
-
readonly blackhole: "blackhole";
|
|
2035
|
-
readonly deleted: "deleted";
|
|
2036
|
-
readonly deleting: "deleting";
|
|
2037
|
-
readonly pending: "pending";
|
|
2038
|
-
};
|
|
2039
|
-
export type TransitGatewayRouteState =
|
|
2040
|
-
(typeof TransitGatewayRouteState)[keyof typeof TransitGatewayRouteState];
|
|
2041
|
-
export interface TransitGatewayRouteAttachment {
|
|
2042
|
-
ResourceId?: string | undefined;
|
|
2043
|
-
TransitGatewayAttachmentId?: string | undefined;
|
|
2044
|
-
ResourceType?: TransitGatewayAttachmentResourceType | undefined;
|
|
2045
|
-
}
|
|
2046
|
-
export declare const TransitGatewayRouteType: {
|
|
2047
|
-
readonly propagated: "propagated";
|
|
2048
|
-
readonly static: "static";
|
|
2049
|
-
};
|
|
2050
|
-
export type TransitGatewayRouteType =
|
|
2051
|
-
(typeof TransitGatewayRouteType)[keyof typeof TransitGatewayRouteType];
|
|
2052
|
-
export interface TransitGatewayRoute {
|
|
2053
|
-
DestinationCidrBlock?: string | undefined;
|
|
2054
|
-
PrefixListId?: string | undefined;
|
|
2055
|
-
TransitGatewayRouteTableAnnouncementId?: string | undefined;
|
|
2056
|
-
TransitGatewayAttachments?: TransitGatewayRouteAttachment[] | undefined;
|
|
2057
|
-
Type?: TransitGatewayRouteType | undefined;
|
|
2058
|
-
State?: TransitGatewayRouteState | undefined;
|
|
2059
|
-
}
|
|
2060
|
-
export interface CreateTransitGatewayRouteResult {
|
|
1713
|
+
export interface DeleteTransitGatewayRouteResult {
|
|
2061
1714
|
Route?: TransitGatewayRoute | undefined;
|
|
2062
1715
|
}
|
|
2063
|
-
export interface
|
|
2064
|
-
|
|
2065
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1716
|
+
export interface DeleteTransitGatewayRouteTableRequest {
|
|
1717
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
2066
1718
|
DryRun?: boolean | undefined;
|
|
2067
1719
|
}
|
|
2068
|
-
export
|
|
2069
|
-
readonly available: "available";
|
|
2070
|
-
readonly deleted: "deleted";
|
|
2071
|
-
readonly deleting: "deleting";
|
|
2072
|
-
readonly pending: "pending";
|
|
2073
|
-
};
|
|
2074
|
-
export type TransitGatewayRouteTableState =
|
|
2075
|
-
(typeof TransitGatewayRouteTableState)[keyof typeof TransitGatewayRouteTableState];
|
|
2076
|
-
export interface TransitGatewayRouteTable {
|
|
2077
|
-
TransitGatewayRouteTableId?: string | undefined;
|
|
2078
|
-
TransitGatewayId?: string | undefined;
|
|
2079
|
-
State?: TransitGatewayRouteTableState | undefined;
|
|
2080
|
-
DefaultAssociationRouteTable?: boolean | undefined;
|
|
2081
|
-
DefaultPropagationRouteTable?: boolean | undefined;
|
|
2082
|
-
CreationTime?: Date | undefined;
|
|
2083
|
-
Tags?: Tag[] | undefined;
|
|
2084
|
-
}
|
|
2085
|
-
export interface CreateTransitGatewayRouteTableResult {
|
|
1720
|
+
export interface DeleteTransitGatewayRouteTableResult {
|
|
2086
1721
|
TransitGatewayRouteTable?: TransitGatewayRouteTable | undefined;
|
|
2087
1722
|
}
|
|
2088
|
-
export interface
|
|
2089
|
-
|
|
2090
|
-
PeeringAttachmentId: string | undefined;
|
|
2091
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1723
|
+
export interface DeleteTransitGatewayRouteTableAnnouncementRequest {
|
|
1724
|
+
TransitGatewayRouteTableAnnouncementId: string | undefined;
|
|
2092
1725
|
DryRun?: boolean | undefined;
|
|
2093
1726
|
}
|
|
2094
|
-
export
|
|
2095
|
-
readonly incoming: "incoming";
|
|
2096
|
-
readonly outgoing: "outgoing";
|
|
2097
|
-
};
|
|
2098
|
-
export type TransitGatewayRouteTableAnnouncementDirection =
|
|
2099
|
-
(typeof TransitGatewayRouteTableAnnouncementDirection)[keyof typeof TransitGatewayRouteTableAnnouncementDirection];
|
|
2100
|
-
export declare const TransitGatewayRouteTableAnnouncementState: {
|
|
2101
|
-
readonly available: "available";
|
|
2102
|
-
readonly deleted: "deleted";
|
|
2103
|
-
readonly deleting: "deleting";
|
|
2104
|
-
readonly failed: "failed";
|
|
2105
|
-
readonly failing: "failing";
|
|
2106
|
-
readonly pending: "pending";
|
|
2107
|
-
};
|
|
2108
|
-
export type TransitGatewayRouteTableAnnouncementState =
|
|
2109
|
-
(typeof TransitGatewayRouteTableAnnouncementState)[keyof typeof TransitGatewayRouteTableAnnouncementState];
|
|
2110
|
-
export interface TransitGatewayRouteTableAnnouncement {
|
|
2111
|
-
TransitGatewayRouteTableAnnouncementId?: string | undefined;
|
|
2112
|
-
TransitGatewayId?: string | undefined;
|
|
2113
|
-
CoreNetworkId?: string | undefined;
|
|
2114
|
-
PeerTransitGatewayId?: string | undefined;
|
|
2115
|
-
PeerCoreNetworkId?: string | undefined;
|
|
2116
|
-
PeeringAttachmentId?: string | undefined;
|
|
2117
|
-
AnnouncementDirection?:
|
|
2118
|
-
| TransitGatewayRouteTableAnnouncementDirection
|
|
2119
|
-
| undefined;
|
|
2120
|
-
TransitGatewayRouteTableId?: string | undefined;
|
|
2121
|
-
State?: TransitGatewayRouteTableAnnouncementState | undefined;
|
|
2122
|
-
CreationTime?: Date | undefined;
|
|
2123
|
-
Tags?: Tag[] | undefined;
|
|
2124
|
-
}
|
|
2125
|
-
export interface CreateTransitGatewayRouteTableAnnouncementResult {
|
|
1727
|
+
export interface DeleteTransitGatewayRouteTableAnnouncementResult {
|
|
2126
1728
|
TransitGatewayRouteTableAnnouncement?:
|
|
2127
1729
|
| TransitGatewayRouteTableAnnouncement
|
|
2128
1730
|
| undefined;
|
|
2129
1731
|
}
|
|
2130
|
-
export interface
|
|
2131
|
-
|
|
2132
|
-
SecurityGroupReferencingSupport?:
|
|
2133
|
-
| SecurityGroupReferencingSupportValue
|
|
2134
|
-
| undefined;
|
|
2135
|
-
Ipv6Support?: Ipv6SupportValue | undefined;
|
|
2136
|
-
ApplianceModeSupport?: ApplianceModeSupportValue | undefined;
|
|
2137
|
-
}
|
|
2138
|
-
export interface CreateTransitGatewayVpcAttachmentRequest {
|
|
2139
|
-
TransitGatewayId: string | undefined;
|
|
2140
|
-
VpcId: string | undefined;
|
|
2141
|
-
SubnetIds: string[] | undefined;
|
|
2142
|
-
Options?: CreateTransitGatewayVpcAttachmentRequestOptions | undefined;
|
|
2143
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1732
|
+
export interface DeleteTransitGatewayVpcAttachmentRequest {
|
|
1733
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
2144
1734
|
DryRun?: boolean | undefined;
|
|
2145
1735
|
}
|
|
2146
|
-
export interface
|
|
1736
|
+
export interface DeleteTransitGatewayVpcAttachmentResult {
|
|
2147
1737
|
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
|
|
2148
1738
|
}
|
|
2149
|
-
export
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
(typeof VerifiedAccessEndpointAttachmentType)[keyof typeof VerifiedAccessEndpointAttachmentType];
|
|
2154
|
-
export interface CreateVerifiedAccessEndpointPortRange {
|
|
2155
|
-
FromPort?: number | undefined;
|
|
2156
|
-
ToPort?: number | undefined;
|
|
2157
|
-
}
|
|
2158
|
-
export declare const VerifiedAccessEndpointProtocol: {
|
|
2159
|
-
readonly http: "http";
|
|
2160
|
-
readonly https: "https";
|
|
2161
|
-
readonly tcp: "tcp";
|
|
2162
|
-
};
|
|
2163
|
-
export type VerifiedAccessEndpointProtocol =
|
|
2164
|
-
(typeof VerifiedAccessEndpointProtocol)[keyof typeof VerifiedAccessEndpointProtocol];
|
|
2165
|
-
export interface CreateVerifiedAccessEndpointCidrOptions {
|
|
2166
|
-
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
2167
|
-
SubnetIds?: string[] | undefined;
|
|
2168
|
-
Cidr?: string | undefined;
|
|
2169
|
-
PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
|
|
2170
|
-
}
|
|
2171
|
-
export declare const VerifiedAccessEndpointType: {
|
|
2172
|
-
readonly cidr: "cidr";
|
|
2173
|
-
readonly load_balancer: "load-balancer";
|
|
2174
|
-
readonly network_interface: "network-interface";
|
|
2175
|
-
readonly rds: "rds";
|
|
2176
|
-
};
|
|
2177
|
-
export type VerifiedAccessEndpointType =
|
|
2178
|
-
(typeof VerifiedAccessEndpointType)[keyof typeof VerifiedAccessEndpointType];
|
|
2179
|
-
export interface CreateVerifiedAccessEndpointLoadBalancerOptions {
|
|
2180
|
-
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
2181
|
-
Port?: number | undefined;
|
|
2182
|
-
LoadBalancerArn?: string | undefined;
|
|
2183
|
-
SubnetIds?: string[] | undefined;
|
|
2184
|
-
PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
|
|
2185
|
-
}
|
|
2186
|
-
export interface CreateVerifiedAccessEndpointEniOptions {
|
|
2187
|
-
NetworkInterfaceId?: string | undefined;
|
|
2188
|
-
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
2189
|
-
Port?: number | undefined;
|
|
2190
|
-
PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
|
|
2191
|
-
}
|
|
2192
|
-
export interface CreateVerifiedAccessEndpointRdsOptions {
|
|
2193
|
-
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
2194
|
-
Port?: number | undefined;
|
|
2195
|
-
RdsDbInstanceArn?: string | undefined;
|
|
2196
|
-
RdsDbClusterArn?: string | undefined;
|
|
2197
|
-
RdsDbProxyArn?: string | undefined;
|
|
2198
|
-
RdsEndpoint?: string | undefined;
|
|
2199
|
-
SubnetIds?: string[] | undefined;
|
|
1739
|
+
export interface DeleteVerifiedAccessEndpointRequest {
|
|
1740
|
+
VerifiedAccessEndpointId: string | undefined;
|
|
1741
|
+
ClientToken?: string | undefined;
|
|
1742
|
+
DryRun?: boolean | undefined;
|
|
2200
1743
|
}
|
|
2201
|
-
export interface
|
|
2202
|
-
|
|
2203
|
-
KmsKeyArn?: string | undefined;
|
|
1744
|
+
export interface DeleteVerifiedAccessEndpointResult {
|
|
1745
|
+
VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
|
|
2204
1746
|
}
|
|
2205
|
-
export interface
|
|
1747
|
+
export interface DeleteVerifiedAccessGroupRequest {
|
|
2206
1748
|
VerifiedAccessGroupId: string | undefined;
|
|
2207
|
-
EndpointType: VerifiedAccessEndpointType | undefined;
|
|
2208
|
-
AttachmentType: VerifiedAccessEndpointAttachmentType | undefined;
|
|
2209
|
-
DomainCertificateArn?: string | undefined;
|
|
2210
|
-
ApplicationDomain?: string | undefined;
|
|
2211
|
-
EndpointDomainPrefix?: string | undefined;
|
|
2212
|
-
SecurityGroupIds?: string[] | undefined;
|
|
2213
|
-
LoadBalancerOptions?:
|
|
2214
|
-
| CreateVerifiedAccessEndpointLoadBalancerOptions
|
|
2215
|
-
| undefined;
|
|
2216
|
-
NetworkInterfaceOptions?: CreateVerifiedAccessEndpointEniOptions | undefined;
|
|
2217
|
-
Description?: string | undefined;
|
|
2218
|
-
PolicyDocument?: string | undefined;
|
|
2219
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
2220
1749
|
ClientToken?: string | undefined;
|
|
2221
1750
|
DryRun?: boolean | undefined;
|
|
2222
|
-
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
2223
|
-
RdsOptions?: CreateVerifiedAccessEndpointRdsOptions | undefined;
|
|
2224
|
-
CidrOptions?: CreateVerifiedAccessEndpointCidrOptions | undefined;
|
|
2225
|
-
}
|
|
2226
|
-
export interface VerifiedAccessEndpointPortRange {
|
|
2227
|
-
FromPort?: number | undefined;
|
|
2228
|
-
ToPort?: number | undefined;
|
|
2229
1751
|
}
|
|
2230
|
-
export interface
|
|
2231
|
-
|
|
2232
|
-
PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
|
|
2233
|
-
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
2234
|
-
SubnetIds?: string[] | undefined;
|
|
1752
|
+
export interface DeleteVerifiedAccessGroupResult {
|
|
1753
|
+
VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
|
|
2235
1754
|
}
|
|
2236
|
-
export interface
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
SubnetIds?: string[] | undefined;
|
|
2241
|
-
PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
|
|
1755
|
+
export interface DeleteVerifiedAccessInstanceRequest {
|
|
1756
|
+
VerifiedAccessInstanceId: string | undefined;
|
|
1757
|
+
DryRun?: boolean | undefined;
|
|
1758
|
+
ClientToken?: string | undefined;
|
|
2242
1759
|
}
|
|
2243
|
-
export interface
|
|
2244
|
-
|
|
2245
|
-
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
2246
|
-
Port?: number | undefined;
|
|
2247
|
-
PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
|
|
1760
|
+
export interface DeleteVerifiedAccessInstanceResult {
|
|
1761
|
+
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
2248
1762
|
}
|
|
2249
|
-
export interface
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
RdsDbClusterArn?: string | undefined;
|
|
2254
|
-
RdsDbProxyArn?: string | undefined;
|
|
2255
|
-
RdsEndpoint?: string | undefined;
|
|
2256
|
-
SubnetIds?: string[] | undefined;
|
|
1763
|
+
export interface DeleteVerifiedAccessTrustProviderRequest {
|
|
1764
|
+
VerifiedAccessTrustProviderId: string | undefined;
|
|
1765
|
+
DryRun?: boolean | undefined;
|
|
1766
|
+
ClientToken?: string | undefined;
|
|
2257
1767
|
}
|
|
2258
|
-
export
|
|
2259
|
-
|
|
2260
|
-
readonly deleted: "deleted";
|
|
2261
|
-
readonly deleting: "deleting";
|
|
2262
|
-
readonly pending: "pending";
|
|
2263
|
-
readonly updating: "updating";
|
|
2264
|
-
};
|
|
2265
|
-
export type VerifiedAccessEndpointStatusCode =
|
|
2266
|
-
(typeof VerifiedAccessEndpointStatusCode)[keyof typeof VerifiedAccessEndpointStatusCode];
|
|
2267
|
-
export interface VerifiedAccessEndpointStatus {
|
|
2268
|
-
Code?: VerifiedAccessEndpointStatusCode | undefined;
|
|
2269
|
-
Message?: string | undefined;
|
|
1768
|
+
export interface DeleteVerifiedAccessTrustProviderResult {
|
|
1769
|
+
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
|
|
2270
1770
|
}
|
|
2271
|
-
export interface
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
VerifiedAccessEndpointId?: string | undefined;
|
|
2275
|
-
ApplicationDomain?: string | undefined;
|
|
2276
|
-
EndpointType?: VerifiedAccessEndpointType | undefined;
|
|
2277
|
-
AttachmentType?: VerifiedAccessEndpointAttachmentType | undefined;
|
|
2278
|
-
DomainCertificateArn?: string | undefined;
|
|
2279
|
-
EndpointDomain?: string | undefined;
|
|
2280
|
-
DeviceValidationDomain?: string | undefined;
|
|
2281
|
-
SecurityGroupIds?: string[] | undefined;
|
|
2282
|
-
LoadBalancerOptions?: VerifiedAccessEndpointLoadBalancerOptions | undefined;
|
|
2283
|
-
NetworkInterfaceOptions?: VerifiedAccessEndpointEniOptions | undefined;
|
|
2284
|
-
Status?: VerifiedAccessEndpointStatus | undefined;
|
|
2285
|
-
Description?: string | undefined;
|
|
2286
|
-
CreationTime?: string | undefined;
|
|
2287
|
-
LastUpdatedTime?: string | undefined;
|
|
2288
|
-
DeletionTime?: string | undefined;
|
|
2289
|
-
Tags?: Tag[] | undefined;
|
|
2290
|
-
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
2291
|
-
RdsOptions?: VerifiedAccessEndpointRdsOptions | undefined;
|
|
2292
|
-
CidrOptions?: VerifiedAccessEndpointCidrOptions | undefined;
|
|
1771
|
+
export interface DeleteVolumeRequest {
|
|
1772
|
+
VolumeId: string | undefined;
|
|
1773
|
+
DryRun?: boolean | undefined;
|
|
2293
1774
|
}
|