@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.
Files changed (114) hide show
  1. package/README.md +9 -1
  2. package/dist-cjs/EC2.js +2 -0
  3. package/dist-cjs/commands/DescribeInstanceTopologyCommand.js +51 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/models/models_1.js +1 -16
  6. package/dist-cjs/models/models_2.js +17 -2
  7. package/dist-cjs/models/models_6.js +1 -4
  8. package/dist-cjs/models/models_7.js +4 -1
  9. package/dist-cjs/pagination/DescribeInstanceTopologyPaginator.js +29 -0
  10. package/dist-cjs/pagination/index.js +1 -0
  11. package/dist-cjs/protocols/Aws_ec2.js +275 -20
  12. package/dist-es/EC2.js +2 -0
  13. package/dist-es/commands/DescribeInstanceTopologyCommand.js +47 -0
  14. package/dist-es/commands/index.js +1 -0
  15. package/dist-es/models/models_1.js +0 -15
  16. package/dist-es/models/models_2.js +15 -0
  17. package/dist-es/models/models_6.js +0 -3
  18. package/dist-es/models/models_7.js +3 -0
  19. package/dist-es/pagination/DescribeInstanceTopologyPaginator.js +25 -0
  20. package/dist-es/pagination/index.js +1 -0
  21. package/dist-es/protocols/Aws_ec2.js +253 -0
  22. package/dist-types/EC2.d.ts +7 -0
  23. package/dist-types/EC2Client.d.ts +3 -2
  24. package/dist-types/commands/CreateFleetCommand.d.ts +6 -6
  25. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +8 -2
  26. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +16 -4
  27. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -2
  28. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  30. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -6
  34. package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +148 -0
  37. package/dist-types/commands/DescribeInstancesCommand.d.ts +6 -0
  38. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +8 -2
  39. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +10 -4
  40. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +6 -0
  41. package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -1
  42. package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  46. package/dist-types/commands/DisableFastLaunchCommand.d.ts +4 -4
  47. package/dist-types/commands/DisableImageCommand.d.ts +3 -3
  48. package/dist-types/commands/EnableFastLaunchCommand.d.ts +2 -2
  49. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -0
  50. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -2
  51. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +8 -2
  52. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +4 -3
  53. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  54. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  55. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -2
  56. package/dist-types/commands/ModifyFleetCommand.d.ts +2 -2
  57. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
  58. package/dist-types/commands/RequestSpotFleetCommand.d.ts +10 -4
  59. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +12 -0
  60. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  61. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  62. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  63. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  64. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  65. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  66. package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
  67. package/dist-types/commands/index.d.ts +1 -0
  68. package/dist-types/models/models_0.d.ts +10 -17
  69. package/dist-types/models/models_1.d.ts +118 -102
  70. package/dist-types/models/models_2.d.ts +100 -92
  71. package/dist-types/models/models_3.d.ts +93 -150
  72. package/dist-types/models/models_4.d.ts +303 -303
  73. package/dist-types/models/models_5.d.ts +343 -334
  74. package/dist-types/models/models_6.d.ts +308 -201
  75. package/dist-types/models/models_7.d.ts +173 -3
  76. package/dist-types/pagination/DescribeInstanceTopologyPaginator.d.ts +7 -0
  77. package/dist-types/pagination/index.d.ts +1 -0
  78. package/dist-types/protocols/Aws_ec2.d.ts +9 -0
  79. package/dist-types/ts3.4/EC2.d.ts +17 -0
  80. package/dist-types/ts3.4/EC2Client.d.ts +6 -0
  81. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +4 -2
  82. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +42 -0
  88. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -4
  89. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +2 -4
  94. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +4 -2
  97. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  104. package/dist-types/ts3.4/models/models_1.d.ts +16 -28
  105. package/dist-types/ts3.4/models/models_2.d.ts +28 -19
  106. package/dist-types/ts3.4/models/models_3.d.ts +16 -18
  107. package/dist-types/ts3.4/models/models_4.d.ts +49 -53
  108. package/dist-types/ts3.4/models/models_5.d.ts +54 -52
  109. package/dist-types/ts3.4/models/models_6.d.ts +52 -42
  110. package/dist-types/ts3.4/models/models_7.d.ts +49 -1
  111. package/dist-types/ts3.4/pagination/DescribeInstanceTopologyPaginator.d.ts +11 -0
  112. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  113. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
  114. 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
- * // "nvidia" || "amd" || "amazon-web-services" || "xilinx",
287
+ * // "amazon-web-services" || "amd" || "nvidia" || "xilinx",
282
288
  * // ],
283
289
  * // AcceleratorNames: [ // AcceleratorNameSet
284
- * // "a100" || "v100" || "k80" || "t4" || "m60" || "radeon-pro-v520" || "vu9p" || "inferentia" || "k520",
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
- * // "nvidia" || "amd" || "amazon-web-services" || "xilinx",
226
+ * // "amazon-web-services" || "amd" || "nvidia" || "xilinx",
221
227
  * // ],
222
228
  * // AcceleratorNames: [ // AcceleratorNameSet
