@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
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
+
import { DescribeInstanceTopologyRequest, DescribeInstanceTopologyResult } from "../models/models_4";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeInstanceTopologyCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeInstanceTopologyCommandInput extends DescribeInstanceTopologyRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeInstanceTopologyCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeInstanceTopologyCommandOutput extends DescribeInstanceTopologyResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Describes a tree-based hierarchy that represents the physical host placement of your
|
|
27
|
+
* EC2 instances within an Availability Zone or Local Zone. You can use this information to
|
|
28
|
+
* determine the relative proximity of your EC2 instances within the Amazon Web Services network to
|
|
29
|
+
* support your tightly coupled workloads.</p>
|
|
30
|
+
* <p class="title">
|
|
31
|
+
* <b>Limitations</b>
|
|
32
|
+
* </p>
|
|
33
|
+
* <ul>
|
|
34
|
+
* <li>
|
|
35
|
+
* <p>Supported zones</p>
|
|
36
|
+
* <ul>
|
|
37
|
+
* <li>
|
|
38
|
+
* <p>Availability Zone</p>
|
|
39
|
+
* </li>
|
|
40
|
+
* <li>
|
|
41
|
+
* <p>Local Zone</p>
|
|
42
|
+
* </li>
|
|
43
|
+
* </ul>
|
|
44
|
+
* </li>
|
|
45
|
+
* <li>
|
|
46
|
+
* <p>Supported instance types</p>
|
|
47
|
+
* <ul>
|
|
48
|
+
* <li>
|
|
49
|
+
* <p>
|
|
50
|
+
* <code>hpc6a.48xlarge</code> | <code>hpc6id.32xlarge</code> |
|
|
51
|
+
* <code>hpc7a.12xlarge</code> | <code>hpc7a.24xlarge</code> |
|
|
52
|
+
* <code>hpc7a.48xlarge</code> | <code>hpc7a.96xlarge</code> |
|
|
53
|
+
* <code>hpc7g.4xlarge</code> | <code>hpc7g.8xlarge</code> |
|
|
54
|
+
* <code>hpc7g.16xlarge</code>
|
|
55
|
+
* </p>
|
|
56
|
+
* </li>
|
|
57
|
+
* <li>
|
|
58
|
+
* <p>
|
|
59
|
+
* <code>p3dn.24xlarge</code> | <code>p4d.24xlarge</code> |
|
|
60
|
+
* <code>p4de.24xlarge</code> | <code>p5.48xlarge</code>
|
|
61
|
+
* </p>
|
|
62
|
+
* </li>
|
|
63
|
+
* <li>
|
|
64
|
+
* <p>
|
|
65
|
+
* <code>trn1.2xlarge</code> | <code>trn1.32xlarge</code> |
|
|
66
|
+
* <code>trn1n.32xlarge</code>
|
|
67
|
+
* </p>
|
|
68
|
+
* </li>
|
|
69
|
+
* </ul>
|
|
70
|
+
* </li>
|
|
71
|
+
* </ul>
|
|
72
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-topology.html">Amazon EC2 instance
|
|
73
|
+
* topology</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
74
|
+
* @example
|
|
75
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
76
|
+
* ```javascript
|
|
77
|
+
* import { EC2Client, DescribeInstanceTopologyCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
78
|
+
* // const { EC2Client, DescribeInstanceTopologyCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
79
|
+
* const client = new EC2Client(config);
|
|
80
|
+
* const input = { // DescribeInstanceTopologyRequest
|
|
81
|
+
* DryRun: true || false,
|
|
82
|
+
* NextToken: "STRING_VALUE",
|
|
83
|
+
* MaxResults: Number("int"),
|
|
84
|
+
* InstanceIds: [ // DescribeInstanceTopologyInstanceIdSet
|
|
85
|
+
* "STRING_VALUE",
|
|
86
|
+
* ],
|
|
87
|
+
* GroupNames: [ // DescribeInstanceTopologyGroupNameSet
|
|
88
|
+
* "STRING_VALUE",
|
|
89
|
+
* ],
|
|
90
|
+
* Filters: [ // FilterList
|
|
91
|
+
* { // Filter
|
|
92
|
+
* Name: "STRING_VALUE",
|
|
93
|
+
* Values: [ // ValueStringList
|
|
94
|
+
* "STRING_VALUE",
|
|
95
|
+
* ],
|
|
96
|
+
* },
|
|
97
|
+
* ],
|
|
98
|
+
* };
|
|
99
|
+
* const command = new DescribeInstanceTopologyCommand(input);
|
|
100
|
+
* const response = await client.send(command);
|
|
101
|
+
* // { // DescribeInstanceTopologyResult
|
|
102
|
+
* // Instances: [ // InstanceSet
|
|
103
|
+
* // { // InstanceTopology
|
|
104
|
+
* // InstanceId: "STRING_VALUE",
|
|
105
|
+
* // InstanceType: "STRING_VALUE",
|
|
106
|
+
* // GroupName: "STRING_VALUE",
|
|
107
|
+
* // NetworkNodes: [ // NetworkNodesList
|
|
108
|
+
* // "STRING_VALUE",
|
|
109
|
+
* // ],
|
|
110
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
111
|
+
* // ZoneId: "STRING_VALUE",
|
|
112
|
+
* // },
|
|
113
|
+
* // ],
|
|
114
|
+
* // NextToken: "STRING_VALUE",
|
|
115
|
+
* // };
|
|
116
|
+
*
|
|
117
|
+
* ```
|
|
118
|
+
*
|
|
119
|
+
* @param DescribeInstanceTopologyCommandInput - {@link DescribeInstanceTopologyCommandInput}
|
|
120
|
+
* @returns {@link DescribeInstanceTopologyCommandOutput}
|
|
121
|
+
* @see {@link DescribeInstanceTopologyCommandInput} for command's `input` shape.
|
|
122
|
+
* @see {@link DescribeInstanceTopologyCommandOutput} for command's `response` shape.
|
|
123
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
124
|
+
*
|
|
125
|
+
* @throws {@link EC2ServiceException}
|
|
126
|
+
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
127
|
+
*
|
|
128
|
+
*/
|
|
129
|
+
export declare class DescribeInstanceTopologyCommand extends $Command<DescribeInstanceTopologyCommandInput, DescribeInstanceTopologyCommandOutput, EC2ClientResolvedConfig> {
|
|
130
|
+
readonly input: DescribeInstanceTopologyCommandInput;
|
|
131
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
132
|
+
/**
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
135
|
+
constructor(input: DescribeInstanceTopologyCommandInput);
|
|
136
|
+
/**
|
|
137
|
+
* @internal
|
|
138
|
+
*/
|
|
139
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EC2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInstanceTopologyCommandInput, DescribeInstanceTopologyCommandOutput>;
|
|
140
|
+
/**
|
|
141
|
+
* @internal
|
|
142
|
+
*/
|
|
143
|
+
private serialize;
|
|
144
|
+
/**
|
|
145
|
+
* @internal
|
|
146
|
+
*/
|
|
147
|
+
private deserialize;
|
|
148
|
+
}
|
|
@@ -167,6 +167,12 @@ export interface DescribeInstancesCommandOutput extends DescribeInstancesResult,
|
|
|
167
167
|
* // DeviceIndex: Number("int"),
|
|
168
168
|
* // Status: "attaching" || "attached" || "detaching" || "detached",
|
|
169
169
|
* // NetworkCardIndex: Number("int"),
|
|
170
|
+
* // EnaSrdSpecification: { // InstanceAttachmentEnaSrdSpecification
|
|
171
|
+
* // EnaSrdEnabled: true || false,
|
|
172
|
+
* // EnaSrdUdpSpecification: { // InstanceAttachmentEnaSrdUdpSpecification
|
|
173
|
+
* // EnaSrdUdpEnabled: true || false,
|
|
174
|
+
* // },
|
|
175
|
+
* // },
|
|
170
176
|
* // },
|
|
171
177
|
* // Description: "STRING_VALUE",
|
|
172
178
|
* // Groups: [
|
|
@@ -132,6 +132,12 @@ export interface DescribeLaunchTemplateVersionsCommandOutput extends DescribeLau
|
|
|
132
132
|
* // ],
|
|
133
133
|
* // Ipv6PrefixCount: Number("int"),
|
|
134
134
|
* // PrimaryIpv6: true || false,
|
|
135
|
+
* // EnaSrdSpecification: { // LaunchTemplateEnaSrdSpecification
|
|
136
|
+
* // EnaSrdEnabled: true || false,
|
|
137
|
+
* // EnaSrdUdpSpecification: { // LaunchTemplateEnaSrdUdpSpecification
|
|
138
|
+
* // EnaSrdUdpEnabled: true || false,
|
|
139
|
+
* // },
|
|
140
|
+
* // },
|
|
135
141
|
* // },
|
|
136
142
|
* // ],
|
|
137
143
|
* // ImageId: "STRING_VALUE",
|
|
@@ -278,10 +284,10 @@ export interface DescribeLaunchTemplateVersionsCommandOutput extends DescribeLau
|
|
|
278
284
|
* // Max: Number("int"),
|
|
279
285
|
* // },
|
|
280
286
|
* // AcceleratorManufacturers: [ // AcceleratorManufacturerSet
|
|
281
|
-
* // "
|
|
287
|
+
* // "amazon-web-services" || "amd" || "nvidia" || "xilinx",
|
|
282
288
|
* // ],
|
|
283
289
|
* // AcceleratorNames: [ // AcceleratorNameSet
|
|
284
|
-
* // "a100" || "
|
|
290
|
+
* // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100",
|
|
285
291
|
* // ],
|
|
286
292
|
* // AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiB
|
|
287
293
|
* // Min: Number("int"),
|
|
@@ -143,6 +143,12 @@ export interface DescribeSpotFleetRequestsCommandOutput extends DescribeSpotFlee
|
|
|
143
143
|
* // ],
|
|
144
144
|
* // Ipv6PrefixCount: Number("int"),
|
|
145
145
|
* // PrimaryIpv6: true || false,
|
|
146
|
+
* // EnaSrdSpecification: { // EnaSrdSpecificationRequest
|
|
147
|
+
* // EnaSrdEnabled: true || false,
|
|
148
|
+
* // EnaSrdUdpSpecification: { // EnaSrdUdpSpecificationRequest
|
|
149
|
+
* // EnaSrdUdpEnabled: true || false,
|
|
150
|
+
* // },
|
|
151
|
+
* // },
|
|
146
152
|
* // },
|
|
147
153
|
* // ],
|
|
148
154
|
* // Placement: { // SpotPlacement
|
|
@@ -217,10 +223,10 @@ export interface DescribeSpotFleetRequestsCommandOutput extends DescribeSpotFlee
|
|
|
217
223
|
* // Max: Number("int"),
|
|
218
224
|
* // },
|
|
219
225
|
* // AcceleratorManufacturers: [ // AcceleratorManufacturerSet
|
|
220
|
-
* // "
|
|
226
|
+
* // "amazon-web-services" || "amd" || "nvidia" || "xilinx",
|
|
221
227
|
* // ],
|
|
222
228
|
* // AcceleratorNames: [ // AcceleratorNameSet
|
|
223
|
-
* // "a100" || "
|
|
229
|
+
* // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100",
|
|
224
230
|
* // ],
|
|
225
231
|
* // AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiB
|
|
226
232
|
* // Min: Number("int"),
|
|
@@ -302,10 +308,10 @@ export interface DescribeSpotFleetRequestsCommandOutput extends DescribeSpotFlee
|
|
|
302
308
|
* // Max: Number("int"),
|
|
303
309
|
* // },
|
|
304
310
|
* // AcceleratorManufacturers: [
|
|
305
|
-
* // "
|
|
311
|
+
* // "amazon-web-services" || "amd" || "nvidia" || "xilinx",
|
|
306
312
|
* // ],
|
|
307
313
|
* // AcceleratorNames: [
|
|
308
|
-
* // "a100" || "
|
|
314
|
+
* // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100",
|
|
309
315
|
* // ],
|
|
310
316
|
* // AcceleratorTotalMemoryMiB: {
|
|
311
317
|
* // Min: Number("int"),
|
|
@@ -154,6 +154,12 @@ export interface DescribeSpotInstanceRequestsCommandOutput extends DescribeSpotI
|
|
|
154
154
|
* // ],
|
|
155
155
|
* // Ipv6PrefixCount: Number("int"),
|
|
156
156
|
* // PrimaryIpv6: true || false,
|
|
157
|
+
* // EnaSrdSpecification: { // EnaSrdSpecificationRequest
|
|
158
|
+
* // EnaSrdEnabled: true || false,
|
|
159
|
+
* // EnaSrdUdpSpecification: { // EnaSrdUdpSpecificationRequest
|
|
160
|
+
* // EnaSrdUdpEnabled: true || false,
|
|
161
|
+
* // },
|
|
162
|
+
* // },
|
|
157
163
|
* // },
|
|
158
164
|
* // ],
|
|
159
165
|
* // Placement: { // SpotPlacement
|
|
@@ -2,7 +2,8 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { DescribeTransitGatewayPolicyTablesRequest
|
|
5
|
+
import { DescribeTransitGatewayPolicyTablesRequest } from "../models/models_4";
|
|
6
|
+
import { DescribeTransitGatewayPolicyTablesResult } from "../models/models_5";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
8
9
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { DescribeTransitGatewayRouteTableAnnouncementsRequest, DescribeTransitGatewayRouteTableAnnouncementsResult } from "../models/
|
|
5
|
+
import { DescribeTransitGatewayRouteTableAnnouncementsRequest, DescribeTransitGatewayRouteTableAnnouncementsResult } from "../models/models_5";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { DescribeTransitGatewayRouteTablesRequest, DescribeTransitGatewayRouteTablesResult } from "../models/
|
|
5
|
+
import { DescribeTransitGatewayRouteTablesRequest, DescribeTransitGatewayRouteTablesResult } from "../models/models_5";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { DescribeTransitGatewayVpcAttachmentsRequest, DescribeTransitGatewayVpcAttachmentsResult } from "../models/
|
|
5
|
+
import { DescribeTransitGatewayVpcAttachmentsRequest, DescribeTransitGatewayVpcAttachmentsResult } from "../models/models_5";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { DescribeTransitGatewaysRequest, DescribeTransitGatewaysResult } from "../models/
|
|
5
|
+
import { DescribeTransitGatewaysRequest, DescribeTransitGatewaysResult } from "../models/models_5";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -23,11 +23,11 @@ export interface DisableFastLaunchCommandOutput extends DisableFastLaunchResult,
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Discontinue
|
|
27
|
-
*
|
|
28
|
-
* instance.
|
|
26
|
+
* <p>Discontinue Windows fast launch for a Windows AMI, and clean up existing pre-provisioned snapshots.
|
|
27
|
+
* After you disable Windows fast launch, the AMI uses the standard launch process for each
|
|
28
|
+
* new instance. Amazon EC2 must remove all pre-provisioned snapshots before you can enable Windows fast launch again.</p>
|
|
29
29
|
* <note>
|
|
30
|
-
* <p>
|
|
30
|
+
* <p>You can only change these settings for Windows AMIs that you own or that have been shared with you.</p>
|
|
31
31
|
* </note>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,9 +25,9 @@ export interface DisableImageCommandOutput extends DisableImageResult, __Metadat
|
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Sets the AMI state to <code>disabled</code> and removes all launch permissions from the
|
|
27
27
|
* AMI. A disabled AMI can't be used for instance launches.</p>
|
|
28
|
-
* <p>A disabled AMI can't be shared. If
|
|
29
|
-
*
|
|
30
|
-
*
|
|
28
|
+
* <p>A disabled AMI can't be shared. If an AMI was public or previously shared, it is made
|
|
29
|
+
* private. If an AMI was shared with an Amazon Web Services account, organization, or Organizational Unit,
|
|
30
|
+
* they lose access to the disabled AMI. </p>
|
|
31
31
|
* <p>A disabled AMI does not appear in <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html">DescribeImages</a> API calls by
|
|
32
32
|
* default.</p>
|
|
33
33
|
* <p>Only the AMI owner can disable an AMI.</p>
|
|
@@ -23,14 +23,14 @@ export interface EnableFastLaunchCommandOutput extends EnableFastLaunchResult, _
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>When you enable
|
|
26
|
+
* <p>When you enable Windows fast launch for a Windows AMI, images are pre-provisioned,
|
|
27
27
|
* using snapshots to launch instances up to 65% faster. To create the optimized Windows
|
|
28
28
|
* image, Amazon EC2 launches an instance and runs through Sysprep steps, rebooting as required.
|
|
29
29
|
* Then it creates a set of reserved snapshots that are used for subsequent launches. The
|
|
30
30
|
* reserved snapshots are automatically replenished as they are used, depending on your
|
|
31
31
|
* settings for launch frequency.</p>
|
|
32
32
|
* <note>
|
|
33
|
-
* <p>
|
|
33
|
+
* <p>You can only change these settings for Windows AMIs that you own or that have been shared with you.</p>
|
|
34
34
|
* </note>
|
|
35
35
|
* @example
|
|
36
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -98,10 +98,10 @@ export interface GetInstanceTypesFromInstanceRequirementsCommandOutput extends G
|
|
|
98
98
|
* Max: Number("int"),
|
|
99
99
|
* },
|
|
100
100
|
* AcceleratorManufacturers: [ // AcceleratorManufacturerSet
|
|
101
|
-
* "
|
|
101
|
+
* "amazon-web-services" || "amd" || "nvidia" || "xilinx",
|
|
102
102
|
* ],
|
|
103
103
|
* AcceleratorNames: [ // AcceleratorNameSet
|
|
104
|
-
* "a100" || "
|
|
104
|
+
* "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100",
|
|
105
105
|
* ],
|
|
106
106
|
* AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiBRequest
|
|
107
107
|
* Min: Number("int"),
|
|
@@ -110,6 +110,12 @@ export interface GetLaunchTemplateDataCommandOutput extends GetLaunchTemplateDat
|
|
|
110
110
|
* // ],
|
|
111
111
|
* // Ipv6PrefixCount: Number("int"),
|
|
112
112
|
* // PrimaryIpv6: true || false,
|
|
113
|
+
* // EnaSrdSpecification: { // LaunchTemplateEnaSrdSpecification
|
|
114
|
+
* // EnaSrdEnabled: true || false,
|
|
115
|
+
* // EnaSrdUdpSpecification: { // LaunchTemplateEnaSrdUdpSpecification
|
|
116
|
+
* // EnaSrdUdpEnabled: true || false,
|
|
117
|
+
* // },
|
|
118
|
+
* // },
|
|
113
119
|
* // },
|
|
114
120
|
* // ],
|
|
115
121
|
* // ImageId: "STRING_VALUE",
|
|
@@ -256,10 +262,10 @@ export interface GetLaunchTemplateDataCommandOutput extends GetLaunchTemplateDat
|
|
|
256
262
|
* // Max: Number("int"),
|
|
257
263
|
* // },
|
|
258
264
|
* // AcceleratorManufacturers: [ // AcceleratorManufacturerSet
|
|
259
|
-
* // "
|
|
265
|
+
* // "amazon-web-services" || "amd" || "nvidia" || "xilinx",
|
|
260
266
|
* // ],
|
|
261
267
|
* // AcceleratorNames: [ // AcceleratorNameSet
|
|
262
|
-
* // "a100" || "
|
|
268
|
+
* // "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100",
|
|
263
269
|
* // ],
|
|
264
270
|
* // AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiB
|
|
265
271
|
* // Min: Number("int"),
|
|
@@ -2,7 +2,8 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { GetSpotPlacementScoresRequest
|
|
5
|
+
import { GetSpotPlacementScoresRequest } from "../models/models_5";
|
|
6
|
+
import { GetSpotPlacementScoresResult } from "../models/models_6";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
8
9
|
*/
|
|
@@ -105,10 +106,10 @@ export interface GetSpotPlacementScoresCommandOutput extends GetSpotPlacementSco
|
|
|
105
106
|
* Max: Number("int"),
|
|
106
107
|
* },
|
|
107
108
|
* AcceleratorManufacturers: [ // AcceleratorManufacturerSet
|
|
108
|
-
* "
|
|
109
|
+
* "amazon-web-services" || "amd" || "nvidia" || "xilinx",
|
|
109
110
|
* ],
|
|
110
111
|
* AcceleratorNames: [ // AcceleratorNameSet
|
|
111
|
-
* "a100" || "
|
|
112
|
+
* "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100",
|
|
112
113
|
* ],
|
|
113
114
|
* AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiBRequest
|
|
114
115
|
* Min: Number("int"),
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { GetSubnetCidrReservationsRequest, GetSubnetCidrReservationsResult } from "../models/
|
|
5
|
+
import { GetSubnetCidrReservationsRequest, GetSubnetCidrReservationsResult } from "../models/models_6";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { GetTransitGatewayAttachmentPropagationsRequest, GetTransitGatewayAttachmentPropagationsResult } from "../models/
|
|
5
|
+
import { GetTransitGatewayAttachmentPropagationsRequest, GetTransitGatewayAttachmentPropagationsResult } from "../models/models_6";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,8 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { GetTransitGatewayMulticastDomainAssociationsRequest } from "../models/
|
|
6
|
-
import { GetTransitGatewayMulticastDomainAssociationsResult } from "../models/models_6";
|
|
5
|
+
import { GetTransitGatewayMulticastDomainAssociationsRequest, GetTransitGatewayMulticastDomainAssociationsResult } from "../models/models_6";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
9
8
|
*/
|
|
@@ -131,10 +131,10 @@ export interface ModifyFleetCommandOutput extends ModifyFleetResult, __MetadataB
|
|
|
131
131
|
* Max: Number("int"),
|
|
132
132
|
* },
|
|
133
133
|
* AcceleratorManufacturers: [ // AcceleratorManufacturerSet
|
|
134
|
-
* "
|
|
134
|
+
* "amazon-web-services" || "amd" || "nvidia" || "xilinx",
|
|
135
135
|
* ],
|
|
136
136
|
* AcceleratorNames: [ // AcceleratorNameSet
|
|
137
|
-
* "a100" || "
|
|
137
|
+
* "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100",
|
|
138
138
|
* ],
|
|
139
139
|
* AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiBRequest
|
|
140
140
|
* Min: Number("int"),
|
|
@@ -122,10 +122,10 @@ export interface ModifySpotFleetRequestCommandOutput extends ModifySpotFleetRequ
|
|
|
122
122
|
* Max: Number("int"),
|
|
123
123
|
* },
|
|
124
124
|
* AcceleratorManufacturers: [ // AcceleratorManufacturerSet
|
|
125
|
-
* "
|
|
125
|
+
* "amazon-web-services" || "amd" || "nvidia" || "xilinx",
|
|
126
126
|
* ],
|
|
127
127
|
* AcceleratorNames: [ // AcceleratorNameSet
|
|
128
|
-
* "a100" || "
|
|
128
|
+
* "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100",
|
|
129
129
|
* ],
|
|
130
130
|
* AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiB
|
|
131
131
|
* Min: Number("int"),
|
|
@@ -153,6 +153,12 @@ export interface RequestSpotFleetCommandOutput extends RequestSpotFleetResponse,
|
|
|
153
153
|
* ],
|
|
154
154
|
* Ipv6PrefixCount: Number("int"),
|
|
155
155
|
* PrimaryIpv6: true || false,
|
|
156
|
+
* EnaSrdSpecification: { // EnaSrdSpecificationRequest
|
|
157
|
+
* EnaSrdEnabled: true || false,
|
|
158
|
+
* EnaSrdUdpSpecification: { // EnaSrdUdpSpecificationRequest
|
|
159
|
+
* EnaSrdUdpEnabled: true || false,
|
|
160
|
+
* },
|
|
161
|
+
* },
|
|
156
162
|
* },
|
|
157
163
|
* ],
|
|
158
164
|
* Placement: { // SpotPlacement
|
|
@@ -227,10 +233,10 @@ export interface RequestSpotFleetCommandOutput extends RequestSpotFleetResponse,
|
|
|
227
233
|
* Max: Number("int"),
|
|
228
234
|
* },
|
|
229
235
|
* AcceleratorManufacturers: [ // AcceleratorManufacturerSet
|
|
230
|
-
* "
|
|
236
|
+
* "amazon-web-services" || "amd" || "nvidia" || "xilinx",
|
|
231
237
|
* ],
|
|
232
238
|
* AcceleratorNames: [ // AcceleratorNameSet
|
|
233
|
-
* "a100" || "
|
|
239
|
+
* "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100",
|
|
234
240
|
* ],
|
|
235
241
|
* AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiB
|
|
236
242
|
* Min: Number("int"),
|
|
@@ -312,10 +318,10 @@ export interface RequestSpotFleetCommandOutput extends RequestSpotFleetResponse,
|
|
|
312
318
|
* Max: Number("int"),
|
|
313
319
|
* },
|
|
314
320
|
* AcceleratorManufacturers: [
|
|
315
|
-
* "
|
|
321
|
+
* "amazon-web-services" || "amd" || "nvidia" || "xilinx",
|
|
316
322
|
* ],
|
|
317
323
|
* AcceleratorNames: [
|
|
318
|
-
* "a100" || "
|
|
324
|
+
* "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100",
|
|
319
325
|
* ],
|
|
320
326
|
* AcceleratorTotalMemoryMiB: {
|
|
321
327
|
* Min: Number("int"),
|
|
@@ -126,6 +126,12 @@ export interface RequestSpotInstancesCommandOutput extends RequestSpotInstancesR
|
|
|
126
126
|
* ],
|
|
127
127
|
* Ipv6PrefixCount: Number("int"),
|
|
128
128
|
* PrimaryIpv6: true || false,
|
|
129
|
+
* EnaSrdSpecification: { // EnaSrdSpecificationRequest
|
|
130
|
+
* EnaSrdEnabled: true || false,
|
|
131
|
+
* EnaSrdUdpSpecification: { // EnaSrdUdpSpecificationRequest
|
|
132
|
+
* EnaSrdUdpEnabled: true || false,
|
|
133
|
+
* },
|
|
134
|
+
* },
|
|
129
135
|
* },
|
|
130
136
|
* ],
|
|
131
137
|
* Placement: { // SpotPlacement
|
|
@@ -247,6 +253,12 @@ export interface RequestSpotInstancesCommandOutput extends RequestSpotInstancesR
|
|
|
247
253
|
* // ],
|
|
248
254
|
* // Ipv6PrefixCount: Number("int"),
|
|
249
255
|
* // PrimaryIpv6: true || false,
|
|
256
|
+
* // EnaSrdSpecification: { // EnaSrdSpecificationRequest
|
|
257
|
+
* // EnaSrdEnabled: true || false,
|
|
258
|
+
* // EnaSrdUdpSpecification: { // EnaSrdUdpSpecificationRequest
|
|
259
|
+
* // EnaSrdUdpEnabled: true || false,
|
|
260
|
+
* // },
|
|
261
|
+
* // },
|
|
250
262
|
* // },
|
|
251
263
|
* // ],
|
|
252
264
|
* // Placement: { // SpotPlacement
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ResetFpgaImageAttributeRequest, ResetFpgaImageAttributeResult } from "../models/
|
|
5
|
+
import { ResetFpgaImageAttributeRequest, ResetFpgaImageAttributeResult } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ResetImageAttributeRequest } from "../models/
|
|
5
|
+
import { ResetImageAttributeRequest } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ResetInstanceAttributeRequest } from "../models/
|
|
5
|
+
import { ResetInstanceAttributeRequest } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ResetNetworkInterfaceAttributeRequest } from "../models/
|
|
5
|
+
import { ResetNetworkInterfaceAttributeRequest } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ResetSnapshotAttributeRequest } from "../models/
|
|
5
|
+
import { ResetSnapshotAttributeRequest } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { RestoreAddressToClassicRequest, RestoreAddressToClassicResult } from "../models/
|
|
5
|
+
import { RestoreAddressToClassicRequest, RestoreAddressToClassicResult } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|