@aws-sdk/client-workspaces 3.267.0 → 3.271.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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const p = "required", q = "fn", r = "argv", s = "ref";
5
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i];
6
- const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://workspaces-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://workspaces-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://workspaces.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://workspaces.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
4
+ const q = "fn", r = "argv", s = "ref";
5
+ const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
6
+ const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://workspaces-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://workspaces-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://workspaces.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { type: e, rules: [{ endpoint: { url: "https://workspaces.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }] };
7
7
  exports.ruleSet = _data;
@@ -1,4 +1,4 @@
1
- const p = "required", q = "fn", r = "argv", s = "ref";
2
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i];
3
- const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://workspaces-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://workspaces-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://workspaces.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://workspaces.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
1
+ const q = "fn", r = "argv", s = "ref";
2
+ const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
3
+ const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://workspaces-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://workspaces-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://workspaces.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { type: e, rules: [{ endpoint: { url: "https://workspaces.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }] };
4
4
  export const ruleSet = _data;
@@ -158,7 +158,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
158
158
  createIpGroup(args: CreateIpGroupCommandInput, cb: (err: any, data?: CreateIpGroupCommandOutput) => void): void;
159
159
  createIpGroup(args: CreateIpGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIpGroupCommandOutput) => void): void;
160
160
  /**
161
- * <p>Creates a Standby WorkSpace in a secondary region.</p>
161
+ * <p>Creates a standby WorkSpace in a secondary Region.</p>
162
162
  */
163
163
  createStandbyWorkspaces(args: CreateStandbyWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<CreateStandbyWorkspacesCommandOutput>;
164
164
  createStandbyWorkspaces(args: CreateStandbyWorkspacesCommandInput, cb: (err: any, data?: CreateStandbyWorkspacesCommandOutput) => void): void;
@@ -171,15 +171,15 @@ export declare class WorkSpaces extends WorkSpacesClient {
171
171
  createTags(args: CreateTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTagsCommandOutput) => void): void;
172
172
  /**
173
173
  * <p>Creates a new updated WorkSpace image based on the specified source image. The new
174
- * updated WorkSpace image has the latest drivers and other updates required by the Amazon
175
- * WorkSpaces components.</p>
174
+ * updated WorkSpace image has the latest drivers and other updates required by the
175
+ * Amazon WorkSpaces components.</p>
176
176
  * <p>To determine which WorkSpace images need to be updated with the latest Amazon WorkSpaces
177
177
  * requirements, use <a href="https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceImages.html">
178
178
  * DescribeWorkspaceImages</a>.</p>
179
179
  * <note>
180
180
  * <ul>
181
181
  * <li>
182
- * <p>Only Windows 10, Windows Sever 2016, and Windows Server 2019 WorkSpace images
182
+ * <p>Only Windows 10, Windows Server 2016, and Windows Server 2019 WorkSpace images
183
183
  * can be programmatically updated at this time.</p>
184
184
  * </li>
185
185
  * <li>
@@ -478,7 +478,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
478
478
  importClientBranding(args: ImportClientBrandingCommandInput, cb: (err: any, data?: ImportClientBrandingCommandOutput) => void): void;
479
479
  importClientBranding(args: ImportClientBrandingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportClientBrandingCommandOutput) => void): void;
480
480
  /**
481
- * <p>Imports the specified Windows 10 Bring Your Own License (BYOL) or Windows Server 2016 BYOL
481
+ * <p>Imports the specified Windows 10 Bring Your Own License (BYOL)
482
482
  * image into Amazon WorkSpaces. The image must be an already licensed Amazon EC2 image that is
483
483
  * in your Amazon Web Services account, and you must own the image. For more information about
484
484
  * creating BYOL images, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html"> Bring Your Own Windows
@@ -734,7 +734,6 @@ export declare class WorkSpaces extends WorkSpacesClient {
734
734
  * <p>Updates a WorkSpace bundle with a new image. For more information about updating WorkSpace bundles, see
735
735
  * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/update-custom-bundle.html">
736
736
  * Update a Custom WorkSpaces Bundle</a>.</p>
737
- *
738
737
  * <important>
739
738
  * <p>Existing WorkSpaces aren't automatically updated when you update the bundle that they're
740
739
  * based on. To update existing WorkSpaces that are based on a bundle that you've updated, you
@@ -132,17 +132,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
132
132
  */
133
133
  disableHostPrefix?: boolean;
134
134
  /**
135
- * Value for how many times a request will be made at most in case of retry.
136
- */
137
- maxAttempts?: number | __Provider<number>;
138
- /**
139
- * Specifies which retry algorithm to use.
140
- */
141
- retryMode?: string | __Provider<string>;
142
- /**
143
- * Optional logger for logging debug/info/warn/error.
135
+ * Unique service identifier.
136
+ * @internal
144
137
  */
145
- logger?: __Logger;
138
+ serviceId?: string;
146
139
  /**
147
140
  * Enables IPv6/IPv4 dualstack endpoint.
148
141
  */
@@ -151,11 +144,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
151
144
  * Enables FIPS compatible endpoints.
152
145
  */
153
146
  useFipsEndpoint?: boolean | __Provider<boolean>;
154
- /**
155
- * Unique service identifier.
156
- * @internal
157
- */
158
- serviceId?: string;
159
147
  /**
160
148
  * The AWS region to which this client will send requests
161
149
  */
@@ -170,6 +158,18 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
170
158
  * @internal
171
159
  */
172
160
  defaultUserAgentProvider?: Provider<__UserAgent>;
161
+ /**
162
+ * Value for how many times a request will be made at most in case of retry.
163
+ */
164
+ maxAttempts?: number | __Provider<number>;
165
+ /**
166
+ * Specifies which retry algorithm to use.
167
+ */
168
+ retryMode?: string | __Provider<string>;
169
+ /**
170
+ * Optional logger for logging debug/info/warn/error.
171
+ */
172
+ logger?: __Logger;
173
173
  /**
174
174
  * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
175
175
  */
@@ -8,7 +8,7 @@ export interface CreateStandbyWorkspacesCommandInput extends CreateStandbyWorksp
8
8
  export interface CreateStandbyWorkspacesCommandOutput extends CreateStandbyWorkspacesResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Creates a Standby WorkSpace in a secondary region.</p>
11
+ * <p>Creates a standby WorkSpace in a secondary Region.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript
@@ -9,15 +9,15 @@ export interface CreateUpdatedWorkspaceImageCommandOutput extends CreateUpdatedW
9
9
  }
