@aws-sdk/client-ec2 3.261.0 → 3.262.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/EC2.js +60 -0
- package/dist-cjs/commands/AssignPrivateNatGatewayAddressCommand.js +46 -0
- package/dist-cjs/commands/AssociateNatGatewayAddressCommand.js +46 -0
- package/dist-cjs/commands/CreateClientVpnEndpointCommand.js +3 -3
- package/dist-cjs/commands/CreateClientVpnRouteCommand.js +1 -2
- package/dist-cjs/commands/DeleteTrafficMirrorTargetCommand.js +3 -3
- package/dist-cjs/commands/DeleteTransitGatewayCommand.js +3 -3
- package/dist-cjs/commands/DeleteTransitGatewayConnectCommand.js +1 -2
- package/dist-cjs/commands/DescribeInstanceStatusCommand.js +1 -2
- package/dist-cjs/commands/DescribeInstancesCommand.js +2 -1
- package/dist-cjs/commands/DescribeVolumeStatusCommand.js +2 -1
- package/dist-cjs/commands/DisassociateNatGatewayAddressCommand.js +46 -0
- package/dist-cjs/commands/ModifyAvailabilityZoneGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyCapacityReservationCommand.js +3 -3
- package/dist-cjs/commands/ModifyCapacityReservationFleetCommand.js +3 -3
- package/dist-cjs/commands/RunInstancesCommand.js +2 -2
- package/dist-cjs/commands/UnassignIpv6AddressesCommand.js +2 -1
- package/dist-cjs/commands/UnassignPrivateIpAddressesCommand.js +2 -2
- package/dist-cjs/commands/UnassignPrivateNatGatewayAddressCommand.js +46 -0
- package/dist-cjs/commands/UnmonitorInstancesCommand.js +3 -3
- package/dist-cjs/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +3 -3
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/models/models_0.js +37 -34
- package/dist-cjs/models/models_1.js +34 -33
- package/dist-cjs/models/models_2.js +29 -26
- package/dist-cjs/models/models_3.js +26 -30
- package/dist-cjs/models/models_4.js +30 -30
- package/dist-cjs/models/models_5.js +38 -34
- package/dist-cjs/models/models_6.js +34 -34
- package/dist-cjs/models/models_7.js +37 -1
- package/dist-cjs/protocols/Aws_ec2.js +551 -161
- package/dist-es/EC2.js +60 -0
- package/dist-es/commands/AssignPrivateNatGatewayAddressCommand.js +42 -0
- package/dist-es/commands/AssociateNatGatewayAddressCommand.js +42 -0
- package/dist-es/commands/CreateClientVpnEndpointCommand.js +1 -1
- package/dist-es/commands/CreateClientVpnRouteCommand.js +1 -2
- package/dist-es/commands/DeleteTrafficMirrorTargetCommand.js +1 -1
- package/dist-es/commands/DeleteTransitGatewayCommand.js +1 -1
- package/dist-es/commands/DeleteTransitGatewayConnectCommand.js +1 -2
- package/dist-es/commands/DescribeInstanceStatusCommand.js +1 -2
- package/dist-es/commands/DescribeInstancesCommand.js +2 -1
- package/dist-es/commands/DescribeVolumeStatusCommand.js +2 -1
- package/dist-es/commands/DisassociateNatGatewayAddressCommand.js +42 -0
- package/dist-es/commands/ModifyAvailabilityZoneGroupCommand.js +1 -1
- package/dist-es/commands/ModifyCapacityReservationCommand.js +1 -1
- package/dist-es/commands/ModifyCapacityReservationFleetCommand.js +1 -1
- package/dist-es/commands/RunInstancesCommand.js +1 -1
- package/dist-es/commands/UnassignIpv6AddressesCommand.js +2 -1
- package/dist-es/commands/UnassignPrivateIpAddressesCommand.js +1 -1
- package/dist-es/commands/UnassignPrivateNatGatewayAddressCommand.js +42 -0
- package/dist-es/commands/UnmonitorInstancesCommand.js +1 -1
- package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +1 -1
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +26 -24
- package/dist-es/models/models_1.js +24 -23
- package/dist-es/models/models_2.js +20 -15
- package/dist-es/models/models_3.js +15 -20
- package/dist-es/models/models_4.js +20 -21
- package/dist-es/models/models_5.js +27 -21
- package/dist-es/models/models_6.js +21 -21
- package/dist-es/models/models_7.js +27 -0
- package/dist-es/protocols/Aws_ec2.js +520 -138
- package/dist-types/EC2.d.ts +43 -0
- package/dist-types/EC2Client.d.ts +6 -2
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +37 -0
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +38 -0
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -2
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +43 -0
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +45 -0
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +125 -226
- package/dist-types/models/models_1.d.ts +228 -163
- package/dist-types/models/models_2.d.ts +150 -70
- package/dist-types/models/models_3.d.ts +67 -205
- package/dist-types/models/models_4.d.ts +205 -78
- package/dist-types/models/models_5.d.ts +117 -170
- package/dist-types/models/models_6.d.ts +170 -127
- package/dist-types/models/models_7.d.ts +167 -2
- package/dist-types/protocols/Aws_ec2.d.ts +12 -0
- package/dist-types/ts3.4/EC2.d.ts +68 -0
- package/dist-types/ts3.4/EC2Client.d.ts +24 -0
- package/dist-types/ts3.4/commands/AssignPrivateNatGatewayAddressCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/AssociateNatGatewayAddressCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +53 -59
- package/dist-types/ts3.4/models/models_1.d.ts +68 -53
- package/dist-types/ts3.4/models/models_2.d.ts +46 -35
- package/dist-types/ts3.4/models/models_3.d.ts +36 -46
- package/dist-types/ts3.4/models/models_4.d.ts +46 -38
- package/dist-types/ts3.4/models/models_5.d.ts +61 -57
- package/dist-types/ts3.4/models/models_6.d.ts +58 -54
- package/dist-types/ts3.4/models/models_7.d.ts +70 -2
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +48 -0
- package/package.json +2 -2
|
@@ -19,7 +19,6 @@ import {
|
|
|
19
19
|
CarrierGateway,
|
|
20
20
|
ClientVpnAuthenticationType,
|
|
21
21
|
ClientVpnAuthorizationRuleStatus,
|
|
22
|
-
ClientVpnEndpointStatus,
|
|
23
22
|
CurrencyCodeValues,
|
|
24
23
|
FleetCapacityReservation,
|
|
25
24
|
FleetCapacityReservationTenancy,
|
|
@@ -31,7 +30,6 @@ import {
|
|
|
31
30
|
Tag,
|
|
32
31
|
TransitGatewayPeeringAttachment,
|
|
33
32
|
TransitGatewayVpcAttachment,
|
|
34
|
-
TransportProtocol,
|
|
35
33
|
UnsuccessfulItem,
|
|
36
34
|
VerifiedAccessInstance,
|
|
37
35
|
VerifiedAccessTrustProvider,
|
|
@@ -41,6 +39,7 @@ import {
|
|
|
41
39
|
BlockDeviceMapping,
|
|
42
40
|
CapacityReservationPreference,
|
|
43
41
|
CapacityReservationTargetResponse,
|
|
42
|
+
ClientVpnEndpointStatus,
|
|
44
43
|
ClientVpnRouteStatus,
|
|
45
44
|
CoipPool,
|
|
46
45
|
CustomerGateway,
|
|
@@ -71,9 +70,11 @@ import {
|
|
|
71
70
|
StateReason,
|
|
72
71
|
TargetCapacityUnitType,
|
|
73
72
|
TrafficType,
|
|
73
|
+
TransportProtocol,
|
|
74
74
|
} from "./models_1";
|
|
75
75
|
import {
|
|
76
76
|
FleetStateCode,
|
|
77
|
+
TransitGateway,
|
|
77
78
|
TransitGatewayConnect,
|
|
78
79
|
TransitGatewayConnectPeer,
|
|
79
80
|
TransitGatewayMulticastDomain,
|
|
@@ -85,6 +86,24 @@ import {
|
|
|
85
86
|
VerifiedAccessEndpoint,
|
|
86
87
|
VerifiedAccessGroup,
|
|
87
88
|
} from "./models_2";
|
|
89
|
+
export interface DeleteTrafficMirrorTargetRequest {
|
|
90
|
+
TrafficMirrorTargetId: string | undefined;
|
|
91
|
+
DryRun?: boolean;
|
|
92
|
+
}
|
|
93
|
+
export interface DeleteTrafficMirrorTargetResult {
|
|
94
|
+
TrafficMirrorTargetId?: string;
|
|
95
|
+
}
|
|
96
|
+
export interface DeleteTransitGatewayRequest {
|
|
97
|
+
TransitGatewayId: string | undefined;
|
|
98
|
+
DryRun?: boolean;
|
|
99
|
+
}
|
|
100
|
+
export interface DeleteTransitGatewayResult {
|
|
101
|
+
TransitGateway?: TransitGateway;
|
|
102
|
+
}
|
|
103
|
+
export interface DeleteTransitGatewayConnectRequest {
|
|
104
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
105
|
+
DryRun?: boolean;
|
|
106
|
+
}
|
|
88
107
|
export interface DeleteTransitGatewayConnectResult {
|
|
89
108
|
TransitGatewayConnect?: TransitGatewayConnect;
|
|
90
109
|
}
|
|
@@ -1825,40 +1844,21 @@ export interface Instance {
|
|
|
1825
1844
|
TpmSupport?: string;
|
|
1826
1845
|
MaintenanceOptions?: InstanceMaintenanceOptions;
|
|
1827
1846
|
}
|
|
1828
|
-
export
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
NextToken?: string;
|
|
1844
|
-
DryRun?: boolean;
|
|
1845
|
-
IncludeAllInstances?: boolean;
|
|
1846
|
-
}
|
|
1847
|
-
export declare enum EventCode {
|
|
1848
|
-
instance_reboot = "instance-reboot",
|
|
1849
|
-
instance_retirement = "instance-retirement",
|
|
1850
|
-
instance_stop = "instance-stop",
|
|
1851
|
-
system_maintenance = "system-maintenance",
|
|
1852
|
-
system_reboot = "system-reboot",
|
|
1853
|
-
}
|
|
1854
|
-
export interface InstanceStatusEvent {
|
|
1855
|
-
InstanceEventId?: string;
|
|
1856
|
-
Code?: EventCode | string;
|
|
1857
|
-
Description?: string;
|
|
1858
|
-
NotAfter?: Date;
|
|
1859
|
-
NotBefore?: Date;
|
|
1860
|
-
NotBeforeDeadline?: Date;
|
|
1861
|
-
}
|
|
1847
|
+
export declare const DeleteTrafficMirrorTargetRequestFilterSensitiveLog: (
|
|
1848
|
+
obj: DeleteTrafficMirrorTargetRequest
|
|
1849
|
+
) => any;
|
|
1850
|
+
export declare const DeleteTrafficMirrorTargetResultFilterSensitiveLog: (
|
|
1851
|
+
obj: DeleteTrafficMirrorTargetResult
|
|
1852
|
+
) => any;
|
|
1853
|
+
export declare const DeleteTransitGatewayRequestFilterSensitiveLog: (
|
|
1854
|
+
obj: DeleteTransitGatewayRequest
|
|
1855
|
+
) => any;
|
|
1856
|
+
export declare const DeleteTransitGatewayResultFilterSensitiveLog: (
|
|
1857
|
+
obj: DeleteTransitGatewayResult
|
|
1858
|
+
) => any;
|
|
1859
|
+
export declare const DeleteTransitGatewayConnectRequestFilterSensitiveLog: (
|
|
1860
|
+
obj: DeleteTransitGatewayConnectRequest
|
|
1861
|
+
) => any;
|
|
1862
1862
|
export declare const DeleteTransitGatewayConnectResultFilterSensitiveLog: (
|
|
1863
1863
|
obj: DeleteTransitGatewayConnectResult
|
|
1864
1864
|
) => any;
|
|
@@ -2573,13 +2573,3 @@ export declare const InstanceStateFilterSensitiveLog: (
|
|
|
2573
2573
|
obj: InstanceState
|
|
2574
2574
|
) => any;
|
|
2575
2575
|
export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
2576
|
-
export declare const ReservationFilterSensitiveLog: (obj: Reservation) => any;
|
|
2577
|
-
export declare const DescribeInstancesResultFilterSensitiveLog: (
|
|
2578
|
-
obj: DescribeInstancesResult
|
|
2579
|
-
) => any;
|
|
2580
|
-
export declare const DescribeInstanceStatusRequestFilterSensitiveLog: (
|
|
2581
|
-
obj: DescribeInstanceStatusRequest
|
|
2582
|
-
) => any;
|
|
2583
|
-
export declare const InstanceStatusEventFilterSensitiveLog: (
|
|
2584
|
-
obj: InstanceStatusEvent
|
|
2585
|
-
) => any;
|
|
@@ -59,7 +59,6 @@ import {
|
|
|
59
59
|
PlacementGroup,
|
|
60
60
|
PrivateIpAddressSpecification,
|
|
61
61
|
ReplaceRootVolumeTask,
|
|
62
|
-
RouteTable,
|
|
63
62
|
SpotInstanceType,
|
|
64
63
|
Subnet,
|
|
65
64
|
TargetCapacityUnitType,
|
|
@@ -67,6 +66,7 @@ import {
|
|
|
67
66
|
VolumeType,
|
|
68
67
|
} from "./models_1";
|
|
69
68
|
import {
|
|
69
|
+
RouteTable,
|
|
70
70
|
Snapshot,
|
|
71
71
|
SnapshotState,
|
|
72
72
|
SpotDatafeedSubscription,
|
|
@@ -91,12 +91,46 @@ import {
|
|
|
91
91
|
EventInformation,
|
|
92
92
|
Filter,
|
|
93
93
|
IdFormat,
|
|
94
|
+
Instance,
|
|
94
95
|
InstanceState,
|
|
95
|
-
InstanceStatusEvent,
|
|
96
96
|
PermissionGroup,
|
|
97
97
|
ProductCode,
|
|
98
98
|
VirtualizationType,
|
|
99
99
|
} from "./models_3";
|
|
100
|
+
export interface Reservation {
|
|
101
|
+
Groups?: GroupIdentifier[];
|
|
102
|
+
Instances?: Instance[];
|
|
103
|
+
OwnerId?: string;
|
|
104
|
+
RequesterId?: string;
|
|
105
|
+
ReservationId?: string;
|
|
106
|
+
}
|
|
107
|
+
export interface DescribeInstancesResult {
|
|
108
|
+
Reservations?: Reservation[];
|
|
109
|
+
NextToken?: string;
|
|
110
|
+
}
|
|
111
|
+
export interface DescribeInstanceStatusRequest {
|
|
112
|
+
Filters?: Filter[];
|
|
113
|
+
InstanceIds?: string[];
|
|
114
|
+
MaxResults?: number;
|
|
115
|
+
NextToken?: string;
|
|
116
|
+
DryRun?: boolean;
|
|
117
|
+
IncludeAllInstances?: boolean;
|
|
118
|
+
}
|
|
119
|
+
export declare enum EventCode {
|
|
120
|
+
instance_reboot = "instance-reboot",
|
|
121
|
+
instance_retirement = "instance-retirement",
|
|
122
|
+
instance_stop = "instance-stop",
|
|
123
|
+
system_maintenance = "system-maintenance",
|
|
124
|
+
system_reboot = "system-reboot",
|
|
125
|
+
}
|
|
126
|
+
export interface InstanceStatusEvent {
|
|
127
|
+
InstanceEventId?: string;
|
|
128
|
+
Code?: EventCode | string;
|
|
129
|
+
Description?: string;
|
|
130
|
+
NotAfter?: Date;
|
|
131
|
+
NotBefore?: Date;
|
|
132
|
+
NotBeforeDeadline?: Date;
|
|
133
|
+
}
|
|
100
134
|
export declare enum StatusName {
|
|
101
135
|
reachability = "reachability",
|
|
102
136
|
}
|
|
@@ -1904,33 +1938,16 @@ export interface VolumeStatusDetails {
|
|
|
1904
1938
|
Name?: VolumeStatusName | string;
|
|
1905
1939
|
Status?: string;
|
|
1906
1940
|
}
|
|
1907
|
-
export declare
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
Actions?: VolumeStatusAction[];
|
|
1918
|
-
AvailabilityZone?: string;
|
|
1919
|
-
OutpostArn?: string;
|
|
1920
|
-
Events?: VolumeStatusEvent[];
|
|
1921
|
-
VolumeId?: string;
|
|
1922
|
-
VolumeStatus?: VolumeStatusInfo;
|
|
1923
|
-
AttachmentStatuses?: VolumeStatusAttachmentStatus[];
|
|
1924
|
-
}
|
|
1925
|
-
export interface DescribeVolumeStatusResult {
|
|
1926
|
-
NextToken?: string;
|
|
1927
|
-
VolumeStatuses?: VolumeStatusItem[];
|
|
1928
|
-
}
|
|
1929
|
-
export declare enum VpcAttributeName {
|
|
1930
|
-
enableDnsHostnames = "enableDnsHostnames",
|
|
1931
|
-
enableDnsSupport = "enableDnsSupport",
|
|
1932
|
-
enableNetworkAddressUsageMetrics = "enableNetworkAddressUsageMetrics",
|
|
1933
|
-
}
|
|
1941
|
+
export declare const ReservationFilterSensitiveLog: (obj: Reservation) => any;
|
|
1942
|
+
export declare const DescribeInstancesResultFilterSensitiveLog: (
|
|
1943
|
+
obj: DescribeInstancesResult
|
|
1944
|
+
) => any;
|
|
1945
|
+
export declare const DescribeInstanceStatusRequestFilterSensitiveLog: (
|
|
1946
|
+
obj: DescribeInstanceStatusRequest
|
|
1947
|
+
) => any;
|
|
1948
|
+
export declare const InstanceStatusEventFilterSensitiveLog: (
|
|
1949
|
+
obj: InstanceStatusEvent
|
|
1950
|
+
) => any;
|
|
1934
1951
|
export declare const InstanceStatusDetailsFilterSensitiveLog: (
|
|
1935
1952
|
obj: InstanceStatusDetails
|
|
1936
1953
|
) => any;
|
|
@@ -2672,12 +2689,3 @@ export declare const VolumeStatusEventFilterSensitiveLog: (
|
|
|
2672
2689
|
export declare const VolumeStatusDetailsFilterSensitiveLog: (
|
|
2673
2690
|
obj: VolumeStatusDetails
|
|
2674
2691
|
) => any;
|
|
2675
|
-
export declare const VolumeStatusInfoFilterSensitiveLog: (
|
|
2676
|
-
obj: VolumeStatusInfo
|
|
2677
|
-
) => any;
|
|
2678
|
-
export declare const VolumeStatusItemFilterSensitiveLog: (
|
|
2679
|
-
obj: VolumeStatusItem
|
|
2680
|
-
) => any;
|
|
2681
|
-
export declare const DescribeVolumeStatusResultFilterSensitiveLog: (
|
|
2682
|
-
obj: DescribeVolumeStatusResult
|
|
2683
|
-
) => any;
|
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
AssociationStatus,
|
|
8
8
|
CapacityReservationState,
|
|
9
9
|
CurrencyCodeValues,
|
|
10
|
-
EndDateType,
|
|
11
10
|
IamInstanceProfileAssociation,
|
|
12
11
|
InstanceEventWindow,
|
|
13
12
|
IpamPoolAllocation,
|
|
14
13
|
IpamResourceDiscoveryAssociation,
|
|
14
|
+
NatGatewayAddress,
|
|
15
15
|
SubnetAssociation,
|
|
16
16
|
SubnetIpv6CidrBlockAssociation,
|
|
17
17
|
Tag,
|
|
@@ -79,7 +79,41 @@ import {
|
|
|
79
79
|
StatisticType,
|
|
80
80
|
VirtualizationType,
|
|
81
81
|
} from "./models_3";
|
|
82
|
-
import {
|
|
82
|
+
import {
|
|
83
|
+
AnalysisStatus,
|
|
84
|
+
ArchitectureType,
|
|
85
|
+
VolumeStatusAction,
|
|
86
|
+
VolumeStatusAttachmentStatus,
|
|
87
|
+
VolumeStatusDetails,
|
|
88
|
+
VolumeStatusEvent,
|
|
89
|
+
} from "./models_4";
|
|
90
|
+
export declare enum VolumeStatusInfoStatus {
|
|
91
|
+
impaired = "impaired",
|
|
92
|
+
insufficient_data = "insufficient-data",
|
|
93
|
+
ok = "ok",
|
|
94
|
+
}
|
|
95
|
+
export interface VolumeStatusInfo {
|
|
96
|
+
Details?: VolumeStatusDetails[];
|
|
97
|
+
Status?: VolumeStatusInfoStatus | string;
|
|
98
|
+
}
|
|
99
|
+
export interface VolumeStatusItem {
|
|
100
|
+
Actions?: VolumeStatusAction[];
|
|
101
|
+
AvailabilityZone?: string;
|
|
102
|
+
OutpostArn?: string;
|
|
103
|
+
Events?: VolumeStatusEvent[];
|
|
104
|
+
VolumeId?: string;
|
|
105
|
+
VolumeStatus?: VolumeStatusInfo;
|
|
106
|
+
AttachmentStatuses?: VolumeStatusAttachmentStatus[];
|
|
107
|
+
}
|
|
108
|
+
export interface DescribeVolumeStatusResult {
|
|
109
|
+
NextToken?: string;
|
|
110
|
+
VolumeStatuses?: VolumeStatusItem[];
|
|
111
|
+
}
|
|
112
|
+
export declare enum VpcAttributeName {
|
|
113
|
+
enableDnsHostnames = "enableDnsHostnames",
|
|
114
|
+
enableDnsSupport = "enableDnsSupport",
|
|
115
|
+
enableNetworkAddressUsageMetrics = "enableNetworkAddressUsageMetrics",
|
|
116
|
+
}
|
|
83
117
|
export interface DescribeVpcAttributeRequest {
|
|
84
118
|
Attribute: VpcAttributeName | string | undefined;
|
|
85
119
|
VpcId: string | undefined;
|
|
@@ -476,6 +510,16 @@ export interface DisassociateIpamResourceDiscoveryRequest {
|
|
|
476
510
|
export interface DisassociateIpamResourceDiscoveryResult {
|
|
477
511
|
IpamResourceDiscoveryAssociation?: IpamResourceDiscoveryAssociation;
|
|
478
512
|
}
|
|
513
|
+
export interface DisassociateNatGatewayAddressRequest {
|
|
514
|
+
NatGatewayId: string | undefined;
|
|
515
|
+
AssociationIds: string[] | undefined;
|
|
516
|
+
MaxDrainDurationSeconds?: number;
|
|
517
|
+
DryRun?: boolean;
|
|
518
|
+
}
|
|
519
|
+
export interface DisassociateNatGatewayAddressResult {
|
|
520
|
+
NatGatewayId?: string;
|
|
521
|
+
NatGatewayAddresses?: NatGatewayAddress[];
|
|
522
|
+
}
|
|
479
523
|
export interface DisassociateRouteTableRequest {
|
|
480
524
|
AssociationId: string | undefined;
|
|
481
525
|
DryRun?: boolean;
|
|
@@ -1615,40 +1659,15 @@ export declare enum ModifyAvailabilityZoneOptInStatus {
|
|
|
1615
1659
|
not_opted_in = "not-opted-in",
|
|
1616
1660
|
opted_in = "opted-in",
|
|
1617
1661
|
}
|
|
1618
|
-
export
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
CapacityReservationId: string | undefined;
|
|
1628
|
-
InstanceCount?: number;
|
|
1629
|
-
EndDate?: Date;
|
|
1630
|
-
EndDateType?: EndDateType | string;
|
|
1631
|
-
Accept?: boolean;
|
|
1632
|
-
DryRun?: boolean;
|
|
1633
|
-
AdditionalInfo?: string;
|
|
1634
|
-
}
|
|
1635
|
-
export interface ModifyCapacityReservationResult {
|
|
1636
|
-
Return?: boolean;
|
|
1637
|
-
}
|
|
1638
|
-
export interface ModifyCapacityReservationFleetRequest {
|
|
1639
|
-
CapacityReservationFleetId: string | undefined;
|
|
1640
|
-
TotalTargetCapacity?: number;
|
|
1641
|
-
EndDate?: Date;
|
|
1642
|
-
DryRun?: boolean;
|
|
1643
|
-
RemoveEndDate?: boolean;
|
|
1644
|
-
}
|
|
1645
|
-
export interface ModifyCapacityReservationFleetResult {
|
|
1646
|
-
Return?: boolean;
|
|
1647
|
-
}
|
|
1648
|
-
export interface DnsServersOptionsModifyStructure {
|
|
1649
|
-
CustomDnsServers?: string[];
|
|
1650
|
-
Enabled?: boolean;
|
|
1651
|
-
}
|
|
1662
|
+
export declare const VolumeStatusInfoFilterSensitiveLog: (
|
|
1663
|
+
obj: VolumeStatusInfo
|
|
1664
|
+
) => any;
|
|
1665
|
+
export declare const VolumeStatusItemFilterSensitiveLog: (
|
|
1666
|
+
obj: VolumeStatusItem
|
|
1667
|
+
) => any;
|
|
1668
|
+
export declare const DescribeVolumeStatusResultFilterSensitiveLog: (
|
|
1669
|
+
obj: DescribeVolumeStatusResult
|
|
1670
|
+
) => any;
|
|
1652
1671
|
export declare const DescribeVpcAttributeRequestFilterSensitiveLog: (
|
|
1653
1672
|
obj: DescribeVpcAttributeRequest
|
|
1654
1673
|
) => any;
|
|
@@ -1886,6 +1905,12 @@ export declare const DisassociateIpamResourceDiscoveryRequestFilterSensitiveLog:
|
|
|
1886
1905
|
export declare const DisassociateIpamResourceDiscoveryResultFilterSensitiveLog: (
|
|
1887
1906
|
obj: DisassociateIpamResourceDiscoveryResult
|
|
1888
1907
|
) => any;
|
|
1908
|
+
export declare const DisassociateNatGatewayAddressRequestFilterSensitiveLog: (
|
|
1909
|
+
obj: DisassociateNatGatewayAddressRequest
|
|
1910
|
+
) => any;
|
|
1911
|
+
export declare const DisassociateNatGatewayAddressResultFilterSensitiveLog: (
|
|
1912
|
+
obj: DisassociateNatGatewayAddressResult
|
|
1913
|
+
) => any;
|
|
1889
1914
|
export declare const DisassociateRouteTableRequestFilterSensitiveLog: (
|
|
1890
1915
|
obj: DisassociateRouteTableRequest
|
|
1891
1916
|
) => any;
|
|
@@ -2477,24 +2502,3 @@ export declare const ModifyAddressAttributeRequestFilterSensitiveLog: (
|
|
|
2477
2502
|
export declare const ModifyAddressAttributeResultFilterSensitiveLog: (
|
|
2478
2503
|
obj: ModifyAddressAttributeResult
|
|
2479
2504
|
) => any;
|
|
2480
|
-
export declare const ModifyAvailabilityZoneGroupRequestFilterSensitiveLog: (
|
|
2481
|
-
obj: ModifyAvailabilityZoneGroupRequest
|
|
2482
|
-
) => any;
|
|
2483
|
-
export declare const ModifyAvailabilityZoneGroupResultFilterSensitiveLog: (
|
|
2484
|
-
obj: ModifyAvailabilityZoneGroupResult
|
|
2485
|
-
) => any;
|
|
2486
|
-
export declare const ModifyCapacityReservationRequestFilterSensitiveLog: (
|
|
2487
|
-
obj: ModifyCapacityReservationRequest
|
|
2488
|
-
) => any;
|
|
2489
|
-
export declare const ModifyCapacityReservationResultFilterSensitiveLog: (
|
|
2490
|
-
obj: ModifyCapacityReservationResult
|
|
2491
|
-
) => any;
|
|
2492
|
-
export declare const ModifyCapacityReservationFleetRequestFilterSensitiveLog: (
|
|
2493
|
-
obj: ModifyCapacityReservationFleetRequest
|
|
2494
|
-
) => any;
|
|
2495
|
-
export declare const ModifyCapacityReservationFleetResultFilterSensitiveLog: (
|
|
2496
|
-
obj: ModifyCapacityReservationFleetResult
|
|
2497
|
-
) => any;
|
|
2498
|
-
export declare const DnsServersOptionsModifyStructureFilterSensitiveLog: (
|
|
2499
|
-
obj: DnsServersOptionsModifyStructure
|
|
2500
|
-
) => any;
|
|
@@ -16,6 +16,7 @@ import {
|
|
|
16
16
|
CurrencyCodeValues,
|
|
17
17
|
DnsSupportValue,
|
|
18
18
|
EnaSrdSpecification,
|
|
19
|
+
EndDateType,
|
|
19
20
|
HostRecovery,
|
|
20
21
|
IamInstanceProfileAssociation,
|
|
21
22
|
IamInstanceProfileSpecification,
|
|
@@ -113,7 +114,6 @@ import {
|
|
|
113
114
|
InstanceMetadataProtocolState,
|
|
114
115
|
InstanceMetadataTagsState,
|
|
115
116
|
InstanceState,
|
|
116
|
-
InstanceStatusEvent,
|
|
117
117
|
InstanceTagNotificationAttribute,
|
|
118
118
|
IpamPoolCidr,
|
|
119
119
|
LaunchPermission,
|
|
@@ -125,6 +125,7 @@ import {
|
|
|
125
125
|
CreateVolumePermission,
|
|
126
126
|
ExcessCapacityTerminationPolicy,
|
|
127
127
|
InstanceNetworkInterfaceSpecification,
|
|
128
|
+
InstanceStatusEvent,
|
|
128
129
|
LaunchTemplateConfig,
|
|
129
130
|
NetworkInsightsAccessScopeAnalysis,
|
|
130
131
|
NetworkInsightsAnalysis,
|
|
@@ -140,12 +141,46 @@ import {
|
|
|
140
141
|
VolumeModification,
|
|
141
142
|
} from "./models_4";
|
|
142
143
|
import {
|
|
143
|
-
DnsServersOptionsModifyStructure,
|
|
144
144
|
InstanceFamilyCreditSpecification,
|
|
145
145
|
IpamResourceCidr,
|
|
146
|
+
ModifyAvailabilityZoneOptInStatus,
|
|
146
147
|
Purchase,
|
|
147
148
|
UnlimitedSupportedInstanceFamily,
|
|
148
149
|
} from "./models_5";
|
|
150
|
+
export interface ModifyAvailabilityZoneGroupRequest {
|
|
151
|
+
GroupName: string | undefined;
|
|
152
|
+
OptInStatus: ModifyAvailabilityZoneOptInStatus | string | undefined;
|
|
153
|
+
DryRun?: boolean;
|
|
154
|
+
}
|
|
155
|
+
export interface ModifyAvailabilityZoneGroupResult {
|
|
156
|
+
Return?: boolean;
|
|
157
|
+
}
|
|
158
|
+
export interface ModifyCapacityReservationRequest {
|
|
159
|
+
CapacityReservationId: string | undefined;
|
|
160
|
+
InstanceCount?: number;
|
|
161
|
+
EndDate?: Date;
|
|
162
|
+
EndDateType?: EndDateType | string;
|
|
163
|
+
Accept?: boolean;
|
|
164
|
+
DryRun?: boolean;
|
|
165
|
+
AdditionalInfo?: string;
|
|
166
|
+
}
|
|
167
|
+
export interface ModifyCapacityReservationResult {
|
|
168
|
+
Return?: boolean;
|
|
169
|
+
}
|
|
170
|
+
export interface ModifyCapacityReservationFleetRequest {
|
|
171
|
+
CapacityReservationFleetId: string | undefined;
|
|
172
|
+
TotalTargetCapacity?: number;
|
|
173
|
+
EndDate?: Date;
|
|
174
|
+
DryRun?: boolean;
|
|
175
|
+
RemoveEndDate?: boolean;
|
|
176
|
+
}
|
|
177
|
+
export interface ModifyCapacityReservationFleetResult {
|
|
178
|
+
Return?: boolean;
|
|
179
|
+
}
|
|
180
|
+
export interface DnsServersOptionsModifyStructure {
|
|
181
|
+
CustomDnsServers?: string[];
|
|
182
|
+
Enabled?: boolean;
|
|
183
|
+
}
|
|
149
184
|
export interface ModifyClientVpnEndpointRequest {
|
|
150
185
|
ClientVpnEndpointId: string | undefined;
|
|
151
186
|
ServerCertificateArn?: string;
|
|
@@ -1771,37 +1806,27 @@ export interface UnassignIpv6AddressesRequest {
|
|
|
1771
1806
|
Ipv6Prefixes?: string[];
|
|
1772
1807
|
NetworkInterfaceId: string | undefined;
|
|
1773
1808
|
}
|
|
1774
|
-
export
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
export interface UpdateSecurityGroupRuleDescriptionsEgressRequest {
|
|
1796
|
-
DryRun?: boolean;
|
|
1797
|
-
GroupId?: string;
|
|
1798
|
-
GroupName?: string;
|
|
1799
|
-
IpPermissions?: IpPermission[];
|
|
1800
|
-
SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[];
|
|
1801
|
-
}
|
|
1802
|
-
export interface UpdateSecurityGroupRuleDescriptionsEgressResult {
|
|
1803
|
-
Return?: boolean;
|
|
1804
|
-
}
|
|
1809
|
+
export declare const ModifyAvailabilityZoneGroupRequestFilterSensitiveLog: (
|
|
1810
|
+
obj: ModifyAvailabilityZoneGroupRequest
|
|
1811
|
+
) => any;
|
|
1812
|
+
export declare const ModifyAvailabilityZoneGroupResultFilterSensitiveLog: (
|
|
1813
|
+
obj: ModifyAvailabilityZoneGroupResult
|
|
1814
|
+
) => any;
|
|
1815
|
+
export declare const ModifyCapacityReservationRequestFilterSensitiveLog: (
|
|
1816
|
+
obj: ModifyCapacityReservationRequest
|
|
1817
|
+
) => any;
|
|
1818
|
+
export declare const ModifyCapacityReservationResultFilterSensitiveLog: (
|
|
1819
|
+
obj: ModifyCapacityReservationResult
|
|
1820
|
+
) => any;
|
|
1821
|
+
export declare const ModifyCapacityReservationFleetRequestFilterSensitiveLog: (
|
|
1822
|
+
obj: ModifyCapacityReservationFleetRequest
|
|
1823
|
+
) => any;
|
|
1824
|
+
export declare const ModifyCapacityReservationFleetResultFilterSensitiveLog: (
|
|
1825
|
+
obj: ModifyCapacityReservationFleetResult
|
|
1826
|
+
) => any;
|
|
1827
|
+
export declare const DnsServersOptionsModifyStructureFilterSensitiveLog: (
|
|
1828
|
+
obj: DnsServersOptionsModifyStructure
|
|
1829
|
+
) => any;
|
|
1805
1830
|
export declare const ModifyClientVpnEndpointRequestFilterSensitiveLog: (
|
|
1806
1831
|
obj: ModifyClientVpnEndpointRequest
|
|
1807
1832
|
) => any;
|
|
@@ -2642,24 +2667,3 @@ export declare const TerminateInstancesResultFilterSensitiveLog: (
|
|
|
2642
2667
|
export declare const UnassignIpv6AddressesRequestFilterSensitiveLog: (
|
|
2643
2668
|
obj: UnassignIpv6AddressesRequest
|
|
2644
2669
|
) => any;
|
|
2645
|
-
export declare const UnassignIpv6AddressesResultFilterSensitiveLog: (
|
|
2646
|
-
obj: UnassignIpv6AddressesResult
|
|
2647
|
-
) => any;
|
|
2648
|
-
export declare const UnassignPrivateIpAddressesRequestFilterSensitiveLog: (
|
|
2649
|
-
obj: UnassignPrivateIpAddressesRequest
|
|
2650
|
-
) => any;
|
|
2651
|
-
export declare const UnmonitorInstancesRequestFilterSensitiveLog: (
|
|
2652
|
-
obj: UnmonitorInstancesRequest
|
|
2653
|
-
) => any;
|
|
2654
|
-
export declare const UnmonitorInstancesResultFilterSensitiveLog: (
|
|
2655
|
-
obj: UnmonitorInstancesResult
|
|
2656
|
-
) => any;
|
|
2657
|
-
export declare const SecurityGroupRuleDescriptionFilterSensitiveLog: (
|
|
2658
|
-
obj: SecurityGroupRuleDescription
|
|
2659
|
-
) => any;
|
|
2660
|
-
export declare const UpdateSecurityGroupRuleDescriptionsEgressRequestFilterSensitiveLog: (
|
|
2661
|
-
obj: UpdateSecurityGroupRuleDescriptionsEgressRequest
|
|
2662
|
-
) => any;
|
|
2663
|
-
export declare const UpdateSecurityGroupRuleDescriptionsEgressResultFilterSensitiveLog: (
|
|
2664
|
-
obj: UpdateSecurityGroupRuleDescriptionsEgressResult
|
|
2665
|
-
) => any;
|
|
@@ -1,5 +1,46 @@
|
|
|
1
|
-
import { ByoipCidr, IpPermission } from "./models_0";
|
|
2
|
-
import {
|
|
1
|
+
import { ByoipCidr, IpPermission, NatGatewayAddress } from "./models_0";
|
|
2
|
+
import { InstanceMonitoring } from "./models_6";
|
|
3
|
+
export interface UnassignIpv6AddressesResult {
|
|
4
|
+
NetworkInterfaceId?: string;
|
|
5
|
+
UnassignedIpv6Addresses?: string[];
|
|
6
|
+
UnassignedIpv6Prefixes?: string[];
|
|
7
|
+
}
|
|
8
|
+
export interface UnassignPrivateIpAddressesRequest {
|
|
9
|
+
NetworkInterfaceId: string | undefined;
|
|
10
|
+
PrivateIpAddresses?: string[];
|
|
11
|
+
Ipv4Prefixes?: string[];
|
|
12
|
+
}
|
|
13
|
+
export interface UnassignPrivateNatGatewayAddressRequest {
|
|
14
|
+
NatGatewayId: string | undefined;
|
|
15
|
+
PrivateIpAddresses: string[] | undefined;
|
|
16
|
+
MaxDrainDurationSeconds?: number;
|
|
17
|
+
DryRun?: boolean;
|
|
18
|
+
}
|
|
19
|
+
export interface UnassignPrivateNatGatewayAddressResult {
|
|
20
|
+
NatGatewayId?: string;
|
|
21
|
+
NatGatewayAddresses?: NatGatewayAddress[];
|
|
22
|
+
}
|
|
23
|
+
export interface UnmonitorInstancesRequest {
|
|
24
|
+
InstanceIds: string[] | undefined;
|
|
25
|
+
DryRun?: boolean;
|
|
26
|
+
}
|
|
27
|
+
export interface UnmonitorInstancesResult {
|
|
28
|
+
InstanceMonitorings?: InstanceMonitoring[];
|
|
29
|
+
}
|
|
30
|
+
export interface SecurityGroupRuleDescription {
|
|
31
|
+
SecurityGroupRuleId?: string;
|
|
32
|
+
Description?: string;
|
|
33
|
+
}
|
|
34
|
+
export interface UpdateSecurityGroupRuleDescriptionsEgressRequest {
|
|
35
|
+
DryRun?: boolean;
|
|
36
|
+
GroupId?: string;
|
|
37
|
+
GroupName?: string;
|
|
38
|
+
IpPermissions?: IpPermission[];
|
|
39
|
+
SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[];
|
|
40
|
+
}
|
|
41
|
+
export interface UpdateSecurityGroupRuleDescriptionsEgressResult {
|
|
42
|
+
Return?: boolean;
|
|
43
|
+
}
|
|
3
44
|
export interface UpdateSecurityGroupRuleDescriptionsIngressRequest {
|
|
4
45
|
DryRun?: boolean;
|
|
5
46
|
GroupId?: string;
|
|
@@ -17,6 +58,33 @@ export interface WithdrawByoipCidrRequest {
|
|
|
17
58
|
export interface WithdrawByoipCidrResult {
|
|
18
59
|
ByoipCidr?: ByoipCidr;
|
|
19
60
|
}
|
|
61
|
+
export declare const UnassignIpv6AddressesResultFilterSensitiveLog: (
|
|
62
|
+
obj: UnassignIpv6AddressesResult
|
|
63
|
+
) => any;
|
|
64
|
+
export declare const UnassignPrivateIpAddressesRequestFilterSensitiveLog: (
|
|
65
|
+
obj: UnassignPrivateIpAddressesRequest
|
|
66
|
+
) => any;
|
|
67
|
+
export declare const UnassignPrivateNatGatewayAddressRequestFilterSensitiveLog: (
|
|
68
|
+
obj: UnassignPrivateNatGatewayAddressRequest
|
|
69
|
+
) => any;
|
|
70
|
+
export declare const UnassignPrivateNatGatewayAddressResultFilterSensitiveLog: (
|
|
71
|
+
obj: UnassignPrivateNatGatewayAddressResult
|
|
72
|
+
) => any;
|
|
73
|
+
export declare const UnmonitorInstancesRequestFilterSensitiveLog: (
|
|
74
|
+
obj: UnmonitorInstancesRequest
|
|
75
|
+
) => any;
|
|
76
|
+
export declare const UnmonitorInstancesResultFilterSensitiveLog: (
|
|
77
|
+
obj: UnmonitorInstancesResult
|
|
78
|
+
) => any;
|
|
79
|
+
export declare const SecurityGroupRuleDescriptionFilterSensitiveLog: (
|
|
80
|
+
obj: SecurityGroupRuleDescription
|
|
81
|
+
) => any;
|
|
82
|
+
export declare const UpdateSecurityGroupRuleDescriptionsEgressRequestFilterSensitiveLog: (
|
|
83
|
+
obj: UpdateSecurityGroupRuleDescriptionsEgressRequest
|
|
84
|
+
) => any;
|
|
85
|
+
export declare const UpdateSecurityGroupRuleDescriptionsEgressResultFilterSensitiveLog: (
|
|
86
|
+
obj: UpdateSecurityGroupRuleDescriptionsEgressResult
|
|
87
|
+
) => any;
|
|
20
88
|
export declare const UpdateSecurityGroupRuleDescriptionsIngressRequestFilterSensitiveLog: (
|
|
21
89
|
obj: UpdateSecurityGroupRuleDescriptionsIngressRequest
|
|
22
90
|
) => any;
|