@aws-sdk/client-ec2 3.87.0 → 3.88.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 (48) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/EC2.js +15 -0
  3. package/dist-cjs/commands/GetFlowLogsIntegrationTemplateCommand.js +1 -2
  4. package/dist-cjs/commands/GetInstanceUefiDataCommand.js +36 -0
  5. package/dist-cjs/commands/RequestSpotFleetCommand.js +2 -1
  6. package/dist-cjs/commands/RequestSpotInstancesCommand.js +1 -2
  7. package/dist-cjs/commands/index.js +1 -0
  8. package/dist-cjs/models/models_3.js +9 -11
  9. package/dist-cjs/models/models_4.js +12 -12
  10. package/dist-cjs/models/models_5.js +24 -24
  11. package/dist-cjs/models/models_6.js +20 -2
  12. package/dist-cjs/protocols/Aws_ec2.js +105 -14
  13. package/dist-es/EC2.js +15 -0
  14. package/dist-es/commands/GetFlowLogsIntegrationTemplateCommand.js +1 -2
  15. package/dist-es/commands/GetInstanceUefiDataCommand.js +39 -0
  16. package/dist-es/commands/RequestSpotFleetCommand.js +2 -1
  17. package/dist-es/commands/RequestSpotInstancesCommand.js +1 -2
  18. package/dist-es/commands/index.js +1 -0
  19. package/dist-es/models/models_3.js +4 -4
  20. package/dist-es/models/models_4.js +4 -4
  21. package/dist-es/models/models_5.js +12 -12
  22. package/dist-es/models/models_6.js +12 -0
  23. package/dist-es/protocols/Aws_ec2.js +100 -0
  24. package/dist-types/EC2.d.ts +16 -0
  25. package/dist-types/EC2Client.d.ts +3 -2
  26. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -2
  27. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +44 -0
  28. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -1
  29. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -2
  30. package/dist-types/commands/index.d.ts +1 -0
  31. package/dist-types/models/models_3.d.ts +28 -25
  32. package/dist-types/models/models_4.d.ts +25 -27
  33. package/dist-types/models/models_5.d.ts +76 -209
  34. package/dist-types/models/models_6.d.ts +207 -1
  35. package/dist-types/protocols/Aws_ec2.d.ts +3 -0
  36. package/dist-types/ts3.4/EC2.d.ts +5 -0
  37. package/dist-types/ts3.4/EC2Client.d.ts +3 -2
  38. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -2
  39. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -2
  42. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  43. package/dist-types/ts3.4/models/models_3.d.ts +12 -14
  44. package/dist-types/ts3.4/models/models_4.d.ts +14 -15
  45. package/dist-types/ts3.4/models/models_5.d.ts +41 -84
  46. package/dist-types/ts3.4/models/models_6.d.ts +82 -1
  47. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +3 -0
  48. package/package.json +1 -1
@@ -373,6 +373,7 @@ import { GetFlowLogsIntegrationTemplateCommandInput, GetFlowLogsIntegrationTempl
373
373
  import { GetGroupsForCapacityReservationCommandInput, GetGroupsForCapacityReservationCommandOutput } from "../commands/GetGroupsForCapacityReservationCommand";
374
374
  import { GetHostReservationPurchasePreviewCommandInput, GetHostReservationPurchasePreviewCommandOutput } from "../commands/GetHostReservationPurchasePreviewCommand";
375
375
  import { GetInstanceTypesFromInstanceRequirementsCommandInput, GetInstanceTypesFromInstanceRequirementsCommandOutput } from "../commands/GetInstanceTypesFromInstanceRequirementsCommand";
376
+ import { GetInstanceUefiDataCommandInput, GetInstanceUefiDataCommandOutput } from "../commands/GetInstanceUefiDataCommand";
376
377
  import { GetIpamAddressHistoryCommandInput, GetIpamAddressHistoryCommandOutput } from "../commands/GetIpamAddressHistoryCommand";
377
378
  import { GetIpamPoolAllocationsCommandInput, GetIpamPoolAllocationsCommandOutput } from "../commands/GetIpamPoolAllocationsCommand";
378
379
  import { GetIpamPoolCidrsCommandInput, GetIpamPoolCidrsCommandOutput } from "../commands/GetIpamPoolCidrsCommand";
@@ -895,6 +896,7 @@ export declare const serializeAws_ec2GetFlowLogsIntegrationTemplateCommand: (inp
895
896
  export declare const serializeAws_ec2GetGroupsForCapacityReservationCommand: (input: GetGroupsForCapacityReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
896
897
  export declare const serializeAws_ec2GetHostReservationPurchasePreviewCommand: (input: GetHostReservationPurchasePreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
897
898
  export declare const serializeAws_ec2GetInstanceTypesFromInstanceRequirementsCommand: (input: GetInstanceTypesFromInstanceRequirementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
899
+ export declare const serializeAws_ec2GetInstanceUefiDataCommand: (input: GetInstanceUefiDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
898
900
  export declare const serializeAws_ec2GetIpamAddressHistoryCommand: (input: GetIpamAddressHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
899
901
  export declare const serializeAws_ec2GetIpamPoolAllocationsCommand: (input: GetIpamPoolAllocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
900
902
  export declare const serializeAws_ec2GetIpamPoolCidrsCommand: (input: GetIpamPoolCidrsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -1417,6 +1419,7 @@ export declare const deserializeAws_ec2GetFlowLogsIntegrationTemplateCommand: (o
1417
1419
  export declare const deserializeAws_ec2GetGroupsForCapacityReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupsForCapacityReservationCommandOutput>;
1418
1420
  export declare const deserializeAws_ec2GetHostReservationPurchasePreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHostReservationPurchasePreviewCommandOutput>;
1419
1421
  export declare const deserializeAws_ec2GetInstanceTypesFromInstanceRequirementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceTypesFromInstanceRequirementsCommandOutput>;
1422
+ export declare const deserializeAws_ec2GetInstanceUefiDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceUefiDataCommandOutput>;
1420
1423
  export declare const deserializeAws_ec2GetIpamAddressHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIpamAddressHistoryCommandOutput>;
1421
1424
  export declare const deserializeAws_ec2GetIpamPoolAllocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIpamPoolAllocationsCommandOutput>;
1422
1425
  export declare const deserializeAws_ec2GetIpamPoolCidrsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIpamPoolCidrsCommandOutput>;
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.87.0",
4
+ "version": "3.88.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",