10
10
  /**
11
11
  * <p>Creates a new updated WorkSpace image based on the specified source image. The new
12
- * updated WorkSpace image has the latest drivers and other updates required by the Amazon
13
- * WorkSpaces components.</p>
12
+ * updated WorkSpace image has the latest drivers and other updates required by the
13
+ * Amazon WorkSpaces components.</p>
14
14
  * <p>To determine which WorkSpace images need to be updated with the latest Amazon WorkSpaces
15
15
  * requirements, use <a href="https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceImages.html">
16
16
  * DescribeWorkspaceImages</a>.</p>
17
17
  * <note>
18
18
  * <ul>
19
19
  * <li>
20
- * <p>Only Windows 10, Windows Sever 2016, and Windows Server 2019 WorkSpace images
20
+ * <p>Only Windows 10, Windows Server 2016, and Windows Server 2019 WorkSpace images
21
21
  * can be programmatically updated at this time.</p>
22
22
  * </li>
23
23
  * <li>
@@ -8,7 +8,7 @@ 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) or Windows Server 2016 BYOL
11
+ * <p>Imports the specified Windows 10 Bring Your Own License (BYOL)
12
12
  * image into Amazon WorkSpaces. The image must be an already licensed Amazon EC2 image that is
13
13
  * in your Amazon Web Services account, and you must own the image. For more information about
14
14
  * creating BYOL images, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html"> Bring Your Own Windows
@@ -11,7 +11,6 @@ export interface UpdateWorkspaceBundleCommandOutput extends UpdateWorkspaceBundl
11
11
  * <p>Updates a WorkSpace bundle with a new image. For more information about updating WorkSpace bundles, see
12
12
  * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/update-custom-bundle.html">
13
13
  * Update a Custom WorkSpaces Bundle</a>.</p>
14
- *
15
14
  * <important>
16
15
  * <p>Existing WorkSpaces aren't automatically updated when you update the bundle that they're
17
16
  * based on. To update existing WorkSpaces that are based on a bundle that you've updated, you
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
12
12
  defaultSigningName: string;
13
13
  };
14
14
  export interface EndpointParameters extends __EndpointParameters {
15
- Region?: string;
15
+ Region: string;
16
16
  UseDualStack?: boolean;
17
17
  UseFIPS?: boolean;
18
18
  Endpoint?: string;
@@ -609,23 +609,23 @@ export interface CreateIpGroupResult {
609
609
  GroupId?: string;
610
610
  }
611
611
  /**
612
- * <p>Describes a Standby WorkSpace.</p>
612
+ * <p>Describes a standby WorkSpace.</p>
613
613
  */
