@aws-sdk/client-ec2 3.909.0 → 3.911.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 +80 -0
- package/dist-cjs/index.js +1715 -465
- package/dist-es/EC2.js +20 -0
- package/dist-es/commands/CopyVolumesCommand.js +22 -0
- package/dist-es/commands/CreateCapacityManagerDataExportCommand.js +22 -0
- package/dist-es/commands/DeleteCapacityManagerDataExportCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityManagerDataExportsCommand.js +22 -0
- package/dist-es/commands/DisableCapacityManagerCommand.js +22 -0
- package/dist-es/commands/EnableCapacityManagerCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerAttributesCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerMetricDataCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerMetricDimensionsCommand.js +22 -0
- package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -1
- package/dist-es/commands/UpdateCapacityManagerOrganizationsAccessCommand.js +22 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +29 -9
- package/dist-es/models/models_2.js +0 -26
- package/dist-es/models/models_3.js +13 -9
- package/dist-es/models/models_4.js +22 -18
- package/dist-es/models/models_5.js +18 -20
- package/dist-es/models/models_6.js +129 -57
- package/dist-es/models/models_7.js +57 -33
- package/dist-es/models/models_8.js +33 -0
- package/dist-es/pagination/DescribeCapacityManagerDataExportsPaginator.js +4 -0
- package/dist-es/pagination/GetCapacityManagerMetricDataPaginator.js +4 -0
- package/dist-es/pagination/GetCapacityManagerMetricDimensionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -1
- package/dist-es/protocols/Aws_ec2.js +1052 -143
- package/dist-types/EC2.d.ts +74 -0
- package/dist-types/EC2Client.d.ts +12 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +21 -5
- package/dist-types/commands/AllocateHostsCommand.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 +137 -0
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +93 -0
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +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 +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.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 +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/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/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +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 +4 -2
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +3 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +77 -0
- package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +109 -0
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +3 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
- package/dist-types/commands/DisableCapacityManagerCommand.d.ts +79 -0
- package/dist-types/commands/EnableCapacityManagerCommand.d.ts +80 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +82 -0
- package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +129 -0
- package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +119 -0
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -2
- 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/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- 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/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +80 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +4 -3
- package/dist-types/models/models_1.d.ts +415 -210
- package/dist-types/models/models_2.d.ts +187 -333
- package/dist-types/models/models_3.d.ts +184 -241
- package/dist-types/models/models_4.d.ts +414 -281
- package/dist-types/models/models_5.d.ts +275 -293
- package/dist-types/models/models_6.d.ts +1596 -1580
- package/dist-types/models/models_7.d.ts +4799 -4756
- package/dist-types/models/models_8.d.ts +1010 -10
- package/dist-types/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +7 -0
- package/dist-types/pagination/GetCapacityManagerMetricDataPaginator.d.ts +7 -0
- package/dist-types/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -1
- package/dist-types/protocols/Aws_ec2.d.ts +90 -0
- package/dist-types/ts3.4/EC2.d.ts +192 -0
- package/dist-types/ts3.4/EC2Client.d.ts +60 -0
- package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -4
- 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/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +4 -2
- 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 +1 -1
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +88 -47
- package/dist-types/ts3.4/models/models_2.d.ts +36 -86
- package/dist-types/ts3.4/models/models_3.d.ts +49 -54
- package/dist-types/ts3.4/models/models_4.d.ts +92 -76
- package/dist-types/ts3.4/models/models_5.d.ts +76 -79
- package/dist-types/ts3.4/models/models_6.d.ts +296 -269
- package/dist-types/ts3.4/models/models_7.d.ts +268 -237
- package/dist-types/ts3.4/models/models_8.d.ts +243 -7
- package/dist-types/ts3.4/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDataPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +120 -0
- package/package.json +35 -35
package/dist-es/EC2.js
CHANGED
|
@@ -59,6 +59,8 @@ import { ConfirmProductInstanceCommand, } from "./commands/ConfirmProductInstanc
|
|
|
59
59
|
import { CopyFpgaImageCommand, } from "./commands/CopyFpgaImageCommand";
|
|
60
60
|
import { CopyImageCommand } from "./commands/CopyImageCommand";
|
|
61
61
|
import { CopySnapshotCommand, } from "./commands/CopySnapshotCommand";
|
|
62
|
+
import { CopyVolumesCommand } from "./commands/CopyVolumesCommand";
|
|
63
|
+
import { CreateCapacityManagerDataExportCommand, } from "./commands/CreateCapacityManagerDataExportCommand";
|
|
62
64
|
import { CreateCapacityReservationBySplittingCommand, } from "./commands/CreateCapacityReservationBySplittingCommand";
|
|
63
65
|
import { CreateCapacityReservationCommand, } from "./commands/CreateCapacityReservationCommand";
|
|
64
66
|
import { CreateCapacityReservationFleetCommand, } from "./commands/CreateCapacityReservationFleetCommand";
|
|
@@ -152,6 +154,7 @@ import { CreateVpcPeeringConnectionCommand, } from "./commands/CreateVpcPeeringC
|
|
|
152
154
|
import { CreateVpnConnectionCommand, } from "./commands/CreateVpnConnectionCommand";
|
|
153
155
|
import { CreateVpnConnectionRouteCommand, } from "./commands/CreateVpnConnectionRouteCommand";
|
|
154
156
|
import { CreateVpnGatewayCommand, } from "./commands/CreateVpnGatewayCommand";
|
|
157
|
+
import { DeleteCapacityManagerDataExportCommand, } from "./commands/DeleteCapacityManagerDataExportCommand";
|
|
155
158
|
import { DeleteCarrierGatewayCommand, } from "./commands/DeleteCarrierGatewayCommand";
|
|
156
159
|
import { DeleteClientVpnEndpointCommand, } from "./commands/DeleteClientVpnEndpointCommand";
|
|
157
160
|
import { DeleteClientVpnRouteCommand, } from "./commands/DeleteClientVpnRouteCommand";
|
|
@@ -256,6 +259,7 @@ import { DescribeCapacityBlockExtensionOfferingsCommand, } from "./commands/Desc
|
|
|
256
259
|
import { DescribeCapacityBlockOfferingsCommand, } from "./commands/DescribeCapacityBlockOfferingsCommand";
|
|
257
260
|
import { DescribeCapacityBlocksCommand, } from "./commands/DescribeCapacityBlocksCommand";
|
|
258
261
|
import { DescribeCapacityBlockStatusCommand, } from "./commands/DescribeCapacityBlockStatusCommand";
|
|
262
|
+
import { DescribeCapacityManagerDataExportsCommand, } from "./commands/DescribeCapacityManagerDataExportsCommand";
|
|
259
263
|
import { DescribeCapacityReservationBillingRequestsCommand, } from "./commands/DescribeCapacityReservationBillingRequestsCommand";
|
|
260
264
|
import { DescribeCapacityReservationFleetsCommand, } from "./commands/DescribeCapacityReservationFleetsCommand";
|
|
261
265
|
import { DescribeCapacityReservationsCommand, } from "./commands/DescribeCapacityReservationsCommand";
|
|
@@ -423,6 +427,7 @@ import { DetachVpnGatewayCommand, } from "./commands/DetachVpnGatewayCommand";
|
|
|
423
427
|
import { DisableAddressTransferCommand, } from "./commands/DisableAddressTransferCommand";
|
|
424
428
|
import { DisableAllowedImagesSettingsCommand, } from "./commands/DisableAllowedImagesSettingsCommand";
|
|
425
429
|
import { DisableAwsNetworkPerformanceMetricSubscriptionCommand, } from "./commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
430
|
+
import { DisableCapacityManagerCommand, } from "./commands/DisableCapacityManagerCommand";
|
|
426
431
|
import { DisableEbsEncryptionByDefaultCommand, } from "./commands/DisableEbsEncryptionByDefaultCommand";
|
|
427
432
|
import { DisableFastLaunchCommand, } from "./commands/DisableFastLaunchCommand";
|
|
428
433
|
import { DisableFastSnapshotRestoresCommand, } from "./commands/DisableFastSnapshotRestoresCommand";
|
|
@@ -459,6 +464,7 @@ import { DisassociateVpcCidrBlockCommand, } from "./commands/DisassociateVpcCidr
|
|
|
459
464
|
import { EnableAddressTransferCommand, } from "./commands/EnableAddressTransferCommand";
|
|
460
465
|
import { EnableAllowedImagesSettingsCommand, } from "./commands/EnableAllowedImagesSettingsCommand";
|
|
461
466
|
import { EnableAwsNetworkPerformanceMetricSubscriptionCommand, } from "./commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
467
|
+
import { EnableCapacityManagerCommand, } from "./commands/EnableCapacityManagerCommand";
|
|
462
468
|
import { EnableEbsEncryptionByDefaultCommand, } from "./commands/EnableEbsEncryptionByDefaultCommand";
|
|
463
469
|
import { EnableFastLaunchCommand, } from "./commands/EnableFastLaunchCommand";
|
|
464
470
|
import { EnableFastSnapshotRestoresCommand, } from "./commands/EnableFastSnapshotRestoresCommand";
|
|
@@ -486,6 +492,9 @@ import { GetAllowedImagesSettingsCommand, } from "./commands/GetAllowedImagesSet
|
|
|
486
492
|
import { GetAssociatedEnclaveCertificateIamRolesCommand, } from "./commands/GetAssociatedEnclaveCertificateIamRolesCommand";
|
|
487
493
|
import { GetAssociatedIpv6PoolCidrsCommand, } from "./commands/GetAssociatedIpv6PoolCidrsCommand";
|
|
488
494
|
import { GetAwsNetworkPerformanceDataCommand, } from "./commands/GetAwsNetworkPerformanceDataCommand";
|
|
495
|
+
import { GetCapacityManagerAttributesCommand, } from "./commands/GetCapacityManagerAttributesCommand";
|
|
496
|
+
import { GetCapacityManagerMetricDataCommand, } from "./commands/GetCapacityManagerMetricDataCommand";
|
|
497
|
+
import { GetCapacityManagerMetricDimensionsCommand, } from "./commands/GetCapacityManagerMetricDimensionsCommand";
|
|
489
498
|
import { GetCapacityReservationUsageCommand, } from "./commands/GetCapacityReservationUsageCommand";
|
|
490
499
|
import { GetCoipPoolUsageCommand, } from "./commands/GetCoipPoolUsageCommand";
|
|
491
500
|
import { GetConsoleOutputCommand, } from "./commands/GetConsoleOutputCommand";
|
|
@@ -690,6 +699,7 @@ import { UnassignPrivateIpAddressesCommand, } from "./commands/UnassignPrivateIp
|
|
|
690
699
|
import { UnassignPrivateNatGatewayAddressCommand, } from "./commands/UnassignPrivateNatGatewayAddressCommand";
|
|
691
700
|
import { UnlockSnapshotCommand, } from "./commands/UnlockSnapshotCommand";
|
|
692
701
|
import { UnmonitorInstancesCommand, } from "./commands/UnmonitorInstancesCommand";
|
|
702
|
+
import { UpdateCapacityManagerOrganizationsAccessCommand, } from "./commands/UpdateCapacityManagerOrganizationsAccessCommand";
|
|
693
703
|
import { UpdateSecurityGroupRuleDescriptionsEgressCommand, } from "./commands/UpdateSecurityGroupRuleDescriptionsEgressCommand";
|
|
694
704
|
import { UpdateSecurityGroupRuleDescriptionsIngressCommand, } from "./commands/UpdateSecurityGroupRuleDescriptionsIngressCommand";
|
|
695
705
|
import { WithdrawByoipCidrCommand, } from "./commands/WithdrawByoipCidrCommand";
|
|
@@ -755,6 +765,8 @@ const commands = {
|
|
|
755
765
|
CopyFpgaImageCommand,
|
|
756
766
|
CopyImageCommand,
|
|
757
767
|
CopySnapshotCommand,
|
|
768
|
+
CopyVolumesCommand,
|
|
769
|
+
CreateCapacityManagerDataExportCommand,
|
|
758
770
|
CreateCapacityReservationCommand,
|
|
759
771
|
CreateCapacityReservationBySplittingCommand,
|
|
760
772
|
CreateCapacityReservationFleetCommand,
|
|
@@ -848,6 +860,7 @@ const commands = {
|
|
|
848
860
|
CreateVpnConnectionCommand,
|
|
849
861
|
CreateVpnConnectionRouteCommand,
|
|
850
862
|
CreateVpnGatewayCommand,
|
|
863
|
+
DeleteCapacityManagerDataExportCommand,
|
|
851
864
|
DeleteCarrierGatewayCommand,
|
|
852
865
|
DeleteClientVpnEndpointCommand,
|
|
853
866
|
DeleteClientVpnRouteCommand,
|
|
@@ -952,6 +965,7 @@ const commands = {
|
|
|
952
965
|
DescribeCapacityBlockOfferingsCommand,
|
|
953
966
|
DescribeCapacityBlocksCommand,
|
|
954
967
|
DescribeCapacityBlockStatusCommand,
|
|
968
|
+
DescribeCapacityManagerDataExportsCommand,
|
|
955
969
|
DescribeCapacityReservationBillingRequestsCommand,
|
|
956
970
|
DescribeCapacityReservationFleetsCommand,
|
|
957
971
|
DescribeCapacityReservationsCommand,
|
|
@@ -1119,6 +1133,7 @@ const commands = {
|
|
|
1119
1133
|
DisableAddressTransferCommand,
|
|
1120
1134
|
DisableAllowedImagesSettingsCommand,
|
|
1121
1135
|
DisableAwsNetworkPerformanceMetricSubscriptionCommand,
|
|
1136
|
+
DisableCapacityManagerCommand,
|
|
1122
1137
|
DisableEbsEncryptionByDefaultCommand,
|
|
1123
1138
|
DisableFastLaunchCommand,
|
|
1124
1139
|
DisableFastSnapshotRestoresCommand,
|
|
@@ -1155,6 +1170,7 @@ const commands = {
|
|
|
1155
1170
|
EnableAddressTransferCommand,
|
|
1156
1171
|
EnableAllowedImagesSettingsCommand,
|
|
1157
1172
|
EnableAwsNetworkPerformanceMetricSubscriptionCommand,
|
|
1173
|
+
EnableCapacityManagerCommand,
|
|
1158
1174
|
EnableEbsEncryptionByDefaultCommand,
|
|
1159
1175
|
EnableFastLaunchCommand,
|
|
1160
1176
|
EnableFastSnapshotRestoresCommand,
|
|
@@ -1182,6 +1198,9 @@ const commands = {
|
|
|
1182
1198
|
GetAssociatedEnclaveCertificateIamRolesCommand,
|
|
1183
1199
|
GetAssociatedIpv6PoolCidrsCommand,
|
|
1184
1200
|
GetAwsNetworkPerformanceDataCommand,
|
|
1201
|
+
GetCapacityManagerAttributesCommand,
|
|
1202
|
+
GetCapacityManagerMetricDataCommand,
|
|
1203
|
+
GetCapacityManagerMetricDimensionsCommand,
|
|
1185
1204
|
GetCapacityReservationUsageCommand,
|
|
1186
1205
|
GetCoipPoolUsageCommand,
|
|
1187
1206
|
GetConsoleOutputCommand,
|
|
@@ -1386,6 +1405,7 @@ const commands = {
|
|
|
1386
1405
|
UnassignPrivateNatGatewayAddressCommand,
|
|
1387
1406
|
UnlockSnapshotCommand,
|
|
1388
1407
|
UnmonitorInstancesCommand,
|
|
1408
|
+
UpdateCapacityManagerOrganizationsAccessCommand,
|
|
1389
1409
|
UpdateSecurityGroupRuleDescriptionsEgressCommand,
|
|
1390
1410
|
UpdateSecurityGroupRuleDescriptionsIngressCommand,
|
|
1391
1411
|
WithdrawByoipCidrCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CopyVolumesCommand, se_CopyVolumesCommand } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CopyVolumesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "CopyVolumes", {})
|
|
17
|
+
.n("EC2Client", "CopyVolumesCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CopyVolumesCommand)
|
|
20
|
+
.de(de_CopyVolumesCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateCapacityManagerDataExportCommand, se_CreateCapacityManagerDataExportCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateCapacityManagerDataExportCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "CreateCapacityManagerDataExport", {})
|
|
17
|
+
.n("EC2Client", "CreateCapacityManagerDataExportCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateCapacityManagerDataExportCommand)
|
|
20
|
+
.de(de_CreateCapacityManagerDataExportCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteCapacityManagerDataExportCommand, se_DeleteCapacityManagerDataExportCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteCapacityManagerDataExportCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "DeleteCapacityManagerDataExport", {})
|
|
17
|
+
.n("EC2Client", "DeleteCapacityManagerDataExportCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteCapacityManagerDataExportCommand)
|
|
20
|
+
.de(de_DeleteCapacityManagerDataExportCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeCapacityManagerDataExportsCommand, se_DescribeCapacityManagerDataExportsCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeCapacityManagerDataExportsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "DescribeCapacityManagerDataExports", {})
|
|
17
|
+
.n("EC2Client", "DescribeCapacityManagerDataExportsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeCapacityManagerDataExportsCommand)
|
|
20
|
+
.de(de_DescribeCapacityManagerDataExportsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DisableCapacityManagerCommand, se_DisableCapacityManagerCommand } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DisableCapacityManagerCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "DisableCapacityManager", {})
|
|
17
|
+
.n("EC2Client", "DisableCapacityManagerCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DisableCapacityManagerCommand)
|
|
20
|
+
.de(de_DisableCapacityManagerCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_EnableCapacityManagerCommand, se_EnableCapacityManagerCommand } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class EnableCapacityManagerCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "EnableCapacityManager", {})
|
|
17
|
+
.n("EC2Client", "EnableCapacityManagerCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_EnableCapacityManagerCommand)
|
|
20
|
+
.de(de_EnableCapacityManagerCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetCapacityManagerAttributesCommand, se_GetCapacityManagerAttributesCommand } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetCapacityManagerAttributesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "GetCapacityManagerAttributes", {})
|
|
17
|
+
.n("EC2Client", "GetCapacityManagerAttributesCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetCapacityManagerAttributesCommand)
|
|
20
|
+
.de(de_GetCapacityManagerAttributesCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetCapacityManagerMetricDataCommand, se_GetCapacityManagerMetricDataCommand } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetCapacityManagerMetricDataCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "GetCapacityManagerMetricData", {})
|
|
17
|
+
.n("EC2Client", "GetCapacityManagerMetricDataCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetCapacityManagerMetricDataCommand)
|
|
20
|
+
.de(de_GetCapacityManagerMetricDataCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetCapacityManagerMetricDimensionsCommand, se_GetCapacityManagerMetricDimensionsCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetCapacityManagerMetricDimensionsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "GetCapacityManagerMetricDimensions", {})
|
|
17
|
+
.n("EC2Client", "GetCapacityManagerMetricDimensionsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetCapacityManagerMetricDimensionsCommand)
|
|
20
|
+
.de(de_GetCapacityManagerMetricDimensionsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { GetLaunchTemplateDataResultFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { GetLaunchTemplateDataResultFilterSensitiveLog, } from "../models/models_7";
|
|
6
6
|
import { de_GetLaunchTemplateDataCommand, se_GetLaunchTemplateDataCommand } from "../protocols/Aws_ec2";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetLaunchTemplateDataCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { ModifyVpnConnectionResultFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { ModifyVpnConnectionResultFilterSensitiveLog, } from "../models/models_8";
|
|
6
6
|
import { de_ModifyVpnConnectionCommand, se_ModifyVpnConnectionCommand } from "../protocols/Aws_ec2";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ModifyVpnConnectionCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { ModifyVpnConnectionOptionsResultFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { ModifyVpnConnectionOptionsResultFilterSensitiveLog, } from "../models/models_8";
|
|
6
6
|
import { de_ModifyVpnConnectionOptionsCommand, se_ModifyVpnConnectionOptionsCommand } from "../protocols/Aws_ec2";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ModifyVpnConnectionOptionsCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { ModifyVpnTunnelCertificateResultFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { ModifyVpnTunnelCertificateResultFilterSensitiveLog, } from "../models/models_8";
|
|
6
6
|
import { de_ModifyVpnTunnelCertificateCommand, se_ModifyVpnTunnelCertificateCommand } from "../protocols/Aws_ec2";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ModifyVpnTunnelCertificateCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { ModifyVpnTunnelOptionsRequestFilterSensitiveLog, ModifyVpnTunnelOptionsResultFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { ModifyVpnTunnelOptionsRequestFilterSensitiveLog, ModifyVpnTunnelOptionsResultFilterSensitiveLog, } from "../models/models_8";
|
|
6
6
|
import { de_ModifyVpnTunnelOptionsCommand, se_ModifyVpnTunnelOptionsCommand } from "../protocols/Aws_ec2";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ModifyVpnTunnelOptionsCommand extends $Command
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateCapacityManagerOrganizationsAccessCommand, se_UpdateCapacityManagerOrganizationsAccessCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateCapacityManagerOrganizationsAccessCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "UpdateCapacityManagerOrganizationsAccess", {})
|
|
17
|
+
.n("EC2Client", "UpdateCapacityManagerOrganizationsAccessCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateCapacityManagerOrganizationsAccessCommand)
|
|
20
|
+
.de(de_UpdateCapacityManagerOrganizationsAccessCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -58,6 +58,8 @@ export * from "./ConfirmProductInstanceCommand";
|
|
|
58
58
|
export * from "./CopyFpgaImageCommand";
|
|
59
59
|
export * from "./CopyImageCommand";
|
|
60
60
|
export * from "./CopySnapshotCommand";
|
|
61
|
+
export * from "./CopyVolumesCommand";
|
|
62
|
+
export * from "./CreateCapacityManagerDataExportCommand";
|
|
61
63
|
export * from "./CreateCapacityReservationBySplittingCommand";
|
|
62
64
|
export * from "./CreateCapacityReservationCommand";
|
|
63
65
|
export * from "./CreateCapacityReservationFleetCommand";
|
|
@@ -151,6 +153,7 @@ export * from "./CreateVpcPeeringConnectionCommand";
|
|
|
151
153
|
export * from "./CreateVpnConnectionCommand";
|
|
152
154
|
export * from "./CreateVpnConnectionRouteCommand";
|
|
153
155
|
export * from "./CreateVpnGatewayCommand";
|
|
156
|
+
export * from "./DeleteCapacityManagerDataExportCommand";
|
|
154
157
|
export * from "./DeleteCarrierGatewayCommand";
|
|
155
158
|
export * from "./DeleteClientVpnEndpointCommand";
|
|
156
159
|
export * from "./DeleteClientVpnRouteCommand";
|
|
@@ -255,6 +258,7 @@ export * from "./DescribeCapacityBlockExtensionOfferingsCommand";
|
|
|
255
258
|
export * from "./DescribeCapacityBlockOfferingsCommand";
|
|
256
259
|
export * from "./DescribeCapacityBlockStatusCommand";
|
|
257
260
|
export * from "./DescribeCapacityBlocksCommand";
|
|
261
|
+
export * from "./DescribeCapacityManagerDataExportsCommand";
|
|
258
262
|
export * from "./DescribeCapacityReservationBillingRequestsCommand";
|
|
259
263
|
export * from "./DescribeCapacityReservationFleetsCommand";
|
|
260
264
|
export * from "./DescribeCapacityReservationsCommand";
|
|
@@ -422,6 +426,7 @@ export * from "./DetachVpnGatewayCommand";
|
|
|
422
426
|
export * from "./DisableAddressTransferCommand";
|
|
423
427
|
export * from "./DisableAllowedImagesSettingsCommand";
|
|
424
428
|
export * from "./DisableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
429
|
+
export * from "./DisableCapacityManagerCommand";
|
|
425
430
|
export * from "./DisableEbsEncryptionByDefaultCommand";
|
|
426
431
|
export * from "./DisableFastLaunchCommand";
|
|
427
432
|
export * from "./DisableFastSnapshotRestoresCommand";
|
|
@@ -458,6 +463,7 @@ export * from "./DisassociateVpcCidrBlockCommand";
|
|
|
458
463
|
export * from "./EnableAddressTransferCommand";
|
|
459
464
|
export * from "./EnableAllowedImagesSettingsCommand";
|
|
460
465
|
export * from "./EnableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
466
|
+
export * from "./EnableCapacityManagerCommand";
|
|
461
467
|
export * from "./EnableEbsEncryptionByDefaultCommand";
|
|
462
468
|
export * from "./EnableFastLaunchCommand";
|
|
463
469
|
export * from "./EnableFastSnapshotRestoresCommand";
|
|
@@ -485,6 +491,9 @@ export * from "./GetAllowedImagesSettingsCommand";
|
|
|
485
491
|
export * from "./GetAssociatedEnclaveCertificateIamRolesCommand";
|
|
486
492
|
export * from "./GetAssociatedIpv6PoolCidrsCommand";
|
|
487
493
|
export * from "./GetAwsNetworkPerformanceDataCommand";
|
|
494
|
+
export * from "./GetCapacityManagerAttributesCommand";
|
|
495
|
+
export * from "./GetCapacityManagerMetricDataCommand";
|
|
496
|
+
export * from "./GetCapacityManagerMetricDimensionsCommand";
|
|
488
497
|
export * from "./GetCapacityReservationUsageCommand";
|
|
489
498
|
export * from "./GetCoipPoolUsageCommand";
|
|
490
499
|
export * from "./GetConsoleOutputCommand";
|
|
@@ -689,6 +698,7 @@ export * from "./UnassignPrivateIpAddressesCommand";
|
|
|
689
698
|
export * from "./UnassignPrivateNatGatewayAddressCommand";
|
|
690
699
|
export * from "./UnlockSnapshotCommand";
|
|
691
700
|
export * from "./UnmonitorInstancesCommand";
|
|
701
|
+
export * from "./UpdateCapacityManagerOrganizationsAccessCommand";
|
|
692
702
|
export * from "./UpdateSecurityGroupRuleDescriptionsEgressCommand";
|
|
693
703
|
export * from "./UpdateSecurityGroupRuleDescriptionsIngressCommand";
|
|
694
704
|
export * from "./WithdrawByoipCidrCommand";
|
|
@@ -27,6 +27,7 @@ export const AcceleratorType = {
|
|
|
27
27
|
};
|
|
28
28
|
export const ResourceType = {
|
|
29
29
|
capacity_block: "capacity-block",
|
|
30
|
+
capacity_manager_data_export: "capacity-manager-data-export",
|
|
30
31
|
capacity_reservation: "capacity-reservation",
|
|
31
32
|
capacity_reservation_fleet: "capacity-reservation-fleet",
|
|
32
33
|
carrier_gateway: "carrier-gateway",
|
|
@@ -1,4 +1,33 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
export const VolumeType = {
|
|
3
|
+
gp2: "gp2",
|
|
4
|
+
gp3: "gp3",
|
|
5
|
+
io1: "io1",
|
|
6
|
+
io2: "io2",
|
|
7
|
+
sc1: "sc1",
|
|
8
|
+
st1: "st1",
|
|
9
|
+
standard: "standard",
|
|
10
|
+
};
|
|
11
|
+
export const SSEType = {
|
|
12
|
+
none: "none",
|
|
13
|
+
sse_ebs: "sse-ebs",
|
|
14
|
+
sse_kms: "sse-kms",
|
|
15
|
+
};
|
|
16
|
+
export const VolumeState = {
|
|
17
|
+
available: "available",
|
|
18
|
+
creating: "creating",
|
|
19
|
+
deleted: "deleted",
|
|
20
|
+
deleting: "deleting",
|
|
21
|
+
error: "error",
|
|
22
|
+
in_use: "in-use",
|
|
23
|
+
};
|
|
24
|
+
export const OutputFormat = {
|
|
25
|
+
CSV: "csv",
|
|
26
|
+
PARQUET: "parquet",
|
|
27
|
+
};
|
|
28
|
+
export const Schedule = {
|
|
29
|
+
HOURLY: "hourly",
|
|
30
|
+
};
|
|
2
31
|
export const CapacityReservationDeliveryPreference = {
|
|
3
32
|
FIXED: "fixed",
|
|
4
33
|
INCREMENTAL: "incremental",
|
|
@@ -1241,15 +1270,6 @@ export const FleetExcessCapacityTerminationPolicy = {
|
|
|
1241
1270
|
NO_TERMINATION: "no-termination",
|
|
1242
1271
|
TERMINATION: "termination",
|
|
1243
1272
|
};
|
|
1244
|
-
export const VolumeType = {
|
|
1245
|
-
gp2: "gp2",
|
|
1246
|
-
gp3: "gp3",
|
|
1247
|
-
io1: "io1",
|
|
1248
|
-
io2: "io2",
|
|
1249
|
-
sc1: "sc1",
|
|
1250
|
-
st1: "st1",
|
|
1251
|
-
standard: "standard",
|
|
1252
|
-
};
|
|
1253
1273
|
export const BareMetal = {
|
|
1254
1274
|
EXCLUDED: "excluded",
|
|
1255
1275
|
INCLUDED: "included",
|
|
@@ -187,11 +187,6 @@ export const RouteState = {
|
|
|
187
187
|
blackhole: "blackhole",
|
|
188
188
|
filtered: "filtered",
|
|
189
189
|
};
|
|
190
|
-
export const SSEType = {
|
|
191
|
-
none: "none",
|
|
192
|
-
sse_ebs: "sse-ebs",
|
|
193
|
-
sse_kms: "sse-kms",
|
|
194
|
-
};
|
|
195
190
|
export const SnapshotState = {
|
|
196
191
|
completed: "completed",
|
|
197
192
|
error: "error",
|
|
@@ -354,14 +349,6 @@ export const VerifiedAccessEndpointStatusCode = {
|
|
|
354
349
|
pending: "pending",
|
|
355
350
|
updating: "updating",
|
|
356
351
|
};
|
|
357
|
-
export const VolumeState = {
|
|
358
|
-
available: "available",
|
|
359
|
-
creating: "creating",
|
|
360
|
-
deleted: "deleted",
|
|
361
|
-
deleting: "deleting",
|
|
362
|
-
error: "error",
|
|
363
|
-
in_use: "in-use",
|
|
364
|
-
};
|
|
365
352
|
export const InternetGatewayExclusionMode = {
|
|
366
353
|
allow_bidirectional: "allow-bidirectional",
|
|
367
354
|
allow_egress: "allow-egress",
|
|
@@ -378,19 +365,6 @@ export const VpcBlockPublicAccessExclusionState = {
|
|
|
378
365
|
update_failed: "update-failed",
|
|
379
366
|
update_in_progress: "update-in-progress",
|
|
380
367
|
};
|
|
381
|
-
export const DnsRecordIpType = {
|
|
382
|
-
dualstack: "dualstack",
|
|
383
|
-
ipv4: "ipv4",
|
|
384
|
-
ipv6: "ipv6",
|
|
385
|
-
service_defined: "service-defined",
|
|
386
|
-
};
|
|
387
|
-
export const VpcEndpointType = {
|
|
388
|
-
Gateway: "Gateway",
|
|
389
|
-
GatewayLoadBalancer: "GatewayLoadBalancer",
|
|
390
|
-
Interface: "Interface",
|
|
391
|
-
Resource: "Resource",
|
|
392
|
-
ServiceNetwork: "ServiceNetwork",
|
|
393
|
-
};
|
|
394
368
|
export const ResponseLaunchTemplateDataFilterSensitiveLog = (obj) => ({
|
|
395
369
|
...obj,
|
|
396
370
|
...(obj.UserData && { UserData: SENSITIVE_STRING }),
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { BundleTaskFilterSensitiveLog, VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
export const DnsRecordIpType = {
|
|
4
|
+
dualstack: "dualstack",
|
|
5
|
+
ipv4: "ipv4",
|
|
6
|
+
ipv6: "ipv6",
|
|
7
|
+
service_defined: "service-defined",
|
|
8
|
+
};
|
|
9
|
+
export const VpcEndpointType = {
|
|
10
|
+
Gateway: "Gateway",
|
|
11
|
+
GatewayLoadBalancer: "GatewayLoadBalancer",
|
|
12
|
+
Interface: "Interface",
|
|
13
|
+
Resource: "Resource",
|
|
14
|
+
ServiceNetwork: "ServiceNetwork",
|
|
15
|
+
};
|
|
3
16
|
export const State = {
|
|
4
17
|
Available: "Available",
|
|
5
18
|
Deleted: "Deleted",
|
|
@@ -163,15 +176,6 @@ export const CapacityBlockResourceState = {
|
|
|
163
176
|
scheduled: "scheduled",
|
|
164
177
|
unavailable: "unavailable",
|
|
165
178
|
};
|
|
166
|
-
export const CapacityBlockInterconnectStatus = {
|
|
167
|
-
impaired: "impaired",
|
|
168
|
-
insufficient_data: "insufficient-data",
|
|
169
|
-
ok: "ok",
|
|
170
|
-
};
|
|
171
|
-
export const CallerRole = {
|
|
172
|
-
odcr_owner: "odcr-owner",
|
|
173
|
-
unused_reservation_billing_owner: "unused-reservation-billing-owner",
|
|
174
|
-
};
|
|
175
179
|
export const VpnTunnelOptionsSpecificationFilterSensitiveLog = (obj) => ({
|
|
176
180
|
...obj,
|
|
177
181
|
...(obj.PreSharedKey && { PreSharedKey: SENSITIVE_STRING }),
|