@aws-sdk/client-securitylake 3.338.0 → 3.342.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 +39 -60
- package/dist-cjs/SecurityLake.js +36 -40
- package/dist-cjs/commands/{UpdateDatalakeCommand.js → CreateDataLakeCommand.js} +7 -7
- package/dist-cjs/commands/CreateDataLakeExceptionSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/CreateDataLakeOrganizationConfigurationCommand.js +46 -0
- package/dist-cjs/commands/{DeleteDatalakeDelegatedAdminCommand.js → CreateSubscriberNotificationCommand.js} +7 -7
- package/dist-cjs/commands/{CreateDatalakeCommand.js → DeleteDataLakeCommand.js} +7 -7
- package/dist-cjs/commands/DeleteDataLakeExceptionSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/DeleteDataLakeOrganizationConfigurationCommand.js +46 -0
- package/dist-cjs/commands/{CreateDatalakeDelegatedAdminCommand.js → DeleteSubscriberNotificationCommand.js} +7 -7
- package/dist-cjs/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +46 -0
- package/dist-cjs/commands/{CreateDatalakeAutoEnableCommand.js → GetDataLakeExceptionSubscriptionCommand.js} +7 -7
- package/dist-cjs/commands/{DeleteDatalakeExceptionsSubscriptionCommand.js → GetDataLakeOrganizationConfigurationCommand.js} +7 -7
- package/dist-cjs/commands/{GetDatalakeStatusCommand.js → GetDataLakeSourcesCommand.js} +7 -7
- package/dist-cjs/commands/{ListDatalakeExceptionsCommand.js → ListDataLakeExceptionsCommand.js} +7 -7
- package/dist-cjs/commands/{GetDatalakeCommand.js → ListDataLakesCommand.js} +7 -7
- package/dist-cjs/commands/{CreateDatalakeExceptionsSubscriptionCommand.js → RegisterDataLakeDelegatedAdministratorCommand.js} +7 -7
- package/dist-cjs/commands/{DeleteDatalakeCommand.js → UpdateDataLakeCommand.js} +7 -7
- package/dist-cjs/commands/UpdateDataLakeExceptionSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/{DeleteDatalakeAutoEnableCommand.js → UpdateSubscriberNotificationCommand.js} +7 -7
- package/dist-cjs/commands/index.js +18 -20
- package/dist-cjs/models/models_0.js +43 -235
- package/dist-cjs/pagination/{GetDatalakeStatusPaginator.js → GetDataLakeSourcesPaginator.js} +6 -6
- package/dist-cjs/pagination/{ListDatalakeExceptionsPaginator.js → ListDataLakeExceptionsPaginator.js} +6 -6
- package/dist-cjs/pagination/index.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +531 -769
- package/dist-es/SecurityLake.js +36 -40
- package/dist-es/commands/{UpdateDatalakeCommand.js → CreateDataLakeCommand.js} +6 -6
- package/dist-es/commands/{UpdateDatalakeExceptionsSubscriptionCommand.js → CreateDataLakeExceptionSubscriptionCommand.js} +6 -6
- package/dist-es/commands/CreateDataLakeOrganizationConfigurationCommand.js +42 -0
- package/dist-es/commands/{DeleteDatalakeDelegatedAdminCommand.js → CreateSubscriberNotificationCommand.js} +6 -6
- package/dist-es/commands/{CreateDatalakeCommand.js → DeleteDataLakeCommand.js} +6 -6
- package/dist-es/commands/{CreateDatalakeExceptionsSubscriptionCommand.js → DeleteDataLakeExceptionSubscriptionCommand.js} +6 -6
- package/dist-es/commands/DeleteDataLakeOrganizationConfigurationCommand.js +42 -0
- package/dist-es/commands/{CreateDatalakeDelegatedAdminCommand.js → DeleteSubscriberNotificationCommand.js} +6 -6
- package/dist-es/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +42 -0
- package/dist-es/commands/{GetDatalakeExceptionsSubscriptionCommand.js → GetDataLakeExceptionSubscriptionCommand.js} +6 -6
- package/dist-es/commands/{DeleteDatalakeExceptionsSubscriptionCommand.js → GetDataLakeOrganizationConfigurationCommand.js} +6 -6
- package/dist-es/commands/{GetDatalakeStatusCommand.js → GetDataLakeSourcesCommand.js} +6 -6
- package/dist-es/commands/{ListDatalakeExceptionsCommand.js → ListDataLakeExceptionsCommand.js} +6 -6
- package/dist-es/commands/{GetDatalakeCommand.js → ListDataLakesCommand.js} +6 -6
- package/dist-es/commands/RegisterDataLakeDelegatedAdministratorCommand.js +42 -0
- package/dist-es/commands/{DeleteDatalakeCommand.js → UpdateDataLakeCommand.js} +6 -6
- package/dist-es/commands/{CreateDatalakeAutoEnableCommand.js → UpdateDataLakeExceptionSubscriptionCommand.js} +6 -6
- package/dist-es/commands/{GetDatalakeExceptionsExpiryCommand.js → UpdateSubscriberNotificationCommand.js} +6 -6
- package/dist-es/commands/index.js +18 -20
- package/dist-es/models/models_0.js +41 -224
- package/dist-es/pagination/{GetDatalakeStatusPaginator.js → GetDataLakeSourcesPaginator.js} +4 -4
- package/dist-es/pagination/{ListDatalakeExceptionsPaginator.js → ListDataLakeExceptionsPaginator.js} +4 -4
- package/dist-es/pagination/index.js +2 -2
- package/dist-es/protocols/Aws_restJson1.js +491 -725
- package/dist-types/SecurityLake.d.ts +96 -115
- package/dist-types/SecurityLakeClient.d.ts +24 -31
- package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +22 -41
- package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +39 -23
- package/dist-types/commands/CreateDataLakeCommand.d.ts +172 -0
- package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +99 -0
- package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +108 -0
- package/dist-types/commands/CreateSubscriberCommand.d.ts +78 -32
- package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +110 -0
- package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +29 -39
- package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +15 -18
- package/dist-types/commands/{DeleteDatalakeCommand.d.ts → DeleteDataLakeCommand.d.ts} +33 -33
- package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +95 -0
- package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +110 -0
- package/dist-types/commands/DeleteSubscriberCommand.d.ts +15 -21
- package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +97 -0
- package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +96 -0
- package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +98 -0
- package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +108 -0
- package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +119 -0
- package/dist-types/commands/GetSubscriberCommand.d.ts +47 -28
- package/dist-types/commands/{ListDatalakeExceptionsCommand.d.ts → ListDataLakeExceptionsCommand.d.ts} +39 -36
- package/dist-types/commands/ListDataLakesCommand.d.ts +136 -0
- package/dist-types/commands/ListLogSourcesCommand.d.ts +60 -29
- package/dist-types/commands/ListSubscribersCommand.d.ts +46 -30
- package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +98 -0
- package/dist-types/commands/UpdateDataLakeCommand.d.ts +158 -0
- package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +99 -0
- package/dist-types/commands/UpdateSubscriberCommand.d.ts +73 -42
- package/dist-types/commands/UpdateSubscriberNotificationCommand.d.ts +109 -0
- package/dist-types/commands/index.d.ts +18 -20
- package/dist-types/index.d.ts +4 -9
- package/dist-types/models/models_0.d.ts +985 -906
- package/dist-types/pagination/GetDataLakeSourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataLakeExceptionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +94 -112
- package/dist-types/ts3.4/SecurityLake.d.ts +243 -271
- package/dist-types/ts3.4/SecurityLakeClient.d.ts +91 -103
- package/dist-types/ts3.4/commands/{CreateDatalakeCommand.d.ts → CreateDataLakeCommand.d.ts} +11 -11
- package/dist-types/ts3.4/commands/{GetDatalakeExceptionsSubscriptionCommand.d.ts → CreateDataLakeExceptionSubscriptionCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/{CreateDatalakeExceptionsSubscriptionCommand.d.ts → CreateDataLakeOrganizationConfigurationCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/{DeleteDatalakeDelegatedAdminCommand.d.ts → CreateSubscriberNotificationCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/{DeleteDatalakeCommand.d.ts → DeleteDataLakeCommand.d.ts} +11 -11
- package/dist-types/ts3.4/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/{CreateDatalakeDelegatedAdminCommand.d.ts → DeleteSubscriberNotificationCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/{DeleteDatalakeAutoEnableCommand.d.ts → GetDataLakeExceptionSubscriptionCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/{DeleteDatalakeExceptionsSubscriptionCommand.d.ts → GetDataLakeOrganizationConfigurationCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/GetDataLakeSourcesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/{ListDatalakeExceptionsCommand.d.ts → ListDataLakeExceptionsCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/{GetDatalakeStatusCommand.d.ts → ListDataLakesCommand.d.ts} +11 -12
- package/dist-types/ts3.4/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/{UpdateDatalakeCommand.d.ts → UpdateDataLakeCommand.d.ts} +11 -11
- package/dist-types/ts3.4/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/{CreateDatalakeAutoEnableCommand.d.ts → UpdateSubscriberNotificationCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/index.d.ts +18 -20
- package/dist-types/ts3.4/models/models_0.d.ts +315 -431
- package/dist-types/ts3.4/pagination/GetDataLakeSourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataLakeExceptionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +131 -155
- package/package.json +28 -28
- package/dist-cjs/commands/CreateSubscriptionNotificationConfigurationCommand.js +0 -46
- package/dist-cjs/commands/DeleteSubscriptionNotificationConfigurationCommand.js +0 -46
- package/dist-cjs/commands/GetDatalakeAutoEnableCommand.js +0 -46
- package/dist-cjs/commands/GetDatalakeExceptionsExpiryCommand.js +0 -46
- package/dist-cjs/commands/GetDatalakeExceptionsSubscriptionCommand.js +0 -46
- package/dist-cjs/commands/UpdateDatalakeExceptionsExpiryCommand.js +0 -46
- package/dist-cjs/commands/UpdateDatalakeExceptionsSubscriptionCommand.js +0 -46
- package/dist-cjs/commands/UpdateSubscriptionNotificationConfigurationCommand.js +0 -46
- package/dist-es/commands/CreateSubscriptionNotificationConfigurationCommand.js +0 -42
- package/dist-es/commands/DeleteDatalakeAutoEnableCommand.js +0 -42
- package/dist-es/commands/DeleteSubscriptionNotificationConfigurationCommand.js +0 -42
- package/dist-es/commands/GetDatalakeAutoEnableCommand.js +0 -42
- package/dist-es/commands/UpdateDatalakeExceptionsExpiryCommand.js +0 -42
- package/dist-es/commands/UpdateSubscriptionNotificationConfigurationCommand.js +0 -42
- package/dist-types/commands/CreateDatalakeAutoEnableCommand.d.ts +0 -98
- package/dist-types/commands/CreateDatalakeCommand.d.ts +0 -137
- package/dist-types/commands/CreateDatalakeDelegatedAdminCommand.d.ts +0 -89
- package/dist-types/commands/CreateDatalakeExceptionsSubscriptionCommand.d.ts +0 -91
- package/dist-types/commands/CreateSubscriptionNotificationConfigurationCommand.d.ts +0 -109
- package/dist-types/commands/DeleteDatalakeAutoEnableCommand.d.ts +0 -101
- package/dist-types/commands/DeleteDatalakeDelegatedAdminCommand.d.ts +0 -89
- package/dist-types/commands/DeleteDatalakeExceptionsSubscriptionCommand.d.ts +0 -90
- package/dist-types/commands/DeleteSubscriptionNotificationConfigurationCommand.d.ts +0 -100
- package/dist-types/commands/GetDatalakeAutoEnableCommand.d.ts +0 -98
- package/dist-types/commands/GetDatalakeCommand.d.ts +0 -120
- package/dist-types/commands/GetDatalakeExceptionsExpiryCommand.d.ts +0 -91
- package/dist-types/commands/GetDatalakeExceptionsSubscriptionCommand.d.ts +0 -92
- package/dist-types/commands/GetDatalakeStatusCommand.d.ts +0 -109
- package/dist-types/commands/UpdateDatalakeCommand.d.ts +0 -108
- package/dist-types/commands/UpdateDatalakeExceptionsExpiryCommand.d.ts +0 -91
- package/dist-types/commands/UpdateDatalakeExceptionsSubscriptionCommand.d.ts +0 -91
- package/dist-types/commands/UpdateSubscriptionNotificationConfigurationCommand.d.ts +0 -108
- package/dist-types/pagination/GetDatalakeStatusPaginator.d.ts +0 -7
- package/dist-types/pagination/ListDatalakeExceptionsPaginator.d.ts +0 -7
- package/dist-types/ts3.4/commands/CreateSubscriptionNotificationConfigurationCommand.d.ts +0 -42
- package/dist-types/ts3.4/commands/DeleteSubscriptionNotificationConfigurationCommand.d.ts +0 -42
- package/dist-types/ts3.4/commands/GetDatalakeAutoEnableCommand.d.ts +0 -42
- package/dist-types/ts3.4/commands/GetDatalakeCommand.d.ts +0 -35
- package/dist-types/ts3.4/commands/GetDatalakeExceptionsExpiryCommand.d.ts +0 -42
- package/dist-types/ts3.4/commands/UpdateDatalakeExceptionsExpiryCommand.d.ts +0 -42
- package/dist-types/ts3.4/commands/UpdateDatalakeExceptionsSubscriptionCommand.d.ts +0 -42
- package/dist-types/ts3.4/commands/UpdateSubscriptionNotificationConfigurationCommand.d.ts +0 -42
- package/dist-types/ts3.4/pagination/GetDatalakeStatusPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListDatalakeExceptionsPaginator.d.ts +0 -11
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetDataLakeSourcesCommandInput,
|
|
4
|
+
GetDataLakeSourcesCommandOutput,
|
|
5
|
+
} from "../commands/GetDataLakeSourcesCommand";
|
|
6
|
+
import { SecurityLakePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetDataLakeSources(
|
|
8
|
+
config: SecurityLakePaginationConfiguration,
|
|
9
|
+
input: GetDataLakeSourcesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetDataLakeSourcesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDataLakeExceptionsCommandInput,
|
|
4
|
+
ListDataLakeExceptionsCommandOutput,
|
|
5
|
+
} from "../commands/ListDataLakeExceptionsCommand";
|
|
6
|
+
import { SecurityLakePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDataLakeExceptions(
|
|
8
|
+
config: SecurityLakePaginationConfiguration,
|
|
9
|
+
input: ListDataLakeExceptionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDataLakeExceptionsCommandOutput>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./
|
|
1
|
+
export * from "./GetDataLakeSourcesPaginator";
|
|
2
2
|
export * from "./Interfaces";
|
|
3
|
-
export * from "./
|
|
3
|
+
export * from "./ListDataLakeExceptionsPaginator";
|
|
4
4
|
export * from "./ListLogSourcesPaginator";
|
|
5
5
|
export * from "./ListSubscribersPaginator";
|
|
@@ -12,29 +12,25 @@ import {
|
|
|
12
12
|
CreateCustomLogSourceCommandOutput,
|
|
13
13
|
} from "../commands/CreateCustomLogSourceCommand";
|
|
14
14
|
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
} from "../commands/
|
|
15
|
+
CreateDataLakeCommandInput,
|
|
16
|
+
CreateDataLakeCommandOutput,
|
|
17
|
+
} from "../commands/CreateDataLakeCommand";
|
|
18
18
|
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
} from "../commands/
|
|
19
|
+
CreateDataLakeExceptionSubscriptionCommandInput,
|
|
20
|
+
CreateDataLakeExceptionSubscriptionCommandOutput,
|
|
21
|
+
} from "../commands/CreateDataLakeExceptionSubscriptionCommand";
|
|
22
22
|
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
} from "../commands/
|
|
26
|
-
import {
|
|
27
|
-
CreateDatalakeExceptionsSubscriptionCommandInput,
|
|
28
|
-
CreateDatalakeExceptionsSubscriptionCommandOutput,
|
|
29
|
-
} from "../commands/CreateDatalakeExceptionsSubscriptionCommand";
|
|
23
|
+
CreateDataLakeOrganizationConfigurationCommandInput,
|
|
24
|
+
CreateDataLakeOrganizationConfigurationCommandOutput,
|
|
25
|
+
} from "../commands/CreateDataLakeOrganizationConfigurationCommand";
|
|
30
26
|
import {
|
|
31
27
|
CreateSubscriberCommandInput,
|
|
32
28
|
CreateSubscriberCommandOutput,
|
|
33
29
|
} from "../commands/CreateSubscriberCommand";
|
|
34
30
|
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
} from "../commands/
|
|
31
|
+
CreateSubscriberNotificationCommandInput,
|
|
32
|
+
CreateSubscriberNotificationCommandOutput,
|
|
33
|
+
} from "../commands/CreateSubscriberNotificationCommand";
|
|
38
34
|
import {
|
|
39
35
|
DeleteAwsLogSourceCommandInput,
|
|
40
36
|
DeleteAwsLogSourceCommandOutput,
|
|
@@ -44,57 +40,53 @@ import {
|
|
|
44
40
|
DeleteCustomLogSourceCommandOutput,
|
|
45
41
|
} from "../commands/DeleteCustomLogSourceCommand";
|
|
46
42
|
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
} from "../commands/
|
|
50
|
-
import {
|
|
51
|
-
DeleteDatalakeCommandInput,
|
|
52
|
-
DeleteDatalakeCommandOutput,
|
|
53
|
-
} from "../commands/DeleteDatalakeCommand";
|
|
43
|
+
DeleteDataLakeCommandInput,
|
|
44
|
+
DeleteDataLakeCommandOutput,
|
|
45
|
+
} from "../commands/DeleteDataLakeCommand";
|
|
54
46
|
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
} from "../commands/
|
|
47
|
+
DeleteDataLakeExceptionSubscriptionCommandInput,
|
|
48
|
+
DeleteDataLakeExceptionSubscriptionCommandOutput,
|
|
49
|
+
} from "../commands/DeleteDataLakeExceptionSubscriptionCommand";
|
|
58
50
|
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
} from "../commands/
|
|
51
|
+
DeleteDataLakeOrganizationConfigurationCommandInput,
|
|
52
|
+
DeleteDataLakeOrganizationConfigurationCommandOutput,
|
|
53
|
+
} from "../commands/DeleteDataLakeOrganizationConfigurationCommand";
|
|
62
54
|
import {
|
|
63
55
|
DeleteSubscriberCommandInput,
|
|
64
56
|
DeleteSubscriberCommandOutput,
|
|
65
57
|
} from "../commands/DeleteSubscriberCommand";
|
|
66
58
|
import {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
} from "../commands/
|
|
70
|
-
import {
|
|
71
|
-
GetDatalakeAutoEnableCommandInput,
|
|
72
|
-
GetDatalakeAutoEnableCommandOutput,
|
|
73
|
-
} from "../commands/GetDatalakeAutoEnableCommand";
|
|
59
|
+
DeleteSubscriberNotificationCommandInput,
|
|
60
|
+
DeleteSubscriberNotificationCommandOutput,
|
|
61
|
+
} from "../commands/DeleteSubscriberNotificationCommand";
|
|
74
62
|
import {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
} from "../commands/
|
|
63
|
+
DeregisterDataLakeDelegatedAdministratorCommandInput,
|
|
64
|
+
DeregisterDataLakeDelegatedAdministratorCommandOutput,
|
|
65
|
+
} from "../commands/DeregisterDataLakeDelegatedAdministratorCommand";
|
|
78
66
|
import {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
} from "../commands/
|
|
67
|
+
GetDataLakeExceptionSubscriptionCommandInput,
|
|
68
|
+
GetDataLakeExceptionSubscriptionCommandOutput,
|
|
69
|
+
} from "../commands/GetDataLakeExceptionSubscriptionCommand";
|
|
82
70
|
import {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
} from "../commands/
|
|
71
|
+
GetDataLakeOrganizationConfigurationCommandInput,
|
|
72
|
+
GetDataLakeOrganizationConfigurationCommandOutput,
|
|
73
|
+
} from "../commands/GetDataLakeOrganizationConfigurationCommand";
|
|
86
74
|
import {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
} from "../commands/
|
|
75
|
+
GetDataLakeSourcesCommandInput,
|
|
76
|
+
GetDataLakeSourcesCommandOutput,
|
|
77
|
+
} from "../commands/GetDataLakeSourcesCommand";
|
|
90
78
|
import {
|
|
91
79
|
GetSubscriberCommandInput,
|
|
92
80
|
GetSubscriberCommandOutput,
|
|
93
81
|
} from "../commands/GetSubscriberCommand";
|
|
94
82
|
import {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
} from "../commands/
|
|
83
|
+
ListDataLakeExceptionsCommandInput,
|
|
84
|
+
ListDataLakeExceptionsCommandOutput,
|
|
85
|
+
} from "../commands/ListDataLakeExceptionsCommand";
|
|
86
|
+
import {
|
|
87
|
+
ListDataLakesCommandInput,
|
|
88
|
+
ListDataLakesCommandOutput,
|
|
89
|
+
} from "../commands/ListDataLakesCommand";
|
|
98
90
|
import {
|
|
99
91
|
ListLogSourcesCommandInput,
|
|
100
92
|
ListLogSourcesCommandOutput,
|
|
@@ -104,25 +96,25 @@ import {
|
|
|
104
96
|
ListSubscribersCommandOutput,
|
|
105
97
|
} from "../commands/ListSubscribersCommand";
|
|
106
98
|
import {
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
} from "../commands/
|
|
99
|
+
RegisterDataLakeDelegatedAdministratorCommandInput,
|
|
100
|
+
RegisterDataLakeDelegatedAdministratorCommandOutput,
|
|
101
|
+
} from "../commands/RegisterDataLakeDelegatedAdministratorCommand";
|
|
110
102
|
import {
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
} from "../commands/
|
|
103
|
+
UpdateDataLakeCommandInput,
|
|
104
|
+
UpdateDataLakeCommandOutput,
|
|
105
|
+
} from "../commands/UpdateDataLakeCommand";
|
|
114
106
|
import {
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
} from "../commands/
|
|
107
|
+
UpdateDataLakeExceptionSubscriptionCommandInput,
|
|
108
|
+
UpdateDataLakeExceptionSubscriptionCommandOutput,
|
|
109
|
+
} from "../commands/UpdateDataLakeExceptionSubscriptionCommand";
|
|
118
110
|
import {
|
|
119
111
|
UpdateSubscriberCommandInput,
|
|
120
112
|
UpdateSubscriberCommandOutput,
|
|
121
113
|
} from "../commands/UpdateSubscriberCommand";
|
|
122
114
|
import {
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
} from "../commands/
|
|
115
|
+
UpdateSubscriberNotificationCommandInput,
|
|
116
|
+
UpdateSubscriberNotificationCommandOutput,
|
|
117
|
+
} from "../commands/UpdateSubscriberNotificationCommand";
|
|
126
118
|
export declare const se_CreateAwsLogSourceCommand: (
|
|
127
119
|
input: CreateAwsLogSourceCommandInput,
|
|
128
120
|
context: __SerdeContext
|
|
@@ -131,28 +123,24 @@ export declare const se_CreateCustomLogSourceCommand: (
|
|
|
131
123
|
input: CreateCustomLogSourceCommandInput,
|
|
132
124
|
context: __SerdeContext
|
|
133
125
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
135
|
-
input:
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_CreateDatalakeAutoEnableCommand: (
|
|
139
|
-
input: CreateDatalakeAutoEnableCommandInput,
|
|
126
|
+
export declare const se_CreateDataLakeCommand: (
|
|
127
|
+
input: CreateDataLakeCommandInput,
|
|
140
128
|
context: __SerdeContext
|
|
141
129
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
143
|
-
input:
|
|
130
|
+
export declare const se_CreateDataLakeExceptionSubscriptionCommand: (
|
|
131
|
+
input: CreateDataLakeExceptionSubscriptionCommandInput,
|
|
144
132
|
context: __SerdeContext
|
|
145
133
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
147
|
-
input:
|
|
134
|
+
export declare const se_CreateDataLakeOrganizationConfigurationCommand: (
|
|
135
|
+
input: CreateDataLakeOrganizationConfigurationCommandInput,
|
|
148
136
|
context: __SerdeContext
|
|
149
137
|
) => Promise<__HttpRequest>;
|
|
150
138
|
export declare const se_CreateSubscriberCommand: (
|
|
151
139
|
input: CreateSubscriberCommandInput,
|
|
152
140
|
context: __SerdeContext
|
|
153
141
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
155
|
-
input:
|
|
142
|
+
export declare const se_CreateSubscriberNotificationCommand: (
|
|
143
|
+
input: CreateSubscriberNotificationCommandInput,
|
|
156
144
|
context: __SerdeContext
|
|
157
145
|
) => Promise<__HttpRequest>;
|
|
158
146
|
export declare const se_DeleteAwsLogSourceCommand: (
|
|
@@ -163,56 +151,52 @@ export declare const se_DeleteCustomLogSourceCommand: (
|
|
|
163
151
|
input: DeleteCustomLogSourceCommandInput,
|
|
164
152
|
context: __SerdeContext
|
|
165
153
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
167
|
-
input:
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_DeleteDatalakeAutoEnableCommand: (
|
|
171
|
-
input: DeleteDatalakeAutoEnableCommandInput,
|
|
154
|
+
export declare const se_DeleteDataLakeCommand: (
|
|
155
|
+
input: DeleteDataLakeCommandInput,
|
|
172
156
|
context: __SerdeContext
|
|
173
157
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
175
|
-
input:
|
|
158
|
+
export declare const se_DeleteDataLakeExceptionSubscriptionCommand: (
|
|
159
|
+
input: DeleteDataLakeExceptionSubscriptionCommandInput,
|
|
176
160
|
context: __SerdeContext
|
|
177
161
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
179
|
-
input:
|
|
162
|
+
export declare const se_DeleteDataLakeOrganizationConfigurationCommand: (
|
|
163
|
+
input: DeleteDataLakeOrganizationConfigurationCommandInput,
|
|
180
164
|
context: __SerdeContext
|
|
181
165
|
) => Promise<__HttpRequest>;
|
|
182
166
|
export declare const se_DeleteSubscriberCommand: (
|
|
183
167
|
input: DeleteSubscriberCommandInput,
|
|
184
168
|
context: __SerdeContext
|
|
185
169
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
187
|
-
input:
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_GetDatalakeCommand: (
|
|
191
|
-
input: GetDatalakeCommandInput,
|
|
170
|
+
export declare const se_DeleteSubscriberNotificationCommand: (
|
|
171
|
+
input: DeleteSubscriberNotificationCommandInput,
|
|
192
172
|
context: __SerdeContext
|
|
193
173
|
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const
|
|
195
|
-
input:
|
|
174
|
+
export declare const se_DeregisterDataLakeDelegatedAdministratorCommand: (
|
|
175
|
+
input: DeregisterDataLakeDelegatedAdministratorCommandInput,
|
|
196
176
|
context: __SerdeContext
|
|
197
177
|
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const
|
|
199
|
-
input:
|
|
178
|
+
export declare const se_GetDataLakeExceptionSubscriptionCommand: (
|
|
179
|
+
input: GetDataLakeExceptionSubscriptionCommandInput,
|
|
200
180
|
context: __SerdeContext
|
|
201
181
|
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const
|
|
203
|
-
input:
|
|
182
|
+
export declare const se_GetDataLakeOrganizationConfigurationCommand: (
|
|
183
|
+
input: GetDataLakeOrganizationConfigurationCommandInput,
|
|
204
184
|
context: __SerdeContext
|
|
205
185
|
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const
|
|
207
|
-
input:
|
|
186
|
+
export declare const se_GetDataLakeSourcesCommand: (
|
|
187
|
+
input: GetDataLakeSourcesCommandInput,
|
|
208
188
|
context: __SerdeContext
|
|
209
189
|
) => Promise<__HttpRequest>;
|
|
210
190
|
export declare const se_GetSubscriberCommand: (
|
|
211
191
|
input: GetSubscriberCommandInput,
|
|
212
192
|
context: __SerdeContext
|
|
213
193
|
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const
|
|
215
|
-
input:
|
|
194
|
+
export declare const se_ListDataLakeExceptionsCommand: (
|
|
195
|
+
input: ListDataLakeExceptionsCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const se_ListDataLakesCommand: (
|
|
199
|
+
input: ListDataLakesCommandInput,
|
|
216
200
|
context: __SerdeContext
|
|
217
201
|
) => Promise<__HttpRequest>;
|
|
218
202
|
export declare const se_ListLogSourcesCommand: (
|
|
@@ -223,24 +207,24 @@ export declare const se_ListSubscribersCommand: (
|
|
|
223
207
|
input: ListSubscribersCommandInput,
|
|
224
208
|
context: __SerdeContext
|
|
225
209
|
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const
|
|
227
|
-
input:
|
|
210
|
+
export declare const se_RegisterDataLakeDelegatedAdministratorCommand: (
|
|
211
|
+
input: RegisterDataLakeDelegatedAdministratorCommandInput,
|
|
228
212
|
context: __SerdeContext
|
|
229
213
|
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const
|
|
231
|
-
input:
|
|
214
|
+
export declare const se_UpdateDataLakeCommand: (
|
|
215
|
+
input: UpdateDataLakeCommandInput,
|
|
232
216
|
context: __SerdeContext
|
|
233
217
|
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const
|
|
235
|
-
input:
|
|
218
|
+
export declare const se_UpdateDataLakeExceptionSubscriptionCommand: (
|
|
219
|
+
input: UpdateDataLakeExceptionSubscriptionCommandInput,
|
|
236
220
|
context: __SerdeContext
|
|
237
221
|
) => Promise<__HttpRequest>;
|
|
238
222
|
export declare const se_UpdateSubscriberCommand: (
|
|
239
223
|
input: UpdateSubscriberCommandInput,
|
|
240
224
|
context: __SerdeContext
|
|
241
225
|
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const
|
|
243
|
-
input:
|
|
226
|
+
export declare const se_UpdateSubscriberNotificationCommand: (
|
|
227
|
+
input: UpdateSubscriberNotificationCommandInput,
|
|
244
228
|
context: __SerdeContext
|
|
245
229
|
) => Promise<__HttpRequest>;
|
|
246
230
|
export declare const de_CreateAwsLogSourceCommand: (
|
|
@@ -251,30 +235,26 @@ export declare const de_CreateCustomLogSourceCommand: (
|
|
|
251
235
|
output: __HttpResponse,
|
|
252
236
|
context: __SerdeContext
|
|
253
237
|
) => Promise<CreateCustomLogSourceCommandOutput>;
|
|
254
|
-
export declare const
|
|
238
|
+
export declare const de_CreateDataLakeCommand: (
|
|
255
239
|
output: __HttpResponse,
|
|
256
240
|
context: __SerdeContext
|
|
257
|
-
) => Promise<
|
|
258
|
-
export declare const
|
|
241
|
+
) => Promise<CreateDataLakeCommandOutput>;
|
|
242
|
+
export declare const de_CreateDataLakeExceptionSubscriptionCommand: (
|
|
259
243
|
output: __HttpResponse,
|
|
260
244
|
context: __SerdeContext
|
|
261
|
-
) => Promise<
|
|
262
|
-
export declare const
|
|
245
|
+
) => Promise<CreateDataLakeExceptionSubscriptionCommandOutput>;
|
|
246
|
+
export declare const de_CreateDataLakeOrganizationConfigurationCommand: (
|
|
263
247
|
output: __HttpResponse,
|
|
264
248
|
context: __SerdeContext
|
|
265
|
-
) => Promise<
|
|
266
|
-
export declare const de_CreateDatalakeExceptionsSubscriptionCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<CreateDatalakeExceptionsSubscriptionCommandOutput>;
|
|
249
|
+
) => Promise<CreateDataLakeOrganizationConfigurationCommandOutput>;
|
|
270
250
|
export declare const de_CreateSubscriberCommand: (
|
|
271
251
|
output: __HttpResponse,
|
|
272
252
|
context: __SerdeContext
|
|
273
253
|
) => Promise<CreateSubscriberCommandOutput>;
|
|
274
|
-
export declare const
|
|
254
|
+
export declare const de_CreateSubscriberNotificationCommand: (
|
|
275
255
|
output: __HttpResponse,
|
|
276
256
|
context: __SerdeContext
|
|
277
|
-
) => Promise<
|
|
257
|
+
) => Promise<CreateSubscriberNotificationCommandOutput>;
|
|
278
258
|
export declare const de_DeleteAwsLogSourceCommand: (
|
|
279
259
|
output: __HttpResponse,
|
|
280
260
|
context: __SerdeContext
|
|
@@ -283,58 +263,54 @@ export declare const de_DeleteCustomLogSourceCommand: (
|
|
|
283
263
|
output: __HttpResponse,
|
|
284
264
|
context: __SerdeContext
|
|
285
265
|
) => Promise<DeleteCustomLogSourceCommandOutput>;
|
|
286
|
-
export declare const
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<DeleteDatalakeCommandOutput>;
|
|
290
|
-
export declare const de_DeleteDatalakeAutoEnableCommand: (
|
|
266
|
+
export declare const de_DeleteDataLakeCommand: (
|
|
291
267
|
output: __HttpResponse,
|
|
292
268
|
context: __SerdeContext
|
|
293
|
-
) => Promise<
|
|
294
|
-
export declare const
|
|
269
|
+
) => Promise<DeleteDataLakeCommandOutput>;
|
|
270
|
+
export declare const de_DeleteDataLakeExceptionSubscriptionCommand: (
|
|
295
271
|
output: __HttpResponse,
|
|
296
272
|
context: __SerdeContext
|
|
297
|
-
) => Promise<
|
|
298
|
-
export declare const
|
|
273
|
+
) => Promise<DeleteDataLakeExceptionSubscriptionCommandOutput>;
|
|
274
|
+
export declare const de_DeleteDataLakeOrganizationConfigurationCommand: (
|
|
299
275
|
output: __HttpResponse,
|
|
300
276
|
context: __SerdeContext
|
|
301
|
-
) => Promise<
|
|
277
|
+
) => Promise<DeleteDataLakeOrganizationConfigurationCommandOutput>;
|
|
302
278
|
export declare const de_DeleteSubscriberCommand: (
|
|
303
279
|
output: __HttpResponse,
|
|
304
280
|
context: __SerdeContext
|
|
305
281
|
) => Promise<DeleteSubscriberCommandOutput>;
|
|
306
|
-
export declare const
|
|
307
|
-
output: __HttpResponse,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<DeleteSubscriptionNotificationConfigurationCommandOutput>;
|
|
310
|
-
export declare const de_GetDatalakeCommand: (
|
|
282
|
+
export declare const de_DeleteSubscriberNotificationCommand: (
|
|
311
283
|
output: __HttpResponse,
|
|
312
284
|
context: __SerdeContext
|
|
313
|
-
) => Promise<
|
|
314
|
-
export declare const
|
|
285
|
+
) => Promise<DeleteSubscriberNotificationCommandOutput>;
|
|
286
|
+
export declare const de_DeregisterDataLakeDelegatedAdministratorCommand: (
|
|
315
287
|
output: __HttpResponse,
|
|
316
288
|
context: __SerdeContext
|
|
317
|
-
) => Promise<
|
|
318
|
-
export declare const
|
|
289
|
+
) => Promise<DeregisterDataLakeDelegatedAdministratorCommandOutput>;
|
|
290
|
+
export declare const de_GetDataLakeExceptionSubscriptionCommand: (
|
|
319
291
|
output: __HttpResponse,
|
|
320
292
|
context: __SerdeContext
|
|
321
|
-
) => Promise<
|
|
322
|
-
export declare const
|
|
293
|
+
) => Promise<GetDataLakeExceptionSubscriptionCommandOutput>;
|
|
294
|
+
export declare const de_GetDataLakeOrganizationConfigurationCommand: (
|
|
323
295
|
output: __HttpResponse,
|
|
324
296
|
context: __SerdeContext
|
|
325
|
-
) => Promise<
|
|
326
|
-
export declare const
|
|
297
|
+
) => Promise<GetDataLakeOrganizationConfigurationCommandOutput>;
|
|
298
|
+
export declare const de_GetDataLakeSourcesCommand: (
|
|
327
299
|
output: __HttpResponse,
|
|
328
300
|
context: __SerdeContext
|
|
329
|
-
) => Promise<
|
|
301
|
+
) => Promise<GetDataLakeSourcesCommandOutput>;
|
|
330
302
|
export declare const de_GetSubscriberCommand: (
|
|
331
303
|
output: __HttpResponse,
|
|
332
304
|
context: __SerdeContext
|
|
333
305
|
) => Promise<GetSubscriberCommandOutput>;
|
|
334
|
-
export declare const
|
|
306
|
+
export declare const de_ListDataLakeExceptionsCommand: (
|
|
307
|
+
output: __HttpResponse,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<ListDataLakeExceptionsCommandOutput>;
|
|
310
|
+
export declare const de_ListDataLakesCommand: (
|
|
335
311
|
output: __HttpResponse,
|
|
336
312
|
context: __SerdeContext
|
|
337
|
-
) => Promise<
|
|
313
|
+
) => Promise<ListDataLakesCommandOutput>;
|
|
338
314
|
export declare const de_ListLogSourcesCommand: (
|
|
339
315
|
output: __HttpResponse,
|
|
340
316
|
context: __SerdeContext
|
|
@@ -343,23 +319,23 @@ export declare const de_ListSubscribersCommand: (
|
|
|
343
319
|
output: __HttpResponse,
|
|
344
320
|
context: __SerdeContext
|
|
345
321
|
) => Promise<ListSubscribersCommandOutput>;
|
|
346
|
-
export declare const
|
|
322
|
+
export declare const de_RegisterDataLakeDelegatedAdministratorCommand: (
|
|
347
323
|
output: __HttpResponse,
|
|
348
324
|
context: __SerdeContext
|
|
349
|
-
) => Promise<
|
|
350
|
-
export declare const
|
|
325
|
+
) => Promise<RegisterDataLakeDelegatedAdministratorCommandOutput>;
|
|
326
|
+
export declare const de_UpdateDataLakeCommand: (
|
|
351
327
|
output: __HttpResponse,
|
|
352
328
|
context: __SerdeContext
|
|
353
|
-
) => Promise<
|
|
354
|
-
export declare const
|
|
329
|
+
) => Promise<UpdateDataLakeCommandOutput>;
|
|
330
|
+
export declare const de_UpdateDataLakeExceptionSubscriptionCommand: (
|
|
355
331
|
output: __HttpResponse,
|
|
356
332
|
context: __SerdeContext
|
|
357
|
-
) => Promise<
|
|
333
|
+
) => Promise<UpdateDataLakeExceptionSubscriptionCommandOutput>;
|
|
358
334
|
export declare const de_UpdateSubscriberCommand: (
|
|
359
335
|
output: __HttpResponse,
|
|
360
336
|
context: __SerdeContext
|
|
361
337
|
) => Promise<UpdateSubscriberCommandOutput>;
|
|
362
|
-
export declare const
|
|
338
|
+
export declare const de_UpdateSubscriberNotificationCommand: (
|
|
363
339
|
output: __HttpResponse,
|
|
364
340
|
context: __SerdeContext
|
|
365
|
-
) => Promise<
|
|
341
|
+
) => Promise<UpdateSubscriberNotificationCommandOutput>;
|
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.342.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,36 +21,36 @@
|
|
|
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/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.342.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.342.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.342.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.342.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.342.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.342.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.342.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.342.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.342.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.342.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.342.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.342.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.342.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.342.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.342.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.342.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.342.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.342.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.342.0",
|
|
43
|
+
"@aws-sdk/types": "3.342.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.342.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.342.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.342.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.342.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.342.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.342.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.342.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateSubscriptionNotificationConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
-
class CreateSubscriptionNotificationConfigurationCommand extends smithy_client_1.Command {
|
|
10
|
-
static getEndpointParameterInstructions() {
|
|
11
|
-
return {
|
|
12
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
-
Region: { type: "builtInParams", name: "region" },
|
|
15
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
constructor(input) {
|
|
19
|
-
super();
|
|
20
|
-
this.input = input;
|
|
21
|
-
}
|
|
22
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
-
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
-
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateSubscriptionNotificationConfigurationCommand.getEndpointParameterInstructions()));
|
|
25
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
-
const { logger } = configuration;
|
|
27
|
-
const clientName = "SecurityLakeClient";
|
|
28
|
-
const commandName = "CreateSubscriptionNotificationConfigurationCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
};
|
|
36
|
-
const { requestHandler } = configuration;
|
|
37
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
-
}
|
|
39
|
-
serialize(input, context) {
|
|
40
|
-
return (0, Aws_restJson1_1.se_CreateSubscriptionNotificationConfigurationCommand)(input, context);
|
|
41
|
-
}
|
|
42
|
-
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_restJson1_1.de_CreateSubscriptionNotificationConfigurationCommand)(output, context);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
exports.CreateSubscriptionNotificationConfigurationCommand = CreateSubscriptionNotificationConfigurationCommand;
|