@aws-sdk/client-ec2 3.592.0 → 3.598.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 +8 -0
- package/dist-cjs/index.js +126 -8
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/DescribeTrafficMirrorFilterRulesCommand.js +24 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_5.js +0 -7
- package/dist-es/models/models_6.js +7 -0
- package/dist-es/protocols/Aws_ec2.js +102 -0
- package/dist-types/EC2.d.ts +8 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +2 -2
- package/dist-types/commands/AllocateAddressCommand.d.ts +3 -3
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +2 -3
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +2 -3
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +2 -1
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +4 -2
- package/dist-types/commands/AssociateVpcCidrBlockCommand.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/CancelReservedInstancesListingCommand.d.ts +2 -3
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +4 -3
- 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/CreateDhcpOptionsCommand.d.ts +3 -3
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +4 -3
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +2 -3
- 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/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 +4 -4
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +3 -3
- 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/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 +3 -4
- 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 +2 -2
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +2 -2
- package/dist-types/commands/CreateRestoreImageTaskCommand.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 +3 -3
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +3 -3
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +18 -5
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +17 -0
- 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 +3 -2
- 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 +2 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +4 -2
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +3 -1
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +3 -5
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +3 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +3 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +3 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +101 -0
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +14 -2
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +2 -3
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -1
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +2 -2
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- 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/ModifyAvailabilityZoneGroupCommand.d.ts +1 -4
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +14 -2
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +6 -0
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -4
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -2
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +3 -3
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +3 -3
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -2
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +4 -4
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +6 -3
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +4 -4
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -2
- package/dist-types/commands/StartInstancesCommand.d.ts +2 -2
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +6 -5
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +45 -42
- package/dist-types/models/models_1.d.ts +93 -84
- package/dist-types/models/models_2.d.ts +41 -30
- package/dist-types/models/models_3.d.ts +51 -48
- package/dist-types/models/models_4.d.ts +144 -119
- package/dist-types/models/models_5.d.ts +113 -103
- package/dist-types/models/models_6.d.ts +106 -69
- package/dist-types/models/models_7.d.ts +71 -30
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/ts3.4/EC2.d.ts +18 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_2.d.ts +2 -0
- package/dist-types/ts3.4/models/models_5.d.ts +13 -22
- package/dist-types/ts3.4/models/models_6.d.ts +22 -11
- package/dist-types/ts3.4/models/models_7.d.ts +10 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/package.json +39 -39
|
@@ -5,6 +5,50 @@ import { ArchitectureValues, BootModeValues, Byoasn, ClientVpnConnectionStatus,
|
|
|
5
5
|
import { HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceNetworkInterfaceSpecification, InstanceState, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
|
|
6
6
|
import { Purchase } from "./models_5";
|
|
7
7
|
import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_6";
|
|
8
|
+
/**
|
|
9
|
+
* <p>Provides authorization for Amazon to bring an Autonomous System Number (ASN) to a specific Amazon Web Services account using bring your own ASN (BYOASN).
|
|
10
|
+
* For details on the format of the message and signature, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-byoasn.html">Tutorial: Bring your ASN to IPAM</a> in the <i>Amazon VPC IPAM guide</i>.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export interface AsnAuthorizationContext {
|
|
14
|
+
/**
|
|
15
|
+
* <p>The authorization context's message.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
Message: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The authorization context's signature.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
Signature: string | undefined;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
export interface ProvisionIpamByoasnRequest {
|
|
29
|
+
/**
|
|
30
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
31
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
32
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
DryRun?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* <p>An IPAM ID.</p>
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
IpamId: string | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* <p>A public 2-byte or 4-byte ASN.</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
Asn: string | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* <p>An ASN authorization context.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
AsnAuthorizationContext: AsnAuthorizationContext | undefined;
|
|
51
|
+
}
|
|
8
52
|
/**
|
|
9
53
|
* @public
|
|
10
54
|
*/
|
|
@@ -63,7 +107,7 @@ export interface ProvisionIpamPoolCidrRequest {
|
|
|
63
107
|
*/
|
|
64
108
|
NetmaskLength?: number;
|
|
65
109
|
/**
|
|
66
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
110
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
67
111
|
* @public
|
|
68
112
|
*/
|
|
69
113
|
ClientToken?: string;
|
|
@@ -287,7 +331,7 @@ export interface PurchaseReservedInstancesOfferingResult {
|
|
|
287
331
|
/**
|
|
288
332
|
* <p>The IDs of the purchased Reserved Instances. If your purchase crosses into a discounted
|
|
289
333
|
* pricing tier, the final Reserved Instances IDs might change. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-reserved-instances-application.html#crossing-pricing-tiers">Crossing
|
|
290
|
-
* pricing tiers</a> in the <i>Amazon
|
|
334
|
+
* pricing tiers</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
291
335
|
* @public
|
|
292
336
|
*/
|
|
293
337
|
ReservedInstancesId?: string;
|
|
@@ -1517,8 +1561,8 @@ export interface RequestSpotInstancesRequest {
|
|
|
1517
1561
|
BlockDurationMinutes?: number;
|
|
1518
1562
|
/**
|
|
1519
1563
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
1520
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">
|
|
1521
|
-
*
|
|
1564
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">Ensuring idempotency in
|
|
1565
|
+
* Amazon EC2 API requests</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
1522
1566
|
* @public
|
|
1523
1567
|
*/
|
|
1524
1568
|
ClientToken?: string;
|
|
@@ -2328,8 +2372,8 @@ export interface EnclaveOptionsRequest {
|
|
|
2328
2372
|
/**
|
|
2329
2373
|
* <p>Indicates whether your instance is configured for hibernation. This parameter is valid
|
|
2330
2374
|
* only if the instance meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation
|
|
2331
|
-
* prerequisites</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your
|
|
2332
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
2375
|
+
* prerequisites</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your Amazon EC2
|
|
2376
|
+
* instance</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
2333
2377
|
* @public
|
|
2334
2378
|
*/
|
|
2335
2379
|
export interface HibernationOptionsRequest {
|
|
@@ -2605,8 +2649,8 @@ export interface RunInstancesRequest {
|
|
|
2605
2649
|
*/
|
|
2606
2650
|
ImageId?: string;
|
|
2607
2651
|
/**
|
|
2608
|
-
* <p>The instance type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">
|
|
2609
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
2652
|
+
* <p>The instance type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Amazon EC2 instance
|
|
2653
|
+
* types</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
2610
2654
|
* @public
|
|
2611
2655
|
*/
|
|
2612
2656
|
InstanceType?: _InstanceType;
|
|
@@ -2652,24 +2696,21 @@ export interface RunInstancesRequest {
|
|
|
2652
2696
|
*/
|
|
2653
2697
|
KeyName?: string;
|
|
2654
2698
|
/**
|
|
2655
|
-
* <p>The maximum number of instances to launch. If you specify
|
|
2656
|
-
* EC2 can launch in the target Availability Zone, Amazon EC2
|
|
2657
|
-
* number of instances above
|
|
2658
|
-
*
|
|
2659
|
-
*
|
|
2660
|
-
*
|
|
2661
|
-
* run in Amazon EC2</a> in the Amazon EC2 FAQ.</p>
|
|
2699
|
+
* <p>The maximum number of instances to launch. If you specify a value that is more
|
|
2700
|
+
* capacity than Amazon EC2 can launch in the target Availability Zone, Amazon EC2
|
|
2701
|
+
* launches the largest possible number of instances above the specified minimum
|
|
2702
|
+
* count.</p>
|
|
2703
|
+
* <p>Constraints: Between 1 and the quota for the specified instance type for your account for this Region.
|
|
2704
|
+
* For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-instance-quotas.html">Amazon EC2 instance type quotas</a>.</p>
|
|
2662
2705
|
* @public
|
|
2663
2706
|
*/
|
|
2664
2707
|
MaxCount: number | undefined;
|
|
2665
2708
|
/**
|
|
2666
|
-
* <p>The minimum number of instances to launch. If you specify a
|
|
2667
|
-
*
|
|
2668
|
-
*
|
|
2669
|
-
* <p>Constraints: Between 1 and the
|
|
2670
|
-
*
|
|
2671
|
-
* increase, see <a href="http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2">How many instances can I
|
|
2672
|
-
* run in Amazon EC2</a> in the Amazon EC2 General FAQ.</p>
|
|
2709
|
+
* <p>The minimum number of instances to launch. If you specify a value that is more
|
|
2710
|
+
* capacity than Amazon EC2 can provide in the target Availability Zone, Amazon EC2 does
|
|
2711
|
+
* not launch any instances.</p>
|
|
2712
|
+
* <p>Constraints: Between 1 and the quota for the specified instance type for your account for this Region.
|
|
2713
|
+
* For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-instance-quotas.html">Amazon EC2 instance type quotas</a>.</p>
|
|
2673
2714
|
* @public
|
|
2674
2715
|
*/
|
|
2675
2716
|
MinCount: number | undefined;
|
|
@@ -2721,10 +2762,10 @@ export interface RunInstancesRequest {
|
|
|
2721
2762
|
/**
|
|
2722
2763
|
* <p>The user data script to make available to the instance. For more information, see
|
|
2723
2764
|
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html">Run
|
|
2724
|
-
* commands on your
|
|
2725
|
-
*
|
|
2726
|
-
*
|
|
2727
|
-
*
|
|
2765
|
+
* commands on your Amazon EC2 instance at launch</a> in the <i>Amazon EC2 User
|
|
2766
|
+
* Guide</i>. If you are using a command line tool, base64-encoding is performed
|
|
2767
|
+
* for you, and you can load the text from a file. Otherwise, you must provide
|
|
2768
|
+
* base64-encoded text. User data is limited to 16 KB.</p>
|
|
2728
2769
|
* @public
|
|
2729
2770
|
*/
|
|
2730
2771
|
UserData?: string;
|
|
@@ -2884,8 +2925,8 @@ export interface RunInstancesRequest {
|
|
|
2884
2925
|
/**
|
|
2885
2926
|
* <p>Indicates whether an instance is enabled for hibernation. This parameter is valid only
|
|
2886
2927
|
* if the instance meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation
|
|
2887
|
-
* prerequisites</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your
|
|
2888
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
2928
|
+
* prerequisites</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your Amazon EC2
|
|
2929
|
+
* instance</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
2889
2930
|
* <p>You can't enable hibernation and Amazon Web Services Nitro Enclaves on the same
|
|
2890
2931
|
* instance.</p>
|
|
2891
2932
|
* @public
|
|
@@ -3711,7 +3752,7 @@ export interface StartNetworkInsightsAccessScopeAnalysisRequest {
|
|
|
3711
3752
|
TagSpecifications?: TagSpecification[];
|
|
3712
3753
|
/**
|
|
3713
3754
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information,
|
|
3714
|
-
* see <a href="https://docs.aws.amazon.com/
|
|
3755
|
+
* see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</p>
|
|
3715
3756
|
* @public
|
|
3716
3757
|
*/
|
|
3717
3758
|
ClientToken?: string;
|
|
@@ -3759,7 +3800,7 @@ export interface StartNetworkInsightsAnalysisRequest {
|
|
|
3759
3800
|
TagSpecifications?: TagSpecification[];
|
|
3760
3801
|
/**
|
|
3761
3802
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information,
|
|
3762
|
-
* see <a href="https://docs.aws.amazon.com/
|
|
3803
|
+
* see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</p>
|
|
3763
3804
|
* @public
|
|
3764
3805
|
*/
|
|
3765
3806
|
ClientToken?: string;
|
|
@@ -333,6 +333,7 @@ import { DescribeStaleSecurityGroupsCommandInput, DescribeStaleSecurityGroupsCom
|
|
|
333
333
|
import { DescribeStoreImageTasksCommandInput, DescribeStoreImageTasksCommandOutput } from "../commands/DescribeStoreImageTasksCommand";
|
|
334
334
|
import { DescribeSubnetsCommandInput, DescribeSubnetsCommandOutput } from "../commands/DescribeSubnetsCommand";
|
|
335
335
|
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "../commands/DescribeTagsCommand";
|
|
336
|
+
import { DescribeTrafficMirrorFilterRulesCommandInput, DescribeTrafficMirrorFilterRulesCommandOutput } from "../commands/DescribeTrafficMirrorFilterRulesCommand";
|
|
336
337
|
import { DescribeTrafficMirrorFiltersCommandInput, DescribeTrafficMirrorFiltersCommandOutput } from "../commands/DescribeTrafficMirrorFiltersCommand";
|
|
337
338
|
import { DescribeTrafficMirrorSessionsCommandInput, DescribeTrafficMirrorSessionsCommandOutput } from "../commands/DescribeTrafficMirrorSessionsCommand";
|
|
338
339
|
import { DescribeTrafficMirrorTargetsCommandInput, DescribeTrafficMirrorTargetsCommandOutput } from "../commands/DescribeTrafficMirrorTargetsCommand";
|
|
@@ -1953,6 +1954,10 @@ export declare const se_DescribeSubnetsCommand: (input: DescribeSubnetsCommandIn
|
|
|
1953
1954
|
* serializeAws_ec2DescribeTagsCommand
|
|
1954
1955
|
*/
|
|
1955
1956
|
export declare const se_DescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1957
|
+
/**
|
|
1958
|
+
* serializeAws_ec2DescribeTrafficMirrorFilterRulesCommand
|
|
1959
|
+
*/
|
|
1960
|
+
export declare const se_DescribeTrafficMirrorFilterRulesCommand: (input: DescribeTrafficMirrorFilterRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1956
1961
|
/**
|
|
1957
1962
|
* serializeAws_ec2DescribeTrafficMirrorFiltersCommand
|
|
1958
1963
|
*/
|
|
@@ -4437,6 +4442,10 @@ export declare const de_DescribeSubnetsCommand: (output: __HttpResponse, context
|
|
|
4437
4442
|
* deserializeAws_ec2DescribeTagsCommand
|
|
4438
4443
|
*/
|
|
4439
4444
|
export declare const de_DescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
|
|
4445
|
+
/**
|
|
4446
|
+
* deserializeAws_ec2DescribeTrafficMirrorFilterRulesCommand
|
|
4447
|
+
*/
|
|
4448
|
+
export declare const de_DescribeTrafficMirrorFilterRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrafficMirrorFilterRulesCommandOutput>;
|
|
4440
4449
|
/**
|
|
4441
4450
|
* deserializeAws_ec2DescribeTrafficMirrorFiltersCommand
|
|
4442
4451
|
*/
|
|
@@ -1331,6 +1331,10 @@ import {
|
|
|
1331
1331
|
DescribeTagsCommandInput,
|
|
1332
1332
|
DescribeTagsCommandOutput,
|
|
1333
1333
|
} from "./commands/DescribeTagsCommand";
|
|
1334
|
+
import {
|
|
1335
|
+
DescribeTrafficMirrorFilterRulesCommandInput,
|
|
1336
|
+
DescribeTrafficMirrorFilterRulesCommandOutput,
|
|
1337
|
+
} from "./commands/DescribeTrafficMirrorFilterRulesCommand";
|
|
1334
1338
|
import {
|
|
1335
1339
|
DescribeTrafficMirrorFiltersCommandInput,
|
|
1336
1340
|
DescribeTrafficMirrorFiltersCommandOutput,
|
|
@@ -7257,6 +7261,20 @@ export interface EC2 {
|
|
|
7257
7261
|
options: __HttpHandlerOptions,
|
|
7258
7262
|
cb: (err: any, data?: DescribeTagsCommandOutput) => void
|
|
7259
7263
|
): void;
|
|
7264
|
+
describeTrafficMirrorFilterRules(): Promise<DescribeTrafficMirrorFilterRulesCommandOutput>;
|
|
7265
|
+
describeTrafficMirrorFilterRules(
|
|
7266
|
+
args: DescribeTrafficMirrorFilterRulesCommandInput,
|
|
7267
|
+
options?: __HttpHandlerOptions
|
|
7268
|
+
): Promise<DescribeTrafficMirrorFilterRulesCommandOutput>;
|
|
7269
|
+
describeTrafficMirrorFilterRules(
|
|
7270
|
+
args: DescribeTrafficMirrorFilterRulesCommandInput,
|
|
7271
|
+
cb: (err: any, data?: DescribeTrafficMirrorFilterRulesCommandOutput) => void
|
|
7272
|
+
): void;
|
|
7273
|
+
describeTrafficMirrorFilterRules(
|
|
7274
|
+
args: DescribeTrafficMirrorFilterRulesCommandInput,
|
|
7275
|
+
options: __HttpHandlerOptions,
|
|
7276
|
+
cb: (err: any, data?: DescribeTrafficMirrorFilterRulesCommandOutput) => void
|
|
7277
|
+
): void;
|
|
7260
7278
|
describeTrafficMirrorFilters(): Promise<DescribeTrafficMirrorFiltersCommandOutput>;
|
|
7261
7279
|
describeTrafficMirrorFilters(
|
|
7262
7280
|
args: DescribeTrafficMirrorFiltersCommandInput,
|
|
@@ -1377,6 +1377,10 @@ import {
|
|
|
1377
1377
|
DescribeTagsCommandInput,
|
|
1378
1378
|
DescribeTagsCommandOutput,
|
|
1379
1379
|
} from "./commands/DescribeTagsCommand";
|
|
1380
|
+
import {
|
|
1381
|
+
DescribeTrafficMirrorFilterRulesCommandInput,
|
|
1382
|
+
DescribeTrafficMirrorFilterRulesCommandOutput,
|
|
1383
|
+
} from "./commands/DescribeTrafficMirrorFilterRulesCommand";
|
|
1380
1384
|
import {
|
|
1381
1385
|
DescribeTrafficMirrorFiltersCommandInput,
|
|
1382
1386
|
DescribeTrafficMirrorFiltersCommandOutput,
|
|
@@ -2870,6 +2874,7 @@ export type ServiceInputTypes =
|
|
|
2870
2874
|
| DescribeStoreImageTasksCommandInput
|
|
2871
2875
|
| DescribeSubnetsCommandInput
|
|
2872
2876
|
| DescribeTagsCommandInput
|
|
2877
|
+
| DescribeTrafficMirrorFilterRulesCommandInput
|
|
2873
2878
|
| DescribeTrafficMirrorFiltersCommandInput
|
|
2874
2879
|
| DescribeTrafficMirrorSessionsCommandInput
|
|
2875
2880
|
| DescribeTrafficMirrorTargetsCommandInput
|
|
@@ -3492,6 +3497,7 @@ export type ServiceOutputTypes =
|
|
|
3492
3497
|
| DescribeStoreImageTasksCommandOutput
|
|
3493
3498
|
| DescribeSubnetsCommandOutput
|
|
3494
3499
|
| DescribeTagsCommandOutput
|
|
3500
|
+
| DescribeTrafficMirrorFilterRulesCommandOutput
|
|
3495
3501
|
| DescribeTrafficMirrorFiltersCommandOutput
|
|
3496
3502
|
| DescribeTrafficMirrorSessionsCommandOutput
|
|
3497
3503
|
| DescribeTrafficMirrorTargetsCommandOutput
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
DescribeTrafficMirrorFilterRulesRequest,
|
|
10
|
+
DescribeTrafficMirrorFilterRulesResult,
|
|
11
|
+
} from "../models/models_5";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeTrafficMirrorFilterRulesCommandInput
|
|
15
|
+
extends DescribeTrafficMirrorFilterRulesRequest {}
|
|
16
|
+
export interface DescribeTrafficMirrorFilterRulesCommandOutput
|
|
17
|
+
extends DescribeTrafficMirrorFilterRulesResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeTrafficMirrorFilterRulesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeTrafficMirrorFilterRulesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeTrafficMirrorFilterRulesCommandInput,
|
|
24
|
+
DescribeTrafficMirrorFilterRulesCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [DescribeTrafficMirrorFilterRulesCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeTrafficMirrorFilterRulesCommandInput,
|
|
33
|
+
DescribeTrafficMirrorFilterRulesCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeTrafficMirrorFilterRulesCommand extends DescribeTrafficMirrorFilterRulesCommand_base {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
ProvisionIpamByoasnRequest,
|
|
10
|
+
ProvisionIpamByoasnResult,
|
|
11
|
+
} from "../models/models_7";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface ProvisionIpamByoasnCommandInput
|
|
@@ -331,6 +331,7 @@ export * from "./DescribeStaleSecurityGroupsCommand";
|
|
|
331
331
|
export * from "./DescribeStoreImageTasksCommand";
|
|
332
332
|
export * from "./DescribeSubnetsCommand";
|
|
333
333
|
export * from "./DescribeTagsCommand";
|
|
334
|
+
export * from "./DescribeTrafficMirrorFilterRulesCommand";
|
|
334
335
|
export * from "./DescribeTrafficMirrorFiltersCommand";
|
|
335
336
|
export * from "./DescribeTrafficMirrorSessionsCommand";
|
|
336
337
|
export * from "./DescribeTrafficMirrorTargetsCommand";
|
|
@@ -123,6 +123,7 @@ export declare const ResourceType: {
|
|
|
123
123
|
readonly volume: "volume";
|
|
124
124
|
readonly vpc: "vpc";
|
|
125
125
|
readonly vpc_block_public_access_exclusion: "vpc-block-public-access-exclusion";
|
|
126
|
+
readonly vpc_encryption_control: "vpc-encryption-control";
|
|
126
127
|
readonly vpc_endpoint: "vpc-endpoint";
|
|
127
128
|
readonly vpc_endpoint_connection: "vpc-endpoint-connection";
|
|
128
129
|
readonly vpc_endpoint_connection_device_type: "vpc-endpoint-connection-device-type";
|
|
@@ -543,6 +543,7 @@ export interface TrafficMirrorFilterRule {
|
|
|
543
543
|
DestinationCidrBlock?: string;
|
|
544
544
|
SourceCidrBlock?: string;
|
|
545
545
|
Description?: string;
|
|
546
|
+
Tags?: Tag[];
|
|
546
547
|
}
|
|
547
548
|
export declare const TrafficMirrorNetworkService: {
|
|
548
549
|
readonly amazon_dns: "amazon-dns";
|
|
@@ -578,6 +579,7 @@ export interface CreateTrafficMirrorFilterRuleRequest {
|
|
|
578
579
|
Description?: string;
|
|
579
580
|
DryRun?: boolean;
|
|
580
581
|
ClientToken?: string;
|
|
582
|
+
TagSpecifications?: TagSpecification[];
|
|
581
583
|
}
|
|
582
584
|
export interface CreateTrafficMirrorFilterRuleResult {
|
|
583
585
|
TrafficMirrorFilterRule?: TrafficMirrorFilterRule;
|
|
@@ -49,6 +49,7 @@ import {
|
|
|
49
49
|
SSEType,
|
|
50
50
|
State,
|
|
51
51
|
TrafficMirrorFilter,
|
|
52
|
+
TrafficMirrorFilterRule,
|
|
52
53
|
TrafficMirrorSession,
|
|
53
54
|
TrafficMirrorTarget,
|
|
54
55
|
TransitGateway,
|
|
@@ -183,6 +184,18 @@ export interface DescribeTagsResult {
|
|
|
183
184
|
NextToken?: string;
|
|
184
185
|
Tags?: TagDescription[];
|
|
185
186
|
}
|
|
187
|
+
export interface DescribeTrafficMirrorFilterRulesRequest {
|
|
188
|
+
TrafficMirrorFilterRuleIds?: string[];
|
|
189
|
+
TrafficMirrorFilterId?: string;
|
|
190
|
+
DryRun?: boolean;
|
|
191
|
+
Filters?: Filter[];
|
|
192
|
+
MaxResults?: number;
|
|
193
|
+
NextToken?: string;
|
|
194
|
+
}
|
|
195
|
+
export interface DescribeTrafficMirrorFilterRulesResult {
|
|
196
|
+
TrafficMirrorFilterRules?: TrafficMirrorFilterRule[];
|
|
197
|
+
NextToken?: string;
|
|
198
|
+
}
|
|
186
199
|
export interface DescribeTrafficMirrorFiltersRequest {
|
|
187
200
|
TrafficMirrorFilterIds?: string[];
|
|
188
201
|
DryRun?: boolean;
|
|
@@ -1623,28 +1636,6 @@ export declare const IpamOverlapStatus: {
|
|
|
1623
1636
|
};
|
|
1624
1637
|
export type IpamOverlapStatus =
|
|
1625
1638
|
(typeof IpamOverlapStatus)[keyof typeof IpamOverlapStatus];
|
|
1626
|
-
export declare const IpamAddressHistoryResourceType: {
|
|
1627
|
-
readonly eip: "eip";
|
|
1628
|
-
readonly instance: "instance";
|
|
1629
|
-
readonly network_interface: "network-interface";
|
|
1630
|
-
readonly subnet: "subnet";
|
|
1631
|
-
readonly vpc: "vpc";
|
|
1632
|
-
};
|
|
1633
|
-
export type IpamAddressHistoryResourceType =
|
|
1634
|
-
(typeof IpamAddressHistoryResourceType)[keyof typeof IpamAddressHistoryResourceType];
|
|
1635
|
-
export interface IpamAddressHistoryRecord {
|
|
1636
|
-
ResourceOwnerId?: string;
|
|
1637
|
-
ResourceRegion?: string;
|
|
1638
|
-
ResourceType?: IpamAddressHistoryResourceType;
|
|
1639
|
-
ResourceId?: string;
|
|
1640
|
-
ResourceCidr?: string;
|
|
1641
|
-
ResourceName?: string;
|
|
1642
|
-
ResourceComplianceStatus?: IpamComplianceStatus;
|
|
1643
|
-
ResourceOverlapStatus?: IpamOverlapStatus;
|
|
1644
|
-
VpcId?: string;
|
|
1645
|
-
SampledStartTime?: Date;
|
|
1646
|
-
SampledEndTime?: Date;
|
|
1647
|
-
}
|
|
1648
1639
|
export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (
|
|
1649
1640
|
obj: DescribeVerifiedAccessTrustProvidersResult
|
|
1650
1641
|
) => any;
|
|
@@ -135,7 +135,6 @@ import {
|
|
|
135
135
|
} from "./models_4";
|
|
136
136
|
import {
|
|
137
137
|
InstanceFamilyCreditSpecification,
|
|
138
|
-
IpamAddressHistoryRecord,
|
|
139
138
|
IpamComplianceStatus,
|
|
140
139
|
IpamOverlapStatus,
|
|
141
140
|
SnapshotBlockPublicAccessState,
|
|
@@ -144,6 +143,28 @@ import {
|
|
|
144
143
|
VerifiedAccessInstanceLoggingConfiguration,
|
|
145
144
|
VolumeModification,
|
|
146
145
|
} from "./models_5";
|
|
146
|
+
export declare const IpamAddressHistoryResourceType: {
|
|
147
|
+
readonly eip: "eip";
|
|
148
|
+
readonly instance: "instance";
|
|
149
|
+
readonly network_interface: "network-interface";
|
|
150
|
+
readonly subnet: "subnet";
|
|
151
|
+
readonly vpc: "vpc";
|
|
152
|
+
};
|
|
153
|
+
export type IpamAddressHistoryResourceType =
|
|
154
|
+
(typeof IpamAddressHistoryResourceType)[keyof typeof IpamAddressHistoryResourceType];
|
|
155
|
+
export interface IpamAddressHistoryRecord {
|
|
156
|
+
ResourceOwnerId?: string;
|
|
157
|
+
ResourceRegion?: string;
|
|
158
|
+
ResourceType?: IpamAddressHistoryResourceType;
|
|
159
|
+
ResourceId?: string;
|
|
160
|
+
ResourceCidr?: string;
|
|
161
|
+
ResourceName?: string;
|
|
162
|
+
ResourceComplianceStatus?: IpamComplianceStatus;
|
|
163
|
+
ResourceOverlapStatus?: IpamOverlapStatus;
|
|
164
|
+
VpcId?: string;
|
|
165
|
+
SampledStartTime?: Date;
|
|
166
|
+
SampledEndTime?: Date;
|
|
167
|
+
}
|
|
147
168
|
export interface GetIpamAddressHistoryResult {
|
|
148
169
|
HistoryRecords?: IpamAddressHistoryRecord[];
|
|
149
170
|
NextToken?: string;
|
|
@@ -1879,16 +1900,6 @@ export interface ProvisionByoipCidrRequest {
|
|
|
1879
1900
|
export interface ProvisionByoipCidrResult {
|
|
1880
1901
|
ByoipCidr?: ByoipCidr;
|
|
1881
1902
|
}
|
|
1882
|
-
export interface AsnAuthorizationContext {
|
|
1883
|
-
Message: string | undefined;
|
|
1884
|
-
Signature: string | undefined;
|
|
1885
|
-
}
|
|
1886
|
-
export interface ProvisionIpamByoasnRequest {
|
|
1887
|
-
DryRun?: boolean;
|
|
1888
|
-
IpamId: string | undefined;
|
|
1889
|
-
Asn: string | undefined;
|
|
1890
|
-
AsnAuthorizationContext: AsnAuthorizationContext | undefined;
|
|
1891
|
-
}
|
|
1892
1903
|
export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (
|
|
1893
1904
|
obj: GetLaunchTemplateDataResult
|
|
1894
1905
|
) => any;
|
|
@@ -74,6 +74,16 @@ import {
|
|
|
74
74
|
InstanceMonitoring,
|
|
75
75
|
Status,
|
|
76
76
|
} from "./models_6";
|
|
77
|
+
export interface AsnAuthorizationContext {
|
|
78
|
+
Message: string | undefined;
|
|
79
|
+
Signature: string | undefined;
|
|
80
|
+
}
|
|
81
|
+
export interface ProvisionIpamByoasnRequest {
|
|
82
|
+
DryRun?: boolean;
|
|
83
|
+
IpamId: string | undefined;
|
|
84
|
+
Asn: string | undefined;
|
|
85
|
+
AsnAuthorizationContext: AsnAuthorizationContext | undefined;
|
|
86
|
+
}
|
|
77
87
|
export interface ProvisionIpamByoasnResult {
|
|
78
88
|
Byoasn?: Byoasn;
|
|
79
89
|
}
|
|
@@ -1335,6 +1335,10 @@ import {
|
|
|
1335
1335
|
DescribeTagsCommandInput,
|
|
1336
1336
|
DescribeTagsCommandOutput,
|
|
1337
1337
|
} from "../commands/DescribeTagsCommand";
|
|
1338
|
+
import {
|
|
1339
|
+
DescribeTrafficMirrorFilterRulesCommandInput,
|
|
1340
|
+
DescribeTrafficMirrorFilterRulesCommandOutput,
|
|
1341
|
+
} from "../commands/DescribeTrafficMirrorFilterRulesCommand";
|
|
1338
1342
|
import {
|
|
1339
1343
|
DescribeTrafficMirrorFiltersCommandInput,
|
|
1340
1344
|
DescribeTrafficMirrorFiltersCommandOutput,
|
|
@@ -3819,6 +3823,10 @@ export declare const se_DescribeTagsCommand: (
|
|
|
3819
3823
|
input: DescribeTagsCommandInput,
|
|
3820
3824
|
context: __SerdeContext
|
|
3821
3825
|
) => Promise<__HttpRequest>;
|
|
3826
|
+
export declare const se_DescribeTrafficMirrorFilterRulesCommand: (
|
|
3827
|
+
input: DescribeTrafficMirrorFilterRulesCommandInput,
|
|
3828
|
+
context: __SerdeContext
|
|
3829
|
+
) => Promise<__HttpRequest>;
|
|
3822
3830
|
export declare const se_DescribeTrafficMirrorFiltersCommand: (
|
|
3823
3831
|
input: DescribeTrafficMirrorFiltersCommandInput,
|
|
3824
3832
|
context: __SerdeContext
|
|
@@ -6303,6 +6311,10 @@ export declare const de_DescribeTagsCommand: (
|
|
|
6303
6311
|
output: __HttpResponse,
|
|
6304
6312
|
context: __SerdeContext
|
|
6305
6313
|
) => Promise<DescribeTagsCommandOutput>;
|
|
6314
|
+
export declare const de_DescribeTrafficMirrorFilterRulesCommand: (
|
|
6315
|
+
output: __HttpResponse,
|
|
6316
|
+
context: __SerdeContext
|
|
6317
|
+
) => Promise<DescribeTrafficMirrorFilterRulesCommandOutput>;
|
|
6306
6318
|
export declare const de_DescribeTrafficMirrorFiltersCommand: (
|
|
6307
6319
|
output: __HttpResponse,
|
|
6308
6320
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.598.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
|
|
@@ -18,48 +18,48 @@
|
|
|
18
18
|
"module": "./dist-es/index.js",
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@aws-crypto/sha256-browser": "
|
|
22
|
-
"@aws-crypto/sha256-js": "
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-sdk-ec2": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@smithy/config-resolver": "^3.0.
|
|
38
|
-
"@smithy/core": "^2.2.
|
|
39
|
-
"@smithy/fetch-http-handler": "^3.0.
|
|
40
|
-
"@smithy/hash-node": "^3.0.
|
|
41
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
42
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
43
|
-
"@smithy/middleware-endpoint": "^3.0.
|
|
44
|
-
"@smithy/middleware-retry": "^3.0.
|
|
45
|
-
"@smithy/middleware-serde": "^3.0.
|
|
46
|
-
"@smithy/middleware-stack": "^3.0.
|
|
47
|
-
"@smithy/node-config-provider": "^3.1.
|
|
48
|
-
"@smithy/node-http-handler": "^3.0.
|
|
49
|
-
"@smithy/protocol-http": "^4.0.
|
|
50
|
-
"@smithy/smithy-client": "^3.1.
|
|
51
|
-
"@smithy/types": "^3.
|
|
52
|
-
"@smithy/url-parser": "^3.0.
|
|
21
|
+
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
|
+
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.598.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.598.0",
|
|
25
|
+
"@aws-sdk/core": "3.598.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.598.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.598.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.598.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.598.0",
|
|
30
|
+
"@aws-sdk/middleware-sdk-ec2": "3.598.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.598.0",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.598.0",
|
|
33
|
+
"@aws-sdk/types": "3.598.0",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.598.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.598.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.598.0",
|
|
37
|
+
"@smithy/config-resolver": "^3.0.2",
|
|
38
|
+
"@smithy/core": "^2.2.1",
|
|
39
|
+
"@smithy/fetch-http-handler": "^3.0.2",
|
|
40
|
+
"@smithy/hash-node": "^3.0.1",
|
|
41
|
+
"@smithy/invalid-dependency": "^3.0.1",
|
|
42
|
+
"@smithy/middleware-content-length": "^3.0.1",
|
|
43
|
+
"@smithy/middleware-endpoint": "^3.0.2",
|
|
44
|
+
"@smithy/middleware-retry": "^3.0.4",
|
|
45
|
+
"@smithy/middleware-serde": "^3.0.1",
|
|
46
|
+
"@smithy/middleware-stack": "^3.0.1",
|
|
47
|
+
"@smithy/node-config-provider": "^3.1.1",
|
|
48
|
+
"@smithy/node-http-handler": "^3.0.1",
|
|
49
|
+
"@smithy/protocol-http": "^4.0.1",
|
|
50
|
+
"@smithy/smithy-client": "^3.1.2",
|
|
51
|
+
"@smithy/types": "^3.1.0",
|
|
52
|
+
"@smithy/url-parser": "^3.0.1",
|
|
53
53
|
"@smithy/util-base64": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
58
|
-
"@smithy/util-endpoints": "^2.0.
|
|
59
|
-
"@smithy/util-middleware": "^3.0.
|
|
60
|
-
"@smithy/util-retry": "^3.0.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^3.0.4",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^3.0.4",
|
|
58
|
+
"@smithy/util-endpoints": "^2.0.2",
|
|
59
|
+
"@smithy/util-middleware": "^3.0.1",
|
|
60
|
+
"@smithy/util-retry": "^3.0.1",
|
|
61
61
|
"@smithy/util-utf8": "^3.0.0",
|
|
62
|
-
"@smithy/util-waiter": "^3.0.
|
|
62
|
+
"@smithy/util-waiter": "^3.0.1",
|
|
63
63
|
"tslib": "^2.6.2",
|
|
64
64
|
"uuid": "^9.0.1"
|
|
65
65
|
},
|