614
614
  export interface StandbyWorkspace {
615
615
  /**
616
- * <p>The identifier of the Standby WorkSpace.</p>
616
+ * <p>The identifier of the standby WorkSpace.</p>
617
617
  */
618
618
  PrimaryWorkspaceId: string | undefined;
619
619
  /**
620
- * <p>The volume encryption key of the Standby WorkSpace.</p>
620
+ * <p>The volume encryption key of the standby WorkSpace.</p>
621
621
  */
622
622
  VolumeEncryptionKey?: string;
623
623
  /**
624
- * <p>The identifier of the directory for the Standby WorkSpace.</p>
624
+ * <p>The identifier of the directory for the standby WorkSpace.</p>
625
625
  */
626
626
  DirectoryId: string | undefined;
627
627
  /**
628
- * <p>The tags associated with the Standby WorkSpace.</p>
628
+ * <p>The tags associated with the standby WorkSpace.</p>
629
629
  */
630
630
  Tags?: Tag[];
631
631
  }
@@ -635,24 +635,24 @@ export interface CreateStandbyWorkspacesRequest {
635
635
  */
636
636
  PrimaryRegion: string | undefined;
637
637
  /**
638
- * <p>Information about the Standby WorkSpace to be created.</p>
638
+ * <p>Information about the standby WorkSpace to be created.</p>
639
639
  */
640
640
  StandbyWorkspaces: StandbyWorkspace[] | undefined;
641
641
  }
642
642
  /**
643
- * <p>Describes the Standby WorkSpace that could not be created.</p>
643
+ * <p>Describes the standby WorkSpace that could not be created.</p>
644
644
  */
645
645
  export interface FailedCreateStandbyWorkspacesRequest {
646
646
  /**
647
- * <p>Information about the Standby WorkSpace that could not be created.</p>
647
+ * <p>Information about the standby WorkSpace that could not be created.</p>
648
648
  */
649
649
  StandbyWorkspaceRequest?: StandbyWorkspace;
650
650
  /**
651
- * <p>The error code that is returned if the Standby WorkSpace could not be created.</p>
651
+ * <p>The error code that is returned if the standby WorkSpace could not be created.</p>
652
652
  */
653
653
  ErrorCode?: string;
654
654
  /**
655
- * <p>The text of the error message that is returned if the Standby WorkSpace could not be created.</p>
655
+ * <p>The text of the error message that is returned if the standby WorkSpace could not be created.</p>
656
656
  */
657
657
  ErrorMessage?: string;
658
658
  }
@@ -676,11 +676,11 @@ export declare enum WorkspaceState {
676
676
  UPDATING = "UPDATING"
677
677
  }
678
678
  /**
679
- * <p>Information about the Standby WorkSpace.</p>
679
+ * <p>Information about the standby WorkSpace.</p>
680
680
  */
