@aws-sdk/client-securitylake 3.600.0 → 3.608.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +4 -16
- package/dist-es/protocols/Aws_restJson1.js +4 -16
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -581,12 +581,9 @@ var se_DeleteDataLakeCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
581
581
|
}, "se_DeleteDataLakeCommand");
|
|
582
582
|
var se_DeleteDataLakeExceptionSubscriptionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
583
583
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
584
|
-
const headers = {
|
|
585
|
-
"content-type": "application/json"
|
|
586
|
-
};
|
|
584
|
+
const headers = {};
|
|
587
585
|
b.bp("/v1/datalake/exceptions/subscription");
|
|
588
586
|
let body;
|
|
589
|
-
body = "";
|
|
590
587
|
b.m("DELETE").h(headers).b(body);
|
|
591
588
|
return b.build();
|
|
592
589
|
}, "se_DeleteDataLakeExceptionSubscriptionCommand");
|
|
@@ -625,34 +622,25 @@ var se_DeleteSubscriberNotificationCommand = /* @__PURE__ */ __name(async (input
|
|
|
625
622
|
}, "se_DeleteSubscriberNotificationCommand");
|
|
626
623
|
var se_DeregisterDataLakeDelegatedAdministratorCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
627
624
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
628
|
-
const headers = {
|
|
629
|
-
"content-type": "application/json"
|
|
630
|
-
};
|
|
625
|
+
const headers = {};
|
|
631
626
|
b.bp("/v1/datalake/delegate");
|
|
632
627
|
let body;
|
|
633
|
-
body = "";
|
|
634
628
|
b.m("DELETE").h(headers).b(body);
|
|
635
629
|
return b.build();
|
|
636
630
|
}, "se_DeregisterDataLakeDelegatedAdministratorCommand");
|
|
637
631
|
var se_GetDataLakeExceptionSubscriptionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
638
632
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
639
|
-
const headers = {
|
|
640
|
-
"content-type": "application/json"
|
|
641
|
-
};
|
|
633
|
+
const headers = {};
|
|
642
634
|
b.bp("/v1/datalake/exceptions/subscription");
|
|
643
635
|
let body;
|
|
644
|
-
body = "";
|
|
645
636
|
b.m("GET").h(headers).b(body);
|
|
646
637
|
return b.build();
|
|
647
638
|
}, "se_GetDataLakeExceptionSubscriptionCommand");
|
|
648
639
|
var se_GetDataLakeOrganizationConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
649
640
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
650
|
-
const headers = {
|
|
651
|
-
"content-type": "application/json"
|
|
652
|
-
};
|
|
641
|
+
const headers = {};
|
|
653
642
|
b.bp("/v1/datalake/organization/configuration");
|
|
654
643
|
let body;
|
|
655
|
-
body = "";
|
|
656
644
|
b.m("GET").h(headers).b(body);
|
|
657
645
|
return b.build();
|
|
658
646
|
}, "se_GetDataLakeOrganizationConfigurationCommand");
|
|
@@ -147,12 +147,9 @@ export const se_DeleteDataLakeCommand = async (input, context) => {
|
|
|
147
147
|
};
|
|
148
148
|
export const se_DeleteDataLakeExceptionSubscriptionCommand = async (input, context) => {
|
|
149
149
|
const b = rb(input, context);
|
|
150
|
-
const headers = {
|
|
151
|
-
"content-type": "application/json",
|
|
152
|
-
};
|
|
150
|
+
const headers = {};
|
|
153
151
|
b.bp("/v1/datalake/exceptions/subscription");
|
|
154
152
|
let body;
|
|
155
|
-
body = "";
|
|
156
153
|
b.m("DELETE").h(headers).b(body);
|
|
157
154
|
return b.build();
|
|
158
155
|
};
|
|
@@ -189,34 +186,25 @@ export const se_DeleteSubscriberNotificationCommand = async (input, context) =>
|
|
|
189
186
|
};
|
|
190
187
|
export const se_DeregisterDataLakeDelegatedAdministratorCommand = async (input, context) => {
|
|
191
188
|
const b = rb(input, context);
|
|
192
|
-
const headers = {
|
|
193
|
-
"content-type": "application/json",
|
|
194
|
-
};
|
|
189
|
+
const headers = {};
|
|
195
190
|
b.bp("/v1/datalake/delegate");
|
|
196
191
|
let body;
|
|
197
|
-
body = "";
|
|
198
192
|
b.m("DELETE").h(headers).b(body);
|
|
199
193
|
return b.build();
|
|
200
194
|
};
|
|
201
195
|
export const se_GetDataLakeExceptionSubscriptionCommand = async (input, context) => {
|
|
202
196
|
const b = rb(input, context);
|
|
203
|
-
const headers = {
|
|
204
|
-
"content-type": "application/json",
|
|
205
|
-
};
|
|
197
|
+
const headers = {};
|
|
206
198
|
b.bp("/v1/datalake/exceptions/subscription");
|
|
207
199
|
let body;
|
|
208
|
-
body = "";
|
|
209
200
|
b.m("GET").h(headers).b(body);
|
|
210
201
|
return b.build();
|
|
211
202
|
};
|
|
212
203
|
export const se_GetDataLakeOrganizationConfigurationCommand = async (input, context) => {
|
|
213
204
|
const b = rb(input, context);
|
|
214
|
-
const headers = {
|
|
215
|
-
"content-type": "application/json",
|
|
216
|
-
};
|
|
205
|
+
const headers = {};
|
|
217
206
|
b.bp("/v1/datalake/organization/configuration");
|
|
218
207
|
let body;
|
|
219
|
-
body = "";
|
|
220
208
|
b.m("GET").h(headers).b(body);
|
|
221
209
|
return b.build();
|
|
222
210
|
};
|
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.608.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,8 +20,8 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.606.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.606.0",
|
|
25
25
|
"@aws-sdk/core": "3.598.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.600.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.598.0",
|