@aws-sdk/client-ec2 3.977.0 → 3.979.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 (43) hide show
  1. package/dist-cjs/index.js +1234 -1017
  2. package/dist-es/EC2.js +411 -1
  3. package/dist-es/models/enums.js +6 -0
  4. package/dist-es/pagination/SearchTransitGatewayRoutesPaginator.js +4 -0
  5. package/dist-es/pagination/index.js +1 -0
  6. package/dist-es/schemas/schemas_0.js +5 -4
  7. package/dist-types/EC2.d.ts +1384 -1
  8. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
  9. package/dist-types/commands/CreateFleetCommand.d.ts +4 -4
  10. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  12. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
  14. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  17. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
  22. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  23. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  25. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  26. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  27. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  28. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  29. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  30. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  31. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  32. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  33. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +2 -0
  34. package/dist-types/models/enums.d.ts +6 -0
  35. package/dist-types/models/models_7.d.ts +10 -0
  36. package/dist-types/pagination/SearchTransitGatewayRoutesPaginator.d.ts +7 -0
  37. package/dist-types/pagination/index.d.ts +1 -0
  38. package/dist-types/ts3.4/EC2.d.ts +1506 -1
  39. package/dist-types/ts3.4/models/enums.d.ts +6 -0
  40. package/dist-types/ts3.4/models/models_7.d.ts +2 -0
  41. package/dist-types/ts3.4/pagination/SearchTransitGatewayRoutesPaginator.d.ts +11 -0
  42. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  43. package/package.json +11 -11
@@ -1110,6 +1110,12 @@ export declare const _InstanceType: {
1110
1110
  readonly g6f_4xlarge: "g6f.4xlarge";
1111
1111
  readonly g6f_large: "g6f.large";
1112
1112
  readonly g6f_xlarge: "g6f.xlarge";
1113
+ readonly g7e_12xlarge: "g7e.12xlarge";
1114
+ readonly g7e_24xlarge: "g7e.24xlarge";
1115
+ readonly g7e_2xlarge: "g7e.2xlarge";
1116
+ readonly g7e_48xlarge: "g7e.48xlarge";
1117
+ readonly g7e_4xlarge: "g7e.4xlarge";
1118
+ readonly g7e_8xlarge: "g7e.8xlarge";
1113
1119
  readonly gr6_4xlarge: "gr6.4xlarge";
1114
1120
  readonly gr6_8xlarge: "gr6.8xlarge";
1115
1121
  readonly gr6f_4xlarge: "gr6f.4xlarge";
@@ -1192,10 +1192,12 @@ export interface SearchTransitGatewayRoutesRequest {
1192
1192
  Filters: Filter[] | undefined;
1193
1193
  MaxResults?: number | undefined;
1194
1194
  DryRun?: boolean | undefined;
1195
+ NextToken?: string | undefined;
1195
1196
  }
1196
1197
  export interface SearchTransitGatewayRoutesResult {
1197
1198
  Routes?: TransitGatewayRoute[] | undefined;
1198
1199
  AdditionalRoutesAvailable?: boolean | undefined;
1200
+ NextToken?: string | undefined;
1199
1201
  }
1200
1202
  export interface SendDiagnosticInterruptRequest {
1201
1203
  InstanceId: string | undefined;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ SearchTransitGatewayRoutesCommandInput,
4
+ SearchTransitGatewayRoutesCommandOutput,
5
+ } from "../commands/SearchTransitGatewayRoutesCommand";
6
+ import { EC2PaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateSearchTransitGatewayRoutes: (
8
+ config: EC2PaginationConfiguration,
9
+ input: SearchTransitGatewayRoutesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<SearchTransitGatewayRoutesCommandOutput>;
@@ -162,3 +162,4 @@ export * from "./ListImagesInRecycleBinPaginator";
162
162
  export * from "./ListSnapshotsInRecycleBinPaginator";
163
163
  export * from "./SearchLocalGatewayRoutesPaginator";
164
164
  export * from "./SearchTransitGatewayMulticastGroupsPaginator";
165
+ export * from "./SearchTransitGatewayRoutesPaginator";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.977.0",
4
+ "version": "3.979.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ec2",
@@ -21,39 +21,39 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.3",
25
- "@aws-sdk/credential-provider-node": "^3.972.2",
24
+ "@aws-sdk/core": "^3.973.4",
25
+ "@aws-sdk/credential-provider-node": "^3.972.3",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.2",
27
27
  "@aws-sdk/middleware-logger": "^3.972.2",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.2",
29
- "@aws-sdk/middleware-sdk-ec2": "^3.972.3",
30
- "@aws-sdk/middleware-user-agent": "^3.972.3",
29
+ "@aws-sdk/middleware-sdk-ec2": "^3.972.4",
30
+ "@aws-sdk/middleware-user-agent": "^3.972.4",
31
31
  "@aws-sdk/region-config-resolver": "^3.972.2",
32
32
  "@aws-sdk/types": "^3.973.1",
33
33
  "@aws-sdk/util-endpoints": "3.972.0",
34
34
  "@aws-sdk/util-user-agent-browser": "^3.972.2",
35
35
  "@aws-sdk/util-user-agent-node": "^3.972.2",
36
36
  "@smithy/config-resolver": "^4.4.6",
37
- "@smithy/core": "^3.21.1",
37
+ "@smithy/core": "^3.22.0",
38
38
  "@smithy/fetch-http-handler": "^5.3.9",
39
39
  "@smithy/hash-node": "^4.2.8",
40
40
  "@smithy/invalid-dependency": "^4.2.8",
41
41
  "@smithy/middleware-content-length": "^4.2.8",
42
- "@smithy/middleware-endpoint": "^4.4.11",
43
- "@smithy/middleware-retry": "^4.4.27",
42
+ "@smithy/middleware-endpoint": "^4.4.12",
43
+ "@smithy/middleware-retry": "^4.4.29",
44
44
  "@smithy/middleware-serde": "^4.2.9",
45
45
  "@smithy/middleware-stack": "^4.2.8",
46
46
  "@smithy/node-config-provider": "^4.3.8",
47
47
  "@smithy/node-http-handler": "^4.4.8",
48
48
  "@smithy/protocol-http": "^5.3.8",
49
- "@smithy/smithy-client": "^4.10.12",
49
+ "@smithy/smithy-client": "^4.11.1",
50
50
  "@smithy/types": "^4.12.0",
51
51
  "@smithy/url-parser": "^4.2.8",
52
52
  "@smithy/util-base64": "^4.3.0",
53
53
  "@smithy/util-body-length-browser": "^4.2.0",
54
54
  "@smithy/util-body-length-node": "^4.2.1",
55
- "@smithy/util-defaults-mode-browser": "^4.3.26",
56
- "@smithy/util-defaults-mode-node": "^4.2.29",
55
+ "@smithy/util-defaults-mode-browser": "^4.3.28",
56
+ "@smithy/util-defaults-mode-node": "^4.2.31",
57
57
  "@smithy/util-endpoints": "^3.2.8",
58
58
  "@smithy/util-middleware": "^4.2.8",
59
59
  "@smithy/util-retry": "^4.2.8",