681
681
  export interface PendingCreateStandbyWorkspacesRequest {
682
682
  /**
683
- * <p>Describes the Standby WorkSpace that was created.</p>
683
+ * <p>Describes the standby WorkSpace that was created.</p>
684
684
  * <p>Because this operation is asynchronous, the identifier returned is not immediately
685
685
  * available for use with other operations. For example, if you call
686
686
  * <a href="https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaces.html">
@@ -689,25 +689,25 @@ export interface PendingCreateStandbyWorkspacesRequest {
689
689
  */
690
690
  UserName?: string;
691
691
  /**
692
- * <p>The identifier of the directory for the Standby WorkSpace.</p>
692
+ * <p>The identifier of the directory for the standby WorkSpace.</p>
693
693
  */
694
694
  DirectoryId?: string;
695
695
  /**
696
- * <p>The operational state of the Standby WorkSpace.</p>
696
+ * <p>The operational state of the standby WorkSpace.</p>
697
697
  */
698
698
  State?: WorkspaceState | string;
699
699
  /**
700
- * <p>The identifier of the Standby WorkSpace.</p>
700
+ * <p>The identifier of the standby WorkSpace.</p>
701
701
  */
702
702
  WorkspaceId?: string;
703
703
  }
704
704
  export interface CreateStandbyWorkspacesResult {
705
705
  /**
706
- * <p>Information about the Standby WorkSpace that could not be created. </p>
706
+ * <p>Information about the standby WorkSpace that could not be created. </p>
707
707
  */
708
708
  FailedStandbyRequests?: FailedCreateStandbyWorkspacesRequest[];
709
709
  /**
710
- * <p>Information about the Standby WorkSpace that was created.</p>
710
+ * <p>Information about the standby WorkSpace that was created.</p>
711
711
  */
712
712
  PendingStandbyRequests?: PendingCreateStandbyWorkspacesRequest[];
713
713
  }
