@aws-sdk/client-workspaces 3.195.0 → 3.197.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/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.197.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.196.0...v3.197.0) (2022-10-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **types:** expand custom endpoint type ([#4097](https://github.com/aws/aws-sdk-js-v3/issues/4097)) ([3620ce4](https://github.com/aws/aws-sdk-js-v3/commit/3620ce4162435b9688823162281140f40365b14c))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.196.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.195.0...v3.196.0) (2022-10-25)
18
+
19
+
20
+ ### Features
21
+
22
+ * **client-workspaces:** This release adds new enums for supporting Workspaces Core features, including creating Manual running mode workspaces, importing regular Workspaces Core images and importing g4dn Workspaces Core images. ([7d3dc18](https://github.com/aws/aws-sdk-js-v3/commit/7d3dc18083a054d39c7abcd7cd4fe1c5d5e0e45b))
23
+
24
+
25
+
26
+
27
+
6
28
  # [3.195.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.194.0...v3.195.0) (2022-10-24)
7
29
 
8
30
 
@@ -231,6 +231,7 @@ var RunningMode;
231
231
  (function (RunningMode) {
232
232
  RunningMode["ALWAYS_ON"] = "ALWAYS_ON";
233
233
  RunningMode["AUTO_STOP"] = "AUTO_STOP";
234
+ RunningMode["MANUAL"] = "MANUAL";
234
235
  })(RunningMode = exports.RunningMode || (exports.RunningMode = {}));
235
236
  var ModificationResourceEnum;
236
237
  (function (ModificationResourceEnum) {
@@ -306,7 +307,9 @@ var WorkspaceImageIngestionProcess;
306
307
  WorkspaceImageIngestionProcess["BYOL_GRAPHICS"] = "BYOL_GRAPHICS";
307
308
  WorkspaceImageIngestionProcess["BYOL_GRAPHICSPRO"] = "BYOL_GRAPHICSPRO";
308
309
  WorkspaceImageIngestionProcess["BYOL_GRAPHICS_G4DN"] = "BYOL_GRAPHICS_G4DN";
310
+ WorkspaceImageIngestionProcess["BYOL_GRAPHICS_G4DN_BYOP"] = "BYOL_GRAPHICS_G4DN_BYOP";
309
311
  WorkspaceImageIngestionProcess["BYOL_REGULAR"] = "BYOL_REGULAR";
312
+ WorkspaceImageIngestionProcess["BYOL_REGULAR_BYOP"] = "BYOL_REGULAR_BYOP";
310
313
  WorkspaceImageIngestionProcess["BYOL_REGULAR_WSP"] = "BYOL_REGULAR_WSP";
311
314
  })(WorkspaceImageIngestionProcess = exports.WorkspaceImageIngestionProcess || (exports.WorkspaceImageIngestionProcess = {}));
312
315
  class OperationInProgressException extends WorkSpacesServiceException_1.WorkSpacesServiceException {
@@ -214,6 +214,7 @@ export var RunningMode;
214
214
  (function (RunningMode) {
215
215
  RunningMode["ALWAYS_ON"] = "ALWAYS_ON";
216
216
  RunningMode["AUTO_STOP"] = "AUTO_STOP";
217
+ RunningMode["MANUAL"] = "MANUAL";
217
218
  })(RunningMode || (RunningMode = {}));
218
219
  export var ModificationResourceEnum;
219
220
  (function (ModificationResourceEnum) {
@@ -289,7 +290,9 @@ export var WorkspaceImageIngestionProcess;
289
290
  WorkspaceImageIngestionProcess["BYOL_GRAPHICS"] = "BYOL_GRAPHICS";
290
291
  WorkspaceImageIngestionProcess["BYOL_GRAPHICSPRO"] = "BYOL_GRAPHICSPRO";
291
292
  WorkspaceImageIngestionProcess["BYOL_GRAPHICS_G4DN"] = "BYOL_GRAPHICS_G4DN";
293
+ WorkspaceImageIngestionProcess["BYOL_GRAPHICS_G4DN_BYOP"] = "BYOL_GRAPHICS_G4DN_BYOP";
292
294
  WorkspaceImageIngestionProcess["BYOL_REGULAR"] = "BYOL_REGULAR";
295
+ WorkspaceImageIngestionProcess["BYOL_REGULAR_BYOP"] = "BYOL_REGULAR_BYOP";
293
296
  WorkspaceImageIngestionProcess["BYOL_REGULAR_WSP"] = "BYOL_REGULAR_WSP";
294
297
  })(WorkspaceImageIngestionProcess || (WorkspaceImageIngestionProcess = {}));
295
298
  export class OperationInProgressException extends __BaseException {
@@ -205,6 +205,12 @@ export declare class WorkSpaces extends WorkSpacesClient {
205
205
  /**
206
206
  * <p>Creates one or more WorkSpaces.</p>
207
207
  * <p>This operation is asynchronous and returns before the WorkSpaces are created.</p>
208
+ * <note>
209
+ * <p>The <code>MANUAL</code> running mode value is only supported by Amazon WorkSpaces
210
+ * Core. Contact your account team to be allow-listed to use this value. For more
211
+ * information, see <a href="http://aws.amazon.com/workspaces/core/">Amazon WorkSpaces
212
+ * Core</a>.</p>
213
+ * </note>
208
214
  */
209
215
  createWorkspaces(args: CreateWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspacesCommandOutput>;
210
216
  createWorkspaces(args: CreateWorkspacesCommandInput, cb: (err: any, data?: CreateWorkspacesCommandOutput) => void): void;
@@ -464,9 +470,10 @@ export declare class WorkSpaces extends WorkSpacesClient {
464
470
  importClientBranding(args: ImportClientBrandingCommandInput, cb: (err: any, data?: ImportClientBrandingCommandOutput) => void): void;
465
471
  importClientBranding(args: ImportClientBrandingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportClientBrandingCommandOutput) => void): void;
466
472
  /**
467
- * <p>Imports the specified Windows 10 Bring Your Own License (BYOL) image into Amazon
468
- * WorkSpaces. The image must be an already licensed Amazon EC2 image that is in your Amazon Web Services account, and you must own the image. For more information about creating BYOL
469
- * images, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html"> Bring Your Own Windows
473
+ * <p>Imports the specified Windows 10 Bring Your Own License (BYOL) or Windows Server 2016 BYOL
474
+ * image into Amazon WorkSpaces. The image must be an already licensed Amazon EC2 image that is
475
+ * in your Amazon Web Services account, and you must own the image. For more information about
476
+ * creating BYOL images, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html"> Bring Your Own Windows
470
477
  * Desktop Licenses</a>.</p>
471
478
  */
472
479
  importWorkspaceImage(args: ImportWorkspaceImageCommandInput, options?: __HttpHandlerOptions): Promise<ImportWorkspaceImageCommandOutput>;
@@ -547,6 +554,12 @@ export declare class WorkSpaces extends WorkSpacesClient {
547
554
  * <p>Modifies the specified WorkSpace properties. For important information about how to
548
555
  * modify the size of the root and user volumes, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/modify-workspaces.html"> Modify a WorkSpace</a>.
549
556
  * </p>
557
+ * <note>
558
+ * <p>The <code>MANUAL</code> running mode value is only supported by Amazon WorkSpaces
559
+ * Core. Contact your account team to be allow-listed to use this value. For more
560
+ * information, see <a href="http://aws.amazon.com/workspaces/core/">Amazon WorkSpaces
561
+ * Core</a>.</p>
562
+ * </note>
550
563
  */
551
564
  modifyWorkspaceProperties(args: ModifyWorkspacePropertiesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyWorkspacePropertiesCommandOutput>;
552
565
  modifyWorkspaceProperties(args: ModifyWorkspacePropertiesCommandInput, cb: (err: any, data?: ModifyWorkspacePropertiesCommandOutput) => void): void;
@@ -10,6 +10,12 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _
10
10
  /**
11
11
  * <p>Creates one or more WorkSpaces.</p>
12
12
  * <p>This operation is asynchronous and returns before the WorkSpaces are created.</p>
13
+ * <note>
14
+ * <p>The <code>MANUAL</code> running mode value is only supported by Amazon WorkSpaces
15
+ * Core. Contact your account team to be allow-listed to use this value. For more
16
+ * information, see <a href="http://aws.amazon.com/workspaces/core/">Amazon WorkSpaces
17
+ * Core</a>.</p>
18
+ * </note>
13
19
  * @example
14
20
  * Use a bare-bones client and the command you need to make an API call.
15
21
  * ```javascript
@@ -8,9 +8,10 @@ export interface ImportWorkspaceImageCommandInput extends ImportWorkspaceImageRe
8
8
  export interface ImportWorkspaceImageCommandOutput extends ImportWorkspaceImageResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Imports the specified Windows 10 Bring Your Own License (BYOL) image into Amazon
12
- * WorkSpaces. The image must be an already licensed Amazon EC2 image that is in your Amazon Web Services account, and you must own the image. For more information about creating BYOL
13
- * images, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html"> Bring Your Own Windows
11
+ * <p>Imports the specified Windows 10 Bring Your Own License (BYOL) or Windows Server 2016 BYOL
12
+ * image into Amazon WorkSpaces. The image must be an already licensed Amazon EC2 image that is
13
+ * in your Amazon Web Services account, and you must own the image. For more information about
14
+ * creating BYOL images, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html"> Bring Your Own Windows
14
15
  * Desktop Licenses</a>.</p>
15
16
  * @example
16
17
  * Use a bare-bones client and the command you need to make an API call.
@@ -11,6 +11,12 @@ export interface ModifyWorkspacePropertiesCommandOutput extends ModifyWorkspaceP
11
11
  * <p>Modifies the specified WorkSpace properties. For important information about how to
12
12
  * modify the size of the root and user volumes, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/modify-workspaces.html"> Modify a WorkSpace</a>.
13
13
  * </p>
14
+ * <note>
15
+ * <p>The <code>MANUAL</code> running mode value is only supported by Amazon WorkSpaces
16
+ * Core. Contact your account team to be allow-listed to use this value. For more
17
+ * information, see <a href="http://aws.amazon.com/workspaces/core/">Amazon WorkSpaces
18
+ * Core</a>.</p>
19
+ * </note>
14
20
  * @example
15
21
  * Use a bare-bones client and the command you need to make an API call.
16
22
  * ```javascript
@@ -1,9 +1,9 @@
1
- import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
1
+ import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@aws-sdk/types";
2
2
  export interface ClientInputEndpointParameters {
3
3
  region?: string | Provider<string>;
4
4
  useDualstackEndpoint?: boolean | Provider<boolean>;
5
5
  useFipsEndpoint?: boolean | Provider<boolean>;
6
- endpoint?: string | Provider<string>;
6
+ endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
7
7
  }
8
8
  export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
9
  defaultSigningName: string;
@@ -725,8 +725,7 @@ export interface CreateWorkspaceImageResult {
725
725
  * When Bring Your Own License (BYOL) is enabled, this value is set
726
726
  * to DEDICATED. For more information, see
727
727
  * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.htm">
728
- * Bring Your Own Windows Desktop Images.</a>
729
- * </p>
728
+ * Bring Your Own Windows Desktop Images.</a>.</p>
730
729
  */
731
730
  RequiredTenancy?: WorkspaceImageRequiredTenancy | string;
732
731
  /**
@@ -740,7 +739,8 @@ export interface CreateWorkspaceImageResult {
740
739
  }
741
740
  export declare enum RunningMode {
742
741
  ALWAYS_ON = "ALWAYS_ON",
743
- AUTO_STOP = "AUTO_STOP"
742
+ AUTO_STOP = "AUTO_STOP",
743
+ MANUAL = "MANUAL"
744
744
  }
745
745
  /**
746
746
  * <p>Describes a WorkSpace.</p>
@@ -748,7 +748,12 @@ export declare enum RunningMode {
748
748
  export interface WorkspaceProperties {
749
749
  /**
750
750
  * <p>The running mode. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/running-mode.html">Manage the WorkSpace Running
751
- * Mode</a>.</p>
751
+ * Mode</a>.</p>
752
+ * <note>
753
+ * <p>The <code>MANUAL</code> value is only supported by Amazon WorkSpaces Core. Contact
754
+ * your account team to be allow-listed to use this value. For more information, see
755
+ * <a href="http://aws.amazon.com/workspaces/core/">Amazon WorkSpaces Core</a>.</p>
756
+ * </note>
752
757
  */
753
758
  RunningMode?: RunningMode | string;
754
759
  /**
@@ -2238,7 +2243,9 @@ export declare enum WorkspaceImageIngestionProcess {
2238
2243
  BYOL_GRAPHICS = "BYOL_GRAPHICS",
2239
2244
  BYOL_GRAPHICSPRO = "BYOL_GRAPHICSPRO",
2240
2245
  BYOL_GRAPHICS_G4DN = "BYOL_GRAPHICS_G4DN",
2246
+ BYOL_GRAPHICS_G4DN_BYOP = "BYOL_GRAPHICS_G4DN_BYOP",
2241
2247
  BYOL_REGULAR = "BYOL_REGULAR",
2248
+ BYOL_REGULAR_BYOP = "BYOL_REGULAR_BYOP",
2242
2249
  BYOL_REGULAR_WSP = "BYOL_REGULAR_WSP"
2243
2250
  }
2244
2251
  export interface ImportWorkspaceImageRequest {
@@ -2248,12 +2255,18 @@ export interface ImportWorkspaceImageRequest {
2248
2255
  Ec2ImageId: string | undefined;
2249
2256
  /**
2250
2257
  * <p>The ingestion process to be used when importing the image, depending on which protocol
2251
- * you want to use for your BYOL Workspace image, either PCoIP or WorkSpaces Streaming
2252
- * Protocol (WSP). To use WSP, specify a value that ends in <code>_WSP</code>. To use PCoIP,
2253
- * specify a value that does not end in <code>_WSP</code>. </p>
2258
+ * you want to use for your BYOL Workspace image, either PCoIP, WorkSpaces Streaming Protocol
2259
+ * (WSP), or bring your own protocol (BYOP). To use WSP, specify a value that ends in
2260
+ * <code>_WSP</code>. To use PCoIP, specify a value that does not end in <code>_WSP</code>.
2261
+ * To use BYOP, specify a value that ends in <code>_BYOP</code>.</p>
2254
2262
  * <p>For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify
2255
- * <code>BYOL_REGULAR</code> or <code>BYOL_REGULAR_WSP</code>, depending on the
2256
- * protocol.</p>
2263
+ * <code>BYOL_REGULAR</code>, <code>BYOL_REGULAR_WSP</code>, or <code>BYOL_REGULAR_BYOP</code>,
2264
+ * depending on the protocol.</p>
2265
+ * <note>
2266
+ * <p>The <code>BYOL_REGULAR_BYOP</code> and <code>BYOL_GRAPHICS_G4DN_BYOP</code> values
2267
+ * are only supported by Amazon WorkSpaces Core. Contact your account team to be
2268
+ * allow-listed to use these values. For more information, see <a href="http://aws.amazon.com/workspaces/core/">Amazon WorkSpaces Core</a>.</p>
2269
+ * </note>
2257
2270
  */
2258
2271
  IngestionProcess: WorkspaceImageIngestionProcess | string | undefined;
2259
2272
  /**
@@ -26,7 +26,7 @@ export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
30
30
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
31
  logger?: import("@aws-sdk/types").Logger | undefined;
32
32
  }) => import("@aws-sdk/types").EndpointV2;
@@ -26,7 +26,7 @@ export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
30
30
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
31
  logger?: import("@aws-sdk/types").Logger | undefined;
32
32
  }) => import("@aws-sdk/types").EndpointV2;
@@ -25,7 +25,7 @@ export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
26
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
27
27
  defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
28
- endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
28
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> | undefined;
29
29
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
30
30
  logger?: import("@aws-sdk/types").Logger | undefined;
31
31
  }) => import("@aws-sdk/types").EndpointV2;
@@ -1,12 +1,20 @@
1
1
  import {
2
+ Endpoint,
2
3
  EndpointParameters as __EndpointParameters,
4
+ EndpointV2,
3
5
  Provider,
4
6
  } from "@aws-sdk/types";
5
7
  export interface ClientInputEndpointParameters {
6
8
  region?: string | Provider<string>;
7
9
  useDualstackEndpoint?: boolean | Provider<boolean>;
8
10
  useFipsEndpoint?: boolean | Provider<boolean>;
9
- endpoint?: string | Provider<string>;
11
+ endpoint?:
12
+ | string
13
+ | Provider<string>
14
+ | Endpoint
15
+ | Provider<Endpoint>
16
+ | EndpointV2
17
+ | Provider<EndpointV2>;
10
18
  }
11
19
  export declare type ClientResolvedEndpointParameters =
12
20
  ClientInputEndpointParameters & {
@@ -320,6 +320,7 @@ export interface CreateWorkspaceImageResult {
320
320
  export declare enum RunningMode {
321
321
  ALWAYS_ON = "ALWAYS_ON",
322
322
  AUTO_STOP = "AUTO_STOP",
323
+ MANUAL = "MANUAL",
323
324
  }
324
325
  export interface WorkspaceProperties {
325
326
  RunningMode?: RunningMode | string;
@@ -754,7 +755,9 @@ export declare enum WorkspaceImageIngestionProcess {
754
755
  BYOL_GRAPHICS = "BYOL_GRAPHICS",
755
756
  BYOL_GRAPHICSPRO = "BYOL_GRAPHICSPRO",
756
757
  BYOL_GRAPHICS_G4DN = "BYOL_GRAPHICS_G4DN",
758
+ BYOL_GRAPHICS_G4DN_BYOP = "BYOL_GRAPHICS_G4DN_BYOP",
757
759
  BYOL_REGULAR = "BYOL_REGULAR",
760
+ BYOL_REGULAR_BYOP = "BYOL_REGULAR_BYOP",
758
761
  BYOL_REGULAR_WSP = "BYOL_REGULAR_WSP",
759
762
  }
760
763
  export interface ImportWorkspaceImageRequest {
@@ -44,7 +44,16 @@ export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
44
44
  | import("@aws-sdk/types").EndpointV2
45
45
  | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
46
46
  ) &
47
- (string | import("@aws-sdk/types").Provider<string>))
47
+ (
48
+ | string
49
+ | import("@aws-sdk/types").Provider<string>
50
+ | import("@aws-sdk/types").Endpoint
51
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
52
+ | import("@aws-sdk/types").EndpointV2
53
+ | import("@aws-sdk/types").Provider<
54
+ import("@aws-sdk/types").EndpointV2
55
+ >
56
+ ))
48
57
  | undefined;
49
58
  endpointProvider: (
50
59
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
@@ -44,7 +44,16 @@ export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
44
44
  | import("@aws-sdk/types").EndpointV2
45
45
  | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
46
46
  ) &
47
- (string | import("@aws-sdk/types").Provider<string>))
47
+ (
48
+ | string
49
+ | import("@aws-sdk/types").Provider<string>
50
+ | import("@aws-sdk/types").Endpoint
51
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
52
+ | import("@aws-sdk/types").EndpointV2
53
+ | import("@aws-sdk/types").Provider<
54
+ import("@aws-sdk/types").EndpointV2
55
+ >
56
+ ))
48
57
  | undefined;
49
58
  endpointProvider: (
50
59
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
@@ -39,14 +39,10 @@ export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
39
39
  >;
40
40
  endpoint?:
41
41
  | string
42
- | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
43
- import("@aws-sdk/types").Provider<string>)
44
- | (import("@aws-sdk/types").Endpoint &
45
- import("@aws-sdk/types").Provider<string>)
46
- | (import("@aws-sdk/types").EndpointV2 &
47
- import("@aws-sdk/types").Provider<string>)
48
- | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
49
- import("@aws-sdk/types").Provider<string>)
42
+ | import("@aws-sdk/types").Endpoint
43
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
44
+ | import("@aws-sdk/types").EndpointV2
45
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
50
46
  | undefined;
51
47
  endpointProvider: (
52
48
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
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.195.0",
4
+ "version": "3.197.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,37 +19,37 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.194.0",
23
- "@aws-sdk/config-resolver": "3.193.0",
24
- "@aws-sdk/credential-provider-node": "3.193.0",
25
- "@aws-sdk/fetch-http-handler": "3.193.0",
26
- "@aws-sdk/hash-node": "3.193.0",
27
- "@aws-sdk/invalid-dependency": "3.193.0",
28
- "@aws-sdk/middleware-content-length": "3.193.0",
29
- "@aws-sdk/middleware-endpoint": "3.193.0",
30
- "@aws-sdk/middleware-host-header": "3.193.0",
31
- "@aws-sdk/middleware-logger": "3.193.0",
32
- "@aws-sdk/middleware-recursion-detection": "3.193.0",
33
- "@aws-sdk/middleware-retry": "3.193.0",
34
- "@aws-sdk/middleware-serde": "3.193.0",
35
- "@aws-sdk/middleware-signing": "3.193.0",
36
- "@aws-sdk/middleware-stack": "3.193.0",
37
- "@aws-sdk/middleware-user-agent": "3.193.0",
38
- "@aws-sdk/node-config-provider": "3.193.0",
39
- "@aws-sdk/node-http-handler": "3.193.0",
40
- "@aws-sdk/protocol-http": "3.193.0",
41
- "@aws-sdk/smithy-client": "3.193.0",
42
- "@aws-sdk/types": "3.193.0",
43
- "@aws-sdk/url-parser": "3.193.0",
22
+ "@aws-sdk/client-sts": "3.197.0",
23
+ "@aws-sdk/config-resolver": "3.197.0",
24
+ "@aws-sdk/credential-provider-node": "3.197.0",
25
+ "@aws-sdk/fetch-http-handler": "3.197.0",
26
+ "@aws-sdk/hash-node": "3.197.0",
27
+ "@aws-sdk/invalid-dependency": "3.197.0",
28
+ "@aws-sdk/middleware-content-length": "3.197.0",
29
+ "@aws-sdk/middleware-endpoint": "3.197.0",
30
+ "@aws-sdk/middleware-host-header": "3.197.0",
31
+ "@aws-sdk/middleware-logger": "3.197.0",
32
+ "@aws-sdk/middleware-recursion-detection": "3.197.0",
33
+ "@aws-sdk/middleware-retry": "3.197.0",
34
+ "@aws-sdk/middleware-serde": "3.197.0",
35
+ "@aws-sdk/middleware-signing": "3.197.0",
36
+ "@aws-sdk/middleware-stack": "3.197.0",
37
+ "@aws-sdk/middleware-user-agent": "3.197.0",
38
+ "@aws-sdk/node-config-provider": "3.197.0",
39
+ "@aws-sdk/node-http-handler": "3.197.0",
40
+ "@aws-sdk/protocol-http": "3.197.0",
41
+ "@aws-sdk/smithy-client": "3.197.0",
42
+ "@aws-sdk/types": "3.197.0",
43
+ "@aws-sdk/url-parser": "3.197.0",
44
44
  "@aws-sdk/util-base64-browser": "3.188.0",
45
45
  "@aws-sdk/util-base64-node": "3.188.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.188.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.193.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.193.0",
50
- "@aws-sdk/util-endpoints": "3.194.0",
51
- "@aws-sdk/util-user-agent-browser": "3.193.0",
52
- "@aws-sdk/util-user-agent-node": "3.193.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.197.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.197.0",
50
+ "@aws-sdk/util-endpoints": "3.197.0",
51
+ "@aws-sdk/util-user-agent-browser": "3.197.0",
52
+ "@aws-sdk/util-user-agent-node": "3.197.0",
53
53
  "@aws-sdk/util-utf8-browser": "3.188.0",
54
54
  "@aws-sdk/util-utf8-node": "3.188.0",
55
55
  "tslib": "^2.3.1"