@aws-sdk/client-ec2 3.261.0 → 3.264.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 +50 -7
- package/dist-types/EC2Client.d.ts +6 -2
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +37 -0
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- 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/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- 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/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +43 -0
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- 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/ModifyIpamResourceDiscoveryCommand.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 +134 -234
- package/dist-types/models/models_1.d.ts +236 -166
- package/dist-types/models/models_2.d.ts +154 -71
- package/dist-types/models/models_3.d.ts +68 -205
- package/dist-types/models/models_4.d.ts +208 -81
- package/dist-types/models/models_5.d.ts +124 -177
- package/dist-types/models/models_6.d.ts +181 -136
- 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 +59 -65
- package/dist-types/ts3.4/models/models_1.d.ts +68 -53
- package/dist-types/ts3.4/models/models_2.d.ts +47 -36
- 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 +68 -64
- package/dist-types/ts3.4/models/models_6.d.ts +66 -62
- 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 +5 -5
|
@@ -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;
|
|
@@ -443,8 +477,8 @@ export interface DisassociateClientVpnTargetNetworkResult {
|
|
|
443
477
|
Status?: AssociationStatus;
|
|
444
478
|
}
|
|
445
479
|
export interface DisassociateEnclaveCertificateIamRoleRequest {
|
|
446
|
-
CertificateArn
|
|
447
|
-
RoleArn
|
|
480
|
+
CertificateArn: string | undefined;
|
|
481
|
+
RoleArn: string | undefined;
|
|
448
482
|
DryRun?: boolean;
|
|
449
483
|
}
|
|
450
484
|
export interface DisassociateEnclaveCertificateIamRoleResult {
|
|
@@ -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;
|
|
@@ -488,9 +532,9 @@ export interface DisassociateSubnetCidrBlockResult {
|
|
|
488
532
|
SubnetId?: string;
|
|
489
533
|
}
|
|
490
534
|
export interface DisassociateTransitGatewayMulticastDomainRequest {
|
|
491
|
-
TransitGatewayMulticastDomainId
|
|
492
|
-
TransitGatewayAttachmentId
|
|
493
|
-
SubnetIds
|
|
535
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
536
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
537
|
+
SubnetIds: string[] | undefined;
|
|
494
538
|
DryRun?: boolean;
|
|
495
539
|
}
|
|
496
540
|
export interface DisassociateTransitGatewayMulticastDomainResult {
|
|
@@ -731,7 +775,7 @@ export interface ExportTransitGatewayRoutesResult {
|
|
|
731
775
|
S3Location?: string;
|
|
732
776
|
}
|
|
733
777
|
export interface GetAssociatedEnclaveCertificateIamRolesRequest {
|
|
734
|
-
CertificateArn
|
|
778
|
+
CertificateArn: string | undefined;
|
|
735
779
|
DryRun?: boolean;
|
|
736
780
|
}
|
|
737
781
|
export interface AssociatedRole {
|
|
@@ -1279,7 +1323,7 @@ export interface GetTransitGatewayAttachmentPropagationsResult {
|
|
|
1279
1323
|
NextToken?: string;
|
|
1280
1324
|
}
|
|
1281
1325
|
export interface GetTransitGatewayMulticastDomainAssociationsRequest {
|
|
1282
|
-
TransitGatewayMulticastDomainId
|
|
1326
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
1283
1327
|
Filters?: Filter[];
|
|
1284
1328
|
MaxResults?: number;
|
|
1285
1329
|
NextToken?: string;
|
|
@@ -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;
|
|
@@ -305,7 +340,7 @@ export interface ModifyInstanceCapacityReservationAttributesResult {
|
|
|
305
340
|
Return?: boolean;
|
|
306
341
|
}
|
|
307
342
|
export interface InstanceCreditSpecificationRequest {
|
|
308
|
-
InstanceId
|
|
343
|
+
InstanceId: string | undefined;
|
|
309
344
|
CpuCredits?: string;
|
|
310
345
|
}
|
|
311
346
|
export interface ModifyInstanceCreditSpecificationRequest {
|
|
@@ -503,7 +538,7 @@ export interface ModifyNetworkInterfaceAttributeRequest {
|
|
|
503
538
|
}
|
|
504
539
|
export interface ModifyPrivateDnsNameOptionsRequest {
|
|
505
540
|
DryRun?: boolean;
|
|
506
|
-
InstanceId
|
|
541
|
+
InstanceId: string | undefined;
|
|
507
542
|
PrivateDnsHostnameType?: HostnameType | string;
|
|
508
543
|
EnableResourceNameDnsARecord?: boolean;
|
|
509
544
|
EnableResourceNameDnsAAAARecord?: boolean;
|
|
@@ -530,7 +565,7 @@ export interface SecurityGroupRuleRequest {
|
|
|
530
565
|
Description?: string;
|
|
531
566
|
}
|
|
532
567
|
export interface SecurityGroupRuleUpdate {
|
|
533
|
-
SecurityGroupRuleId
|
|
568
|
+
SecurityGroupRuleId: string | undefined;
|
|
534
569
|
SecurityGroupRule?: SecurityGroupRuleRequest;
|
|
535
570
|
}
|
|
536
571
|
export interface ModifySecurityGroupRulesRequest {
|
|
@@ -1117,9 +1152,9 @@ export interface RegisterInstanceEventNotificationAttributesResult {
|
|
|
1117
1152
|
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
|
1118
1153
|
}
|
|
1119
1154
|
export interface RegisterTransitGatewayMulticastGroupMembersRequest {
|
|
1120
|
-
TransitGatewayMulticastDomainId
|
|
1155
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
1121
1156
|
GroupIpAddress?: string;
|
|
1122
|
-
NetworkInterfaceIds
|
|
1157
|
+
NetworkInterfaceIds: string[] | undefined;
|
|
1123
1158
|
DryRun?: boolean;
|
|
1124
1159
|
}
|
|
1125
1160
|
export interface TransitGatewayMulticastRegisteredGroupMembers {
|
|
@@ -1131,9 +1166,9 @@ export interface RegisterTransitGatewayMulticastGroupMembersResult {
|
|
|
1131
1166
|
RegisteredMulticastGroupMembers?: TransitGatewayMulticastRegisteredGroupMembers;
|
|
1132
1167
|
}
|
|
1133
1168
|
export interface RegisterTransitGatewayMulticastGroupSourcesRequest {
|
|
1134
|
-
TransitGatewayMulticastDomainId
|
|
1169
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
1135
1170
|
GroupIpAddress?: string;
|
|
1136
|
-
NetworkInterfaceIds
|
|
1171
|
+
NetworkInterfaceIds: string[] | undefined;
|
|
1137
1172
|
DryRun?: boolean;
|
|
1138
1173
|
}
|
|
1139
1174
|
export interface TransitGatewayMulticastRegisteredGroupSources {
|
|
@@ -1653,7 +1688,7 @@ export interface SearchLocalGatewayRoutesResult {
|
|
|
1653
1688
|
NextToken?: string;
|
|
1654
1689
|
}
|
|
1655
1690
|
export interface SearchTransitGatewayMulticastGroupsRequest {
|
|
1656
|
-
TransitGatewayMulticastDomainId
|
|
1691
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
1657
1692
|
Filters?: Filter[];
|
|
1658
1693
|
MaxResults?: number;
|
|
1659
1694
|
NextToken?: 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;
|