@aws-sdk/client-codecatalyst 3.337.0 → 3.341.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.
- package/dist-cjs/CodeCatalystClient.js +2 -1
- package/dist-cjs/commands/CreateAccessTokenCommand.js +2 -1
- package/dist-cjs/commands/CreateDevEnvironmentCommand.js +2 -1
- package/dist-cjs/commands/CreateProjectCommand.js +2 -1
- package/dist-cjs/commands/CreateSourceRepositoryBranchCommand.js +2 -1
- package/dist-cjs/commands/DeleteAccessTokenCommand.js +2 -1
- package/dist-cjs/commands/DeleteDevEnvironmentCommand.js +2 -1
- package/dist-cjs/commands/GetDevEnvironmentCommand.js +2 -1
- package/dist-cjs/commands/GetProjectCommand.js +2 -1
- package/dist-cjs/commands/GetSourceRepositoryCloneUrlsCommand.js +2 -1
- package/dist-cjs/commands/GetSpaceCommand.js +2 -1
- package/dist-cjs/commands/GetSubscriptionCommand.js +2 -1
- package/dist-cjs/commands/GetUserDetailsCommand.js +2 -1
- package/dist-cjs/commands/ListAccessTokensCommand.js +2 -1
- package/dist-cjs/commands/ListDevEnvironmentSessionsCommand.js +2 -1
- package/dist-cjs/commands/ListDevEnvironmentsCommand.js +2 -1
- package/dist-cjs/commands/ListEventLogsCommand.js +2 -1
- package/dist-cjs/commands/ListProjectsCommand.js +2 -1
- package/dist-cjs/commands/ListSourceRepositoriesCommand.js +2 -1
- package/dist-cjs/commands/ListSourceRepositoryBranchesCommand.js +2 -1
- package/dist-cjs/commands/ListSpacesCommand.js +2 -1
- package/dist-cjs/commands/StartDevEnvironmentCommand.js +2 -1
- package/dist-cjs/commands/StartDevEnvironmentSessionCommand.js +2 -1
- package/dist-cjs/commands/StopDevEnvironmentCommand.js +2 -1
- package/dist-cjs/commands/StopDevEnvironmentSessionCommand.js +2 -1
- package/dist-cjs/commands/UpdateDevEnvironmentCommand.js +2 -1
- package/dist-cjs/commands/VerifySessionCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/CodeCatalystServiceException.js +2 -1
- package/dist-es/CodeCatalystClient.js +1 -0
- package/dist-es/commands/CreateAccessTokenCommand.js +1 -0
- package/dist-es/commands/CreateDevEnvironmentCommand.js +1 -0
- package/dist-es/commands/CreateProjectCommand.js +1 -0
- package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +1 -0
- package/dist-es/commands/DeleteAccessTokenCommand.js +1 -0
- package/dist-es/commands/DeleteDevEnvironmentCommand.js +1 -0
- package/dist-es/commands/GetDevEnvironmentCommand.js +1 -0
- package/dist-es/commands/GetProjectCommand.js +1 -0
- package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +1 -0
- package/dist-es/commands/GetSpaceCommand.js +1 -0
- package/dist-es/commands/GetSubscriptionCommand.js +1 -0
- package/dist-es/commands/GetUserDetailsCommand.js +1 -0
- package/dist-es/commands/ListAccessTokensCommand.js +1 -0
- package/dist-es/commands/ListDevEnvironmentSessionsCommand.js +1 -0
- package/dist-es/commands/ListDevEnvironmentsCommand.js +1 -0
- package/dist-es/commands/ListEventLogsCommand.js +1 -0
- package/dist-es/commands/ListProjectsCommand.js +1 -0
- package/dist-es/commands/ListSourceRepositoriesCommand.js +1 -0
- package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +1 -0
- package/dist-es/commands/ListSpacesCommand.js +1 -0
- package/dist-es/commands/StartDevEnvironmentCommand.js +1 -0
- package/dist-es/commands/StartDevEnvironmentSessionCommand.js +1 -0
- package/dist-es/commands/StopDevEnvironmentCommand.js +1 -0
- package/dist-es/commands/StopDevEnvironmentSessionCommand.js +1 -0
- package/dist-es/commands/UpdateDevEnvironmentCommand.js +1 -0
- package/dist-es/commands/VerifySessionCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/CodeCatalystServiceException.js +1 -0
- package/dist-types/CodeCatalystClient.d.ts +3 -3
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +4 -0
- package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +4 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +4 -0
- package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +4 -0
- package/dist-types/commands/GetDevEnvironmentCommand.d.ts +4 -0
- package/dist-types/commands/GetProjectCommand.d.ts +4 -0
- package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +4 -0
- package/dist-types/commands/GetSpaceCommand.d.ts +4 -0
- package/dist-types/commands/GetSubscriptionCommand.d.ts +4 -0
- package/dist-types/commands/GetUserDetailsCommand.d.ts +4 -0
- package/dist-types/commands/ListAccessTokensCommand.d.ts +4 -0
- package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +4 -0
- package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +4 -0
- package/dist-types/commands/ListEventLogsCommand.d.ts +4 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +4 -0
- package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +4 -0
- package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +4 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +4 -0
- package/dist-types/commands/StartDevEnvironmentCommand.d.ts +4 -0
- package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +4 -0
- package/dist-types/commands/StopDevEnvironmentCommand.d.ts +4 -0
- package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +4 -0
- package/dist-types/commands/VerifySessionCommand.d.ts +4 -0
- package/dist-types/index.d.ts +126 -2
- package/dist-types/models/CodeCatalystServiceException.d.ts +1 -0
- package/dist-types/ts3.4/CodeCatalystClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/CodeCatalystServiceException.d.ts +1 -0
- package/package.json +26 -26
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetSourceRepositoryCloneUrlsRequest,
|
|
16
16
|
GetSourceRepositoryCloneUrlsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSourceRepositoryCloneUrlsCommandInput
|
|
19
20
|
extends GetSourceRepositoryCloneUrlsRequest {}
|
|
20
21
|
export interface GetSourceRepositoryCloneUrlsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CodeCatalystClient";
|
|
14
14
|
import { GetSpaceRequest, GetSpaceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetSpaceCommandInput extends GetSpaceRequest {}
|
|
16
17
|
export interface GetSpaceCommandOutput
|
|
17
18
|
extends GetSpaceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetSubscriptionRequest,
|
|
16
16
|
GetSubscriptionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSubscriptionCommandInput extends GetSubscriptionRequest {}
|
|
19
20
|
export interface GetSubscriptionCommandOutput
|
|
20
21
|
extends GetSubscriptionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetUserDetailsRequest,
|
|
16
16
|
GetUserDetailsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetUserDetailsCommandInput extends GetUserDetailsRequest {}
|
|
19
20
|
export interface GetUserDetailsCommandOutput
|
|
20
21
|
extends GetUserDetailsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListAccessTokensRequest,
|
|
16
16
|
ListAccessTokensResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListAccessTokensCommandInput extends ListAccessTokensRequest {}
|
|
19
20
|
export interface ListAccessTokensCommandOutput
|
|
20
21
|
extends ListAccessTokensResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDevEnvironmentSessionsRequest,
|
|
16
16
|
ListDevEnvironmentSessionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDevEnvironmentSessionsCommandInput
|
|
19
20
|
extends ListDevEnvironmentSessionsRequest {}
|
|
20
21
|
export interface ListDevEnvironmentSessionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDevEnvironmentsRequest,
|
|
16
16
|
ListDevEnvironmentsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDevEnvironmentsCommandInput
|
|
19
20
|
extends ListDevEnvironmentsRequest {}
|
|
20
21
|
export interface ListDevEnvironmentsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListEventLogsRequest,
|
|
16
16
|
ListEventLogsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListEventLogsCommandInput extends ListEventLogsRequest {}
|
|
19
20
|
export interface ListEventLogsCommandOutput
|
|
20
21
|
extends ListEventLogsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CodeCatalystClient";
|
|
14
14
|
import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListProjectsCommandInput extends ListProjectsRequest {}
|
|
16
17
|
export interface ListProjectsCommandOutput
|
|
17
18
|
extends ListProjectsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListSourceRepositoriesRequest,
|
|
16
16
|
ListSourceRepositoriesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListSourceRepositoriesCommandInput
|
|
19
20
|
extends ListSourceRepositoriesRequest {}
|
|
20
21
|
export interface ListSourceRepositoriesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListSourceRepositoryBranchesRequest,
|
|
16
16
|
ListSourceRepositoryBranchesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListSourceRepositoryBranchesCommandInput
|
|
19
20
|
extends ListSourceRepositoryBranchesRequest {}
|
|
20
21
|
export interface ListSourceRepositoryBranchesCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CodeCatalystClient";
|
|
14
14
|
import { ListSpacesRequest, ListSpacesResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListSpacesCommandInput extends ListSpacesRequest {}
|
|
16
17
|
export interface ListSpacesCommandOutput
|
|
17
18
|
extends ListSpacesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StartDevEnvironmentRequest,
|
|
16
16
|
StartDevEnvironmentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartDevEnvironmentCommandInput
|
|
19
20
|
extends StartDevEnvironmentRequest {}
|
|
20
21
|
export interface StartDevEnvironmentCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StartDevEnvironmentSessionRequest,
|
|
16
16
|
StartDevEnvironmentSessionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartDevEnvironmentSessionCommandInput
|
|
19
20
|
extends StartDevEnvironmentSessionRequest {}
|
|
20
21
|
export interface StartDevEnvironmentSessionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StopDevEnvironmentRequest,
|
|
16
16
|
StopDevEnvironmentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StopDevEnvironmentCommandInput
|
|
19
20
|
extends StopDevEnvironmentRequest {}
|
|
20
21
|
export interface StopDevEnvironmentCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StopDevEnvironmentSessionRequest,
|
|
16
16
|
StopDevEnvironmentSessionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StopDevEnvironmentSessionCommandInput
|
|
19
20
|
extends StopDevEnvironmentSessionRequest {}
|
|
20
21
|
export interface StopDevEnvironmentSessionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateDevEnvironmentRequest,
|
|
16
16
|
UpdateDevEnvironmentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateDevEnvironmentCommandInput
|
|
19
20
|
extends UpdateDevEnvironmentRequest {}
|
|
20
21
|
export interface UpdateDevEnvironmentCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CodeCatalystClient";
|
|
14
14
|
import { VerifySessionResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface VerifySessionCommandInput {}
|
|
16
17
|
export interface VerifySessionCommandOutput
|
|
17
18
|
extends VerifySessionResponse,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./CodeCatalyst";
|
|
2
1
|
export * from "./CodeCatalystClient";
|
|
2
|
+
export * from "./CodeCatalyst";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { CodeCatalystServiceException } from "./models/CodeCatalystServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class CodeCatalystServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codecatalyst",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codecatalyst Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.341.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",
|
|
@@ -21,34 +21,34 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-token": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/config-resolver": "3.341.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.341.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.341.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.341.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.341.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.341.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.341.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.341.0",
|
|
32
|
+
"@aws-sdk/middleware-recursion-detection": "3.341.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.341.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.341.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.341.0",
|
|
36
|
+
"@aws-sdk/middleware-token": "3.341.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.341.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.341.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.341.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.341.0",
|
|
41
|
+
"@aws-sdk/types": "3.341.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.341.0",
|
|
43
43
|
"@aws-sdk/util-base64": "3.310.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
-
"@aws-sdk/util-endpoints": "3.
|
|
49
|
-
"@aws-sdk/util-retry": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
51
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.341.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.341.0",
|
|
48
|
+
"@aws-sdk/util-endpoints": "3.341.0",
|
|
49
|
+
"@aws-sdk/util-retry": "3.341.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-browser": "3.341.0",
|
|
51
|
+
"@aws-sdk/util-user-agent-node": "3.341.0",
|
|
52
52
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
53
53
|
"@smithy/protocol-http": "^1.0.1",
|
|
54
54
|
"@smithy/types": "^1.0.0",
|