File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/ec2-metadata-service Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
"module" : " ./dist-es/index.js" ,
22
22
"types" : " ./dist-types/index.d.ts" ,
23
23
"dependencies" : {
24
- "@aws-sdk /protocol-http" : " * " ,
24
+ "@smithy /protocol-http" : " ^3.3.0 " ,
25
25
"@aws-sdk/types" : " *" ,
26
26
"@smithy/node-config-provider" : " ^2.3.0" ,
27
27
"@smithy/node-http-handler" : " ^2.5.0" ,
Original file line number Diff line number Diff line change 1
- import { HttpRequest } from "@aws-sdk/protocol-http" ;
2
1
import { HttpHandlerOptions } from "@aws-sdk/types" ;
3
2
import { loadConfig } from "@smithy/node-config-provider" ;
4
3
import { NodeHttpHandler } from "@smithy/node-http-handler" ;
4
+ import { HttpRequest } from "@smithy/protocol-http" ;
5
5
import { sdkStreamMixin } from "@smithy/util-stream" ;
6
6
7
7
import { ENDPOINT_SELECTORS , IMDSv1_DISABLED_SELECTORS } from "./ConfigLoaders" ;
You can’t perform that action at this time.
0 commit comments