@aws-sdk/client-qbusiness 3.908.0 → 3.911.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/models/models_0.d.ts +4 -4
- package/package.json +38 -38
|
@@ -3894,7 +3894,7 @@ export interface GetWebExperienceResponse {
|
|
|
3894
3894
|
/**
|
|
3895
3895
|
* <p>The authentication configuration information for your Amazon Q Business web experience.</p>
|
|
3896
3896
|
*
|
|
3897
|
-
* @deprecated
|
|
3897
|
+
* @deprecated Property associated with legacy SAML IdP flow. Deprecated in favor of using AWS IAM Identity Center for user management.
|
|
3898
3898
|
* @public
|
|
3899
3899
|
*/
|
|
3900
3900
|
authenticationConfiguration?: WebExperienceAuthConfiguration | undefined;
|
|
@@ -4002,7 +4002,7 @@ export interface UpdateWebExperienceRequest {
|
|
|
4002
4002
|
/**
|
|
4003
4003
|
* <p>The authentication configuration of the Amazon Q Business web experience.</p>
|
|
4004
4004
|
*
|
|
4005
|
-
* @deprecated
|
|
4005
|
+
* @deprecated Property associated with legacy SAML IdP flow. Deprecated in favor of using AWS IAM Identity Center for user management.
|
|
4006
4006
|
* @public
|
|
4007
4007
|
*/
|
|
4008
4008
|
authenticationConfiguration?: WebExperienceAuthConfiguration | undefined;
|
|
@@ -5012,14 +5012,14 @@ export interface TextSegment {
|
|
|
5012
5012
|
/**
|
|
5013
5013
|
* <p>The identifier of the media object associated with the text segment in the source attribution.</p>
|
|
5014
5014
|
*
|
|
5015
|
-
* @deprecated
|
|
5015
|
+
* @deprecated Deprecated in favor of using mediaId within the respective sourceDetails field.
|
|
5016
5016
|
* @public
|
|
5017
5017
|
*/
|
|
5018
5018
|
mediaId?: string | undefined;
|
|
5019
5019
|
/**
|
|
5020
5020
|
* <p>The MIME type (image/png) of the media object associated with the text segment in the source attribution.</p>
|
|
5021
5021
|
*
|
|
5022
|
-
* @deprecated
|
|
5022
|
+
* @deprecated Deprecated in favor of using mediaMimeType within the respective sourceDetails field.
|
|
5023
5023
|
* @public
|
|
5024
5024
|
*/
|
|
5025
5025
|
mediaMimeType?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-qbusiness",
|
|
3
3
|
"description": "AWS SDK for JavaScript Qbusiness Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.911.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-qbusiness",
|
|
@@ -20,46 +20,46 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/eventstream-handler-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-eventstream": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^4.3.
|
|
37
|
-
"@smithy/core": "^3.
|
|
38
|
-
"@smithy/eventstream-serde-browser": "^4.2.
|
|
39
|
-
"@smithy/eventstream-serde-config-resolver": "^4.3.
|
|
40
|
-
"@smithy/eventstream-serde-node": "^4.2.
|
|
41
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
42
|
-
"@smithy/hash-node": "^4.2.
|
|
43
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
44
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
45
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
46
|
-
"@smithy/middleware-retry": "^4.4.
|
|
47
|
-
"@smithy/middleware-serde": "^4.2.
|
|
48
|
-
"@smithy/middleware-stack": "^4.2.
|
|
49
|
-
"@smithy/node-config-provider": "^4.3.
|
|
50
|
-
"@smithy/node-http-handler": "^4.
|
|
51
|
-
"@smithy/protocol-http": "^5.3.
|
|
52
|
-
"@smithy/smithy-client": "^4.
|
|
53
|
-
"@smithy/types": "^4.
|
|
54
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.911.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.911.0",
|
|
25
|
+
"@aws-sdk/eventstream-handler-node": "3.910.0",
|
|
26
|
+
"@aws-sdk/middleware-eventstream": "3.910.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.910.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.910.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.910.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.911.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.910.0",
|
|
32
|
+
"@aws-sdk/types": "3.910.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.910.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.910.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.911.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.3.2",
|
|
37
|
+
"@smithy/core": "^3.16.1",
|
|
38
|
+
"@smithy/eventstream-serde-browser": "^4.2.2",
|
|
39
|
+
"@smithy/eventstream-serde-config-resolver": "^4.3.2",
|
|
40
|
+
"@smithy/eventstream-serde-node": "^4.2.2",
|
|
41
|
+
"@smithy/fetch-http-handler": "^5.3.3",
|
|
42
|
+
"@smithy/hash-node": "^4.2.2",
|
|
43
|
+
"@smithy/invalid-dependency": "^4.2.2",
|
|
44
|
+
"@smithy/middleware-content-length": "^4.2.2",
|
|
45
|
+
"@smithy/middleware-endpoint": "^4.3.3",
|
|
46
|
+
"@smithy/middleware-retry": "^4.4.3",
|
|
47
|
+
"@smithy/middleware-serde": "^4.2.2",
|
|
48
|
+
"@smithy/middleware-stack": "^4.2.2",
|
|
49
|
+
"@smithy/node-config-provider": "^4.3.2",
|
|
50
|
+
"@smithy/node-http-handler": "^4.4.1",
|
|
51
|
+
"@smithy/protocol-http": "^5.3.2",
|
|
52
|
+
"@smithy/smithy-client": "^4.8.1",
|
|
53
|
+
"@smithy/types": "^4.7.1",
|
|
54
|
+
"@smithy/url-parser": "^4.2.2",
|
|
55
55
|
"@smithy/util-base64": "^4.3.0",
|
|
56
56
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
57
57
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
58
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
59
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
60
|
-
"@smithy/util-endpoints": "^3.2.
|
|
61
|
-
"@smithy/util-middleware": "^4.2.
|
|
62
|
-
"@smithy/util-retry": "^4.2.
|
|
58
|
+
"@smithy/util-defaults-mode-browser": "^4.3.2",
|
|
59
|
+
"@smithy/util-defaults-mode-node": "^4.2.3",
|
|
60
|
+
"@smithy/util-endpoints": "^3.2.2",
|
|
61
|
+
"@smithy/util-middleware": "^4.2.2",
|
|
62
|
+
"@smithy/util-retry": "^4.2.2",
|
|
63
63
|
"@smithy/util-utf8": "^4.2.0",
|
|
64
64
|
"@smithy/uuid": "^1.1.0",
|
|
65
65
|
"tslib": "^2.6.2"
|