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