@aws-sdk/client-securitylake 3.888.0 → 3.891.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-types/commands/CreateAwsLogSourceCommand.d.ts +2 -0
- package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +2 -0
- package/dist-types/commands/CreateDataLakeCommand.d.ts +2 -0
- package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateSubscriberCommand.d.ts +2 -0
- package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDataLakeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSubscriberCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +2 -0
- package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +2 -0
- package/dist-types/commands/GetSubscriberCommand.d.ts +2 -0
- package/dist-types/commands/ListDataLakeExceptionsCommand.d.ts +2 -0
- package/dist-types/commands/ListDataLakesCommand.d.ts +2 -0
- package/dist-types/commands/ListLogSourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListSubscribersCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDataLakeCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSubscriberCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSubscriberNotificationCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -39,6 +39,8 @@ declare const CreateAwsLogSourceCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { SecurityLakeClient, CreateAwsLogSourceCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
41
41
|
* // const { SecurityLakeClient, CreateAwsLogSourceCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
42
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
43
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
42
44
|
* const client = new SecurityLakeClient(config);
|
|
43
45
|
* const input = { // CreateAwsLogSourceRequest
|
|
44
46
|
* sources: [ // AwsLogSourceConfigurationList // required
|
|
@@ -39,6 +39,8 @@ declare const CreateCustomLogSourceCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { SecurityLakeClient, CreateCustomLogSourceCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
41
41
|
* // const { SecurityLakeClient, CreateCustomLogSourceCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
42
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
43
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
42
44
|
* const client = new SecurityLakeClient(config);
|
|
43
45
|
* const input = { // CreateCustomLogSourceRequest
|
|
44
46
|
* sourceName: "STRING_VALUE", // required
|
|
@@ -46,6 +46,8 @@ declare const CreateDataLakeCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { SecurityLakeClient, CreateDataLakeCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
48
48
|
* // const { SecurityLakeClient, CreateDataLakeCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
49
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
50
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
49
51
|
* const client = new SecurityLakeClient(config);
|
|
50
52
|
* const input = { // CreateDataLakeRequest
|
|
51
53
|
* configurations: [ // DataLakeConfigurationList // required
|
|
@@ -34,6 +34,8 @@ declare const CreateDataLakeExceptionSubscriptionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SecurityLakeClient, CreateDataLakeExceptionSubscriptionCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
36
36
|
* // const { SecurityLakeClient, CreateDataLakeExceptionSubscriptionCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
37
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
38
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
37
39
|
* const client = new SecurityLakeClient(config);
|
|
38
40
|
* const input = { // CreateDataLakeExceptionSubscriptionRequest
|
|
39
41
|
* subscriptionProtocol: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const CreateDataLakeOrganizationConfigurationCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { SecurityLakeClient, CreateDataLakeOrganizationConfigurationCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
38
38
|
* // const { SecurityLakeClient, CreateDataLakeOrganizationConfigurationCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
39
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
40
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
39
41
|
* const client = new SecurityLakeClient(config);
|
|
40
42
|
* const input = { // CreateDataLakeOrganizationConfigurationRequest
|
|
41
43
|
* autoEnableNewAccount: [ // DataLakeAutoEnableNewAccountConfigurationList
|
|
@@ -34,6 +34,8 @@ declare const CreateSubscriberCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SecurityLakeClient, CreateSubscriberCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
36
36
|
* // const { SecurityLakeClient, CreateSubscriberCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
37
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
38
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
37
39
|
* const client = new SecurityLakeClient(config);
|
|
38
40
|
* const input = { // CreateSubscriberRequest
|
|
39
41
|
* subscriberIdentity: { // AwsIdentity
|
|
@@ -35,6 +35,8 @@ declare const CreateSubscriberNotificationCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { SecurityLakeClient, CreateSubscriberNotificationCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
37
37
|
* // const { SecurityLakeClient, CreateSubscriberNotificationCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
38
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
39
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
38
40
|
* const client = new SecurityLakeClient(config);
|
|
39
41
|
* const input = { // CreateSubscriberNotificationRequest
|
|
40
42
|
* subscriberId: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const DeleteAwsLogSourceCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { SecurityLakeClient, DeleteAwsLogSourceCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
41
41
|
* // const { SecurityLakeClient, DeleteAwsLogSourceCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
42
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
43
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
42
44
|
* const client = new SecurityLakeClient(config);
|
|
43
45
|
* const input = { // DeleteAwsLogSourceRequest
|
|
44
46
|
* sources: [ // AwsLogSourceConfigurationList // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteCustomLogSourceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SecurityLakeClient, DeleteCustomLogSourceCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
36
36
|
* // const { SecurityLakeClient, DeleteCustomLogSourceCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
37
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
38
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
37
39
|
* const client = new SecurityLakeClient(config);
|
|
38
40
|
* const input = { // DeleteCustomLogSourceRequest
|
|
39
41
|
* sourceName: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const DeleteDataLakeCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { SecurityLakeClient, DeleteDataLakeCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
42
42
|
* // const { SecurityLakeClient, DeleteDataLakeCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
43
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
44
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
43
45
|
* const client = new SecurityLakeClient(config);
|
|
44
46
|
* const input = { // DeleteDataLakeRequest
|
|
45
47
|
* regions: [ // RegionList // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteDataLakeExceptionSubscriptionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SecurityLakeClient, DeleteDataLakeExceptionSubscriptionCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
36
36
|
* // const { SecurityLakeClient, DeleteDataLakeExceptionSubscriptionCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
37
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
38
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
37
39
|
* const client = new SecurityLakeClient(config);
|
|
38
40
|
* const input = {};
|
|
39
41
|
* const command = new DeleteDataLakeExceptionSubscriptionCommand(input);
|
|
@@ -35,6 +35,8 @@ declare const DeleteDataLakeOrganizationConfigurationCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { SecurityLakeClient, DeleteDataLakeOrganizationConfigurationCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
37
37
|
* // const { SecurityLakeClient, DeleteDataLakeOrganizationConfigurationCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
38
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
39
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
38
40
|
* const client = new SecurityLakeClient(config);
|
|
39
41
|
* const input = { // DeleteDataLakeOrganizationConfigurationRequest
|
|
40
42
|
* autoEnableNewAccount: [ // DataLakeAutoEnableNewAccountConfigurationList
|
|
@@ -36,6 +36,8 @@ declare const DeleteSubscriberCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { SecurityLakeClient, DeleteSubscriberCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
38
38
|
* // const { SecurityLakeClient, DeleteSubscriberCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
39
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
40
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
39
41
|
* const client = new SecurityLakeClient(config);
|
|
40
42
|
* const input = { // DeleteSubscriberRequest
|
|
41
43
|
* subscriberId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteSubscriberNotificationCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SecurityLakeClient, DeleteSubscriberNotificationCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
36
36
|
* // const { SecurityLakeClient, DeleteSubscriberNotificationCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
37
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
38
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
37
39
|
* const client = new SecurityLakeClient(config);
|
|
38
40
|
* const input = { // DeleteSubscriberNotificationRequest
|
|
39
41
|
* subscriberId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeregisterDataLakeDelegatedAdministratorCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { SecurityLakeClient, DeregisterDataLakeDelegatedAdministratorCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
37
37
|
* // const { SecurityLakeClient, DeregisterDataLakeDelegatedAdministratorCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
38
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
39
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
38
40
|
* const client = new SecurityLakeClient(config);
|
|
39
41
|
* const input = {};
|
|
40
42
|
* const command = new DeregisterDataLakeDelegatedAdministratorCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const GetDataLakeExceptionSubscriptionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SecurityLakeClient, GetDataLakeExceptionSubscriptionCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
35
35
|
* // const { SecurityLakeClient, GetDataLakeExceptionSubscriptionCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
36
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
37
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
36
38
|
* const client = new SecurityLakeClient(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new GetDataLakeExceptionSubscriptionCommand(input);
|
|
@@ -35,6 +35,8 @@ declare const GetDataLakeOrganizationConfigurationCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { SecurityLakeClient, GetDataLakeOrganizationConfigurationCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
37
37
|
* // const { SecurityLakeClient, GetDataLakeOrganizationConfigurationCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
38
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
39
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
38
40
|
* const client = new SecurityLakeClient(config);
|
|
39
41
|
* const input = {};
|
|
40
42
|
* const command = new GetDataLakeOrganizationConfigurationCommand(input);
|
|
@@ -34,6 +34,8 @@ declare const GetDataLakeSourcesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SecurityLakeClient, GetDataLakeSourcesCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
36
36
|
* // const { SecurityLakeClient, GetDataLakeSourcesCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
37
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
38
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
37
39
|
* const client = new SecurityLakeClient(config);
|
|
38
40
|
* const input = { // GetDataLakeSourcesRequest
|
|
39
41
|
* accounts: [ // AccountList
|
|
@@ -34,6 +34,8 @@ declare const GetSubscriberCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SecurityLakeClient, GetSubscriberCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
36
36
|
* // const { SecurityLakeClient, GetSubscriberCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
37
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
38
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
37
39
|
* const client = new SecurityLakeClient(config);
|
|
38
40
|
* const input = { // GetSubscriberRequest
|
|
39
41
|
* subscriberId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListDataLakeExceptionsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SecurityLakeClient, ListDataLakeExceptionsCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
36
36
|
* // const { SecurityLakeClient, ListDataLakeExceptionsCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
37
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
38
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
37
39
|
* const client = new SecurityLakeClient(config);
|
|
38
40
|
* const input = { // ListDataLakeExceptionsRequest
|
|
39
41
|
* regions: [ // RegionList
|
|
@@ -34,6 +34,8 @@ declare const ListDataLakesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SecurityLakeClient, ListDataLakesCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
36
36
|
* // const { SecurityLakeClient, ListDataLakesCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
37
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
38
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
37
39
|
* const client = new SecurityLakeClient(config);
|
|
38
40
|
* const input = { // ListDataLakesRequest
|
|
39
41
|
* regions: [ // RegionList
|
|
@@ -33,6 +33,8 @@ declare const ListLogSourcesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SecurityLakeClient, ListLogSourcesCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
35
35
|
* // const { SecurityLakeClient, ListLogSourcesCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
36
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
37
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
36
38
|
* const client = new SecurityLakeClient(config);
|
|
37
39
|
* const input = { // ListLogSourcesRequest
|
|
38
40
|
* accounts: [ // AccountList
|
|
@@ -34,6 +34,8 @@ declare const ListSubscribersCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SecurityLakeClient, ListSubscribersCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
36
36
|
* // const { SecurityLakeClient, ListSubscribersCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
37
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
38
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
37
39
|
* const client = new SecurityLakeClient(config);
|
|
38
40
|
* const input = { // ListSubscribersRequest
|
|
39
41
|
* nextToken: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SecurityLakeClient, ListTagsForResourceCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
36
36
|
* // const { SecurityLakeClient, ListTagsForResourceCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
37
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
38
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
37
39
|
* const client = new SecurityLakeClient(config);
|
|
38
40
|
* const input = { // ListTagsForResourceRequest
|
|
39
41
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const RegisterDataLakeDelegatedAdministratorCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { SecurityLakeClient, RegisterDataLakeDelegatedAdministratorCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
37
37
|
* // const { SecurityLakeClient, RegisterDataLakeDelegatedAdministratorCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
38
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
39
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
38
40
|
* const client = new SecurityLakeClient(config);
|
|
39
41
|
* const input = { // RegisterDataLakeDelegatedAdministratorRequest
|
|
40
42
|
* accountId: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const TagResourceCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { SecurityLakeClient, TagResourceCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
42
42
|
* // const { SecurityLakeClient, TagResourceCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
43
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
44
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
43
45
|
* const client = new SecurityLakeClient(config);
|
|
44
46
|
* const input = { // TagResourceRequest
|
|
45
47
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const UntagResourceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SecurityLakeClient, UntagResourceCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
36
36
|
* // const { SecurityLakeClient, UntagResourceCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
37
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
38
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
37
39
|
* const client = new SecurityLakeClient(config);
|
|
38
40
|
* const input = { // UntagResourceRequest
|
|
39
41
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const UpdateDataLakeCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { SecurityLakeClient, UpdateDataLakeCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
45
45
|
* // const { SecurityLakeClient, UpdateDataLakeCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
46
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
47
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
46
48
|
* const client = new SecurityLakeClient(config);
|
|
47
49
|
* const input = { // UpdateDataLakeRequest
|
|
48
50
|
* configurations: [ // DataLakeConfigurationList // required
|
|
@@ -34,6 +34,8 @@ declare const UpdateDataLakeExceptionSubscriptionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SecurityLakeClient, UpdateDataLakeExceptionSubscriptionCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
36
36
|
* // const { SecurityLakeClient, UpdateDataLakeExceptionSubscriptionCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
37
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
38
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
37
39
|
* const client = new SecurityLakeClient(config);
|
|
38
40
|
* const input = { // UpdateDataLakeExceptionSubscriptionRequest
|
|
39
41
|
* subscriptionProtocol: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const UpdateSubscriberCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SecurityLakeClient, UpdateSubscriberCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
36
36
|
* // const { SecurityLakeClient, UpdateSubscriberCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
37
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
38
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
37
39
|
* const client = new SecurityLakeClient(config);
|
|
38
40
|
* const input = { // UpdateSubscriberRequest
|
|
39
41
|
* subscriberId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const UpdateSubscriberNotificationCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SecurityLakeClient, UpdateSubscriberNotificationCommand } from "@aws-sdk/client-securitylake"; // ES Modules import
|
|
36
36
|
* // const { SecurityLakeClient, UpdateSubscriberNotificationCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
|
|
37
|
+
* // import type { SecurityLakeClientConfig } from "@aws-sdk/client-securitylake";
|
|
38
|
+
* const config = {}; // type is SecurityLakeClientConfig
|
|
37
39
|
* const client = new SecurityLakeClient(config);
|
|
38
40
|
* const input = { // UpdateSubscriberNotificationRequest
|
|
39
41
|
* subscriberId: "STRING_VALUE", // required
|
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.891.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-securitylake",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
23
|
+
"@aws-sdk/core": "3.890.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.2.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
|
-
"@smithy/node-config-provider": "^4.2.
|
|
44
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.2",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
55
|
-
"@smithy/util-endpoints": "^3.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.2",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|