@aws-sdk/client-workspaces 3.714.0 → 3.721.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
@@ -21,6 +21,10 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
21
21
  // src/index.ts
22
22
  var src_exports = {};
23
23
  __export(src_exports, {
24
+ AGAModeForDirectoryEnum: () => AGAModeForDirectoryEnum,
25
+ AGAModeForWorkSpaceEnum: () => AGAModeForWorkSpaceEnum,
26
+ AGAPreferredProtocolForDirectory: () => AGAPreferredProtocolForDirectory,
27
+ AGAPreferredProtocolForWorkSpace: () => AGAPreferredProtocolForWorkSpace,
24
28
  AcceptAccountLinkInvitationCommand: () => AcceptAccountLinkInvitationCommand,
25
29
  AccessDeniedException: () => AccessDeniedException,
26
30
  AccessPropertyValue: () => AccessPropertyValue,
@@ -476,6 +480,24 @@ var DedicatedTenancyModificationStateEnum = {
476
480
  FAILED: "FAILED",
477
481
  PENDING: "PENDING"
478
482
  };
483
+ var AGAModeForDirectoryEnum = {
484
+ DISABLED: "DISABLED",
485
+ ENABLED_AUTO: "ENABLED_AUTO"
486
+ };
487
+ var AGAModeForWorkSpaceEnum = {
488
+ DISABLED: "DISABLED",
489
+ ENABLED_AUTO: "ENABLED_AUTO",
490
+ INHERITED: "INHERITED"
491
+ };
492
+ var AGAPreferredProtocolForDirectory = {
493
+ NONE: "NONE",
494
+ TCP: "TCP"
495
+ };
496
+ var AGAPreferredProtocolForWorkSpace = {
497
+ INHERITED: "INHERITED",
498
+ NONE: "NONE",
499
+ TCP: "TCP"
500
+ };
479
501
  var Application = {
480
502
  Microsoft_Office_2016: "Microsoft_Office_2016",
481
503
  Microsoft_Office_2019: "Microsoft_Office_2019"
@@ -1116,6 +1138,8 @@ var TargetWorkspaceState = {
1116
1138
  ADMIN_MAINTENANCE: "ADMIN_MAINTENANCE",
1117
1139
  AVAILABLE: "AVAILABLE"
1118
1140
  };
1141
+
1142
+ // src/models/models_1.ts
1119
1143
  var _UnsupportedNetworkConfigurationException = class _UnsupportedNetworkConfigurationException extends WorkSpacesServiceException {
1120
1144
  /**
1121
1145
  * @internal
@@ -5017,6 +5041,10 @@ var paginateListAccountLinks = (0, import_core.createPaginator)(WorkSpacesClient
5017
5041
  AccessPropertyValue,
5018
5042
  DedicatedTenancySupportResultEnum,
5019
5043
  DedicatedTenancyModificationStateEnum,
5044
+ AGAModeForDirectoryEnum,
5045
+ AGAModeForWorkSpaceEnum,
5046
+ AGAPreferredProtocolForDirectory,
5047
+ AGAPreferredProtocolForWorkSpace,
5020
5048
  Application,
5021
5049
  ApplicationAssociatedResourceType,
5022
5050
  ApplicationNotSupportedException,
@@ -80,6 +80,24 @@ export const DedicatedTenancyModificationStateEnum = {
80
80
  FAILED: "FAILED",
81
81
  PENDING: "PENDING",
82
82
  };
83
+ export const AGAModeForDirectoryEnum = {
84
+ DISABLED: "DISABLED",
85
+ ENABLED_AUTO: "ENABLED_AUTO",
86
+ };
87
+ export const AGAModeForWorkSpaceEnum = {
88
+ DISABLED: "DISABLED",
89
+ ENABLED_AUTO: "ENABLED_AUTO",
90
+ INHERITED: "INHERITED",
91
+ };
92
+ export const AGAPreferredProtocolForDirectory = {
93
+ NONE: "NONE",
94
+ TCP: "TCP",
95
+ };
96
+ export const AGAPreferredProtocolForWorkSpace = {
97
+ INHERITED: "INHERITED",
98
+ NONE: "NONE",
99
+ TCP: "TCP",
100
+ };
83
101
  export const Application = {
84
102
  Microsoft_Office_2016: "Microsoft_Office_2016",
85
103
  Microsoft_Office_2019: "Microsoft_Office_2019",
@@ -645,27 +663,3 @@ export const TargetWorkspaceState = {
645
663
  ADMIN_MAINTENANCE: "ADMIN_MAINTENANCE",
646
664
  AVAILABLE: "AVAILABLE",
647
665
  };
648
- export class UnsupportedNetworkConfigurationException extends __BaseException {
649
- constructor(opts) {
650
- super({
651
- name: "UnsupportedNetworkConfigurationException",
652
- $fault: "client",
653
- ...opts,
654
- });
655
- this.name = "UnsupportedNetworkConfigurationException";
656
- this.$fault = "client";
657
- Object.setPrototypeOf(this, UnsupportedNetworkConfigurationException.prototype);
658
- }
659
- }
660
- export class WorkspacesDefaultRoleNotFoundException extends __BaseException {
661
- constructor(opts) {
662
- super({
663
- name: "WorkspacesDefaultRoleNotFoundException",
664
- $fault: "client",
665
- ...opts,
666
- });
667
- this.name = "WorkspacesDefaultRoleNotFoundException";
668
- this.$fault = "client";
669
- Object.setPrototypeOf(this, WorkspacesDefaultRoleNotFoundException.prototype);
670
- }
671
- }
@@ -1 +1,25 @@
1
- export {};
1
+ import { WorkSpacesServiceException as __BaseException } from "./WorkSpacesServiceException";
2
+ export class UnsupportedNetworkConfigurationException extends __BaseException {
3
+ constructor(opts) {
4
+ super({
5
+ name: "UnsupportedNetworkConfigurationException",
6
+ $fault: "client",
7
+ ...opts,
8
+ });
9
+ this.name = "UnsupportedNetworkConfigurationException";
10
+ this.$fault = "client";
11
+ Object.setPrototypeOf(this, UnsupportedNetworkConfigurationException.prototype);
12
+ }
13
+ }
14
+ export class WorkspacesDefaultRoleNotFoundException extends __BaseException {
15
+ constructor(opts) {
16
+ super({
17
+ name: "WorkspacesDefaultRoleNotFoundException",
18
+ $fault: "client",
19
+ ...opts,
20
+ });
21
+ this.name = "WorkspacesDefaultRoleNotFoundException";
22
+ this.$fault = "client";
23
+ Object.setPrototypeOf(this, WorkspacesDefaultRoleNotFoundException.prototype);
24
+ }
25
+ }
@@ -1,7 +1,8 @@
1
1
  import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core";
2
2
  import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
3
3
  import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@smithy/smithy-client";
4
- import { AccessDeniedException, ApplicationNotSupportedException, ComputeNotCompatibleException, ConflictException, IncompatibleApplicationsException, InternalServerException, InvalidParameterValuesException, InvalidResourceStateException, OperatingSystemNotCompatibleException, OperationInProgressException, OperationNotSupportedException, ResourceAlreadyExistsException, ResourceAssociatedException, ResourceCreationFailedException, ResourceInUseException, ResourceLimitExceededException, ResourceNotFoundException, ResourceUnavailableException, UnsupportedNetworkConfigurationException, UnsupportedWorkspaceConfigurationException, ValidationException, WorkspacesDefaultRoleNotFoundException, } from "../models/models_0";
4
+ import { AccessDeniedException, ApplicationNotSupportedException, ComputeNotCompatibleException, ConflictException, IncompatibleApplicationsException, InternalServerException, InvalidParameterValuesException, InvalidResourceStateException, OperatingSystemNotCompatibleException, OperationInProgressException, OperationNotSupportedException, ResourceAlreadyExistsException, ResourceAssociatedException, ResourceCreationFailedException, ResourceInUseException, ResourceLimitExceededException, ResourceNotFoundException, ResourceUnavailableException, UnsupportedWorkspaceConfigurationException, ValidationException, } from "../models/models_0";
5
+ import { UnsupportedNetworkConfigurationException, WorkspacesDefaultRoleNotFoundException, } from "../models/models_1";
5
6
  import { WorkSpacesServiceException as __BaseException } from "../models/WorkSpacesServiceException";
6
7
  export const se_AcceptAccountLinkInvitationCommand = async (input, context) => {
7
8
  const headers = sharedHeaders("AcceptAccountLinkInvitation");
@@ -79,6 +79,10 @@ declare const CreateWorkspacesCommand_base: {
79
79
  * "PCOIP" || "WSP",
80
80
  * ],
81
81
  * 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" || "ROCKY_8",
82
+ * GlobalAccelerator: { // GlobalAcceleratorForWorkSpace
83
+ * Mode: "ENABLED_AUTO" || "DISABLED" || "INHERITED", // required
84
+ * PreferredProtocol: "TCP" || "NONE" || "INHERITED",
85
+ * },
82
86
  * },
83
87
  * Tags: [ // TagList
84
88
  * { // Tag
@@ -112,6 +116,10 @@ declare const CreateWorkspacesCommand_base: {
112
116
  * // "PCOIP" || "WSP",
113
117
  * // ],
114
118
  * // 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" || "ROCKY_8",
119
+ * // GlobalAccelerator: { // GlobalAcceleratorForWorkSpace
120
+ * // Mode: "ENABLED_AUTO" || "DISABLED" || "INHERITED", // required
121
+ * // PreferredProtocol: "TCP" || "NONE" || "INHERITED",
122
+ * // },
115
123
  * // },
116
124
  * // Tags: [ // TagList
117
125
  * // { // Tag
@@ -151,6 +159,10 @@ declare const CreateWorkspacesCommand_base: {
151
159
  * // "PCOIP" || "WSP",
152
160
  * // ],
153
161
  * // 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" || "ROCKY_8",
162
+ * // GlobalAccelerator: {
163
+ * // Mode: "ENABLED_AUTO" || "DISABLED" || "INHERITED", // required
164
+ * // PreferredProtocol: "TCP" || "NONE" || "INHERITED",
165
+ * // },
154
166
  * // },
155
167
  * // ModificationStates: [ // ModificationStateList
156
168
  * // { // ModificationState
@@ -142,6 +142,10 @@ declare const DescribeWorkspaceDirectoriesCommand_base: {
142
142
  * // Status: "ENABLED" || "DISABLED", // required
143
143
  * // },
144
144
  * // ],
145
+ * // GlobalAccelerator: { // GlobalAcceleratorForDirectory
146
+ * // Mode: "ENABLED_AUTO" || "DISABLED", // required
147
+ * // PreferredProtocol: "TCP" || "NONE",
148
+ * // },
145
149
  * // },
146
150
  * // ErrorMessage: "STRING_VALUE",
147
151
  * // },
@@ -76,6 +76,10 @@ declare const DescribeWorkspacesCommand_base: {
76
76
  * // "PCOIP" || "WSP",
77
77
  * // ],
78
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" || "ROCKY_8",
79
+ * // GlobalAccelerator: { // GlobalAcceleratorForWorkSpace
80
+ * // Mode: "ENABLED_AUTO" || "DISABLED" || "INHERITED", // required
81
+ * // PreferredProtocol: "TCP" || "NONE" || "INHERITED",
82
+ * // },
79
83
  * // },
80
84
  * // ModificationStates: [ // ModificationStateList
81
85
  * // { // ModificationState
@@ -51,6 +51,10 @@ declare const ModifyStreamingPropertiesCommand_base: {
51
51
  * Status: "ENABLED" || "DISABLED", // required
52
52
  * },
53
53
  * ],
54
+ * GlobalAccelerator: { // GlobalAcceleratorForDirectory
55
+ * Mode: "ENABLED_AUTO" || "DISABLED", // required
56
+ * PreferredProtocol: "TCP" || "NONE",
57
+ * },
54
58
  * },
55
59
  * };
56
60
  * const command = new ModifyStreamingPropertiesCommand(input);
@@ -54,6 +54,10 @@ declare const ModifyWorkspacePropertiesCommand_base: {
54
54
  * "PCOIP" || "WSP",
55
55
  * ],
56
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" || "ROCKY_8",
57
+ * GlobalAccelerator: { // GlobalAcceleratorForWorkSpace
58
+ * Mode: "ENABLED_AUTO" || "DISABLED" || "INHERITED", // required
59
+ * PreferredProtocol: "TCP" || "NONE" || "INHERITED",
60
+ * },
57
61
  * },
58
62
  * DataReplication: "NO_REPLICATION" || "PRIMARY_AS_SOURCE",
59
63
  * };
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { RegisterWorkspaceDirectoryRequest, RegisterWorkspaceDirectoryResult } from "../models/models_0";
3
+ import { RegisterWorkspaceDirectoryRequest, RegisterWorkspaceDirectoryResult } from "../models/models_1";
4
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { RejectAccountLinkInvitationRequest, RejectAccountLinkInvitationResult } from "../models/models_0";
3
+ import { RejectAccountLinkInvitationRequest, RejectAccountLinkInvitationResult } from "../models/models_1";
4
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
5
  /**
6
6
  * @public
@@ -224,6 +224,56 @@ export interface ActiveDirectoryConfig {
224
224
  */
225
225
  ServiceAccountSecretArn: string | undefined;
226
226
  }
227
+ /**
228
+ * @public
229
+ * @enum
230
+ */
231
+ export declare const AGAModeForDirectoryEnum: {
232
+ readonly DISABLED: "DISABLED";
233
+ readonly ENABLED_AUTO: "ENABLED_AUTO";
234
+ };
235
+ /**
236
+ * @public
237
+ */
238
+ export type AGAModeForDirectoryEnum = (typeof AGAModeForDirectoryEnum)[keyof typeof AGAModeForDirectoryEnum];
239
+ /**
240
+ * @public
241
+ * @enum
242
+ */
243
+ export declare const AGAModeForWorkSpaceEnum: {
244
+ readonly DISABLED: "DISABLED";
245
+ readonly ENABLED_AUTO: "ENABLED_AUTO";
246
+ readonly INHERITED: "INHERITED";
247
+ };
248
+ /**
249
+ * @public
250
+ */
251
+ export type AGAModeForWorkSpaceEnum = (typeof AGAModeForWorkSpaceEnum)[keyof typeof AGAModeForWorkSpaceEnum];
252
+ /**
253
+ * @public
254
+ * @enum
255
+ */
256
+ export declare const AGAPreferredProtocolForDirectory: {
257
+ readonly NONE: "NONE";
258
+ readonly TCP: "TCP";
259
+ };
260
+ /**
261
+ * @public
262
+ */
263
+ export type AGAPreferredProtocolForDirectory = (typeof AGAPreferredProtocolForDirectory)[keyof typeof AGAPreferredProtocolForDirectory];
264
+ /**
265
+ * @public
266
+ * @enum
267
+ */
268
+ export declare const AGAPreferredProtocolForWorkSpace: {
269
+ readonly INHERITED: "INHERITED";
270
+ readonly NONE: "NONE";
271
+ readonly TCP: "TCP";
272
+ };
273
+ /**
274
+ * @public
275
+ */
276
+ export type AGAPreferredProtocolForWorkSpace = (typeof AGAPreferredProtocolForWorkSpace)[keyof typeof AGAPreferredProtocolForWorkSpace];
227
277
  /**
228
278
  * @public
229
279
  * @enum
@@ -1800,6 +1850,23 @@ export interface CreateWorkspaceImageResult {
1800
1850
  */
1801
1851
  OwnerAccountId?: string | undefined;
1802
1852
  }
1853
+ /**
1854
+ * <p>Describes the Global Accelerator for WorkSpaces.</p>
1855
+ * @public
1856
+ */
1857
+ export interface GlobalAcceleratorForWorkSpace {
1858
+ /**
1859
+ * <p>Indicates if Global Accelerator for WorkSpaces is enabled, disabled,
1860
+ * or the same mode as the associated directory.</p>
1861
+ * @public
1862
+ */
1863
+ Mode: AGAModeForWorkSpaceEnum | undefined;
1864
+ /**
1865
+ * <p>Indicates the preferred protocol for Global Accelerator.</p>
1866
+ * @public
1867
+ */
1868
+ PreferredProtocol?: AGAPreferredProtocolForWorkSpace | undefined;
1869
+ }
1803
1870
  /**
1804
1871
  * @public
1805
1872
  * @enum
@@ -1919,6 +1986,11 @@ export interface WorkspaceProperties {
1919
1986
  * @public
1920
1987
  */
1921
1988
  OperatingSystemName?: OperatingSystemName | undefined;
1989
+ /**
1990
+ * <p>Indicates the Global Accelerator properties.</p>
1991
+ * @public
1992
+ */
1993
+ GlobalAccelerator?: GlobalAcceleratorForWorkSpace | undefined;
1922
1994
  }
1923
1995
  /**
1924
1996
  * <p>Describes the information used to create a WorkSpace.</p>
@@ -3966,6 +4038,22 @@ export declare const WorkspaceDirectoryState: {
3966
4038
  * @public
3967
4039
  */
3968
4040
  export type WorkspaceDirectoryState = (typeof WorkspaceDirectoryState)[keyof typeof WorkspaceDirectoryState];
4041
+ /**
4042
+ * <p>Describes the Global Accelerator for directory</p>
4043
+ * @public
4044
+ */
4045
+ export interface GlobalAcceleratorForDirectory {
4046
+ /**
4047
+ * <p>Indicates if Global Accelerator for directory is enabled or disabled.</p>
4048
+ * @public
4049
+ */
4050
+ Mode: AGAModeForDirectoryEnum | undefined;
4051
+ /**
4052
+ * <p>Indicates the preferred protocol for Global Accelerator.</p>
4053
+ * @public
4054
+ */
4055
+ PreferredProtocol?: AGAPreferredProtocolForDirectory | undefined;
4056
+ }
3969
4057
  /**
3970
4058
  * @public
3971
4059
  * @enum
@@ -4084,6 +4172,11 @@ export interface StreamingProperties {
4084
4172
  * @public
4085
4173
  */
4086
4174
  StorageConnectors?: StorageConnector[] | undefined;
4175
+ /**
4176
+ * <p>Indicates the Global Accelerator properties.</p>
4177
+ * @public
4178
+ */
4179
+ GlobalAccelerator?: GlobalAcceleratorForDirectory | undefined;
4087
4180
  }
