@aws-sdk/client-ec2 3.216.0 → 3.219.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/dist-cjs/EC2.js +75 -0
- package/dist-cjs/commands/CreateSubnetCidrReservationCommand.js +1 -2
- package/dist-cjs/commands/CreateSubnetCommand.js +3 -3
- package/dist-cjs/commands/DeregisterInstanceEventNotificationAttributesCommand.js +3 -3
- package/dist-cjs/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.js +46 -0
- package/dist-cjs/commands/DescribeIpamScopesCommand.js +3 -3
- package/dist-cjs/commands/DescribeIpamsCommand.js +2 -1
- package/dist-cjs/commands/DescribeIpv6PoolsCommand.js +3 -3
- package/dist-cjs/commands/DescribeKeyPairsCommand.js +3 -3
- package/dist-cjs/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/DisassociateIamInstanceProfileCommand.js +2 -1
- package/dist-cjs/commands/DisassociateInstanceEventWindowCommand.js +3 -3
- package/dist-cjs/commands/DisassociateRouteTableCommand.js +2 -2
- package/dist-cjs/commands/DisassociateSubnetCidrBlockCommand.js +3 -3
- package/dist-cjs/commands/DisassociateTransitGatewayMulticastDomainCommand.js +3 -3
- package/dist-cjs/commands/DisassociateTransitGatewayPolicyTableCommand.js +3 -3
- package/dist-cjs/commands/DisassociateTransitGatewayRouteTableCommand.js +1 -2
- package/dist-cjs/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.js +46 -0
- package/dist-cjs/commands/GetAwsNetworkPerformanceDataCommand.js +46 -0
- package/dist-cjs/commands/ModifyTransitGatewayCommand.js +2 -1
- package/dist-cjs/commands/ModifyTransitGatewayPrefixListReferenceCommand.js +3 -3
- package/dist-cjs/commands/ModifyTransitGatewayVpcAttachmentCommand.js +3 -3
- package/dist-cjs/commands/ModifyVolumeAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyVolumeCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyVpcEndpointCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcEndpointConnectionNotificationCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcEndpointServiceConfigurationCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcEndpointServicePermissionsCommand.js +3 -3
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +13 -14
- package/dist-cjs/models/models_1.js +23 -23
- package/dist-cjs/models/models_2.js +23 -22
- package/dist-cjs/models/models_3.js +51 -46
- package/dist-cjs/models/models_4.js +54 -54
- package/dist-cjs/models/models_5.js +90 -90
- package/dist-cjs/models/models_6.js +88 -4
- package/dist-cjs/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.js +36 -0
- package/dist-cjs/pagination/GetAwsNetworkPerformanceDataPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +3 -1
- package/dist-cjs/protocols/Aws_ec2.js +617 -18
- package/dist-es/EC2.js +75 -0
- package/dist-es/commands/CreateSubnetCidrReservationCommand.js +1 -2
- package/dist-es/commands/CreateSubnetCommand.js +1 -1
- package/dist-es/commands/DeregisterInstanceEventNotificationAttributesCommand.js +1 -1
- package/dist-es/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.js +42 -0
- package/dist-es/commands/DescribeIpamScopesCommand.js +1 -1
- package/dist-es/commands/DescribeIpamsCommand.js +2 -1
- package/dist-es/commands/DescribeIpv6PoolsCommand.js +1 -1
- package/dist-es/commands/DescribeKeyPairsCommand.js +1 -1
- package/dist-es/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.js +42 -0
- package/dist-es/commands/DisassociateIamInstanceProfileCommand.js +2 -1
- package/dist-es/commands/DisassociateInstanceEventWindowCommand.js +1 -1
- package/dist-es/commands/DisassociateRouteTableCommand.js +1 -1
- package/dist-es/commands/DisassociateSubnetCidrBlockCommand.js +1 -1
- package/dist-es/commands/DisassociateTransitGatewayMulticastDomainCommand.js +1 -1
- package/dist-es/commands/DisassociateTransitGatewayPolicyTableCommand.js +1 -1
- package/dist-es/commands/DisassociateTransitGatewayRouteTableCommand.js +1 -2
- package/dist-es/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.js +42 -0
- package/dist-es/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.js +42 -0
- package/dist-es/commands/GetAwsNetworkPerformanceDataCommand.js +42 -0
- package/dist-es/commands/ModifyTransitGatewayCommand.js +2 -1
- package/dist-es/commands/ModifyTransitGatewayPrefixListReferenceCommand.js +1 -1
- package/dist-es/commands/ModifyTransitGatewayVpcAttachmentCommand.js +1 -1
- package/dist-es/commands/ModifyVolumeAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyVolumeCommand.js +1 -1
- package/dist-es/commands/ModifyVpcAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointConnectionNotificationCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointServiceConfigurationCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointServicePermissionsCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +6 -8
- package/dist-es/models/models_1.js +14 -14
- package/dist-es/models/models_2.js +14 -12
- package/dist-es/models/models_3.js +38 -30
- package/dist-es/models/models_4.js +36 -36
- package/dist-es/models/models_5.js +63 -63
- package/dist-es/models/models_6.js +63 -0
- package/dist-es/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.js +32 -0
- package/dist-es/pagination/GetAwsNetworkPerformanceDataPaginator.js +32 -0
- package/dist-es/pagination/index.js +3 -1
- package/dist-es/protocols/Aws_ec2.js +588 -0
- package/dist-types/EC2.d.ts +36 -3
- package/dist-types/EC2Client.d.ts +7 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -2
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -2
- package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +37 -0
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +20 -0
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +37 -0
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/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/UnassignPrivateIpAddressesCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +47 -32
- package/dist-types/models/models_1.d.ts +135 -175
- package/dist-types/models/models_2.d.ts +124 -64
- package/dist-types/models/models_3.d.ts +191 -292
- package/dist-types/models/models_4.d.ts +373 -221
- package/dist-types/models/models_5.d.ts +396 -526
- package/dist-types/models/models_6.d.ts +539 -12
- package/dist-types/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetAwsNetworkPerformanceDataPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/protocols/Aws_ec2.d.ts +15 -0
- package/dist-types/ts3.4/EC2.d.ts +109 -0
- package/dist-types/ts3.4/EC2Client.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/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/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/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -12
- package/dist-types/ts3.4/models/models_1.d.ts +28 -37
- package/dist-types/ts3.4/models/models_2.d.ts +36 -28
- package/dist-types/ts3.4/models/models_3.d.ts +67 -84
- package/dist-types/ts3.4/models/models_4.d.ts +103 -90
- package/dist-types/ts3.4/models/models_5.d.ts +165 -190
- package/dist-types/ts3.4/models/models_6.d.ts +195 -6
- package/dist-types/ts3.4/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetAwsNetworkPerformanceDataPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +60 -0
- package/package.json +3 -3
|
@@ -207,6 +207,7 @@ import { DescribeAddressesCommandInput, DescribeAddressesCommandOutput } from ".
|
|
|
207
207
|
import { DescribeAddressTransfersCommandInput, DescribeAddressTransfersCommandOutput } from "../commands/DescribeAddressTransfersCommand";
|
|
208
208
|
import { DescribeAggregateIdFormatCommandInput, DescribeAggregateIdFormatCommandOutput } from "../commands/DescribeAggregateIdFormatCommand";
|
|
209
209
|
import { DescribeAvailabilityZonesCommandInput, DescribeAvailabilityZonesCommandOutput } from "../commands/DescribeAvailabilityZonesCommand";
|
|
210
|
+
import { DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput, DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput } from "../commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand";
|
|
210
211
|
import { DescribeBundleTasksCommandInput, DescribeBundleTasksCommandOutput } from "../commands/DescribeBundleTasksCommand";
|
|
211
212
|
import { DescribeByoipCidrsCommandInput, DescribeByoipCidrsCommandOutput } from "../commands/DescribeByoipCidrsCommand";
|
|
212
213
|
import { DescribeCapacityReservationFleetsCommandInput, DescribeCapacityReservationFleetsCommandOutput } from "../commands/DescribeCapacityReservationFleetsCommand";
|
|
@@ -343,6 +344,7 @@ import { DetachNetworkInterfaceCommandInput, DetachNetworkInterfaceCommandOutput
|
|
|
343
344
|
import { DetachVolumeCommandInput, DetachVolumeCommandOutput } from "../commands/DetachVolumeCommand";
|
|
344
345
|
import { DetachVpnGatewayCommandInput, DetachVpnGatewayCommandOutput } from "../commands/DetachVpnGatewayCommand";
|
|
345
346
|
import { DisableAddressTransferCommandInput, DisableAddressTransferCommandOutput } from "../commands/DisableAddressTransferCommand";
|
|
347
|
+
import { DisableAwsNetworkPerformanceMetricSubscriptionCommandInput, DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput } from "../commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
346
348
|
import { DisableEbsEncryptionByDefaultCommandInput, DisableEbsEncryptionByDefaultCommandOutput } from "../commands/DisableEbsEncryptionByDefaultCommand";
|
|
347
349
|
import { DisableFastLaunchCommandInput, DisableFastLaunchCommandOutput } from "../commands/DisableFastLaunchCommand";
|
|
348
350
|
import { DisableFastSnapshotRestoresCommandInput, DisableFastSnapshotRestoresCommandOutput } from "../commands/DisableFastSnapshotRestoresCommand";
|
|
@@ -366,11 +368,13 @@ import { DisassociateTransitGatewayRouteTableCommandInput, DisassociateTransitGa
|
|
|
366
368
|
import { DisassociateTrunkInterfaceCommandInput, DisassociateTrunkInterfaceCommandOutput } from "../commands/DisassociateTrunkInterfaceCommand";
|
|
367
369
|
import { DisassociateVpcCidrBlockCommandInput, DisassociateVpcCidrBlockCommandOutput } from "../commands/DisassociateVpcCidrBlockCommand";
|
|
368
370
|
import { EnableAddressTransferCommandInput, EnableAddressTransferCommandOutput } from "../commands/EnableAddressTransferCommand";
|
|
371
|
+
import { EnableAwsNetworkPerformanceMetricSubscriptionCommandInput, EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput } from "../commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
369
372
|
import { EnableEbsEncryptionByDefaultCommandInput, EnableEbsEncryptionByDefaultCommandOutput } from "../commands/EnableEbsEncryptionByDefaultCommand";
|
|
370
373
|
import { EnableFastLaunchCommandInput, EnableFastLaunchCommandOutput } from "../commands/EnableFastLaunchCommand";
|
|
371
374
|
import { EnableFastSnapshotRestoresCommandInput, EnableFastSnapshotRestoresCommandOutput } from "../commands/EnableFastSnapshotRestoresCommand";
|
|
372
375
|
import { EnableImageDeprecationCommandInput, EnableImageDeprecationCommandOutput } from "../commands/EnableImageDeprecationCommand";
|
|
373
376
|
import { EnableIpamOrganizationAdminAccountCommandInput, EnableIpamOrganizationAdminAccountCommandOutput } from "../commands/EnableIpamOrganizationAdminAccountCommand";
|
|
377
|
+
import { EnableReachabilityAnalyzerOrganizationSharingCommandInput, EnableReachabilityAnalyzerOrganizationSharingCommandOutput } from "../commands/EnableReachabilityAnalyzerOrganizationSharingCommand";
|
|
374
378
|
import { EnableSerialConsoleAccessCommandInput, EnableSerialConsoleAccessCommandOutput } from "../commands/EnableSerialConsoleAccessCommand";
|
|
375
379
|
import { EnableTransitGatewayRouteTablePropagationCommandInput, EnableTransitGatewayRouteTablePropagationCommandOutput } from "../commands/EnableTransitGatewayRouteTablePropagationCommand";
|
|
376
380
|
import { EnableVgwRoutePropagationCommandInput, EnableVgwRoutePropagationCommandOutput } from "../commands/EnableVgwRoutePropagationCommand";
|
|
@@ -383,6 +387,7 @@ import { ExportImageCommandInput, ExportImageCommandOutput } from "../commands/E
|
|
|
383
387
|
import { ExportTransitGatewayRoutesCommandInput, ExportTransitGatewayRoutesCommandOutput } from "../commands/ExportTransitGatewayRoutesCommand";
|
|
384
388
|
import { GetAssociatedEnclaveCertificateIamRolesCommandInput, GetAssociatedEnclaveCertificateIamRolesCommandOutput } from "../commands/GetAssociatedEnclaveCertificateIamRolesCommand";
|
|
385
389
|
import { GetAssociatedIpv6PoolCidrsCommandInput, GetAssociatedIpv6PoolCidrsCommandOutput } from "../commands/GetAssociatedIpv6PoolCidrsCommand";
|
|
390
|
+
import { GetAwsNetworkPerformanceDataCommandInput, GetAwsNetworkPerformanceDataCommandOutput } from "../commands/GetAwsNetworkPerformanceDataCommand";
|
|
386
391
|
import { GetCapacityReservationUsageCommandInput, GetCapacityReservationUsageCommandOutput } from "../commands/GetCapacityReservationUsageCommand";
|
|
387
392
|
import { GetCoipPoolUsageCommandInput, GetCoipPoolUsageCommandOutput } from "../commands/GetCoipPoolUsageCommand";
|
|
388
393
|
import { GetConsoleOutputCommandInput, GetConsoleOutputCommandOutput } from "../commands/GetConsoleOutputCommand";
|
|
@@ -754,6 +759,7 @@ export declare const serializeAws_ec2DescribeAddressesAttributeCommand: (input:
|
|
|
754
759
|
export declare const serializeAws_ec2DescribeAddressTransfersCommand: (input: DescribeAddressTransfersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
755
760
|
export declare const serializeAws_ec2DescribeAggregateIdFormatCommand: (input: DescribeAggregateIdFormatCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
756
761
|
export declare const serializeAws_ec2DescribeAvailabilityZonesCommand: (input: DescribeAvailabilityZonesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
762
|
+
export declare const serializeAws_ec2DescribeAwsNetworkPerformanceMetricSubscriptionsCommand: (input: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
757
763
|
export declare const serializeAws_ec2DescribeBundleTasksCommand: (input: DescribeBundleTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
758
764
|
export declare const serializeAws_ec2DescribeByoipCidrsCommand: (input: DescribeByoipCidrsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
759
765
|
export declare const serializeAws_ec2DescribeCapacityReservationFleetsCommand: (input: DescribeCapacityReservationFleetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -890,6 +896,7 @@ export declare const serializeAws_ec2DetachNetworkInterfaceCommand: (input: Deta
|
|
|
890
896
|
export declare const serializeAws_ec2DetachVolumeCommand: (input: DetachVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
891
897
|
export declare const serializeAws_ec2DetachVpnGatewayCommand: (input: DetachVpnGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
892
898
|
export declare const serializeAws_ec2DisableAddressTransferCommand: (input: DisableAddressTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
899
|
+
export declare const serializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommand: (input: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
893
900
|
export declare const serializeAws_ec2DisableEbsEncryptionByDefaultCommand: (input: DisableEbsEncryptionByDefaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
894
901
|
export declare const serializeAws_ec2DisableFastLaunchCommand: (input: DisableFastLaunchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
895
902
|
export declare const serializeAws_ec2DisableFastSnapshotRestoresCommand: (input: DisableFastSnapshotRestoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -913,11 +920,13 @@ export declare const serializeAws_ec2DisassociateTransitGatewayRouteTableCommand
|
|
|
913
920
|
export declare const serializeAws_ec2DisassociateTrunkInterfaceCommand: (input: DisassociateTrunkInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
914
921
|
export declare const serializeAws_ec2DisassociateVpcCidrBlockCommand: (input: DisassociateVpcCidrBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
915
922
|
export declare const serializeAws_ec2EnableAddressTransferCommand: (input: EnableAddressTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
923
|
+
export declare const serializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommand: (input: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
916
924
|
export declare const serializeAws_ec2EnableEbsEncryptionByDefaultCommand: (input: EnableEbsEncryptionByDefaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
917
925
|
export declare const serializeAws_ec2EnableFastLaunchCommand: (input: EnableFastLaunchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
918
926
|
export declare const serializeAws_ec2EnableFastSnapshotRestoresCommand: (input: EnableFastSnapshotRestoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
919
927
|
export declare const serializeAws_ec2EnableImageDeprecationCommand: (input: EnableImageDeprecationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
920
928
|
export declare const serializeAws_ec2EnableIpamOrganizationAdminAccountCommand: (input: EnableIpamOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
929
|
+
export declare const serializeAws_ec2EnableReachabilityAnalyzerOrganizationSharingCommand: (input: EnableReachabilityAnalyzerOrganizationSharingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
921
930
|
export declare const serializeAws_ec2EnableSerialConsoleAccessCommand: (input: EnableSerialConsoleAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
922
931
|
export declare const serializeAws_ec2EnableTransitGatewayRouteTablePropagationCommand: (input: EnableTransitGatewayRouteTablePropagationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
923
932
|
export declare const serializeAws_ec2EnableVgwRoutePropagationCommand: (input: EnableVgwRoutePropagationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -930,6 +939,7 @@ export declare const serializeAws_ec2ExportImageCommand: (input: ExportImageComm
|
|
|
930
939
|
export declare const serializeAws_ec2ExportTransitGatewayRoutesCommand: (input: ExportTransitGatewayRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
931
940
|
export declare const serializeAws_ec2GetAssociatedEnclaveCertificateIamRolesCommand: (input: GetAssociatedEnclaveCertificateIamRolesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
932
941
|
export declare const serializeAws_ec2GetAssociatedIpv6PoolCidrsCommand: (input: GetAssociatedIpv6PoolCidrsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
942
|
+
export declare const serializeAws_ec2GetAwsNetworkPerformanceDataCommand: (input: GetAwsNetworkPerformanceDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
933
943
|
export declare const serializeAws_ec2GetCapacityReservationUsageCommand: (input: GetCapacityReservationUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
934
944
|
export declare const serializeAws_ec2GetCoipPoolUsageCommand: (input: GetCoipPoolUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
935
945
|
export declare const serializeAws_ec2GetConsoleOutputCommand: (input: GetConsoleOutputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -1301,6 +1311,7 @@ export declare const deserializeAws_ec2DescribeAddressesAttributeCommand: (outpu
|
|
|
1301
1311
|
export declare const deserializeAws_ec2DescribeAddressTransfersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddressTransfersCommandOutput>;
|
|
1302
1312
|
export declare const deserializeAws_ec2DescribeAggregateIdFormatCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAggregateIdFormatCommandOutput>;
|
|
1303
1313
|
export declare const deserializeAws_ec2DescribeAvailabilityZonesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAvailabilityZonesCommandOutput>;
|
|
1314
|
+
export declare const deserializeAws_ec2DescribeAwsNetworkPerformanceMetricSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput>;
|
|
1304
1315
|
export declare const deserializeAws_ec2DescribeBundleTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBundleTasksCommandOutput>;
|
|
1305
1316
|
export declare const deserializeAws_ec2DescribeByoipCidrsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeByoipCidrsCommandOutput>;
|
|
1306
1317
|
export declare const deserializeAws_ec2DescribeCapacityReservationFleetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCapacityReservationFleetsCommandOutput>;
|
|
@@ -1437,6 +1448,7 @@ export declare const deserializeAws_ec2DetachNetworkInterfaceCommand: (output: _
|
|
|
1437
1448
|
export declare const deserializeAws_ec2DetachVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachVolumeCommandOutput>;
|
|
1438
1449
|
export declare const deserializeAws_ec2DetachVpnGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachVpnGatewayCommandOutput>;
|
|
1439
1450
|
export declare const deserializeAws_ec2DisableAddressTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableAddressTransferCommandOutput>;
|
|
1451
|
+
export declare const deserializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
|
|
1440
1452
|
export declare const deserializeAws_ec2DisableEbsEncryptionByDefaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableEbsEncryptionByDefaultCommandOutput>;
|
|
1441
1453
|
export declare const deserializeAws_ec2DisableFastLaunchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableFastLaunchCommandOutput>;
|
|
1442
1454
|
export declare const deserializeAws_ec2DisableFastSnapshotRestoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableFastSnapshotRestoresCommandOutput>;
|
|
@@ -1460,11 +1472,13 @@ export declare const deserializeAws_ec2DisassociateTransitGatewayRouteTableComma
|
|
|
1460
1472
|
export declare const deserializeAws_ec2DisassociateTrunkInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTrunkInterfaceCommandOutput>;
|
|
1461
1473
|
export declare const deserializeAws_ec2DisassociateVpcCidrBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateVpcCidrBlockCommandOutput>;
|
|
1462
1474
|
export declare const deserializeAws_ec2EnableAddressTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableAddressTransferCommandOutput>;
|
|
1475
|
+
export declare const deserializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
|
|
1463
1476
|
export declare const deserializeAws_ec2EnableEbsEncryptionByDefaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableEbsEncryptionByDefaultCommandOutput>;
|
|
1464
1477
|
export declare const deserializeAws_ec2EnableFastLaunchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableFastLaunchCommandOutput>;
|
|
1465
1478
|
export declare const deserializeAws_ec2EnableFastSnapshotRestoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableFastSnapshotRestoresCommandOutput>;
|
|
1466
1479
|
export declare const deserializeAws_ec2EnableImageDeprecationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableImageDeprecationCommandOutput>;
|
|
1467
1480
|
export declare const deserializeAws_ec2EnableIpamOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableIpamOrganizationAdminAccountCommandOutput>;
|
|
1481
|
+
export declare const deserializeAws_ec2EnableReachabilityAnalyzerOrganizationSharingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableReachabilityAnalyzerOrganizationSharingCommandOutput>;
|
|
1468
1482
|
export declare const deserializeAws_ec2EnableSerialConsoleAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableSerialConsoleAccessCommandOutput>;
|
|
1469
1483
|
export declare const deserializeAws_ec2EnableTransitGatewayRouteTablePropagationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableTransitGatewayRouteTablePropagationCommandOutput>;
|
|
1470
1484
|
export declare const deserializeAws_ec2EnableVgwRoutePropagationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableVgwRoutePropagationCommandOutput>;
|
|
@@ -1477,6 +1491,7 @@ export declare const deserializeAws_ec2ExportImageCommand: (output: __HttpRespon
|
|
|
1477
1491
|
export declare const deserializeAws_ec2ExportTransitGatewayRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportTransitGatewayRoutesCommandOutput>;
|
|
1478
1492
|
export declare const deserializeAws_ec2GetAssociatedEnclaveCertificateIamRolesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssociatedEnclaveCertificateIamRolesCommandOutput>;
|
|
1479
1493
|
export declare const deserializeAws_ec2GetAssociatedIpv6PoolCidrsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssociatedIpv6PoolCidrsCommandOutput>;
|
|
1494
|
+
export declare const deserializeAws_ec2GetAwsNetworkPerformanceDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAwsNetworkPerformanceDataCommandOutput>;
|
|
1480
1495
|
export declare const deserializeAws_ec2GetCapacityReservationUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCapacityReservationUsageCommandOutput>;
|
|
1481
1496
|
export declare const deserializeAws_ec2GetCoipPoolUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCoipPoolUsageCommandOutput>;
|
|
1482
1497
|
export declare const deserializeAws_ec2GetConsoleOutputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConsoleOutputCommandOutput>;
|
|
@@ -827,6 +827,10 @@ import {
|
|
|
827
827
|
DescribeAvailabilityZonesCommandInput,
|
|
828
828
|
DescribeAvailabilityZonesCommandOutput,
|
|
829
829
|
} from "./commands/DescribeAvailabilityZonesCommand";
|
|
830
|
+
import {
|
|
831
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput,
|
|
832
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput,
|
|
833
|
+
} from "./commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand";
|
|
830
834
|
import {
|
|
831
835
|
DescribeBundleTasksCommandInput,
|
|
832
836
|
DescribeBundleTasksCommandOutput,
|
|
@@ -1371,6 +1375,10 @@ import {
|
|
|
1371
1375
|
DisableAddressTransferCommandInput,
|
|
1372
1376
|
DisableAddressTransferCommandOutput,
|
|
1373
1377
|
} from "./commands/DisableAddressTransferCommand";
|
|
1378
|
+
import {
|
|
1379
|
+
DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
1380
|
+
DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
|
|
1381
|
+
} from "./commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
1374
1382
|
import {
|
|
1375
1383
|
DisableEbsEncryptionByDefaultCommandInput,
|
|
1376
1384
|
DisableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1463,6 +1471,10 @@ import {
|
|
|
1463
1471
|
EnableAddressTransferCommandInput,
|
|
1464
1472
|
EnableAddressTransferCommandOutput,
|
|
1465
1473
|
} from "./commands/EnableAddressTransferCommand";
|
|
1474
|
+
import {
|
|
1475
|
+
EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
1476
|
+
EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
|
|
1477
|
+
} from "./commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
1466
1478
|
import {
|
|
1467
1479
|
EnableEbsEncryptionByDefaultCommandInput,
|
|
1468
1480
|
EnableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1483,6 +1495,10 @@ import {
|
|
|
1483
1495
|
EnableIpamOrganizationAdminAccountCommandInput,
|
|
1484
1496
|
EnableIpamOrganizationAdminAccountCommandOutput,
|
|
1485
1497
|
} from "./commands/EnableIpamOrganizationAdminAccountCommand";
|
|
1498
|
+
import {
|
|
1499
|
+
EnableReachabilityAnalyzerOrganizationSharingCommandInput,
|
|
1500
|
+
EnableReachabilityAnalyzerOrganizationSharingCommandOutput,
|
|
1501
|
+
} from "./commands/EnableReachabilityAnalyzerOrganizationSharingCommand";
|
|
1486
1502
|
import {
|
|
1487
1503
|
EnableSerialConsoleAccessCommandInput,
|
|
1488
1504
|
EnableSerialConsoleAccessCommandOutput,
|
|
@@ -1531,6 +1547,10 @@ import {
|
|
|
1531
1547
|
GetAssociatedIpv6PoolCidrsCommandInput,
|
|
1532
1548
|
GetAssociatedIpv6PoolCidrsCommandOutput,
|
|
1533
1549
|
} from "./commands/GetAssociatedIpv6PoolCidrsCommand";
|
|
1550
|
+
import {
|
|
1551
|
+
GetAwsNetworkPerformanceDataCommandInput,
|
|
1552
|
+
GetAwsNetworkPerformanceDataCommandOutput,
|
|
1553
|
+
} from "./commands/GetAwsNetworkPerformanceDataCommand";
|
|
1534
1554
|
import {
|
|
1535
1555
|
GetCapacityReservationUsageCommandInput,
|
|
1536
1556
|
GetCapacityReservationUsageCommandOutput,
|
|
@@ -5066,6 +5086,25 @@ export declare class EC2 extends EC2Client {
|
|
|
5066
5086
|
options: __HttpHandlerOptions,
|
|
5067
5087
|
cb: (err: any, data?: DescribeAvailabilityZonesCommandOutput) => void
|
|
5068
5088
|
): void;
|
|
5089
|
+
describeAwsNetworkPerformanceMetricSubscriptions(
|
|
5090
|
+
args: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput,
|
|
5091
|
+
options?: __HttpHandlerOptions
|
|
5092
|
+
): Promise<DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput>;
|
|
5093
|
+
describeAwsNetworkPerformanceMetricSubscriptions(
|
|
5094
|
+
args: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput,
|
|
5095
|
+
cb: (
|
|
5096
|
+
err: any,
|
|
5097
|
+
data?: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput
|
|
5098
|
+
) => void
|
|
5099
|
+
): void;
|
|
5100
|
+
describeAwsNetworkPerformanceMetricSubscriptions(
|
|
5101
|
+
args: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput,
|
|
5102
|
+
options: __HttpHandlerOptions,
|
|
5103
|
+
cb: (
|
|
5104
|
+
err: any,
|
|
5105
|
+
data?: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput
|
|
5106
|
+
) => void
|
|
5107
|
+
): void;
|
|
5069
5108
|
describeBundleTasks(
|
|
5070
5109
|
args: DescribeBundleTasksCommandInput,
|
|
5071
5110
|
options?: __HttpHandlerOptions
|
|
@@ -7014,6 +7053,25 @@ export declare class EC2 extends EC2Client {
|
|
|
7014
7053
|
options: __HttpHandlerOptions,
|
|
7015
7054
|
cb: (err: any, data?: DisableAddressTransferCommandOutput) => void
|
|
7016
7055
|
): void;
|
|
7056
|
+
disableAwsNetworkPerformanceMetricSubscription(
|
|
7057
|
+
args: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
7058
|
+
options?: __HttpHandlerOptions
|
|
7059
|
+
): Promise<DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
|
|
7060
|
+
disableAwsNetworkPerformanceMetricSubscription(
|
|
7061
|
+
args: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
7062
|
+
cb: (
|
|
7063
|
+
err: any,
|
|
7064
|
+
data?: DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput
|
|
7065
|
+
) => void
|
|
7066
|
+
): void;
|
|
7067
|
+
disableAwsNetworkPerformanceMetricSubscription(
|
|
7068
|
+
args: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
7069
|
+
options: __HttpHandlerOptions,
|
|
7070
|
+
cb: (
|
|
7071
|
+
err: any,
|
|
7072
|
+
data?: DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput
|
|
7073
|
+
) => void
|
|
7074
|
+
): void;
|
|
7017
7075
|
disableEbsEncryptionByDefault(
|
|
7018
7076
|
args: DisableEbsEncryptionByDefaultCommandInput,
|
|
7019
7077
|
options?: __HttpHandlerOptions
|
|
@@ -7355,6 +7413,25 @@ export declare class EC2 extends EC2Client {
|
|
|
7355
7413
|
options: __HttpHandlerOptions,
|
|
7356
7414
|
cb: (err: any, data?: EnableAddressTransferCommandOutput) => void
|
|
7357
7415
|
): void;
|
|
7416
|
+
enableAwsNetworkPerformanceMetricSubscription(
|
|
7417
|
+
args: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
7418
|
+
options?: __HttpHandlerOptions
|
|
7419
|
+
): Promise<EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
|
|
7420
|
+
enableAwsNetworkPerformanceMetricSubscription(
|
|
7421
|
+
args: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
7422
|
+
cb: (
|
|
7423
|
+
err: any,
|
|
7424
|
+
data?: EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput
|
|
7425
|
+
) => void
|
|
7426
|
+
): void;
|
|
7427
|
+
enableAwsNetworkPerformanceMetricSubscription(
|
|
7428
|
+
args: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
7429
|
+
options: __HttpHandlerOptions,
|
|
7430
|
+
cb: (
|
|
7431
|
+
err: any,
|
|
7432
|
+
data?: EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput
|
|
7433
|
+
) => void
|
|
7434
|
+
): void;
|
|
7358
7435
|
enableEbsEncryptionByDefault(
|
|
7359
7436
|
args: EnableEbsEncryptionByDefaultCommandInput,
|
|
7360
7437
|
options?: __HttpHandlerOptions
|
|
@@ -7426,6 +7503,25 @@ export declare class EC2 extends EC2Client {
|
|
|
7426
7503
|
data?: EnableIpamOrganizationAdminAccountCommandOutput
|
|
7427
7504
|
) => void
|
|
7428
7505
|
): void;
|
|
7506
|
+
enableReachabilityAnalyzerOrganizationSharing(
|
|
7507
|
+
args: EnableReachabilityAnalyzerOrganizationSharingCommandInput,
|
|
7508
|
+
options?: __HttpHandlerOptions
|
|
7509
|
+
): Promise<EnableReachabilityAnalyzerOrganizationSharingCommandOutput>;
|
|
7510
|
+
enableReachabilityAnalyzerOrganizationSharing(
|
|
7511
|
+
args: EnableReachabilityAnalyzerOrganizationSharingCommandInput,
|
|
7512
|
+
cb: (
|
|
7513
|
+
err: any,
|
|
7514
|
+
data?: EnableReachabilityAnalyzerOrganizationSharingCommandOutput
|
|
7515
|
+
) => void
|
|
7516
|
+
): void;
|
|
7517
|
+
enableReachabilityAnalyzerOrganizationSharing(
|
|
7518
|
+
args: EnableReachabilityAnalyzerOrganizationSharingCommandInput,
|
|
7519
|
+
options: __HttpHandlerOptions,
|
|
7520
|
+
cb: (
|
|
7521
|
+
err: any,
|
|
7522
|
+
data?: EnableReachabilityAnalyzerOrganizationSharingCommandOutput
|
|
7523
|
+
) => void
|
|
7524
|
+
): void;
|
|
7429
7525
|
enableSerialConsoleAccess(
|
|
7430
7526
|
args: EnableSerialConsoleAccessCommandInput,
|
|
7431
7527
|
options?: __HttpHandlerOptions
|
|
@@ -7606,6 +7702,19 @@ export declare class EC2 extends EC2Client {
|
|
|
7606
7702
|
options: __HttpHandlerOptions,
|
|
7607
7703
|
cb: (err: any, data?: GetAssociatedIpv6PoolCidrsCommandOutput) => void
|
|
7608
7704
|
): void;
|
|
7705
|
+
getAwsNetworkPerformanceData(
|
|
7706
|
+
args: GetAwsNetworkPerformanceDataCommandInput,
|
|
7707
|
+
options?: __HttpHandlerOptions
|
|
7708
|
+
): Promise<GetAwsNetworkPerformanceDataCommandOutput>;
|
|
7709
|
+
getAwsNetworkPerformanceData(
|
|
7710
|
+
args: GetAwsNetworkPerformanceDataCommandInput,
|
|
7711
|
+
cb: (err: any, data?: GetAwsNetworkPerformanceDataCommandOutput) => void
|
|
7712
|
+
): void;
|
|
7713
|
+
getAwsNetworkPerformanceData(
|
|
7714
|
+
args: GetAwsNetworkPerformanceDataCommandInput,
|
|
7715
|
+
options: __HttpHandlerOptions,
|
|
7716
|
+
cb: (err: any, data?: GetAwsNetworkPerformanceDataCommandOutput) => void
|
|
7717
|
+
): void;
|
|
7609
7718
|
getCapacityReservationUsage(
|
|
7610
7719
|
args: GetCapacityReservationUsageCommandInput,
|
|
7611
7720
|
options?: __HttpHandlerOptions
|
|
@@ -871,6 +871,10 @@ import {
|
|
|
871
871
|
DescribeAvailabilityZonesCommandInput,
|
|
872
872
|
DescribeAvailabilityZonesCommandOutput,
|
|
873
873
|
} from "./commands/DescribeAvailabilityZonesCommand";
|
|
874
|
+
import {
|
|
875
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput,
|
|
876
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput,
|
|
877
|
+
} from "./commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand";
|
|
874
878
|
import {
|
|
875
879
|
DescribeBundleTasksCommandInput,
|
|
876
880
|
DescribeBundleTasksCommandOutput,
|
|
@@ -1415,6 +1419,10 @@ import {
|
|
|
1415
1419
|
DisableAddressTransferCommandInput,
|
|
1416
1420
|
DisableAddressTransferCommandOutput,
|
|
1417
1421
|
} from "./commands/DisableAddressTransferCommand";
|
|
1422
|
+
import {
|
|
1423
|
+
DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
1424
|
+
DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
|
|
1425
|
+
} from "./commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
1418
1426
|
import {
|
|
1419
1427
|
DisableEbsEncryptionByDefaultCommandInput,
|
|
1420
1428
|
DisableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1507,6 +1515,10 @@ import {
|
|
|
1507
1515
|
EnableAddressTransferCommandInput,
|
|
1508
1516
|
EnableAddressTransferCommandOutput,
|
|
1509
1517
|
} from "./commands/EnableAddressTransferCommand";
|
|
1518
|
+
import {
|
|
1519
|
+
EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
1520
|
+
EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
|
|
1521
|
+
} from "./commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
1510
1522
|
import {
|
|
1511
1523
|
EnableEbsEncryptionByDefaultCommandInput,
|
|
1512
1524
|
EnableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1527,6 +1539,10 @@ import {
|
|
|
1527
1539
|
EnableIpamOrganizationAdminAccountCommandInput,
|
|
1528
1540
|
EnableIpamOrganizationAdminAccountCommandOutput,
|
|
1529
1541
|
} from "./commands/EnableIpamOrganizationAdminAccountCommand";
|
|
1542
|
+
import {
|
|
1543
|
+
EnableReachabilityAnalyzerOrganizationSharingCommandInput,
|
|
1544
|
+
EnableReachabilityAnalyzerOrganizationSharingCommandOutput,
|
|
1545
|
+
} from "./commands/EnableReachabilityAnalyzerOrganizationSharingCommand";
|
|
1530
1546
|
import {
|
|
1531
1547
|
EnableSerialConsoleAccessCommandInput,
|
|
1532
1548
|
EnableSerialConsoleAccessCommandOutput,
|
|
@@ -1575,6 +1591,10 @@ import {
|
|
|
1575
1591
|
GetAssociatedIpv6PoolCidrsCommandInput,
|
|
1576
1592
|
GetAssociatedIpv6PoolCidrsCommandOutput,
|
|
1577
1593
|
} from "./commands/GetAssociatedIpv6PoolCidrsCommand";
|
|
1594
|
+
import {
|
|
1595
|
+
GetAwsNetworkPerformanceDataCommandInput,
|
|
1596
|
+
GetAwsNetworkPerformanceDataCommandOutput,
|
|
1597
|
+
} from "./commands/GetAwsNetworkPerformanceDataCommand";
|
|
1578
1598
|
import {
|
|
1579
1599
|
GetCapacityReservationUsageCommandInput,
|
|
1580
1600
|
GetCapacityReservationUsageCommandOutput,
|
|
@@ -2444,6 +2464,7 @@ export declare type ServiceInputTypes =
|
|
|
2444
2464
|
| DescribeAddressesCommandInput
|
|
2445
2465
|
| DescribeAggregateIdFormatCommandInput
|
|
2446
2466
|
| DescribeAvailabilityZonesCommandInput
|
|
2467
|
+
| DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput
|
|
2447
2468
|
| DescribeBundleTasksCommandInput
|
|
2448
2469
|
| DescribeByoipCidrsCommandInput
|
|
2449
2470
|
| DescribeCapacityReservationFleetsCommandInput
|
|
@@ -2580,6 +2601,7 @@ export declare type ServiceInputTypes =
|
|
|
2580
2601
|
| DetachVolumeCommandInput
|
|
2581
2602
|
| DetachVpnGatewayCommandInput
|
|
2582
2603
|
| DisableAddressTransferCommandInput
|
|
2604
|
+
| DisableAwsNetworkPerformanceMetricSubscriptionCommandInput
|
|
2583
2605
|
| DisableEbsEncryptionByDefaultCommandInput
|
|
2584
2606
|
| DisableFastLaunchCommandInput
|
|
2585
2607
|
| DisableFastSnapshotRestoresCommandInput
|
|
@@ -2603,11 +2625,13 @@ export declare type ServiceInputTypes =
|
|
|
2603
2625
|
| DisassociateTrunkInterfaceCommandInput
|
|
2604
2626
|
| DisassociateVpcCidrBlockCommandInput
|
|
2605
2627
|
| EnableAddressTransferCommandInput
|
|
2628
|
+
| EnableAwsNetworkPerformanceMetricSubscriptionCommandInput
|
|
2606
2629
|
| EnableEbsEncryptionByDefaultCommandInput
|
|
2607
2630
|
| EnableFastLaunchCommandInput
|
|
2608
2631
|
| EnableFastSnapshotRestoresCommandInput
|
|
2609
2632
|
| EnableImageDeprecationCommandInput
|
|
2610
2633
|
| EnableIpamOrganizationAdminAccountCommandInput
|
|
2634
|
+
| EnableReachabilityAnalyzerOrganizationSharingCommandInput
|
|
2611
2635
|
| EnableSerialConsoleAccessCommandInput
|
|
2612
2636
|
| EnableTransitGatewayRouteTablePropagationCommandInput
|
|
2613
2637
|
| EnableVgwRoutePropagationCommandInput
|
|
@@ -2620,6 +2644,7 @@ export declare type ServiceInputTypes =
|
|
|
2620
2644
|
| ExportTransitGatewayRoutesCommandInput
|
|
2621
2645
|
| GetAssociatedEnclaveCertificateIamRolesCommandInput
|
|
2622
2646
|
| GetAssociatedIpv6PoolCidrsCommandInput
|
|
2647
|
+
| GetAwsNetworkPerformanceDataCommandInput
|
|
2623
2648
|
| GetCapacityReservationUsageCommandInput
|
|
2624
2649
|
| GetCoipPoolUsageCommandInput
|
|
2625
2650
|
| GetConsoleOutputCommandInput
|
|
@@ -2992,6 +3017,7 @@ export declare type ServiceOutputTypes =
|
|
|
2992
3017
|
| DescribeAddressesCommandOutput
|
|
2993
3018
|
| DescribeAggregateIdFormatCommandOutput
|
|
2994
3019
|
| DescribeAvailabilityZonesCommandOutput
|
|
3020
|
+
| DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput
|
|
2995
3021
|
| DescribeBundleTasksCommandOutput
|
|
2996
3022
|
| DescribeByoipCidrsCommandOutput
|
|
2997
3023
|
| DescribeCapacityReservationFleetsCommandOutput
|
|
@@ -3128,6 +3154,7 @@ export declare type ServiceOutputTypes =
|
|
|
3128
3154
|
| DetachVolumeCommandOutput
|
|
3129
3155
|
| DetachVpnGatewayCommandOutput
|
|
3130
3156
|
| DisableAddressTransferCommandOutput
|
|
3157
|
+
| DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput
|
|
3131
3158
|
| DisableEbsEncryptionByDefaultCommandOutput
|
|
3132
3159
|
| DisableFastLaunchCommandOutput
|
|
3133
3160
|
| DisableFastSnapshotRestoresCommandOutput
|
|
@@ -3151,11 +3178,13 @@ export declare type ServiceOutputTypes =
|
|
|
3151
3178
|
| DisassociateTrunkInterfaceCommandOutput
|
|
3152
3179
|
| DisassociateVpcCidrBlockCommandOutput
|
|
3153
3180
|
| EnableAddressTransferCommandOutput
|
|
3181
|
+
| EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput
|
|
3154
3182
|
| EnableEbsEncryptionByDefaultCommandOutput
|
|
3155
3183
|
| EnableFastLaunchCommandOutput
|
|
3156
3184
|
| EnableFastSnapshotRestoresCommandOutput
|
|
3157
3185
|
| EnableImageDeprecationCommandOutput
|
|
3158
3186
|
| EnableIpamOrganizationAdminAccountCommandOutput
|
|
3187
|
+
| EnableReachabilityAnalyzerOrganizationSharingCommandOutput
|
|
3159
3188
|
| EnableSerialConsoleAccessCommandOutput
|
|
3160
3189
|
| EnableTransitGatewayRouteTablePropagationCommandOutput
|
|
3161
3190
|
| EnableVgwRoutePropagationCommandOutput
|
|
@@ -3168,6 +3197,7 @@ export declare type ServiceOutputTypes =
|
|
|
3168
3197
|
| ExportTransitGatewayRoutesCommandOutput
|
|
3169
3198
|
| GetAssociatedEnclaveCertificateIamRolesCommandOutput
|
|
3170
3199
|
| GetAssociatedIpv6PoolCidrsCommandOutput
|
|
3200
|
+
| GetAwsNetworkPerformanceDataCommandOutput
|
|
3171
3201
|
| GetCapacityReservationUsageCommandOutput
|
|
3172
3202
|
| GetCoipPoolUsageCommandOutput
|
|
3173
3203
|
| GetConsoleOutputCommandOutput
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
CreateSubnetCidrReservationRequest,
|
|
16
|
+
CreateSubnetCidrReservationResult,
|
|
17
|
+
} from "../models/models_2";
|
|
16
18
|
export interface CreateSubnetCidrReservationCommandInput
|
|
17
19
|
extends CreateSubnetCidrReservationRequest {}
|
|
18
20
|
export interface CreateSubnetCidrReservationCommandOutput
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { CreateSubnetRequest, CreateSubnetResult } from "../models/
|
|
14
|
+
import { CreateSubnetRequest, CreateSubnetResult } from "../models/models_2";
|
|
15
15
|
export interface CreateSubnetCommandInput extends CreateSubnetRequest {}
|
|
16
16
|
export interface CreateSubnetCommandOutput
|
|
17
17
|
extends CreateSubnetResult,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DeregisterInstanceEventNotificationAttributesRequest,
|
|
16
16
|
DeregisterInstanceEventNotificationAttributesResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_3";
|
|
18
18
|
export interface DeregisterInstanceEventNotificationAttributesCommandInput
|
|
19
19
|
extends DeregisterInstanceEventNotificationAttributesRequest {}
|
|
20
20
|
export interface DeregisterInstanceEventNotificationAttributesCommandOutput
|
package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
EC2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../EC2Client";
|
|
14
|
+
import {
|
|
15
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsRequest,
|
|
16
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsResult,
|
|
17
|
+
} from "../models/models_3";
|
|
18
|
+
export interface DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput
|
|
19
|
+
extends DescribeAwsNetworkPerformanceMetricSubscriptionsRequest {}
|
|
20
|
+
export interface DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput
|
|
21
|
+
extends DescribeAwsNetworkPerformanceMetricSubscriptionsResult,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DescribeAwsNetworkPerformanceMetricSubscriptionsCommand extends $Command<
|
|
24
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput,
|
|
25
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput,
|
|
26
|
+
EC2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(
|
|
31
|
+
input: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput
|
|
32
|
+
);
|
|
33
|
+
resolveMiddleware(
|
|
34
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
35
|
+
configuration: EC2ClientResolvedConfig,
|
|
36
|
+
options?: __HttpHandlerOptions
|
|
37
|
+
): Handler<
|
|
38
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput,
|
|
39
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput
|
|
40
|
+
>;
|
|
41
|
+
private serialize;
|
|
42
|
+
private deserialize;
|
|
43
|
+
}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DescribeIpamScopesRequest,
|
|
16
16
|
DescribeIpamScopesResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_4";
|
|
18
18
|
export interface DescribeIpamScopesCommandInput
|
|
19
19
|
extends DescribeIpamScopesRequest {}
|
|
20
20
|
export interface DescribeIpamScopesCommandOutput
|
|
@@ -11,7 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { DescribeIpamsRequest
|
|
14
|
+
import { DescribeIpamsRequest } from "../models/models_3";
|
|
15
|
+
import { DescribeIpamsResult } from "../models/models_4";
|
|
15
16
|
export interface DescribeIpamsCommandInput extends DescribeIpamsRequest {}
|
|
16
17
|
export interface DescribeIpamsCommandOutput
|
|
17
18
|
extends DescribeIpamsResult,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DescribeIpv6PoolsRequest,
|
|
16
16
|
DescribeIpv6PoolsResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_4";
|
|
18
18
|
export interface DescribeIpv6PoolsCommandInput
|
|
19
19
|
extends DescribeIpv6PoolsRequest {}
|
|
20
20
|
export interface DescribeIpv6PoolsCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DescribeKeyPairsRequest,
|
|
16
16
|
DescribeKeyPairsResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_4";
|
|
18
18
|
export interface DescribeKeyPairsCommandInput extends DescribeKeyPairsRequest {}
|
|
19
19
|
export interface DescribeKeyPairsCommandOutput
|
|
20
20
|
extends DescribeKeyPairsResult,
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
EC2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../EC2Client";
|
|
14
|
+
import {
|
|
15
|
+
DisableAwsNetworkPerformanceMetricSubscriptionRequest,
|
|
16
|
+
DisableAwsNetworkPerformanceMetricSubscriptionResult,
|
|
17
|
+
} from "../models/models_4";
|
|
18
|
+
export interface DisableAwsNetworkPerformanceMetricSubscriptionCommandInput
|
|
19
|
+
extends DisableAwsNetworkPerformanceMetricSubscriptionRequest {}
|
|
20
|
+
export interface DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput
|
|
21
|
+
extends DisableAwsNetworkPerformanceMetricSubscriptionResult,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DisableAwsNetworkPerformanceMetricSubscriptionCommand extends $Command<
|
|
24
|
+
DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
25
|
+
DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
|
|
26
|
+
EC2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(
|
|
31
|
+
input: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput
|
|
32
|
+
);
|
|
33
|
+
resolveMiddleware(
|
|
34
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
35
|
+
configuration: EC2ClientResolvedConfig,
|
|
36
|
+
options?: __HttpHandlerOptions
|
|
37
|
+
): Handler<
|
|
38
|
+
DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
39
|
+
DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput
|
|
40
|
+
>;
|
|
41
|
+
private serialize;
|
|
42
|
+
private deserialize;
|
|
43
|
+
}
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
DisassociateIamInstanceProfileResult,
|
|
17
|
-
} from "../models/models_4";
|
|
14
|
+
import { DisassociateIamInstanceProfileRequest } from "../models/models_4";
|
|
15
|
+
import { DisassociateIamInstanceProfileResult } from "../models/models_5";
|
|
18
16
|
export interface DisassociateIamInstanceProfileCommandInput
|
|
19
17
|
extends DisassociateIamInstanceProfileRequest {}
|
|
20
18
|
export interface DisassociateIamInstanceProfileCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DisassociateInstanceEventWindowRequest,
|
|
16
16
|
DisassociateInstanceEventWindowResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_5";
|
|
18
18
|
export interface DisassociateInstanceEventWindowCommandInput
|
|
19
19
|
extends DisassociateInstanceEventWindowRequest {}
|
|
20
20
|
export interface DisassociateInstanceEventWindowCommandOutput
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { DisassociateRouteTableRequest } from "../models/
|
|
14
|
+
import { DisassociateRouteTableRequest } from "../models/models_5";
|
|
15
15
|
export interface DisassociateRouteTableCommandInput
|
|
16
16
|
extends DisassociateRouteTableRequest {}
|
|
17
17
|
export interface DisassociateRouteTableCommandOutput extends __MetadataBearer {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DisassociateSubnetCidrBlockRequest,
|
|
16
16
|
DisassociateSubnetCidrBlockResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_5";
|
|
18
18
|
export interface DisassociateSubnetCidrBlockCommandInput
|
|
19
19
|
extends DisassociateSubnetCidrBlockRequest {}
|
|
20
20
|
export interface DisassociateSubnetCidrBlockCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DisassociateTransitGatewayMulticastDomainRequest,
|
|
16
16
|
DisassociateTransitGatewayMulticastDomainResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_5";
|
|
18
18
|
export interface DisassociateTransitGatewayMulticastDomainCommandInput
|
|
19
19
|
extends DisassociateTransitGatewayMulticastDomainRequest {}
|
|
20
20
|
export interface DisassociateTransitGatewayMulticastDomainCommandOutput
|