@aws-sdk/client-ec2 3.448.0 → 3.450.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -1
- package/dist-cjs/EC2.js +2 -0
- package/dist-cjs/commands/DescribeInstanceTopologyCommand.js +51 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_1.js +1 -16
- package/dist-cjs/models/models_2.js +17 -2
- package/dist-cjs/models/models_6.js +1 -4
- package/dist-cjs/models/models_7.js +4 -1
- package/dist-cjs/pagination/DescribeInstanceTopologyPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_ec2.js +275 -20
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/DescribeInstanceTopologyCommand.js +47 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_1.js +0 -15
- package/dist-es/models/models_2.js +15 -0
- package/dist-es/models/models_6.js +0 -3
- package/dist-es/models/models_7.js +3 -0
- package/dist-es/pagination/DescribeInstanceTopologyPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_ec2.js +253 -0
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CreateFleetCommand.d.ts +6 -6
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +8 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +16 -4
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -2
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +148 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +8 -2
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +10 -4
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +4 -4
- package/dist-types/commands/DisableImageCommand.d.ts +3 -3
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +2 -2
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -0
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +8 -2
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +4 -3
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -2
- package/dist-types/commands/ModifyFleetCommand.d.ts +2 -2
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +10 -4
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +12 -0
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +10 -17
- package/dist-types/models/models_1.d.ts +118 -102
- package/dist-types/models/models_2.d.ts +100 -92
- package/dist-types/models/models_3.d.ts +93 -150
- package/dist-types/models/models_4.d.ts +303 -303
- package/dist-types/models/models_5.d.ts +343 -334
- package/dist-types/models/models_6.d.ts +308 -201
- package/dist-types/models/models_7.d.ts +173 -3
- package/dist-types/pagination/DescribeInstanceTopologyPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/ts3.4/EC2.d.ts +17 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +16 -28
- package/dist-types/ts3.4/models/models_2.d.ts +28 -19
- package/dist-types/ts3.4/models/models_3.d.ts +16 -18
- package/dist-types/ts3.4/models/models_4.d.ts +49 -53
- package/dist-types/ts3.4/models/models_5.d.ts +54 -52
- package/dist-types/ts3.4/models/models_6.d.ts +52 -42
- package/dist-types/ts3.4/models/models_7.d.ts +49 -1
- package/dist-types/ts3.4/pagination/DescribeInstanceTopologyPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/package.json +13 -13
|
@@ -42,14 +42,39 @@ import {
|
|
|
42
42
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
43
43
|
LocalGatewayRouteTableVpcAssociation,
|
|
44
44
|
ManagedPrefixList,
|
|
45
|
-
PlacementGroupState,
|
|
46
|
-
PlacementStrategy,
|
|
47
|
-
SpreadLevel,
|
|
48
45
|
Subnet,
|
|
49
46
|
Tenancy,
|
|
50
47
|
VolumeType,
|
|
51
48
|
Vpc,
|
|
52
49
|
} from "./models_1";
|
|
50
|
+
export declare const SpreadLevel: {
|
|
51
|
+
readonly host: "host";
|
|
52
|
+
readonly rack: "rack";
|
|
53
|
+
};
|
|
54
|
+
export type SpreadLevel = (typeof SpreadLevel)[keyof typeof SpreadLevel];
|
|
55
|
+
export declare const PlacementStrategy: {
|
|
56
|
+
readonly cluster: "cluster";
|
|
57
|
+
readonly partition: "partition";
|
|
58
|
+
readonly spread: "spread";
|
|
59
|
+
};
|
|
60
|
+
export type PlacementStrategy =
|
|
61
|
+
(typeof PlacementStrategy)[keyof typeof PlacementStrategy];
|
|
62
|
+
export interface CreatePlacementGroupRequest {
|
|
63
|
+
DryRun?: boolean;
|
|
64
|
+
GroupName?: string;
|
|
65
|
+
Strategy?: PlacementStrategy;
|
|
66
|
+
PartitionCount?: number;
|
|
67
|
+
TagSpecifications?: TagSpecification[];
|
|
68
|
+
SpreadLevel?: SpreadLevel;
|
|
69
|
+
}
|
|
70
|
+
export declare const PlacementGroupState: {
|
|
71
|
+
readonly available: "available";
|
|
72
|
+
readonly deleted: "deleted";
|
|
73
|
+
readonly deleting: "deleting";
|
|
74
|
+
readonly pending: "pending";
|
|
75
|
+
};
|
|
76
|
+
export type PlacementGroupState =
|
|
77
|
+
(typeof PlacementGroupState)[keyof typeof PlacementGroupState];
|
|
53
78
|
export interface PlacementGroup {
|
|
54
79
|
GroupName?: string;
|
|
55
80
|
State?: PlacementGroupState;
|
|
@@ -1860,22 +1885,6 @@ export interface DeleteNetworkInsightsPathRequest {
|
|
|
1860
1885
|
export interface DeleteNetworkInsightsPathResult {
|
|
1861
1886
|
NetworkInsightsPathId?: string;
|
|
1862
1887
|
}
|
|
1863
|
-
export interface DeleteNetworkInterfaceRequest {
|
|
1864
|
-
DryRun?: boolean;
|
|
1865
|
-
NetworkInterfaceId: string | undefined;
|
|
1866
|
-
}
|
|
1867
|
-
export interface DeleteNetworkInterfacePermissionRequest {
|
|
1868
|
-
NetworkInterfacePermissionId: string | undefined;
|
|
1869
|
-
Force?: boolean;
|
|
1870
|
-
DryRun?: boolean;
|
|
1871
|
-
}
|
|
1872
|
-
export interface DeleteNetworkInterfacePermissionResult {
|
|
1873
|
-
Return?: boolean;
|
|
1874
|
-
}
|
|
1875
|
-
export interface DeletePlacementGroupRequest {
|
|
1876
|
-
DryRun?: boolean;
|
|
1877
|
-
GroupName: string | undefined;
|
|
1878
|
-
}
|
|
1879
1888
|
export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
|
|
1880
1889
|
obj: CreateVerifiedAccessTrustProviderOidcOptions
|
|
1881
1890
|
) => any;
|
|
@@ -26,7 +26,6 @@ import {
|
|
|
26
26
|
HostMaintenance,
|
|
27
27
|
HostRecovery,
|
|
28
28
|
IamInstanceProfileAssociation,
|
|
29
|
-
InstanceEventWindow,
|
|
30
29
|
Tag,
|
|
31
30
|
TransitGatewayPeeringAttachment,
|
|
32
31
|
TransitGatewayVpcAttachment,
|
|
@@ -83,6 +82,22 @@ import {
|
|
|
83
82
|
VerifiedAccessEndpoint,
|
|
84
83
|
VerifiedAccessGroup,
|
|
85
84
|
} from "./models_2";
|
|
85
|
+
export interface DeleteNetworkInterfaceRequest {
|
|
86
|
+
DryRun?: boolean;
|
|
87
|
+
NetworkInterfaceId: string | undefined;
|
|
88
|
+
}
|
|
89
|
+
export interface DeleteNetworkInterfacePermissionRequest {
|
|
90
|
+
NetworkInterfacePermissionId: string | undefined;
|
|
91
|
+
Force?: boolean;
|
|
92
|
+
DryRun?: boolean;
|
|
93
|
+
}
|
|
94
|
+
export interface DeleteNetworkInterfacePermissionResult {
|
|
95
|
+
Return?: boolean;
|
|
96
|
+
}
|
|
97
|
+
export interface DeletePlacementGroupRequest {
|
|
98
|
+
DryRun?: boolean;
|
|
99
|
+
GroupName: string | undefined;
|
|
100
|
+
}
|
|
86
101
|
export interface DeletePublicIpv4PoolRequest {
|
|
87
102
|
DryRun?: boolean;
|
|
88
103
|
PoolId: string | undefined;
|
|
@@ -1820,23 +1835,6 @@ export interface DescribeInstanceCreditSpecificationsResult {
|
|
|
1820
1835
|
InstanceCreditSpecifications?: InstanceCreditSpecification[];
|
|
1821
1836
|
NextToken?: string;
|
|
1822
1837
|
}
|
|
1823
|
-
export interface DescribeInstanceEventNotificationAttributesRequest {
|
|
1824
|
-
DryRun?: boolean;
|
|
1825
|
-
}
|
|
1826
|
-
export interface DescribeInstanceEventNotificationAttributesResult {
|
|
1827
|
-
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
|
1828
|
-
}
|
|
1829
|
-
export interface DescribeInstanceEventWindowsRequest {
|
|
1830
|
-
DryRun?: boolean;
|
|
1831
|
-
InstanceEventWindowIds?: string[];
|
|
1832
|
-
Filters?: Filter[];
|
|
1833
|
-
MaxResults?: number;
|
|
1834
|
-
NextToken?: string;
|
|
1835
|
-
}
|
|
1836
|
-
export interface DescribeInstanceEventWindowsResult {
|
|
1837
|
-
InstanceEventWindows?: InstanceEventWindow[];
|
|
1838
|
-
NextToken?: string;
|
|
1839
|
-
}
|
|
1840
1838
|
export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1841
1839
|
obj: DeleteVerifiedAccessTrustProviderResult
|
|
1842
1840
|
) => any;
|
|
@@ -10,6 +10,7 @@ import {
|
|
|
10
10
|
Explanation,
|
|
11
11
|
IamInstanceProfile,
|
|
12
12
|
IamInstanceProfileSpecification,
|
|
13
|
+
InstanceEventWindow,
|
|
13
14
|
IpamResourceDiscoveryAssociation,
|
|
14
15
|
IpPermission,
|
|
15
16
|
PathComponent,
|
|
@@ -22,7 +23,6 @@ import {
|
|
|
22
23
|
TransitGatewayAttachmentResourceType,
|
|
23
24
|
TransitGatewayAttachmentState,
|
|
24
25
|
TransitGatewayPeeringAttachment,
|
|
25
|
-
TransitGatewayVpcAttachment,
|
|
26
26
|
UserIdGroupPair,
|
|
27
27
|
} from "./models_0";
|
|
28
28
|
import {
|
|
@@ -31,6 +31,7 @@ import {
|
|
|
31
31
|
BlockDeviceMapping,
|
|
32
32
|
CapacityReservationPreference,
|
|
33
33
|
CapacityReservationTargetResponse,
|
|
34
|
+
EnaSrdSpecificationRequest,
|
|
34
35
|
FleetLaunchTemplateSpecification,
|
|
35
36
|
FleetType,
|
|
36
37
|
GroupIdentifier,
|
|
@@ -81,13 +82,9 @@ import {
|
|
|
81
82
|
TrafficMirrorFilter,
|
|
82
83
|
TrafficMirrorSession,
|
|
83
84
|
TrafficMirrorTarget,
|
|
84
|
-
TransitGateway,
|
|
85
85
|
TransitGatewayConnect,
|
|
86
86
|
TransitGatewayConnectPeer,
|
|
87
87
|
TransitGatewayMulticastDomain,
|
|
88
|
-
TransitGatewayPolicyTable,
|
|
89
|
-
TransitGatewayRouteTable,
|
|
90
|
-
TransitGatewayRouteTableAnnouncement,
|
|
91
88
|
} from "./models_2";
|
|
92
89
|
import {
|
|
93
90
|
ArchitectureValues,
|
|
@@ -100,10 +97,28 @@ import {
|
|
|
100
97
|
HypervisorType,
|
|
101
98
|
IdFormat,
|
|
102
99
|
InstanceBlockDeviceMapping,
|
|
100
|
+
InstanceTagNotificationAttribute,
|
|
103
101
|
PermissionGroup,
|
|
104
102
|
ProductCode,
|
|
105
103
|
VirtualizationType,
|
|
106
104
|
} from "./models_3";
|
|
105
|
+
export interface DescribeInstanceEventNotificationAttributesRequest {
|
|
106
|
+
DryRun?: boolean;
|
|
107
|
+
}
|
|
108
|
+
export interface DescribeInstanceEventNotificationAttributesResult {
|
|
109
|
+
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
|
110
|
+
}
|
|
111
|
+
export interface DescribeInstanceEventWindowsRequest {
|
|
112
|
+
DryRun?: boolean;
|
|
113
|
+
InstanceEventWindowIds?: string[];
|
|
114
|
+
Filters?: Filter[];
|
|
115
|
+
MaxResults?: number;
|
|
116
|
+
NextToken?: string;
|
|
117
|
+
}
|
|
118
|
+
export interface DescribeInstanceEventWindowsResult {
|
|
119
|
+
InstanceEventWindows?: InstanceEventWindow[];
|
|
120
|
+
NextToken?: string;
|
|
121
|
+
}
|
|
107
122
|
export interface DescribeInstancesRequest {
|
|
108
123
|
Filters?: Filter[];
|
|
109
124
|
InstanceIds?: string[];
|
|
@@ -216,6 +231,13 @@ export interface InstanceNetworkInterfaceAssociation {
|
|
|
216
231
|
PublicDnsName?: string;
|
|
217
232
|
PublicIp?: string;
|
|
218
233
|
}
|
|
234
|
+
export interface InstanceAttachmentEnaSrdUdpSpecification {
|
|
235
|
+
EnaSrdUdpEnabled?: boolean;
|
|
236
|
+
}
|
|
237
|
+
export interface InstanceAttachmentEnaSrdSpecification {
|
|
238
|
+
EnaSrdEnabled?: boolean;
|
|
239
|
+
EnaSrdUdpSpecification?: InstanceAttachmentEnaSrdUdpSpecification;
|
|
240
|
+
}
|
|
219
241
|
export interface InstanceNetworkInterfaceAttachment {
|
|
220
242
|
AttachTime?: Date;
|
|
221
243
|
AttachmentId?: string;
|
|
@@ -223,6 +245,7 @@ export interface InstanceNetworkInterfaceAttachment {
|
|
|
223
245
|
DeviceIndex?: number;
|
|
224
246
|
Status?: AttachmentStatus;
|
|
225
247
|
NetworkCardIndex?: number;
|
|
248
|
+
EnaSrdSpecification?: InstanceAttachmentEnaSrdSpecification;
|
|
226
249
|
}
|
|
227
250
|
export interface InstanceIpv4Prefix {
|
|
228
251
|
Ipv4Prefix?: string;
|
|
@@ -410,6 +433,26 @@ export interface DescribeInstanceStatusResult {
|
|
|
410
433
|
InstanceStatuses?: InstanceStatus[];
|
|
411
434
|
NextToken?: string;
|
|
412
435
|
}
|
|
436
|
+
export interface DescribeInstanceTopologyRequest {
|
|
437
|
+
DryRun?: boolean;
|
|
438
|
+
NextToken?: string;
|
|
439
|
+
MaxResults?: number;
|
|
440
|
+
InstanceIds?: string[];
|
|
441
|
+
GroupNames?: string[];
|
|
442
|
+
Filters?: Filter[];
|
|
443
|
+
}
|
|
444
|
+
export interface InstanceTopology {
|
|
445
|
+
InstanceId?: string;
|
|
446
|
+
InstanceType?: string;
|
|
447
|
+
GroupName?: string;
|
|
448
|
+
NetworkNodes?: string[];
|
|
449
|
+
AvailabilityZone?: string;
|
|
450
|
+
ZoneId?: string;
|
|
451
|
+
}
|
|
452
|
+
export interface DescribeInstanceTopologyResult {
|
|
453
|
+
Instances?: InstanceTopology[];
|
|
454
|
+
NextToken?: string;
|
|
455
|
+
}
|
|
413
456
|
export declare const LocationType: {
|
|
414
457
|
readonly availability_zone: "availability-zone";
|
|
415
458
|
readonly availability_zone_id: "availability-zone-id";
|
|
@@ -1633,6 +1676,7 @@ export interface InstanceNetworkInterfaceSpecification {
|
|
|
1633
1676
|
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[];
|
|
1634
1677
|
Ipv6PrefixCount?: number;
|
|
1635
1678
|
PrimaryIpv6?: boolean;
|
|
1679
|
+
EnaSrdSpecification?: EnaSrdSpecificationRequest;
|
|
1636
1680
|
}
|
|
1637
1681
|
export interface SpotPlacement {
|
|
1638
1682
|
AvailabilityZone?: string;
|
|
@@ -2025,54 +2069,6 @@ export interface DescribeTransitGatewayPolicyTablesRequest {
|
|
|
2025
2069
|
NextToken?: string;
|
|
2026
2070
|
DryRun?: boolean;
|
|
2027
2071
|
}
|
|
2028
|
-
export interface DescribeTransitGatewayPolicyTablesResult {
|
|
2029
|
-
TransitGatewayPolicyTables?: TransitGatewayPolicyTable[];
|
|
2030
|
-
NextToken?: string;
|
|
2031
|
-
}
|
|
2032
|
-
export interface DescribeTransitGatewayRouteTableAnnouncementsRequest {
|
|
2033
|
-
TransitGatewayRouteTableAnnouncementIds?: string[];
|
|
2034
|
-
Filters?: Filter[];
|
|
2035
|
-
MaxResults?: number;
|
|
2036
|
-
NextToken?: string;
|
|
2037
|
-
DryRun?: boolean;
|
|
2038
|
-
}
|
|
2039
|
-
export interface DescribeTransitGatewayRouteTableAnnouncementsResult {
|
|
2040
|
-
TransitGatewayRouteTableAnnouncements?: TransitGatewayRouteTableAnnouncement[];
|
|
2041
|
-
NextToken?: string;
|
|
2042
|
-
}
|
|
2043
|
-
export interface DescribeTransitGatewayRouteTablesRequest {
|
|
2044
|
-
TransitGatewayRouteTableIds?: string[];
|
|
2045
|
-
Filters?: Filter[];
|
|
2046
|
-
MaxResults?: number;
|
|
2047
|
-
NextToken?: string;
|
|
2048
|
-
DryRun?: boolean;
|
|
2049
|
-
}
|
|
2050
|
-
export interface DescribeTransitGatewayRouteTablesResult {
|
|
2051
|
-
TransitGatewayRouteTables?: TransitGatewayRouteTable[];
|
|
2052
|
-
NextToken?: string;
|
|
2053
|
-
}
|
|
2054
|
-
export interface DescribeTransitGatewaysRequest {
|
|
2055
|
-
TransitGatewayIds?: string[];
|
|
2056
|
-
Filters?: Filter[];
|
|
2057
|
-
MaxResults?: number;
|
|
2058
|
-
NextToken?: string;
|
|
2059
|
-
DryRun?: boolean;
|
|
2060
|
-
}
|
|
2061
|
-
export interface DescribeTransitGatewaysResult {
|
|
2062
|
-
TransitGateways?: TransitGateway[];
|
|
2063
|
-
NextToken?: string;
|
|
2064
|
-
}
|
|
2065
|
-
export interface DescribeTransitGatewayVpcAttachmentsRequest {
|
|
2066
|
-
TransitGatewayAttachmentIds?: string[];
|
|
2067
|
-
Filters?: Filter[];
|
|
2068
|
-
MaxResults?: number;
|
|
2069
|
-
NextToken?: string;
|
|
2070
|
-
DryRun?: boolean;
|
|
2071
|
-
}
|
|
2072
|
-
export interface DescribeTransitGatewayVpcAttachmentsResult {
|
|
2073
|
-
TransitGatewayVpcAttachments?: TransitGatewayVpcAttachment[];
|
|
2074
|
-
NextToken?: string;
|
|
2075
|
-
}
|
|
2076
2072
|
export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
|
|
2077
2073
|
obj: DescribeLaunchTemplateVersionsResult
|
|
2078
2074
|
) => any;
|
|
@@ -10,7 +10,6 @@ import {
|
|
|
10
10
|
IpamPoolAllocation,
|
|
11
11
|
IpamResourceDiscoveryAssociation,
|
|
12
12
|
NatGatewayAddress,
|
|
13
|
-
SubnetAssociation,
|
|
14
13
|
SubnetIpv6CidrBlockAssociation,
|
|
15
14
|
Tag,
|
|
16
15
|
TagSpecification,
|
|
@@ -19,6 +18,7 @@ import {
|
|
|
19
18
|
TransitGatewayAttachmentResourceType,
|
|
20
19
|
TransitGatewayMulticastDomainAssociations,
|
|
21
20
|
TransitGatewayPolicyTableAssociation,
|
|
21
|
+
TransitGatewayVpcAttachment,
|
|
22
22
|
TrunkInterfaceAssociation,
|
|
23
23
|
VerifiedAccessInstance,
|
|
24
24
|
VerifiedAccessTrustProvider,
|
|
@@ -48,7 +48,10 @@ import {
|
|
|
48
48
|
ServiceTypeDetail,
|
|
49
49
|
SSEType,
|
|
50
50
|
State,
|
|
51
|
-
|
|
51
|
+
TransitGateway,
|
|
52
|
+
TransitGatewayPolicyTable,
|
|
53
|
+
TransitGatewayRouteTable,
|
|
54
|
+
TransitGatewayRouteTableAnnouncement,
|
|
52
55
|
VerifiedAccessEndpoint,
|
|
53
56
|
VerifiedAccessGroup,
|
|
54
57
|
Volume,
|
|
@@ -74,6 +77,54 @@ import {
|
|
|
74
77
|
VirtualizationType,
|
|
75
78
|
} from "./models_3";
|
|
76
79
|
import { AnalysisStatus, ArchitectureType } from "./models_4";
|
|
80
|
+
export interface DescribeTransitGatewayPolicyTablesResult {
|
|
81
|
+
TransitGatewayPolicyTables?: TransitGatewayPolicyTable[];
|
|
82
|
+
NextToken?: string;
|
|
83
|
+
}
|
|
84
|
+
export interface DescribeTransitGatewayRouteTableAnnouncementsRequest {
|
|
85
|
+
TransitGatewayRouteTableAnnouncementIds?: string[];
|
|
86
|
+
Filters?: Filter[];
|
|
87
|
+
MaxResults?: number;
|
|
88
|
+
NextToken?: string;
|
|
89
|
+
DryRun?: boolean;
|
|
90
|
+
}
|
|
91
|
+
export interface DescribeTransitGatewayRouteTableAnnouncementsResult {
|
|
92
|
+
TransitGatewayRouteTableAnnouncements?: TransitGatewayRouteTableAnnouncement[];
|
|
93
|
+
NextToken?: string;
|
|
94
|
+
}
|
|
95
|
+
export interface DescribeTransitGatewayRouteTablesRequest {
|
|
96
|
+
TransitGatewayRouteTableIds?: string[];
|
|
97
|
+
Filters?: Filter[];
|
|
98
|
+
MaxResults?: number;
|
|
99
|
+
NextToken?: string;
|
|
100
|
+
DryRun?: boolean;
|
|
101
|
+
}
|
|
102
|
+
export interface DescribeTransitGatewayRouteTablesResult {
|
|
103
|
+
TransitGatewayRouteTables?: TransitGatewayRouteTable[];
|
|
104
|
+
NextToken?: string;
|
|
105
|
+
}
|
|
106
|
+
export interface DescribeTransitGatewaysRequest {
|
|
107
|
+
TransitGatewayIds?: string[];
|
|
108
|
+
Filters?: Filter[];
|
|
109
|
+
MaxResults?: number;
|
|
110
|
+
NextToken?: string;
|
|
111
|
+
DryRun?: boolean;
|
|
112
|
+
}
|
|
113
|
+
export interface DescribeTransitGatewaysResult {
|
|
114
|
+
TransitGateways?: TransitGateway[];
|
|
115
|
+
NextToken?: string;
|
|
116
|
+
}
|
|
117
|
+
export interface DescribeTransitGatewayVpcAttachmentsRequest {
|
|
118
|
+
TransitGatewayAttachmentIds?: string[];
|
|
119
|
+
Filters?: Filter[];
|
|
120
|
+
MaxResults?: number;
|
|
121
|
+
NextToken?: string;
|
|
122
|
+
DryRun?: boolean;
|
|
123
|
+
}
|
|
124
|
+
export interface DescribeTransitGatewayVpcAttachmentsResult {
|
|
125
|
+
TransitGatewayVpcAttachments?: TransitGatewayVpcAttachment[];
|
|
126
|
+
NextToken?: string;
|
|
127
|
+
}
|
|
77
128
|
export interface DescribeTrunkInterfaceAssociationsRequest {
|
|
78
129
|
AssociationIds?: string[];
|
|
79
130
|
DryRun?: boolean;
|
|
@@ -1130,6 +1181,7 @@ export interface GetCoipPoolUsageResult {
|
|
|
1130
1181
|
CoipPoolId?: string;
|
|
1131
1182
|
CoipAddressUsages?: CoipAddressUsage[];
|
|
1132
1183
|
LocalGatewayRouteTableId?: string;
|
|
1184
|
+
NextToken?: string;
|
|
1133
1185
|
}
|
|
1134
1186
|
export interface GetConsoleOutputRequest {
|
|
1135
1187
|
InstanceId: string | undefined;
|
|
@@ -1592,56 +1644,6 @@ export interface GetSpotPlacementScoresRequest {
|
|
|
1592
1644
|
MaxResults?: number;
|
|
1593
1645
|
NextToken?: string;
|
|
1594
1646
|
}
|
|
1595
|
-
export interface SpotPlacementScore {
|
|
1596
|
-
Region?: string;
|
|
1597
|
-
AvailabilityZoneId?: string;
|
|
1598
|
-
Score?: number;
|
|
1599
|
-
}
|
|
1600
|
-
export interface GetSpotPlacementScoresResult {
|
|
1601
|
-
SpotPlacementScores?: SpotPlacementScore[];
|
|
1602
|
-
NextToken?: string;
|
|
1603
|
-
}
|
|
1604
|
-
export interface GetSubnetCidrReservationsRequest {
|
|
1605
|
-
Filters?: Filter[];
|
|
1606
|
-
SubnetId: string | undefined;
|
|
1607
|
-
DryRun?: boolean;
|
|
1608
|
-
NextToken?: string;
|
|
1609
|
-
MaxResults?: number;
|
|
1610
|
-
}
|
|
1611
|
-
export interface GetSubnetCidrReservationsResult {
|
|
1612
|
-
SubnetIpv4CidrReservations?: SubnetCidrReservation[];
|
|
1613
|
-
SubnetIpv6CidrReservations?: SubnetCidrReservation[];
|
|
1614
|
-
NextToken?: string;
|
|
1615
|
-
}
|
|
1616
|
-
export interface GetTransitGatewayAttachmentPropagationsRequest {
|
|
1617
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1618
|
-
Filters?: Filter[];
|
|
1619
|
-
MaxResults?: number;
|
|
1620
|
-
NextToken?: string;
|
|
1621
|
-
DryRun?: boolean;
|
|
1622
|
-
}
|
|
1623
|
-
export interface TransitGatewayAttachmentPropagation {
|
|
1624
|
-
TransitGatewayRouteTableId?: string;
|
|
1625
|
-
State?: TransitGatewayPropagationState;
|
|
1626
|
-
}
|
|
1627
|
-
export interface GetTransitGatewayAttachmentPropagationsResult {
|
|
1628
|
-
TransitGatewayAttachmentPropagations?: TransitGatewayAttachmentPropagation[];
|
|
1629
|
-
NextToken?: string;
|
|
1630
|
-
}
|
|
1631
|
-
export interface GetTransitGatewayMulticastDomainAssociationsRequest {
|
|
1632
|
-
TransitGatewayMulticastDomainId: string | undefined;
|
|
1633
|
-
Filters?: Filter[];
|
|
1634
|
-
MaxResults?: number;
|
|
1635
|
-
NextToken?: string;
|
|
1636
|
-
DryRun?: boolean;
|
|
1637
|
-
}
|
|
1638
|
-
export interface TransitGatewayMulticastDomainAssociation {
|
|
1639
|
-
TransitGatewayAttachmentId?: string;
|
|
1640
|
-
ResourceId?: string;
|
|
1641
|
-
ResourceType?: TransitGatewayAttachmentResourceType;
|
|
1642
|
-
ResourceOwnerId?: string;
|
|
1643
|
-
Subnet?: SubnetAssociation;
|
|
1644
|
-
}
|
|
1645
1647
|
export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (
|
|
1646
1648
|
obj: DescribeVerifiedAccessTrustProvidersResult
|
|
1647
1649
|
) => any;
|
|
@@ -23,6 +23,7 @@ import {
|
|
|
23
23
|
Ipv6SupportValue,
|
|
24
24
|
PortRange,
|
|
25
25
|
RouteTableAssociationState,
|
|
26
|
+
SubnetAssociation,
|
|
26
27
|
Tag,
|
|
27
28
|
TagSpecification,
|
|
28
29
|
TransitGatewayAssociationState,
|
|
@@ -82,6 +83,7 @@ import {
|
|
|
82
83
|
Phase2DHGroupNumbersRequestListValue,
|
|
83
84
|
Phase2EncryptionAlgorithmsRequestListValue,
|
|
84
85
|
Phase2IntegrityAlgorithmsRequestListValue,
|
|
86
|
+
SubnetCidrReservation,
|
|
85
87
|
SubnetConfiguration,
|
|
86
88
|
TrafficDirection,
|
|
87
89
|
TrafficMirrorFilter,
|
|
@@ -146,12 +148,61 @@ import {
|
|
|
146
148
|
InstanceFamilyCreditSpecification,
|
|
147
149
|
IpamResourceCidr,
|
|
148
150
|
Purchase,
|
|
149
|
-
TransitGatewayMulticastDomainAssociation,
|
|
150
151
|
TransitGatewayPropagationState,
|
|
151
152
|
UnlimitedSupportedInstanceFamily,
|
|
152
153
|
VerifiedAccessInstanceLoggingConfiguration,
|
|
153
154
|
VolumeModification,
|
|
154
155
|
} from "./models_5";
|
|
156
|
+
export interface SpotPlacementScore {
|
|
157
|
+
Region?: string;
|
|
158
|
+
AvailabilityZoneId?: string;
|
|
159
|
+
Score?: number;
|
|
160
|
+
}
|
|
161
|
+
export interface GetSpotPlacementScoresResult {
|
|
162
|
+
SpotPlacementScores?: SpotPlacementScore[];
|
|
163
|
+
NextToken?: string;
|
|
164
|
+
}
|
|
165
|
+
export interface GetSubnetCidrReservationsRequest {
|
|
166
|
+
Filters?: Filter[];
|
|
167
|
+
SubnetId: string | undefined;
|
|
168
|
+
DryRun?: boolean;
|
|
169
|
+
NextToken?: string;
|
|
170
|
+
MaxResults?: number;
|
|
171
|
+
}
|
|
172
|
+
export interface GetSubnetCidrReservationsResult {
|
|
173
|
+
SubnetIpv4CidrReservations?: SubnetCidrReservation[];
|
|
174
|
+
SubnetIpv6CidrReservations?: SubnetCidrReservation[];
|
|
175
|
+
NextToken?: string;
|
|
176
|
+
}
|
|
177
|
+
export interface GetTransitGatewayAttachmentPropagationsRequest {
|
|
178
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
179
|
+
Filters?: Filter[];
|
|
180
|
+
MaxResults?: number;
|
|
181
|
+
NextToken?: string;
|
|
182
|
+
DryRun?: boolean;
|
|
183
|
+
}
|
|
184
|
+
export interface TransitGatewayAttachmentPropagation {
|
|
185
|
+
TransitGatewayRouteTableId?: string;
|
|
186
|
+
State?: TransitGatewayPropagationState;
|
|
187
|
+
}
|
|
188
|
+
export interface GetTransitGatewayAttachmentPropagationsResult {
|
|
189
|
+
TransitGatewayAttachmentPropagations?: TransitGatewayAttachmentPropagation[];
|
|
190
|
+
NextToken?: string;
|
|
191
|
+
}
|
|
192
|
+
export interface GetTransitGatewayMulticastDomainAssociationsRequest {
|
|
193
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
194
|
+
Filters?: Filter[];
|
|
195
|
+
MaxResults?: number;
|
|
196
|
+
NextToken?: string;
|
|
197
|
+
DryRun?: boolean;
|
|
198
|
+
}
|
|
199
|
+
export interface TransitGatewayMulticastDomainAssociation {
|
|
200
|
+
TransitGatewayAttachmentId?: string;
|
|
201
|
+
ResourceId?: string;
|
|
202
|
+
ResourceType?: TransitGatewayAttachmentResourceType;
|
|
203
|
+
ResourceOwnerId?: string;
|
|
204
|
+
Subnet?: SubnetAssociation;
|
|
205
|
+
}
|
|
155
206
|
export interface GetTransitGatewayMulticastDomainAssociationsResult {
|
|
156
207
|
MulticastDomainAssociations?: TransitGatewayMulticastDomainAssociation[];
|
|
157
208
|
NextToken?: string;
|
|
@@ -1789,47 +1840,6 @@ export declare const ResetFpgaImageAttributeName: {
|
|
|
1789
1840
|
};
|
|
1790
1841
|
export type ResetFpgaImageAttributeName =
|
|
1791
1842
|
(typeof ResetFpgaImageAttributeName)[keyof typeof ResetFpgaImageAttributeName];
|
|
1792
|
-
export interface ResetFpgaImageAttributeRequest {
|
|
1793
|
-
DryRun?: boolean;
|
|
1794
|
-
FpgaImageId: string | undefined;
|
|
1795
|
-
Attribute?: ResetFpgaImageAttributeName;
|
|
1796
|
-
}
|
|
1797
|
-
export interface ResetFpgaImageAttributeResult {
|
|
1798
|
-
Return?: boolean;
|
|
1799
|
-
}
|
|
1800
|
-
export declare const ResetImageAttributeName: {
|
|
1801
|
-
readonly launchPermission: "launchPermission";
|
|
1802
|
-
};
|
|
1803
|
-
export type ResetImageAttributeName =
|
|
1804
|
-
(typeof ResetImageAttributeName)[keyof typeof ResetImageAttributeName];
|
|
1805
|
-
export interface ResetImageAttributeRequest {
|
|
1806
|
-
Attribute: ResetImageAttributeName | undefined;
|
|
1807
|
-
ImageId: string | undefined;
|
|
1808
|
-
DryRun?: boolean;
|
|
1809
|
-
}
|
|
1810
|
-
export interface ResetInstanceAttributeRequest {
|
|
1811
|
-
Attribute: InstanceAttributeName | undefined;
|
|
1812
|
-
DryRun?: boolean;
|
|
1813
|
-
InstanceId: string | undefined;
|
|
1814
|
-
}
|
|
1815
|
-
export interface ResetNetworkInterfaceAttributeRequest {
|
|
1816
|
-
DryRun?: boolean;
|
|
1817
|
-
NetworkInterfaceId: string | undefined;
|
|
1818
|
-
SourceDestCheck?: string;
|
|
1819
|
-
}
|
|
1820
|
-
export interface ResetSnapshotAttributeRequest {
|
|
1821
|
-
Attribute: SnapshotAttributeName | undefined;
|
|
1822
|
-
SnapshotId: string | undefined;
|
|
1823
|
-
DryRun?: boolean;
|
|
1824
|
-
}
|
|
1825
|
-
export interface RestoreAddressToClassicRequest {
|
|
1826
|
-
DryRun?: boolean;
|
|
1827
|
-
PublicIp: string | undefined;
|
|
1828
|
-
}
|
|
1829
|
-
export interface RestoreAddressToClassicResult {
|
|
1830
|
-
PublicIp?: string;
|
|
1831
|
-
Status?: Status;
|
|
1832
|
-
}
|
|
1833
1843
|
export declare const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: (
|
|
1834
1844
|
obj: GetVpnConnectionDeviceSampleConfigurationResult
|
|
1835
1845
|
) => any;
|
|
@@ -24,7 +24,11 @@ import {
|
|
|
24
24
|
SpotInstanceType,
|
|
25
25
|
} from "./models_1";
|
|
26
26
|
import { SnapshotState, SSEType, TransitGatewayRoute } from "./models_2";
|
|
27
|
-
import {
|
|
27
|
+
import {
|
|
28
|
+
ClientVpnConnectionStatus,
|
|
29
|
+
Filter,
|
|
30
|
+
InstanceAttributeName,
|
|
31
|
+
} from "./models_3";
|
|
28
32
|
import {
|
|
29
33
|
HttpTokensState,
|
|
30
34
|
InstanceAutoRecoveryState,
|
|
@@ -36,11 +40,55 @@ import {
|
|
|
36
40
|
NetworkInsightsAccessScopeAnalysis,
|
|
37
41
|
NetworkInsightsAnalysis,
|
|
38
42
|
RunInstancesMonitoringEnabled,
|
|
43
|
+
SnapshotAttributeName,
|
|
39
44
|
} from "./models_4";
|
|
40
45
|
import {
|
|
41
46
|
CapacityReservationSpecification,
|
|
42
47
|
InstanceMonitoring,
|
|
48
|
+
ResetFpgaImageAttributeName,
|
|
49
|
+
Status,
|
|
43
50
|
} from "./models_6";
|
|
51
|
+
export interface ResetFpgaImageAttributeRequest {
|
|
52
|
+
DryRun?: boolean;
|
|
53
|
+
FpgaImageId: string | undefined;
|
|
54
|
+
Attribute?: ResetFpgaImageAttributeName;
|
|
55
|
+
}
|
|
56
|
+
export interface ResetFpgaImageAttributeResult {
|
|
57
|
+
Return?: boolean;
|
|
58
|
+
}
|
|
59
|
+
export declare const ResetImageAttributeName: {
|
|
60
|
+
readonly launchPermission: "launchPermission";
|
|
61
|
+
};
|
|
62
|
+
export type ResetImageAttributeName =
|
|
63
|
+
(typeof ResetImageAttributeName)[keyof typeof ResetImageAttributeName];
|
|
64
|
+
export interface ResetImageAttributeRequest {
|
|
65
|
+
Attribute: ResetImageAttributeName | undefined;
|
|
66
|
+
ImageId: string | undefined;
|
|
67
|
+
DryRun?: boolean;
|
|
68
|
+
}
|
|
69
|
+
export interface ResetInstanceAttributeRequest {
|
|
70
|
+
Attribute: InstanceAttributeName | undefined;
|
|
71
|
+
DryRun?: boolean;
|
|
72
|
+
InstanceId: string | undefined;
|
|
73
|
+
}
|
|
74
|
+
export interface ResetNetworkInterfaceAttributeRequest {
|
|
75
|
+
DryRun?: boolean;
|
|
76
|
+
NetworkInterfaceId: string | undefined;
|
|
77
|
+
SourceDestCheck?: string;
|
|
78
|
+
}
|
|
79
|
+
export interface ResetSnapshotAttributeRequest {
|
|
80
|
+
Attribute: SnapshotAttributeName | undefined;
|
|
81
|
+
SnapshotId: string | undefined;
|
|
82
|
+
DryRun?: boolean;
|
|
83
|
+
}
|
|
84
|
+
export interface RestoreAddressToClassicRequest {
|
|
85
|
+
DryRun?: boolean;
|
|
86
|
+
PublicIp: string | undefined;
|
|
87
|
+
}
|
|
88
|
+
export interface RestoreAddressToClassicResult {
|
|
89
|
+
PublicIp?: string;
|
|
90
|
+
Status?: Status;
|
|
91
|
+
}
|
|
44
92
|
export interface RestoreImageFromRecycleBinRequest {
|
|
45
93
|
ImageId: string | undefined;
|
|
46
94
|
DryRun?: boolean;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeInstanceTopologyCommandInput,
|
|
4
|
+
DescribeInstanceTopologyCommandOutput,
|
|
5
|
+
} from "../commands/DescribeInstanceTopologyCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeInstanceTopology(
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: DescribeInstanceTopologyCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeInstanceTopologyCommandOutput>;
|
|
@@ -33,6 +33,7 @@ export * from "./DescribeInstanceConnectEndpointsPaginator";
|
|
|
33
33
|
export * from "./DescribeInstanceCreditSpecificationsPaginator";
|
|
34
34
|
export * from "./DescribeInstanceEventWindowsPaginator";
|
|
35
35
|
export * from "./DescribeInstanceStatusPaginator";
|
|
36
|
+
export * from "./DescribeInstanceTopologyPaginator";
|
|
36
37
|
export * from "./DescribeInstanceTypeOfferingsPaginator";
|
|
37
38
|
export * from "./DescribeInstanceTypesPaginator";
|
|
38
39
|
export * from "./DescribeInstancesPaginator";
|
|
@@ -1079,6 +1079,10 @@ import {
|
|
|
1079
1079
|
DescribeInstanceStatusCommandInput,
|
|
1080
1080
|
DescribeInstanceStatusCommandOutput,
|
|
1081
1081
|
} from "../commands/DescribeInstanceStatusCommand";
|
|
1082
|
+
import {
|
|
1083
|
+
DescribeInstanceTopologyCommandInput,
|
|
1084
|
+
DescribeInstanceTopologyCommandOutput,
|
|
1085
|
+
} from "../commands/DescribeInstanceTopologyCommand";
|
|
1082
1086
|
import {
|
|
1083
1087
|
DescribeInstanceTypeOfferingsCommandInput,
|
|
1084
1088
|
DescribeInstanceTypeOfferingsCommandOutput,
|
|
@@ -3499,6 +3503,10 @@ export declare const se_DescribeInstanceStatusCommand: (
|
|
|
3499
3503
|
input: DescribeInstanceStatusCommandInput,
|
|
3500
3504
|
context: __SerdeContext
|
|
3501
3505
|
) => Promise<__HttpRequest>;
|
|
3506
|
+
export declare const se_DescribeInstanceTopologyCommand: (
|
|
3507
|
+
input: DescribeInstanceTopologyCommandInput,
|
|
3508
|
+
context: __SerdeContext
|
|
3509
|
+
) => Promise<__HttpRequest>;
|
|
3502
3510
|
export declare const se_DescribeInstanceTypeOfferingsCommand: (
|
|
3503
3511
|
input: DescribeInstanceTypeOfferingsCommandInput,
|
|
3504
3512
|
context: __SerdeContext
|
|
@@ -5919,6 +5927,10 @@ export declare const de_DescribeInstanceStatusCommand: (
|
|
|
5919
5927
|
output: __HttpResponse,
|
|
5920
5928
|
context: __SerdeContext
|
|
5921
5929
|
) => Promise<DescribeInstanceStatusCommandOutput>;
|
|
5930
|
+
export declare const de_DescribeInstanceTopologyCommand: (
|
|
5931
|
+
output: __HttpResponse,
|
|
5932
|
+
context: __SerdeContext
|
|
5933
|
+
) => Promise<DescribeInstanceTopologyCommandOutput>;
|
|
5922
5934
|
export declare const de_DescribeInstanceTypeOfferingsCommand: (
|
|
5923
5935
|
output: __HttpResponse,
|
|
5924
5936
|
context: __SerdeContext
|