223
- * // "a100" || "v100" || "k80" || "t4" || "m60" || "radeon-pro-v520" || "vu9p" || "inferentia" || "k520",
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
- * // "nvidia" || "amd" || "amazon-web-services" || "xilinx",
311
+ * // "amazon-web-services" || "amd" || "nvidia" || "xilinx",
306
312
  * // ],
307
313
  * // AcceleratorNames: [
308
- * // "a100" || "v100" || "k80" || "t4" || "m60" || "radeon-pro-v520" || "vu9p" || "inferentia" || "k520",
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, DescribeTransitGatewayPolicyTablesResult } from "../models/models_4";
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/models_4";
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/models_4";
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/models_4";
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/models_4";
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 faster launching for a Windows AMI, and clean up existing pre-provisioned snapshots.
27
- * When you disable faster launching, the AMI uses the standard launch process for each
28
- * instance. All pre-provisioned snapshots must be removed before you can enable faster launching again.</p>
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>To change these settings, you must own the AMI.</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 a public or shared AMI was previously shared, it is
29
- * made private. If an AMI was shared with an Amazon Web Services account, organization, or Organizational
30
- * Unit, they lose access to the disabled AMI. </p>
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 faster launching for a Windows AMI, images are pre-provisioned,
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>To change these settings, you must own the AMI.</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.
@@ -57,6 +57,7 @@ export interface GetCoipPoolUsageCommandOutput extends GetCoipPoolUsageResult, _
57
57
  * // },
58
58
  * // ],
59
59
  * // LocalGatewayRouteTableId: "STRING_VALUE",
60
+ * // NextToken: "STRING_VALUE",
60
61
  * // };
61
62
  *
62
63
  * ```
@@ -98,10 +98,10 @@ export interface GetInstanceTypesFromInstanceRequirementsCommandOutput extends G
98
98
  * Max: Number("int"),
99
99
  * },
100
100
  * AcceleratorManufacturers: [ // AcceleratorManufacturerSet
101
- * "nvidia" || "amd" || "amazon-web-services" || "xilinx",
101
+ * "amazon-web-services" || "amd" || "nvidia" || "xilinx",
102
102
  * ],
103
103
  * AcceleratorNames: [ // AcceleratorNameSet
104
- * "a100" || "v100" || "k80" || "t4" || "m60" || "radeon-pro-v520" || "vu9p" || "inferentia" || "k520",
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
- * // "nvidia" || "amd" || "amazon-web-services" || "xilinx",
265
+ * // "amazon-web-services" || "amd" || "nvidia" || "xilinx",
260
266
  * // ],
261
267
  * // AcceleratorNames: [ // AcceleratorNameSet
262
- * // "a100" || "v100" || "k80" || "t4" || "m60" || "radeon-pro-v520" || "vu9p" || "inferentia" || "k520",
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, GetSpotPlacementScoresResult } from "../models/models_5";
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
- * "nvidia" || "amd" || "amazon-web-services" || "xilinx",
109
+ * "amazon-web-services" || "amd" || "nvidia" || "xilinx",
109
110
  * ],
110
111
  * AcceleratorNames: [ // AcceleratorNameSet
111
- * "a100" || "v100" || "k80" || "t4" || "m60" || "radeon-pro-v520" || "vu9p" || "inferentia" || "k520",
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/models_5";
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/models_5";
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/models_5";
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
- * "nvidia" || "amd" || "amazon-web-services" || "xilinx",
134
+ * "amazon-web-services" || "amd" || "nvidia" || "xilinx",
135
135
  * ],
136
136
  * AcceleratorNames: [ // AcceleratorNameSet
137
- * "a100" || "v100" || "k80" || "t4" || "m60" || "radeon-pro-v520" || "vu9p" || "inferentia" || "k520",
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
- * "nvidia" || "amd" || "amazon-web-services" || "xilinx",
125
+ * "amazon-web-services" || "amd" || "nvidia" || "xilinx",
126
126
  * ],
127
127
  * AcceleratorNames: [ // AcceleratorNameSet
128
- * "a100" || "v100" || "k80" || "t4" || "m60" || "radeon-pro-v520" || "vu9p" || "inferentia" || "k520",
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
- * "nvidia" || "amd" || "amazon-web-services" || "xilinx",
236
+ * "amazon-web-services" || "amd" || "nvidia" || "xilinx",
231
237
  * ],
232
238
  * AcceleratorNames: [ // AcceleratorNameSet
233
- * "a100" || "v100" || "k80" || "t4" || "m60" || "radeon-pro-v520" || "vu9p" || "inferentia" || "k520",
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
- * "nvidia" || "amd" || "amazon-web-services" || "xilinx",
321
+ * "amazon-web-services" || "amd" || "nvidia" || "xilinx",
316
322
  * ],
317
323
  * AcceleratorNames: [
318
- * "a100" || "v100" || "k80" || "t4" || "m60" || "radeon-pro-v520" || "vu9p" || "inferentia" || "k520",
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/models_6";
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/models_6";
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/models_6";
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/models_6";
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/models_6";
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/models_6";
5
+ import { RestoreAddressToClassicRequest, RestoreAddressToClassicResult } from "../models/models_7";
6
6
  /**
7
7
  * @public
8
8
  */