@aws-sdk/client-workspaces 3.606.0 → 3.609.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
@@ -840,6 +840,7 @@ var WorkspaceImageState = {
840
840
  };
841
841
  var OperatingSystemName = {
842
842
  AMAZON_LINUX_2: "AMAZON_LINUX_2",
843
+ RHEL_8: "RHEL_8",
843
844
  UBUNTU_18_04: "UBUNTU_18_04",
844
845
  UBUNTU_20_04: "UBUNTU_20_04",
845
846
  UBUNTU_22_04: "UBUNTU_22_04",
@@ -374,6 +374,7 @@ export const WorkspaceImageState = {
374
374
  };
375
375
  export const OperatingSystemName = {
376
376
  AMAZON_LINUX_2: "AMAZON_LINUX_2",
377
+ RHEL_8: "RHEL_8",
377
378
  UBUNTU_18_04: "UBUNTU_18_04",
378
379
  UBUNTU_20_04: "UBUNTU_20_04",
379
380
  UBUNTU_22_04: "UBUNTU_22_04",
@@ -71,7 +71,7 @@ declare const CreateWorkspacesCommand_base: {
71
71
  * Protocols: [ // ProtocolList
72
72
  * "PCOIP" || "WSP",
73
73
  * ],
74
- * OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022",
74
+ * OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8",
75
75
  * },
76
76
  * Tags: [ // TagList
77
77
  * { // Tag
@@ -104,7 +104,7 @@ declare const CreateWorkspacesCommand_base: {
104
104
  * // Protocols: [ // ProtocolList
105
105
  * // "PCOIP" || "WSP",
106
106
  * // ],
107
- * // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022",
107
+ * // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8",
108
108
  * // },
109
109
  * // Tags: [ // TagList
110
110
  * // { // Tag
@@ -143,7 +143,7 @@ declare const CreateWorkspacesCommand_base: {
143
143
  * // Protocols: [
144
144
  * // "PCOIP" || "WSP",
145
145
  * // ],
146
- * // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022",
146
+ * // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8",
147
147
  * // },
148
148
  * // ModificationStates: [ // ModificationStateList
149
149
  * // { // ModificationState
@@ -43,7 +43,7 @@ declare const DescribeApplicationsCommand_base: {
43
43
  * ],
44
44
  * LicenseType: "LICENSED" || "UNLICENSED",
45
45
  * OperatingSystemNames: [ // OperatingSystemNameList
46
- * "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022",
46
+ * "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8",
47
47
  * ],
48
48
  * Owner: "STRING_VALUE",
49
49
  * MaxResults: Number("int"),
@@ -65,7 +65,7 @@ declare const DescribeApplicationsCommand_base: {
65
65
  * // "VALUE" || "STANDARD" || "PERFORMANCE" || "POWER" || "GRAPHICS" || "POWERPRO" || "GRAPHICSPRO" || "GRAPHICS_G4DN" || "GRAPHICSPRO_G4DN",
66
66
  * // ],
67
67
  * // SupportedOperatingSystemNames: [ // OperatingSystemNameList
68
- * // "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022",
68
+ * // "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8",
69
69
  * // ],
70
70
  * // },
71
71
  * // ],
@@ -75,7 +75,7 @@ declare const DescribeWorkspacesCommand_base: {
75
75
  * // Protocols: [ // ProtocolList
76
76
  * // "PCOIP" || "WSP",
77
77
  * // ],
78
- * // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022",
78
+ * // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8",
79
79
  * // },
80
80
  * // ModificationStates: [ // ModificationStateList
81
81
  * // { // ModificationState
@@ -27,7 +27,7 @@ declare const DescribeWorkspacesPoolSessionsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves a list that describes the streaming sessions for a specified WorkSpaces pool.</p>
30
+ * <p>Retrieves a list that describes the streaming sessions for a specified pool.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const DescribeWorkspacesPoolsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes the specified WorkSpaces pool.</p>
30
+ * <p>Describes the specified WorkSpaces Pools.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -53,7 +53,7 @@ declare const ModifyWorkspacePropertiesCommand_base: {
53
53
  * Protocols: [ // ProtocolList
54
54
  * "PCOIP" || "WSP",
55
55
  * ],
56
- * OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022",
56
+ * OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8",
57
57
  * },
58
58
  * DataReplication: "NO_REPLICATION" || "PRIMARY_AS_SOURCE",
59
59
  * };
@@ -27,8 +27,8 @@ declare const StartWorkspacesPoolCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Starts the specified WorkSpaces pool.</p>
31
- * <p>You cannot start a WorkSpace pool unless it has a running mode of
30
+ * <p>Starts the specified pool.</p>
31
+ * <p>You cannot start a pool unless it has a running mode of
32
32
  * <code>AutoStop</code> and a state of <code>STOPPED</code>.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -27,7 +27,7 @@ declare const StopWorkspacesPoolCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Stops the specifiedWorkSpaces pool.</p>
30
+ * <p>Stops the specified pool.</p>
31
31
  * <p>You cannot stop a WorkSpace pool unless it has a running mode of <code>AutoStop</code>
32
32
  * and a state of <code>AVAILABLE</code>, <code>IMPAIRED</code>, <code>UNHEALTHY</code>, or <code>ERROR</code>.</p>
33
33
  * @example
@@ -27,7 +27,7 @@ declare const TerminateWorkspacesPoolCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Terminates the specified WorkSpaces pool.</p>
30
+ * <p>Terminates the specified pool.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const TerminateWorkspacesPoolSessionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Terminates the WorkSpaces pool session.</p>
30
+ * <p>Terminates the pool session.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const UpdateWorkspacesPoolCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates the specified WorkSpaces pool.</p>
30
+ * <p>Updates the specified pool.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -365,7 +365,7 @@ export declare const ApplicationSettingsStatusEnum: {
365
365
  */
366
366
  export type ApplicationSettingsStatusEnum = (typeof ApplicationSettingsStatusEnum)[keyof typeof ApplicationSettingsStatusEnum];
367
367
  /**
368
- * <p>The persistent application settings for users of a WorkSpaces pool.</p>
368
+ * <p>The persistent application settings for WorkSpaces Pools users.</p>
369
369
  * @public
370
370
  */
371
371
  export interface ApplicationSettingsRequest {
@@ -383,7 +383,7 @@ export interface ApplicationSettingsRequest {
383
383
  SettingsGroup?: string;
384
384
  }
385
385
  /**
386
- * <p>Describes the persistent application settings for users of a WorkSpaces pool.</p>
386
+ * <p>Describes the persistent application settings for WorkSpaces Pools users.</p>
387
387
  * @public
388
388
  */
389
389
  export interface ApplicationSettingsResponse {
@@ -918,7 +918,7 @@ export interface BundleResourceAssociation {
918
918
  StateReason?: AssociationStateReason;
919
919
  }
920
920
  /**
921
- * <p>Describes the user capacity for a WorkSpaces pool.</p>
921
+ * <p>Describes the user capacity for a pool of WorkSpaces.</p>
922
922
  * @public
923
923
  */
924
924
  export interface Capacity {
@@ -930,7 +930,7 @@ export interface Capacity {
930
930
  DesiredUserSessions: number | undefined;
931
931
  }
932
932
  /**
933
- * <p>Describes the capacity status for a WorkSpaces pool</p>
933
+ * <p>Describes the capacity status for a pool of WorkSpaces.</p>
934
934
  * @public
935
935
  */
936
936
  export interface CapacityStatus {
@@ -947,7 +947,7 @@ export interface CapacityStatus {
947
947
  */
948
948
  DesiredUserSessions: number | undefined;
949
949
  /**
950
- * <p>The total number of session slots that are available for WorkSpaces pools.</p>
950
+ * <p>The total number of session slots that are available for a pool of WorkSpaces.</p>
951
951
  * @public
952
952
  */
953
953
  ActualUserSessions: number | undefined;
@@ -1804,6 +1804,7 @@ export interface CreateWorkspaceImageResult {
1804
1804
  */
1805
1805
  export declare const OperatingSystemName: {
1806
1806
  readonly AMAZON_LINUX_2: "AMAZON_LINUX_2";
1807
+ readonly RHEL_8: "RHEL_8";
1807
1808
  readonly UBUNTU_18_04: "UBUNTU_18_04";
1808
1809
  readonly UBUNTU_20_04: "UBUNTU_20_04";
1809
1810
  readonly UBUNTU_22_04: "UBUNTU_22_04";
@@ -2319,7 +2320,7 @@ export interface CreateWorkspacesResult {
2319
2320
  PendingRequests?: Workspace[];
2320
2321
  }
2321
2322
  /**
2322
- * <p>Describes the timeout settings for a WorkSpaces pool.</p>
2323
+ * <p>Describes the timeout settings for a pool of WorkSpaces.</p>
2323
2324
  * @public
2324
2325
  */
2325
2326
  export interface TimeoutSettings {
@@ -2350,42 +2351,42 @@ export interface TimeoutSettings {
2350
2351
  */
2351
2352
  export interface CreateWorkspacesPoolRequest {
2352
2353
  /**
2353
- * <p>The name of the WorkSpaces pool.</p>
2354
+ * <p>The name of the pool.</p>
2354
2355
  * @public
2355
2356
  */
2356
2357
  PoolName: string | undefined;
2357
2358
  /**
2358
- * <p>The WorkSpaces pool description.</p>
2359
+ * <p>The pool description.</p>
2359
2360
  * @public
2360
2361
  */
2361
2362
  Description: string | undefined;
2362
2363
  /**
2363
- * <p>The identifier of the bundle for the WorkSpaces pool.</p>
2364
+ * <p>The identifier of the bundle for the pool.</p>
2364
2365
  * @public
2365
2366
  */
2366
2367
  BundleId: string | undefined;
2367
2368
  /**
2368
- * <p>The identifier of the directory for the WorkSpaces pool.</p>
2369
+ * <p>The identifier of the directory for the pool.</p>
2369
2370
  * @public
2370
2371
  */
2371
2372
  DirectoryId: string | undefined;
2372
2373
  /**
2373
- * <p>The user capacity of the WorkSpaces pool.</p>
2374
+ * <p>The user capacity of the pool.</p>
2374
2375
  * @public
2375
2376
  */
2376
2377
  Capacity: Capacity | undefined;
2377
2378
  /**
2378
- * <p>The tags for the WorkSpaces pool.</p>
2379
+ * <p>The tags for the pool.</p>
2379
2380
  * @public
2380
2381
  */
2381
2382
  Tags?: Tag[];
2382
2383
  /**
2383
- * <p>Indicates the application settings of the WorkSpaces pool.</p>
2384
+ * <p>Indicates the application settings of the pool.</p>
2384
2385
  * @public
2385
2386
  */
2386
2387
  ApplicationSettings?: ApplicationSettingsRequest;
2387
2388
  /**
2388
- * <p>Indicates the timeout settings of the WorkSpaces pool.</p>
2389
+ * <p>Indicates the timeout settings of the pool.</p>
2389
2390
  * @public
2390
2391
  */
2391
2392
  TimeoutSettings?: TimeoutSettings;
@@ -2441,7 +2442,7 @@ export declare const WorkspacesPoolErrorCode: {
2441
2442
  */
2442
2443
  export type WorkspacesPoolErrorCode = (typeof WorkspacesPoolErrorCode)[keyof typeof WorkspacesPoolErrorCode];
2443
2444
  /**
2444
- * <p>Describes a WorkSpaces pool error.</p>
2445
+ * <p>Describes a pool error.</p>
2445
2446
  * @public
2446
2447
  */
2447
2448
  export interface WorkspacesPoolError {
@@ -2474,17 +2475,17 @@ export declare const WorkspacesPoolState: {
2474
2475
  */
2475
2476
  export type WorkspacesPoolState = (typeof WorkspacesPoolState)[keyof typeof WorkspacesPoolState];
2476
2477
  /**
2477
- * <p>Describes a WorkSpaces pool.</p>
2478
+ * <p>Describes a pool of WorkSpaces.</p>
2478
2479
  * @public
2479
2480
  */
2480
2481
  export interface WorkspacesPool {
2481
2482
  /**
2482
- * <p>The identifier of a WorkSpaces pool.</p>
2483
+ * <p>The identifier of a pool.</p>
2483
2484
  * @public
2484
2485
  */
2485
2486
  PoolId: string | undefined;
2486
2487
  /**
2487
- * <p>The Amazon Resource Name (ARN) for the WorkSpaces pool.</p>
2488
+ * <p>The Amazon Resource Name (ARN) for the pool.</p>
2488
2489
  * @public
2489
2490
  */
2490
2491
  PoolArn: string | undefined;
@@ -2547,7 +2548,7 @@ export interface WorkspacesPool {
2547
2548
  */
2548
2549
  export interface CreateWorkspacesPoolResult {
2549
2550
  /**
2550
- * <p>Indicates the WorkSpaces pool to create.</p>
2551
+ * <p>Indicates the pool to create.</p>
2551
2552
  * @public
2552
2553
  */
2553
2554
  WorkspacesPool?: WorkspacesPool;
@@ -4693,7 +4694,7 @@ export declare const DescribeWorkspacesPoolsFilterOperator: {
4693
4694
  */
4694
4695
  export type DescribeWorkspacesPoolsFilterOperator = (typeof DescribeWorkspacesPoolsFilterOperator)[keyof typeof DescribeWorkspacesPoolsFilterOperator];
4695
4696
  /**
4696
- * <p>Describes the filter conditions for the WorkSpaces pool to return.</p>
4697
+ * <p>Describes the filter conditions for WorkSpaces Pools to return.</p>
4697
4698
  * @public
4698
4699
  */
4699
4700
  export interface DescribeWorkspacesPoolsFilter {
@@ -4703,12 +4704,12 @@ export interface DescribeWorkspacesPoolsFilter {
4703
4704
  */
4704
4705
  Name: DescribeWorkspacesPoolsFilterName | undefined;
4705
4706
  /**
4706
- * <p>The values for filtering WorkSpaces pools.</p>
4707
+ * <p>The values for filtering WorkSpaces Pools.</p>
4707
4708
  * @public
4708
4709
  */
4709
4710
  Values: string[] | undefined;
4710
4711
  /**
4711
- * <p>The operator values for filtering WorkSpaces pools.</p>
4712
+ * <p>The operator values for filtering WorkSpaces Pools.</p>
4712
4713
  * @public
4713
4714
  */
4714
4715
  Operator: DescribeWorkspacesPoolsFilterOperator | undefined;
@@ -4718,12 +4719,12 @@ export interface DescribeWorkspacesPoolsFilter {
4718
4719
  */
4719
4720
  export interface DescribeWorkspacesPoolsRequest {
4720
4721
  /**
4721
- * <p>The identifier of the WorkSpaces pool.</p>
4722
+ * <p>The identifier of the WorkSpaces Pools.</p>
4722
4723
  * @public
4723
4724
  */
4724
4725
  PoolIds?: string[];
4725
4726
  /**
4726
- * <p>The filter conditions for the WorkSpaces pool to return.</p>
4727
+ * <p>The filter conditions for the WorkSpaces Pool to return.</p>
4727
4728
  * @public
4728
4729
  */
4729
4730
  Filters?: DescribeWorkspacesPoolsFilter[];
@@ -4744,7 +4745,7 @@ export interface DescribeWorkspacesPoolsRequest {
4744
4745
  */
4745
4746
  export interface DescribeWorkspacesPoolsResult {
4746
4747
  /**
4747
- * <p>Information about the WorkSpaces pools.</p>
4748
+ * <p>Information about the WorkSpaces Pools.</p>
4748
4749
  * @public
4749
4750
  */
4750
4751
  WorkspacesPools?: WorkspacesPool[];
@@ -4760,7 +4761,7 @@ export interface DescribeWorkspacesPoolsResult {
4760
4761
  */
4761
4762
  export interface DescribeWorkspacesPoolSessionsRequest {
4762
4763
  /**
4763
- * <p>The identifier of the WorkSpaces pool.</p>
4764
+ * <p>The identifier of the pool.</p>
4764
4765
  * @public
4765
4766
  */
4766
4767
  PoolId: string | undefined;
@@ -4794,7 +4795,7 @@ export declare const SessionConnectionState: {
4794
4795
  */
4795
4796
  export type SessionConnectionState = (typeof SessionConnectionState)[keyof typeof SessionConnectionState];
4796
4797
  /**
4797
- * <p>Describes the network details of a WorkSpaces pool.</p>
4798
+ * <p>Describes the network details of a WorkSpaces Pool.</p>
4798
4799
  * @public
4799
4800
  */
4800
4801
  export interface NetworkAccessConfiguration {
@@ -4811,13 +4812,13 @@ export interface NetworkAccessConfiguration {
4811
4812
  EniId?: string;
4812
4813
  }
4813
4814
  /**
4814
- * <p>Describes a WorkSpaces pool session.</p>
4815
+ * <p>Describes a pool session.</p>
4815
4816
  * @public
4816
4817
  */
4817
4818
  export interface WorkspacesPoolSession {
4818
4819
  /**
4819
- * <p>The authentication method. The user is authenticated using a WorkSpaces
4820
- * pool URL (API) or SAML 2.0 federation (SAML).</p>
4820
+ * <p>The authentication method. The user is authenticated using a
4821
+ * WorkSpaces Pools URL (API) or SAML 2.0 federation (SAML).</p>
4821
4822
  * @public
4822
4823
  */
4823
4824
  AuthenticationType?: AuthenticationType;
@@ -4867,7 +4868,7 @@ export interface WorkspacesPoolSession {
4867
4868
  */
4868
4869
  export interface DescribeWorkspacesPoolSessionsResult {
4869
4870
  /**
4870
- * <p>Describes the WorkSpaces pool sessions.</p>
4871
+ * <p>Describes the pool sessions.</p>
4871
4872
  * @public
4872
4873
  */
4873
4874
  Sessions?: WorkspacesPoolSession[];
@@ -35,7 +35,7 @@ export interface StartWorkspacesResult {
35
35
  */
36
36
  export interface StartWorkspacesPoolRequest {
37
37
  /**
38
- * <p>The identifier of the WorkSpaces pool.</p>
38
+ * <p>The identifier of the pool.</p>
39
39
  * @public
40
40
  */
41
41
  PoolId: string | undefined;
@@ -81,7 +81,7 @@ export interface StopWorkspacesResult {
81
81
  */
82
82
  export interface StopWorkspacesPoolRequest {
83
83
  /**
84
- * <p>The identifier of the WorkSpaces pool.</p>
84
+ * <p>The identifier of the pool.</p>
85
85
  * @public
86
86
  */
87
87
  PoolId: string | undefined;
@@ -127,7 +127,7 @@ export interface TerminateWorkspacesResult {
127
127
  */
128
128
  export interface TerminateWorkspacesPoolRequest {
129
129
  /**
130
- * <p>The identifier of the WorkSpaces pool.</p>
130
+ * <p>The identifier of the pool.</p>
131
131
  * @public
132
132
  */
133
133
  PoolId: string | undefined;
@@ -142,7 +142,7 @@ export interface TerminateWorkspacesPoolResult {
142
142
  */
143
143
  export interface TerminateWorkspacesPoolSessionRequest {
144
144
  /**
145
- * <p>The identifier of the WorkSpaces pool session.</p>
145
+ * <p>The identifier of the pool session.</p>
146
146
  * @public
147
147
  */
148
148
  SessionId: string | undefined;
@@ -277,12 +277,12 @@ export interface UpdateWorkspaceImagePermissionResult {
277
277
  */
278
278
  export interface UpdateWorkspacesPoolRequest {
279
279
  /**
280
- * <p>The identifier of the specified WorkSpaces pool to update.</p>
280
+ * <p>The identifier of the specified pool to update.</p>
281
281
  * @public
282
282
  */
283
283
  PoolId: string | undefined;
284
284
  /**
285
- * <p>Describes the specified WorkSpaces pool to update.</p>
285
+ * <p>Describes the specified pool to update.</p>
286
286
  * @public
287
287
  */
288
288
  Description?: string;
@@ -297,7 +297,7 @@ export interface UpdateWorkspacesPoolRequest {
297
297
  */
298
298
  DirectoryId?: string;
299
299
  /**
300
- * <p>The desired capacity for the WorkSpaces pool.</p>
300
+ * <p>The desired capacity for the pool.</p>
301
301
  * @public
302
302
  */
303
303
  Capacity?: Capacity;
@@ -307,7 +307,7 @@ export interface UpdateWorkspacesPoolRequest {
307
307
  */
308
308
  ApplicationSettings?: ApplicationSettingsRequest;
309
309
  /**
310
- * <p>Indicates the timeout settings of the specified WorkSpaces pool.</p>
310
+ * <p>Indicates the timeout settings of the specified pool.</p>
311
311
  * @public
312
312
  */
313
313
  TimeoutSettings?: TimeoutSettings;
@@ -317,7 +317,7 @@ export interface UpdateWorkspacesPoolRequest {
317
317
  */
318
318
  export interface UpdateWorkspacesPoolResult {
319
319
  /**
320
- * <p>Describes the specified WorkSpaces pool.</p>
320
+ * <p>Describes the specified pool.</p>
321
321
  * @public
322
322
  */
323
323
  WorkspacesPool?: WorkspacesPool;
@@ -623,6 +623,7 @@ export interface CreateWorkspaceImageResult {
623
623
  }
624
624
  export declare const OperatingSystemName: {
625
625
  readonly AMAZON_LINUX_2: "AMAZON_LINUX_2";
626
+ readonly RHEL_8: "RHEL_8";
626
627
  readonly UBUNTU_18_04: "UBUNTU_18_04";
627
628
  readonly UBUNTU_20_04: "UBUNTU_20_04";
628
629
  readonly UBUNTU_22_04: "UBUNTU_22_04";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-workspaces",
3
3
  "description": "AWS SDK for JavaScript Workspaces Client for Node.js, Browser and React Native",
4
- "version": "3.606.0",
4
+ "version": "3.609.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-workspaces",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.606.0",
24
- "@aws-sdk/client-sts": "3.606.0",
25
- "@aws-sdk/core": "3.598.0",
26
- "@aws-sdk/credential-provider-node": "3.600.0",
27
- "@aws-sdk/middleware-host-header": "3.598.0",
28
- "@aws-sdk/middleware-logger": "3.598.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.598.0",
30
- "@aws-sdk/middleware-user-agent": "3.598.0",
31
- "@aws-sdk/region-config-resolver": "3.598.0",
32
- "@aws-sdk/types": "3.598.0",
33
- "@aws-sdk/util-endpoints": "3.598.0",
34
- "@aws-sdk/util-user-agent-browser": "3.598.0",
35
- "@aws-sdk/util-user-agent-node": "3.598.0",
36
- "@smithy/config-resolver": "^3.0.2",
37
- "@smithy/core": "^2.2.1",
38
- "@smithy/fetch-http-handler": "^3.0.2",
39
- "@smithy/hash-node": "^3.0.1",
40
- "@smithy/invalid-dependency": "^3.0.1",
41
- "@smithy/middleware-content-length": "^3.0.1",
42
- "@smithy/middleware-endpoint": "^3.0.2",
43
- "@smithy/middleware-retry": "^3.0.4",
44
- "@smithy/middleware-serde": "^3.0.1",
45
- "@smithy/middleware-stack": "^3.0.1",
46
- "@smithy/node-config-provider": "^3.1.1",
47
- "@smithy/node-http-handler": "^3.0.1",
48
- "@smithy/protocol-http": "^4.0.1",
49
- "@smithy/smithy-client": "^3.1.2",
50
- "@smithy/types": "^3.1.0",
51
- "@smithy/url-parser": "^3.0.1",
23
+ "@aws-sdk/client-sso-oidc": "3.609.0",
24
+ "@aws-sdk/client-sts": "3.609.0",
25
+ "@aws-sdk/core": "3.609.0",
26
+ "@aws-sdk/credential-provider-node": "3.609.0",
27
+ "@aws-sdk/middleware-host-header": "3.609.0",
28
+ "@aws-sdk/middleware-logger": "3.609.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.609.0",
30
+ "@aws-sdk/middleware-user-agent": "3.609.0",
31
+ "@aws-sdk/region-config-resolver": "3.609.0",
32
+ "@aws-sdk/types": "3.609.0",
33
+ "@aws-sdk/util-endpoints": "3.609.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.609.0",
35
+ "@aws-sdk/util-user-agent-node": "3.609.0",
36
+ "@smithy/config-resolver": "^3.0.4",
37
+ "@smithy/core": "^2.2.4",
38
+ "@smithy/fetch-http-handler": "^3.2.0",
39
+ "@smithy/hash-node": "^3.0.3",
40
+ "@smithy/invalid-dependency": "^3.0.3",
41
+ "@smithy/middleware-content-length": "^3.0.3",
42
+ "@smithy/middleware-endpoint": "^3.0.4",
43
+ "@smithy/middleware-retry": "^3.0.7",
44
+ "@smithy/middleware-serde": "^3.0.3",
45
+ "@smithy/middleware-stack": "^3.0.3",
46
+ "@smithy/node-config-provider": "^3.1.3",
47
+ "@smithy/node-http-handler": "^3.1.1",
48
+ "@smithy/protocol-http": "^4.0.3",
49
+ "@smithy/smithy-client": "^3.1.5",
50
+ "@smithy/types": "^3.3.0",
51
+ "@smithy/url-parser": "^3.0.3",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.4",
56
- "@smithy/util-defaults-mode-node": "^3.0.4",
57
- "@smithy/util-endpoints": "^2.0.2",
58
- "@smithy/util-middleware": "^3.0.1",
59
- "@smithy/util-retry": "^3.0.1",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.7",
56
+ "@smithy/util-defaults-mode-node": "^3.0.7",
57
+ "@smithy/util-endpoints": "^2.0.4",
58
+ "@smithy/util-middleware": "^3.0.3",
59
+ "@smithy/util-retry": "^3.0.3",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },