Skip to content

Commit b0e122f

Browse files
committed
chore(private): add uuid import close to usage
1 parent ed8b68d commit b0e122f

File tree

16 files changed

+8
-47
lines changed

16 files changed

+8
-47
lines changed

private/aws-echo-service/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@
5151
"@smithy/util-middleware": "^4.1.1",
5252
"@smithy/util-retry": "^4.1.2",
5353
"@smithy/util-utf8": "^4.1.0",
54-
"@types/uuid": "^9.0.1",
55-
"tslib": "^2.6.2",
56-
"uuid": "^9.0.1"
54+
"tslib": "^2.6.2"
5755
},
5856
"devDependencies": {
5957
"@tsconfig/node18": "18.2.4",

private/aws-echo-service/src/protocols/Aws_restJson1.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import {
2424
ResponseMetadata as __ResponseMetadata,
2525
SerdeContext as __SerdeContext,
2626
} from "@smithy/types";
27-
import { v4 as generateIdempotencyToken } from "uuid";
2827

2928
/**
3029
* serializeAws_restJson1EchoCommand

private/aws-protocoltests-json-10/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@
5757
"@smithy/util-middleware": "^4.1.1",
5858
"@smithy/util-retry": "^4.1.2",
5959
"@smithy/util-utf8": "^4.1.0",
60-
"@types/uuid": "^9.0.1",
61-
"tslib": "^2.6.2",
62-
"uuid": "^9.0.1"
60+
"tslib": "^2.6.2"
6361
},
6462
"devDependencies": {
6563
"@tsconfig/node18": "18.2.4",

private/aws-protocoltests-json-machinelearning/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@
5757
"@smithy/util-middleware": "^4.1.1",
5858
"@smithy/util-retry": "^4.1.2",
5959
"@smithy/util-utf8": "^4.1.0",
60-
"@types/uuid": "^9.0.1",
61-
"tslib": "^2.6.2",
62-
"uuid": "^9.0.1"
60+
"tslib": "^2.6.2"
6361
},
6462
"devDependencies": {
6563
"@tsconfig/node18": "18.2.4",

private/aws-protocoltests-json-machinelearning/src/protocols/Aws_json1_1.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import {
1616
ResponseMetadata as __ResponseMetadata,
1717
SerdeContext as __SerdeContext,
1818
} from "@smithy/types";
19-
import { v4 as generateIdempotencyToken } from "uuid";
2019

2120
import { PredictCommandInput, PredictCommandOutput } from "../commands/PredictCommand";
2221
import { MachineLearningServiceException as __BaseException } from "../models/MachineLearningServiceException";

private/aws-protocoltests-json/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@
5757
"@smithy/util-middleware": "^4.1.1",
5858
"@smithy/util-retry": "^4.1.2",
5959
"@smithy/util-utf8": "^4.1.0",
60-
"@types/uuid": "^9.0.1",
61-
"tslib": "^2.6.2",
62-
"uuid": "^9.0.1"
60+
"tslib": "^2.6.2"
6361
},
6462
"devDependencies": {
6563
"@tsconfig/node18": "18.2.4",

private/aws-protocoltests-json/src/protocols/Aws_json1_1.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ import {
3939
ResponseMetadata as __ResponseMetadata,
4040
SerdeContext as __SerdeContext,
4141
} from "@smithy/types";
42-
import { v4 as generateIdempotencyToken } from "uuid";
4342

4443
import {
4544
ContentTypeParametersCommandInput,

private/aws-protocoltests-restjson-apigateway/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@
5757
"@smithy/util-middleware": "^4.1.1",
5858
"@smithy/util-retry": "^4.1.2",
5959
"@smithy/util-utf8": "^4.1.0",
60-
"@types/uuid": "^9.0.1",
61-
"tslib": "^2.6.2",
62-
"uuid": "^9.0.1"
60+
"tslib": "^2.6.2"
6361
},
6462
"devDependencies": {
6563
"@tsconfig/node18": "18.2.4",

private/aws-protocoltests-restjson-apigateway/src/protocols/Aws_restJson1.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import {
2323
ResponseMetadata as __ResponseMetadata,
2424
SerdeContext as __SerdeContext,
2525
} from "@smithy/types";
26-
import { v4 as generateIdempotencyToken } from "uuid";
2726

2827
import { GetRestApisCommandInput, GetRestApisCommandOutput } from "../commands/GetRestApisCommand";
2928
import { APIGatewayServiceException as __BaseException } from "../models/APIGatewayServiceException";

private/aws-protocoltests-restjson-glacier/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@
5959
"@smithy/util-middleware": "^4.1.1",
6060
"@smithy/util-retry": "^4.1.2",
6161
"@smithy/util-utf8": "^4.1.0",
62-
"@types/uuid": "^9.0.1",
63-
"tslib": "^2.6.2",
64-
"uuid": "^9.0.1"
62+
"tslib": "^2.6.2"
6563
},
6664
"devDependencies": {
6765
"@tsconfig/node18": "18.2.4",

0 commit comments

Comments
 (0)