@aws-sdk/client-keyspaces 3.309.0 → 3.312.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/protocols/Aws_json1_0.js +19 -52
- package/dist-es/protocols/Aws_json1_0.js +19 -52
- package/package.json +35 -35
|
@@ -6,130 +6,91 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
6
6
|
const KeyspacesServiceException_1 = require("../models/KeyspacesServiceException");
|
|
7
7
|
const models_0_1 = require("../models/models_0");
|
|
8
8
|
const se_CreateKeyspaceCommand = async (input, context) => {
|
|
9
|
-
const headers =
|
|
10
|
-
"content-type": "application/x-amz-json-1.0",
|
|
11
|
-
"x-amz-target": "KeyspacesService.CreateKeyspace",
|
|
12
|
-
};
|
|
9
|
+
const headers = sharedHeaders("CreateKeyspace");
|
|
13
10
|
let body;
|
|
14
11
|
body = JSON.stringify(se_CreateKeyspaceRequest(input, context));
|
|
15
12
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
16
13
|
};
|
|
17
14
|
exports.se_CreateKeyspaceCommand = se_CreateKeyspaceCommand;
|
|
18
15
|
const se_CreateTableCommand = async (input, context) => {
|
|
19
|
-
const headers =
|
|
20
|
-
"content-type": "application/x-amz-json-1.0",
|
|
21
|
-
"x-amz-target": "KeyspacesService.CreateTable",
|
|
22
|
-
};
|
|
16
|
+
const headers = sharedHeaders("CreateTable");
|
|
23
17
|
let body;
|
|
24
18
|
body = JSON.stringify(se_CreateTableRequest(input, context));
|
|
25
19
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
26
20
|
};
|
|
27
21
|
exports.se_CreateTableCommand = se_CreateTableCommand;
|
|
28
22
|
const se_DeleteKeyspaceCommand = async (input, context) => {
|
|
29
|
-
const headers =
|
|
30
|
-
"content-type": "application/x-amz-json-1.0",
|
|
31
|
-
"x-amz-target": "KeyspacesService.DeleteKeyspace",
|
|
32
|
-
};
|
|
23
|
+
const headers = sharedHeaders("DeleteKeyspace");
|
|
33
24
|
let body;
|
|
34
25
|
body = JSON.stringify(se_DeleteKeyspaceRequest(input, context));
|
|
35
26
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
36
27
|
};
|
|
37
28
|
exports.se_DeleteKeyspaceCommand = se_DeleteKeyspaceCommand;
|
|
38
29
|
const se_DeleteTableCommand = async (input, context) => {
|
|
39
|
-
const headers =
|
|
40
|
-
"content-type": "application/x-amz-json-1.0",
|
|
41
|
-
"x-amz-target": "KeyspacesService.DeleteTable",
|
|
42
|
-
};
|
|
30
|
+
const headers = sharedHeaders("DeleteTable");
|
|
43
31
|
let body;
|
|
44
32
|
body = JSON.stringify(se_DeleteTableRequest(input, context));
|
|
45
33
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
46
34
|
};
|
|
47
35
|
exports.se_DeleteTableCommand = se_DeleteTableCommand;
|
|
48
36
|
const se_GetKeyspaceCommand = async (input, context) => {
|
|
49
|
-
const headers =
|
|
50
|
-
"content-type": "application/x-amz-json-1.0",
|
|
51
|
-
"x-amz-target": "KeyspacesService.GetKeyspace",
|
|
52
|
-
};
|
|
37
|
+
const headers = sharedHeaders("GetKeyspace");
|
|
53
38
|
let body;
|
|
54
39
|
body = JSON.stringify(se_GetKeyspaceRequest(input, context));
|
|
55
40
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
56
41
|
};
|
|
57
42
|
exports.se_GetKeyspaceCommand = se_GetKeyspaceCommand;
|
|
58
43
|
const se_GetTableCommand = async (input, context) => {
|
|
59
|
-
const headers =
|
|
60
|
-
"content-type": "application/x-amz-json-1.0",
|
|
61
|
-
"x-amz-target": "KeyspacesService.GetTable",
|
|
62
|
-
};
|
|
44
|
+
const headers = sharedHeaders("GetTable");
|
|
63
45
|
let body;
|
|
64
46
|
body = JSON.stringify(se_GetTableRequest(input, context));
|
|
65
47
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
66
48
|
};
|
|
67
49
|
exports.se_GetTableCommand = se_GetTableCommand;
|
|
68
50
|
const se_ListKeyspacesCommand = async (input, context) => {
|
|
69
|
-
const headers =
|
|
70
|
-
"content-type": "application/x-amz-json-1.0",
|
|
71
|
-
"x-amz-target": "KeyspacesService.ListKeyspaces",
|
|
72
|
-
};
|
|
51
|
+
const headers = sharedHeaders("ListKeyspaces");
|
|
73
52
|
let body;
|
|
74
53
|
body = JSON.stringify(se_ListKeyspacesRequest(input, context));
|
|
75
54
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
76
55
|
};
|
|
77
56
|
exports.se_ListKeyspacesCommand = se_ListKeyspacesCommand;
|
|
78
57
|
const se_ListTablesCommand = async (input, context) => {
|
|
79
|
-
const headers =
|
|
80
|
-
"content-type": "application/x-amz-json-1.0",
|
|
81
|
-
"x-amz-target": "KeyspacesService.ListTables",
|
|
82
|
-
};
|
|
58
|
+
const headers = sharedHeaders("ListTables");
|
|
83
59
|
let body;
|
|
84
60
|
body = JSON.stringify(se_ListTablesRequest(input, context));
|
|
85
61
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
86
62
|
};
|
|
87
63
|
exports.se_ListTablesCommand = se_ListTablesCommand;
|
|
88
64
|
const se_ListTagsForResourceCommand = async (input, context) => {
|
|
89
|
-
const headers =
|
|
90
|
-
"content-type": "application/x-amz-json-1.0",
|
|
91
|
-
"x-amz-target": "KeyspacesService.ListTagsForResource",
|
|
92
|
-
};
|
|
65
|
+
const headers = sharedHeaders("ListTagsForResource");
|
|
93
66
|
let body;
|
|
94
67
|
body = JSON.stringify(se_ListTagsForResourceRequest(input, context));
|
|
95
68
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
96
69
|
};
|
|
97
70
|
exports.se_ListTagsForResourceCommand = se_ListTagsForResourceCommand;
|
|
98
71
|
const se_RestoreTableCommand = async (input, context) => {
|
|
99
|
-
const headers =
|
|
100
|
-
"content-type": "application/x-amz-json-1.0",
|
|
101
|
-
"x-amz-target": "KeyspacesService.RestoreTable",
|
|
102
|
-
};
|
|
72
|
+
const headers = sharedHeaders("RestoreTable");
|
|
103
73
|
let body;
|
|
104
74
|
body = JSON.stringify(se_RestoreTableRequest(input, context));
|
|
105
75
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
106
76
|
};
|
|
107
77
|
exports.se_RestoreTableCommand = se_RestoreTableCommand;
|
|
108
78
|
const se_TagResourceCommand = async (input, context) => {
|
|
109
|
-
const headers =
|
|
110
|
-
"content-type": "application/x-amz-json-1.0",
|
|
111
|
-
"x-amz-target": "KeyspacesService.TagResource",
|
|
112
|
-
};
|
|
79
|
+
const headers = sharedHeaders("TagResource");
|
|
113
80
|
let body;
|
|
114
81
|
body = JSON.stringify(se_TagResourceRequest(input, context));
|
|
115
82
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
116
83
|
};
|
|
117
84
|
exports.se_TagResourceCommand = se_TagResourceCommand;
|
|
118
85
|
const se_UntagResourceCommand = async (input, context) => {
|
|
119
|
-
const headers =
|
|
120
|
-
"content-type": "application/x-amz-json-1.0",
|
|
121
|
-
"x-amz-target": "KeyspacesService.UntagResource",
|
|
122
|
-
};
|
|
86
|
+
const headers = sharedHeaders("UntagResource");
|
|
123
87
|
let body;
|
|
124
88
|
body = JSON.stringify(se_UntagResourceRequest(input, context));
|
|
125
89
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
126
90
|
};
|
|
127
91
|
exports.se_UntagResourceCommand = se_UntagResourceCommand;
|
|
128
92
|
const se_UpdateTableCommand = async (input, context) => {
|
|
129
|
-
const headers =
|
|
130
|
-
"content-type": "application/x-amz-json-1.0",
|
|
131
|
-
"x-amz-target": "KeyspacesService.UpdateTable",
|
|
132
|
-
};
|
|
93
|
+
const headers = sharedHeaders("UpdateTable");
|
|
133
94
|
let body;
|
|
134
95
|
body = JSON.stringify(se_UpdateTableRequest(input, context));
|
|
135
96
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
@@ -1340,6 +1301,12 @@ const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, bod
|
|
|
1340
1301
|
}
|
|
1341
1302
|
return new protocol_http_1.HttpRequest(contents);
|
|
1342
1303
|
};
|
|
1304
|
+
function sharedHeaders(operation) {
|
|
1305
|
+
return {
|
|
1306
|
+
"content-type": "application/x-amz-json-1.0",
|
|
1307
|
+
"x-amz-target": `KeyspacesService.${operation}`,
|
|
1308
|
+
};
|
|
1309
|
+
}
|
|
1343
1310
|
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1344
1311
|
if (encoded.length) {
|
|
1345
1312
|
return JSON.parse(encoded);
|
|
@@ -3,118 +3,79 @@ import { decorateServiceException as __decorateServiceException, expectInt32 as
|
|
|
3
3
|
import { KeyspacesServiceException as __BaseException } from "../models/KeyspacesServiceException";
|
|
4
4
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, } from "../models/models_0";
|
|
5
5
|
export const se_CreateKeyspaceCommand = async (input, context) => {
|
|
6
|
-
const headers =
|
|
7
|
-
"content-type": "application/x-amz-json-1.0",
|
|
8
|
-
"x-amz-target": "KeyspacesService.CreateKeyspace",
|
|
9
|
-
};
|
|
6
|
+
const headers = sharedHeaders("CreateKeyspace");
|
|
10
7
|
let body;
|
|
11
8
|
body = JSON.stringify(se_CreateKeyspaceRequest(input, context));
|
|
12
9
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
13
10
|
};
|
|
14
11
|
export const se_CreateTableCommand = async (input, context) => {
|
|
15
|
-
const headers =
|
|
16
|
-
"content-type": "application/x-amz-json-1.0",
|
|
17
|
-
"x-amz-target": "KeyspacesService.CreateTable",
|
|
18
|
-
};
|
|
12
|
+
const headers = sharedHeaders("CreateTable");
|
|
19
13
|
let body;
|
|
20
14
|
body = JSON.stringify(se_CreateTableRequest(input, context));
|
|
21
15
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
22
16
|
};
|
|
23
17
|
export const se_DeleteKeyspaceCommand = async (input, context) => {
|
|
24
|
-
const headers =
|
|
25
|
-
"content-type": "application/x-amz-json-1.0",
|
|
26
|
-
"x-amz-target": "KeyspacesService.DeleteKeyspace",
|
|
27
|
-
};
|
|
18
|
+
const headers = sharedHeaders("DeleteKeyspace");
|
|
28
19
|
let body;
|
|
29
20
|
body = JSON.stringify(se_DeleteKeyspaceRequest(input, context));
|
|
30
21
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
31
22
|
};
|
|
32
23
|
export const se_DeleteTableCommand = async (input, context) => {
|
|
33
|
-
const headers =
|
|
34
|
-
"content-type": "application/x-amz-json-1.0",
|
|
35
|
-
"x-amz-target": "KeyspacesService.DeleteTable",
|
|
36
|
-
};
|
|
24
|
+
const headers = sharedHeaders("DeleteTable");
|
|
37
25
|
let body;
|
|
38
26
|
body = JSON.stringify(se_DeleteTableRequest(input, context));
|
|
39
27
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
40
28
|
};
|
|
41
29
|
export const se_GetKeyspaceCommand = async (input, context) => {
|
|
42
|
-
const headers =
|
|
43
|
-
"content-type": "application/x-amz-json-1.0",
|
|
44
|
-
"x-amz-target": "KeyspacesService.GetKeyspace",
|
|
45
|
-
};
|
|
30
|
+
const headers = sharedHeaders("GetKeyspace");
|
|
46
31
|
let body;
|
|
47
32
|
body = JSON.stringify(se_GetKeyspaceRequest(input, context));
|
|
48
33
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
49
34
|
};
|
|
50
35
|
export const se_GetTableCommand = async (input, context) => {
|
|
51
|
-
const headers =
|
|
52
|
-
"content-type": "application/x-amz-json-1.0",
|
|
53
|
-
"x-amz-target": "KeyspacesService.GetTable",
|
|
54
|
-
};
|
|
36
|
+
const headers = sharedHeaders("GetTable");
|
|
55
37
|
let body;
|
|
56
38
|
body = JSON.stringify(se_GetTableRequest(input, context));
|
|
57
39
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
58
40
|
};
|
|
59
41
|
export const se_ListKeyspacesCommand = async (input, context) => {
|
|
60
|
-
const headers =
|
|
61
|
-
"content-type": "application/x-amz-json-1.0",
|
|
62
|
-
"x-amz-target": "KeyspacesService.ListKeyspaces",
|
|
63
|
-
};
|
|
42
|
+
const headers = sharedHeaders("ListKeyspaces");
|
|
64
43
|
let body;
|
|
65
44
|
body = JSON.stringify(se_ListKeyspacesRequest(input, context));
|
|
66
45
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
67
46
|
};
|
|
68
47
|
export const se_ListTablesCommand = async (input, context) => {
|
|
69
|
-
const headers =
|
|
70
|
-
"content-type": "application/x-amz-json-1.0",
|
|
71
|
-
"x-amz-target": "KeyspacesService.ListTables",
|
|
72
|
-
};
|
|
48
|
+
const headers = sharedHeaders("ListTables");
|
|
73
49
|
let body;
|
|
74
50
|
body = JSON.stringify(se_ListTablesRequest(input, context));
|
|
75
51
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
76
52
|
};
|
|
77
53
|
export const se_ListTagsForResourceCommand = async (input, context) => {
|
|
78
|
-
const headers =
|
|
79
|
-
"content-type": "application/x-amz-json-1.0",
|
|
80
|
-
"x-amz-target": "KeyspacesService.ListTagsForResource",
|
|
81
|
-
};
|
|
54
|
+
const headers = sharedHeaders("ListTagsForResource");
|
|
82
55
|
let body;
|
|
83
56
|
body = JSON.stringify(se_ListTagsForResourceRequest(input, context));
|
|
84
57
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
85
58
|
};
|
|
86
59
|
export const se_RestoreTableCommand = async (input, context) => {
|
|
87
|
-
const headers =
|
|
88
|
-
"content-type": "application/x-amz-json-1.0",
|
|
89
|
-
"x-amz-target": "KeyspacesService.RestoreTable",
|
|
90
|
-
};
|
|
60
|
+
const headers = sharedHeaders("RestoreTable");
|
|
91
61
|
let body;
|
|
92
62
|
body = JSON.stringify(se_RestoreTableRequest(input, context));
|
|
93
63
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
94
64
|
};
|
|
95
65
|
export const se_TagResourceCommand = async (input, context) => {
|
|
96
|
-
const headers =
|
|
97
|
-
"content-type": "application/x-amz-json-1.0",
|
|
98
|
-
"x-amz-target": "KeyspacesService.TagResource",
|
|
99
|
-
};
|
|
66
|
+
const headers = sharedHeaders("TagResource");
|
|
100
67
|
let body;
|
|
101
68
|
body = JSON.stringify(se_TagResourceRequest(input, context));
|
|
102
69
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
103
70
|
};
|
|
104
71
|
export const se_UntagResourceCommand = async (input, context) => {
|
|
105
|
-
const headers =
|
|
106
|
-
"content-type": "application/x-amz-json-1.0",
|
|
107
|
-
"x-amz-target": "KeyspacesService.UntagResource",
|
|
108
|
-
};
|
|
72
|
+
const headers = sharedHeaders("UntagResource");
|
|
109
73
|
let body;
|
|
110
74
|
body = JSON.stringify(se_UntagResourceRequest(input, context));
|
|
111
75
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
112
76
|
};
|
|
113
77
|
export const se_UpdateTableCommand = async (input, context) => {
|
|
114
|
-
const headers =
|
|
115
|
-
"content-type": "application/x-amz-json-1.0",
|
|
116
|
-
"x-amz-target": "KeyspacesService.UpdateTable",
|
|
117
|
-
};
|
|
78
|
+
const headers = sharedHeaders("UpdateTable");
|
|
118
79
|
let body;
|
|
119
80
|
body = JSON.stringify(se_UpdateTableRequest(input, context));
|
|
120
81
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
@@ -1311,6 +1272,12 @@ const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, bod
|
|
|
1311
1272
|
}
|
|
1312
1273
|
return new __HttpRequest(contents);
|
|
1313
1274
|
};
|
|
1275
|
+
function sharedHeaders(operation) {
|
|
1276
|
+
return {
|
|
1277
|
+
"content-type": "application/x-amz-json-1.0",
|
|
1278
|
+
"x-amz-target": `KeyspacesService.${operation}`,
|
|
1279
|
+
};
|
|
1280
|
+
}
|
|
1314
1281
|
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1315
1282
|
if (encoded.length) {
|
|
1316
1283
|
return JSON.parse(encoded);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-keyspaces",
|
|
3
3
|
"description": "AWS SDK for JavaScript Keyspaces Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.312.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,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.312.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.310.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.310.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.310.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.310.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.310.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.310.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.310.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.310.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.310.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.310.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.310.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.310.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.310.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.310.0",
|
|
44
|
+
"@aws-sdk/types": "3.310.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.310.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.310.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.310.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.310.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.310.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.310.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.310.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.310.0",
|
|
60
60
|
"@tsconfig/node14": "1.0.3",
|
|
61
61
|
"@types/node": "^14.14.31",
|
|
62
62
|
"concurrently": "7.0.0",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
"files": [
|
|
79
|
-
"dist
|
|
79
|
+
"dist-*/**"
|
|
80
80
|
],
|
|
81
81
|
"author": {
|
|
82
82
|
"name": "AWS SDK for JavaScript Team",
|