@aws-sdk/client-ec2 3.805.0 → 3.806.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 (66) hide show
  1. package/dist-cjs/index.js +78 -22
  2. package/dist-cjs/runtimeConfig.js +6 -6
  3. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  4. package/dist-es/models/models_4.js +4 -0
  5. package/dist-es/models/models_7.js +0 -7
  6. package/dist-es/models/models_8.js +7 -1
  7. package/dist-es/protocols/Aws_ec2.js +50 -0
  8. package/dist-es/runtimeConfig.js +6 -6
  9. package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +6 -6
  10. package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +17 -13
  11. package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +1 -0
  12. package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
  14. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -1
  15. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +3 -2
  16. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +4 -3
  17. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +14 -11
  18. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +3 -3
  20. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +4 -0
  21. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
  22. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
  23. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +3 -1
  25. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +7 -5
  26. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -4
  27. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +16 -7
  28. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +6 -4
  29. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +9 -5
  30. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -0
  31. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -0
  32. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -1
  33. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +5 -3
  34. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +3 -3
  35. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -2
  36. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +5 -3
  37. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  38. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +7 -7
  39. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  40. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -0
  41. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -1
  42. package/dist-types/commands/RunInstancesCommand.d.ts +2 -0
  43. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -1
  44. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -2
  45. package/dist-types/models/models_0.d.ts +60 -36
  46. package/dist-types/models/models_1.d.ts +121 -90
  47. package/dist-types/models/models_2.d.ts +86 -53
  48. package/dist-types/models/models_3.d.ts +23 -19
  49. package/dist-types/models/models_4.d.ts +76 -35
  50. package/dist-types/models/models_5.d.ts +281 -203
  51. package/dist-types/models/models_6.d.ts +25 -28
  52. package/dist-types/models/models_7.d.ts +72 -57
  53. package/dist-types/models/models_8.d.ts +32 -7
  54. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -4
  55. package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -4
  56. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +4 -2
  57. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +4 -2
  58. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  59. package/dist-types/ts3.4/models/models_1.d.ts +2 -0
  60. package/dist-types/ts3.4/models/models_2.d.ts +1 -0
  61. package/dist-types/ts3.4/models/models_4.d.ts +11 -7
  62. package/dist-types/ts3.4/models/models_5.d.ts +8 -3
  63. package/dist-types/ts3.4/models/models_6.d.ts +3 -4
  64. package/dist-types/ts3.4/models/models_7.d.ts +6 -8
  65. package/dist-types/ts3.4/models/models_8.d.ts +8 -0
  66. package/package.json +16 -16
