@aws-sdk/client-ec2 3.936.0 → 3.938.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 +128 -0
- package/dist-cjs/index.js +1791 -93
- package/dist-es/EC2.js +32 -0
- package/dist-es/commands/CreateInterruptibleCapacityReservationAllocationCommand.js +16 -0
- package/dist-es/commands/CreateTransitGatewayMeteringPolicyCommand.js +16 -0
- package/dist-es/commands/CreateTransitGatewayMeteringPolicyEntryCommand.js +16 -0
- package/dist-es/commands/CreateVpcEncryptionControlCommand.js +16 -0
- package/dist-es/commands/DeleteTransitGatewayMeteringPolicyCommand.js +16 -0
- package/dist-es/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.js +16 -0
- package/dist-es/commands/DeleteVpcEncryptionControlCommand.js +16 -0
- package/dist-es/commands/DescribeTransitGatewayMeteringPoliciesCommand.js +16 -0
- package/dist-es/commands/DescribeVpcEncryptionControlsCommand.js +16 -0
- package/dist-es/commands/GetTransitGatewayMeteringPolicyEntriesCommand.js +16 -0
- package/dist-es/commands/GetVpcResourcesBlockingEncryptionEnforcementCommand.js +16 -0
- package/dist-es/commands/ListVolumesInRecycleBinCommand.js +16 -0
- package/dist-es/commands/ModifyTransitGatewayMeteringPolicyCommand.js +16 -0
- package/dist-es/commands/ModifyVpcEncryptionControlCommand.js +16 -0
- package/dist-es/commands/RestoreVolumeFromRecycleBinCommand.js +16 -0
- package/dist-es/commands/UpdateInterruptibleCapacityReservationAllocationCommand.js +16 -0
- package/dist-es/commands/index.js +16 -0
- package/dist-es/models/enums.js +52 -0
- package/dist-es/schemas/schemas_0.js +1507 -93
- package/dist-types/EC2.d.ts +115 -0
- package/dist-types/EC2Client.d.ts +18 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +25 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +13 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -3
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +93 -0
- 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 +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +3 -3
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +2 -2
- 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 +4 -4
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -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 +5 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +103 -0
- package/dist-types/commands/CreateTransitGatewayMeteringPolicyEntryCommand.d.ts +103 -0
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +12 -1
- package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +124 -0
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +7 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +89 -0
- package/dist-types/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +93 -0
- 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/DeleteVpcEncryptionControlCommand.d.ts +113 -0
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -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 +8 -1
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstancesCommand.d.ts +5 -2
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +104 -0
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +4 -0
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -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 +1 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEncryptionControlsCommand.d.ts +131 -0
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +3 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +12 -0
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +3 -3
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +2 -2
- package/dist-types/commands/GetIpamPolicyAllocationRulesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +2 -2
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -2
- package/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +2 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetTransitGatewayMeteringPolicyEntriesCommand.d.ts +105 -0
- package/dist-types/commands/GetVpcResourcesBlockingEncryptionEnforcementCommand.d.ts +86 -0
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ListVolumesInRecycleBinCommand.d.ts +101 -0
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +5 -0
- package/dist-types/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +95 -0
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -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/ModifyVpcEncryptionControlCommand.d.ts +122 -0
- 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 +4 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +4 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +4 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +7 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -2
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +2 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +24 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -2
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +13 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RestoreVolumeFromRecycleBinCommand.d.ts +76 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +4 -4
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInterruptibleCapacityReservationAllocationCommand.d.ts +83 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +16 -0
- package/dist-types/models/enums.d.ts +116 -0
- package/dist-types/models/models_0.d.ts +185 -37
- package/dist-types/models/models_1.d.ts +108 -74
- package/dist-types/models/models_2.d.ts +497 -269
- package/dist-types/models/models_3.d.ts +326 -1233
- package/dist-types/models/models_4.d.ts +7253 -6866
- package/dist-types/models/models_5.d.ts +4082 -3920
- package/dist-types/models/models_6.d.ts +4916 -4906
- package/dist-types/models/models_7.d.ts +1260 -5
- package/dist-types/schemas/schemas_0.d.ts +64 -0
- package/dist-types/ts3.4/EC2.d.ts +335 -0
- package/dist-types/ts3.4/EC2Client.d.ts +96 -0
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayMeteringPolicyEntryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpcEncryptionControlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +51 -0
- 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/DeleteVpcEncryptionControlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -4
- 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 +4 -2
- 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/DescribeVpcEncryptionControlsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +2 -4
- 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 +1 -1
- package/dist-types/ts3.4/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayMeteringPolicyEntriesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetVpcResourcesBlockingEncryptionEnforcementCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListVolumesInRecycleBinCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -4
- 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/ModifyVpcEncryptionControlCommand.d.ts +51 -0
- 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 +4 -2
- package/dist-types/ts3.4/commands/RestoreVolumeFromRecycleBinCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInterruptibleCapacityReservationAllocationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +16 -0
- package/dist-types/ts3.4/models/enums.d.ts +68 -0
- package/dist-types/ts3.4/models/models_0.d.ts +17 -8
- package/dist-types/ts3.4/models/models_1.d.ts +24 -17
- package/dist-types/ts3.4/models/models_2.d.ts +144 -77
- package/dist-types/ts3.4/models/models_3.d.ts +98 -222
- package/dist-types/ts3.4/models/models_4.d.ts +256 -157
- package/dist-types/ts3.4/models/models_5.d.ts +180 -186
- package/dist-types/ts3.4/models/models_6.d.ts +253 -235
- package/dist-types/ts3.4/models/models_7.d.ts +289 -2
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +64 -0
- package/package.json +1 -1
package/dist-types/EC2.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ import { CreateInstanceConnectEndpointCommandInput, CreateInstanceConnectEndpoin
|
|
|
84
84
|
import { CreateInstanceEventWindowCommandInput, CreateInstanceEventWindowCommandOutput } from "./commands/CreateInstanceEventWindowCommand";
|
|
85
85
|
import { CreateInstanceExportTaskCommandInput, CreateInstanceExportTaskCommandOutput } from "./commands/CreateInstanceExportTaskCommand";
|
|
86
86
|
import { CreateInternetGatewayCommandInput, CreateInternetGatewayCommandOutput } from "./commands/CreateInternetGatewayCommand";
|
|
87
|
+
import { CreateInterruptibleCapacityReservationAllocationCommandInput, CreateInterruptibleCapacityReservationAllocationCommandOutput } from "./commands/CreateInterruptibleCapacityReservationAllocationCommand";
|
|
87
88
|
import { CreateIpamCommandInput, CreateIpamCommandOutput } from "./commands/CreateIpamCommand";
|
|
88
89
|
import { CreateIpamExternalResourceVerificationTokenCommandInput, CreateIpamExternalResourceVerificationTokenCommandOutput } from "./commands/CreateIpamExternalResourceVerificationTokenCommand";
|
|
89
90
|
import { CreateIpamPolicyCommandInput, CreateIpamPolicyCommandOutput } from "./commands/CreateIpamPolicyCommand";
|
|
@@ -135,6 +136,8 @@ import { CreateTrafficMirrorTargetCommandInput, CreateTrafficMirrorTargetCommand
|
|
|
135
136
|
import { CreateTransitGatewayCommandInput, CreateTransitGatewayCommandOutput } from "./commands/CreateTransitGatewayCommand";
|
|
136
137
|
import { CreateTransitGatewayConnectCommandInput, CreateTransitGatewayConnectCommandOutput } from "./commands/CreateTransitGatewayConnectCommand";
|
|
137
138
|
import { CreateTransitGatewayConnectPeerCommandInput, CreateTransitGatewayConnectPeerCommandOutput } from "./commands/CreateTransitGatewayConnectPeerCommand";
|
|
139
|
+
import { CreateTransitGatewayMeteringPolicyCommandInput, CreateTransitGatewayMeteringPolicyCommandOutput } from "./commands/CreateTransitGatewayMeteringPolicyCommand";
|
|
140
|
+
import { CreateTransitGatewayMeteringPolicyEntryCommandInput, CreateTransitGatewayMeteringPolicyEntryCommandOutput } from "./commands/CreateTransitGatewayMeteringPolicyEntryCommand";
|
|
138
141
|
import { CreateTransitGatewayMulticastDomainCommandInput, CreateTransitGatewayMulticastDomainCommandOutput } from "./commands/CreateTransitGatewayMulticastDomainCommand";
|
|
139
142
|
import { CreateTransitGatewayPeeringAttachmentCommandInput, CreateTransitGatewayPeeringAttachmentCommandOutput } from "./commands/CreateTransitGatewayPeeringAttachmentCommand";
|
|
140
143
|
import { CreateTransitGatewayPolicyTableCommandInput, CreateTransitGatewayPolicyTableCommandOutput } from "./commands/CreateTransitGatewayPolicyTableCommand";
|
|
@@ -150,6 +153,7 @@ import { CreateVerifiedAccessTrustProviderCommandInput, CreateVerifiedAccessTrus
|
|
|
150
153
|
import { CreateVolumeCommandInput, CreateVolumeCommandOutput } from "./commands/CreateVolumeCommand";
|
|
151
154
|
import { CreateVpcBlockPublicAccessExclusionCommandInput, CreateVpcBlockPublicAccessExclusionCommandOutput } from "./commands/CreateVpcBlockPublicAccessExclusionCommand";
|
|
152
155
|
import { CreateVpcCommandInput, CreateVpcCommandOutput } from "./commands/CreateVpcCommand";
|
|
156
|
+
import { CreateVpcEncryptionControlCommandInput, CreateVpcEncryptionControlCommandOutput } from "./commands/CreateVpcEncryptionControlCommand";
|
|
153
157
|
import { CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput } from "./commands/CreateVpcEndpointCommand";
|
|
154
158
|
import { CreateVpcEndpointConnectionNotificationCommandInput, CreateVpcEndpointConnectionNotificationCommandOutput } from "./commands/CreateVpcEndpointConnectionNotificationCommand";
|
|
155
159
|
import { CreateVpcEndpointServiceConfigurationCommandInput, CreateVpcEndpointServiceConfigurationCommandOutput } from "./commands/CreateVpcEndpointServiceConfigurationCommand";
|
|
@@ -222,6 +226,8 @@ import { DeleteTrafficMirrorTargetCommandInput, DeleteTrafficMirrorTargetCommand
|
|
|
222
226
|
import { DeleteTransitGatewayCommandInput, DeleteTransitGatewayCommandOutput } from "./commands/DeleteTransitGatewayCommand";
|
|
223
227
|
import { DeleteTransitGatewayConnectCommandInput, DeleteTransitGatewayConnectCommandOutput } from "./commands/DeleteTransitGatewayConnectCommand";
|
|
224
228
|
import { DeleteTransitGatewayConnectPeerCommandInput, DeleteTransitGatewayConnectPeerCommandOutput } from "./commands/DeleteTransitGatewayConnectPeerCommand";
|
|
229
|
+
import { DeleteTransitGatewayMeteringPolicyCommandInput, DeleteTransitGatewayMeteringPolicyCommandOutput } from "./commands/DeleteTransitGatewayMeteringPolicyCommand";
|
|
230
|
+
import { DeleteTransitGatewayMeteringPolicyEntryCommandInput, DeleteTransitGatewayMeteringPolicyEntryCommandOutput } from "./commands/DeleteTransitGatewayMeteringPolicyEntryCommand";
|
|
225
231
|
import { DeleteTransitGatewayMulticastDomainCommandInput, DeleteTransitGatewayMulticastDomainCommandOutput } from "./commands/DeleteTransitGatewayMulticastDomainCommand";
|
|
226
232
|
import { DeleteTransitGatewayPeeringAttachmentCommandInput, DeleteTransitGatewayPeeringAttachmentCommandOutput } from "./commands/DeleteTransitGatewayPeeringAttachmentCommand";
|
|
227
233
|
import { DeleteTransitGatewayPolicyTableCommandInput, DeleteTransitGatewayPolicyTableCommandOutput } from "./commands/DeleteTransitGatewayPolicyTableCommand";
|
|
@@ -237,6 +243,7 @@ import { DeleteVerifiedAccessTrustProviderCommandInput, DeleteVerifiedAccessTrus
|
|
|
237
243
|
import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "./commands/DeleteVolumeCommand";
|
|
238
244
|
import { DeleteVpcBlockPublicAccessExclusionCommandInput, DeleteVpcBlockPublicAccessExclusionCommandOutput } from "./commands/DeleteVpcBlockPublicAccessExclusionCommand";
|
|
239
245
|
import { DeleteVpcCommandInput, DeleteVpcCommandOutput } from "./commands/DeleteVpcCommand";
|
|
246
|
+
import { DeleteVpcEncryptionControlCommandInput, DeleteVpcEncryptionControlCommandOutput } from "./commands/DeleteVpcEncryptionControlCommand";
|
|
240
247
|
import { DeleteVpcEndpointConnectionNotificationsCommandInput, DeleteVpcEndpointConnectionNotificationsCommandOutput } from "./commands/DeleteVpcEndpointConnectionNotificationsCommand";
|
|
241
248
|
import { DeleteVpcEndpointsCommandInput, DeleteVpcEndpointsCommandOutput } from "./commands/DeleteVpcEndpointsCommand";
|
|
242
249
|
import { DeleteVpcEndpointServiceConfigurationsCommandInput, DeleteVpcEndpointServiceConfigurationsCommandOutput } from "./commands/DeleteVpcEndpointServiceConfigurationsCommand";
|
|
@@ -399,6 +406,7 @@ import { DescribeTrafficMirrorTargetsCommandInput, DescribeTrafficMirrorTargetsC
|
|
|
399
406
|
import { DescribeTransitGatewayAttachmentsCommandInput, DescribeTransitGatewayAttachmentsCommandOutput } from "./commands/DescribeTransitGatewayAttachmentsCommand";
|
|
400
407
|
import { DescribeTransitGatewayConnectPeersCommandInput, DescribeTransitGatewayConnectPeersCommandOutput } from "./commands/DescribeTransitGatewayConnectPeersCommand";
|
|
401
408
|
import { DescribeTransitGatewayConnectsCommandInput, DescribeTransitGatewayConnectsCommandOutput } from "./commands/DescribeTransitGatewayConnectsCommand";
|
|
409
|
+
import { DescribeTransitGatewayMeteringPoliciesCommandInput, DescribeTransitGatewayMeteringPoliciesCommandOutput } from "./commands/DescribeTransitGatewayMeteringPoliciesCommand";
|
|
402
410
|
import { DescribeTransitGatewayMulticastDomainsCommandInput, DescribeTransitGatewayMulticastDomainsCommandOutput } from "./commands/DescribeTransitGatewayMulticastDomainsCommand";
|
|
403
411
|
import { DescribeTransitGatewayPeeringAttachmentsCommandInput, DescribeTransitGatewayPeeringAttachmentsCommandOutput } from "./commands/DescribeTransitGatewayPeeringAttachmentsCommand";
|
|
404
412
|
import { DescribeTransitGatewayPolicyTablesCommandInput, DescribeTransitGatewayPolicyTablesCommandOutput } from "./commands/DescribeTransitGatewayPolicyTablesCommand";
|
|
@@ -421,6 +429,7 @@ import { DescribeVpcBlockPublicAccessExclusionsCommandInput, DescribeVpcBlockPub
|
|
|
421
429
|
import { DescribeVpcBlockPublicAccessOptionsCommandInput, DescribeVpcBlockPublicAccessOptionsCommandOutput } from "./commands/DescribeVpcBlockPublicAccessOptionsCommand";
|
|
422
430
|
import { DescribeVpcClassicLinkCommandInput, DescribeVpcClassicLinkCommandOutput } from "./commands/DescribeVpcClassicLinkCommand";
|
|
423
431
|
import { DescribeVpcClassicLinkDnsSupportCommandInput, DescribeVpcClassicLinkDnsSupportCommandOutput } from "./commands/DescribeVpcClassicLinkDnsSupportCommand";
|
|
432
|
+
import { DescribeVpcEncryptionControlsCommandInput, DescribeVpcEncryptionControlsCommandOutput } from "./commands/DescribeVpcEncryptionControlsCommand";
|
|
424
433
|
import { DescribeVpcEndpointAssociationsCommandInput, DescribeVpcEndpointAssociationsCommandOutput } from "./commands/DescribeVpcEndpointAssociationsCommand";
|
|
425
434
|
import { DescribeVpcEndpointConnectionNotificationsCommandInput, DescribeVpcEndpointConnectionNotificationsCommandOutput } from "./commands/DescribeVpcEndpointConnectionNotificationsCommand";
|
|
426
435
|
import { DescribeVpcEndpointConnectionsCommandInput, DescribeVpcEndpointConnectionsCommandOutput } from "./commands/DescribeVpcEndpointConnectionsCommand";
|
|
@@ -560,6 +569,7 @@ import { GetSnapshotBlockPublicAccessStateCommandInput, GetSnapshotBlockPublicAc
|
|
|
560
569
|
import { GetSpotPlacementScoresCommandInput, GetSpotPlacementScoresCommandOutput } from "./commands/GetSpotPlacementScoresCommand";
|
|
561
570
|
import { GetSubnetCidrReservationsCommandInput, GetSubnetCidrReservationsCommandOutput } from "./commands/GetSubnetCidrReservationsCommand";
|
|
562
571
|
import { GetTransitGatewayAttachmentPropagationsCommandInput, GetTransitGatewayAttachmentPropagationsCommandOutput } from "./commands/GetTransitGatewayAttachmentPropagationsCommand";
|
|
572
|
+
import { GetTransitGatewayMeteringPolicyEntriesCommandInput, GetTransitGatewayMeteringPolicyEntriesCommandOutput } from "./commands/GetTransitGatewayMeteringPolicyEntriesCommand";
|
|
563
573
|
import { GetTransitGatewayMulticastDomainAssociationsCommandInput, GetTransitGatewayMulticastDomainAssociationsCommandOutput } from "./commands/GetTransitGatewayMulticastDomainAssociationsCommand";
|
|
564
574
|
import { GetTransitGatewayPolicyTableAssociationsCommandInput, GetTransitGatewayPolicyTableAssociationsCommandOutput } from "./commands/GetTransitGatewayPolicyTableAssociationsCommand";
|
|
565
575
|
import { GetTransitGatewayPolicyTableEntriesCommandInput, GetTransitGatewayPolicyTableEntriesCommandOutput } from "./commands/GetTransitGatewayPolicyTableEntriesCommand";
|
|
@@ -569,6 +579,7 @@ import { GetTransitGatewayRouteTablePropagationsCommandInput, GetTransitGatewayR
|
|
|
569
579
|
import { GetVerifiedAccessEndpointPolicyCommandInput, GetVerifiedAccessEndpointPolicyCommandOutput } from "./commands/GetVerifiedAccessEndpointPolicyCommand";
|
|
570
580
|
import { GetVerifiedAccessEndpointTargetsCommandInput, GetVerifiedAccessEndpointTargetsCommandOutput } from "./commands/GetVerifiedAccessEndpointTargetsCommand";
|
|
571
581
|
import { GetVerifiedAccessGroupPolicyCommandInput, GetVerifiedAccessGroupPolicyCommandOutput } from "./commands/GetVerifiedAccessGroupPolicyCommand";
|
|
582
|
+
import { GetVpcResourcesBlockingEncryptionEnforcementCommandInput, GetVpcResourcesBlockingEncryptionEnforcementCommandOutput } from "./commands/GetVpcResourcesBlockingEncryptionEnforcementCommand";
|
|
572
583
|
import { GetVpnConnectionDeviceSampleConfigurationCommandInput, GetVpnConnectionDeviceSampleConfigurationCommandOutput } from "./commands/GetVpnConnectionDeviceSampleConfigurationCommand";
|
|
573
584
|
import { GetVpnConnectionDeviceTypesCommandInput, GetVpnConnectionDeviceTypesCommandOutput } from "./commands/GetVpnConnectionDeviceTypesCommand";
|
|
574
585
|
import { GetVpnTunnelReplacementStatusCommandInput, GetVpnTunnelReplacementStatusCommandOutput } from "./commands/GetVpnTunnelReplacementStatusCommand";
|
|
@@ -580,6 +591,7 @@ import { ImportSnapshotCommandInput, ImportSnapshotCommandOutput } from "./comma
|
|
|
580
591
|
import { ImportVolumeCommandInput, ImportVolumeCommandOutput } from "./commands/ImportVolumeCommand";
|
|
581
592
|
import { ListImagesInRecycleBinCommandInput, ListImagesInRecycleBinCommandOutput } from "./commands/ListImagesInRecycleBinCommand";
|
|
582
593
|
import { ListSnapshotsInRecycleBinCommandInput, ListSnapshotsInRecycleBinCommandOutput } from "./commands/ListSnapshotsInRecycleBinCommand";
|
|
594
|
+
import { ListVolumesInRecycleBinCommandInput, ListVolumesInRecycleBinCommandOutput } from "./commands/ListVolumesInRecycleBinCommand";
|
|
583
595
|
import { LockSnapshotCommandInput, LockSnapshotCommandOutput } from "./commands/LockSnapshotCommand";
|
|
584
596
|
import { ModifyAddressAttributeCommandInput, ModifyAddressAttributeCommandOutput } from "./commands/ModifyAddressAttributeCommand";
|
|
585
597
|
import { ModifyAvailabilityZoneGroupCommandInput, ModifyAvailabilityZoneGroupCommandOutput } from "./commands/ModifyAvailabilityZoneGroupCommand";
|
|
@@ -631,6 +643,7 @@ import { ModifyTrafficMirrorFilterNetworkServicesCommandInput, ModifyTrafficMirr
|
|
|
631
643
|
import { ModifyTrafficMirrorFilterRuleCommandInput, ModifyTrafficMirrorFilterRuleCommandOutput } from "./commands/ModifyTrafficMirrorFilterRuleCommand";
|
|
632
644
|
import { ModifyTrafficMirrorSessionCommandInput, ModifyTrafficMirrorSessionCommandOutput } from "./commands/ModifyTrafficMirrorSessionCommand";
|
|
633
645
|
import { ModifyTransitGatewayCommandInput, ModifyTransitGatewayCommandOutput } from "./commands/ModifyTransitGatewayCommand";
|
|
646
|
+
import { ModifyTransitGatewayMeteringPolicyCommandInput, ModifyTransitGatewayMeteringPolicyCommandOutput } from "./commands/ModifyTransitGatewayMeteringPolicyCommand";
|
|
634
647
|
import { ModifyTransitGatewayPrefixListReferenceCommandInput, ModifyTransitGatewayPrefixListReferenceCommandOutput } from "./commands/ModifyTransitGatewayPrefixListReferenceCommand";
|
|
635
648
|
import { ModifyTransitGatewayVpcAttachmentCommandInput, ModifyTransitGatewayVpcAttachmentCommandOutput } from "./commands/ModifyTransitGatewayVpcAttachmentCommand";
|
|
636
649
|
import { ModifyVerifiedAccessEndpointCommandInput, ModifyVerifiedAccessEndpointCommandOutput } from "./commands/ModifyVerifiedAccessEndpointCommand";
|
|
@@ -645,6 +658,7 @@ import { ModifyVolumeCommandInput, ModifyVolumeCommandOutput } from "./commands/
|
|
|
645
658
|
import { ModifyVpcAttributeCommandInput, ModifyVpcAttributeCommandOutput } from "./commands/ModifyVpcAttributeCommand";
|
|
646
659
|
import { ModifyVpcBlockPublicAccessExclusionCommandInput, ModifyVpcBlockPublicAccessExclusionCommandOutput } from "./commands/ModifyVpcBlockPublicAccessExclusionCommand";
|
|
647
660
|
import { ModifyVpcBlockPublicAccessOptionsCommandInput, ModifyVpcBlockPublicAccessOptionsCommandOutput } from "./commands/ModifyVpcBlockPublicAccessOptionsCommand";
|
|
661
|
+
import { ModifyVpcEncryptionControlCommandInput, ModifyVpcEncryptionControlCommandOutput } from "./commands/ModifyVpcEncryptionControlCommand";
|
|
648
662
|
import { ModifyVpcEndpointCommandInput, ModifyVpcEndpointCommandOutput } from "./commands/ModifyVpcEndpointCommand";
|
|
649
663
|
import { ModifyVpcEndpointConnectionNotificationCommandInput, ModifyVpcEndpointConnectionNotificationCommandOutput } from "./commands/ModifyVpcEndpointConnectionNotificationCommand";
|
|
650
664
|
import { ModifyVpcEndpointServiceConfigurationCommandInput, ModifyVpcEndpointServiceConfigurationCommandOutput } from "./commands/ModifyVpcEndpointServiceConfigurationCommand";
|
|
@@ -706,6 +720,7 @@ import { RestoreImageFromRecycleBinCommandInput, RestoreImageFromRecycleBinComma
|
|
|
706
720
|
import { RestoreManagedPrefixListVersionCommandInput, RestoreManagedPrefixListVersionCommandOutput } from "./commands/RestoreManagedPrefixListVersionCommand";
|
|
707
721
|
import { RestoreSnapshotFromRecycleBinCommandInput, RestoreSnapshotFromRecycleBinCommandOutput } from "./commands/RestoreSnapshotFromRecycleBinCommand";
|
|
708
722
|
import { RestoreSnapshotTierCommandInput, RestoreSnapshotTierCommandOutput } from "./commands/RestoreSnapshotTierCommand";
|
|
723
|
+
import { RestoreVolumeFromRecycleBinCommandInput, RestoreVolumeFromRecycleBinCommandOutput } from "./commands/RestoreVolumeFromRecycleBinCommand";
|
|
709
724
|
import { RevokeClientVpnIngressCommandInput, RevokeClientVpnIngressCommandOutput } from "./commands/RevokeClientVpnIngressCommand";
|
|
710
725
|
import { RevokeSecurityGroupEgressCommandInput, RevokeSecurityGroupEgressCommandOutput } from "./commands/RevokeSecurityGroupEgressCommand";
|
|
711
726
|
import { RevokeSecurityGroupIngressCommandInput, RevokeSecurityGroupIngressCommandOutput } from "./commands/RevokeSecurityGroupIngressCommand";
|
|
@@ -729,6 +744,7 @@ import { UnassignPrivateNatGatewayAddressCommandInput, UnassignPrivateNatGateway
|
|
|
729
744
|
import { UnlockSnapshotCommandInput, UnlockSnapshotCommandOutput } from "./commands/UnlockSnapshotCommand";
|
|
730
745
|
import { UnmonitorInstancesCommandInput, UnmonitorInstancesCommandOutput } from "./commands/UnmonitorInstancesCommand";
|
|
731
746
|
import { UpdateCapacityManagerOrganizationsAccessCommandInput, UpdateCapacityManagerOrganizationsAccessCommandOutput } from "./commands/UpdateCapacityManagerOrganizationsAccessCommand";
|
|
747
|
+
import { UpdateInterruptibleCapacityReservationAllocationCommandInput, UpdateInterruptibleCapacityReservationAllocationCommandOutput } from "./commands/UpdateInterruptibleCapacityReservationAllocationCommand";
|
|
732
748
|
import { UpdateSecurityGroupRuleDescriptionsEgressCommandInput, UpdateSecurityGroupRuleDescriptionsEgressCommandOutput } from "./commands/UpdateSecurityGroupRuleDescriptionsEgressCommand";
|
|
733
749
|
import { UpdateSecurityGroupRuleDescriptionsIngressCommandInput, UpdateSecurityGroupRuleDescriptionsIngressCommandOutput } from "./commands/UpdateSecurityGroupRuleDescriptionsIngressCommand";
|
|
734
750
|
import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "./commands/WithdrawByoipCidrCommand";
|
|
@@ -1254,6 +1270,12 @@ export interface EC2 {
|
|
|
1254
1270
|
createInternetGateway(args: CreateInternetGatewayCommandInput, options?: __HttpHandlerOptions): Promise<CreateInternetGatewayCommandOutput>;
|
|
1255
1271
|
createInternetGateway(args: CreateInternetGatewayCommandInput, cb: (err: any, data?: CreateInternetGatewayCommandOutput) => void): void;
|
|
1256
1272
|
createInternetGateway(args: CreateInternetGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInternetGatewayCommandOutput) => void): void;
|
|
1273
|
+
/**
|
|
1274
|
+
* @see {@link CreateInterruptibleCapacityReservationAllocationCommand}
|
|
1275
|
+
*/
|
|
1276
|
+
createInterruptibleCapacityReservationAllocation(args: CreateInterruptibleCapacityReservationAllocationCommandInput, options?: __HttpHandlerOptions): Promise<CreateInterruptibleCapacityReservationAllocationCommandOutput>;
|
|
1277
|
+
createInterruptibleCapacityReservationAllocation(args: CreateInterruptibleCapacityReservationAllocationCommandInput, cb: (err: any, data?: CreateInterruptibleCapacityReservationAllocationCommandOutput) => void): void;
|
|
1278
|
+
createInterruptibleCapacityReservationAllocation(args: CreateInterruptibleCapacityReservationAllocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInterruptibleCapacityReservationAllocationCommandOutput) => void): void;
|
|
1257
1279
|
/**
|
|
1258
1280
|
* @see {@link CreateIpamCommand}
|
|
1259
1281
|
*/
|
|
@@ -1568,6 +1590,18 @@ export interface EC2 {
|
|
|
1568
1590
|
createTransitGatewayConnectPeer(args: CreateTransitGatewayConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<CreateTransitGatewayConnectPeerCommandOutput>;
|
|
1569
1591
|
createTransitGatewayConnectPeer(args: CreateTransitGatewayConnectPeerCommandInput, cb: (err: any, data?: CreateTransitGatewayConnectPeerCommandOutput) => void): void;
|
|
1570
1592
|
createTransitGatewayConnectPeer(args: CreateTransitGatewayConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTransitGatewayConnectPeerCommandOutput) => void): void;
|
|
1593
|
+
/**
|
|
1594
|
+
* @see {@link CreateTransitGatewayMeteringPolicyCommand}
|
|
1595
|
+
*/
|
|
1596
|
+
createTransitGatewayMeteringPolicy(args: CreateTransitGatewayMeteringPolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreateTransitGatewayMeteringPolicyCommandOutput>;
|
|
1597
|
+
createTransitGatewayMeteringPolicy(args: CreateTransitGatewayMeteringPolicyCommandInput, cb: (err: any, data?: CreateTransitGatewayMeteringPolicyCommandOutput) => void): void;
|
|
1598
|
+
createTransitGatewayMeteringPolicy(args: CreateTransitGatewayMeteringPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTransitGatewayMeteringPolicyCommandOutput) => void): void;
|
|
1599
|
+
/**
|
|
1600
|
+
* @see {@link CreateTransitGatewayMeteringPolicyEntryCommand}
|
|
1601
|
+
*/
|
|
1602
|
+
createTransitGatewayMeteringPolicyEntry(args: CreateTransitGatewayMeteringPolicyEntryCommandInput, options?: __HttpHandlerOptions): Promise<CreateTransitGatewayMeteringPolicyEntryCommandOutput>;
|
|
1603
|
+
createTransitGatewayMeteringPolicyEntry(args: CreateTransitGatewayMeteringPolicyEntryCommandInput, cb: (err: any, data?: CreateTransitGatewayMeteringPolicyEntryCommandOutput) => void): void;
|
|
1604
|
+
createTransitGatewayMeteringPolicyEntry(args: CreateTransitGatewayMeteringPolicyEntryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTransitGatewayMeteringPolicyEntryCommandOutput) => void): void;
|
|
1571
1605
|
/**
|
|
1572
1606
|
* @see {@link CreateTransitGatewayMulticastDomainCommand}
|
|
1573
1607
|
*/
|
|
@@ -1661,6 +1695,12 @@ export interface EC2 {
|
|
|
1661
1695
|
createVpcBlockPublicAccessExclusion(args: CreateVpcBlockPublicAccessExclusionCommandInput, options?: __HttpHandlerOptions): Promise<CreateVpcBlockPublicAccessExclusionCommandOutput>;
|
|
1662
1696
|
createVpcBlockPublicAccessExclusion(args: CreateVpcBlockPublicAccessExclusionCommandInput, cb: (err: any, data?: CreateVpcBlockPublicAccessExclusionCommandOutput) => void): void;
|
|
1663
1697
|
createVpcBlockPublicAccessExclusion(args: CreateVpcBlockPublicAccessExclusionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVpcBlockPublicAccessExclusionCommandOutput) => void): void;
|
|
1698
|
+
/**
|
|
1699
|
+
* @see {@link CreateVpcEncryptionControlCommand}
|
|
1700
|
+
*/
|
|
1701
|
+
createVpcEncryptionControl(args: CreateVpcEncryptionControlCommandInput, options?: __HttpHandlerOptions): Promise<CreateVpcEncryptionControlCommandOutput>;
|
|
1702
|
+
createVpcEncryptionControl(args: CreateVpcEncryptionControlCommandInput, cb: (err: any, data?: CreateVpcEncryptionControlCommandOutput) => void): void;
|
|
1703
|
+
createVpcEncryptionControl(args: CreateVpcEncryptionControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVpcEncryptionControlCommandOutput) => void): void;
|
|
1664
1704
|
/**
|
|
1665
1705
|
* @see {@link CreateVpcEndpointCommand}
|
|
1666
1706
|
*/
|
|
@@ -2098,6 +2138,18 @@ export interface EC2 {
|
|
|
2098
2138
|
deleteTransitGatewayConnectPeer(args: DeleteTransitGatewayConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTransitGatewayConnectPeerCommandOutput>;
|
|
2099
2139
|
deleteTransitGatewayConnectPeer(args: DeleteTransitGatewayConnectPeerCommandInput, cb: (err: any, data?: DeleteTransitGatewayConnectPeerCommandOutput) => void): void;
|
|
2100
2140
|
deleteTransitGatewayConnectPeer(args: DeleteTransitGatewayConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTransitGatewayConnectPeerCommandOutput) => void): void;
|
|
2141
|
+
/**
|
|
2142
|
+
* @see {@link DeleteTransitGatewayMeteringPolicyCommand}
|
|
2143
|
+
*/
|
|
2144
|
+
deleteTransitGatewayMeteringPolicy(args: DeleteTransitGatewayMeteringPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTransitGatewayMeteringPolicyCommandOutput>;
|
|
2145
|
+
deleteTransitGatewayMeteringPolicy(args: DeleteTransitGatewayMeteringPolicyCommandInput, cb: (err: any, data?: DeleteTransitGatewayMeteringPolicyCommandOutput) => void): void;
|
|
2146
|
+
deleteTransitGatewayMeteringPolicy(args: DeleteTransitGatewayMeteringPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTransitGatewayMeteringPolicyCommandOutput) => void): void;
|
|
2147
|
+
/**
|
|
2148
|
+
* @see {@link DeleteTransitGatewayMeteringPolicyEntryCommand}
|
|
2149
|
+
*/
|
|
2150
|
+
deleteTransitGatewayMeteringPolicyEntry(args: DeleteTransitGatewayMeteringPolicyEntryCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTransitGatewayMeteringPolicyEntryCommandOutput>;
|
|
2151
|
+
deleteTransitGatewayMeteringPolicyEntry(args: DeleteTransitGatewayMeteringPolicyEntryCommandInput, cb: (err: any, data?: DeleteTransitGatewayMeteringPolicyEntryCommandOutput) => void): void;
|
|
2152
|
+
deleteTransitGatewayMeteringPolicyEntry(args: DeleteTransitGatewayMeteringPolicyEntryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTransitGatewayMeteringPolicyEntryCommandOutput) => void): void;
|
|
2101
2153
|
/**
|
|
2102
2154
|
* @see {@link DeleteTransitGatewayMulticastDomainCommand}
|
|
2103
2155
|
*/
|
|
@@ -2188,6 +2240,12 @@ export interface EC2 {
|
|
|
2188
2240
|
deleteVpcBlockPublicAccessExclusion(args: DeleteVpcBlockPublicAccessExclusionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVpcBlockPublicAccessExclusionCommandOutput>;
|
|
2189
2241
|
deleteVpcBlockPublicAccessExclusion(args: DeleteVpcBlockPublicAccessExclusionCommandInput, cb: (err: any, data?: DeleteVpcBlockPublicAccessExclusionCommandOutput) => void): void;
|
|
2190
2242
|
deleteVpcBlockPublicAccessExclusion(args: DeleteVpcBlockPublicAccessExclusionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVpcBlockPublicAccessExclusionCommandOutput) => void): void;
|
|
2243
|
+
/**
|
|
2244
|
+
* @see {@link DeleteVpcEncryptionControlCommand}
|
|
2245
|
+
*/
|
|
2246
|
+
deleteVpcEncryptionControl(args: DeleteVpcEncryptionControlCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVpcEncryptionControlCommandOutput>;
|
|
2247
|
+
deleteVpcEncryptionControl(args: DeleteVpcEncryptionControlCommandInput, cb: (err: any, data?: DeleteVpcEncryptionControlCommandOutput) => void): void;
|
|
2248
|
+
deleteVpcEncryptionControl(args: DeleteVpcEncryptionControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVpcEncryptionControlCommandOutput) => void): void;
|
|
2191
2249
|
/**
|
|
2192
2250
|
* @see {@link DeleteVpcEndpointConnectionNotificationsCommand}
|
|
2193
2251
|
*/
|
|
@@ -3286,6 +3344,13 @@ export interface EC2 {
|
|
|
3286
3344
|
describeTransitGatewayConnects(args: DescribeTransitGatewayConnectsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTransitGatewayConnectsCommandOutput>;
|
|
3287
3345
|
describeTransitGatewayConnects(args: DescribeTransitGatewayConnectsCommandInput, cb: (err: any, data?: DescribeTransitGatewayConnectsCommandOutput) => void): void;
|
|
3288
3346
|
describeTransitGatewayConnects(args: DescribeTransitGatewayConnectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTransitGatewayConnectsCommandOutput) => void): void;
|
|
3347
|
+
/**
|
|
3348
|
+
* @see {@link DescribeTransitGatewayMeteringPoliciesCommand}
|
|
3349
|
+
*/
|
|
3350
|
+
describeTransitGatewayMeteringPolicies(): Promise<DescribeTransitGatewayMeteringPoliciesCommandOutput>;
|
|
3351
|
+
describeTransitGatewayMeteringPolicies(args: DescribeTransitGatewayMeteringPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTransitGatewayMeteringPoliciesCommandOutput>;
|
|
3352
|
+
describeTransitGatewayMeteringPolicies(args: DescribeTransitGatewayMeteringPoliciesCommandInput, cb: (err: any, data?: DescribeTransitGatewayMeteringPoliciesCommandOutput) => void): void;
|
|
3353
|
+
describeTransitGatewayMeteringPolicies(args: DescribeTransitGatewayMeteringPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTransitGatewayMeteringPoliciesCommandOutput) => void): void;
|
|
3289
3354
|
/**
|
|
3290
3355
|
* @see {@link DescribeTransitGatewayMulticastDomainsCommand}
|
|
3291
3356
|
*/
|
|
@@ -3438,6 +3503,13 @@ export interface EC2 {
|
|
|
3438
3503
|
describeVpcClassicLinkDnsSupport(args: DescribeVpcClassicLinkDnsSupportCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVpcClassicLinkDnsSupportCommandOutput>;
|
|
3439
3504
|
describeVpcClassicLinkDnsSupport(args: DescribeVpcClassicLinkDnsSupportCommandInput, cb: (err: any, data?: DescribeVpcClassicLinkDnsSupportCommandOutput) => void): void;
|
|
3440
3505
|
describeVpcClassicLinkDnsSupport(args: DescribeVpcClassicLinkDnsSupportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVpcClassicLinkDnsSupportCommandOutput) => void): void;
|
|
3506
|
+
/**
|
|
3507
|
+
* @see {@link DescribeVpcEncryptionControlsCommand}
|
|
3508
|
+
*/
|
|
3509
|
+
describeVpcEncryptionControls(): Promise<DescribeVpcEncryptionControlsCommandOutput>;
|
|
3510
|
+
describeVpcEncryptionControls(args: DescribeVpcEncryptionControlsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVpcEncryptionControlsCommandOutput>;
|
|
3511
|
+
describeVpcEncryptionControls(args: DescribeVpcEncryptionControlsCommandInput, cb: (err: any, data?: DescribeVpcEncryptionControlsCommandOutput) => void): void;
|
|
3512
|
+
describeVpcEncryptionControls(args: DescribeVpcEncryptionControlsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVpcEncryptionControlsCommandOutput) => void): void;
|
|
3441
3513
|
/**
|
|
3442
3514
|
* @see {@link DescribeVpcEndpointAssociationsCommand}
|
|
3443
3515
|
*/
|
|
@@ -4308,6 +4380,12 @@ export interface EC2 {
|
|
|
4308
4380
|
getTransitGatewayAttachmentPropagations(args: GetTransitGatewayAttachmentPropagationsCommandInput, options?: __HttpHandlerOptions): Promise<GetTransitGatewayAttachmentPropagationsCommandOutput>;
|
|
4309
4381
|
getTransitGatewayAttachmentPropagations(args: GetTransitGatewayAttachmentPropagationsCommandInput, cb: (err: any, data?: GetTransitGatewayAttachmentPropagationsCommandOutput) => void): void;
|
|
4310
4382
|
getTransitGatewayAttachmentPropagations(args: GetTransitGatewayAttachmentPropagationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTransitGatewayAttachmentPropagationsCommandOutput) => void): void;
|
|
4383
|
+
/**
|
|
4384
|
+
* @see {@link GetTransitGatewayMeteringPolicyEntriesCommand}
|
|
4385
|
+
*/
|
|
4386
|
+
getTransitGatewayMeteringPolicyEntries(args: GetTransitGatewayMeteringPolicyEntriesCommandInput, options?: __HttpHandlerOptions): Promise<GetTransitGatewayMeteringPolicyEntriesCommandOutput>;
|
|
4387
|
+
getTransitGatewayMeteringPolicyEntries(args: GetTransitGatewayMeteringPolicyEntriesCommandInput, cb: (err: any, data?: GetTransitGatewayMeteringPolicyEntriesCommandOutput) => void): void;
|
|
4388
|
+
getTransitGatewayMeteringPolicyEntries(args: GetTransitGatewayMeteringPolicyEntriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTransitGatewayMeteringPolicyEntriesCommandOutput) => void): void;
|
|
4311
4389
|
/**
|
|
4312
4390
|
* @see {@link GetTransitGatewayMulticastDomainAssociationsCommand}
|
|
4313
4391
|
*/
|
|
@@ -4362,6 +4440,12 @@ export interface EC2 {
|
|
|
4362
4440
|
getVerifiedAccessGroupPolicy(args: GetVerifiedAccessGroupPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetVerifiedAccessGroupPolicyCommandOutput>;
|
|
4363
4441
|
getVerifiedAccessGroupPolicy(args: GetVerifiedAccessGroupPolicyCommandInput, cb: (err: any, data?: GetVerifiedAccessGroupPolicyCommandOutput) => void): void;
|
|
4364
4442
|
getVerifiedAccessGroupPolicy(args: GetVerifiedAccessGroupPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVerifiedAccessGroupPolicyCommandOutput) => void): void;
|
|
4443
|
+
/**
|
|
4444
|
+
* @see {@link GetVpcResourcesBlockingEncryptionEnforcementCommand}
|
|
4445
|
+
*/
|
|
4446
|
+
getVpcResourcesBlockingEncryptionEnforcement(args: GetVpcResourcesBlockingEncryptionEnforcementCommandInput, options?: __HttpHandlerOptions): Promise<GetVpcResourcesBlockingEncryptionEnforcementCommandOutput>;
|
|
4447
|
+
getVpcResourcesBlockingEncryptionEnforcement(args: GetVpcResourcesBlockingEncryptionEnforcementCommandInput, cb: (err: any, data?: GetVpcResourcesBlockingEncryptionEnforcementCommandOutput) => void): void;
|
|
4448
|
+
getVpcResourcesBlockingEncryptionEnforcement(args: GetVpcResourcesBlockingEncryptionEnforcementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVpcResourcesBlockingEncryptionEnforcementCommandOutput) => void): void;
|
|
4365
4449
|
/**
|
|
4366
4450
|
* @see {@link GetVpnConnectionDeviceSampleConfigurationCommand}
|
|
4367
4451
|
*/
|
|
@@ -4433,6 +4517,13 @@ export interface EC2 {
|
|
|
4433
4517
|
listSnapshotsInRecycleBin(args: ListSnapshotsInRecycleBinCommandInput, options?: __HttpHandlerOptions): Promise<ListSnapshotsInRecycleBinCommandOutput>;
|
|
4434
4518
|
listSnapshotsInRecycleBin(args: ListSnapshotsInRecycleBinCommandInput, cb: (err: any, data?: ListSnapshotsInRecycleBinCommandOutput) => void): void;
|
|
4435
4519
|
listSnapshotsInRecycleBin(args: ListSnapshotsInRecycleBinCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSnapshotsInRecycleBinCommandOutput) => void): void;
|
|
4520
|
+
/**
|
|
4521
|
+
* @see {@link ListVolumesInRecycleBinCommand}
|
|
4522
|
+
*/
|
|
4523
|
+
listVolumesInRecycleBin(): Promise<ListVolumesInRecycleBinCommandOutput>;
|
|
4524
|
+
listVolumesInRecycleBin(args: ListVolumesInRecycleBinCommandInput, options?: __HttpHandlerOptions): Promise<ListVolumesInRecycleBinCommandOutput>;
|
|
4525
|
+
listVolumesInRecycleBin(args: ListVolumesInRecycleBinCommandInput, cb: (err: any, data?: ListVolumesInRecycleBinCommandOutput) => void): void;
|
|
4526
|
+
listVolumesInRecycleBin(args: ListVolumesInRecycleBinCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVolumesInRecycleBinCommandOutput) => void): void;
|
|
4436
4527
|
/**
|
|
4437
4528
|
* @see {@link LockSnapshotCommand}
|
|
4438
4529
|
*/
|
|
@@ -4741,6 +4832,12 @@ export interface EC2 {
|
|
|
4741
4832
|
modifyTransitGateway(args: ModifyTransitGatewayCommandInput, options?: __HttpHandlerOptions): Promise<ModifyTransitGatewayCommandOutput>;
|
|
4742
4833
|
modifyTransitGateway(args: ModifyTransitGatewayCommandInput, cb: (err: any, data?: ModifyTransitGatewayCommandOutput) => void): void;
|
|
4743
4834
|
modifyTransitGateway(args: ModifyTransitGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyTransitGatewayCommandOutput) => void): void;
|
|
4835
|
+
/**
|
|
4836
|
+
* @see {@link ModifyTransitGatewayMeteringPolicyCommand}
|
|
4837
|
+
*/
|
|
4838
|
+
modifyTransitGatewayMeteringPolicy(args: ModifyTransitGatewayMeteringPolicyCommandInput, options?: __HttpHandlerOptions): Promise<ModifyTransitGatewayMeteringPolicyCommandOutput>;
|
|
4839
|
+
modifyTransitGatewayMeteringPolicy(args: ModifyTransitGatewayMeteringPolicyCommandInput, cb: (err: any, data?: ModifyTransitGatewayMeteringPolicyCommandOutput) => void): void;
|
|
4840
|
+
modifyTransitGatewayMeteringPolicy(args: ModifyTransitGatewayMeteringPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyTransitGatewayMeteringPolicyCommandOutput) => void): void;
|
|
4744
4841
|
/**
|
|
4745
4842
|
* @see {@link ModifyTransitGatewayPrefixListReferenceCommand}
|
|
4746
4843
|
*/
|
|
@@ -4825,6 +4922,12 @@ export interface EC2 {
|
|
|
4825
4922
|
modifyVpcBlockPublicAccessOptions(args: ModifyVpcBlockPublicAccessOptionsCommandInput, options?: __HttpHandlerOptions): Promise<ModifyVpcBlockPublicAccessOptionsCommandOutput>;
|
|
4826
4923
|
modifyVpcBlockPublicAccessOptions(args: ModifyVpcBlockPublicAccessOptionsCommandInput, cb: (err: any, data?: ModifyVpcBlockPublicAccessOptionsCommandOutput) => void): void;
|
|
4827
4924
|
modifyVpcBlockPublicAccessOptions(args: ModifyVpcBlockPublicAccessOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyVpcBlockPublicAccessOptionsCommandOutput) => void): void;
|
|
4925
|
+
/**
|
|
4926
|
+
* @see {@link ModifyVpcEncryptionControlCommand}
|
|
4927
|
+
*/
|
|
4928
|
+
modifyVpcEncryptionControl(args: ModifyVpcEncryptionControlCommandInput, options?: __HttpHandlerOptions): Promise<ModifyVpcEncryptionControlCommandOutput>;
|
|
4929
|
+
modifyVpcEncryptionControl(args: ModifyVpcEncryptionControlCommandInput, cb: (err: any, data?: ModifyVpcEncryptionControlCommandOutput) => void): void;
|
|
4930
|
+
modifyVpcEncryptionControl(args: ModifyVpcEncryptionControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyVpcEncryptionControlCommandOutput) => void): void;
|
|
4828
4931
|
/**
|
|
4829
4932
|
* @see {@link ModifyVpcEndpointCommand}
|
|
4830
4933
|
*/
|
|
@@ -5196,6 +5299,12 @@ export interface EC2 {
|
|
|
5196
5299
|
restoreSnapshotTier(args: RestoreSnapshotTierCommandInput, options?: __HttpHandlerOptions): Promise<RestoreSnapshotTierCommandOutput>;
|
|
5197
5300
|
restoreSnapshotTier(args: RestoreSnapshotTierCommandInput, cb: (err: any, data?: RestoreSnapshotTierCommandOutput) => void): void;
|
|
5198
5301
|
restoreSnapshotTier(args: RestoreSnapshotTierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreSnapshotTierCommandOutput) => void): void;
|
|
5302
|
+
/**
|
|
5303
|
+
* @see {@link RestoreVolumeFromRecycleBinCommand}
|
|
5304
|
+
*/
|
|
5305
|
+
restoreVolumeFromRecycleBin(args: RestoreVolumeFromRecycleBinCommandInput, options?: __HttpHandlerOptions): Promise<RestoreVolumeFromRecycleBinCommandOutput>;
|
|
5306
|
+
restoreVolumeFromRecycleBin(args: RestoreVolumeFromRecycleBinCommandInput, cb: (err: any, data?: RestoreVolumeFromRecycleBinCommandOutput) => void): void;
|
|
5307
|
+
restoreVolumeFromRecycleBin(args: RestoreVolumeFromRecycleBinCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreVolumeFromRecycleBinCommandOutput) => void): void;
|
|
5199
5308
|
/**
|
|
5200
5309
|
* @see {@link RevokeClientVpnIngressCommand}
|
|
5201
5310
|
*/
|
|
@@ -5335,6 +5444,12 @@ export interface EC2 {
|
|
|
5335
5444
|
updateCapacityManagerOrganizationsAccess(args: UpdateCapacityManagerOrganizationsAccessCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCapacityManagerOrganizationsAccessCommandOutput>;
|
|
5336
5445
|
updateCapacityManagerOrganizationsAccess(args: UpdateCapacityManagerOrganizationsAccessCommandInput, cb: (err: any, data?: UpdateCapacityManagerOrganizationsAccessCommandOutput) => void): void;
|
|
5337
5446
|
updateCapacityManagerOrganizationsAccess(args: UpdateCapacityManagerOrganizationsAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCapacityManagerOrganizationsAccessCommandOutput) => void): void;
|
|
5447
|
+
/**
|
|
5448
|
+
* @see {@link UpdateInterruptibleCapacityReservationAllocationCommand}
|
|
5449
|
+
*/
|
|
5450
|
+
updateInterruptibleCapacityReservationAllocation(args: UpdateInterruptibleCapacityReservationAllocationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInterruptibleCapacityReservationAllocationCommandOutput>;
|
|
5451
|
+
updateInterruptibleCapacityReservationAllocation(args: UpdateInterruptibleCapacityReservationAllocationCommandInput, cb: (err: any, data?: UpdateInterruptibleCapacityReservationAllocationCommandOutput) => void): void;
|
|
5452
|
+
updateInterruptibleCapacityReservationAllocation(args: UpdateInterruptibleCapacityReservationAllocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInterruptibleCapacityReservationAllocationCommandOutput) => void): void;
|
|
5338
5453
|
/**
|
|
5339
5454
|
* @see {@link UpdateSecurityGroupRuleDescriptionsEgressCommand}
|
|
5340
5455
|
*/
|