@aws-sdk/client-ec2 3.908.0 → 3.910.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 (79) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/endpoint/ruleset.js +1 -1
  3. package/dist-cjs/index.js +217 -78
  4. package/dist-es/EC2.js +2 -0
  5. package/dist-es/commands/CopyVolumesCommand.js +22 -0
  6. package/dist-es/commands/index.js +1 -0
  7. package/dist-es/endpoint/ruleset.js +1 -1
  8. package/dist-es/models/models_1.js +64 -9
  9. package/dist-es/models/models_2.js +0 -20
  10. package/dist-es/models/models_3.js +7 -4
  11. package/dist-es/models/models_4.js +4 -4
  12. package/dist-es/models/models_5.js +5 -5
  13. package/dist-es/models/models_6.js +5 -0
  14. package/dist-es/protocols/Aws_ec2.js +113 -36
  15. package/dist-types/EC2.d.ts +7 -0
  16. package/dist-types/EC2Client.d.ts +3 -2
  17. package/dist-types/commands/CopyVolumesCommand.d.ts +137 -0
  18. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
  19. package/dist-types/commands/CreateFleetCommand.d.ts +4 -4
  20. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  22. package/dist-types/commands/CreateVolumeCommand.d.ts +3 -1
  23. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -2
  24. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
  26. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  29. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
  34. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  35. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  37. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +3 -2
  38. package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
  39. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  40. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +2 -1
  41. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -2
  42. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  43. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  44. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  45. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  46. package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  47. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  48. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  49. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  50. package/dist-types/commands/index.d.ts +1 -0
  51. package/dist-types/models/models_1.d.ts +351 -115
  52. package/dist-types/models/models_2.d.ts +104 -227
  53. package/dist-types/models/models_3.d.ts +45 -83
  54. package/dist-types/models/models_4.d.ts +83 -30
  55. package/dist-types/models/models_5.d.ts +37 -32
  56. package/dist-types/models/models_6.d.ts +32 -46
  57. package/dist-types/models/models_7.d.ts +52 -43
  58. package/dist-types/models/models_8.d.ts +44 -7
  59. package/dist-types/protocols/Aws_ec2.d.ts +9 -0
  60. package/dist-types/ts3.4/EC2.d.ts +17 -0
  61. package/dist-types/ts3.4/EC2Client.d.ts +6 -0
  62. package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +47 -0
  63. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +4 -2
  65. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
  66. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +4 -2
  68. package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  70. package/dist-types/ts3.4/models/models_1.d.ts +109 -31
  71. package/dist-types/ts3.4/models/models_2.d.ts +18 -57
  72. package/dist-types/ts3.4/models/models_3.d.ts +14 -15
  73. package/dist-types/ts3.4/models/models_4.d.ts +13 -10
  74. package/dist-types/ts3.4/models/models_5.d.ts +13 -14
  75. package/dist-types/ts3.4/models/models_6.d.ts +13 -12
  76. package/dist-types/ts3.4/models/models_7.d.ts +12 -11
  77. package/dist-types/ts3.4/models/models_8.d.ts +12 -1
  78. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
  79. package/package.json +35 -35
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.908.0",
4
+ "version": "3.910.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,44 +20,44 @@
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.908.0",
24
- "@aws-sdk/credential-provider-node": "3.908.0",
25
- "@aws-sdk/middleware-host-header": "3.901.0",
26
- "@aws-sdk/middleware-logger": "3.901.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.901.0",
28
- "@aws-sdk/middleware-sdk-ec2": "3.908.0",
29
- "@aws-sdk/middleware-user-agent": "3.908.0",
30
- "@aws-sdk/region-config-resolver": "3.901.0",
31
- "@aws-sdk/types": "3.901.0",
32
- "@aws-sdk/util-endpoints": "3.901.0",
33
- "@aws-sdk/util-user-agent-browser": "3.907.0",
34
- "@aws-sdk/util-user-agent-node": "3.908.0",
35
- "@smithy/config-resolver": "^4.3.0",
36
- "@smithy/core": "^3.15.0",
37
- "@smithy/fetch-http-handler": "^5.3.1",
38
- "@smithy/hash-node": "^4.2.0",
39
- "@smithy/invalid-dependency": "^4.2.0",
40
- "@smithy/middleware-content-length": "^4.2.0",
41
- "@smithy/middleware-endpoint": "^4.3.1",
42
- "@smithy/middleware-retry": "^4.4.1",
43
- "@smithy/middleware-serde": "^4.2.0",
44
- "@smithy/middleware-stack": "^4.2.0",
45
- "@smithy/node-config-provider": "^4.3.0",
46
- "@smithy/node-http-handler": "^4.3.0",
47
- "@smithy/protocol-http": "^5.3.0",
48
- "@smithy/smithy-client": "^4.7.1",
49
- "@smithy/types": "^4.6.0",
50
- "@smithy/url-parser": "^4.2.0",
23
+ "@aws-sdk/core": "3.910.0",
24
+ "@aws-sdk/credential-provider-node": "3.910.0",
25
+ "@aws-sdk/middleware-host-header": "3.910.0",
26
+ "@aws-sdk/middleware-logger": "3.910.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.910.0",
28
+ "@aws-sdk/middleware-sdk-ec2": "3.910.0",
29
+ "@aws-sdk/middleware-user-agent": "3.910.0",
30
+ "@aws-sdk/region-config-resolver": "3.910.0",
31
+ "@aws-sdk/types": "3.910.0",
32
+ "@aws-sdk/util-endpoints": "3.910.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.910.0",
34
+ "@aws-sdk/util-user-agent-node": "3.910.0",
35
+ "@smithy/config-resolver": "^4.3.2",
36
+ "@smithy/core": "^3.16.1",
37
+ "@smithy/fetch-http-handler": "^5.3.3",
38
+ "@smithy/hash-node": "^4.2.2",
39
+ "@smithy/invalid-dependency": "^4.2.2",
40
+ "@smithy/middleware-content-length": "^4.2.2",
41
+ "@smithy/middleware-endpoint": "^4.3.3",
42
+ "@smithy/middleware-retry": "^4.4.3",
43
+ "@smithy/middleware-serde": "^4.2.2",
44
+ "@smithy/middleware-stack": "^4.2.2",
45
+ "@smithy/node-config-provider": "^4.3.2",
46
+ "@smithy/node-http-handler": "^4.4.1",
47
+ "@smithy/protocol-http": "^5.3.2",
48
+ "@smithy/smithy-client": "^4.8.1",
49
+ "@smithy/types": "^4.7.1",
50
+ "@smithy/url-parser": "^4.2.2",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.0",
55
- "@smithy/util-defaults-mode-node": "^4.2.1",
56
- "@smithy/util-endpoints": "^3.2.0",
57
- "@smithy/util-middleware": "^4.2.0",
58
- "@smithy/util-retry": "^4.2.0",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.2",
55
+ "@smithy/util-defaults-mode-node": "^4.2.3",
56
+ "@smithy/util-endpoints": "^3.2.2",
57
+ "@smithy/util-middleware": "^4.2.2",
58
+ "@smithy/util-retry": "^4.2.2",
59
59
  "@smithy/util-utf8": "^4.2.0",
60
- "@smithy/util-waiter": "^4.2.0",
60
+ "@smithy/util-waiter": "^4.2.2",
61
61
  "@smithy/uuid": "^1.1.0",
62
62
  "tslib": "^2.6.2"
63
63
  },