@aws-sdk/client-workspaces 3.600.0 → 3.607.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/README.md +72 -0
- package/dist-cjs/index.js +536 -1
- package/dist-es/WorkSpaces.js +18 -0
- package/dist-es/commands/CreateWorkspacesPoolCommand.js +24 -0
- package/dist-es/commands/DescribeWorkspacesPoolSessionsCommand.js +24 -0
- package/dist-es/commands/DescribeWorkspacesPoolsCommand.js +24 -0
- package/dist-es/commands/ModifyStreamingPropertiesCommand.js +24 -0
- package/dist-es/commands/StartWorkspacesPoolCommand.js +24 -0
- package/dist-es/commands/StopWorkspacesPoolCommand.js +24 -0
- package/dist-es/commands/TerminateWorkspacesPoolCommand.js +24 -0
- package/dist-es/commands/TerminateWorkspacesPoolSessionCommand.js +24 -0
- package/dist-es/commands/UpdateWorkspacesPoolCommand.js +24 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +102 -0
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +238 -0
- package/dist-types/WorkSpaces.d.ts +65 -0
- package/dist-types/WorkSpacesClient.d.ts +11 -2
- package/dist-types/commands/CreateWorkspacesCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkspacesPoolCommand.d.ts +130 -0
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +30 -1
- package/dist-types/commands/DescribeWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkspacesPoolSessionsCommand.d.ts +88 -0
- package/dist-types/commands/DescribeWorkspacesPoolsCommand.d.ts +116 -0
- package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +3 -0
- package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +3 -0
- package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +3 -0
- package/dist-types/commands/ModifyStreamingPropertiesCommand.d.ts +86 -0
- package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -0
- package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +18 -4
- package/dist-types/commands/StartWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/StartWorkspacesPoolCommand.d.ts +81 -0
- package/dist-types/commands/StopWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/StopWorkspacesPoolCommand.d.ts +75 -0
- package/dist-types/commands/TerminateWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateWorkspacesPoolCommand.d.ts +73 -0
- package/dist-types/commands/TerminateWorkspacesPoolSessionCommand.d.ts +73 -0
- package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspacesPoolCommand.d.ts +127 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +855 -253
- package/dist-types/models/models_1.d.ts +324 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +81 -0
- package/dist-types/ts3.4/WorkSpaces.d.ts +155 -0
- package/dist-types/ts3.4/WorkSpacesClient.d.ts +56 -2
- package/dist-types/ts3.4/commands/CreateWorkspacesPoolCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeWorkspacesPoolSessionsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeWorkspacesPoolsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ModifyStreamingPropertiesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWorkspacesPoolCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopWorkspacesPoolCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateWorkspacesPoolCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/TerminateWorkspacesPoolSessionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkspacesPoolCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +267 -58
- package/dist-types/ts3.4/models/models_1.d.ts +92 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +108 -0
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -28,12 +28,14 @@ __export(src_exports, {
|
|
|
28
28
|
Application: () => Application,
|
|
29
29
|
ApplicationAssociatedResourceType: () => ApplicationAssociatedResourceType,
|
|
30
30
|
ApplicationNotSupportedException: () => ApplicationNotSupportedException,
|
|
31
|
+
ApplicationSettingsStatusEnum: () => ApplicationSettingsStatusEnum,
|
|
31
32
|
AssociateConnectionAliasCommand: () => AssociateConnectionAliasCommand,
|
|
32
33
|
AssociateIpGroupsCommand: () => AssociateIpGroupsCommand,
|
|
33
34
|
AssociateWorkspaceApplicationCommand: () => AssociateWorkspaceApplicationCommand,
|
|
34
35
|
AssociationErrorCode: () => AssociationErrorCode,
|
|
35
36
|
AssociationState: () => AssociationState,
|
|
36
37
|
AssociationStatus: () => AssociationStatus,
|
|
38
|
+
AuthenticationType: () => AuthenticationType,
|
|
37
39
|
AuthorizeIpRulesCommand: () => AuthorizeIpRulesCommand,
|
|
38
40
|
BundleAssociatedResourceType: () => BundleAssociatedResourceType,
|
|
39
41
|
BundleType: () => BundleType,
|
|
@@ -55,6 +57,7 @@ __export(src_exports, {
|
|
|
55
57
|
CreateWorkspaceBundleCommand: () => CreateWorkspaceBundleCommand,
|
|
56
58
|
CreateWorkspaceImageCommand: () => CreateWorkspaceImageCommand,
|
|
57
59
|
CreateWorkspacesCommand: () => CreateWorkspacesCommand,
|
|
60
|
+
CreateWorkspacesPoolCommand: () => CreateWorkspacesPoolCommand,
|
|
58
61
|
DataReplication: () => DataReplication,
|
|
59
62
|
DedicatedTenancyAccountType: () => DedicatedTenancyAccountType,
|
|
60
63
|
DedicatedTenancyModificationStateEnum: () => DedicatedTenancyModificationStateEnum,
|
|
@@ -93,6 +96,10 @@ __export(src_exports, {
|
|
|
93
96
|
DescribeWorkspaceSnapshotsCommand: () => DescribeWorkspaceSnapshotsCommand,
|
|
94
97
|
DescribeWorkspacesCommand: () => DescribeWorkspacesCommand,
|
|
95
98
|
DescribeWorkspacesConnectionStatusCommand: () => DescribeWorkspacesConnectionStatusCommand,
|
|
99
|
+
DescribeWorkspacesPoolSessionsCommand: () => DescribeWorkspacesPoolSessionsCommand,
|
|
100
|
+
DescribeWorkspacesPoolsCommand: () => DescribeWorkspacesPoolsCommand,
|
|
101
|
+
DescribeWorkspacesPoolsFilterName: () => DescribeWorkspacesPoolsFilterName,
|
|
102
|
+
DescribeWorkspacesPoolsFilterOperator: () => DescribeWorkspacesPoolsFilterOperator,
|
|
96
103
|
DisassociateConnectionAliasCommand: () => DisassociateConnectionAliasCommand,
|
|
97
104
|
DisassociateIpGroupsCommand: () => DisassociateIpGroupsCommand,
|
|
98
105
|
DisassociateWorkspaceApplicationCommand: () => DisassociateWorkspaceApplicationCommand,
|
|
@@ -116,6 +123,7 @@ __export(src_exports, {
|
|
|
116
123
|
ModifyClientPropertiesCommand: () => ModifyClientPropertiesCommand,
|
|
117
124
|
ModifySamlPropertiesCommand: () => ModifySamlPropertiesCommand,
|
|
118
125
|
ModifySelfservicePermissionsCommand: () => ModifySelfservicePermissionsCommand,
|
|
126
|
+
ModifyStreamingPropertiesCommand: () => ModifyStreamingPropertiesCommand,
|
|
119
127
|
ModifyWorkspaceAccessPropertiesCommand: () => ModifyWorkspaceAccessPropertiesCommand,
|
|
120
128
|
ModifyWorkspaceCreationPropertiesCommand: () => ModifyWorkspaceCreationPropertiesCommand,
|
|
121
129
|
ModifyWorkspacePropertiesCommand: () => ModifyWorkspacePropertiesCommand,
|
|
@@ -142,12 +150,20 @@ __export(src_exports, {
|
|
|
142
150
|
RevokeIpRulesCommand: () => RevokeIpRulesCommand,
|
|
143
151
|
RunningMode: () => RunningMode,
|
|
144
152
|
SamlStatusEnum: () => SamlStatusEnum,
|
|
153
|
+
SessionConnectionState: () => SessionConnectionState,
|
|
145
154
|
StandbyWorkspaceRelationshipType: () => StandbyWorkspaceRelationshipType,
|
|
146
155
|
StartWorkspacesCommand: () => StartWorkspacesCommand,
|
|
156
|
+
StartWorkspacesPoolCommand: () => StartWorkspacesPoolCommand,
|
|
147
157
|
StopWorkspacesCommand: () => StopWorkspacesCommand,
|
|
158
|
+
StopWorkspacesPoolCommand: () => StopWorkspacesPoolCommand,
|
|
159
|
+
StorageConnectorStatusEnum: () => StorageConnectorStatusEnum,
|
|
160
|
+
StorageConnectorTypeEnum: () => StorageConnectorTypeEnum,
|
|
161
|
+
StreamingExperiencePreferredProtocolEnum: () => StreamingExperiencePreferredProtocolEnum,
|
|
148
162
|
TargetWorkspaceState: () => TargetWorkspaceState,
|
|
149
163
|
Tenancy: () => Tenancy,
|
|
150
164
|
TerminateWorkspacesCommand: () => TerminateWorkspacesCommand,
|
|
165
|
+
TerminateWorkspacesPoolCommand: () => TerminateWorkspacesPoolCommand,
|
|
166
|
+
TerminateWorkspacesPoolSessionCommand: () => TerminateWorkspacesPoolSessionCommand,
|
|
151
167
|
UnsupportedNetworkConfigurationException: () => UnsupportedNetworkConfigurationException,
|
|
152
168
|
UnsupportedWorkspaceConfigurationException: () => UnsupportedWorkspaceConfigurationException,
|
|
153
169
|
UpdateConnectClientAddInCommand: () => UpdateConnectClientAddInCommand,
|
|
@@ -155,6 +171,10 @@ __export(src_exports, {
|
|
|
155
171
|
UpdateRulesOfIpGroupCommand: () => UpdateRulesOfIpGroupCommand,
|
|
156
172
|
UpdateWorkspaceBundleCommand: () => UpdateWorkspaceBundleCommand,
|
|
157
173
|
UpdateWorkspaceImagePermissionCommand: () => UpdateWorkspaceImagePermissionCommand,
|
|
174
|
+
UpdateWorkspacesPoolCommand: () => UpdateWorkspacesPoolCommand,
|
|
175
|
+
UserIdentityType: () => UserIdentityType,
|
|
176
|
+
UserSettingActionEnum: () => UserSettingActionEnum,
|
|
177
|
+
UserSettingPermissionEnum: () => UserSettingPermissionEnum,
|
|
158
178
|
ValidationException: () => ValidationException,
|
|
159
179
|
WorkSpaceApplicationLicenseType: () => WorkSpaceApplicationLicenseType,
|
|
160
180
|
WorkSpaceApplicationState: () => WorkSpaceApplicationState,
|
|
@@ -170,7 +190,10 @@ __export(src_exports, {
|
|
|
170
190
|
WorkspaceImageRequiredTenancy: () => WorkspaceImageRequiredTenancy,
|
|
171
191
|
WorkspaceImageState: () => WorkspaceImageState,
|
|
172
192
|
WorkspaceState: () => WorkspaceState,
|
|
193
|
+
WorkspaceType: () => WorkspaceType,
|
|
173
194
|
WorkspacesDefaultRoleNotFoundException: () => WorkspacesDefaultRoleNotFoundException,
|
|
195
|
+
WorkspacesPoolErrorCode: () => WorkspacesPoolErrorCode,
|
|
196
|
+
WorkspacesPoolState: () => WorkspacesPoolState,
|
|
174
197
|
__Client: () => import_smithy_client.Client,
|
|
175
198
|
paginateDescribeApplicationAssociations: () => paginateDescribeApplicationAssociations,
|
|
176
199
|
paginateDescribeApplications: () => paginateDescribeApplications,
|
|
@@ -502,6 +525,10 @@ var AssociationErrorCode = {
|
|
|
502
525
|
UNSUPPORTED_OPERATING_SYSTEM: "ValidationError.UnsupportedOperatingSystem",
|
|
503
526
|
WORKSPACE_UNREACHABLE: "DeploymentError.WorkspaceUnreachable"
|
|
504
527
|
};
|
|
528
|
+
var ApplicationSettingsStatusEnum = {
|
|
529
|
+
DISABLED: "DISABLED",
|
|
530
|
+
ENABLED: "ENABLED"
|
|
531
|
+
};
|
|
505
532
|
var _InvalidParameterValuesException = class _InvalidParameterValuesException extends WorkSpacesServiceException {
|
|
506
533
|
/**
|
|
507
534
|
* @internal
|
|
@@ -684,6 +711,9 @@ var AssociationStatus = {
|
|
|
684
711
|
PENDING_ASSOCIATION: "PENDING_ASSOCIATION",
|
|
685
712
|
PENDING_DISASSOCIATION: "PENDING_DISASSOCIATION"
|
|
686
713
|
};
|
|
714
|
+
var AuthenticationType = {
|
|
715
|
+
SAML: "SAML"
|
|
716
|
+
};
|
|
687
717
|
var BundleAssociatedResourceType = {
|
|
688
718
|
APPLICATION: "APPLICATION"
|
|
689
719
|
};
|
|
@@ -810,6 +840,7 @@ var WorkspaceImageState = {
|
|
|
810
840
|
};
|
|
811
841
|
var OperatingSystemName = {
|
|
812
842
|
AMAZON_LINUX_2: "AMAZON_LINUX_2",
|
|
843
|
+
RHEL_8: "RHEL_8",
|
|
813
844
|
UBUNTU_18_04: "UBUNTU_18_04",
|
|
814
845
|
UBUNTU_20_04: "UBUNTU_20_04",
|
|
815
846
|
UBUNTU_22_04: "UBUNTU_22_04",
|
|
@@ -843,6 +874,57 @@ var StandbyWorkspaceRelationshipType = {
|
|
|
843
874
|
PRIMARY: "PRIMARY",
|
|
844
875
|
STANDBY: "STANDBY"
|
|
845
876
|
};
|
|
877
|
+
var WorkspacesPoolErrorCode = {
|
|
878
|
+
BUNDLE_NOT_FOUND: "BUNDLE_NOT_FOUND",
|
|
879
|
+
DEFAULT_OU_IS_MISSING: "DEFAULT_OU_IS_MISSING",
|
|
880
|
+
DIRECTORY_NOT_FOUND: "DIRECTORY_NOT_FOUND",
|
|
881
|
+
DOMAIN_JOIN_ERROR_ACCESS_DENIED: "DOMAIN_JOIN_ERROR_ACCESS_DENIED",
|
|
882
|
+
DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED",
|
|
883
|
+
DOMAIN_JOIN_ERROR_FILE_NOT_FOUND: "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND",
|
|
884
|
+
DOMAIN_JOIN_ERROR_INVALID_PARAMETER: "DOMAIN_JOIN_ERROR_INVALID_PARAMETER",
|
|
885
|
+
DOMAIN_JOIN_ERROR_LOGON_FAILURE: "DOMAIN_JOIN_ERROR_LOGON_FAILURE",
|
|
886
|
+
DOMAIN_JOIN_ERROR_MORE_DATA: "DOMAIN_JOIN_ERROR_MORE_DATA",
|
|
887
|
+
DOMAIN_JOIN_ERROR_NOT_SUPPORTED: "DOMAIN_JOIN_ERROR_NOT_SUPPORTED",
|
|
888
|
+
DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN: "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN",
|
|
889
|
+
DOMAIN_JOIN_ERROR_SECRET_ACTION_PERMISSION_IS_MISSING: "DOMAIN_JOIN_ERROR_SECRET_ACTION_PERMISSION_IS_MISSING",
|
|
890
|
+
DOMAIN_JOIN_ERROR_SECRET_DECRYPTION_FAILURE: "DOMAIN_JOIN_ERROR_SECRET_DECRYPTION_FAILURE",
|
|
891
|
+
DOMAIN_JOIN_ERROR_SECRET_INVALID: "DOMAIN_JOIN_ERROR_SECRET_INVALID",
|
|
892
|
+
DOMAIN_JOIN_ERROR_SECRET_NOT_FOUND: "DOMAIN_JOIN_ERROR_SECRET_NOT_FOUND",
|
|
893
|
+
DOMAIN_JOIN_ERROR_SECRET_STATE_INVALID: "DOMAIN_JOIN_ERROR_SECRET_STATE_INVALID",
|
|
894
|
+
DOMAIN_JOIN_ERROR_SECRET_VALUE_KEY_NOT_FOUND: "DOMAIN_JOIN_ERROR_SECRET_VALUE_KEY_NOT_FOUND",
|
|
895
|
+
DOMAIN_JOIN_INTERNAL_SERVICE_ERROR: "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR",
|
|
896
|
+
DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME: "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME",
|
|
897
|
+
DOMAIN_JOIN_NERR_PASSWORD_EXPIRED: "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED",
|
|
898
|
+
DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED: "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED",
|
|
899
|
+
IAM_SERVICE_ROLE_IS_MISSING: "IAM_SERVICE_ROLE_IS_MISSING",
|
|
900
|
+
IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION",
|
|
901
|
+
IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION",
|
|
902
|
+
IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION",
|
|
903
|
+
IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION",
|
|
904
|
+
IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION",
|
|
905
|
+
IGW_NOT_ATTACHED: "IGW_NOT_ATTACHED",
|
|
906
|
+
IMAGE_NOT_FOUND: "IMAGE_NOT_FOUND",
|
|
907
|
+
INSUFFICIENT_PERMISSIONS_ERROR: "INSUFFICIENT_PERMISSIONS_ERROR",
|
|
908
|
+
INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
|
|
909
|
+
INVALID_SUBNET_CONFIGURATION: "INVALID_SUBNET_CONFIGURATION",
|
|
910
|
+
MACHINE_ROLE_IS_MISSING: "MACHINE_ROLE_IS_MISSING",
|
|
911
|
+
NETWORK_INTERFACE_LIMIT_EXCEEDED: "NETWORK_INTERFACE_LIMIT_EXCEEDED",
|
|
912
|
+
SECURITY_GROUPS_NOT_FOUND: "SECURITY_GROUPS_NOT_FOUND",
|
|
913
|
+
STS_DISABLED_IN_REGION: "STS_DISABLED_IN_REGION",
|
|
914
|
+
SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES: "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES",
|
|
915
|
+
SUBNET_NOT_FOUND: "SUBNET_NOT_FOUND",
|
|
916
|
+
WORKSPACES_POOL_INSTANCE_PROVISIONING_FAILURE: "WORKSPACES_POOL_INSTANCE_PROVISIONING_FAILURE",
|
|
917
|
+
WORKSPACES_POOL_STOPPED: "WORKSPACES_POOL_STOPPED"
|
|
918
|
+
};
|
|
919
|
+
var WorkspacesPoolState = {
|
|
920
|
+
CREATING: "CREATING",
|
|
921
|
+
DELETING: "DELETING",
|
|
922
|
+
RUNNING: "RUNNING",
|
|
923
|
+
STARTING: "STARTING",
|
|
924
|
+
STOPPED: "STOPPED",
|
|
925
|
+
STOPPING: "STOPPING",
|
|
926
|
+
UPDATING: "UPDATING"
|
|
927
|
+
};
|
|
846
928
|
var DedicatedTenancyAccountType = {
|
|
847
929
|
SOURCE_ACCOUNT: "SOURCE_ACCOUNT",
|
|
848
930
|
TARGET_ACCOUNT: "TARGET_ACCOUNT"
|
|
@@ -872,6 +954,7 @@ var ImageAssociatedResourceType = {
|
|
|
872
954
|
};
|
|
873
955
|
var WorkspaceDirectoryType = {
|
|
874
956
|
AD_CONNECTOR: "AD_CONNECTOR",
|
|
957
|
+
CUSTOMER_MANAGED: "CUSTOMER_MANAGED",
|
|
875
958
|
SIMPLE_AD: "SIMPLE_AD"
|
|
876
959
|
};
|
|
877
960
|
var SamlStatusEnum = {
|
|
@@ -886,10 +969,39 @@ var WorkspaceDirectoryState = {
|
|
|
886
969
|
REGISTERED: "REGISTERED",
|
|
887
970
|
REGISTERING: "REGISTERING"
|
|
888
971
|
};
|
|
972
|
+
var StorageConnectorTypeEnum = {
|
|
973
|
+
HOME_FOLDER: "HOME_FOLDER"
|
|
974
|
+
};
|
|
975
|
+
var StorageConnectorStatusEnum = {
|
|
976
|
+
DISABLED: "DISABLED",
|
|
977
|
+
ENABLED: "ENABLED"
|
|
978
|
+
};
|
|
979
|
+
var StreamingExperiencePreferredProtocolEnum = {
|
|
980
|
+
TCP: "TCP",
|
|
981
|
+
UDP: "UDP"
|
|
982
|
+
};
|
|
983
|
+
var UserSettingActionEnum = {
|
|
984
|
+
CLIPBOARD_COPY_FROM_LOCAL_DEVICE: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE",
|
|
985
|
+
CLIPBOARD_COPY_TO_LOCAL_DEVICE: "CLIPBOARD_COPY_TO_LOCAL_DEVICE",
|
|
986
|
+
PRINTING_TO_LOCAL_DEVICE: "PRINTING_TO_LOCAL_DEVICE",
|
|
987
|
+
SMART_CARD: "SMART_CARD"
|
|
988
|
+
};
|
|
989
|
+
var UserSettingPermissionEnum = {
|
|
990
|
+
DISABLED: "DISABLED",
|
|
991
|
+
ENABLED: "ENABLED"
|
|
992
|
+
};
|
|
889
993
|
var Tenancy = {
|
|
890
994
|
DEDICATED: "DEDICATED",
|
|
891
995
|
SHARED: "SHARED"
|
|
892
996
|
};
|
|
997
|
+
var UserIdentityType = {
|
|
998
|
+
AWS_DIRECTORY_SERVICE: "AWS_DIRECTORY_SERVICE",
|
|
999
|
+
CUSTOMER_MANAGED: "CUSTOMER_MANAGED"
|
|
1000
|
+
};
|
|
1001
|
+
var WorkspaceType = {
|
|
1002
|
+
PERSONAL: "PERSONAL",
|
|
1003
|
+
POOLS: "POOLS"
|
|
1004
|
+
};
|
|
893
1005
|
var ImageType = {
|
|
894
1006
|
OWNED: "OWNED",
|
|
895
1007
|
SHARED: "SHARED"
|
|
@@ -922,6 +1034,19 @@ var WorkspaceImageErrorDetailCode = {
|
|
|
922
1034
|
WORKSPACES_BYOL_ACCOUNT_NOT_FOUND: "WorkspacesBYOLAccountNotFound",
|
|
923
1035
|
ZERO_REARM_COUNT: "ZeroRearmCount"
|
|
924
1036
|
};
|
|
1037
|
+
var DescribeWorkspacesPoolsFilterName = {
|
|
1038
|
+
POOLNAME: "PoolName"
|
|
1039
|
+
};
|
|
1040
|
+
var DescribeWorkspacesPoolsFilterOperator = {
|
|
1041
|
+
CONTAINS: "CONTAINS",
|
|
1042
|
+
EQUALS: "EQUALS",
|
|
1043
|
+
NOTCONTAINS: "NOTCONTAINS",
|
|
1044
|
+
NOTEQUALS: "NOTEQUALS"
|
|
1045
|
+
};
|
|
1046
|
+
var SessionConnectionState = {
|
|
1047
|
+
CONNECTED: "CONNECTED",
|
|
1048
|
+
NOT_CONNECTED: "NOT_CONNECTED"
|
|
1049
|
+
};
|
|
925
1050
|
var WorkspaceImageIngestionProcess = {
|
|
926
1051
|
BYOL_GRAPHICS: "BYOL_GRAPHICS",
|
|
927
1052
|
BYOL_GRAPHICSPRO: "BYOL_GRAPHICSPRO",
|
|
@@ -1101,6 +1226,12 @@ var se_CreateWorkspacesCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1101
1226
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1102
1227
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1103
1228
|
}, "se_CreateWorkspacesCommand");
|
|
1229
|
+
var se_CreateWorkspacesPoolCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1230
|
+
const headers = sharedHeaders("CreateWorkspacesPool");
|
|
1231
|
+
let body;
|
|
1232
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1233
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1234
|
+
}, "se_CreateWorkspacesPoolCommand");
|
|
1104
1235
|
var se_DeleteAccountLinkInvitationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1105
1236
|
const headers = sharedHeaders("DeleteAccountLinkInvitation");
|
|
1106
1237
|
let body;
|
|
@@ -1287,6 +1418,18 @@ var se_DescribeWorkspaceSnapshotsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1287
1418
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1288
1419
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1289
1420
|
}, "se_DescribeWorkspaceSnapshotsCommand");
|
|
1421
|
+
var se_DescribeWorkspacesPoolsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1422
|
+
const headers = sharedHeaders("DescribeWorkspacesPools");
|
|
1423
|
+
let body;
|
|
1424
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1425
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1426
|
+
}, "se_DescribeWorkspacesPoolsCommand");
|
|
1427
|
+
var se_DescribeWorkspacesPoolSessionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1428
|
+
const headers = sharedHeaders("DescribeWorkspacesPoolSessions");
|
|
1429
|
+
let body;
|
|
1430
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1431
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1432
|
+
}, "se_DescribeWorkspacesPoolSessionsCommand");
|
|
1290
1433
|
var se_DisassociateConnectionAliasCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1291
1434
|
const headers = sharedHeaders("DisassociateConnectionAlias");
|
|
1292
1435
|
let body;
|
|
@@ -1371,6 +1514,12 @@ var se_ModifySelfservicePermissionsCommand = /* @__PURE__ */ __name(async (input
|
|
|
1371
1514
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1372
1515
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1373
1516
|
}, "se_ModifySelfservicePermissionsCommand");
|
|
1517
|
+
var se_ModifyStreamingPropertiesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1518
|
+
const headers = sharedHeaders("ModifyStreamingProperties");
|
|
1519
|
+
let body;
|
|
1520
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1521
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1522
|
+
}, "se_ModifyStreamingPropertiesCommand");
|
|
1374
1523
|
var se_ModifyWorkspaceAccessPropertiesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1375
1524
|
const headers = sharedHeaders("ModifyWorkspaceAccessProperties");
|
|
1376
1525
|
let body;
|
|
@@ -1437,18 +1586,42 @@ var se_StartWorkspacesCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1437
1586
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1438
1587
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1439
1588
|
}, "se_StartWorkspacesCommand");
|
|
1589
|
+
var se_StartWorkspacesPoolCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1590
|
+
const headers = sharedHeaders("StartWorkspacesPool");
|
|
1591
|
+
let body;
|
|
1592
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1593
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1594
|
+
}, "se_StartWorkspacesPoolCommand");
|
|
1440
1595
|
var se_StopWorkspacesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1441
1596
|
const headers = sharedHeaders("StopWorkspaces");
|
|
1442
1597
|
let body;
|
|
1443
1598
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1444
1599
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1445
1600
|
}, "se_StopWorkspacesCommand");
|
|
1601
|
+
var se_StopWorkspacesPoolCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1602
|
+
const headers = sharedHeaders("StopWorkspacesPool");
|
|
1603
|
+
let body;
|
|
1604
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1605
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1606
|
+
}, "se_StopWorkspacesPoolCommand");
|
|
1446
1607
|
var se_TerminateWorkspacesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1447
1608
|
const headers = sharedHeaders("TerminateWorkspaces");
|
|
1448
1609
|
let body;
|
|
1449
1610
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1450
1611
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1451
1612
|
}, "se_TerminateWorkspacesCommand");
|
|
1613
|
+
var se_TerminateWorkspacesPoolCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1614
|
+
const headers = sharedHeaders("TerminateWorkspacesPool");
|
|
1615
|
+
let body;
|
|
1616
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1617
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1618
|
+
}, "se_TerminateWorkspacesPoolCommand");
|
|
1619
|
+
var se_TerminateWorkspacesPoolSessionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1620
|
+
const headers = sharedHeaders("TerminateWorkspacesPoolSession");
|
|
1621
|
+
let body;
|
|
1622
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1623
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1624
|
+
}, "se_TerminateWorkspacesPoolSessionCommand");
|
|
1452
1625
|
var se_UpdateConnectClientAddInCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1453
1626
|
const headers = sharedHeaders("UpdateConnectClientAddIn");
|
|
1454
1627
|
let body;
|
|
@@ -1479,6 +1652,12 @@ var se_UpdateWorkspaceImagePermissionCommand = /* @__PURE__ */ __name(async (inp
|
|
|
1479
1652
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1480
1653
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1481
1654
|
}, "se_UpdateWorkspaceImagePermissionCommand");
|
|
1655
|
+
var se_UpdateWorkspacesPoolCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1656
|
+
const headers = sharedHeaders("UpdateWorkspacesPool");
|
|
1657
|
+
let body;
|
|
1658
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1659
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1660
|
+
}, "se_UpdateWorkspacesPoolCommand");
|
|
1482
1661
|
var de_AcceptAccountLinkInvitationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1483
1662
|
if (output.statusCode >= 300) {
|
|
1484
1663
|
return de_CommandError(output, context);
|
|
@@ -1687,6 +1866,19 @@ var de_CreateWorkspacesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1687
1866
|
};
|
|
1688
1867
|
return response;
|
|
1689
1868
|
}, "de_CreateWorkspacesCommand");
|
|
1869
|
+
var de_CreateWorkspacesPoolCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1870
|
+
if (output.statusCode >= 300) {
|
|
1871
|
+
return de_CommandError(output, context);
|
|
1872
|
+
}
|
|
1873
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1874
|
+
let contents = {};
|
|
1875
|
+
contents = de_CreateWorkspacesPoolResult(data, context);
|
|
1876
|
+
const response = {
|
|
1877
|
+
$metadata: deserializeMetadata(output),
|
|
1878
|
+
...contents
|
|
1879
|
+
};
|
|
1880
|
+
return response;
|
|
1881
|
+
}, "de_CreateWorkspacesPoolCommand");
|
|
1690
1882
|
var de_DeleteAccountLinkInvitationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1691
1883
|
if (output.statusCode >= 300) {
|
|
1692
1884
|
return de_CommandError(output, context);
|
|
@@ -2090,6 +2282,32 @@ var de_DescribeWorkspaceSnapshotsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2090
2282
|
};
|
|
2091
2283
|
return response;
|
|
2092
2284
|
}, "de_DescribeWorkspaceSnapshotsCommand");
|
|
2285
|
+
var de_DescribeWorkspacesPoolsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2286
|
+
if (output.statusCode >= 300) {
|
|
2287
|
+
return de_CommandError(output, context);
|
|
2288
|
+
}
|
|
2289
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2290
|
+
let contents = {};
|
|
2291
|
+
contents = de_DescribeWorkspacesPoolsResult(data, context);
|
|
2292
|
+
const response = {
|
|
2293
|
+
$metadata: deserializeMetadata(output),
|
|
2294
|
+
...contents
|
|
2295
|
+
};
|
|
2296
|
+
return response;
|
|
2297
|
+
}, "de_DescribeWorkspacesPoolsCommand");
|
|
2298
|
+
var de_DescribeWorkspacesPoolSessionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2299
|
+
if (output.statusCode >= 300) {
|
|
2300
|
+
return de_CommandError(output, context);
|
|
2301
|
+
}
|
|
2302
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2303
|
+
let contents = {};
|
|
2304
|
+
contents = de_DescribeWorkspacesPoolSessionsResult(data, context);
|
|
2305
|
+
const response = {
|
|
2306
|
+
$metadata: deserializeMetadata(output),
|
|
2307
|
+
...contents
|
|
2308
|
+
};
|
|
2309
|
+
return response;
|
|
2310
|
+
}, "de_DescribeWorkspacesPoolSessionsCommand");
|
|
2093
2311
|
var de_DisassociateConnectionAliasCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2094
2312
|
if (output.statusCode >= 300) {
|
|
2095
2313
|
return de_CommandError(output, context);
|
|
@@ -2272,6 +2490,19 @@ var de_ModifySelfservicePermissionsCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
2272
2490
|
};
|
|
2273
2491
|
return response;
|
|
2274
2492
|
}, "de_ModifySelfservicePermissionsCommand");
|
|
2493
|
+
var de_ModifyStreamingPropertiesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2494
|
+
if (output.statusCode >= 300) {
|
|
2495
|
+
return de_CommandError(output, context);
|
|
2496
|
+
}
|
|
2497
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2498
|
+
let contents = {};
|
|
2499
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2500
|
+
const response = {
|
|
2501
|
+
$metadata: deserializeMetadata(output),
|
|
2502
|
+
...contents
|
|
2503
|
+
};
|
|
2504
|
+
return response;
|
|
2505
|
+
}, "de_ModifyStreamingPropertiesCommand");
|
|
2275
2506
|
var de_ModifyWorkspaceAccessPropertiesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2276
2507
|
if (output.statusCode >= 300) {
|
|
2277
2508
|
return de_CommandError(output, context);
|
|
@@ -2415,6 +2646,19 @@ var de_StartWorkspacesCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2415
2646
|
};
|
|
2416
2647
|
return response;
|
|
2417
2648
|
}, "de_StartWorkspacesCommand");
|
|
2649
|
+
var de_StartWorkspacesPoolCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2650
|
+
if (output.statusCode >= 300) {
|
|
2651
|
+
return de_CommandError(output, context);
|
|
2652
|
+
}
|
|
2653
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2654
|
+
let contents = {};
|
|
2655
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2656
|
+
const response = {
|
|
2657
|
+
$metadata: deserializeMetadata(output),
|
|
2658
|
+
...contents
|
|
2659
|
+
};
|
|
2660
|
+
return response;
|
|
2661
|
+
}, "de_StartWorkspacesPoolCommand");
|
|
2418
2662
|
var de_StopWorkspacesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2419
2663
|
if (output.statusCode >= 300) {
|
|
2420
2664
|
return de_CommandError(output, context);
|
|
@@ -2428,6 +2672,19 @@ var de_StopWorkspacesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2428
2672
|
};
|
|
2429
2673
|
return response;
|
|
2430
2674
|
}, "de_StopWorkspacesCommand");
|
|
2675
|
+
var de_StopWorkspacesPoolCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2676
|
+
if (output.statusCode >= 300) {
|
|
2677
|
+
return de_CommandError(output, context);
|
|
2678
|
+
}
|
|
2679
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2680
|
+
let contents = {};
|
|
2681
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2682
|
+
const response = {
|
|
2683
|
+
$metadata: deserializeMetadata(output),
|
|
2684
|
+
...contents
|
|
2685
|
+
};
|
|
2686
|
+
return response;
|
|
2687
|
+
}, "de_StopWorkspacesPoolCommand");
|
|
2431
2688
|
var de_TerminateWorkspacesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2432
2689
|
if (output.statusCode >= 300) {
|
|
2433
2690
|
return de_CommandError(output, context);
|
|
@@ -2441,6 +2698,32 @@ var de_TerminateWorkspacesCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2441
2698
|
};
|
|
2442
2699
|
return response;
|
|
2443
2700
|
}, "de_TerminateWorkspacesCommand");
|
|
2701
|
+
var de_TerminateWorkspacesPoolCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2702
|
+
if (output.statusCode >= 300) {
|
|
2703
|
+
return de_CommandError(output, context);
|
|
2704
|
+
}
|
|
2705
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2706
|
+
let contents = {};
|
|
2707
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2708
|
+
const response = {
|
|
2709
|
+
$metadata: deserializeMetadata(output),
|
|
2710
|
+
...contents
|
|
2711
|
+
};
|
|
2712
|
+
return response;
|
|
2713
|
+
}, "de_TerminateWorkspacesPoolCommand");
|
|
2714
|
+
var de_TerminateWorkspacesPoolSessionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2715
|
+
if (output.statusCode >= 300) {
|
|
2716
|
+
return de_CommandError(output, context);
|
|
2717
|
+
}
|
|
2718
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2719
|
+
let contents = {};
|
|
2720
|
+
contents = (0, import_smithy_client._json)(data);
|
|
2721
|
+
const response = {
|
|
2722
|
+
$metadata: deserializeMetadata(output),
|
|
2723
|
+
...contents
|
|
2724
|
+
};
|
|
2725
|
+
return response;
|
|
2726
|
+
}, "de_TerminateWorkspacesPoolSessionCommand");
|
|
2444
2727
|
var de_UpdateConnectClientAddInCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2445
2728
|
if (output.statusCode >= 300) {
|
|
2446
2729
|
return de_CommandError(output, context);
|
|
@@ -2506,6 +2789,19 @@ var de_UpdateWorkspaceImagePermissionCommand = /* @__PURE__ */ __name(async (out
|
|
|
2506
2789
|
};
|
|
2507
2790
|
return response;
|
|
2508
2791
|
}, "de_UpdateWorkspaceImagePermissionCommand");
|
|
2792
|
+
var de_UpdateWorkspacesPoolCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2793
|
+
if (output.statusCode >= 300) {
|
|
2794
|
+
return de_CommandError(output, context);
|
|
2795
|
+
}
|
|
2796
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2797
|
+
let contents = {};
|
|
2798
|
+
contents = de_UpdateWorkspacesPoolResult(data, context);
|
|
2799
|
+
const response = {
|
|
2800
|
+
$metadata: deserializeMetadata(output),
|
|
2801
|
+
...contents
|
|
2802
|
+
};
|
|
2803
|
+
return response;
|
|
2804
|
+
}, "de_UpdateWorkspacesPoolCommand");
|
|
2509
2805
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2510
2806
|
const parsedOutput = {
|
|
2511
2807
|
...output,
|
|
@@ -2895,6 +3191,11 @@ var de_CreateWorkspaceImageResult = /* @__PURE__ */ __name((output, context) =>
|
|
|
2895
3191
|
State: import_smithy_client.expectString
|
|
2896
3192
|
});
|
|
2897
3193
|
}, "de_CreateWorkspaceImageResult");
|
|
3194
|
+
var de_CreateWorkspacesPoolResult = /* @__PURE__ */ __name((output, context) => {
|
|
3195
|
+
return (0, import_smithy_client.take)(output, {
|
|
3196
|
+
WorkspacesPool: (_) => de_WorkspacesPool(_, context)
|
|
3197
|
+
});
|
|
3198
|
+
}, "de_CreateWorkspacesPoolResult");
|
|
2898
3199
|
var de_CreateWorkspacesResult = /* @__PURE__ */ __name((output, context) => {
|
|
2899
3200
|
return (0, import_smithy_client.take)(output, {
|
|
2900
3201
|
FailedRequests: import_smithy_client._json,
|
|
@@ -2969,6 +3270,18 @@ var de_DescribeWorkspaceSnapshotsResult = /* @__PURE__ */ __name((output, contex
|
|
|
2969
3270
|
RestoreSnapshots: (_) => de_SnapshotList(_, context)
|
|
2970
3271
|
});
|
|
2971
3272
|
}, "de_DescribeWorkspaceSnapshotsResult");
|
|
3273
|
+
var de_DescribeWorkspacesPoolSessionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
3274
|
+
return (0, import_smithy_client.take)(output, {
|
|
3275
|
+
NextToken: import_smithy_client.expectString,
|
|
3276
|
+
Sessions: (_) => de_WorkspacesPoolSessions(_, context)
|
|
3277
|
+
});
|
|
3278
|
+
}, "de_DescribeWorkspacesPoolSessionsResult");
|
|
3279
|
+
var de_DescribeWorkspacesPoolsResult = /* @__PURE__ */ __name((output, context) => {
|
|
3280
|
+
return (0, import_smithy_client.take)(output, {
|
|
3281
|
+
NextToken: import_smithy_client.expectString,
|
|
3282
|
+
WorkspacesPools: (_) => de_WorkspacesPools(_, context)
|
|
3283
|
+
});
|
|
3284
|
+
}, "de_DescribeWorkspacesPoolsResult");
|
|
2972
3285
|
var de_DescribeWorkspacesResult = /* @__PURE__ */ __name((output, context) => {
|
|
2973
3286
|
return (0, import_smithy_client.take)(output, {
|
|
2974
3287
|
NextToken: import_smithy_client.expectString,
|
|
@@ -3021,6 +3334,11 @@ var de_StandbyWorkspacesPropertiesList = /* @__PURE__ */ __name((output, context
|
|
|
3021
3334
|
});
|
|
3022
3335
|
return retVal;
|
|
3023
3336
|
}, "de_StandbyWorkspacesPropertiesList");
|
|
3337
|
+
var de_UpdateWorkspacesPoolResult = /* @__PURE__ */ __name((output, context) => {
|
|
3338
|
+
return (0, import_smithy_client.take)(output, {
|
|
3339
|
+
WorkspacesPool: (_) => de_WorkspacesPool(_, context)
|
|
3340
|
+
});
|
|
3341
|
+
}, "de_UpdateWorkspacesPoolResult");
|
|
3024
3342
|
var de_Workspace = /* @__PURE__ */ __name((output, context) => {
|
|
3025
3343
|
return (0, import_smithy_client.take)(output, {
|
|
3026
3344
|
BundleId: import_smithy_client.expectString,
|
|
@@ -3143,6 +3461,47 @@ var de_WorkspaceResourceAssociationList = /* @__PURE__ */ __name((output, contex
|
|
|
3143
3461
|
});
|
|
3144
3462
|
return retVal;
|
|
3145
3463
|
}, "de_WorkspaceResourceAssociationList");
|
|
3464
|
+
var de_WorkspacesPool = /* @__PURE__ */ __name((output, context) => {
|
|
3465
|
+
return (0, import_smithy_client.take)(output, {
|
|
3466
|
+
ApplicationSettings: import_smithy_client._json,
|
|
3467
|
+
BundleId: import_smithy_client.expectString,
|
|
3468
|
+
CapacityStatus: import_smithy_client._json,
|
|
3469
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3470
|
+
Description: import_smithy_client.expectString,
|
|
3471
|
+
DirectoryId: import_smithy_client.expectString,
|
|
3472
|
+
Errors: import_smithy_client._json,
|
|
3473
|
+
PoolArn: import_smithy_client.expectString,
|
|
3474
|
+
PoolId: import_smithy_client.expectString,
|
|
3475
|
+
PoolName: import_smithy_client.expectString,
|
|
3476
|
+
State: import_smithy_client.expectString,
|
|
3477
|
+
TimeoutSettings: import_smithy_client._json
|
|
3478
|
+
});
|
|
3479
|
+
}, "de_WorkspacesPool");
|
|
3480
|
+
var de_WorkspacesPools = /* @__PURE__ */ __name((output, context) => {
|
|
3481
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3482
|
+
return de_WorkspacesPool(entry, context);
|
|
3483
|
+
});
|
|
3484
|
+
return retVal;
|
|
3485
|
+
}, "de_WorkspacesPools");
|
|
3486
|
+
var de_WorkspacesPoolSession = /* @__PURE__ */ __name((output, context) => {
|
|
3487
|
+
return (0, import_smithy_client.take)(output, {
|
|
3488
|
+
AuthenticationType: import_smithy_client.expectString,
|
|
3489
|
+
ConnectionState: import_smithy_client.expectString,
|
|
3490
|
+
ExpirationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3491
|
+
InstanceId: import_smithy_client.expectString,
|
|
3492
|
+
NetworkAccessConfiguration: import_smithy_client._json,
|
|
3493
|
+
PoolId: import_smithy_client.expectString,
|
|
3494
|
+
SessionId: import_smithy_client.expectString,
|
|
3495
|
+
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3496
|
+
UserId: import_smithy_client.expectString
|
|
3497
|
+
});
|
|
3498
|
+
}, "de_WorkspacesPoolSession");
|
|
3499
|
+
var de_WorkspacesPoolSessions = /* @__PURE__ */ __name((output, context) => {
|
|
3500
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3501
|
+
return de_WorkspacesPoolSession(entry, context);
|
|
3502
|
+
});
|
|
3503
|
+
return retVal;
|
|
3504
|
+
}, "de_WorkspacesPoolSessions");
|
|
3146
3505
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
3147
3506
|
httpStatusCode: output.statusCode,
|
|
3148
3507
|
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
@@ -3429,6 +3788,22 @@ var _CreateWorkspacesCommand = class _CreateWorkspacesCommand extends import_smi
|
|
|
3429
3788
|
__name(_CreateWorkspacesCommand, "CreateWorkspacesCommand");
|
|
3430
3789
|
var CreateWorkspacesCommand = _CreateWorkspacesCommand;
|
|
3431
3790
|
|
|
3791
|
+
// src/commands/CreateWorkspacesPoolCommand.ts
|
|
3792
|
+
|
|
3793
|
+
|
|
3794
|
+
|
|
3795
|
+
var _CreateWorkspacesPoolCommand = class _CreateWorkspacesPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3796
|
+
...commonParams
|
|
3797
|
+
}).m(function(Command, cs, config, o) {
|
|
3798
|
+
return [
|
|
3799
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3800
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3801
|
+
];
|
|
3802
|
+
}).s("WorkspacesService", "CreateWorkspacesPool", {}).n("WorkSpacesClient", "CreateWorkspacesPoolCommand").f(void 0, void 0).ser(se_CreateWorkspacesPoolCommand).de(de_CreateWorkspacesPoolCommand).build() {
|
|
3803
|
+
};
|
|
3804
|
+
__name(_CreateWorkspacesPoolCommand, "CreateWorkspacesPoolCommand");
|
|
3805
|
+
var CreateWorkspacesPoolCommand = _CreateWorkspacesPoolCommand;
|
|
3806
|
+
|
|
3432
3807
|
// src/commands/DeleteAccountLinkInvitationCommand.ts
|
|
3433
3808
|
|
|
3434
3809
|
|
|
@@ -3925,6 +4300,38 @@ var _DescribeWorkspaceSnapshotsCommand = class _DescribeWorkspaceSnapshotsComman
|
|
|
3925
4300
|
__name(_DescribeWorkspaceSnapshotsCommand, "DescribeWorkspaceSnapshotsCommand");
|
|
3926
4301
|
var DescribeWorkspaceSnapshotsCommand = _DescribeWorkspaceSnapshotsCommand;
|
|
3927
4302
|
|
|
4303
|
+
// src/commands/DescribeWorkspacesPoolsCommand.ts
|
|
4304
|
+
|
|
4305
|
+
|
|
4306
|
+
|
|
4307
|
+
var _DescribeWorkspacesPoolsCommand = class _DescribeWorkspacesPoolsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4308
|
+
...commonParams
|
|
4309
|
+
}).m(function(Command, cs, config, o) {
|
|
4310
|
+
return [
|
|
4311
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4312
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4313
|
+
];
|
|
4314
|
+
}).s("WorkspacesService", "DescribeWorkspacesPools", {}).n("WorkSpacesClient", "DescribeWorkspacesPoolsCommand").f(void 0, void 0).ser(se_DescribeWorkspacesPoolsCommand).de(de_DescribeWorkspacesPoolsCommand).build() {
|
|
4315
|
+
};
|
|
4316
|
+
__name(_DescribeWorkspacesPoolsCommand, "DescribeWorkspacesPoolsCommand");
|
|
4317
|
+
var DescribeWorkspacesPoolsCommand = _DescribeWorkspacesPoolsCommand;
|
|
4318
|
+
|
|
4319
|
+
// src/commands/DescribeWorkspacesPoolSessionsCommand.ts
|
|
4320
|
+
|
|
4321
|
+
|
|
4322
|
+
|
|
4323
|
+
var _DescribeWorkspacesPoolSessionsCommand = class _DescribeWorkspacesPoolSessionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4324
|
+
...commonParams
|
|
4325
|
+
}).m(function(Command, cs, config, o) {
|
|
4326
|
+
return [
|
|
4327
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4328
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4329
|
+
];
|
|
4330
|
+
}).s("WorkspacesService", "DescribeWorkspacesPoolSessions", {}).n("WorkSpacesClient", "DescribeWorkspacesPoolSessionsCommand").f(void 0, void 0).ser(se_DescribeWorkspacesPoolSessionsCommand).de(de_DescribeWorkspacesPoolSessionsCommand).build() {
|
|
4331
|
+
};
|
|
4332
|
+
__name(_DescribeWorkspacesPoolSessionsCommand, "DescribeWorkspacesPoolSessionsCommand");
|
|
4333
|
+
var DescribeWorkspacesPoolSessionsCommand = _DescribeWorkspacesPoolSessionsCommand;
|
|
4334
|
+
|
|
3928
4335
|
// src/commands/DisassociateConnectionAliasCommand.ts
|
|
3929
4336
|
|
|
3930
4337
|
|
|
@@ -4149,6 +4556,22 @@ var _ModifySelfservicePermissionsCommand = class _ModifySelfservicePermissionsCo
|
|
|
4149
4556
|
__name(_ModifySelfservicePermissionsCommand, "ModifySelfservicePermissionsCommand");
|
|
4150
4557
|
var ModifySelfservicePermissionsCommand = _ModifySelfservicePermissionsCommand;
|
|
4151
4558
|
|
|
4559
|
+
// src/commands/ModifyStreamingPropertiesCommand.ts
|
|
4560
|
+
|
|
4561
|
+
|
|
4562
|
+
|
|
4563
|
+
var _ModifyStreamingPropertiesCommand = class _ModifyStreamingPropertiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4564
|
+
...commonParams
|
|
4565
|
+
}).m(function(Command, cs, config, o) {
|
|
4566
|
+
return [
|
|
4567
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4568
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4569
|
+
];
|
|
4570
|
+
}).s("WorkspacesService", "ModifyStreamingProperties", {}).n("WorkSpacesClient", "ModifyStreamingPropertiesCommand").f(void 0, void 0).ser(se_ModifyStreamingPropertiesCommand).de(de_ModifyStreamingPropertiesCommand).build() {
|
|
4571
|
+
};
|
|
4572
|
+
__name(_ModifyStreamingPropertiesCommand, "ModifyStreamingPropertiesCommand");
|
|
4573
|
+
var ModifyStreamingPropertiesCommand = _ModifyStreamingPropertiesCommand;
|
|
4574
|
+
|
|
4152
4575
|
// src/commands/ModifyWorkspaceAccessPropertiesCommand.ts
|
|
4153
4576
|
|
|
4154
4577
|
|
|
@@ -4325,6 +4748,22 @@ var _StartWorkspacesCommand = class _StartWorkspacesCommand extends import_smith
|
|
|
4325
4748
|
__name(_StartWorkspacesCommand, "StartWorkspacesCommand");
|
|
4326
4749
|
var StartWorkspacesCommand = _StartWorkspacesCommand;
|
|
4327
4750
|
|
|
4751
|
+
// src/commands/StartWorkspacesPoolCommand.ts
|
|
4752
|
+
|
|
4753
|
+
|
|
4754
|
+
|
|
4755
|
+
var _StartWorkspacesPoolCommand = class _StartWorkspacesPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4756
|
+
...commonParams
|
|
4757
|
+
}).m(function(Command, cs, config, o) {
|
|
4758
|
+
return [
|
|
4759
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4760
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4761
|
+
];
|
|
4762
|
+
}).s("WorkspacesService", "StartWorkspacesPool", {}).n("WorkSpacesClient", "StartWorkspacesPoolCommand").f(void 0, void 0).ser(se_StartWorkspacesPoolCommand).de(de_StartWorkspacesPoolCommand).build() {
|
|
4763
|
+
};
|
|
4764
|
+
__name(_StartWorkspacesPoolCommand, "StartWorkspacesPoolCommand");
|
|
4765
|
+
var StartWorkspacesPoolCommand = _StartWorkspacesPoolCommand;
|
|
4766
|
+
|
|
4328
4767
|
// src/commands/StopWorkspacesCommand.ts
|
|
4329
4768
|
|
|
4330
4769
|
|
|
@@ -4341,6 +4780,22 @@ var _StopWorkspacesCommand = class _StopWorkspacesCommand extends import_smithy_
|
|
|
4341
4780
|
__name(_StopWorkspacesCommand, "StopWorkspacesCommand");
|
|
4342
4781
|
var StopWorkspacesCommand = _StopWorkspacesCommand;
|
|
4343
4782
|
|
|
4783
|
+
// src/commands/StopWorkspacesPoolCommand.ts
|
|
4784
|
+
|
|
4785
|
+
|
|
4786
|
+
|
|
4787
|
+
var _StopWorkspacesPoolCommand = class _StopWorkspacesPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4788
|
+
...commonParams
|
|
4789
|
+
}).m(function(Command, cs, config, o) {
|
|
4790
|
+
return [
|
|
4791
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4792
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4793
|
+
];
|
|
4794
|
+
}).s("WorkspacesService", "StopWorkspacesPool", {}).n("WorkSpacesClient", "StopWorkspacesPoolCommand").f(void 0, void 0).ser(se_StopWorkspacesPoolCommand).de(de_StopWorkspacesPoolCommand).build() {
|
|
4795
|
+
};
|
|
4796
|
+
__name(_StopWorkspacesPoolCommand, "StopWorkspacesPoolCommand");
|
|
4797
|
+
var StopWorkspacesPoolCommand = _StopWorkspacesPoolCommand;
|
|
4798
|
+
|
|
4344
4799
|
// src/commands/TerminateWorkspacesCommand.ts
|
|
4345
4800
|
|
|
4346
4801
|
|
|
@@ -4357,6 +4812,38 @@ var _TerminateWorkspacesCommand = class _TerminateWorkspacesCommand extends impo
|
|
|
4357
4812
|
__name(_TerminateWorkspacesCommand, "TerminateWorkspacesCommand");
|
|
4358
4813
|
var TerminateWorkspacesCommand = _TerminateWorkspacesCommand;
|
|
4359
4814
|
|
|
4815
|
+
// src/commands/TerminateWorkspacesPoolCommand.ts
|
|
4816
|
+
|
|
4817
|
+
|
|
4818
|
+
|
|
4819
|
+
var _TerminateWorkspacesPoolCommand = class _TerminateWorkspacesPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4820
|
+
...commonParams
|
|
4821
|
+
}).m(function(Command, cs, config, o) {
|
|
4822
|
+
return [
|
|
4823
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4824
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4825
|
+
];
|
|
4826
|
+
}).s("WorkspacesService", "TerminateWorkspacesPool", {}).n("WorkSpacesClient", "TerminateWorkspacesPoolCommand").f(void 0, void 0).ser(se_TerminateWorkspacesPoolCommand).de(de_TerminateWorkspacesPoolCommand).build() {
|
|
4827
|
+
};
|
|
4828
|
+
__name(_TerminateWorkspacesPoolCommand, "TerminateWorkspacesPoolCommand");
|
|
4829
|
+
var TerminateWorkspacesPoolCommand = _TerminateWorkspacesPoolCommand;
|
|
4830
|
+
|
|
4831
|
+
// src/commands/TerminateWorkspacesPoolSessionCommand.ts
|
|
4832
|
+
|
|
4833
|
+
|
|
4834
|
+
|
|
4835
|
+
var _TerminateWorkspacesPoolSessionCommand = class _TerminateWorkspacesPoolSessionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4836
|
+
...commonParams
|
|
4837
|
+
}).m(function(Command, cs, config, o) {
|
|
4838
|
+
return [
|
|
4839
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4840
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4841
|
+
];
|
|
4842
|
+
}).s("WorkspacesService", "TerminateWorkspacesPoolSession", {}).n("WorkSpacesClient", "TerminateWorkspacesPoolSessionCommand").f(void 0, void 0).ser(se_TerminateWorkspacesPoolSessionCommand).de(de_TerminateWorkspacesPoolSessionCommand).build() {
|
|
4843
|
+
};
|
|
4844
|
+
__name(_TerminateWorkspacesPoolSessionCommand, "TerminateWorkspacesPoolSessionCommand");
|
|
4845
|
+
var TerminateWorkspacesPoolSessionCommand = _TerminateWorkspacesPoolSessionCommand;
|
|
4846
|
+
|
|
4360
4847
|
// src/commands/UpdateConnectClientAddInCommand.ts
|
|
4361
4848
|
|
|
4362
4849
|
|
|
@@ -4437,6 +4924,22 @@ var _UpdateWorkspaceImagePermissionCommand = class _UpdateWorkspaceImagePermissi
|
|
|
4437
4924
|
__name(_UpdateWorkspaceImagePermissionCommand, "UpdateWorkspaceImagePermissionCommand");
|
|
4438
4925
|
var UpdateWorkspaceImagePermissionCommand = _UpdateWorkspaceImagePermissionCommand;
|
|
4439
4926
|
|
|
4927
|
+
// src/commands/UpdateWorkspacesPoolCommand.ts
|
|
4928
|
+
|
|
4929
|
+
|
|
4930
|
+
|
|
4931
|
+
var _UpdateWorkspacesPoolCommand = class _UpdateWorkspacesPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4932
|
+
...commonParams
|
|
4933
|
+
}).m(function(Command, cs, config, o) {
|
|
4934
|
+
return [
|
|
4935
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4936
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4937
|
+
];
|
|
4938
|
+
}).s("WorkspacesService", "UpdateWorkspacesPool", {}).n("WorkSpacesClient", "UpdateWorkspacesPoolCommand").f(void 0, void 0).ser(se_UpdateWorkspacesPoolCommand).de(de_UpdateWorkspacesPoolCommand).build() {
|
|
4939
|
+
};
|
|
4940
|
+
__name(_UpdateWorkspacesPoolCommand, "UpdateWorkspacesPoolCommand");
|
|
4941
|
+
var UpdateWorkspacesPoolCommand = _UpdateWorkspacesPoolCommand;
|
|
4942
|
+
|
|
4440
4943
|
// src/WorkSpaces.ts
|
|
4441
4944
|
var commands = {
|
|
4442
4945
|
AcceptAccountLinkInvitationCommand,
|
|
@@ -4455,6 +4958,7 @@ var commands = {
|
|
|
4455
4958
|
CreateWorkspaceBundleCommand,
|
|
4456
4959
|
CreateWorkspaceImageCommand,
|
|
4457
4960
|
CreateWorkspacesCommand,
|
|
4961
|
+
CreateWorkspacesPoolCommand,
|
|
4458
4962
|
DeleteAccountLinkInvitationCommand,
|
|
4459
4963
|
DeleteClientBrandingCommand,
|
|
4460
4964
|
DeleteConnectClientAddInCommand,
|
|
@@ -4486,6 +4990,8 @@ var commands = {
|
|
|
4486
4990
|
DescribeWorkspacesCommand,
|
|
4487
4991
|
DescribeWorkspacesConnectionStatusCommand,
|
|
4488
4992
|
DescribeWorkspaceSnapshotsCommand,
|
|
4993
|
+
DescribeWorkspacesPoolsCommand,
|
|
4994
|
+
DescribeWorkspacesPoolSessionsCommand,
|
|
4489
4995
|
DisassociateConnectionAliasCommand,
|
|
4490
4996
|
DisassociateIpGroupsCommand,
|
|
4491
4997
|
DisassociateWorkspaceApplicationCommand,
|
|
@@ -4500,6 +5006,7 @@ var commands = {
|
|
|
4500
5006
|
ModifyClientPropertiesCommand,
|
|
4501
5007
|
ModifySamlPropertiesCommand,
|
|
4502
5008
|
ModifySelfservicePermissionsCommand,
|
|
5009
|
+
ModifyStreamingPropertiesCommand,
|
|
4503
5010
|
ModifyWorkspaceAccessPropertiesCommand,
|
|
4504
5011
|
ModifyWorkspaceCreationPropertiesCommand,
|
|
4505
5012
|
ModifyWorkspacePropertiesCommand,
|
|
@@ -4511,13 +5018,18 @@ var commands = {
|
|
|
4511
5018
|
RestoreWorkspaceCommand,
|
|
4512
5019
|
RevokeIpRulesCommand,
|
|
4513
5020
|
StartWorkspacesCommand,
|
|
5021
|
+
StartWorkspacesPoolCommand,
|
|
4514
5022
|
StopWorkspacesCommand,
|
|
5023
|
+
StopWorkspacesPoolCommand,
|
|
4515
5024
|
TerminateWorkspacesCommand,
|
|
5025
|
+
TerminateWorkspacesPoolCommand,
|
|
5026
|
+
TerminateWorkspacesPoolSessionCommand,
|
|
4516
5027
|
UpdateConnectClientAddInCommand,
|
|
4517
5028
|
UpdateConnectionAliasPermissionCommand,
|
|
4518
5029
|
UpdateRulesOfIpGroupCommand,
|
|
4519
5030
|
UpdateWorkspaceBundleCommand,
|
|
4520
|
-
UpdateWorkspaceImagePermissionCommand
|
|
5031
|
+
UpdateWorkspaceImagePermissionCommand,
|
|
5032
|
+
UpdateWorkspacesPoolCommand
|
|
4521
5033
|
};
|
|
4522
5034
|
var _WorkSpaces = class _WorkSpaces extends WorkSpacesClient {
|
|
4523
5035
|
};
|
|
@@ -4572,6 +5084,7 @@ var paginateListAccountLinks = (0, import_core.createPaginator)(WorkSpacesClient
|
|
|
4572
5084
|
CreateWorkspaceBundleCommand,
|
|
4573
5085
|
CreateWorkspaceImageCommand,
|
|
4574
5086
|
CreateWorkspacesCommand,
|
|
5087
|
+
CreateWorkspacesPoolCommand,
|
|
4575
5088
|
DeleteAccountLinkInvitationCommand,
|
|
4576
5089
|
DeleteClientBrandingCommand,
|
|
4577
5090
|
DeleteConnectClientAddInCommand,
|
|
@@ -4603,6 +5116,8 @@ var paginateListAccountLinks = (0, import_core.createPaginator)(WorkSpacesClient
|
|
|
4603
5116
|
DescribeWorkspaceSnapshotsCommand,
|
|
4604
5117
|
DescribeWorkspacesCommand,
|
|
4605
5118
|
DescribeWorkspacesConnectionStatusCommand,
|
|
5119
|
+
DescribeWorkspacesPoolSessionsCommand,
|
|
5120
|
+
DescribeWorkspacesPoolsCommand,
|
|
4606
5121
|
DisassociateConnectionAliasCommand,
|
|
4607
5122
|
DisassociateIpGroupsCommand,
|
|
4608
5123
|
DisassociateWorkspaceApplicationCommand,
|
|
@@ -4617,6 +5132,7 @@ var paginateListAccountLinks = (0, import_core.createPaginator)(WorkSpacesClient
|
|
|
4617
5132
|
ModifyClientPropertiesCommand,
|
|
4618
5133
|
ModifySamlPropertiesCommand,
|
|
4619
5134
|
ModifySelfservicePermissionsCommand,
|
|
5135
|
+
ModifyStreamingPropertiesCommand,
|
|
4620
5136
|
ModifyWorkspaceAccessPropertiesCommand,
|
|
4621
5137
|
ModifyWorkspaceCreationPropertiesCommand,
|
|
4622
5138
|
ModifyWorkspacePropertiesCommand,
|
|
@@ -4628,13 +5144,18 @@ var paginateListAccountLinks = (0, import_core.createPaginator)(WorkSpacesClient
|
|
|
4628
5144
|
RestoreWorkspaceCommand,
|
|
4629
5145
|
RevokeIpRulesCommand,
|
|
4630
5146
|
StartWorkspacesCommand,
|
|
5147
|
+
StartWorkspacesPoolCommand,
|
|
4631
5148
|
StopWorkspacesCommand,
|
|
5149
|
+
StopWorkspacesPoolCommand,
|
|
4632
5150
|
TerminateWorkspacesCommand,
|
|
5151
|
+
TerminateWorkspacesPoolCommand,
|
|
5152
|
+
TerminateWorkspacesPoolSessionCommand,
|
|
4633
5153
|
UpdateConnectClientAddInCommand,
|
|
4634
5154
|
UpdateConnectionAliasPermissionCommand,
|
|
4635
5155
|
UpdateRulesOfIpGroupCommand,
|
|
4636
5156
|
UpdateWorkspaceBundleCommand,
|
|
4637
5157
|
UpdateWorkspaceImagePermissionCommand,
|
|
5158
|
+
UpdateWorkspacesPoolCommand,
|
|
4638
5159
|
paginateDescribeApplicationAssociations,
|
|
4639
5160
|
paginateDescribeApplications,
|
|
4640
5161
|
paginateDescribeWorkspaceBundles,
|
|
@@ -4655,6 +5176,7 @@ var paginateListAccountLinks = (0, import_core.createPaginator)(WorkSpacesClient
|
|
|
4655
5176
|
ApplicationNotSupportedException,
|
|
4656
5177
|
AssociationState,
|
|
4657
5178
|
AssociationErrorCode,
|
|
5179
|
+
ApplicationSettingsStatusEnum,
|
|
4658
5180
|
InvalidParameterValuesException,
|
|
4659
5181
|
InvalidResourceStateException,
|
|
4660
5182
|
OperationNotSupportedException,
|
|
@@ -4667,6 +5189,7 @@ var paginateListAccountLinks = (0, import_core.createPaginator)(WorkSpacesClient
|
|
|
4667
5189
|
ResourceAlreadyExistsException,
|
|
4668
5190
|
ResourceInUseException,
|
|
4669
5191
|
AssociationStatus,
|
|
5192
|
+
AuthenticationType,
|
|
4670
5193
|
BundleAssociatedResourceType,
|
|
4671
5194
|
BundleType,
|
|
4672
5195
|
Compute,
|
|
@@ -4690,6 +5213,8 @@ var paginateListAccountLinks = (0, import_core.createPaginator)(WorkSpacesClient
|
|
|
4690
5213
|
ModificationResourceEnum,
|
|
4691
5214
|
ModificationStateEnum,
|
|
4692
5215
|
StandbyWorkspaceRelationshipType,
|
|
5216
|
+
WorkspacesPoolErrorCode,
|
|
5217
|
+
WorkspacesPoolState,
|
|
4693
5218
|
DedicatedTenancyAccountType,
|
|
4694
5219
|
DedicatedTenancySupportEnum,
|
|
4695
5220
|
DeletableCertificateBasedAuthProperty,
|
|
@@ -4700,9 +5225,19 @@ var paginateListAccountLinks = (0, import_core.createPaginator)(WorkSpacesClient
|
|
|
4700
5225
|
WorkspaceDirectoryType,
|
|
4701
5226
|
SamlStatusEnum,
|
|
4702
5227
|
WorkspaceDirectoryState,
|
|
5228
|
+
StorageConnectorTypeEnum,
|
|
5229
|
+
StorageConnectorStatusEnum,
|
|
5230
|
+
StreamingExperiencePreferredProtocolEnum,
|
|
5231
|
+
UserSettingActionEnum,
|
|
5232
|
+
UserSettingPermissionEnum,
|
|
4703
5233
|
Tenancy,
|
|
5234
|
+
UserIdentityType,
|
|
5235
|
+
WorkspaceType,
|
|
4704
5236
|
ImageType,
|
|
4705
5237
|
WorkspaceImageErrorDetailCode,
|
|
5238
|
+
DescribeWorkspacesPoolsFilterName,
|
|
5239
|
+
DescribeWorkspacesPoolsFilterOperator,
|
|
5240
|
+
SessionConnectionState,
|
|
4706
5241
|
WorkspaceImageIngestionProcess,
|
|
4707
5242
|
OperationInProgressException,
|
|
4708
5243
|
UnsupportedWorkspaceConfigurationException,
|