@aws-sdk/client-ec2 3.47.2 → 3.48.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 (124) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/EC2.js +45 -0
  3. package/dist-cjs/commands/DescribeFastLaunchImagesCommand.js +36 -0
  4. package/dist-cjs/commands/DescribeReservedInstancesCommand.js +2 -1
  5. package/dist-cjs/commands/DescribeReservedInstancesListingsCommand.js +3 -3
  6. package/dist-cjs/commands/DescribeReservedInstancesModificationsCommand.js +1 -2
  7. package/dist-cjs/commands/DisableFastLaunchCommand.js +36 -0
  8. package/dist-cjs/commands/EnableFastLaunchCommand.js +36 -0
  9. package/dist-cjs/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +2 -1
  10. package/dist-cjs/commands/GetIpamAddressHistoryCommand.js +3 -3
  11. package/dist-cjs/commands/GetIpamPoolAllocationsCommand.js +3 -3
  12. package/dist-cjs/commands/GetIpamPoolCidrsCommand.js +3 -3
  13. package/dist-cjs/commands/GetIpamResourceCidrsCommand.js +1 -2
  14. package/dist-cjs/commands/RestoreAddressToClassicCommand.js +3 -3
  15. package/dist-cjs/commands/RestoreManagedPrefixListVersionCommand.js +3 -3
  16. package/dist-cjs/commands/RestoreSnapshotFromRecycleBinCommand.js +3 -3
  17. package/dist-cjs/commands/RestoreSnapshotTierCommand.js +3 -3
  18. package/dist-cjs/commands/RevokeClientVpnIngressCommand.js +3 -3
  19. package/dist-cjs/commands/RevokeSecurityGroupEgressCommand.js +3 -3
  20. package/dist-cjs/commands/RevokeSecurityGroupIngressCommand.js +3 -3
  21. package/dist-cjs/commands/index.js +3 -0
  22. package/dist-cjs/models/models_0.js +14 -7
  23. package/dist-cjs/models/models_1.js +11 -6
  24. package/dist-cjs/models/models_2.js +7 -13
  25. package/dist-cjs/models/models_3.js +61 -53
  26. package/dist-cjs/models/models_4.js +89 -101
  27. package/dist-cjs/models/models_5.js +101 -96
  28. package/dist-cjs/models/models_6.js +92 -2
  29. package/dist-cjs/pagination/DescribeFastLaunchImagesPaginator.js +35 -0
  30. package/dist-cjs/pagination/index.js +1 -0
  31. package/dist-cjs/protocols/Aws_ec2.js +501 -17
  32. package/dist-es/EC2.js +45 -0
  33. package/dist-es/commands/DescribeFastLaunchImagesCommand.js +39 -0
  34. package/dist-es/commands/DescribeReservedInstancesCommand.js +2 -1
  35. package/dist-es/commands/DescribeReservedInstancesListingsCommand.js +1 -1
  36. package/dist-es/commands/DescribeReservedInstancesModificationsCommand.js +1 -2
  37. package/dist-es/commands/DisableFastLaunchCommand.js +39 -0
  38. package/dist-es/commands/EnableFastLaunchCommand.js +39 -0
  39. package/dist-es/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +2 -1
  40. package/dist-es/commands/GetIpamAddressHistoryCommand.js +1 -1
  41. package/dist-es/commands/GetIpamPoolAllocationsCommand.js +1 -1
  42. package/dist-es/commands/GetIpamPoolCidrsCommand.js +1 -1
  43. package/dist-es/commands/GetIpamResourceCidrsCommand.js +1 -2
  44. package/dist-es/commands/RestoreAddressToClassicCommand.js +1 -1
  45. package/dist-es/commands/RestoreManagedPrefixListVersionCommand.js +1 -1
  46. package/dist-es/commands/RestoreSnapshotFromRecycleBinCommand.js +1 -1
  47. package/dist-es/commands/RestoreSnapshotTierCommand.js +1 -1
  48. package/dist-es/commands/RevokeClientVpnIngressCommand.js +1 -1
  49. package/dist-es/commands/RevokeSecurityGroupEgressCommand.js +1 -1
  50. package/dist-es/commands/RevokeSecurityGroupIngressCommand.js +1 -1
  51. package/dist-es/commands/index.js +3 -0
  52. package/dist-es/models/models_0.js +10 -5
  53. package/dist-es/models/models_1.js +5 -0
  54. package/dist-es/models/models_2.js +4 -8
  55. package/dist-es/models/models_3.js +41 -33
  56. package/dist-es/models/models_4.js +57 -75
  57. package/dist-es/models/models_5.js +75 -60
  58. package/dist-es/models/models_6.js +60 -0
  59. package/dist-es/pagination/DescribeFastLaunchImagesPaginator.js +74 -0
  60. package/dist-es/pagination/index.js +1 -0
  61. package/dist-es/protocols/Aws_ec2.js +1498 -991
  62. package/dist-types/EC2.d.ts +28 -0
  63. package/dist-types/EC2Client.d.ts +5 -2
  64. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +35 -0
  65. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +2 -1
  66. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -2
  68. package/dist-types/commands/DisableFastLaunchCommand.d.ts +37 -0
  69. package/dist-types/commands/EnableFastLaunchCommand.d.ts +40 -0
  70. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -1
  71. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
  72. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  73. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
  74. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -2
  75. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  76. package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  77. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  78. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  79. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  80. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  81. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  82. package/dist-types/commands/index.d.ts +3 -0
  83. package/dist-types/models/models_0.d.ts +25 -11
  84. package/dist-types/models/models_1.d.ts +11 -8
  85. package/dist-types/models/models_2.d.ts +18 -71
  86. package/dist-types/models/models_3.d.ts +240 -298
  87. package/dist-types/models/models_4.d.ts +500 -334
  88. package/dist-types/models/models_5.d.ts +334 -420
  89. package/dist-types/models/models_6.d.ts +413 -3
  90. package/dist-types/pagination/DescribeFastLaunchImagesPaginator.d.ts +4 -0
  91. package/dist-types/pagination/index.d.ts +1 -0
  92. package/dist-types/protocols/Aws_ec2.d.ts +9 -0
  93. package/dist-types/ts3.4/EC2.d.ts +15 -0
  94. package/dist-types/ts3.4/EC2Client.d.ts +5 -2
  95. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -2
  99. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -2
  106. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  114. package/dist-types/ts3.4/models/models_0.d.ts +17 -5
  115. package/dist-types/ts3.4/models/models_1.d.ts +5 -2
  116. package/dist-types/ts3.4/models/models_2.d.ts +12 -37
  117. package/dist-types/ts3.4/models/models_3.d.ts +122 -122
  118. package/dist-types/ts3.4/models/models_4.d.ts +224 -194
  119. package/dist-types/ts3.4/models/models_5.d.ts +196 -219
  120. package/dist-types/ts3.4/models/models_6.d.ts +218 -3
  121. package/dist-types/ts3.4/pagination/DescribeFastLaunchImagesPaginator.d.ts +4 -0
  122. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  123. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +9 -0
  124. package/package.json +3 -3
