File tree Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 62
62
"tslib" : " ^2.5.0"
63
63
},
64
64
"devDependencies" : {
65
+ "@aws-sdk/signature-v4-crt" : " *" ,
65
66
"@smithy/service-client-documentation-generator" : " ^2.1.1" ,
66
67
"@tsconfig/node14" : " 1.0.3" ,
67
68
"@types/node" : " ^14.14.31" ,
Original file line number Diff line number Diff line change 83
83
"tslib" : " ^2.5.0"
84
84
},
85
85
"devDependencies" : {
86
+ "@aws-sdk/signature-v4-crt" : " *" ,
86
87
"@smithy/service-client-documentation-generator" : " ^2.1.1" ,
87
88
"@tsconfig/node14" : " 1.0.3" ,
88
89
"@types/chai" : " ^4.2.11" ,
Original file line number Diff line number Diff line change 1
1
// smithy-typescript generated code
2
2
import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client";
3
-
4
3
import { StreamingBlobTypes } from "@smithy/types";
5
4
6
5
import { S3ServiceException as __BaseException } from "./S3ServiceException";
Original file line number Diff line number Diff line change 1
1
// smithy-typescript generated code
2
2
import { ExceptionOptionType as __ExceptionOptionType , SENSITIVE_STRING } from "@smithy/smithy-client" ;
3
-
4
3
import { StreamingBlobTypes } from "@smithy/types" ;
5
4
6
5
import {
@@ -28,7 +27,6 @@ import {
28
27
StorageClass ,
29
28
Tag ,
30
29
} from "./models_0" ;
31
-
32
30
import { S3ServiceException as __BaseException } from "./S3ServiceException" ;
33
31
34
32
/**
You can’t perform that action at this time.
0 commit comments