4088
4181
  /**
4089
4182
  * @public
@@ -5863,156 +5956,3 @@ export interface RebuildWorkspacesResult {
5863
5956
  */
5864
5957
  FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
5865
5958
  }
5866
- /**
5867
- * @public
5868
- */
5869
- export interface RegisterWorkspaceDirectoryRequest {
5870
- /**
5871
- * <p>The identifier of the directory. You cannot register a directory if it does not have a
5872
- * status of Active. If the directory does not have a status of Active, you will receive an
5873
- * InvalidResourceStateException error. If you have already registered the maximum number of
5874
- * directories that you can register with Amazon WorkSpaces, you will receive a
5875
- * ResourceLimitExceededException error. Deregister directories that you are not using for
5876
- * WorkSpaces, and try again.</p>
5877
- * @public
5878
- */
5879
- DirectoryId?: string | undefined;
5880
- /**
5881
- * <p>The identifiers of the subnets for your virtual private cloud (VPC). Make sure that the
5882
- * subnets are in supported Availability Zones. The subnets must also be in separate
5883
- * Availability Zones. If these conditions are not met, you will receive an
5884
- * OperationNotSupportedException error.</p>
5885
- * @public
5886
- */
5887
- SubnetIds?: string[] | undefined;
5888
- /**
5889
- * <p>Indicates whether Amazon WorkDocs is enabled or disabled. If you have enabled this
5890
- * parameter and WorkDocs is not available in the Region, you will receive an
5891
- * OperationNotSupportedException error. Set <code>EnableWorkDocs</code> to disabled, and try
5892
- * again.</p>
5893
- * @public
5894
- */
5895
- EnableWorkDocs?: boolean | undefined;
5896
- /**
5897
- * <p>Indicates whether self-service capabilities are enabled or disabled.</p>
5898
- * @public
5899
- */
5900
- EnableSelfService?: boolean | undefined;
5901
- /**
5902
- * <p>Indicates whether your WorkSpace directory is dedicated or shared. To use Bring Your Own
5903
- * License (BYOL) images, this value must be set to <code>DEDICATED</code> and your Amazon Web Services account must be enabled for BYOL. If your account has not been enabled for
5904
- * BYOL, you will receive an InvalidParameterValuesException error. For more information about
5905
- * BYOL images, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html">Bring Your Own Windows
5906
- * Desktop Images</a>.</p>
5907
- * @public
5908
- */
5909
- Tenancy?: Tenancy | undefined;
5910
- /**
5911
- * <p>The tags associated with the directory.</p>
5912
- * @public
5913
- */
5914
- Tags?: Tag[] | undefined;
5915
- /**
5916
- * <p>The name of the directory to register.</p>
5917
- * @public
5918
- */
5919
- WorkspaceDirectoryName?: string | undefined;
5920
- /**
5921
- * <p>Description of the directory to register.</p>
5922
- * @public
5923
- */
5924
- WorkspaceDirectoryDescription?: string | undefined;
5925
- /**
5926
- * <p>The type of identity management the user is using.</p>
5927
- * @public
5928
- */
5929
- UserIdentityType?: UserIdentityType | undefined;
5930
- /**
5931
- * <p>The Amazon Resource Name (ARN) of the identity center instance.</p>
5932
- * @public
5933
- */
5934
- IdcInstanceArn?: string | undefined;
5935
- /**
5936
- * <p>The details about Microsoft Entra config.</p>
5937
- * @public
5938
- */
5939
- MicrosoftEntraConfig?: MicrosoftEntraConfig | undefined;
5940
- /**
5941
- * <p>Indicates whether the directory's WorkSpace type is personal or pools.</p>
5942
- * @public
5943
- */
5944
- WorkspaceType?: WorkspaceType | undefined;
5945
- /**
5946
- * <p>The active directory config of the directory.</p>
5947
- * @public
5948
- */
5949
- ActiveDirectoryConfig?: ActiveDirectoryConfig | undefined;
5950
- }
5951
- /**
5952
- * @public
5953
- */
5954
- export interface RegisterWorkspaceDirectoryResult {
5955
- /**
5956
- * <p>The identifier of the directory.</p>
5957
- * @public
5958
- */
5959
- DirectoryId?: string | undefined;
5960
- /**
5961
- * <p>The registration status of the WorkSpace directory.</p>
5962
- * @public
5963
- */
5964
- State?: WorkspaceDirectoryState | undefined;
5965
- }
5966
- /**
5967
- * <p>The configuration of this network is not supported for this operation, or your network configuration
5968
- * conflicts with the Amazon WorkSpaces management network IP range. For more information, see
5969
- * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-vpc.html">
5970
- * Configure a VPC for Amazon WorkSpaces</a>.</p>
5971
- * @public
5972
- */
5973
- export declare class UnsupportedNetworkConfigurationException extends __BaseException {
5974
- readonly name: "UnsupportedNetworkConfigurationException";
5975
- readonly $fault: "client";
5976
- /**
5977
- * @internal
5978
- */
5979
- constructor(opts: __ExceptionOptionType<UnsupportedNetworkConfigurationException, __BaseException>);
5980
- }
5981
- /**
5982
- * <p>The workspaces_DefaultRole role could not be found. If this is the first time you are registering a directory, you
5983
- * will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html#create-default-role">Creating the workspaces_DefaultRole Role</a>.</p>
5984
- * @public
5985
- */
5986
- export declare class WorkspacesDefaultRoleNotFoundException extends __BaseException {
5987
- readonly name: "WorkspacesDefaultRoleNotFoundException";
5988
- readonly $fault: "client";
5989
- /**
5990
- * @internal
5991
- */
5992
- constructor(opts: __ExceptionOptionType<WorkspacesDefaultRoleNotFoundException, __BaseException>);
5993
- }
5994
- /**
5995
- * @public
5996
- */
5997
- export interface RejectAccountLinkInvitationRequest {
5998
- /**
5999
- * <p>The identifier of the account link</p>
6000
- * @public
6001
- */
6002
- LinkId: string | undefined;
6003
- /**
6004
- * <p>The client token of the account link invitation to reject.</p>
6005
- * @public
6006
- */
6007
- ClientToken?: string | undefined;
6008
- }
6009
- /**
6010
- * @public
6011
- */
6012
- export interface RejectAccountLinkInvitationResult {
6013
- /**
6014
- * <p>Information about the account link.</p>
6015
- * @public
6016
- */
6017
- AccountLink?: AccountLink | undefined;
6018
- }
@@ -1,4 +1,159 @@
1
- import { ApplicationSettingsRequest, Capacity, ConnectionAliasPermission, FailedWorkspaceChangeRequest, IpRuleItem, TimeoutSettings, WorkspacesPool } from "./models_0";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { AccountLink, ActiveDirectoryConfig, ApplicationSettingsRequest, Capacity, ConnectionAliasPermission, FailedWorkspaceChangeRequest, IpRuleItem, MicrosoftEntraConfig, Tag, Tenancy, TimeoutSettings, UserIdentityType, WorkspaceDirectoryState, WorkspacesPool, WorkspaceType } from "./models_0";
3
+ import { WorkSpacesServiceException as __BaseException } from "./WorkSpacesServiceException";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface RegisterWorkspaceDirectoryRequest {
8
+ /**
9
+ * <p>The identifier of the directory. You cannot register a directory if it does not have a
10
+ * status of Active. If the directory does not have a status of Active, you will receive an
11
+ * InvalidResourceStateException error. If you have already registered the maximum number of
12
+ * directories that you can register with Amazon WorkSpaces, you will receive a
13
+ * ResourceLimitExceededException error. Deregister directories that you are not using for
14
+ * WorkSpaces, and try again.</p>
15
+ * @public
16
+ */
17
+ DirectoryId?: string | undefined;
18
+ /**
19
+ * <p>The identifiers of the subnets for your virtual private cloud (VPC). Make sure that the
20
+ * subnets are in supported Availability Zones. The subnets must also be in separate
21
+ * Availability Zones. If these conditions are not met, you will receive an
22
+ * OperationNotSupportedException error.</p>
23
+ * @public
24
+ */
25
+ SubnetIds?: string[] | undefined;
26
+ /**
27
+ * <p>Indicates whether Amazon WorkDocs is enabled or disabled. If you have enabled this
28
+ * parameter and WorkDocs is not available in the Region, you will receive an
29
+ * OperationNotSupportedException error. Set <code>EnableWorkDocs</code> to disabled, and try
30
+ * again.</p>
31
+ * @public
32
+ */
33
+ EnableWorkDocs?: boolean | undefined;
34
+ /**
35
+ * <p>Indicates whether self-service capabilities are enabled or disabled.</p>
36
+ * @public
37
+ */
38
+ EnableSelfService?: boolean | undefined;
39
+ /**
40
+ * <p>Indicates whether your WorkSpace directory is dedicated or shared. To use Bring Your Own
41
+ * License (BYOL) images, this value must be set to <code>DEDICATED</code> and your Amazon Web Services account must be enabled for BYOL. If your account has not been enabled for
42
+ * BYOL, you will receive an InvalidParameterValuesException error. For more information about
43
+ * BYOL images, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html">Bring Your Own Windows
44
+ * Desktop Images</a>.</p>
45
+ * @public
46
+ */
47
+ Tenancy?: Tenancy | undefined;
48
+ /**
49
+ * <p>The tags associated with the directory.</p>
50
+ * @public
51
+ */
52
+ Tags?: Tag[] | undefined;
53
+ /**
54
+ * <p>The name of the directory to register.</p>
55
+ * @public
56
+ */
57
+ WorkspaceDirectoryName?: string | undefined;
58
+ /**
59
+ * <p>Description of the directory to register.</p>
60
+ * @public
61
+ */
62
+ WorkspaceDirectoryDescription?: string | undefined;
63
+ /**
64
+ * <p>The type of identity management the user is using.</p>
65
+ * @public
66
+ */
67
+ UserIdentityType?: UserIdentityType | undefined;
68
+ /**
69
+ * <p>The Amazon Resource Name (ARN) of the identity center instance.</p>
70
+ * @public
71
+ */
72
+ IdcInstanceArn?: string | undefined;
73
+ /**
74
+ * <p>The details about Microsoft Entra config.</p>
75
+ * @public
76
+ */
77
+ MicrosoftEntraConfig?: MicrosoftEntraConfig | undefined;
78
+ /**
79
+ * <p>Indicates whether the directory's WorkSpace type is personal or pools.</p>
80
+ * @public
81
+ */
82
+ WorkspaceType?: WorkspaceType | undefined;
83
+ /**
84
+ * <p>The active directory config of the directory.</p>
85
+ * @public
86
+ */
87
+ ActiveDirectoryConfig?: ActiveDirectoryConfig | undefined;
88
+ }
89
+ /**
90
+ * @public
91
+ */
92
+ export interface RegisterWorkspaceDirectoryResult {
93
+ /**
94
+ * <p>The identifier of the directory.</p>
95
+ * @public
96
+ */
97
+ DirectoryId?: string | undefined;
98
+ /**
99
+ * <p>The registration status of the WorkSpace directory.</p>
100
+ * @public
101
+ */
102
+ State?: WorkspaceDirectoryState | undefined;
103
+ }
104
+ /**
105
+ * <p>The configuration of this network is not supported for this operation, or your network configuration
106
+ * conflicts with the Amazon WorkSpaces management network IP range. For more information, see
107
+ * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-vpc.html">
108
+ * Configure a VPC for Amazon WorkSpaces</a>.</p>
109
+ * @public
110
+ */
111
+ export declare class UnsupportedNetworkConfigurationException extends __BaseException {
112
+ readonly name: "UnsupportedNetworkConfigurationException";
113
+ readonly $fault: "client";
114
+ /**
115
+ * @internal
116
+ */
117
+ constructor(opts: __ExceptionOptionType<UnsupportedNetworkConfigurationException, __BaseException>);
118
+ }
119
+ /**
120
+ * <p>The workspaces_DefaultRole role could not be found. If this is the first time you are registering a directory, you
121
+ * will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html#create-default-role">Creating the workspaces_DefaultRole Role</a>.</p>
122
+ * @public
123
+ */
124
+ export declare class WorkspacesDefaultRoleNotFoundException extends __BaseException {
125
+ readonly name: "WorkspacesDefaultRoleNotFoundException";
126
+ readonly $fault: "client";
127
+ /**
128
+ * @internal
129
+ */
130
+ constructor(opts: __ExceptionOptionType<WorkspacesDefaultRoleNotFoundException, __BaseException>);
131
+ }
132
+ /**
133
+ * @public
134
+ */
135
+ export interface RejectAccountLinkInvitationRequest {
136
+ /**
137
+ * <p>The identifier of the account link</p>
138
+ * @public
139
+ */
140
+ LinkId: string | undefined;
141
+ /**
142
+ * <p>The client token of the account link invitation to reject.</p>
143
+ * @public
144
+ */
145
+ ClientToken?: string | undefined;
146
+ }
147
+ /**
148
+ * @public
149
+ */
150
+ export interface RejectAccountLinkInvitationResult {
151
+ /**
152
+ * <p>Information about the account link.</p>
153
+ * @public
154
+ */
155
+ AccountLink?: AccountLink | undefined;
156
+ }
2
157
  /**
3
158
  * @public
4
159
  */
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  RegisterWorkspaceDirectoryRequest,
5
5
  RegisterWorkspaceDirectoryResult,
