@aws-sdk/client-ec2 3.295.0 → 3.296.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
- package/dist-cjs/commands/CreateReservedInstancesListingCommand.js +3 -3
- package/dist-cjs/commands/CreateRestoreImageTaskCommand.js +3 -3
- package/dist-cjs/commands/CreateRouteCommand.js +3 -3
- package/dist-cjs/commands/CreateRouteTableCommand.js +1 -2
- package/dist-cjs/commands/DeleteSubnetCidrReservationCommand.js +3 -3
- package/dist-cjs/commands/DeleteSubnetCommand.js +2 -2
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
- package/dist-cjs/commands/DeleteTrafficMirrorFilterCommand.js +3 -3
- package/dist-cjs/commands/DeleteTrafficMirrorFilterRuleCommand.js +3 -3
- package/dist-cjs/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
- package/dist-cjs/commands/DescribeVolumeStatusCommand.js +1 -2
- package/dist-cjs/commands/DescribeVolumesCommand.js +2 -1
- package/dist-cjs/commands/DescribeVolumesModificationsCommand.js +3 -3
- package/dist-cjs/commands/ImportVolumeCommand.js +3 -3
- package/dist-cjs/commands/ListImagesInRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/ListSnapshotsInRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/ModifyAddressAttributeCommand.js +1 -2
- package/dist-cjs/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
- package/dist-cjs/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +3 -3
- package/dist-cjs/commands/StopInstancesCommand.js +3 -3
- package/dist-cjs/commands/TerminateClientVpnConnectionsCommand.js +3 -3
- package/dist-cjs/commands/TerminateInstancesCommand.js +1 -2
- package/dist-cjs/models/models_0.js +25 -27
- package/dist-cjs/models/models_1.js +44 -42
- package/dist-cjs/models/models_2.js +41 -41
- package/dist-cjs/models/models_3.js +42 -47
- package/dist-cjs/models/models_4.js +47 -45
- package/dist-cjs/models/models_5.js +48 -42
- package/dist-cjs/models/models_6.js +44 -42
- package/dist-cjs/models/models_7.js +37 -1
- package/dist-cjs/protocols/Aws_ec2.js +333 -0
- package/dist-es/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
- package/dist-es/commands/CreateReservedInstancesListingCommand.js +1 -1
- package/dist-es/commands/CreateRestoreImageTaskCommand.js +1 -1
- package/dist-es/commands/CreateRouteCommand.js +1 -1
- package/dist-es/commands/CreateRouteTableCommand.js +1 -2
- package/dist-es/commands/DeleteSubnetCidrReservationCommand.js +1 -1
- package/dist-es/commands/DeleteSubnetCommand.js +1 -1
- package/dist-es/commands/DeleteTagsCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorFilterCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorFilterRuleCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
- package/dist-es/commands/DescribeVolumeStatusCommand.js +1 -2
- package/dist-es/commands/DescribeVolumesCommand.js +2 -1
- package/dist-es/commands/DescribeVolumesModificationsCommand.js +1 -1
- package/dist-es/commands/ImportVolumeCommand.js +1 -1
- package/dist-es/commands/ListImagesInRecycleBinCommand.js +1 -1
- package/dist-es/commands/ListSnapshotsInRecycleBinCommand.js +1 -1
- package/dist-es/commands/ModifyAddressAttributeCommand.js +1 -2
- package/dist-es/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
- package/dist-es/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +1 -1
- package/dist-es/commands/StopInstancesCommand.js +1 -1
- package/dist-es/commands/TerminateClientVpnConnectionsCommand.js +1 -1
- package/dist-es/commands/TerminateInstancesCommand.js +1 -2
- package/dist-es/models/models_0.js +15 -18
- package/dist-es/models/models_1.js +30 -27
- package/dist-es/models/models_2.js +27 -27
- package/dist-es/models/models_3.js +27 -33
- package/dist-es/models/models_4.js +33 -31
- package/dist-es/models/models_5.js +34 -27
- package/dist-es/models/models_6.js +29 -27
- package/dist-es/models/models_7.js +27 -0
- package/dist-es/protocols/Aws_ec2.js +333 -0
- package/dist-types/EC2.d.ts +14 -6
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +4 -2
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +3 -0
- package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -2
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +3 -0
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +193 -96
- package/dist-types/models/models_1.d.ts +202 -231
- package/dist-types/models/models_2.d.ts +230 -141
- package/dist-types/models/models_3.d.ts +125 -229
- package/dist-types/models/models_4.d.ts +261 -358
- package/dist-types/models/models_5.d.ts +359 -200
- package/dist-types/models/models_6.d.ts +204 -163
- package/dist-types/models/models_7.d.ts +162 -0
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +59 -36
- package/dist-types/ts3.4/models/models_1.d.ts +74 -87
- package/dist-types/ts3.4/models/models_2.d.ts +83 -61
- package/dist-types/ts3.4/models/models_3.d.ts +63 -89
- package/dist-types/ts3.4/models/models_4.d.ts +89 -94
- package/dist-types/ts3.4/models/models_5.d.ts +91 -83
- package/dist-types/ts3.4/models/models_6.d.ts +84 -73
- package/dist-types/ts3.4/models/models_7.d.ts +68 -0
- package/package.json +31 -31
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ApplianceModeSupportValue,
|
|
3
3
|
CarrierGateway,
|
|
4
|
+
CurrencyCodeValues,
|
|
4
5
|
DeviceTrustProviderType,
|
|
5
6
|
DnsSupportValue,
|
|
6
7
|
DynamicRoutingValue,
|
|
7
8
|
InstanceEventWindowState,
|
|
8
9
|
Ipv6SupportValue,
|
|
10
|
+
ReservedInstancesListing,
|
|
9
11
|
RouteTableAssociationState,
|
|
10
12
|
Tag,
|
|
11
13
|
TagSpecification,
|
|
@@ -38,11 +40,65 @@ import {
|
|
|
38
40
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
39
41
|
LocalGatewayRouteTableVpcAssociation,
|
|
40
42
|
ManagedPrefixList,
|
|
43
|
+
ReplaceRootVolumeTask,
|
|
41
44
|
Subnet,
|
|
42
45
|
Tenancy,
|
|
43
46
|
VolumeType,
|
|
44
47
|
Vpc,
|
|
45
48
|
} from "./models_1";
|
|
49
|
+
export interface CreateReplaceRootVolumeTaskResult {
|
|
50
|
+
ReplaceRootVolumeTask?: ReplaceRootVolumeTask;
|
|
51
|
+
}
|
|
52
|
+
export interface PriceScheduleSpecification {
|
|
53
|
+
CurrencyCode?: CurrencyCodeValues | string;
|
|
54
|
+
Price?: number;
|
|
55
|
+
Term?: number;
|
|
56
|
+
}
|
|
57
|
+
export interface CreateReservedInstancesListingRequest {
|
|
58
|
+
ClientToken: string | undefined;
|
|
59
|
+
InstanceCount: number | undefined;
|
|
60
|
+
PriceSchedules: PriceScheduleSpecification[] | undefined;
|
|
61
|
+
ReservedInstancesId: string | undefined;
|
|
62
|
+
}
|
|
63
|
+
export interface CreateReservedInstancesListingResult {
|
|
64
|
+
ReservedInstancesListings?: ReservedInstancesListing[];
|
|
65
|
+
}
|
|
66
|
+
export interface CreateRestoreImageTaskRequest {
|
|
67
|
+
Bucket: string | undefined;
|
|
68
|
+
ObjectKey: string | undefined;
|
|
69
|
+
Name?: string;
|
|
70
|
+
TagSpecifications?: TagSpecification[];
|
|
71
|
+
DryRun?: boolean;
|
|
72
|
+
}
|
|
73
|
+
export interface CreateRestoreImageTaskResult {
|
|
74
|
+
ImageId?: string;
|
|
75
|
+
}
|
|
76
|
+
export interface CreateRouteRequest {
|
|
77
|
+
DestinationCidrBlock?: string;
|
|
78
|
+
DestinationIpv6CidrBlock?: string;
|
|
79
|
+
DestinationPrefixListId?: string;
|
|
80
|
+
DryRun?: boolean;
|
|
81
|
+
VpcEndpointId?: string;
|
|
82
|
+
EgressOnlyInternetGatewayId?: string;
|
|
83
|
+
GatewayId?: string;
|
|
84
|
+
InstanceId?: string;
|
|
85
|
+
NatGatewayId?: string;
|
|
86
|
+
TransitGatewayId?: string;
|
|
87
|
+
LocalGatewayId?: string;
|
|
88
|
+
CarrierGatewayId?: string;
|
|
89
|
+
NetworkInterfaceId?: string;
|
|
90
|
+
RouteTableId: string | undefined;
|
|
91
|
+
VpcPeeringConnectionId?: string;
|
|
92
|
+
CoreNetworkArn?: string;
|
|
93
|
+
}
|
|
94
|
+
export interface CreateRouteResult {
|
|
95
|
+
Return?: boolean;
|
|
96
|
+
}
|
|
97
|
+
export interface CreateRouteTableRequest {
|
|
98
|
+
DryRun?: boolean;
|
|
99
|
+
VpcId: string | undefined;
|
|
100
|
+
TagSpecifications?: TagSpecification[];
|
|
101
|
+
}
|
|
46
102
|
export interface RouteTableAssociation {
|
|
47
103
|
Main?: boolean;
|
|
48
104
|
RouteTableAssociationId?: string;
|
|
@@ -1687,40 +1743,33 @@ export interface DeleteSnapshotRequest {
|
|
|
1687
1743
|
export interface DeleteSpotDatafeedSubscriptionRequest {
|
|
1688
1744
|
DryRun?: boolean;
|
|
1689
1745
|
}
|
|
1690
|
-
export
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
export interface DeleteTrafficMirrorFilterRuleResult {
|
|
1718
|
-
TrafficMirrorFilterRuleId?: string;
|
|
1719
|
-
}
|
|
1720
|
-
export interface DeleteTrafficMirrorSessionRequest {
|
|
1721
|
-
TrafficMirrorSessionId: string | undefined;
|
|
1722
|
-
DryRun?: boolean;
|
|
1723
|
-
}
|
|
1746
|
+
export declare const CreateReplaceRootVolumeTaskResultFilterSensitiveLog: (
|
|
1747
|
+
obj: CreateReplaceRootVolumeTaskResult
|
|
1748
|
+
) => any;
|
|
1749
|
+
export declare const PriceScheduleSpecificationFilterSensitiveLog: (
|
|
1750
|
+
obj: PriceScheduleSpecification
|
|
1751
|
+
) => any;
|
|
1752
|
+
export declare const CreateReservedInstancesListingRequestFilterSensitiveLog: (
|
|
1753
|
+
obj: CreateReservedInstancesListingRequest
|
|
1754
|
+
) => any;
|
|
1755
|
+
export declare const CreateReservedInstancesListingResultFilterSensitiveLog: (
|
|
1756
|
+
obj: CreateReservedInstancesListingResult
|
|
1757
|
+
) => any;
|
|
1758
|
+
export declare const CreateRestoreImageTaskRequestFilterSensitiveLog: (
|
|
1759
|
+
obj: CreateRestoreImageTaskRequest
|
|
1760
|
+
) => any;
|
|
1761
|
+
export declare const CreateRestoreImageTaskResultFilterSensitiveLog: (
|
|
1762
|
+
obj: CreateRestoreImageTaskResult
|
|
1763
|
+
) => any;
|
|
1764
|
+
export declare const CreateRouteRequestFilterSensitiveLog: (
|
|
1765
|
+
obj: CreateRouteRequest
|
|
1766
|
+
) => any;
|
|
1767
|
+
export declare const CreateRouteResultFilterSensitiveLog: (
|
|
1768
|
+
obj: CreateRouteResult
|
|
1769
|
+
) => any;
|
|
1770
|
+
export declare const CreateRouteTableRequestFilterSensitiveLog: (
|
|
1771
|
+
obj: CreateRouteTableRequest
|
|
1772
|
+
) => any;
|
|
1724
1773
|
export declare const RouteTableAssociationFilterSensitiveLog: (
|
|
1725
1774
|
obj: RouteTableAssociation
|
|
1726
1775
|
) => any;
|
|
@@ -2400,30 +2449,3 @@ export declare const DeleteSnapshotRequestFilterSensitiveLog: (
|
|
|
2400
2449
|
export declare const DeleteSpotDatafeedSubscriptionRequestFilterSensitiveLog: (
|
|
2401
2450
|
obj: DeleteSpotDatafeedSubscriptionRequest
|
|
2402
2451
|
) => any;
|
|
2403
|
-
export declare const DeleteSubnetRequestFilterSensitiveLog: (
|
|
2404
|
-
obj: DeleteSubnetRequest
|
|
2405
|
-
) => any;
|
|
2406
|
-
export declare const DeleteSubnetCidrReservationRequestFilterSensitiveLog: (
|
|
2407
|
-
obj: DeleteSubnetCidrReservationRequest
|
|
2408
|
-
) => any;
|
|
2409
|
-
export declare const DeleteSubnetCidrReservationResultFilterSensitiveLog: (
|
|
2410
|
-
obj: DeleteSubnetCidrReservationResult
|
|
2411
|
-
) => any;
|
|
2412
|
-
export declare const DeleteTagsRequestFilterSensitiveLog: (
|
|
2413
|
-
obj: DeleteTagsRequest
|
|
2414
|
-
) => any;
|
|
2415
|
-
export declare const DeleteTrafficMirrorFilterRequestFilterSensitiveLog: (
|
|
2416
|
-
obj: DeleteTrafficMirrorFilterRequest
|
|
2417
|
-
) => any;
|
|
2418
|
-
export declare const DeleteTrafficMirrorFilterResultFilterSensitiveLog: (
|
|
2419
|
-
obj: DeleteTrafficMirrorFilterResult
|
|
2420
|
-
) => any;
|
|
2421
|
-
export declare const DeleteTrafficMirrorFilterRuleRequestFilterSensitiveLog: (
|
|
2422
|
-
obj: DeleteTrafficMirrorFilterRuleRequest
|
|
2423
|
-
) => any;
|
|
2424
|
-
export declare const DeleteTrafficMirrorFilterRuleResultFilterSensitiveLog: (
|
|
2425
|
-
obj: DeleteTrafficMirrorFilterRuleResult
|
|
2426
|
-
) => any;
|
|
2427
|
-
export declare const DeleteTrafficMirrorSessionRequestFilterSensitiveLog: (
|
|
2428
|
-
obj: DeleteTrafficMirrorSessionRequest
|
|
2429
|
-
) => any;
|
|
@@ -17,7 +17,6 @@ import {
|
|
|
17
17
|
CapacityReservation,
|
|
18
18
|
CapacityReservationFleetState,
|
|
19
19
|
CarrierGateway,
|
|
20
|
-
ClientVpnAuthenticationType,
|
|
21
20
|
ClientVpnAuthorizationRuleStatus,
|
|
22
21
|
CurrencyCodeValues,
|
|
23
22
|
FleetCapacityReservation,
|
|
@@ -39,6 +38,7 @@ import {
|
|
|
39
38
|
BlockDeviceMapping,
|
|
40
39
|
CapacityReservationPreference,
|
|
41
40
|
CapacityReservationTargetResponse,
|
|
41
|
+
ClientVpnAuthenticationType,
|
|
42
42
|
ClientVpnEndpointStatus,
|
|
43
43
|
ClientVpnRouteStatus,
|
|
44
44
|
CoipPool,
|
|
@@ -57,12 +57,9 @@ import {
|
|
|
57
57
|
FleetReplacementStrategy,
|
|
58
58
|
FleetType,
|
|
59
59
|
GroupIdentifier,
|
|
60
|
-
HostnameType,
|
|
61
|
-
InstanceIpv6Address,
|
|
62
60
|
InstanceLifecycle,
|
|
63
61
|
LaunchTemplateAndOverridesResponse,
|
|
64
62
|
LogDestinationType,
|
|
65
|
-
NetworkInterfaceStatus,
|
|
66
63
|
PlatformValues,
|
|
67
64
|
SpotAllocationStrategy,
|
|
68
65
|
SpotInstanceInterruptionBehavior,
|
|
@@ -73,6 +70,7 @@ import {
|
|
|
73
70
|
} from "./models_1";
|
|
74
71
|
import {
|
|
75
72
|
FleetStateCode,
|
|
73
|
+
SubnetCidrReservation,
|
|
76
74
|
TransitGateway,
|
|
77
75
|
TransitGatewayConnect,
|
|
78
76
|
TransitGatewayConnectPeer,
|
|
@@ -85,6 +83,40 @@ import {
|
|
|
85
83
|
VerifiedAccessEndpoint,
|
|
86
84
|
VerifiedAccessGroup,
|
|
87
85
|
} from "./models_2";
|
|
86
|
+
export interface DeleteSubnetRequest {
|
|
87
|
+
SubnetId: string | undefined;
|
|
88
|
+
DryRun?: boolean;
|
|
89
|
+
}
|
|
90
|
+
export interface DeleteSubnetCidrReservationRequest {
|
|
91
|
+
SubnetCidrReservationId: string | undefined;
|
|
92
|
+
DryRun?: boolean;
|
|
93
|
+
}
|
|
94
|
+
export interface DeleteSubnetCidrReservationResult {
|
|
95
|
+
DeletedSubnetCidrReservation?: SubnetCidrReservation;
|
|
96
|
+
}
|
|
97
|
+
export interface DeleteTagsRequest {
|
|
98
|
+
DryRun?: boolean;
|
|
99
|
+
Resources: string[] | undefined;
|
|
100
|
+
Tags?: Tag[];
|
|
101
|
+
}
|
|
102
|
+
export interface DeleteTrafficMirrorFilterRequest {
|
|
103
|
+
TrafficMirrorFilterId: string | undefined;
|
|
104
|
+
DryRun?: boolean;
|
|
105
|
+
}
|
|
106
|
+
export interface DeleteTrafficMirrorFilterResult {
|
|
107
|
+
TrafficMirrorFilterId?: string;
|
|
108
|
+
}
|
|
109
|
+
export interface DeleteTrafficMirrorFilterRuleRequest {
|
|
110
|
+
TrafficMirrorFilterRuleId: string | undefined;
|
|
111
|
+
DryRun?: boolean;
|
|
112
|
+
}
|
|
113
|
+
export interface DeleteTrafficMirrorFilterRuleResult {
|
|
114
|
+
TrafficMirrorFilterRuleId?: string;
|
|
115
|
+
}
|
|
116
|
+
export interface DeleteTrafficMirrorSessionRequest {
|
|
117
|
+
TrafficMirrorSessionId: string | undefined;
|
|
118
|
+
DryRun?: boolean;
|
|
119
|
+
}
|
|
88
120
|
export interface DeleteTrafficMirrorSessionResult {
|
|
89
121
|
TrafficMirrorSessionId?: string;
|
|
90
122
|
}
|
|
@@ -1727,69 +1759,33 @@ export declare enum MonitoringState {
|
|
|
1727
1759
|
enabled = "enabled",
|
|
1728
1760
|
pending = "pending",
|
|
1729
1761
|
}
|
|
1730
|
-
export
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
export
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
export
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
export
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
export
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
PrivateDnsName?: string;
|
|
1758
|
-
PrivateIpAddress?: string;
|
|
1759
|
-
}
|
|
1760
|
-
export interface InstanceNetworkInterface {
|
|
1761
|
-
Association?: InstanceNetworkInterfaceAssociation;
|
|
1762
|
-
Attachment?: InstanceNetworkInterfaceAttachment;
|
|
1763
|
-
Description?: string;
|
|
1764
|
-
Groups?: GroupIdentifier[];
|
|
1765
|
-
Ipv6Addresses?: InstanceIpv6Address[];
|
|
1766
|
-
MacAddress?: string;
|
|
1767
|
-
NetworkInterfaceId?: string;
|
|
1768
|
-
OwnerId?: string;
|
|
1769
|
-
PrivateDnsName?: string;
|
|
1770
|
-
PrivateIpAddress?: string;
|
|
1771
|
-
PrivateIpAddresses?: InstancePrivateIpAddress[];
|
|
1772
|
-
SourceDestCheck?: boolean;
|
|
1773
|
-
Status?: NetworkInterfaceStatus | string;
|
|
1774
|
-
SubnetId?: string;
|
|
1775
|
-
VpcId?: string;
|
|
1776
|
-
InterfaceType?: string;
|
|
1777
|
-
Ipv4Prefixes?: InstanceIpv4Prefix[];
|
|
1778
|
-
Ipv6Prefixes?: InstanceIpv6Prefix[];
|
|
1779
|
-
}
|
|
1780
|
-
export interface PrivateDnsNameOptionsResponse {
|
|
1781
|
-
HostnameType?: HostnameType | string;
|
|
1782
|
-
EnableResourceNameDnsARecord?: boolean;
|
|
1783
|
-
EnableResourceNameDnsAAAARecord?: boolean;
|
|
1784
|
-
}
|
|
1785
|
-
export declare enum InstanceStateName {
|
|
1786
|
-
pending = "pending",
|
|
1787
|
-
running = "running",
|
|
1788
|
-
shutting_down = "shutting-down",
|
|
1789
|
-
stopped = "stopped",
|
|
1790
|
-
stopping = "stopping",
|
|
1791
|
-
terminated = "terminated",
|
|
1792
|
-
}
|
|
1762
|
+
export declare const DeleteSubnetRequestFilterSensitiveLog: (
|
|
1763
|
+
obj: DeleteSubnetRequest
|
|
1764
|
+
) => any;
|
|
1765
|
+
export declare const DeleteSubnetCidrReservationRequestFilterSensitiveLog: (
|
|
1766
|
+
obj: DeleteSubnetCidrReservationRequest
|
|
1767
|
+
) => any;
|
|
1768
|
+
export declare const DeleteSubnetCidrReservationResultFilterSensitiveLog: (
|
|
1769
|
+
obj: DeleteSubnetCidrReservationResult
|
|
1770
|
+
) => any;
|
|
1771
|
+
export declare const DeleteTagsRequestFilterSensitiveLog: (
|
|
1772
|
+
obj: DeleteTagsRequest
|
|
1773
|
+
) => any;
|
|
1774
|
+
export declare const DeleteTrafficMirrorFilterRequestFilterSensitiveLog: (
|
|
1775
|
+
obj: DeleteTrafficMirrorFilterRequest
|
|
1776
|
+
) => any;
|
|
1777
|
+
export declare const DeleteTrafficMirrorFilterResultFilterSensitiveLog: (
|
|
1778
|
+
obj: DeleteTrafficMirrorFilterResult
|
|
1779
|
+
) => any;
|
|
1780
|
+
export declare const DeleteTrafficMirrorFilterRuleRequestFilterSensitiveLog: (
|
|
1781
|
+
obj: DeleteTrafficMirrorFilterRuleRequest
|
|
1782
|
+
) => any;
|
|
1783
|
+
export declare const DeleteTrafficMirrorFilterRuleResultFilterSensitiveLog: (
|
|
1784
|
+
obj: DeleteTrafficMirrorFilterRuleResult
|
|
1785
|
+
) => any;
|
|
1786
|
+
export declare const DeleteTrafficMirrorSessionRequestFilterSensitiveLog: (
|
|
1787
|
+
obj: DeleteTrafficMirrorSessionRequest
|
|
1788
|
+
) => any;
|
|
1793
1789
|
export declare const DeleteTrafficMirrorSessionResultFilterSensitiveLog: (
|
|
1794
1790
|
obj: DeleteTrafficMirrorSessionResult
|
|
1795
1791
|
) => any;
|
|
@@ -2496,25 +2492,3 @@ export declare const InstanceMaintenanceOptionsFilterSensitiveLog: (
|
|
|
2496
2492
|
export declare const InstanceMetadataOptionsResponseFilterSensitiveLog: (
|
|
2497
2493
|
obj: InstanceMetadataOptionsResponse
|
|
2498
2494
|
) => any;
|
|
2499
|
-
export declare const MonitoringFilterSensitiveLog: (obj: Monitoring) => any;
|
|
2500
|
-
export declare const InstanceNetworkInterfaceAssociationFilterSensitiveLog: (
|
|
2501
|
-
obj: InstanceNetworkInterfaceAssociation
|
|
2502
|
-
) => any;
|
|
2503
|
-
export declare const InstanceNetworkInterfaceAttachmentFilterSensitiveLog: (
|
|
2504
|
-
obj: InstanceNetworkInterfaceAttachment
|
|
2505
|
-
) => any;
|
|
2506
|
-
export declare const InstanceIpv4PrefixFilterSensitiveLog: (
|
|
2507
|
-
obj: InstanceIpv4Prefix
|
|
2508
|
-
) => any;
|
|
2509
|
-
export declare const InstanceIpv6PrefixFilterSensitiveLog: (
|
|
2510
|
-
obj: InstanceIpv6Prefix
|
|
2511
|
-
) => any;
|
|
2512
|
-
export declare const InstancePrivateIpAddressFilterSensitiveLog: (
|
|
2513
|
-
obj: InstancePrivateIpAddress
|
|
2514
|
-
) => any;
|
|
2515
|
-
export declare const InstanceNetworkInterfaceFilterSensitiveLog: (
|
|
2516
|
-
obj: InstanceNetworkInterface
|
|
2517
|
-
) => any;
|
|
2518
|
-
export declare const PrivateDnsNameOptionsResponseFilterSensitiveLog: (
|
|
2519
|
-
obj: PrivateDnsNameOptionsResponse
|
|
2520
|
-
) => any;
|
|
@@ -4,6 +4,7 @@ import {
|
|
|
4
4
|
ActivityStatus,
|
|
5
5
|
AllocationStrategy,
|
|
6
6
|
AlternatePathHint,
|
|
7
|
+
AttachmentStatus,
|
|
7
8
|
BatchState,
|
|
8
9
|
CurrencyCodeValues,
|
|
9
10
|
Explanation,
|
|
@@ -33,6 +34,7 @@ import {
|
|
|
33
34
|
FleetLaunchTemplateSpecification,
|
|
34
35
|
FleetType,
|
|
35
36
|
GroupIdentifier,
|
|
37
|
+
HostnameType,
|
|
36
38
|
InstanceInterruptionBehavior,
|
|
37
39
|
InstanceIpv6Address,
|
|
38
40
|
InstanceRequirements,
|
|
@@ -57,6 +59,7 @@ import {
|
|
|
57
59
|
NetworkInterface,
|
|
58
60
|
NetworkInterfaceAttachment,
|
|
59
61
|
NetworkInterfacePermission,
|
|
62
|
+
NetworkInterfaceStatus,
|
|
60
63
|
Placement,
|
|
61
64
|
PlacementGroup,
|
|
62
65
|
PlatformValues,
|
|
@@ -67,7 +70,6 @@ import {
|
|
|
67
70
|
Subnet,
|
|
68
71
|
TargetCapacityUnitType,
|
|
69
72
|
Tenancy,
|
|
70
|
-
VolumeType,
|
|
71
73
|
} from "./models_1";
|
|
72
74
|
import {
|
|
73
75
|
RouteTable,
|
|
@@ -88,7 +90,6 @@ import {
|
|
|
88
90
|
TransitGatewayRouteTableAnnouncement,
|
|
89
91
|
VerifiedAccessEndpoint,
|
|
90
92
|
VerifiedAccessGroup,
|
|
91
|
-
Volume,
|
|
92
93
|
} from "./models_2";
|
|
93
94
|
import {
|
|
94
95
|
ArchitectureValues,
|
|
@@ -110,15 +111,75 @@ import {
|
|
|
110
111
|
InstanceLifecycleType,
|
|
111
112
|
InstanceMaintenanceOptions,
|
|
112
113
|
InstanceMetadataOptionsResponse,
|
|
113
|
-
InstanceNetworkInterface,
|
|
114
|
-
InstanceStateName,
|
|
115
114
|
LicenseConfiguration,
|
|
116
|
-
|
|
115
|
+
MonitoringState,
|
|
117
116
|
PermissionGroup,
|
|
118
|
-
PrivateDnsNameOptionsResponse,
|
|
119
117
|
ProductCode,
|
|
120
118
|
VirtualizationType,
|
|
121
119
|
} from "./models_3";
|
|
120
|
+
export interface Monitoring {
|
|
121
|
+
State?: MonitoringState | string;
|
|
122
|
+
}
|
|
123
|
+
export interface InstanceNetworkInterfaceAssociation {
|
|
124
|
+
CarrierIp?: string;
|
|
125
|
+
CustomerOwnedIp?: string;
|
|
126
|
+
IpOwnerId?: string;
|
|
127
|
+
PublicDnsName?: string;
|
|
128
|
+
PublicIp?: string;
|
|
129
|
+
}
|
|
130
|
+
export interface InstanceNetworkInterfaceAttachment {
|
|
131
|
+
AttachTime?: Date;
|
|
132
|
+
AttachmentId?: string;
|
|
133
|
+
DeleteOnTermination?: boolean;
|
|
134
|
+
DeviceIndex?: number;
|
|
135
|
+
Status?: AttachmentStatus | string;
|
|
136
|
+
NetworkCardIndex?: number;
|
|
137
|
+
}
|
|
138
|
+
export interface InstanceIpv4Prefix {
|
|
139
|
+
Ipv4Prefix?: string;
|
|
140
|
+
}
|
|
141
|
+
export interface InstanceIpv6Prefix {
|
|
142
|
+
Ipv6Prefix?: string;
|
|
143
|
+
}
|
|
144
|
+
export interface InstancePrivateIpAddress {
|
|
145
|
+
Association?: InstanceNetworkInterfaceAssociation;
|
|
146
|
+
Primary?: boolean;
|
|
147
|
+
PrivateDnsName?: string;
|
|
148
|
+
PrivateIpAddress?: string;
|
|
149
|
+
}
|
|
150
|
+
export interface InstanceNetworkInterface {
|
|
151
|
+
Association?: InstanceNetworkInterfaceAssociation;
|
|
152
|
+
Attachment?: InstanceNetworkInterfaceAttachment;
|
|
153
|
+
Description?: string;
|
|
154
|
+
Groups?: GroupIdentifier[];
|
|
155
|
+
Ipv6Addresses?: InstanceIpv6Address[];
|
|
156
|
+
MacAddress?: string;
|
|
157
|
+
NetworkInterfaceId?: string;
|
|
158
|
+
OwnerId?: string;
|
|
159
|
+
PrivateDnsName?: string;
|
|
160
|
+
PrivateIpAddress?: string;
|
|
161
|
+
PrivateIpAddresses?: InstancePrivateIpAddress[];
|
|
162
|
+
SourceDestCheck?: boolean;
|
|
163
|
+
Status?: NetworkInterfaceStatus | string;
|
|
164
|
+
SubnetId?: string;
|
|
165
|
+
VpcId?: string;
|
|
166
|
+
InterfaceType?: string;
|
|
167
|
+
Ipv4Prefixes?: InstanceIpv4Prefix[];
|
|
168
|
+
Ipv6Prefixes?: InstanceIpv6Prefix[];
|
|
169
|
+
}
|
|
170
|
+
export interface PrivateDnsNameOptionsResponse {
|
|
171
|
+
HostnameType?: HostnameType | string;
|
|
172
|
+
EnableResourceNameDnsARecord?: boolean;
|
|
173
|
+
EnableResourceNameDnsAAAARecord?: boolean;
|
|
174
|
+
}
|
|
175
|
+
export declare enum InstanceStateName {
|
|
176
|
+
pending = "pending",
|
|
177
|
+
running = "running",
|
|
178
|
+
shutting_down = "shutting-down",
|
|
179
|
+
stopped = "stopped",
|
|
180
|
+
stopping = "stopping",
|
|
181
|
+
terminated = "terminated",
|
|
182
|
+
}
|
|
122
183
|
export interface InstanceState {
|
|
123
184
|
Code?: number;
|
|
124
185
|
Name?: InstanceStateName | string;
|
|
@@ -1952,70 +2013,28 @@ export interface DescribeVolumesRequest {
|
|
|
1952
2013
|
MaxResults?: number;
|
|
1953
2014
|
NextToken?: string;
|
|
1954
2015
|
}
|
|
1955
|
-
export
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
export
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
TargetIops?: number;
|
|
1978
|
-
TargetVolumeType?: VolumeType | string;
|
|
1979
|
-
TargetThroughput?: number;
|
|
1980
|
-
TargetMultiAttachEnabled?: boolean;
|
|
1981
|
-
OriginalSize?: number;
|
|
1982
|
-
OriginalIops?: number;
|
|
1983
|
-
OriginalVolumeType?: VolumeType | string;
|
|
1984
|
-
OriginalThroughput?: number;
|
|
1985
|
-
OriginalMultiAttachEnabled?: boolean;
|
|
1986
|
-
Progress?: number;
|
|
1987
|
-
StartTime?: Date;
|
|
1988
|
-
EndTime?: Date;
|
|
1989
|
-
}
|
|
1990
|
-
export interface DescribeVolumesModificationsResult {
|
|
1991
|
-
VolumesModifications?: VolumeModification[];
|
|
1992
|
-
NextToken?: string;
|
|
1993
|
-
}
|
|
1994
|
-
export interface DescribeVolumeStatusRequest {
|
|
1995
|
-
Filters?: Filter[];
|
|
1996
|
-
MaxResults?: number;
|
|
1997
|
-
NextToken?: string;
|
|
1998
|
-
VolumeIds?: string[];
|
|
1999
|
-
DryRun?: boolean;
|
|
2000
|
-
}
|
|
2001
|
-
export interface VolumeStatusAction {
|
|
2002
|
-
Code?: string;
|
|
2003
|
-
Description?: string;
|
|
2004
|
-
EventId?: string;
|
|
2005
|
-
EventType?: string;
|
|
2006
|
-
}
|
|
2007
|
-
export interface VolumeStatusAttachmentStatus {
|
|
2008
|
-
IoPerformance?: string;
|
|
2009
|
-
InstanceId?: string;
|
|
2010
|
-
}
|
|
2011
|
-
export interface VolumeStatusEvent {
|
|
2012
|
-
Description?: string;
|
|
2013
|
-
EventId?: string;
|
|
2014
|
-
EventType?: string;
|
|
2015
|
-
NotAfter?: Date;
|
|
2016
|
-
NotBefore?: Date;
|
|
2017
|
-
InstanceId?: string;
|
|
2018
|
-
}
|
|
2016
|
+
export declare const MonitoringFilterSensitiveLog: (obj: Monitoring) => any;
|
|
2017
|
+
export declare const InstanceNetworkInterfaceAssociationFilterSensitiveLog: (
|
|
2018
|
+
obj: InstanceNetworkInterfaceAssociation
|
|
2019
|
+
) => any;
|
|
2020
|
+
export declare const InstanceNetworkInterfaceAttachmentFilterSensitiveLog: (
|
|
2021
|
+
obj: InstanceNetworkInterfaceAttachment
|
|
2022
|
+
) => any;
|
|
2023
|
+
export declare const InstanceIpv4PrefixFilterSensitiveLog: (
|
|
2024
|
+
obj: InstanceIpv4Prefix
|
|
2025
|
+
) => any;
|
|
2026
|
+
export declare const InstanceIpv6PrefixFilterSensitiveLog: (
|
|
2027
|
+
obj: InstanceIpv6Prefix
|
|
2028
|
+
) => any;
|
|
2029
|
+
export declare const InstancePrivateIpAddressFilterSensitiveLog: (
|
|
2030
|
+
obj: InstancePrivateIpAddress
|
|
2031
|
+
) => any;
|
|
2032
|
+
export declare const InstanceNetworkInterfaceFilterSensitiveLog: (
|
|
2033
|
+
obj: InstanceNetworkInterface
|
|
2034
|
+
) => any;
|
|
2035
|
+
export declare const PrivateDnsNameOptionsResponseFilterSensitiveLog: (
|
|
2036
|
+
obj: PrivateDnsNameOptionsResponse
|
|
2037
|
+
) => any;
|
|
2019
2038
|
export declare const InstanceStateFilterSensitiveLog: (
|
|
2020
2039
|
obj: InstanceState
|
|
2021
2040
|
) => any;
|
|
@@ -2744,27 +2763,3 @@ export declare const DescribeVolumeAttributeResultFilterSensitiveLog: (
|
|
|
2744
2763
|
export declare const DescribeVolumesRequestFilterSensitiveLog: (
|
|
2745
2764
|
obj: DescribeVolumesRequest
|
|
2746
2765
|
) => any;
|
|
2747
|
-
export declare const DescribeVolumesResultFilterSensitiveLog: (
|
|
2748
|
-
obj: DescribeVolumesResult
|
|
2749
|
-
) => any;
|
|
2750
|
-
export declare const DescribeVolumesModificationsRequestFilterSensitiveLog: (
|
|
2751
|
-
obj: DescribeVolumesModificationsRequest
|
|
2752
|
-
) => any;
|
|
2753
|
-
export declare const VolumeModificationFilterSensitiveLog: (
|
|
2754
|
-
obj: VolumeModification
|
|
2755
|
-
) => any;
|
|
2756
|
-
export declare const DescribeVolumesModificationsResultFilterSensitiveLog: (
|
|
2757
|
-
obj: DescribeVolumesModificationsResult
|
|
2758
|
-
) => any;
|
|
2759
|
-
export declare const DescribeVolumeStatusRequestFilterSensitiveLog: (
|
|
2760
|
-
obj: DescribeVolumeStatusRequest
|
|
2761
|
-
) => any;
|
|
2762
|
-
export declare const VolumeStatusActionFilterSensitiveLog: (
|
|
2763
|
-
obj: VolumeStatusAction
|
|
2764
|
-
) => any;
|
|
2765
|
-
export declare const VolumeStatusAttachmentStatusFilterSensitiveLog: (
|
|
2766
|
-
obj: VolumeStatusAttachmentStatus
|
|
2767
|
-
) => any;
|
|
2768
|
-
export declare const VolumeStatusEventFilterSensitiveLog: (
|
|
2769
|
-
obj: VolumeStatusEvent
|
|
2770
|
-
) => any;
|