@aws-sdk/client-workspaces 3.1102.0 → 3.1104.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 CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1101.0";
72
+ var version = "3.1103.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -517,6 +517,7 @@ const _CCCAIR = "CreateConnectClientAddInRequest";
517
517
  const _CCCAIRr = "CreateConnectClientAddInResult";
518
518
  const _CCT = "ChangeComputeType";
519
519
  const _CE = "ConflictException";
520
+ const _CEP = "ClientExperiencePolicy";
520
521
  const _CI = "ConnectionIdentifier";
521
522
  const _CIG = "CreateIpGroup";
522
523
  const _CIGR = "CreateIpGroupRequest";
@@ -1374,8 +1375,8 @@ var CertificateBasedAuthProperties$ = [3, n0, _CBAP,
1374
1375
  ];
1375
1376
  var ClientProperties$ = [3, n0, _CP,
1376
1377
  0,
1377
- [_RE, _LUE],
1378
- [0, 0]
1378
+ [_RE, _LUE, _CEP],
1379
+ [0, 0, 0]
1379
1380
  ];
1380
1381
  var ClientPropertiesResult$ = [3, n0, _CPR,
1381
1382
  0,
@@ -92,6 +92,7 @@ const _CCCAIR = "CreateConnectClientAddInRequest";
92
92
  const _CCCAIRr = "CreateConnectClientAddInResult";
93
93
  const _CCT = "ChangeComputeType";
94
94
  const _CE = "ConflictException";
95
+ const _CEP = "ClientExperiencePolicy";
95
96
  const _CI = "ConnectionIdentifier";
96
97
  const _CIG = "CreateIpGroup";
97
98
  const _CIGR = "CreateIpGroupRequest";
@@ -952,8 +953,8 @@ export var CertificateBasedAuthProperties$ = [3, n0, _CBAP,
952
953
  ];
953
954
  export var ClientProperties$ = [3, n0, _CP,
954
955
  0,
955
- [_RE, _LUE],
956
- [0, 0]
956
+ [_RE, _LUE, _CEP],
957
+ [0, 0, 0]
957
958
  ];
958
959
  export var ClientPropertiesResult$ = [3, n0, _CPR,
959
960
  0,
@@ -24,7 +24,13 @@ declare const CreateWorkspacesPoolCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Creates a pool of WorkSpaces.</p>
27
+ * <note>
28
+ * <p>End of support notice: On December 31, 2027, Amazon Web Services will end support for Amazon WorkSpaces Pools. After December 31, 2027,
29
+ * you will no longer be able to access the Amazon WorkSpaces Pools console or Amazon WorkSpaces Pools resources. For more information, see
30
+ * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/wsp-pools-end-of-support.html">Amazon WorkSpaces Pools end of support</a>.
31
+ * </p>
32
+ * </note>
33
+ * <p>Creates a pool of WorkSpaces.</p>
28
34
  * @example
29
35
  * Use a bare-bones client and the command you need to make an API call.
30
36
  * ```javascript
@@ -47,6 +47,7 @@ declare const DescribeClientPropertiesCommand_base: {
47
47
  * // ClientProperties: { // ClientProperties
48
48
  * // ReconnectEnabled: "ENABLED" || "DISABLED",
49
49
  * // LogUploadEnabled: "ENABLED" || "DISABLED",
50
+ * // ClientExperiencePolicy: "STRING_VALUE",
50
51
  * // },
51
52
  * // },
52
53
  * // ],
@@ -24,7 +24,13 @@ declare const DescribeWorkspacesPoolSessionsCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Retrieves a list that describes the streaming sessions for a specified pool.</p>
27
+ * <note>
28
+ * <p>End of support notice: On December 31, 2027, Amazon Web Services will end support for Amazon WorkSpaces Pools. After December 31, 2027,
29
+ * you will no longer be able to access the Amazon WorkSpaces Pools console or Amazon WorkSpaces Pools resources. For more information, see
30
+ * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/wsp-pools-end-of-support.html">Amazon WorkSpaces Pools end of support</a>.
31
+ * </p>
32
+ * </note>
33
+ * <p>Retrieves a list that describes the streaming sessions for a specified pool.</p>
28
34
  * @example
29
35
  * Use a bare-bones client and the command you need to make an API call.
30
36
  * ```javascript
@@ -24,7 +24,13 @@ declare const DescribeWorkspacesPoolsCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Describes the specified WorkSpaces Pools.</p>
27
+ * <note>
28
+ * <p>End of support notice: On December 31, 2027, Amazon Web Services will end support for Amazon WorkSpaces Pools. After December 31, 2027,
29
+ * you will no longer be able to access the Amazon WorkSpaces Pools console or Amazon WorkSpaces Pools resources. For more information, see
30
+ * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/wsp-pools-end-of-support.html">Amazon WorkSpaces Pools end of support</a>.
31
+ * </p>
32
+ * </note>
33
+ * <p>Describes the specified WorkSpaces Pools.</p>
28
34
  * @example
29
35
  * Use a bare-bones client and the command you need to make an API call.
30
36
  * ```javascript
@@ -38,6 +38,7 @@ declare const ModifyClientPropertiesCommand_base: {
38
38
  * ClientProperties: { // ClientProperties
39
39
  * ReconnectEnabled: "ENABLED" || "DISABLED",
40
40
  * LogUploadEnabled: "ENABLED" || "DISABLED",
41
+ * ClientExperiencePolicy: "STRING_VALUE",
41
42
  * },
42
43
  * };
43
44
  * const command = new ModifyClientPropertiesCommand(input);
@@ -24,7 +24,13 @@ declare const StartWorkspacesPoolCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Starts the specified pool.</p>
27
+ * <note>
28
+ * <p>End of support notice: On December 31, 2027, Amazon Web Services will end support for Amazon WorkSpaces Pools. After December 31, 2027,
29
+ * you will no longer be able to access the Amazon WorkSpaces Pools console or Amazon WorkSpaces Pools resources. For more information, see
30
+ * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/wsp-pools-end-of-support.html">Amazon WorkSpaces Pools end of support</a>.
31
+ * </p>
32
+ * </note>
33
+ * <p>Starts the specified pool.</p>
28
34
  * <p>You cannot start a pool unless it has a running mode of
29
35
  * <code>AutoStop</code> and a state of <code>STOPPED</code>.</p>
30
36
  * @example
@@ -24,7 +24,13 @@ declare const StopWorkspacesPoolCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Stops the specified pool.</p>
27
+ * <note>
28
+ * <p>End of support notice: On December 31, 2027, Amazon Web Services will end support for Amazon WorkSpaces Pools. After December 31, 2027,
29
+ * you will no longer be able to access the Amazon WorkSpaces Pools console or Amazon WorkSpaces Pools resources. For more information, see
30
+ * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/wsp-pools-end-of-support.html">Amazon WorkSpaces Pools end of support</a>.
31
+ * </p>
32
+ * </note>
33
+ * <p>Stops the specified pool.</p>
28
34
  * <p>You cannot stop a WorkSpace pool unless it has a running mode of <code>AutoStop</code>
29
35
  * and a state of <code>AVAILABLE</code>, <code>IMPAIRED</code>, <code>UNHEALTHY</code>, or <code>ERROR</code>.</p>
30
36
  * @example
@@ -24,7 +24,13 @@ declare const TerminateWorkspacesPoolCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Terminates the specified pool.</p>
27
+ * <note>
28
+ * <p>End of support notice: On December 31, 2027, Amazon Web Services will end support for Amazon WorkSpaces Pools. After December 31, 2027,
29
+ * you will no longer be able to access the Amazon WorkSpaces Pools console or Amazon WorkSpaces Pools resources. For more information, see
30
+ * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/wsp-pools-end-of-support.html">Amazon WorkSpaces Pools end of support</a>.
31
+ * </p>
32
+ * </note>
33
+ * <p>Terminates the specified pool.</p>
28
34
  * @example
29
35
  * Use a bare-bones client and the command you need to make an API call.
30
36
  * ```javascript
@@ -24,7 +24,13 @@ declare const TerminateWorkspacesPoolSessionCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Terminates the pool session.</p>
27
+ * <note>
28
+ * <p>End of support notice: On December 31, 2027, Amazon Web Services will end support for Amazon WorkSpaces Pools. After December 31, 2027,
29
+ * you will no longer be able to access the Amazon WorkSpaces Pools console or Amazon WorkSpaces Pools resources. For more information, see
30
+ * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/wsp-pools-end-of-support.html">Amazon WorkSpaces Pools end of support</a>.
31
+ * </p>
32
+ * </note>
33
+ * <p>Terminates the pool session.</p>
28
34
  * @example
29
35
  * Use a bare-bones client and the command you need to make an API call.
30
36
  * ```javascript
@@ -24,7 +24,13 @@ declare const UpdateWorkspacesPoolCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Updates the specified pool.</p>
27
+ * <note>
28
+ * <p>End of support notice: On December 31, 2027, Amazon Web Services will end support for Amazon WorkSpaces Pools. After December 31, 2027,
29
+ * you will no longer be able to access the Amazon WorkSpaces Pools console or Amazon WorkSpaces Pools resources. For more information, see
30
+ * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/wsp-pools-end-of-support.html">Amazon WorkSpaces Pools end of support</a>.
31
+ * </p>
32
+ * </note>
33
+ * <p>Updates the specified pool.</p>
28
34
  * @example
29
35
  * Use a bare-bones client and the command you need to make an API call.
30
36
  * ```javascript
@@ -604,6 +604,14 @@ export interface ClientProperties {
604
604
  * @public
605
605
  */
606
606
  LogUploadEnabled?: LogUploadEnum | undefined;
607
+ /**
608
+ * <p>The client experience policy that determines which client experience the user sees.
609
+ * Administrators can set this policy to control the client experience for users in a directory.
610
+ * Valid values include <code>FORCE_CLASSIC</code>, <code>FORCE_UI_2026</code>,
611
+ * and <code>USER_CHOICE</code>.</p>
612
+ * @public
613
+ */
614
+ ClientExperiencePolicy?: string | undefined;
607
615
  }
608
616
  /**
609
617
  * <p>Information about the Amazon WorkSpaces client.</p>
@@ -214,6 +214,7 @@ export interface CertificateBasedAuthProperties {
214
214
  export interface ClientProperties {
215
215
  ReconnectEnabled?: ReconnectEnum | undefined;
216
216
  LogUploadEnabled?: LogUploadEnum | undefined;
217
+ ClientExperiencePolicy?: string | undefined;
217
218
  }
218
219
  export interface ClientPropertiesResult {
219
220
  ResourceId?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-workspaces",
3
- "version": "3.1102.0",
3
+ "version": "3.1104.0",
4
4
  "description": "AWS SDK for JavaScript Workspaces Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-workspaces",
6
6
  "license": "Apache-2.0",
@@ -48,8 +48,8 @@
48
48
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
49
49
  },
50
50
  "dependencies": {
51
- "@aws-sdk/core": "^3.977.5",
52
- "@aws-sdk/credential-provider-node": "^3.972.77",
51
+ "@aws-sdk/core": "^3.977.6",
52
+ "@aws-sdk/credential-provider-node": "^3.972.78",
53
53
  "@aws-sdk/types": "^3.974.2",
54
54
  "@smithy/core": "^3.31.1",
55
55
  "@smithy/fetch-http-handler": "^5.6.13",