6
- } from "../models/models_0";
6
+ } from "../models/models_1";
7
7
  import {
8
8
  ServiceInputTypes,
9
9
  ServiceOutputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  RejectAccountLinkInvitationRequest,
5
5
  RejectAccountLinkInvitationResult,
6
- } from "../models/models_0";
6
+ } from "../models/models_1";
7
7
  import {
8
8
  ServiceInputTypes,
9
9
  ServiceOutputTypes,
@@ -87,6 +87,32 @@ export interface ActiveDirectoryConfig {
87
87
  DomainName: string | undefined;
88
88
  ServiceAccountSecretArn: string | undefined;
89
89
  }
90
+ export declare const AGAModeForDirectoryEnum: {
91
+ readonly DISABLED: "DISABLED";
92
+ readonly ENABLED_AUTO: "ENABLED_AUTO";
93
+ };
94
+ export type AGAModeForDirectoryEnum =
95
+ (typeof AGAModeForDirectoryEnum)[keyof typeof AGAModeForDirectoryEnum];
96
+ export declare const AGAModeForWorkSpaceEnum: {
97
+ readonly DISABLED: "DISABLED";
98
+ readonly ENABLED_AUTO: "ENABLED_AUTO";
99
+ readonly INHERITED: "INHERITED";
100
+ };
101
+ export type AGAModeForWorkSpaceEnum =
102
+ (typeof AGAModeForWorkSpaceEnum)[keyof typeof AGAModeForWorkSpaceEnum];
103
+ export declare const AGAPreferredProtocolForDirectory: {
104
+ readonly NONE: "NONE";
105
+ readonly TCP: "TCP";
106
+ };
107
+ export type AGAPreferredProtocolForDirectory =
108
+ (typeof AGAPreferredProtocolForDirectory)[keyof typeof AGAPreferredProtocolForDirectory];
109
+ export declare const AGAPreferredProtocolForWorkSpace: {
110
+ readonly INHERITED: "INHERITED";
111
+ readonly NONE: "NONE";
112
+ readonly TCP: "TCP";
113
+ };
114
+ export type AGAPreferredProtocolForWorkSpace =
115
+ (typeof AGAPreferredProtocolForWorkSpace)[keyof typeof AGAPreferredProtocolForWorkSpace];
90
116
  export declare const Application: {
91
117
  readonly Microsoft_Office_2016: "Microsoft_Office_2016";
92
118
  readonly Microsoft_Office_2019: "Microsoft_Office_2019";
@@ -621,6 +647,10 @@ export interface CreateWorkspaceImageResult {
621
647
  Created?: Date | undefined;
622
648
  OwnerAccountId?: string | undefined;
623
649
  }
650
+ export interface GlobalAcceleratorForWorkSpace {
651
+ Mode: AGAModeForWorkSpaceEnum | undefined;
652
+ PreferredProtocol?: AGAPreferredProtocolForWorkSpace | undefined;
653
+ }
624
654
  export declare const OperatingSystemName: {
625
655
  readonly AMAZON_LINUX_2: "AMAZON_LINUX_2";
626
656
  readonly RHEL_8: "RHEL_8";
@@ -657,6 +687,7 @@ export interface WorkspaceProperties {
657
687
  ComputeTypeName?: Compute | undefined;
658
688
  Protocols?: Protocol[] | undefined;
659
689
  OperatingSystemName?: OperatingSystemName | undefined;
690
+ GlobalAccelerator?: GlobalAcceleratorForWorkSpace | undefined;
660
691
  }
661
692
  export interface WorkspaceRequest {
662
693
  DirectoryId: string | undefined;
@@ -1170,6 +1201,10 @@ export declare const WorkspaceDirectoryState: {
1170
1201
  };
1171
1202
  export type WorkspaceDirectoryState =
1172
1203
  (typeof WorkspaceDirectoryState)[keyof typeof WorkspaceDirectoryState];
1204
+ export interface GlobalAcceleratorForDirectory {
1205
+ Mode: AGAModeForDirectoryEnum | undefined;
1206
+ PreferredProtocol?: AGAPreferredProtocolForDirectory | undefined;
1207
+ }
1173
1208
  export declare const StorageConnectorTypeEnum: {
1174
1209
  readonly HOME_FOLDER: "HOME_FOLDER";
1175
1210
  };
@@ -1216,6 +1251,7 @@ export interface StreamingProperties {
1216
1251
  | undefined;
1217
1252
  UserSettings?: UserSetting[] | undefined;
1218
1253
  StorageConnectors?: StorageConnector[] | undefined;
1254
+ GlobalAccelerator?: GlobalAcceleratorForDirectory | undefined;
1219
1255
  }
1220
1256
  export declare const Tenancy: {
1221
1257
  readonly DEDICATED: "DEDICATED";
@@ -1678,49 +1714,3 @@ export interface RebuildWorkspacesRequest {
1678
1714
  export interface RebuildWorkspacesResult {
1679
1715
  FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
1680
1716
  }
1681
- export interface RegisterWorkspaceDirectoryRequest {
1682
- DirectoryId?: string | undefined;
1683
- SubnetIds?: string[] | undefined;
1684
- EnableWorkDocs?: boolean | undefined;
1685
- EnableSelfService?: boolean | undefined;
1686
- Tenancy?: Tenancy | undefined;
1687
- Tags?: Tag[] | undefined;
1688
- WorkspaceDirectoryName?: string | undefined;
1689
- WorkspaceDirectoryDescription?: string | undefined;
1690
- UserIdentityType?: UserIdentityType | undefined;
1691
- IdcInstanceArn?: string | undefined;
1692
- MicrosoftEntraConfig?: MicrosoftEntraConfig | undefined;
1693
- WorkspaceType?: WorkspaceType | undefined;
1694
- ActiveDirectoryConfig?: ActiveDirectoryConfig | undefined;
1695
- }
1696
- export interface RegisterWorkspaceDirectoryResult {
1697
- DirectoryId?: string | undefined;
1698
- State?: WorkspaceDirectoryState | undefined;
1699
- }
1700
- export declare class UnsupportedNetworkConfigurationException extends __BaseException {
1701
- readonly name: "UnsupportedNetworkConfigurationException";
1702
- readonly $fault: "client";
1703
- constructor(
1704
- opts: __ExceptionOptionType<
1705
- UnsupportedNetworkConfigurationException,
1706
- __BaseException
1707
- >
1708
- );
1709
- }
1710
- export declare class WorkspacesDefaultRoleNotFoundException extends __BaseException {
1711
- readonly name: "WorkspacesDefaultRoleNotFoundException";
1712
- readonly $fault: "client";
1713
- constructor(
1714
- opts: __ExceptionOptionType<
1715
- WorkspacesDefaultRoleNotFoundException,
1716
- __BaseException
1717
- >
1718
- );
1719
- }
1720
- export interface RejectAccountLinkInvitationRequest {
1721
- LinkId: string | undefined;
1722
- ClientToken?: string | undefined;
1723
- }
1724
- export interface RejectAccountLinkInvitationResult {
1725
- AccountLink?: AccountLink | undefined;
1726
- }
@@ -1,12 +1,68 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
2
  import {
3
+ AccountLink,
4
+ ActiveDirectoryConfig,
2
5
  ApplicationSettingsRequest,
3
6
  Capacity,
4
7
  ConnectionAliasPermission,
5
8
  FailedWorkspaceChangeRequest,
6
9
  IpRuleItem,
10
+ MicrosoftEntraConfig,
11
+ Tag,
12
+ Tenancy,
7
13
  TimeoutSettings,
14
+ UserIdentityType,
15
+ WorkspaceDirectoryState,
8
16
  WorkspacesPool,
17
+ WorkspaceType,
9
18
  } from "./models_0";
19
+ import { WorkSpacesServiceException as __BaseException } from "./WorkSpacesServiceException";
20
+ export interface RegisterWorkspaceDirectoryRequest {
21
+ DirectoryId?: string | undefined;
22
+ SubnetIds?: string[] | undefined;
23
+ EnableWorkDocs?: boolean | undefined;
24
+ EnableSelfService?: boolean | undefined;
25
+ Tenancy?: Tenancy | undefined;
26
+ Tags?: Tag[] | undefined;
27
+ WorkspaceDirectoryName?: string | undefined;
28
+ WorkspaceDirectoryDescription?: string | undefined;
29
+ UserIdentityType?: UserIdentityType | undefined;
30
+ IdcInstanceArn?: string | undefined;
31
+ MicrosoftEntraConfig?: MicrosoftEntraConfig | undefined;
32
+ WorkspaceType?: WorkspaceType | undefined;
33
+ ActiveDirectoryConfig?: ActiveDirectoryConfig | undefined;
34
+ }
35
+ export interface RegisterWorkspaceDirectoryResult {
36
+ DirectoryId?: string | undefined;
37
+ State?: WorkspaceDirectoryState | undefined;
38
+ }
39
+ export declare class UnsupportedNetworkConfigurationException extends __BaseException {
40
+ readonly name: "UnsupportedNetworkConfigurationException";
41
+ readonly $fault: "client";
42
+ constructor(
43
+ opts: __ExceptionOptionType<
44
+ UnsupportedNetworkConfigurationException,
45
+ __BaseException
46
+ >
47
+ );
48
+ }
49
+ export declare class WorkspacesDefaultRoleNotFoundException extends __BaseException {
50
+ readonly name: "WorkspacesDefaultRoleNotFoundException";
51
+ readonly $fault: "client";
52
+ constructor(
53
+ opts: __ExceptionOptionType<
54
+ WorkspacesDefaultRoleNotFoundException,
55
+ __BaseException
56
+ >
57
+ );
58
+ }
59
+ export interface RejectAccountLinkInvitationRequest {
60
+ LinkId: string | undefined;
61
+ ClientToken?: string | undefined;
62
+ }
63
+ export interface RejectAccountLinkInvitationResult {
64
+ AccountLink?: AccountLink | undefined;
65
+ }
10
66
  export interface RestoreWorkspaceRequest {
11
67
  WorkspaceId: string | undefined;
12
68
  }
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.714.0",
4
+ "version": "3.721.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,40 +20,40 @@
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.714.0",
24
- "@aws-sdk/client-sts": "3.714.0",
25
- "@aws-sdk/core": "3.714.0",
26
- "@aws-sdk/credential-provider-node": "3.714.0",
23
+ "@aws-sdk/client-sso-oidc": "3.721.0",
24
+ "@aws-sdk/client-sts": "3.721.0",
25
+ "@aws-sdk/core": "3.716.0",
26
+ "@aws-sdk/credential-provider-node": "3.721.0",
27
27
  "@aws-sdk/middleware-host-header": "3.714.0",
28
28
  "@aws-sdk/middleware-logger": "3.714.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.714.0",
30
- "@aws-sdk/middleware-user-agent": "3.714.0",
30
+ "@aws-sdk/middleware-user-agent": "3.721.0",
31
31
  "@aws-sdk/region-config-resolver": "3.714.0",
32
32
  "@aws-sdk/types": "3.714.0",
33
33
  "@aws-sdk/util-endpoints": "3.714.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.714.0",
35
- "@aws-sdk/util-user-agent-node": "3.714.0",
35
+ "@aws-sdk/util-user-agent-node": "3.721.0",
36
36
  "@smithy/config-resolver": "^3.0.13",
37
37
  "@smithy/core": "^2.5.5",
38
38
  "@smithy/fetch-http-handler": "^4.1.2",
39
39
  "@smithy/hash-node": "^3.0.11",
40
40
  "@smithy/invalid-dependency": "^3.0.11",
41
41
  "@smithy/middleware-content-length": "^3.0.13",
42
- "@smithy/middleware-endpoint": "^3.2.5",
43
- "@smithy/middleware-retry": "^3.0.30",
42
+ "@smithy/middleware-endpoint": "^3.2.6",
43
+ "@smithy/middleware-retry": "^3.0.31",
44
44
  "@smithy/middleware-serde": "^3.0.11",
45
45
  "@smithy/middleware-stack": "^3.0.11",
46
46
  "@smithy/node-config-provider": "^3.1.12",
47
47
  "@smithy/node-http-handler": "^3.3.2",
48
48
  "@smithy/protocol-http": "^4.1.8",
49
- "@smithy/smithy-client": "^3.5.0",
49
+ "@smithy/smithy-client": "^3.5.1",
50
50
  "@smithy/types": "^3.7.2",
51
51
  "@smithy/url-parser": "^3.0.11",
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.30",
56
- "@smithy/util-defaults-mode-node": "^3.0.30",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.31",
56
+ "@smithy/util-defaults-mode-node": "^3.0.31",
57
57
  "@smithy/util-endpoints": "^2.1.7",
58
58
  "@smithy/util-middleware": "^3.0.11",
59
59
  "@smithy/util-retry": "^3.0.11",