@@ -781,7 +781,6 @@ export interface CreateWorkspaceBundleRequest {
781
781
  RootStorage?: RootStorage;
782
782
  /**
783
783
  * <p>The tags associated with the bundle.</p>
784
- *
785
784
  * <note>
786
785
  * <p>To add tags at the same time when you're creating the bundle, you must create an IAM policy that
787
786
  * grants your IAM user permissions to use <code>workspaces:CreateTags</code>. </p>
@@ -1030,8 +1029,8 @@ export declare enum StandbyWorkspaceRelationshipType {
1030
1029
  STANDBY = "STANDBY"
1031
1030
  }
1032
1031
  /**
1033
- * <p>Describes the related WorkSpace. The related WorkSpace could be a Standby WorkSpace or
1034
- * Primary WorkSpace related to the specified WorkSpace.</p>
1032
+ * <p>Describes the related WorkSpace. The related WorkSpace could be a standby WorkSpace or
1033
+ * primary WorkSpace related to the specified WorkSpace.</p>
1035
1034
  */
1036
1035
  export interface RelatedWorkspaceProperties {
1037
1036
  /**
@@ -1128,7 +1127,7 @@ export interface Workspace {
1128
1127
  */
1129
1128
  ModificationStates?: ModificationState[];
1130
1129
  /**
1131
- * <p>The Standby WorkSpace or Primary WorkSpace related to the specified WorkSpace.</p>
1130
+ * <p>The standby WorkSpace or primary WorkSpace related to the specified WorkSpace.</p>
1132
1131
  */
1133
1132
  RelatedWorkspaces?: RelatedWorkspaceProperties[];
1134
1133
  }
@@ -1792,7 +1791,6 @@ export interface SamlProperties {
1792
1791
  * <p>The relay state parameter name supported by the SAML 2.0 identity provider (IdP). When the end user is redirected to
1793
1792
  * the user access URL from the WorkSpaces client application, this relay state parameter name is appended as a query
1794
1793
  * parameter to the URL along with the relay state endpoint to return the user to the client application session.</p>
1795
- *
1796
1794
  * <p>To use SAML 2.0 authentication with WorkSpaces, the IdP must support IdP-initiated deep linking for the relay state
1797
1795
  * URL. Consult your IdP documentation for more information.</p>
1798
1796
  */
@@ -24,8 +24,8 @@ export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
24
24
  utf8Decoder: import("@aws-sdk/types").Decoder;
25
25
  utf8Encoder: import("@aws-sdk/types").Encoder;
26
26
  disableHostPrefix: boolean;
27
- logger: import("@aws-sdk/types").Logger;
28
27
  serviceId: string;
28
+ logger: import("@aws-sdk/types").Logger;
29
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;
@@ -24,8 +24,8 @@ export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
24
24
  utf8Decoder: import("@aws-sdk/types").Decoder;
25
25
  utf8Encoder: import("@aws-sdk/types").Encoder;
26
26
  disableHostPrefix: boolean;
27
- logger: import("@aws-sdk/types").Logger;
28
27
  serviceId: string;
28
+ logger: import("@aws-sdk/types").Logger;
29
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;
@@ -15,15 +15,15 @@ export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
15
15
  utf8Decoder: import("@aws-sdk/types").Decoder;
16
16
  utf8Encoder: import("@aws-sdk/types").Encoder;
17
17
  disableHostPrefix: boolean;
18
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
- retryMode: string | import("@aws-sdk/types").Provider<string>;
20
- logger: import("@aws-sdk/types").Logger;
18
+ serviceId: string;
21
19
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
20
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
23
- serviceId: string;
24
21
  region: string | import("@aws-sdk/types").Provider<any>;
25
22
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
23
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
24
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
25
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
26
+ logger: import("@aws-sdk/types").Logger;
27
27
  defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
28
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?: {
@@ -454,15 +454,15 @@ export interface ClientDefaults
454
454
  utf8Encoder?: __Encoder;
455
455
  runtime?: string;
456
456
  disableHostPrefix?: boolean;
457
- maxAttempts?: number | __Provider<number>;
458
- retryMode?: string | __Provider<string>;
459
- logger?: __Logger;
457
+ serviceId?: string;
460
458
  useDualstackEndpoint?: boolean | __Provider<boolean>;
461
459
  useFipsEndpoint?: boolean | __Provider<boolean>;
462
- serviceId?: string;
463
460
  region?: string | __Provider<string>;
464
461
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
465
462
  defaultUserAgentProvider?: Provider<__UserAgent>;
463
+ maxAttempts?: number | __Provider<number>;
464
+ retryMode?: string | __Provider<string>;
465
+ logger?: __Logger;
466
466
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
467
467
  }
468
468
  declare type WorkSpacesClientConfigType = Partial<
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
27
27
  defaultSigningName: string;
28
28
  };
29
29
  export interface EndpointParameters extends __EndpointParameters {
30
- Region?: string;
30
+ Region: string;
31
31
  UseDualStack?: boolean;
32
32
  UseFIPS?: boolean;
33
33
  Endpoint?: string;
@@ -34,8 +34,8 @@ export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
34
34
  utf8Decoder: import("@aws-sdk/types").Decoder;
35
35
  utf8Encoder: import("@aws-sdk/types").Encoder;
36
36
  disableHostPrefix: boolean;
37
- logger: import("@aws-sdk/types").Logger;
38
37
  serviceId: string;
38
+ logger: import("@aws-sdk/types").Logger;
39
39
  endpoint?:
40
40
  | ((
41
41
  | string
@@ -34,8 +34,8 @@ export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
34
34
  utf8Decoder: import("@aws-sdk/types").Decoder;
35
35
  utf8Encoder: import("@aws-sdk/types").Encoder;
36
36
  disableHostPrefix: boolean;
37
- logger: import("@aws-sdk/types").Logger;
38
37
  serviceId: string;
38
+ logger: import("@aws-sdk/types").Logger;
39
39
  endpoint?:
40
40
  | ((
41
41
  | string
@@ -19,12 +19,9 @@ export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
19
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
21
  disableHostPrefix: boolean;
22
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
23
- retryMode: string | import("@aws-sdk/types").Provider<string>;
24
- logger: import("@aws-sdk/types").Logger;
22
+ serviceId: string;
25
23
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
26
24
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
27
- serviceId: string;
28
25
  region: string | import("@aws-sdk/types").Provider<any>;
29
26
  credentialDefaultProvider: (
30
27
  input: any
@@ -32,6 +29,9 @@ export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
32
29
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<
33
30
  import("@aws-sdk/types").UserAgent
34
31
  >;
32
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
33
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
34
+ logger: import("@aws-sdk/types").Logger;
35
35
  defaultsMode:
36
36
  | import("@aws-sdk/smithy-client").DefaultsMode
37
37
  | import("@aws-sdk/types").Provider<
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.267.0",
4
+ "version": "3.271.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",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.267.0",
24
- "@aws-sdk/config-resolver": "3.267.0",
25
- "@aws-sdk/credential-provider-node": "3.267.0",
26
- "@aws-sdk/fetch-http-handler": "3.267.0",
27
- "@aws-sdk/hash-node": "3.267.0",
28
- "@aws-sdk/invalid-dependency": "3.267.0",
29
- "@aws-sdk/middleware-content-length": "3.267.0",
30
- "@aws-sdk/middleware-endpoint": "3.267.0",
31
- "@aws-sdk/middleware-host-header": "3.267.0",
32
- "@aws-sdk/middleware-logger": "3.267.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.267.0",
34
- "@aws-sdk/middleware-retry": "3.267.0",
35
- "@aws-sdk/middleware-serde": "3.267.0",
36
- "@aws-sdk/middleware-signing": "3.267.0",
37
- "@aws-sdk/middleware-stack": "3.267.0",
38
- "@aws-sdk/middleware-user-agent": "3.267.0",
39
- "@aws-sdk/node-config-provider": "3.267.0",
40
- "@aws-sdk/node-http-handler": "3.267.0",
41
- "@aws-sdk/protocol-http": "3.267.0",
42
- "@aws-sdk/smithy-client": "3.267.0",
43
- "@aws-sdk/types": "3.267.0",
44
- "@aws-sdk/url-parser": "3.267.0",
23
+ "@aws-sdk/client-sts": "3.271.0",
24
+ "@aws-sdk/config-resolver": "3.271.0",
25
+ "@aws-sdk/credential-provider-node": "3.271.0",
26
+ "@aws-sdk/fetch-http-handler": "3.271.0",
27
+ "@aws-sdk/hash-node": "3.271.0",
28
+ "@aws-sdk/invalid-dependency": "3.271.0",
29
+ "@aws-sdk/middleware-content-length": "3.271.0",
30
+ "@aws-sdk/middleware-endpoint": "3.271.0",
31
+ "@aws-sdk/middleware-host-header": "3.271.0",
32
+ "@aws-sdk/middleware-logger": "3.271.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.271.0",
34
+ "@aws-sdk/middleware-retry": "3.271.0",
35
+ "@aws-sdk/middleware-serde": "3.271.0",
36
+ "@aws-sdk/middleware-signing": "3.271.0",
37
+ "@aws-sdk/middleware-stack": "3.271.0",
38
+ "@aws-sdk/middleware-user-agent": "3.271.0",
39
+ "@aws-sdk/node-config-provider": "3.271.0",
40
+ "@aws-sdk/node-http-handler": "3.271.0",
41
+ "@aws-sdk/protocol-http": "3.271.0",
42
+ "@aws-sdk/smithy-client": "3.271.0",
43
+ "@aws-sdk/types": "3.271.0",
44
+ "@aws-sdk/url-parser": "3.271.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.267.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.267.0",
50
- "@aws-sdk/util-endpoints": "3.267.0",
51
- "@aws-sdk/util-retry": "3.267.0",
52
- "@aws-sdk/util-user-agent-browser": "3.267.0",
53
- "@aws-sdk/util-user-agent-node": "3.267.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.271.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.271.0",
50
+ "@aws-sdk/util-endpoints": "3.271.0",
51
+ "@aws-sdk/util-retry": "3.271.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.271.0",
53
+ "@aws-sdk/util-user-agent-node": "3.271.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1"
56
56
  },