@aws-sdk/client-securitylake 3.775.0 → 3.777.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 +1 -0
- package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataLakeCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/CreateSubscriberCommand.d.ts +1 -0
- package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDataLakeCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSubscriberCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +1 -0
- package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +1 -0
- package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +1 -0
- package/dist-types/commands/GetSubscriberCommand.d.ts +1 -0
- package/dist-types/commands/ListDataLakeExceptionsCommand.d.ts +1 -0
- package/dist-types/commands/ListDataLakesCommand.d.ts +1 -0
- package/dist-types/commands/ListLogSourcesCommand.d.ts +1 -0
- package/dist-types/commands/ListSubscribersCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDataLakeCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSubscriberCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSubscriberNotificationCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -98,6 +98,7 @@ declare const CreateAwsLogSourceCommand_base: {
|
|
|
98
98
|
* @throws {@link SecurityLakeServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class CreateAwsLogSourceCommand extends CreateAwsLogSourceCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const CreateCustomLogSourceCommand_base: {
|
|
|
110
110
|
* @throws {@link SecurityLakeServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class CreateCustomLogSourceCommand extends CreateCustomLogSourceCommand_base {
|
|
@@ -158,6 +158,7 @@ declare const CreateDataLakeCommand_base: {
|
|
|
158
158
|
* @throws {@link SecurityLakeServiceException}
|
|
159
159
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
160
160
|
*
|
|
161
|
+
*
|
|
161
162
|
* @public
|
|
162
163
|
*/
|
|
163
164
|
export declare class CreateDataLakeCommand extends CreateDataLakeCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const CreateDataLakeExceptionSubscriptionCommand_base: {
|
|
|
80
80
|
* @throws {@link SecurityLakeServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class CreateDataLakeExceptionSubscriptionCommand extends CreateDataLakeExceptionSubscriptionCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const CreateDataLakeOrganizationConfigurationCommand_base: {
|
|
|
90
90
|
* @throws {@link SecurityLakeServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class CreateDataLakeOrganizationConfigurationCommand extends CreateDataLakeOrganizationConfigurationCommand_base {
|
|
@@ -156,6 +156,7 @@ declare const CreateSubscriberCommand_base: {
|
|
|
156
156
|
* @throws {@link SecurityLakeServiceException}
|
|
157
157
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
158
158
|
*
|
|
159
|
+
*
|
|
159
160
|
* @public
|
|
160
161
|
*/
|
|
161
162
|
export declare class CreateSubscriberCommand extends CreateSubscriberCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const CreateSubscriberNotificationCommand_base: {
|
|
|
91
91
|
* @throws {@link SecurityLakeServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class CreateSubscriberNotificationCommand extends CreateSubscriberNotificationCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const DeleteAwsLogSourceCommand_base: {
|
|
|
98
98
|
* @throws {@link SecurityLakeServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class DeleteAwsLogSourceCommand extends DeleteAwsLogSourceCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DeleteCustomLogSourceCommand_base: {
|
|
|
79
79
|
* @throws {@link SecurityLakeServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteCustomLogSourceCommand extends DeleteCustomLogSourceCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const DeleteDataLakeCommand_base: {
|
|
|
86
86
|
* @throws {@link SecurityLakeServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class DeleteDataLakeCommand extends DeleteDataLakeCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const DeleteDataLakeExceptionSubscriptionCommand_base: {
|
|
|
76
76
|
* @throws {@link SecurityLakeServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DeleteDataLakeExceptionSubscriptionCommand extends DeleteDataLakeExceptionSubscriptionCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const DeleteDataLakeOrganizationConfigurationCommand_base: {
|
|
|
89
89
|
* @throws {@link SecurityLakeServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class DeleteDataLakeOrganizationConfigurationCommand extends DeleteDataLakeOrganizationConfigurationCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const DeleteSubscriberCommand_base: {
|
|
|
80
80
|
* @throws {@link SecurityLakeServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class DeleteSubscriberCommand extends DeleteSubscriberCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const DeleteSubscriberNotificationCommand_base: {
|
|
|
78
78
|
* @throws {@link SecurityLakeServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DeleteSubscriberNotificationCommand extends DeleteSubscriberNotificationCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const DeregisterDataLakeDelegatedAdministratorCommand_base: {
|
|
|
77
77
|
* @throws {@link SecurityLakeServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DeregisterDataLakeDelegatedAdministratorCommand extends DeregisterDataLakeDelegatedAdministratorCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const GetDataLakeExceptionSubscriptionCommand_base: {
|
|
|
79
79
|
* @throws {@link SecurityLakeServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetDataLakeExceptionSubscriptionCommand extends GetDataLakeExceptionSubscriptionCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const GetDataLakeOrganizationConfigurationCommand_base: {
|
|
|
89
89
|
* @throws {@link SecurityLakeServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class GetDataLakeOrganizationConfigurationCommand extends GetDataLakeOrganizationConfigurationCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const GetDataLakeSourcesCommand_base: {
|
|
|
100
100
|
* @throws {@link SecurityLakeServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class GetDataLakeSourcesCommand extends GetDataLakeSourcesCommand_base {
|
|
@@ -121,6 +121,7 @@ declare const GetSubscriberCommand_base: {
|
|
|
121
121
|
* @throws {@link SecurityLakeServiceException}
|
|
122
122
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
123
123
|
*
|
|
124
|
+
*
|
|
124
125
|
* @public
|
|
125
126
|
*/
|
|
126
127
|
export declare class GetSubscriberCommand extends GetSubscriberCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const ListDataLakeExceptionsCommand_base: {
|
|
|
92
92
|
* @throws {@link SecurityLakeServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ListDataLakeExceptionsCommand extends ListDataLakeExceptionsCommand_base {
|
|
@@ -117,6 +117,7 @@ declare const ListDataLakesCommand_base: {
|
|
|
117
117
|
* @throws {@link SecurityLakeServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
119
119
|
*
|
|
120
|
+
*
|
|
120
121
|
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class ListDataLakesCommand extends ListDataLakesCommand_base {
|
|
@@ -134,6 +134,7 @@ declare const ListLogSourcesCommand_base: {
|
|
|
134
134
|
* @throws {@link SecurityLakeServiceException}
|
|
135
135
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
136
136
|
*
|
|
137
|
+
*
|
|
137
138
|
* @public
|
|
138
139
|
*/
|
|
139
140
|
export declare class ListLogSourcesCommand extends ListLogSourcesCommand_base {
|
|
@@ -125,6 +125,7 @@ declare const ListSubscribersCommand_base: {
|
|
|
125
125
|
* @throws {@link SecurityLakeServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
127
127
|
*
|
|
128
|
+
*
|
|
128
129
|
* @public
|
|
129
130
|
*/
|
|
130
131
|
export declare class ListSubscribersCommand extends ListSubscribersCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
85
85
|
* @throws {@link SecurityLakeServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const RegisterDataLakeDelegatedAdministratorCommand_base: {
|
|
|
79
79
|
* @throws {@link SecurityLakeServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class RegisterDataLakeDelegatedAdministratorCommand extends RegisterDataLakeDelegatedAdministratorCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const TagResourceCommand_base: {
|
|
|
90
90
|
* @throws {@link SecurityLakeServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const UntagResourceCommand_base: {
|
|
|
81
81
|
* @throws {@link SecurityLakeServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -149,6 +149,7 @@ declare const UpdateDataLakeCommand_base: {
|
|
|
149
149
|
* @throws {@link SecurityLakeServiceException}
|
|
150
150
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
151
151
|
*
|
|
152
|
+
*
|
|
152
153
|
* @public
|
|
153
154
|
*/
|
|
154
155
|
export declare class UpdateDataLakeCommand extends UpdateDataLakeCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const UpdateDataLakeExceptionSubscriptionCommand_base: {
|
|
|
80
80
|
* @throws {@link SecurityLakeServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class UpdateDataLakeExceptionSubscriptionCommand extends UpdateDataLakeExceptionSubscriptionCommand_base {
|
|
@@ -148,6 +148,7 @@ declare const UpdateSubscriberCommand_base: {
|
|
|
148
148
|
* @throws {@link SecurityLakeServiceException}
|
|
149
149
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
150
150
|
*
|
|
151
|
+
*
|
|
151
152
|
* @public
|
|
152
153
|
*/
|
|
153
154
|
export declare class UpdateSubscriberCommand extends UpdateSubscriberCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const UpdateSubscriberNotificationCommand_base: {
|
|
|
90
90
|
* @throws {@link SecurityLakeServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from SecurityLake service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class UpdateSubscriberNotificationCommand extends UpdateSubscriberNotificationCommand_base {
|
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.777.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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|