@@ -147,7 +147,6 @@ import {
147
147
  ReservedInstancesConfiguration,
148
148
  ScheduledInstance,
149
149
  SnapshotAttributeName,
150
- SpotFleetRequestConfigData,
151
150
  VerifiedAccessInstanceLoggingConfiguration,
152
151
  VolumeModification,
153
152
  VpcBlockPublicAccessOptions,
@@ -158,6 +157,10 @@ import {
158
157
  Purchase,
159
158
  UnlimitedSupportedInstanceFamily,
160
159
  } from "./models_6";
160
+ export interface GetVerifiedAccessGroupPolicyRequest {
161
+ VerifiedAccessGroupId: string | undefined;
162
+ DryRun?: boolean | undefined;
163
+ }
161
164
  export interface GetVerifiedAccessGroupPolicyResult {
162
165
  PolicyEnabled?: boolean | undefined;
163
166
  PolicyDocument?: string | undefined;
@@ -880,6 +883,8 @@ export interface ModifyManagedPrefixListResult {
880
883
  PrefixList?: ManagedPrefixList | undefined;
881
884
  }
882
885
  export interface NetworkInterfaceAttachmentChanges {
886
+ DefaultEnaQueueCount?: boolean | undefined;
887
+ EnaQueueCount?: number | undefined;
883
888
  AttachmentId?: string | undefined;
884
889
  DeleteOnTermination?: boolean | undefined;
885
890
  }
@@ -1887,10 +1892,6 @@ export interface ReportInstanceStatusRequest {
1887
1892
  ReasonCodes: ReportInstanceReasonCodes[] | undefined;
1888
1893
  Description?: string | undefined;
1889
1894
  }
1890
- export interface RequestSpotFleetRequest {
1891
- DryRun?: boolean | undefined;
1892
- SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
1893
- }
1894
1895
  export declare const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: (
1895
1896
  obj: GetVpnConnectionDeviceSampleConfigurationResult
1896
1897
  ) => any;
@@ -1965,6 +1966,3 @@ export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (
1965
1966
  export declare const ReportInstanceStatusRequestFilterSensitiveLog: (
1966
1967
  obj: ReportInstanceStatusRequest
1967
1968
  ) => any;
1968
- export declare const RequestSpotFleetRequestFilterSensitiveLog: (
1969
- obj: RequestSpotFleetRequest
1970
- ) => any;
@@ -48,6 +48,7 @@ import {
48
48
  NetworkInsightsAnalysis,
49
49
  RunInstancesMonitoringEnabled,
50
50
  SnapshotAttributeName,
51
+ SpotFleetRequestConfigData,
51
52
  SpotInstanceRequest,
52
53
  SpotPlacement,
53
54
  } from "./models_5";
@@ -56,6 +57,10 @@ import {
56
57
  InstanceMonitoring,
57
58
  Status,
58
59
  } from "./models_7";
60
+ export interface RequestSpotFleetRequest {
61
+ DryRun?: boolean | undefined;
62
+ SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
63
+ }
59
64
  export interface RequestSpotFleetResponse {
60
65
  SpotFleetRequestId?: string | undefined;
61
66
  }
@@ -643,6 +648,9 @@ export interface WithdrawByoipCidrRequest {
643
648
  export interface WithdrawByoipCidrResult {
644
649
  ByoipCidr?: ByoipCidr | undefined;
645
650
  }
651
+ export declare const RequestSpotFleetRequestFilterSensitiveLog: (
652
+ obj: RequestSpotFleetRequest
653
+ ) => any;
646
654
  export declare const RequestSpotLaunchSpecificationFilterSensitiveLog: (
647
655
  obj: RequestSpotLaunchSpecification
648
656
  ) => any;
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.805.0",
4
+ "version": "3.806.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ec2",
@@ -20,40 +20,40 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.804.0",
24
- "@aws-sdk/credential-provider-node": "3.804.0",
23
+ "@aws-sdk/core": "3.806.0",
24
+ "@aws-sdk/credential-provider-node": "3.806.0",
25
25
  "@aws-sdk/middleware-host-header": "3.804.0",
26
26
  "@aws-sdk/middleware-logger": "3.804.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.804.0",
28
- "@aws-sdk/middleware-sdk-ec2": "3.804.0",
29
- "@aws-sdk/middleware-user-agent": "3.804.0",
30
- "@aws-sdk/region-config-resolver": "3.804.0",
28
+ "@aws-sdk/middleware-sdk-ec2": "3.806.0",
29
+ "@aws-sdk/middleware-user-agent": "3.806.0",
30
+ "@aws-sdk/region-config-resolver": "3.806.0",
31
31
  "@aws-sdk/types": "3.804.0",
32
- "@aws-sdk/util-endpoints": "3.804.0",
32
+ "@aws-sdk/util-endpoints": "3.806.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.804.0",
34
- "@aws-sdk/util-user-agent-node": "3.804.0",
35
- "@smithy/config-resolver": "^4.1.0",
34
+ "@aws-sdk/util-user-agent-node": "3.806.0",
35
+ "@smithy/config-resolver": "^4.1.1",
36
36
  "@smithy/core": "^3.3.1",
37
37
  "@smithy/fetch-http-handler": "^5.0.2",
38
38
  "@smithy/hash-node": "^4.0.2",
39
39
  "@smithy/invalid-dependency": "^4.0.2",
40
40
  "@smithy/middleware-content-length": "^4.0.2",
41
- "@smithy/middleware-endpoint": "^4.1.2",
42
- "@smithy/middleware-retry": "^4.1.3",
41
+ "@smithy/middleware-endpoint": "^4.1.3",
42
+ "@smithy/middleware-retry": "^4.1.4",
43
43
  "@smithy/middleware-serde": "^4.0.3",
44
44
  "@smithy/middleware-stack": "^4.0.2",
45
- "@smithy/node-config-provider": "^4.0.2",
45
+ "@smithy/node-config-provider": "^4.1.0",
46
46
  "@smithy/node-http-handler": "^4.0.4",
47
47
  "@smithy/protocol-http": "^5.1.0",
48
- "@smithy/smithy-client": "^4.2.2",
48
+ "@smithy/smithy-client": "^4.2.3",
49
49
  "@smithy/types": "^4.2.0",
50
50
  "@smithy/url-parser": "^4.0.2",
51
51
  "@smithy/util-base64": "^4.0.0",
52
52
  "@smithy/util-body-length-browser": "^4.0.0",
53
53
  "@smithy/util-body-length-node": "^4.0.0",
54
- "@smithy/util-defaults-mode-browser": "^4.0.10",
55
- "@smithy/util-defaults-mode-node": "^4.0.10",
56
- "@smithy/util-endpoints": "^3.0.2",
54
+ "@smithy/util-defaults-mode-browser": "^4.0.11",
55
+ "@smithy/util-defaults-mode-node": "^4.0.11",
56
+ "@smithy/util-endpoints": "^3.0.3",
57
57
  "@smithy/util-middleware": "^4.0.2",
58
58
  "@smithy/util-retry": "^4.0.3",
59
59
  "@smithy/util-utf8": "^4.0.0",