@aws-sdk/client-appstream 3.738.0 → 3.741.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/CreateStackCommand.d.ts +6 -0
- package/dist-types/commands/DescribeStacksCommand.d.ts +3 -0
- package/dist-types/commands/UpdateStackCommand.d.ts +6 -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 +2 -2
|
@@ -45,6 +45,9 @@ declare const CreateStackCommand_base: {
|
|
|
45
45
|
* Domains: [ // DomainList
|
|
46
46
|
* "STRING_VALUE",
|
|
47
47
|
* ],
|
|
48
|
+
* DomainsRequireAdminConsent: [
|
|
49
|
+
* "STRING_VALUE",
|
|
50
|
+
* ],
|
|
48
51
|
* },
|
|
49
52
|
* ],
|
|
50
53
|
* RedirectURL: "STRING_VALUE",
|
|
@@ -92,6 +95,9 @@ declare const CreateStackCommand_base: {
|
|
|
92
95
|
* // Domains: [ // DomainList
|
|
93
96
|
* // "STRING_VALUE",
|
|
94
97
|
* // ],
|
|
98
|
+
* // DomainsRequireAdminConsent: [
|
|
99
|
+
* // "STRING_VALUE",
|
|
100
|
+
* // ],
|
|
95
101
|
* // },
|
|
96
102
|
* // ],
|
|
97
103
|
* // RedirectURL: "STRING_VALUE",
|
|
@@ -45,6 +45,9 @@ declare const UpdateStackCommand_base: {
|
|
|
45
45
|
* Domains: [ // DomainList
|
|
46
46
|
* "STRING_VALUE",
|
|
47
47
|
* ],
|
|
48
|
+
* DomainsRequireAdminConsent: [
|
|
49
|
+
* "STRING_VALUE",
|
|
50
|
+
* ],
|
|
48
51
|
* },
|
|
49
52
|
* ],
|
|
50
53
|
* DeleteStorageConnectors: true || false,
|
|
@@ -93,6 +96,9 @@ declare const UpdateStackCommand_base: {
|
|
|
93
96
|
* // Domains: [ // DomainList
|
|
94
97
|
* // "STRING_VALUE",
|
|
95
98
|
* // ],
|
|
99
|
+
* // DomainsRequireAdminConsent: [
|
|
100
|
+
* // "STRING_VALUE",
|
|
101
|
+
* // ],
|
|
96
102
|
* // },
|
|
97
103
|
* // ],
|
|
98
104
|
* // RedirectURL: "STRING_VALUE",
|
|
@@ -2865,6 +2865,11 @@ export interface StorageConnector {
|
|
|
2865
2865
|
* @public
|
|
2866
2866
|
*/
|
|
2867
2867
|
Domains?: string[] | undefined;
|
|
2868
|
+
/**
|
|
2869
|
+
* <p>The OneDrive for Business domains where you require admin consent when users try to link their OneDrive account to AppStream 2.0. The attribute can only be specified when ConnectorType=ONE_DRIVE.</p>
|
|
2870
|
+
* @public
|
|
2871
|
+
*/
|
|
2872
|
+
DomainsRequireAdminConsent?: string[] | undefined;
|
|
2868
2873
|
}
|
|
2869
2874
|
/**
|
|
2870
2875
|
* @public
|
|
@@ -681,6 +681,7 @@ export interface StorageConnector {
|
|
|
681
681
|
ConnectorType: StorageConnectorType | undefined;
|
|
682
682
|
ResourceIdentifier?: string | undefined;
|
|
683
683
|
Domains?: string[] | undefined;
|
|
684
|
+
DomainsRequireAdminConsent?: string[] | undefined;
|
|
684
685
|
}
|
|
685
686
|
export declare const PreferredProtocol: {
|
|
686
687
|
readonly TCP: "TCP";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appstream",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appstream Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.741.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-appstream",
|
|
@@ -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.734.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.741.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|