@aws-sdk/client-securitylake 3.370.0 → 3.377.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/README.md +24 -0
- package/dist-cjs/SecurityLake.js +6 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +46 -0
- package/dist-cjs/commands/TagResourceCommand.js +46 -0
- package/dist-cjs/commands/UntagResourceCommand.js +46 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +206 -2
- package/dist-es/SecurityLake.js +6 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +42 -0
- package/dist-es/commands/TagResourceCommand.js +42 -0
- package/dist-es/commands/UntagResourceCommand.js +42 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +198 -0
- package/dist-types/SecurityLake.d.ts +21 -0
- package/dist-types/SecurityLakeClient.d.ts +5 -2
- package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataLakeCommand.d.ts +7 -2
- package/dist-types/commands/CreateSubscriberCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +3 -5
- package/dist-types/commands/ListDataLakesCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +104 -0
- package/dist-types/commands/TagResourceCommand.d.ts +109 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +100 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +95 -9
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/SecurityLake.d.ts +51 -0
- package/dist-types/ts3.4/SecurityLakeClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +22 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +2 -2
|
@@ -95,10 +95,22 @@ import {
|
|
|
95
95
|
ListSubscribersCommandInput,
|
|
96
96
|
ListSubscribersCommandOutput,
|
|
97
97
|
} from "../commands/ListSubscribersCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListTagsForResourceCommandInput,
|
|
100
|
+
ListTagsForResourceCommandOutput,
|
|
101
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
98
102
|
import {
|
|
99
103
|
RegisterDataLakeDelegatedAdministratorCommandInput,
|
|
100
104
|
RegisterDataLakeDelegatedAdministratorCommandOutput,
|
|
101
105
|
} from "../commands/RegisterDataLakeDelegatedAdministratorCommand";
|
|
106
|
+
import {
|
|
107
|
+
TagResourceCommandInput,
|
|
108
|
+
TagResourceCommandOutput,
|
|
109
|
+
} from "../commands/TagResourceCommand";
|
|
110
|
+
import {
|
|
111
|
+
UntagResourceCommandInput,
|
|
112
|
+
UntagResourceCommandOutput,
|
|
113
|
+
} from "../commands/UntagResourceCommand";
|
|
102
114
|
import {
|
|
103
115
|
UpdateDataLakeCommandInput,
|
|
104
116
|
UpdateDataLakeCommandOutput,
|
|
@@ -207,10 +219,22 @@ export declare const se_ListSubscribersCommand: (
|
|
|
207
219
|
input: ListSubscribersCommandInput,
|
|
208
220
|
context: __SerdeContext
|
|
209
221
|
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
223
|
+
input: ListTagsForResourceCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
210
226
|
export declare const se_RegisterDataLakeDelegatedAdministratorCommand: (
|
|
211
227
|
input: RegisterDataLakeDelegatedAdministratorCommandInput,
|
|
212
228
|
context: __SerdeContext
|
|
213
229
|
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const se_TagResourceCommand: (
|
|
231
|
+
input: TagResourceCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const se_UntagResourceCommand: (
|
|
235
|
+
input: UntagResourceCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
214
238
|
export declare const se_UpdateDataLakeCommand: (
|
|
215
239
|
input: UpdateDataLakeCommandInput,
|
|
216
240
|
context: __SerdeContext
|
|
@@ -319,10 +343,22 @@ export declare const de_ListSubscribersCommand: (
|
|
|
319
343
|
output: __HttpResponse,
|
|
320
344
|
context: __SerdeContext
|
|
321
345
|
) => Promise<ListSubscribersCommandOutput>;
|
|
346
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
347
|
+
output: __HttpResponse,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
322
350
|
export declare const de_RegisterDataLakeDelegatedAdministratorCommand: (
|
|
323
351
|
output: __HttpResponse,
|
|
324
352
|
context: __SerdeContext
|
|
325
353
|
) => Promise<RegisterDataLakeDelegatedAdministratorCommandOutput>;
|
|
354
|
+
export declare const de_TagResourceCommand: (
|
|
355
|
+
output: __HttpResponse,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<TagResourceCommandOutput>;
|
|
358
|
+
export declare const de_UntagResourceCommand: (
|
|
359
|
+
output: __HttpResponse,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
326
362
|
export declare const de_UpdateDataLakeCommand: (
|
|
327
363
|
output: __HttpResponse,
|
|
328
364
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-securitylake",
|
|
3
3
|
"description": "AWS SDK for JavaScript Securitylake Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.377.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,7 +21,7 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.377.0",
|
|
25
25
|
"@aws-sdk/credential-provider-node": "3.370.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.370.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.370.0",
|