@aws-sdk/client-securitylake 3.592.0 → 3.596.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.
|
@@ -905,7 +905,7 @@ export declare namespace LogSourceResource {
|
|
|
905
905
|
*/
|
|
906
906
|
export interface CreateSubscriberRequest {
|
|
907
907
|
/**
|
|
908
|
-
* <p>The
|
|
908
|
+
* <p>The Amazon Web Services identity used to access your data.</p>
|
|
909
909
|
* @public
|
|
910
910
|
*/
|
|
911
911
|
subscriberIdentity: AwsIdentity | undefined;
|
|
@@ -969,7 +969,7 @@ export interface SubscriberResource {
|
|
|
969
969
|
*/
|
|
970
970
|
subscriberArn: string | undefined;
|
|
971
971
|
/**
|
|
972
|
-
* <p>The
|
|
972
|
+
* <p>The Amazon Web Services identity used to access your data.</p>
|
|
973
973
|
* @public
|
|
974
974
|
*/
|
|
975
975
|
subscriberIdentity: AwsIdentity | undefined;
|
|
@@ -1021,7 +1021,7 @@ export interface SubscriberResource {
|
|
|
1021
1021
|
*/
|
|
1022
1022
|
subscriberStatus?: SubscriberStatus;
|
|
1023
1023
|
/**
|
|
1024
|
-
* <p>The Amazon Resource Name (ARN) which uniquely defines the
|
|
1024
|
+
* <p>The Amazon Resource Name (ARN) which uniquely defines the Amazon Web Services RAM resource share. Before
|
|
1025
1025
|
* accepting the RAM resource share invitation, you can view details related to the RAM
|
|
1026
1026
|
* resource share.</p>
|
|
1027
1027
|
* <p>This field is available only for Lake Formation subscribers created after March 8, 2023.</p>
|
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.596.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,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
25
|
"@aws-sdk/core": "3.592.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|