@aws-sdk/client-opensearchserverless 3.744.0 → 3.747.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/CreateSecurityConfigCommand.d.ts +2 -0
- package/dist-types/commands/GetSecurityConfigCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSecurityConfigCommand.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +1 -1
|
@@ -44,6 +44,7 @@ declare const CreateSecurityConfigCommand_base: {
|
|
|
44
44
|
* metadata: "STRING_VALUE", // required
|
|
45
45
|
* userAttribute: "STRING_VALUE",
|
|
46
46
|
* groupAttribute: "STRING_VALUE",
|
|
47
|
+
* openSearchServerlessEntityId: "STRING_VALUE",
|
|
47
48
|
* sessionTimeout: Number("int"),
|
|
48
49
|
* },
|
|
49
50
|
* iamIdentityCenterOptions: { // CreateIamIdentityCenterConfigOptions
|
|
@@ -65,6 +66,7 @@ declare const CreateSecurityConfigCommand_base: {
|
|
|
65
66
|
* // metadata: "STRING_VALUE", // required
|
|
66
67
|
* // userAttribute: "STRING_VALUE",
|
|
67
68
|
* // groupAttribute: "STRING_VALUE",
|
|
69
|
+
* // openSearchServerlessEntityId: "STRING_VALUE",
|
|
68
70
|
* // sessionTimeout: Number("int"),
|
|
69
71
|
* // },
|
|
70
72
|
* // iamIdentityCenterOptions: { // IamIdentityCenterConfigOptions
|
|
@@ -51,6 +51,7 @@ declare const GetSecurityConfigCommand_base: {
|
|
|
51
51
|
* // metadata: "STRING_VALUE", // required
|
|
52
52
|
* // userAttribute: "STRING_VALUE",
|
|
53
53
|
* // groupAttribute: "STRING_VALUE",
|
|
54
|
+
* // openSearchServerlessEntityId: "STRING_VALUE",
|
|
54
55
|
* // sessionTimeout: Number("int"),
|
|
55
56
|
* // },
|
|
56
57
|
* // iamIdentityCenterOptions: { // IamIdentityCenterConfigOptions
|
|
@@ -44,6 +44,7 @@ declare const UpdateSecurityConfigCommand_base: {
|
|
|
44
44
|
* metadata: "STRING_VALUE", // required
|
|
45
45
|
* userAttribute: "STRING_VALUE",
|
|
46
46
|
* groupAttribute: "STRING_VALUE",
|
|
47
|
+
* openSearchServerlessEntityId: "STRING_VALUE",
|
|
47
48
|
* sessionTimeout: Number("int"),
|
|
48
49
|
* },
|
|
49
50
|
* iamIdentityCenterOptionsUpdates: { // UpdateIamIdentityCenterConfigOptions
|
|
@@ -64,6 +65,7 @@ declare const UpdateSecurityConfigCommand_base: {
|
|
|
64
65
|
* // metadata: "STRING_VALUE", // required
|
|
65
66
|
* // userAttribute: "STRING_VALUE",
|
|
66
67
|
* // groupAttribute: "STRING_VALUE",
|
|
68
|
+
* // openSearchServerlessEntityId: "STRING_VALUE",
|
|
67
69
|
* // sessionTimeout: Number("int"),
|
|
68
70
|
* // },
|
|
69
71
|
* // iamIdentityCenterOptions: { // IamIdentityCenterConfigOptions
|
|
@@ -1428,6 +1428,11 @@ export interface SamlConfigOptions {
|
|
|
1428
1428
|
* @public
|
|
1429
1429
|
*/
|
|
1430
1430
|
groupAttribute?: string | undefined;
|
|
1431
|
+
/**
|
|
1432
|
+
* <p>Custom entity id attribute to override default entity id for this saml integration.</p>
|
|
1433
|
+
* @public
|
|
1434
|
+
*/
|
|
1435
|
+
openSearchServerlessEntityId?: string | undefined;
|
|
1431
1436
|
/**
|
|
1432
1437
|
* <p>The session timeout, in minutes. Default is 60 minutes (12 hours).</p>
|
|
1433
1438
|
* @public
|
|
@@ -375,6 +375,7 @@ export interface SamlConfigOptions {
|
|
|
375
375
|
metadata: string | undefined;
|
|
376
376
|
userAttribute?: string | undefined;
|
|
377
377
|
groupAttribute?: string | undefined;
|
|
378
|
+
openSearchServerlessEntityId?: string | undefined;
|
|
378
379
|
sessionTimeout?: number | undefined;
|
|
379
380
|
}
|
|
380
381
|
export declare const SecurityConfigType: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-opensearchserverless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Opensearchserverless Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.747.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-opensearchserverless",
|