@aws-sdk/client-ec2 3.172.0 → 3.175.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/CHANGELOG.md +22 -0
- package/dist-cjs/commands/CreateDefaultVpcCommand.js +2 -1
- package/dist-cjs/commands/CreateDhcpOptionsCommand.js +1 -2
- package/dist-cjs/commands/CreateTrafficMirrorFilterCommand.js +2 -1
- package/dist-cjs/commands/CreateTrafficMirrorFilterRuleCommand.js +1 -2
- package/dist-cjs/commands/DescribeAddressesAttributeCommand.js +3 -3
- package/dist-cjs/commands/DescribeAddressesCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocalGatewaysCommand.js +2 -1
- package/dist-cjs/commands/MonitorInstancesCommand.js +1 -2
- package/dist-cjs/models/models_0.js +28 -28
- package/dist-cjs/models/models_1.js +25 -25
- package/dist-cjs/models/models_2.js +26 -26
- package/dist-cjs/models/models_3.js +25 -25
- package/dist-cjs/models/models_4.js +26 -26
- package/dist-cjs/models/models_5.js +14 -14
- package/dist-cjs/models/models_6.js +12 -4
- package/dist-cjs/protocols/Aws_ec2.js +50 -0
- package/dist-es/commands/CreateDefaultVpcCommand.js +2 -1
- package/dist-es/commands/CreateDhcpOptionsCommand.js +1 -2
- package/dist-es/commands/CreateTrafficMirrorFilterCommand.js +2 -1
- package/dist-es/commands/CreateTrafficMirrorFilterRuleCommand.js +1 -2
- package/dist-es/commands/DescribeAddressesAttributeCommand.js +1 -1
- package/dist-es/commands/DescribeAddressesCommand.js +1 -1
- package/dist-es/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.js +1 -1
- package/dist-es/commands/DescribeLocalGatewaysCommand.js +2 -1
- package/dist-es/commands/MonitorInstancesCommand.js +1 -2
- package/dist-es/models/models_0.js +9 -6
- package/dist-es/models/models_1.js +5 -8
- package/dist-es/models/models_2.js +8 -5
- package/dist-es/models/models_3.js +5 -5
- package/dist-es/models/models_4.js +5 -5
- package/dist-es/models/models_5.js +2 -2
- package/dist-es/models/models_6.js +2 -0
- package/dist-es/protocols/Aws_ec2.js +50 -0
- package/dist-types/EC2.d.ts +13 -30
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -2
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAddressesAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +0 -3
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +0 -3
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +0 -3
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +0 -3
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +0 -4
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +0 -4
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +4 -6
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -2
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +3 -0
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +4 -1
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +323 -91
- package/dist-types/models/models_1.d.ts +112 -141
- package/dist-types/models/models_2.d.ts +125 -148
- package/dist-types/models/models_3.d.ts +163 -146
- package/dist-types/models/models_4.d.ts +233 -347
- package/dist-types/models/models_5.d.ts +45 -43
- package/dist-types/models/models_6.d.ts +44 -10
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +92 -42
- package/dist-types/ts3.4/models/models_1.d.ts +35 -46
- package/dist-types/ts3.4/models/models_2.d.ts +47 -40
- package/dist-types/ts3.4/models/models_3.d.ts +42 -48
- package/dist-types/ts3.4/models/models_4.d.ts +46 -91
- package/dist-types/ts3.4/models/models_5.d.ts +19 -21
- package/dist-types/ts3.4/models/models_6.d.ts +17 -6
- package/package.json +1 -1
|
@@ -1,8 +1,34 @@
|
|
|
1
|
-
import { _InstanceType, AccessScopeAnalysisFinding, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue,
|
|
2
|
-
import { CapacityReservationPreference, CapacityReservationTarget, DiskImageFormat, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceTag, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, ShutdownBehavior, SubnetCidrReservation, TargetCapacitySpecificationRequest, TargetCapacityUnitType, TrafficDirection,
|
|
3
|
-
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification,
|
|
4
|
-
import { ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, ExportTaskS3Location, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission,
|
|
5
|
-
import { AnalysisStatus, CreateVolumePermission,
|
|
1
|
+
import { _InstanceType, AccessScopeAnalysisFinding, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AutoPlacement, CapacityReservationState, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, CurrencyCodeValues, DnsSupportValue, EndDateType, HostnameType, HostRecovery, InstanceEventWindow, IpamPoolAllocation, Ipv6SupportValue, SelfServicePortal, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
2
|
+
import { AttributeValue, CapacityReservationPreference, CapacityReservationTarget, DiskImageFormat, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceTag, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, ShutdownBehavior, SubnetCidrReservation, TargetCapacitySpecificationRequest, TargetCapacityUnitType, TrafficDirection, TrafficMirrorFilterRule, TrafficMirrorRuleAction, VolumeType } from "./models_1";
|
|
3
|
+
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, TrafficMirrorFilter, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
|
|
4
|
+
import { ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, ExportTaskS3Location, Filter, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, PaymentOption, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_3";
|
|
5
|
+
import { AnalysisStatus, CreateVolumePermission, EnableFastSnapshotRestoreSuccessItem, ExcessCapacityTerminationPolicy, LaunchTemplateConfig, ReservedInstancesConfiguration, SnapshotAttributeName, TransitGatewayPropagation, TransitGatewayPropagationState, VolumeModification } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* <p>Describes an error that occurred when enabling fast snapshot restores.</p>
|
|
8
|
+
*/
|
|
9
|
+
export interface EnableFastSnapshotRestoreStateError {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The error code.</p>
|
|
12
|
+
*/
|
|
13
|
+
Code?: string;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The error message.</p>
|
|
16
|
+
*/
|
|
17
|
+
Message?: string;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* <p>Contains information about an error that occurred when enabling fast snapshot restores.</p>
|
|
21
|
+
*/
|
|
22
|
+
export interface EnableFastSnapshotRestoreStateErrorItem {
|
|
23
|
+
/**
|
|
24
|
+
* <p>The Availability Zone.</p>
|
|
25
|
+
*/
|
|
26
|
+
AvailabilityZone?: string;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The error.</p>
|
|
29
|
+
*/
|
|
30
|
+
Error?: EnableFastSnapshotRestoreStateError;
|
|
31
|
+
}
|
|
6
32
|
/**
|
|
7
33
|
* <p>Contains information about the errors that occurred when enabling fast snapshot restores.</p>
|
|
8
34
|
*/
|
|
@@ -4159,13 +4185,14 @@ export interface ModifyInstanceMetadataOptionsRequest {
|
|
|
4159
4185
|
* <p>The state of token usage for your instance metadata requests. If the parameter is not
|
|
4160
4186
|
* specified in the request, the default state is <code>optional</code>.</p>
|
|
4161
4187
|
* <p>If the state is <code>optional</code>, you can choose to retrieve instance metadata
|
|
4162
|
-
* with or without a
|
|
4163
|
-
*
|
|
4164
|
-
*
|
|
4165
|
-
*
|
|
4166
|
-
*
|
|
4167
|
-
*
|
|
4168
|
-
*
|
|
4188
|
+
* with or without a session token on your request. If you retrieve the IAM
|
|
4189
|
+
* role credentials without a token, the version 1.0 role credentials are returned. If you
|
|
4190
|
+
* retrieve the IAM role credentials using a valid session token, the
|
|
4191
|
+
* version 2.0 role credentials are returned.</p>
|
|
4192
|
+
* <p>If the state is <code>required</code>, you must send a session token with any instance
|
|
4193
|
+
* metadata retrieval requests. In this state, retrieving the IAM role
|
|
4194
|
+
* credentials always returns the version 2.0 credentials; the version 1.0 credentials are
|
|
4195
|
+
* not available.</p>
|
|
4169
4196
|
*/
|
|
4170
4197
|
HttpTokens?: HttpTokensState | string;
|
|
4171
4198
|
/**
|
|
@@ -5980,31 +6007,14 @@ export interface ModifyVpnTunnelOptionsResult {
|
|
|
5980
6007
|
*/
|
|
5981
6008
|
VpnConnection?: VpnConnection;
|
|
5982
6009
|
}
|
|
5983
|
-
export interface MonitorInstancesRequest {
|
|
5984
|
-
/**
|
|
5985
|
-
* <p>The IDs of the instances.</p>
|
|
5986
|
-
*/
|
|
5987
|
-
InstanceIds: string[] | undefined;
|
|
5988
|
-
/**
|
|
5989
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5990
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5991
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5992
|
-
*/
|
|
5993
|
-
DryRun?: boolean;
|
|
5994
|
-
}
|
|
5995
6010
|
/**
|
|
5996
|
-
*
|
|
6011
|
+
* @internal
|
|
5997
6012
|
*/
|
|
5998
|
-
export
|
|
5999
|
-
|
|
6000
|
-
|
|
6001
|
-
|
|
6002
|
-
|
|
6003
|
-
/**
|
|
6004
|
-
* <p>The monitoring for the instance.</p>
|
|
6005
|
-
*/
|
|
6006
|
-
Monitoring?: Monitoring;
|
|
6007
|
-
}
|
|
6013
|
+
export declare const EnableFastSnapshotRestoreStateErrorFilterSensitiveLog: (obj: EnableFastSnapshotRestoreStateError) => any;
|
|
6014
|
+
/**
|
|
6015
|
+
* @internal
|
|
6016
|
+
*/
|
|
6017
|
+
export declare const EnableFastSnapshotRestoreStateErrorItemFilterSensitiveLog: (obj: EnableFastSnapshotRestoreStateErrorItem) => any;
|
|
6008
6018
|
/**
|
|
6009
6019
|
* @internal
|
|
6010
6020
|
*/
|
|
@@ -7133,11 +7143,3 @@ export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (obj: Modi
|
|
|
7133
7143
|
* @internal
|
|
7134
7144
|
*/
|
|
7135
7145
|
export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (obj: ModifyVpnTunnelOptionsResult) => any;
|
|
7136
|
-
/**
|
|
7137
|
-
* @internal
|
|
7138
|
-
*/
|
|
7139
|
-
export declare const MonitorInstancesRequestFilterSensitiveLog: (obj: MonitorInstancesRequest) => any;
|
|
7140
|
-
/**
|
|
7141
|
-
* @internal
|
|
7142
|
-
*/
|
|
7143
|
-
export declare const InstanceMonitoringFilterSensitiveLog: (obj: InstanceMonitoring) => any;
|
|
@@ -1,9 +1,34 @@
|
|
|
1
1
|
import { _InstanceType, AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, HostnameType, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
2
2
|
import { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, IcmpTypeCode, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RuleAction, ShutdownBehavior, SnapshotState, SpotInstanceType } from "./models_1";
|
|
3
|
-
import {
|
|
4
|
-
import { ArchitectureValues, BootModeValues, ClientVpnConnectionStatus, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, TpmSupportValues } from "./models_3";
|
|
3
|
+
import { InstanceTagNotificationAttribute, IpamPoolCidr, TransitGatewayRoute } from "./models_2";
|
|
4
|
+
import { ArchitectureValues, BootModeValues, ClientVpnConnectionStatus, Filter, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, TpmSupportValues } from "./models_3";
|
|
5
5
|
import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
|
|
6
|
-
import { CapacityReservationSpecification,
|
|
6
|
+
import { CapacityReservationSpecification, Purchase } from "./models_5";
|
|
7
|
+
export interface MonitorInstancesRequest {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The IDs of the instances.</p>
|
|
10
|
+
*/
|
|
11
|
+
InstanceIds: string[] | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
14
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
15
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
16
|
+
*/
|
|
17
|
+
DryRun?: boolean;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* <p>Describes the monitoring of an instance.</p>
|
|
21
|
+
*/
|
|
22
|
+
export interface InstanceMonitoring {
|
|
23
|
+
/**
|
|
24
|
+
* <p>The ID of the instance.</p>
|
|
25
|
+
*/
|
|
26
|
+
InstanceId?: string;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The monitoring for the instance.</p>
|
|
29
|
+
*/
|
|
30
|
+
Monitoring?: Monitoring;
|
|
31
|
+
}
|
|
7
32
|
export interface MonitorInstancesResult {
|
|
8
33
|
/**
|
|
9
34
|
* <p>The monitoring information.</p>
|
|
@@ -1908,13 +1933,14 @@ export interface InstanceMetadataOptionsRequest {
|
|
|
1908
1933
|
/**
|
|
1909
1934
|
* <p>The state of token usage for your instance metadata requests.</p>
|
|
1910
1935
|
* <p>If the state is <code>optional</code>, you can choose to retrieve instance metadata
|
|
1911
|
-
* with or without a
|
|
1912
|
-
*
|
|
1913
|
-
*
|
|
1914
|
-
*
|
|
1915
|
-
*
|
|
1916
|
-
*
|
|
1917
|
-
*
|
|
1936
|
+
* with or without a session token on your request. If you retrieve the IAM
|
|
1937
|
+
* role credentials without a token, the version 1.0 role credentials are returned. If you
|
|
1938
|
+
* retrieve the IAM role credentials using a valid session token, the
|
|
1939
|
+
* version 2.0 role credentials are returned.</p>
|
|
1940
|
+
* <p>If the state is <code>required</code>, you must send a session token with any instance
|
|
1941
|
+
* metadata retrieval requests. In this state, retrieving the IAM role
|
|
1942
|
+
* credentials always returns the version 2.0 credentials; the version 1.0 credentials are
|
|
1943
|
+
* not available.</p>
|
|
1918
1944
|
* <p>Default: <code>optional</code>
|
|
1919
1945
|
* </p>
|
|
1920
1946
|
*/
|
|
@@ -3225,6 +3251,14 @@ export interface WithdrawByoipCidrResult {
|
|
|
3225
3251
|
*/
|
|
3226
3252
|
ByoipCidr?: ByoipCidr;
|
|
3227
3253
|
}
|
|
3254
|
+
/**
|
|
3255
|
+
* @internal
|
|
3256
|
+
*/
|
|
3257
|
+
export declare const MonitorInstancesRequestFilterSensitiveLog: (obj: MonitorInstancesRequest) => any;
|
|
3258
|
+
/**
|
|
3259
|
+
* @internal
|
|
3260
|
+
*/
|
|
3261
|
+
export declare const InstanceMonitoringFilterSensitiveLog: (obj: InstanceMonitoring) => any;
|
|
3228
3262
|
/**
|
|
3229
3263
|
* @internal
|
|
3230
3264
|
*/
|
|
@@ -10,10 +10,8 @@ import {
|
|
|
10
10
|
ServiceInputTypes,
|
|
11
11
|
ServiceOutputTypes,
|
|
12
12
|
} from "../EC2Client";
|
|
13
|
-
import {
|
|
14
|
-
|
|
15
|
-
CreateDefaultVpcResult,
|
|
16
|
-
} from "../models/models_0";
|
|
13
|
+
import { CreateDefaultVpcRequest } from "../models/models_0";
|
|
14
|
+
import { CreateDefaultVpcResult } from "../models/models_1";
|
|
17
15
|
export interface CreateDefaultVpcCommandInput extends CreateDefaultVpcRequest {}
|
|
18
16
|
export interface CreateDefaultVpcCommandOutput
|
|
19
17
|
extends CreateDefaultVpcResult,
|
|
@@ -10,8 +10,10 @@ import {
|
|
|
10
10
|
ServiceInputTypes,
|
|
11
11
|
ServiceOutputTypes,
|
|
12
12
|
} from "../EC2Client";
|
|
13
|
-
import {
|
|
14
|
-
|
|
13
|
+
import {
|
|
14
|
+
CreateDhcpOptionsRequest,
|
|
15
|
+
CreateDhcpOptionsResult,
|
|
16
|
+
} from "../models/models_1";
|
|
15
17
|
export interface CreateDhcpOptionsCommandInput
|
|
16
18
|
extends CreateDhcpOptionsRequest {}
|
|
17
19
|
export interface CreateDhcpOptionsCommandOutput
|
|
@@ -10,10 +10,8 @@ import {
|
|
|
10
10
|
ServiceInputTypes,
|
|
11
11
|
ServiceOutputTypes,
|
|
12
12
|
} from "../EC2Client";
|
|
13
|
-
import {
|
|
14
|
-
|
|
15
|
-
CreateTrafficMirrorFilterResult,
|
|
16
|
-
} from "../models/models_1";
|
|
13
|
+
import { CreateTrafficMirrorFilterRequest } from "../models/models_1";
|
|
14
|
+
import { CreateTrafficMirrorFilterResult } from "../models/models_2";
|
|
17
15
|
export interface CreateTrafficMirrorFilterCommandInput
|
|
18
16
|
extends CreateTrafficMirrorFilterRequest {}
|
|
19
17
|
export interface CreateTrafficMirrorFilterCommandOutput
|
|
@@ -10,8 +10,10 @@ import {
|
|
|
10
10
|
ServiceInputTypes,
|
|
11
11
|
ServiceOutputTypes,
|
|
12
12
|
} from "../EC2Client";
|
|
13
|
-
import {
|
|
14
|
-
|
|
13
|
+
import {
|
|
14
|
+
CreateTrafficMirrorFilterRuleRequest,
|
|
15
|
+
CreateTrafficMirrorFilterRuleResult,
|
|
16
|
+
} from "../models/models_2";
|
|
15
17
|
export interface CreateTrafficMirrorFilterRuleCommandInput
|
|
16
18
|
extends CreateTrafficMirrorFilterRuleRequest {}
|
|
17
19
|
export interface CreateTrafficMirrorFilterRuleCommandOutput
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
import {
|
|
14
14
|
DescribeAddressesAttributeRequest,
|
|
15
15
|
DescribeAddressesAttributeResult,
|
|
16
|
-
} from "../models/
|
|
16
|
+
} from "../models/models_3";
|
|
17
17
|
export interface DescribeAddressesAttributeCommandInput
|
|
18
18
|
extends DescribeAddressesAttributeRequest {}
|
|
19
19
|
export interface DescribeAddressesAttributeCommandOutput
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
import {
|
|
14
14
|
DescribeAddressesRequest,
|
|
15
15
|
DescribeAddressesResult,
|
|
16
|
-
} from "../models/
|
|
16
|
+
} from "../models/models_3";
|
|
17
17
|
export interface DescribeAddressesCommandInput
|
|
18
18
|
extends DescribeAddressesRequest {}
|
|
19
19
|
export interface DescribeAddressesCommandOutput
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
import {
|
|
14
14
|
DescribeLocalGatewayVirtualInterfaceGroupsRequest,
|
|
15
15
|
DescribeLocalGatewayVirtualInterfaceGroupsResult,
|
|
16
|
-
} from "../models/
|
|
16
|
+
} from "../models/models_4";
|
|
17
17
|
export interface DescribeLocalGatewayVirtualInterfaceGroupsCommandInput
|
|
18
18
|
extends DescribeLocalGatewayVirtualInterfaceGroupsRequest {}
|
|
19
19
|
export interface DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput
|
|
@@ -10,10 +10,8 @@ import {
|
|
|
10
10
|
ServiceInputTypes,
|
|
11
11
|
ServiceOutputTypes,
|
|
12
12
|
} from "../EC2Client";
|
|
13
|
-
import {
|
|
14
|
-
|
|
15
|
-
DescribeLocalGatewaysResult,
|
|
16
|
-
} from "../models/models_3";
|
|
13
|
+
import { DescribeLocalGatewaysRequest } from "../models/models_3";
|
|
14
|
+
import { DescribeLocalGatewaysResult } from "../models/models_4";
|
|
17
15
|
export interface DescribeLocalGatewaysCommandInput
|
|
18
16
|
extends DescribeLocalGatewaysRequest {}
|
|
19
17
|
export interface DescribeLocalGatewaysCommandOutput
|
|
@@ -10,8 +10,10 @@ import {
|
|
|
10
10
|
ServiceInputTypes,
|
|
11
11
|
ServiceOutputTypes,
|
|
12
12
|
} from "../EC2Client";
|
|
13
|
-
import {
|
|
14
|
-
|
|
13
|
+
import {
|
|
14
|
+
MonitorInstancesRequest,
|
|
15
|
+
MonitorInstancesResult,
|
|
16
|
+
} from "../models/models_6";
|
|
15
17
|
export interface MonitorInstancesCommandInput extends MonitorInstancesRequest {}
|
|
16
18
|
export interface MonitorInstancesCommandOutput
|
|
17
19
|
extends MonitorInstancesResult,
|
|
@@ -262,12 +262,15 @@ export interface AdditionalDetail {
|
|
|
262
262
|
AdditionalDetailType?: string;
|
|
263
263
|
Component?: AnalysisComponent;
|
|
264
264
|
}
|
|
265
|
-
export interface
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
265
|
+
export interface AnalysisLoadBalancerListener {
|
|
266
|
+
LoadBalancerPort?: number;
|
|
267
|
+
InstancePort?: number;
|
|
268
|
+
}
|
|
269
|
+
export interface AnalysisLoadBalancerTarget {
|
|
270
|
+
Address?: string;
|
|
271
|
+
AvailabilityZone?: string;
|
|
272
|
+
Instance?: AnalysisComponent;
|
|
273
|
+
Port?: number;
|
|
271
274
|
}
|
|
272
275
|
export interface AnalysisRouteTableRoute {
|
|
273
276
|
DestinationCidr?: string;
|
|
@@ -280,6 +283,7 @@ export interface AnalysisRouteTableRoute {
|
|
|
280
283
|
Origin?: string;
|
|
281
284
|
TransitGatewayId?: string;
|
|
282
285
|
VpcPeeringConnectionId?: string;
|
|
286
|
+
State?: string;
|
|
283
287
|
}
|
|
284
288
|
export interface AnalysisSecurityGroupRule {
|
|
285
289
|
Cidr?: string;
|
|
@@ -298,6 +302,66 @@ export interface TransitGatewayRouteTableRoute {
|
|
|
298
302
|
ResourceId?: string;
|
|
299
303
|
ResourceType?: string;
|
|
300
304
|
}
|
|
305
|
+
export interface Explanation {
|
|
306
|
+
Acl?: AnalysisComponent;
|
|
307
|
+
AclRule?: AnalysisAclRule;
|
|
308
|
+
Address?: string;
|
|
309
|
+
Addresses?: string[];
|
|
310
|
+
AttachedTo?: AnalysisComponent;
|
|
311
|
+
AvailabilityZones?: string[];
|
|
312
|
+
Cidrs?: string[];
|
|
313
|
+
Component?: AnalysisComponent;
|
|
314
|
+
CustomerGateway?: AnalysisComponent;
|
|
315
|
+
Destination?: AnalysisComponent;
|
|
316
|
+
DestinationVpc?: AnalysisComponent;
|
|
317
|
+
Direction?: string;
|
|
318
|
+
ExplanationCode?: string;
|
|
319
|
+
IngressRouteTable?: AnalysisComponent;
|
|
320
|
+
InternetGateway?: AnalysisComponent;
|
|
321
|
+
LoadBalancerArn?: string;
|
|
322
|
+
ClassicLoadBalancerListener?: AnalysisLoadBalancerListener;
|
|
323
|
+
LoadBalancerListenerPort?: number;
|
|
324
|
+
LoadBalancerTarget?: AnalysisLoadBalancerTarget;
|
|
325
|
+
LoadBalancerTargetGroup?: AnalysisComponent;
|
|
326
|
+
LoadBalancerTargetGroups?: AnalysisComponent[];
|
|
327
|
+
LoadBalancerTargetPort?: number;
|
|
328
|
+
ElasticLoadBalancerListener?: AnalysisComponent;
|
|
329
|
+
MissingComponent?: string;
|
|
330
|
+
NatGateway?: AnalysisComponent;
|
|
331
|
+
NetworkInterface?: AnalysisComponent;
|
|
332
|
+
PacketField?: string;
|
|
333
|
+
VpcPeeringConnection?: AnalysisComponent;
|
|
334
|
+
Port?: number;
|
|
335
|
+
PortRanges?: PortRange[];
|
|
336
|
+
PrefixList?: AnalysisComponent;
|
|
337
|
+
Protocols?: string[];
|
|
338
|
+
RouteTableRoute?: AnalysisRouteTableRoute;
|
|
339
|
+
RouteTable?: AnalysisComponent;
|
|
340
|
+
SecurityGroup?: AnalysisComponent;
|
|
341
|
+
SecurityGroupRule?: AnalysisSecurityGroupRule;
|
|
342
|
+
SecurityGroups?: AnalysisComponent[];
|
|
343
|
+
SourceVpc?: AnalysisComponent;
|
|
344
|
+
State?: string;
|
|
345
|
+
Subnet?: AnalysisComponent;
|
|
346
|
+
SubnetRouteTable?: AnalysisComponent;
|
|
347
|
+
Vpc?: AnalysisComponent;
|
|
348
|
+
VpcEndpoint?: AnalysisComponent;
|
|
349
|
+
VpnConnection?: AnalysisComponent;
|
|
350
|
+
VpnGateway?: AnalysisComponent;
|
|
351
|
+
TransitGateway?: AnalysisComponent;
|
|
352
|
+
TransitGatewayRouteTable?: AnalysisComponent;
|
|
353
|
+
TransitGatewayRouteTableRoute?: TransitGatewayRouteTableRoute;
|
|
354
|
+
TransitGatewayAttachment?: AnalysisComponent;
|
|
355
|
+
ComponentAccount?: string;
|
|
356
|
+
ComponentRegion?: string;
|
|
357
|
+
}
|
|
358
|
+
export interface AnalysisPacketHeader {
|
|
359
|
+
DestinationAddresses?: string[];
|
|
360
|
+
DestinationPortRanges?: PortRange[];
|
|
361
|
+
Protocol?: string;
|
|
362
|
+
SourceAddresses?: string[];
|
|
363
|
+
SourcePortRanges?: PortRange[];
|
|
364
|
+
}
|
|
301
365
|
export interface PathComponent {
|
|
302
366
|
SequenceNumber?: number;
|
|
303
367
|
AclRule?: AnalysisAclRule;
|
|
@@ -314,6 +378,8 @@ export interface PathComponent {
|
|
|
314
378
|
AdditionalDetails?: AdditionalDetail[];
|
|
315
379
|
TransitGateway?: AnalysisComponent;
|
|
316
380
|
TransitGatewayRouteTableRoute?: TransitGatewayRouteTableRoute;
|
|
381
|
+
Explanations?: Explanation[];
|
|
382
|
+
ElasticLoadBalancerListener?: AnalysisComponent;
|
|
317
383
|
}
|
|
318
384
|
export interface AccessScopeAnalysisFinding {
|
|
319
385
|
NetworkInsightsAccessScopeAnalysisId?: string;
|
|
@@ -654,6 +720,9 @@ export declare enum AllocationStrategy {
|
|
|
654
720
|
DIVERSIFIED = "diversified",
|
|
655
721
|
LOWEST_PRICE = "lowestPrice",
|
|
656
722
|
}
|
|
723
|
+
export declare enum AllocationType {
|
|
724
|
+
used = "used",
|
|
725
|
+
}
|
|
657
726
|
export interface AllowedPrincipal {
|
|
658
727
|
PrincipalType?: PrincipalType | string;
|
|
659
728
|
Principal?: string;
|
|
@@ -1463,6 +1532,10 @@ export interface CreateCapacityReservationRequest {
|
|
|
1463
1532
|
OutpostArn?: string;
|
|
1464
1533
|
PlacementGroupArn?: string;
|
|
1465
1534
|
}
|
|
1535
|
+
export interface CapacityAllocation {
|
|
1536
|
+
AllocationType?: AllocationType | string;
|
|
1537
|
+
Count?: number;
|
|
1538
|
+
}
|
|
1466
1539
|
export declare enum CapacityReservationState {
|
|
1467
1540
|
active = "active",
|
|
1468
1541
|
cancelled = "cancelled",
|
|
@@ -1493,6 +1566,7 @@ export interface CapacityReservation {
|
|
|
1493
1566
|
OutpostArn?: string;
|
|
1494
1567
|
CapacityReservationFleetId?: string;
|
|
1495
1568
|
PlacementGroupArn?: string;
|
|
1569
|
+
CapacityAllocations?: CapacityAllocation[];
|
|
1496
1570
|
}
|
|
1497
1571
|
export interface CreateCapacityReservationResult {
|
|
1498
1572
|
CapacityReservation?: CapacityReservation;
|
|
@@ -2363,25 +2437,6 @@ export interface Vpc {
|
|
|
2363
2437
|
IsDefault?: boolean;
|
|
2364
2438
|
Tags?: Tag[];
|
|
2365
2439
|
}
|
|
2366
|
-
export interface CreateDefaultVpcResult {
|
|
2367
|
-
Vpc?: Vpc;
|
|
2368
|
-
}
|
|
2369
|
-
export interface NewDhcpConfiguration {
|
|
2370
|
-
Key?: string;
|
|
2371
|
-
Values?: string[];
|
|
2372
|
-
}
|
|
2373
|
-
export interface CreateDhcpOptionsRequest {
|
|
2374
|
-
DhcpConfigurations: NewDhcpConfiguration[] | undefined;
|
|
2375
|
-
TagSpecifications?: TagSpecification[];
|
|
2376
|
-
DryRun?: boolean;
|
|
2377
|
-
}
|
|
2378
|
-
export interface AttributeValue {
|
|
2379
|
-
Value?: string;
|
|
2380
|
-
}
|
|
2381
|
-
export interface DhcpConfiguration {
|
|
2382
|
-
Key?: string;
|
|
2383
|
-
Values?: AttributeValue[];
|
|
2384
|
-
}
|
|
2385
2440
|
export declare const AcceleratorCountFilterSensitiveLog: (
|
|
2386
2441
|
obj: AcceleratorCount
|
|
2387
2442
|
) => any;
|
|
@@ -2490,8 +2545,11 @@ export declare const AnalysisComponentFilterSensitiveLog: (
|
|
|
2490
2545
|
export declare const AdditionalDetailFilterSensitiveLog: (
|
|
2491
2546
|
obj: AdditionalDetail
|
|
2492
2547
|
) => any;
|
|
2493
|
-
export declare const
|
|
2494
|
-
obj:
|
|
2548
|
+
export declare const AnalysisLoadBalancerListenerFilterSensitiveLog: (
|
|
2549
|
+
obj: AnalysisLoadBalancerListener
|
|
2550
|
+
) => any;
|
|
2551
|
+
export declare const AnalysisLoadBalancerTargetFilterSensitiveLog: (
|
|
2552
|
+
obj: AnalysisLoadBalancerTarget
|
|
2495
2553
|
) => any;
|
|
2496
2554
|
export declare const AnalysisRouteTableRouteFilterSensitiveLog: (
|
|
2497
2555
|
obj: AnalysisRouteTableRoute
|
|
@@ -2502,6 +2560,10 @@ export declare const AnalysisSecurityGroupRuleFilterSensitiveLog: (
|
|
|
2502
2560
|
export declare const TransitGatewayRouteTableRouteFilterSensitiveLog: (
|
|
2503
2561
|
obj: TransitGatewayRouteTableRoute
|
|
2504
2562
|
) => any;
|
|
2563
|
+
export declare const ExplanationFilterSensitiveLog: (obj: Explanation) => any;
|
|
2564
|
+
export declare const AnalysisPacketHeaderFilterSensitiveLog: (
|
|
2565
|
+
obj: AnalysisPacketHeader
|
|
2566
|
+
) => any;
|
|
2505
2567
|
export declare const PathComponentFilterSensitiveLog: (
|
|
2506
2568
|
obj: PathComponent
|
|
2507
2569
|
) => any;
|
|
@@ -2931,6 +2993,9 @@ export declare const CopySnapshotResultFilterSensitiveLog: (
|
|
|
2931
2993
|
export declare const CreateCapacityReservationRequestFilterSensitiveLog: (
|
|
2932
2994
|
obj: CreateCapacityReservationRequest
|
|
2933
2995
|
) => any;
|
|
2996
|
+
export declare const CapacityAllocationFilterSensitiveLog: (
|
|
2997
|
+
obj: CapacityAllocation
|
|
2998
|
+
) => any;
|
|
2934
2999
|
export declare const CapacityReservationFilterSensitiveLog: (
|
|
2935
3000
|
obj: CapacityReservation
|
|
2936
3001
|
) => any;
|
|
@@ -3034,18 +3099,3 @@ export declare const CreateDefaultVpcRequestFilterSensitiveLog: (
|
|
|
3034
3099
|
obj: CreateDefaultVpcRequest
|
|
3035
3100
|
) => any;
|
|
3036
3101
|
export declare const VpcFilterSensitiveLog: (obj: Vpc) => any;
|
|
3037
|
-
export declare const CreateDefaultVpcResultFilterSensitiveLog: (
|
|
3038
|
-
obj: CreateDefaultVpcResult
|
|
3039
|
-
) => any;
|
|
3040
|
-
export declare const NewDhcpConfigurationFilterSensitiveLog: (
|
|
3041
|
-
obj: NewDhcpConfiguration
|
|
3042
|
-
) => any;
|
|
3043
|
-
export declare const CreateDhcpOptionsRequestFilterSensitiveLog: (
|
|
3044
|
-
obj: CreateDhcpOptionsRequest
|
|
3045
|
-
) => any;
|
|
3046
|
-
export declare const AttributeValueFilterSensitiveLog: (
|
|
3047
|
-
obj: AttributeValue
|
|
3048
|
-
) => any;
|
|
3049
|
-
export declare const DhcpConfigurationFilterSensitiveLog: (
|
|
3050
|
-
obj: DhcpConfiguration
|
|
3051
|
-
) => any;
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
AddressFamily,
|
|
15
15
|
AttachmentStatus,
|
|
16
16
|
CurrencyCodeValues,
|
|
17
|
-
DhcpConfiguration,
|
|
18
17
|
HostnameType,
|
|
19
18
|
InstanceEventWindow,
|
|
20
19
|
Ipv4PrefixSpecification,
|
|
@@ -28,8 +27,28 @@ import {
|
|
|
28
27
|
TagSpecification,
|
|
29
28
|
Tenancy,
|
|
30
29
|
UnsuccessfulItem,
|
|
30
|
+
Vpc,
|
|
31
31
|
WeekDay,
|
|
32
32
|
} from "./models_0";
|
|
33
|
+
export interface CreateDefaultVpcResult {
|
|
34
|
+
Vpc?: Vpc;
|
|
35
|
+
}
|
|
36
|
+
export interface NewDhcpConfiguration {
|
|
37
|
+
Key?: string;
|
|
38
|
+
Values?: string[];
|
|
39
|
+
}
|
|
40
|
+
export interface CreateDhcpOptionsRequest {
|
|
41
|
+
DhcpConfigurations: NewDhcpConfiguration[] | undefined;
|
|
42
|
+
TagSpecifications?: TagSpecification[];
|
|
43
|
+
DryRun?: boolean;
|
|
44
|
+
}
|
|
45
|
+
export interface AttributeValue {
|
|
46
|
+
Value?: string;
|
|
47
|
+
}
|
|
48
|
+
export interface DhcpConfiguration {
|
|
49
|
+
Key?: string;
|
|
50
|
+
Values?: AttributeValue[];
|
|
51
|
+
}
|
|
33
52
|
export interface DhcpOptions {
|
|
34
53
|
DhcpConfigurations?: DhcpConfiguration[];
|
|
35
54
|
DhcpOptionsId?: string;
|
|
@@ -1915,39 +1934,21 @@ export interface TrafficMirrorFilterRule {
|
|
|
1915
1934
|
SourceCidrBlock?: string;
|
|
1916
1935
|
Description?: string;
|
|
1917
1936
|
}
|
|
1918
|
-
export declare
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
export
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
export interface TrafficMirrorPortRangeRequest {
|
|
1934
|
-
FromPort?: number;
|
|
1935
|
-
ToPort?: number;
|
|
1936
|
-
}
|
|
1937
|
-
export interface CreateTrafficMirrorFilterRuleRequest {
|
|
1938
|
-
TrafficMirrorFilterId: string | undefined;
|
|
1939
|
-
TrafficDirection: TrafficDirection | string | undefined;
|
|
1940
|
-
RuleNumber: number | undefined;
|
|
1941
|
-
RuleAction: TrafficMirrorRuleAction | string | undefined;
|
|
1942
|
-
DestinationPortRange?: TrafficMirrorPortRangeRequest;
|
|
1943
|
-
SourcePortRange?: TrafficMirrorPortRangeRequest;
|
|
1944
|
-
Protocol?: number;
|
|
1945
|
-
DestinationCidrBlock: string | undefined;
|
|
1946
|
-
SourceCidrBlock: string | undefined;
|
|
1947
|
-
Description?: string;
|
|
1948
|
-
DryRun?: boolean;
|
|
1949
|
-
ClientToken?: string;
|
|
1950
|
-
}
|
|
1937
|
+
export declare const CreateDefaultVpcResultFilterSensitiveLog: (
|
|
1938
|
+
obj: CreateDefaultVpcResult
|
|
1939
|
+
) => any;
|
|
1940
|
+
export declare const NewDhcpConfigurationFilterSensitiveLog: (
|
|
1941
|
+
obj: NewDhcpConfiguration
|
|
1942
|
+
) => any;
|
|
1943
|
+
export declare const CreateDhcpOptionsRequestFilterSensitiveLog: (
|
|
1944
|
+
obj: CreateDhcpOptionsRequest
|
|
1945
|
+
) => any;
|
|
1946
|
+
export declare const AttributeValueFilterSensitiveLog: (
|
|
1947
|
+
obj: AttributeValue
|
|
1948
|
+
) => any;
|
|
1949
|
+
export declare const DhcpConfigurationFilterSensitiveLog: (
|
|
1950
|
+
obj: DhcpConfiguration
|
|
1951
|
+
) => any;
|
|
1951
1952
|
export declare const DhcpOptionsFilterSensitiveLog: (obj: DhcpOptions) => any;
|
|
1952
1953
|
export declare const CreateDhcpOptionsResultFilterSensitiveLog: (
|
|
1953
1954
|
obj: CreateDhcpOptionsResult
|
|
@@ -2592,15 +2593,3 @@ export declare const TrafficMirrorPortRangeFilterSensitiveLog: (
|
|
|
2592
2593
|
export declare const TrafficMirrorFilterRuleFilterSensitiveLog: (
|
|
2593
2594
|
obj: TrafficMirrorFilterRule
|
|
2594
2595
|
) => any;
|
|
2595
|
-
export declare const TrafficMirrorFilterFilterSensitiveLog: (
|
|
2596
|
-
obj: TrafficMirrorFilter
|
|
2597
|
-
) => any;
|
|
2598
|
-
export declare const CreateTrafficMirrorFilterResultFilterSensitiveLog: (
|
|
2599
|
-
obj: CreateTrafficMirrorFilterResult
|
|
2600
|
-
) => any;
|
|
2601
|
-
export declare const TrafficMirrorPortRangeRequestFilterSensitiveLog: (
|
|
2602
|
-
obj: TrafficMirrorPortRangeRequest
|
|
2603
|
-
) => any;
|
|
2604
|
-
export declare const CreateTrafficMirrorFilterRuleRequestFilterSensitiveLog: (
|
|
2605
|
-
obj: CreateTrafficMirrorFilterRuleRequest
|
|
2606
|
-
) => any;
|