@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
|
@@ -339,6 +339,10 @@ import {
|
|
|
339
339
|
CreateInternetGatewayCommandInput,
|
|
340
340
|
CreateInternetGatewayCommandOutput,
|
|
341
341
|
} from "./commands/CreateInternetGatewayCommand";
|
|
342
|
+
import {
|
|
343
|
+
CreateInterruptibleCapacityReservationAllocationCommandInput,
|
|
344
|
+
CreateInterruptibleCapacityReservationAllocationCommandOutput,
|
|
345
|
+
} from "./commands/CreateInterruptibleCapacityReservationAllocationCommand";
|
|
342
346
|
import {
|
|
343
347
|
CreateIpamCommandInput,
|
|
344
348
|
CreateIpamCommandOutput,
|
|
@@ -543,6 +547,14 @@ import {
|
|
|
543
547
|
CreateTransitGatewayConnectPeerCommandInput,
|
|
544
548
|
CreateTransitGatewayConnectPeerCommandOutput,
|
|
545
549
|
} from "./commands/CreateTransitGatewayConnectPeerCommand";
|
|
550
|
+
import {
|
|
551
|
+
CreateTransitGatewayMeteringPolicyCommandInput,
|
|
552
|
+
CreateTransitGatewayMeteringPolicyCommandOutput,
|
|
553
|
+
} from "./commands/CreateTransitGatewayMeteringPolicyCommand";
|
|
554
|
+
import {
|
|
555
|
+
CreateTransitGatewayMeteringPolicyEntryCommandInput,
|
|
556
|
+
CreateTransitGatewayMeteringPolicyEntryCommandOutput,
|
|
557
|
+
} from "./commands/CreateTransitGatewayMeteringPolicyEntryCommand";
|
|
546
558
|
import {
|
|
547
559
|
CreateTransitGatewayMulticastDomainCommandInput,
|
|
548
560
|
CreateTransitGatewayMulticastDomainCommandOutput,
|
|
@@ -603,6 +615,10 @@ import {
|
|
|
603
615
|
CreateVpcCommandInput,
|
|
604
616
|
CreateVpcCommandOutput,
|
|
605
617
|
} from "./commands/CreateVpcCommand";
|
|
618
|
+
import {
|
|
619
|
+
CreateVpcEncryptionControlCommandInput,
|
|
620
|
+
CreateVpcEncryptionControlCommandOutput,
|
|
621
|
+
} from "./commands/CreateVpcEncryptionControlCommand";
|
|
606
622
|
import {
|
|
607
623
|
CreateVpcEndpointCommandInput,
|
|
608
624
|
CreateVpcEndpointCommandOutput,
|
|
@@ -891,6 +907,14 @@ import {
|
|
|
891
907
|
DeleteTransitGatewayConnectPeerCommandInput,
|
|
892
908
|
DeleteTransitGatewayConnectPeerCommandOutput,
|
|
893
909
|
} from "./commands/DeleteTransitGatewayConnectPeerCommand";
|
|
910
|
+
import {
|
|
911
|
+
DeleteTransitGatewayMeteringPolicyCommandInput,
|
|
912
|
+
DeleteTransitGatewayMeteringPolicyCommandOutput,
|
|
913
|
+
} from "./commands/DeleteTransitGatewayMeteringPolicyCommand";
|
|
914
|
+
import {
|
|
915
|
+
DeleteTransitGatewayMeteringPolicyEntryCommandInput,
|
|
916
|
+
DeleteTransitGatewayMeteringPolicyEntryCommandOutput,
|
|
917
|
+
} from "./commands/DeleteTransitGatewayMeteringPolicyEntryCommand";
|
|
894
918
|
import {
|
|
895
919
|
DeleteTransitGatewayMulticastDomainCommandInput,
|
|
896
920
|
DeleteTransitGatewayMulticastDomainCommandOutput,
|
|
@@ -951,6 +975,10 @@ import {
|
|
|
951
975
|
DeleteVpcCommandInput,
|
|
952
976
|
DeleteVpcCommandOutput,
|
|
953
977
|
} from "./commands/DeleteVpcCommand";
|
|
978
|
+
import {
|
|
979
|
+
DeleteVpcEncryptionControlCommandInput,
|
|
980
|
+
DeleteVpcEncryptionControlCommandOutput,
|
|
981
|
+
} from "./commands/DeleteVpcEncryptionControlCommand";
|
|
954
982
|
import {
|
|
955
983
|
DeleteVpcEndpointConnectionNotificationsCommandInput,
|
|
956
984
|
DeleteVpcEndpointConnectionNotificationsCommandOutput,
|
|
@@ -1599,6 +1627,10 @@ import {
|
|
|
1599
1627
|
DescribeTransitGatewayConnectsCommandInput,
|
|
1600
1628
|
DescribeTransitGatewayConnectsCommandOutput,
|
|
1601
1629
|
} from "./commands/DescribeTransitGatewayConnectsCommand";
|
|
1630
|
+
import {
|
|
1631
|
+
DescribeTransitGatewayMeteringPoliciesCommandInput,
|
|
1632
|
+
DescribeTransitGatewayMeteringPoliciesCommandOutput,
|
|
1633
|
+
} from "./commands/DescribeTransitGatewayMeteringPoliciesCommand";
|
|
1602
1634
|
import {
|
|
1603
1635
|
DescribeTransitGatewayMulticastDomainsCommandInput,
|
|
1604
1636
|
DescribeTransitGatewayMulticastDomainsCommandOutput,
|
|
@@ -1687,6 +1719,10 @@ import {
|
|
|
1687
1719
|
DescribeVpcClassicLinkDnsSupportCommandInput,
|
|
1688
1720
|
DescribeVpcClassicLinkDnsSupportCommandOutput,
|
|
1689
1721
|
} from "./commands/DescribeVpcClassicLinkDnsSupportCommand";
|
|
1722
|
+
import {
|
|
1723
|
+
DescribeVpcEncryptionControlsCommandInput,
|
|
1724
|
+
DescribeVpcEncryptionControlsCommandOutput,
|
|
1725
|
+
} from "./commands/DescribeVpcEncryptionControlsCommand";
|
|
1690
1726
|
import {
|
|
1691
1727
|
DescribeVpcEndpointAssociationsCommandInput,
|
|
1692
1728
|
DescribeVpcEndpointAssociationsCommandOutput,
|
|
@@ -2243,6 +2279,10 @@ import {
|
|
|
2243
2279
|
GetTransitGatewayAttachmentPropagationsCommandInput,
|
|
2244
2280
|
GetTransitGatewayAttachmentPropagationsCommandOutput,
|
|
2245
2281
|
} from "./commands/GetTransitGatewayAttachmentPropagationsCommand";
|
|
2282
|
+
import {
|
|
2283
|
+
GetTransitGatewayMeteringPolicyEntriesCommandInput,
|
|
2284
|
+
GetTransitGatewayMeteringPolicyEntriesCommandOutput,
|
|
2285
|
+
} from "./commands/GetTransitGatewayMeteringPolicyEntriesCommand";
|
|
2246
2286
|
import {
|
|
2247
2287
|
GetTransitGatewayMulticastDomainAssociationsCommandInput,
|
|
2248
2288
|
GetTransitGatewayMulticastDomainAssociationsCommandOutput,
|
|
@@ -2279,6 +2319,10 @@ import {
|
|
|
2279
2319
|
GetVerifiedAccessGroupPolicyCommandInput,
|
|
2280
2320
|
GetVerifiedAccessGroupPolicyCommandOutput,
|
|
2281
2321
|
} from "./commands/GetVerifiedAccessGroupPolicyCommand";
|
|
2322
|
+
import {
|
|
2323
|
+
GetVpcResourcesBlockingEncryptionEnforcementCommandInput,
|
|
2324
|
+
GetVpcResourcesBlockingEncryptionEnforcementCommandOutput,
|
|
2325
|
+
} from "./commands/GetVpcResourcesBlockingEncryptionEnforcementCommand";
|
|
2282
2326
|
import {
|
|
2283
2327
|
GetVpnConnectionDeviceSampleConfigurationCommandInput,
|
|
2284
2328
|
GetVpnConnectionDeviceSampleConfigurationCommandOutput,
|
|
@@ -2323,6 +2367,10 @@ import {
|
|
|
2323
2367
|
ListSnapshotsInRecycleBinCommandInput,
|
|
2324
2368
|
ListSnapshotsInRecycleBinCommandOutput,
|
|
2325
2369
|
} from "./commands/ListSnapshotsInRecycleBinCommand";
|
|
2370
|
+
import {
|
|
2371
|
+
ListVolumesInRecycleBinCommandInput,
|
|
2372
|
+
ListVolumesInRecycleBinCommandOutput,
|
|
2373
|
+
} from "./commands/ListVolumesInRecycleBinCommand";
|
|
2326
2374
|
import {
|
|
2327
2375
|
LockSnapshotCommandInput,
|
|
2328
2376
|
LockSnapshotCommandOutput,
|
|
@@ -2527,6 +2575,10 @@ import {
|
|
|
2527
2575
|
ModifyTransitGatewayCommandInput,
|
|
2528
2576
|
ModifyTransitGatewayCommandOutput,
|
|
2529
2577
|
} from "./commands/ModifyTransitGatewayCommand";
|
|
2578
|
+
import {
|
|
2579
|
+
ModifyTransitGatewayMeteringPolicyCommandInput,
|
|
2580
|
+
ModifyTransitGatewayMeteringPolicyCommandOutput,
|
|
2581
|
+
} from "./commands/ModifyTransitGatewayMeteringPolicyCommand";
|
|
2530
2582
|
import {
|
|
2531
2583
|
ModifyTransitGatewayPrefixListReferenceCommandInput,
|
|
2532
2584
|
ModifyTransitGatewayPrefixListReferenceCommandOutput,
|
|
@@ -2583,6 +2635,10 @@ import {
|
|
|
2583
2635
|
ModifyVpcBlockPublicAccessOptionsCommandInput,
|
|
2584
2636
|
ModifyVpcBlockPublicAccessOptionsCommandOutput,
|
|
2585
2637
|
} from "./commands/ModifyVpcBlockPublicAccessOptionsCommand";
|
|
2638
|
+
import {
|
|
2639
|
+
ModifyVpcEncryptionControlCommandInput,
|
|
2640
|
+
ModifyVpcEncryptionControlCommandOutput,
|
|
2641
|
+
} from "./commands/ModifyVpcEncryptionControlCommand";
|
|
2586
2642
|
import {
|
|
2587
2643
|
ModifyVpcEndpointCommandInput,
|
|
2588
2644
|
ModifyVpcEndpointCommandOutput,
|
|
@@ -2827,6 +2883,10 @@ import {
|
|
|
2827
2883
|
RestoreSnapshotTierCommandInput,
|
|
2828
2884
|
RestoreSnapshotTierCommandOutput,
|
|
2829
2885
|
} from "./commands/RestoreSnapshotTierCommand";
|
|
2886
|
+
import {
|
|
2887
|
+
RestoreVolumeFromRecycleBinCommandInput,
|
|
2888
|
+
RestoreVolumeFromRecycleBinCommandOutput,
|
|
2889
|
+
} from "./commands/RestoreVolumeFromRecycleBinCommand";
|
|
2830
2890
|
import {
|
|
2831
2891
|
RevokeClientVpnIngressCommandInput,
|
|
2832
2892
|
RevokeClientVpnIngressCommandOutput,
|
|
@@ -2919,6 +2979,10 @@ import {
|
|
|
2919
2979
|
UpdateCapacityManagerOrganizationsAccessCommandInput,
|
|
2920
2980
|
UpdateCapacityManagerOrganizationsAccessCommandOutput,
|
|
2921
2981
|
} from "./commands/UpdateCapacityManagerOrganizationsAccessCommand";
|
|
2982
|
+
import {
|
|
2983
|
+
UpdateInterruptibleCapacityReservationAllocationCommandInput,
|
|
2984
|
+
UpdateInterruptibleCapacityReservationAllocationCommandOutput,
|
|
2985
|
+
} from "./commands/UpdateInterruptibleCapacityReservationAllocationCommand";
|
|
2922
2986
|
import {
|
|
2923
2987
|
UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
|
|
2924
2988
|
UpdateSecurityGroupRuleDescriptionsEgressCommandOutput,
|
|
@@ -4132,6 +4196,25 @@ export interface EC2 {
|
|
|
4132
4196
|
options: __HttpHandlerOptions,
|
|
4133
4197
|
cb: (err: any, data?: CreateInternetGatewayCommandOutput) => void
|
|
4134
4198
|
): void;
|
|
4199
|
+
createInterruptibleCapacityReservationAllocation(
|
|
4200
|
+
args: CreateInterruptibleCapacityReservationAllocationCommandInput,
|
|
4201
|
+
options?: __HttpHandlerOptions
|
|
4202
|
+
): Promise<CreateInterruptibleCapacityReservationAllocationCommandOutput>;
|
|
4203
|
+
createInterruptibleCapacityReservationAllocation(
|
|
4204
|
+
args: CreateInterruptibleCapacityReservationAllocationCommandInput,
|
|
4205
|
+
cb: (
|
|
4206
|
+
err: any,
|
|
4207
|
+
data?: CreateInterruptibleCapacityReservationAllocationCommandOutput
|
|
4208
|
+
) => void
|
|
4209
|
+
): void;
|
|
4210
|
+
createInterruptibleCapacityReservationAllocation(
|
|
4211
|
+
args: CreateInterruptibleCapacityReservationAllocationCommandInput,
|
|
4212
|
+
options: __HttpHandlerOptions,
|
|
4213
|
+
cb: (
|
|
4214
|
+
err: any,
|
|
4215
|
+
data?: CreateInterruptibleCapacityReservationAllocationCommandOutput
|
|
4216
|
+
) => void
|
|
4217
|
+
): void;
|
|
4135
4218
|
createIpam(): Promise<CreateIpamCommandOutput>;
|
|
4136
4219
|
createIpam(
|
|
4137
4220
|
args: CreateIpamCommandInput,
|
|
@@ -4845,6 +4928,44 @@ export interface EC2 {
|
|
|
4845
4928
|
options: __HttpHandlerOptions,
|
|
4846
4929
|
cb: (err: any, data?: CreateTransitGatewayConnectPeerCommandOutput) => void
|
|
4847
4930
|
): void;
|
|
4931
|
+
createTransitGatewayMeteringPolicy(
|
|
4932
|
+
args: CreateTransitGatewayMeteringPolicyCommandInput,
|
|
4933
|
+
options?: __HttpHandlerOptions
|
|
4934
|
+
): Promise<CreateTransitGatewayMeteringPolicyCommandOutput>;
|
|
4935
|
+
createTransitGatewayMeteringPolicy(
|
|
4936
|
+
args: CreateTransitGatewayMeteringPolicyCommandInput,
|
|
4937
|
+
cb: (
|
|
4938
|
+
err: any,
|
|
4939
|
+
data?: CreateTransitGatewayMeteringPolicyCommandOutput
|
|
4940
|
+
) => void
|
|
4941
|
+
): void;
|
|
4942
|
+
createTransitGatewayMeteringPolicy(
|
|
4943
|
+
args: CreateTransitGatewayMeteringPolicyCommandInput,
|
|
4944
|
+
options: __HttpHandlerOptions,
|
|
4945
|
+
cb: (
|
|
4946
|
+
err: any,
|
|
4947
|
+
data?: CreateTransitGatewayMeteringPolicyCommandOutput
|
|
4948
|
+
) => void
|
|
4949
|
+
): void;
|
|
4950
|
+
createTransitGatewayMeteringPolicyEntry(
|
|
4951
|
+
args: CreateTransitGatewayMeteringPolicyEntryCommandInput,
|
|
4952
|
+
options?: __HttpHandlerOptions
|
|
4953
|
+
): Promise<CreateTransitGatewayMeteringPolicyEntryCommandOutput>;
|
|
4954
|
+
createTransitGatewayMeteringPolicyEntry(
|
|
4955
|
+
args: CreateTransitGatewayMeteringPolicyEntryCommandInput,
|
|
4956
|
+
cb: (
|
|
4957
|
+
err: any,
|
|
4958
|
+
data?: CreateTransitGatewayMeteringPolicyEntryCommandOutput
|
|
4959
|
+
) => void
|
|
4960
|
+
): void;
|
|
4961
|
+
createTransitGatewayMeteringPolicyEntry(
|
|
4962
|
+
args: CreateTransitGatewayMeteringPolicyEntryCommandInput,
|
|
4963
|
+
options: __HttpHandlerOptions,
|
|
4964
|
+
cb: (
|
|
4965
|
+
err: any,
|
|
4966
|
+
data?: CreateTransitGatewayMeteringPolicyEntryCommandOutput
|
|
4967
|
+
) => void
|
|
4968
|
+
): void;
|
|
4848
4969
|
createTransitGatewayMulticastDomain(
|
|
4849
4970
|
args: CreateTransitGatewayMulticastDomainCommandInput,
|
|
4850
4971
|
options?: __HttpHandlerOptions
|
|
@@ -5085,6 +5206,19 @@ export interface EC2 {
|
|
|
5085
5206
|
data?: CreateVpcBlockPublicAccessExclusionCommandOutput
|
|
5086
5207
|
) => void
|
|
5087
5208
|
): void;
|
|
5209
|
+
createVpcEncryptionControl(
|
|
5210
|
+
args: CreateVpcEncryptionControlCommandInput,
|
|
5211
|
+
options?: __HttpHandlerOptions
|
|
5212
|
+
): Promise<CreateVpcEncryptionControlCommandOutput>;
|
|
5213
|
+
createVpcEncryptionControl(
|
|
5214
|
+
args: CreateVpcEncryptionControlCommandInput,
|
|
5215
|
+
cb: (err: any, data?: CreateVpcEncryptionControlCommandOutput) => void
|
|
5216
|
+
): void;
|
|
5217
|
+
createVpcEncryptionControl(
|
|
5218
|
+
args: CreateVpcEncryptionControlCommandInput,
|
|
5219
|
+
options: __HttpHandlerOptions,
|
|
5220
|
+
cb: (err: any, data?: CreateVpcEncryptionControlCommandOutput) => void
|
|
5221
|
+
): void;
|
|
5088
5222
|
createVpcEndpoint(
|
|
5089
5223
|
args: CreateVpcEndpointCommandInput,
|
|
5090
5224
|
options?: __HttpHandlerOptions
|
|
@@ -6080,6 +6214,44 @@ export interface EC2 {
|
|
|
6080
6214
|
options: __HttpHandlerOptions,
|
|
6081
6215
|
cb: (err: any, data?: DeleteTransitGatewayConnectPeerCommandOutput) => void
|
|
6082
6216
|
): void;
|
|
6217
|
+
deleteTransitGatewayMeteringPolicy(
|
|
6218
|
+
args: DeleteTransitGatewayMeteringPolicyCommandInput,
|
|
6219
|
+
options?: __HttpHandlerOptions
|
|
6220
|
+
): Promise<DeleteTransitGatewayMeteringPolicyCommandOutput>;
|
|
6221
|
+
deleteTransitGatewayMeteringPolicy(
|
|
6222
|
+
args: DeleteTransitGatewayMeteringPolicyCommandInput,
|
|
6223
|
+
cb: (
|
|
6224
|
+
err: any,
|
|
6225
|
+
data?: DeleteTransitGatewayMeteringPolicyCommandOutput
|
|
6226
|
+
) => void
|
|
6227
|
+
): void;
|
|
6228
|
+
deleteTransitGatewayMeteringPolicy(
|
|
6229
|
+
args: DeleteTransitGatewayMeteringPolicyCommandInput,
|
|
6230
|
+
options: __HttpHandlerOptions,
|
|
6231
|
+
cb: (
|
|
6232
|
+
err: any,
|
|
6233
|
+
data?: DeleteTransitGatewayMeteringPolicyCommandOutput
|
|
6234
|
+
) => void
|
|
6235
|
+
): void;
|
|
6236
|
+
deleteTransitGatewayMeteringPolicyEntry(
|
|
6237
|
+
args: DeleteTransitGatewayMeteringPolicyEntryCommandInput,
|
|
6238
|
+
options?: __HttpHandlerOptions
|
|
6239
|
+
): Promise<DeleteTransitGatewayMeteringPolicyEntryCommandOutput>;
|
|
6240
|
+
deleteTransitGatewayMeteringPolicyEntry(
|
|
6241
|
+
args: DeleteTransitGatewayMeteringPolicyEntryCommandInput,
|
|
6242
|
+
cb: (
|
|
6243
|
+
err: any,
|
|
6244
|
+
data?: DeleteTransitGatewayMeteringPolicyEntryCommandOutput
|
|
6245
|
+
) => void
|
|
6246
|
+
): void;
|
|
6247
|
+
deleteTransitGatewayMeteringPolicyEntry(
|
|
6248
|
+
args: DeleteTransitGatewayMeteringPolicyEntryCommandInput,
|
|
6249
|
+
options: __HttpHandlerOptions,
|
|
6250
|
+
cb: (
|
|
6251
|
+
err: any,
|
|
6252
|
+
data?: DeleteTransitGatewayMeteringPolicyEntryCommandOutput
|
|
6253
|
+
) => void
|
|
6254
|
+
): void;
|
|
6083
6255
|
deleteTransitGatewayMulticastDomain(
|
|
6084
6256
|
args: DeleteTransitGatewayMulticastDomainCommandInput,
|
|
6085
6257
|
options?: __HttpHandlerOptions
|
|
@@ -6317,6 +6489,19 @@ export interface EC2 {
|
|
|
6317
6489
|
data?: DeleteVpcBlockPublicAccessExclusionCommandOutput
|
|
6318
6490
|
) => void
|
|
6319
6491
|
): void;
|
|
6492
|
+
deleteVpcEncryptionControl(
|
|
6493
|
+
args: DeleteVpcEncryptionControlCommandInput,
|
|
6494
|
+
options?: __HttpHandlerOptions
|
|
6495
|
+
): Promise<DeleteVpcEncryptionControlCommandOutput>;
|
|
6496
|
+
deleteVpcEncryptionControl(
|
|
6497
|
+
args: DeleteVpcEncryptionControlCommandInput,
|
|
6498
|
+
cb: (err: any, data?: DeleteVpcEncryptionControlCommandOutput) => void
|
|
6499
|
+
): void;
|
|
6500
|
+
deleteVpcEncryptionControl(
|
|
6501
|
+
args: DeleteVpcEncryptionControlCommandInput,
|
|
6502
|
+
options: __HttpHandlerOptions,
|
|
6503
|
+
cb: (err: any, data?: DeleteVpcEncryptionControlCommandOutput) => void
|
|
6504
|
+
): void;
|
|
6320
6505
|
deleteVpcEndpointConnectionNotifications(
|
|
6321
6506
|
args: DeleteVpcEndpointConnectionNotificationsCommandInput,
|
|
6322
6507
|
options?: __HttpHandlerOptions
|
|
@@ -8777,6 +8962,26 @@ export interface EC2 {
|
|
|
8777
8962
|
options: __HttpHandlerOptions,
|
|
8778
8963
|
cb: (err: any, data?: DescribeTransitGatewayConnectsCommandOutput) => void
|
|
8779
8964
|
): void;
|
|
8965
|
+
describeTransitGatewayMeteringPolicies(): Promise<DescribeTransitGatewayMeteringPoliciesCommandOutput>;
|
|
8966
|
+
describeTransitGatewayMeteringPolicies(
|
|
8967
|
+
args: DescribeTransitGatewayMeteringPoliciesCommandInput,
|
|
8968
|
+
options?: __HttpHandlerOptions
|
|
8969
|
+
): Promise<DescribeTransitGatewayMeteringPoliciesCommandOutput>;
|
|
8970
|
+
describeTransitGatewayMeteringPolicies(
|
|
8971
|
+
args: DescribeTransitGatewayMeteringPoliciesCommandInput,
|
|
8972
|
+
cb: (
|
|
8973
|
+
err: any,
|
|
8974
|
+
data?: DescribeTransitGatewayMeteringPoliciesCommandOutput
|
|
8975
|
+
) => void
|
|
8976
|
+
): void;
|
|
8977
|
+
describeTransitGatewayMeteringPolicies(
|
|
8978
|
+
args: DescribeTransitGatewayMeteringPoliciesCommandInput,
|
|
8979
|
+
options: __HttpHandlerOptions,
|
|
8980
|
+
cb: (
|
|
8981
|
+
err: any,
|
|
8982
|
+
data?: DescribeTransitGatewayMeteringPoliciesCommandOutput
|
|
8983
|
+
) => void
|
|
8984
|
+
): void;
|
|
8780
8985
|
describeTransitGatewayMulticastDomains(): Promise<DescribeTransitGatewayMulticastDomainsCommandOutput>;
|
|
8781
8986
|
describeTransitGatewayMulticastDomains(
|
|
8782
8987
|
args: DescribeTransitGatewayMulticastDomainsCommandInput,
|
|
@@ -9149,6 +9354,20 @@ export interface EC2 {
|
|
|
9149
9354
|
options: __HttpHandlerOptions,
|
|
9150
9355
|
cb: (err: any, data?: DescribeVpcClassicLinkDnsSupportCommandOutput) => void
|
|
9151
9356
|
): void;
|
|
9357
|
+
describeVpcEncryptionControls(): Promise<DescribeVpcEncryptionControlsCommandOutput>;
|
|
9358
|
+
describeVpcEncryptionControls(
|
|
9359
|
+
args: DescribeVpcEncryptionControlsCommandInput,
|
|
9360
|
+
options?: __HttpHandlerOptions
|
|
9361
|
+
): Promise<DescribeVpcEncryptionControlsCommandOutput>;
|
|
9362
|
+
describeVpcEncryptionControls(
|
|
9363
|
+
args: DescribeVpcEncryptionControlsCommandInput,
|
|
9364
|
+
cb: (err: any, data?: DescribeVpcEncryptionControlsCommandOutput) => void
|
|
9365
|
+
): void;
|
|
9366
|
+
describeVpcEncryptionControls(
|
|
9367
|
+
args: DescribeVpcEncryptionControlsCommandInput,
|
|
9368
|
+
options: __HttpHandlerOptions,
|
|
9369
|
+
cb: (err: any, data?: DescribeVpcEncryptionControlsCommandOutput) => void
|
|
9370
|
+
): void;
|
|
9152
9371
|
describeVpcEndpointAssociations(): Promise<DescribeVpcEndpointAssociationsCommandOutput>;
|
|
9153
9372
|
describeVpcEndpointAssociations(
|
|
9154
9373
|
args: DescribeVpcEndpointAssociationsCommandInput,
|
|
@@ -11214,6 +11433,25 @@ export interface EC2 {
|
|
|
11214
11433
|
data?: GetTransitGatewayAttachmentPropagationsCommandOutput
|
|
11215
11434
|
) => void
|
|
11216
11435
|
): void;
|
|
11436
|
+
getTransitGatewayMeteringPolicyEntries(
|
|
11437
|
+
args: GetTransitGatewayMeteringPolicyEntriesCommandInput,
|
|
11438
|
+
options?: __HttpHandlerOptions
|
|
11439
|
+
): Promise<GetTransitGatewayMeteringPolicyEntriesCommandOutput>;
|
|
11440
|
+
getTransitGatewayMeteringPolicyEntries(
|
|
11441
|
+
args: GetTransitGatewayMeteringPolicyEntriesCommandInput,
|
|
11442
|
+
cb: (
|
|
11443
|
+
err: any,
|
|
11444
|
+
data?: GetTransitGatewayMeteringPolicyEntriesCommandOutput
|
|
11445
|
+
) => void
|
|
11446
|
+
): void;
|
|
11447
|
+
getTransitGatewayMeteringPolicyEntries(
|
|
11448
|
+
args: GetTransitGatewayMeteringPolicyEntriesCommandInput,
|
|
11449
|
+
options: __HttpHandlerOptions,
|
|
11450
|
+
cb: (
|
|
11451
|
+
err: any,
|
|
11452
|
+
data?: GetTransitGatewayMeteringPolicyEntriesCommandOutput
|
|
11453
|
+
) => void
|
|
11454
|
+
): void;
|
|
11217
11455
|
getTransitGatewayMulticastDomainAssociations(
|
|
11218
11456
|
args: GetTransitGatewayMulticastDomainAssociationsCommandInput,
|
|
11219
11457
|
options?: __HttpHandlerOptions
|
|
@@ -11367,6 +11605,25 @@ export interface EC2 {
|
|
|
11367
11605
|
options: __HttpHandlerOptions,
|
|
11368
11606
|
cb: (err: any, data?: GetVerifiedAccessGroupPolicyCommandOutput) => void
|
|
11369
11607
|
): void;
|
|
11608
|
+
getVpcResourcesBlockingEncryptionEnforcement(
|
|
11609
|
+
args: GetVpcResourcesBlockingEncryptionEnforcementCommandInput,
|
|
11610
|
+
options?: __HttpHandlerOptions
|
|
11611
|
+
): Promise<GetVpcResourcesBlockingEncryptionEnforcementCommandOutput>;
|
|
11612
|
+
getVpcResourcesBlockingEncryptionEnforcement(
|
|
11613
|
+
args: GetVpcResourcesBlockingEncryptionEnforcementCommandInput,
|
|
11614
|
+
cb: (
|
|
11615
|
+
err: any,
|
|
11616
|
+
data?: GetVpcResourcesBlockingEncryptionEnforcementCommandOutput
|
|
11617
|
+
) => void
|
|
11618
|
+
): void;
|
|
11619
|
+
getVpcResourcesBlockingEncryptionEnforcement(
|
|
11620
|
+
args: GetVpcResourcesBlockingEncryptionEnforcementCommandInput,
|
|
11621
|
+
options: __HttpHandlerOptions,
|
|
11622
|
+
cb: (
|
|
11623
|
+
err: any,
|
|
11624
|
+
data?: GetVpcResourcesBlockingEncryptionEnforcementCommandOutput
|
|
11625
|
+
) => void
|
|
11626
|
+
): void;
|
|
11370
11627
|
getVpnConnectionDeviceSampleConfiguration(
|
|
11371
11628
|
args: GetVpnConnectionDeviceSampleConfigurationCommandInput,
|
|
11372
11629
|
options?: __HttpHandlerOptions
|
|
@@ -11527,6 +11784,20 @@ export interface EC2 {
|
|
|
11527
11784
|
options: __HttpHandlerOptions,
|
|
11528
11785
|
cb: (err: any, data?: ListSnapshotsInRecycleBinCommandOutput) => void
|
|
11529
11786
|
): void;
|
|
11787
|
+
listVolumesInRecycleBin(): Promise<ListVolumesInRecycleBinCommandOutput>;
|
|
11788
|
+
listVolumesInRecycleBin(
|
|
11789
|
+
args: ListVolumesInRecycleBinCommandInput,
|
|
11790
|
+
options?: __HttpHandlerOptions
|
|
11791
|
+
): Promise<ListVolumesInRecycleBinCommandOutput>;
|
|
11792
|
+
listVolumesInRecycleBin(
|
|
11793
|
+
args: ListVolumesInRecycleBinCommandInput,
|
|
11794
|
+
cb: (err: any, data?: ListVolumesInRecycleBinCommandOutput) => void
|
|
11795
|
+
): void;
|
|
11796
|
+
listVolumesInRecycleBin(
|
|
11797
|
+
args: ListVolumesInRecycleBinCommandInput,
|
|
11798
|
+
options: __HttpHandlerOptions,
|
|
11799
|
+
cb: (err: any, data?: ListVolumesInRecycleBinCommandOutput) => void
|
|
11800
|
+
): void;
|
|
11530
11801
|
lockSnapshot(
|
|
11531
11802
|
args: LockSnapshotCommandInput,
|
|
11532
11803
|
options?: __HttpHandlerOptions
|
|
@@ -12222,6 +12493,25 @@ export interface EC2 {
|
|
|
12222
12493
|
options: __HttpHandlerOptions,
|
|
12223
12494
|
cb: (err: any, data?: ModifyTransitGatewayCommandOutput) => void
|
|
12224
12495
|
): void;
|
|
12496
|
+
modifyTransitGatewayMeteringPolicy(
|
|
12497
|
+
args: ModifyTransitGatewayMeteringPolicyCommandInput,
|
|
12498
|
+
options?: __HttpHandlerOptions
|
|
12499
|
+
): Promise<ModifyTransitGatewayMeteringPolicyCommandOutput>;
|
|
12500
|
+
modifyTransitGatewayMeteringPolicy(
|
|
12501
|
+
args: ModifyTransitGatewayMeteringPolicyCommandInput,
|
|
12502
|
+
cb: (
|
|
12503
|
+
err: any,
|
|
12504
|
+
data?: ModifyTransitGatewayMeteringPolicyCommandOutput
|
|
12505
|
+
) => void
|
|
12506
|
+
): void;
|
|
12507
|
+
modifyTransitGatewayMeteringPolicy(
|
|
12508
|
+
args: ModifyTransitGatewayMeteringPolicyCommandInput,
|
|
12509
|
+
options: __HttpHandlerOptions,
|
|
12510
|
+
cb: (
|
|
12511
|
+
err: any,
|
|
12512
|
+
data?: ModifyTransitGatewayMeteringPolicyCommandOutput
|
|
12513
|
+
) => void
|
|
12514
|
+
): void;
|
|
12225
12515
|
modifyTransitGatewayPrefixListReference(
|
|
12226
12516
|
args: ModifyTransitGatewayPrefixListReferenceCommandInput,
|
|
12227
12517
|
options?: __HttpHandlerOptions
|
|
@@ -12446,6 +12736,19 @@ export interface EC2 {
|
|
|
12446
12736
|
data?: ModifyVpcBlockPublicAccessOptionsCommandOutput
|
|
12447
12737
|
) => void
|
|
12448
12738
|
): void;
|
|
12739
|
+
modifyVpcEncryptionControl(
|
|
12740
|
+
args: ModifyVpcEncryptionControlCommandInput,
|
|
12741
|
+
options?: __HttpHandlerOptions
|
|
12742
|
+
): Promise<ModifyVpcEncryptionControlCommandOutput>;
|
|
12743
|
+
modifyVpcEncryptionControl(
|
|
12744
|
+
args: ModifyVpcEncryptionControlCommandInput,
|
|
12745
|
+
cb: (err: any, data?: ModifyVpcEncryptionControlCommandOutput) => void
|
|
12746
|
+
): void;
|
|
12747
|
+
modifyVpcEncryptionControl(
|
|
12748
|
+
args: ModifyVpcEncryptionControlCommandInput,
|
|
12749
|
+
options: __HttpHandlerOptions,
|
|
12750
|
+
cb: (err: any, data?: ModifyVpcEncryptionControlCommandOutput) => void
|
|
12751
|
+
): void;
|
|
12449
12752
|
modifyVpcEndpoint(
|
|
12450
12753
|
args: ModifyVpcEndpointCommandInput,
|
|
12451
12754
|
options?: __HttpHandlerOptions
|
|
@@ -13334,6 +13637,19 @@ export interface EC2 {
|
|
|
13334
13637
|
options: __HttpHandlerOptions,
|
|
13335
13638
|
cb: (err: any, data?: RestoreSnapshotTierCommandOutput) => void
|
|
13336
13639
|
): void;
|
|
13640
|
+
restoreVolumeFromRecycleBin(
|
|
13641
|
+
args: RestoreVolumeFromRecycleBinCommandInput,
|
|
13642
|
+
options?: __HttpHandlerOptions
|
|
13643
|
+
): Promise<RestoreVolumeFromRecycleBinCommandOutput>;
|
|
13644
|
+
restoreVolumeFromRecycleBin(
|
|
13645
|
+
args: RestoreVolumeFromRecycleBinCommandInput,
|
|
13646
|
+
cb: (err: any, data?: RestoreVolumeFromRecycleBinCommandOutput) => void
|
|
13647
|
+
): void;
|
|
13648
|
+
restoreVolumeFromRecycleBin(
|
|
13649
|
+
args: RestoreVolumeFromRecycleBinCommandInput,
|
|
13650
|
+
options: __HttpHandlerOptions,
|
|
13651
|
+
cb: (err: any, data?: RestoreVolumeFromRecycleBinCommandOutput) => void
|
|
13652
|
+
): void;
|
|
13337
13653
|
revokeClientVpnIngress(
|
|
13338
13654
|
args: RevokeClientVpnIngressCommandInput,
|
|
13339
13655
|
options?: __HttpHandlerOptions
|
|
@@ -13658,6 +13974,25 @@ export interface EC2 {
|
|
|
13658
13974
|
data?: UpdateCapacityManagerOrganizationsAccessCommandOutput
|
|
13659
13975
|
) => void
|
|
13660
13976
|
): void;
|
|
13977
|
+
updateInterruptibleCapacityReservationAllocation(
|
|
13978
|
+
args: UpdateInterruptibleCapacityReservationAllocationCommandInput,
|
|
13979
|
+
options?: __HttpHandlerOptions
|
|
13980
|
+
): Promise<UpdateInterruptibleCapacityReservationAllocationCommandOutput>;
|
|
13981
|
+
updateInterruptibleCapacityReservationAllocation(
|
|
13982
|
+
args: UpdateInterruptibleCapacityReservationAllocationCommandInput,
|
|
13983
|
+
cb: (
|
|
13984
|
+
err: any,
|
|
13985
|
+
data?: UpdateInterruptibleCapacityReservationAllocationCommandOutput
|
|
13986
|
+
) => void
|
|
13987
|
+
): void;
|
|
13988
|
+
updateInterruptibleCapacityReservationAllocation(
|
|
13989
|
+
args: UpdateInterruptibleCapacityReservationAllocationCommandInput,
|
|
13990
|
+
options: __HttpHandlerOptions,
|
|
13991
|
+
cb: (
|
|
13992
|
+
err: any,
|
|
13993
|
+
data?: UpdateInterruptibleCapacityReservationAllocationCommandOutput
|
|
13994
|
+
) => void
|
|
13995
|
+
): void;
|
|
13661
13996
|
updateSecurityGroupRuleDescriptionsEgress(): Promise<UpdateSecurityGroupRuleDescriptionsEgressCommandOutput>;
|
|
13662
13997
|
updateSecurityGroupRuleDescriptionsEgress(
|
|
13663
13998
|
args: UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
|