@@ -210,6 +210,7 @@ import { DescribeEgressOnlyInternetGatewaysCommandInput, DescribeEgressOnlyInter
210
210
  import { DescribeElasticGpusCommandInput, DescribeElasticGpusCommandOutput } from "../commands/DescribeElasticGpusCommand";
211
211
  import { DescribeExportImageTasksCommandInput, DescribeExportImageTasksCommandOutput } from "../commands/DescribeExportImageTasksCommand";
212
212
  import { DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput } from "../commands/DescribeExportTasksCommand";
213
+ import { DescribeFastLaunchImagesCommandInput, DescribeFastLaunchImagesCommandOutput } from "../commands/DescribeFastLaunchImagesCommand";
213
214
  import { DescribeFastSnapshotRestoresCommandInput, DescribeFastSnapshotRestoresCommandOutput } from "../commands/DescribeFastSnapshotRestoresCommand";
214
215
  import { DescribeFleetHistoryCommandInput, DescribeFleetHistoryCommandOutput } from "../commands/DescribeFleetHistoryCommand";
215
216
  import { DescribeFleetInstancesCommandInput, DescribeFleetInstancesCommandOutput } from "../commands/DescribeFleetInstancesCommand";
@@ -324,6 +325,7 @@ import { DetachNetworkInterfaceCommandInput, DetachNetworkInterfaceCommandOutput
324
325
  import { DetachVolumeCommandInput, DetachVolumeCommandOutput } from "../commands/DetachVolumeCommand";
325
326
  import { DetachVpnGatewayCommandInput, DetachVpnGatewayCommandOutput } from "../commands/DetachVpnGatewayCommand";
326
327
  import { DisableEbsEncryptionByDefaultCommandInput, DisableEbsEncryptionByDefaultCommandOutput } from "../commands/DisableEbsEncryptionByDefaultCommand";
328
+ import { DisableFastLaunchCommandInput, DisableFastLaunchCommandOutput } from "../commands/DisableFastLaunchCommand";
327
329
  import { DisableFastSnapshotRestoresCommandInput, DisableFastSnapshotRestoresCommandOutput } from "../commands/DisableFastSnapshotRestoresCommand";
328
330
  import { DisableImageDeprecationCommandInput, DisableImageDeprecationCommandOutput } from "../commands/DisableImageDeprecationCommand";
329
331
  import { DisableIpamOrganizationAdminAccountCommandInput, DisableIpamOrganizationAdminAccountCommandOutput } from "../commands/DisableIpamOrganizationAdminAccountCommand";
@@ -344,6 +346,7 @@ import { DisassociateTransitGatewayRouteTableCommandInput, DisassociateTransitGa
344
346
  import { DisassociateTrunkInterfaceCommandInput, DisassociateTrunkInterfaceCommandOutput } from "../commands/DisassociateTrunkInterfaceCommand";
345
347
  import { DisassociateVpcCidrBlockCommandInput, DisassociateVpcCidrBlockCommandOutput } from "../commands/DisassociateVpcCidrBlockCommand";
346
348
  import { EnableEbsEncryptionByDefaultCommandInput, EnableEbsEncryptionByDefaultCommandOutput } from "../commands/EnableEbsEncryptionByDefaultCommand";
349
+ import { EnableFastLaunchCommandInput, EnableFastLaunchCommandOutput } from "../commands/EnableFastLaunchCommand";
347
350
  import { EnableFastSnapshotRestoresCommandInput, EnableFastSnapshotRestoresCommandOutput } from "../commands/EnableFastSnapshotRestoresCommand";
348
351
  import { EnableImageDeprecationCommandInput, EnableImageDeprecationCommandOutput } from "../commands/EnableImageDeprecationCommand";
349
352
  import { EnableIpamOrganizationAdminAccountCommandInput, EnableIpamOrganizationAdminAccountCommandOutput } from "../commands/EnableIpamOrganizationAdminAccountCommand";
@@ -726,6 +729,7 @@ export declare const serializeAws_ec2DescribeEgressOnlyInternetGatewaysCommand:
726
729
  export declare const serializeAws_ec2DescribeElasticGpusCommand: (input: DescribeElasticGpusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
727
730
  export declare const serializeAws_ec2DescribeExportImageTasksCommand: (input: DescribeExportImageTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
728
731
  export declare const serializeAws_ec2DescribeExportTasksCommand: (input: DescribeExportTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
732
+ export declare const serializeAws_ec2DescribeFastLaunchImagesCommand: (input: DescribeFastLaunchImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
729
733
  export declare const serializeAws_ec2DescribeFastSnapshotRestoresCommand: (input: DescribeFastSnapshotRestoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
730
734
  export declare const serializeAws_ec2DescribeFleetHistoryCommand: (input: DescribeFleetHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
731
735
  export declare const serializeAws_ec2DescribeFleetInstancesCommand: (input: DescribeFleetInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -840,6 +844,7 @@ export declare const serializeAws_ec2DetachNetworkInterfaceCommand: (input: Deta
840
844
  export declare const serializeAws_ec2DetachVolumeCommand: (input: DetachVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
841
845
  export declare const serializeAws_ec2DetachVpnGatewayCommand: (input: DetachVpnGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
842
846
  export declare const serializeAws_ec2DisableEbsEncryptionByDefaultCommand: (input: DisableEbsEncryptionByDefaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
847
+ export declare const serializeAws_ec2DisableFastLaunchCommand: (input: DisableFastLaunchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
843
848
  export declare const serializeAws_ec2DisableFastSnapshotRestoresCommand: (input: DisableFastSnapshotRestoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
844
849
  export declare const serializeAws_ec2DisableImageDeprecationCommand: (input: DisableImageDeprecationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
845
850
  export declare const serializeAws_ec2DisableIpamOrganizationAdminAccountCommand: (input: DisableIpamOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -860,6 +865,7 @@ export declare const serializeAws_ec2DisassociateTransitGatewayRouteTableCommand
860
865
  export declare const serializeAws_ec2DisassociateTrunkInterfaceCommand: (input: DisassociateTrunkInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
861
866
  export declare const serializeAws_ec2DisassociateVpcCidrBlockCommand: (input: DisassociateVpcCidrBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
862
867
  export declare const serializeAws_ec2EnableEbsEncryptionByDefaultCommand: (input: EnableEbsEncryptionByDefaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
868
+ export declare const serializeAws_ec2EnableFastLaunchCommand: (input: EnableFastLaunchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
863
869
  export declare const serializeAws_ec2EnableFastSnapshotRestoresCommand: (input: EnableFastSnapshotRestoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
864
870
  export declare const serializeAws_ec2EnableImageDeprecationCommand: (input: EnableImageDeprecationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
865
871
  export declare const serializeAws_ec2EnableIpamOrganizationAdminAccountCommand: (input: EnableIpamOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -1242,6 +1248,7 @@ export declare const deserializeAws_ec2DescribeEgressOnlyInternetGatewaysCommand
1242
1248
  export declare const deserializeAws_ec2DescribeElasticGpusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeElasticGpusCommandOutput>;
1243
1249
  export declare const deserializeAws_ec2DescribeExportImageTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExportImageTasksCommandOutput>;
1244
1250
  export declare const deserializeAws_ec2DescribeExportTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExportTasksCommandOutput>;
1251
+ export declare const deserializeAws_ec2DescribeFastLaunchImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFastLaunchImagesCommandOutput>;
1245
1252
  export declare const deserializeAws_ec2DescribeFastSnapshotRestoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFastSnapshotRestoresCommandOutput>;
1246
1253
  export declare const deserializeAws_ec2DescribeFleetHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetHistoryCommandOutput>;
1247
1254
  export declare const deserializeAws_ec2DescribeFleetInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetInstancesCommandOutput>;
@@ -1356,6 +1363,7 @@ export declare const deserializeAws_ec2DetachNetworkInterfaceCommand: (output: _
1356
1363
  export declare const deserializeAws_ec2DetachVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachVolumeCommandOutput>;
1357
1364
  export declare const deserializeAws_ec2DetachVpnGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachVpnGatewayCommandOutput>;
1358
1365
  export declare const deserializeAws_ec2DisableEbsEncryptionByDefaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableEbsEncryptionByDefaultCommandOutput>;
1366
+ export declare const deserializeAws_ec2DisableFastLaunchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableFastLaunchCommandOutput>;
1359
1367
  export declare const deserializeAws_ec2DisableFastSnapshotRestoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableFastSnapshotRestoresCommandOutput>;
1360
1368
  export declare const deserializeAws_ec2DisableImageDeprecationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableImageDeprecationCommandOutput>;
1361
1369
  export declare const deserializeAws_ec2DisableIpamOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableIpamOrganizationAdminAccountCommandOutput>;
@@ -1376,6 +1384,7 @@ export declare const deserializeAws_ec2DisassociateTransitGatewayRouteTableComma
1376
1384
  export declare const deserializeAws_ec2DisassociateTrunkInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTrunkInterfaceCommandOutput>;
1377
1385
  export declare const deserializeAws_ec2DisassociateVpcCidrBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateVpcCidrBlockCommandOutput>;
1378
1386
  export declare const deserializeAws_ec2EnableEbsEncryptionByDefaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableEbsEncryptionByDefaultCommandOutput>;
1387
+ export declare const deserializeAws_ec2EnableFastLaunchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableFastLaunchCommandOutput>;
1379
1388
  export declare const deserializeAws_ec2EnableFastSnapshotRestoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableFastSnapshotRestoresCommandOutput>;
1380
1389
  export declare const deserializeAws_ec2EnableImageDeprecationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableImageDeprecationCommandOutput>;
1381
1390
  export declare const deserializeAws_ec2EnableIpamOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableIpamOrganizationAdminAccountCommandOutput>;
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.47.2",
4
+ "version": "3.48.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",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.47.2",
21
+ "@aws-sdk/client-sts": "3.48.0",
22
22
  "@aws-sdk/config-resolver": "3.47.2",
23
- "@aws-sdk/credential-provider-node": "3.47.2",
23
+ "@aws-sdk/credential-provider-node": "3.48.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.47.2",
25
25
  "@aws-sdk/hash-node": "3.47.2",
26
26
  "@aws-sdk/invalid-dependency": "3.47.2",