@aws-sdk/client-workspaces 3.934.0 → 3.935.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.
Files changed (71) hide show
  1. package/dist-cjs/index.js +532 -532
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +461 -0
  4. package/dist-es/models/errors.js +285 -0
  5. package/dist-es/models/models_0.js +1 -706
  6. package/dist-es/schemas/schemas_0.js +1 -1
  7. package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +1 -2
  8. package/dist-types/commands/ModifyStreamingPropertiesCommand.d.ts +1 -1
  9. package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +1 -1
  10. package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -1
  11. package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +1 -1
  12. package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +1 -1
  13. package/dist-types/commands/RebootWorkspacesCommand.d.ts +1 -1
  14. package/dist-types/commands/RebuildWorkspacesCommand.d.ts +1 -1
  15. package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +1 -1
  16. package/dist-types/commands/RejectAccountLinkInvitationCommand.d.ts +1 -1
  17. package/dist-types/commands/RestoreWorkspaceCommand.d.ts +1 -1
  18. package/dist-types/commands/RevokeIpRulesCommand.d.ts +1 -1
  19. package/dist-types/commands/StartWorkspacesCommand.d.ts +1 -1
  20. package/dist-types/commands/StartWorkspacesPoolCommand.d.ts +1 -1
  21. package/dist-types/commands/StopWorkspacesCommand.d.ts +1 -1
  22. package/dist-types/commands/StopWorkspacesPoolCommand.d.ts +1 -1
  23. package/dist-types/commands/TerminateWorkspacesCommand.d.ts +1 -1
  24. package/dist-types/commands/TerminateWorkspacesPoolCommand.d.ts +1 -1
  25. package/dist-types/commands/TerminateWorkspacesPoolSessionCommand.d.ts +1 -1
  26. package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
  27. package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
  28. package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
  29. package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
  31. package/dist-types/commands/UpdateWorkspacesPoolCommand.d.ts +1 -1
  32. package/dist-types/index.d.ts +3 -1
  33. package/dist-types/models/enums.d.ts +1053 -0
  34. package/dist-types/models/errors.d.ts +305 -0
  35. package/dist-types/models/models_0.d.ts +711 -1305
  36. package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +4 -2
  37. package/dist-types/ts3.4/commands/ModifyStreamingPropertiesCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/RejectAccountLinkInvitationCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/StartWorkspacesPoolCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/StopWorkspacesPoolCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/TerminateWorkspacesPoolCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/TerminateWorkspacesPoolSessionCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/UpdateWorkspacesPoolCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/index.d.ts +3 -1
  62. package/dist-types/ts3.4/models/enums.d.ts +597 -0
  63. package/dist-types/ts3.4/models/errors.d.ts +192 -0
  64. package/dist-types/ts3.4/models/models_0.d.ts +247 -753
  65. package/package.json +12 -12
  66. package/dist-es/models/index.js +0 -2
  67. package/dist-es/models/models_1.js +0 -41
  68. package/dist-types/models/index.d.ts +0 -2
  69. package/dist-types/models/models_1.d.ts +0 -766
  70. package/dist-types/ts3.4/models/index.d.ts +0 -2
  71. package/dist-types/ts3.4/models/models_1.d.ts +0 -231
@@ -0,0 +1,192 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { WorkSpacesServiceException as __BaseException } from "./WorkSpacesServiceException";
3
+ export declare class AccessDeniedException extends __BaseException {
4
+ readonly name: "AccessDeniedException";
5
+ readonly $fault: "client";
6
+ constructor(
7
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
+ );
9
+ }
10
+ export declare class ConflictException extends __BaseException {
11
+ readonly name: "ConflictException";
12
+ readonly $fault: "client";
13
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
14
+ }
15
+ export declare class InternalServerException extends __BaseException {
16
+ readonly name: "InternalServerException";
17
+ readonly $fault: "client";
18
+ constructor(
19
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
20
+ );
21
+ }
22
+ export declare class ResourceNotFoundException extends __BaseException {
23
+ readonly name: "ResourceNotFoundException";
24
+ readonly $fault: "client";
25
+ ResourceId?: string | undefined;
26
+ constructor(
27
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
28
+ );
29
+ }
30
+ export declare class ValidationException extends __BaseException {
31
+ readonly name: "ValidationException";
32
+ readonly $fault: "client";
33
+ constructor(
34
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
35
+ );
36
+ }
37
+ export declare class ApplicationNotSupportedException extends __BaseException {
38
+ readonly name: "ApplicationNotSupportedException";
39
+ readonly $fault: "client";
40
+ constructor(
41
+ opts: __ExceptionOptionType<
42
+ ApplicationNotSupportedException,
43
+ __BaseException
44
+ >
45
+ );
46
+ }
47
+ export declare class InvalidParameterValuesException extends __BaseException {
48
+ readonly name: "InvalidParameterValuesException";
49
+ readonly $fault: "client";
50
+ constructor(
51
+ opts: __ExceptionOptionType<
52
+ InvalidParameterValuesException,
53
+ __BaseException
54
+ >
55
+ );
56
+ }
57
+ export declare class InvalidResourceStateException extends __BaseException {
58
+ readonly name: "InvalidResourceStateException";
59
+ readonly $fault: "client";
60
+ constructor(
61
+ opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>
62
+ );
63
+ }
64
+ export declare class OperationNotSupportedException extends __BaseException {
65
+ readonly name: "OperationNotSupportedException";
66
+ readonly $fault: "client";
67
+ reason?: string | undefined;
68
+ constructor(
69
+ opts: __ExceptionOptionType<OperationNotSupportedException, __BaseException>
70
+ );
71
+ }
72
+ export declare class ResourceAssociatedException extends __BaseException {
73
+ readonly name: "ResourceAssociatedException";
74
+ readonly $fault: "client";
75
+ constructor(
76
+ opts: __ExceptionOptionType<ResourceAssociatedException, __BaseException>
77
+ );
78
+ }
79
+ export declare class ResourceLimitExceededException extends __BaseException {
80
+ readonly name: "ResourceLimitExceededException";
81
+ readonly $fault: "client";
82
+ constructor(
83
+ opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
84
+ );
85
+ }
86
+ export declare class ComputeNotCompatibleException extends __BaseException {
87
+ readonly name: "ComputeNotCompatibleException";
88
+ readonly $fault: "client";
89
+ constructor(
90
+ opts: __ExceptionOptionType<ComputeNotCompatibleException, __BaseException>
91
+ );
92
+ }
93
+ export declare class IncompatibleApplicationsException extends __BaseException {
94
+ readonly name: "IncompatibleApplicationsException";
95
+ readonly $fault: "client";
96
+ constructor(
97
+ opts: __ExceptionOptionType<
98
+ IncompatibleApplicationsException,
99
+ __BaseException
100
+ >
101
+ );
102
+ }
103
+ export declare class OperatingSystemNotCompatibleException extends __BaseException {
104
+ readonly name: "OperatingSystemNotCompatibleException";
105
+ readonly $fault: "client";
106
+ constructor(
107
+ opts: __ExceptionOptionType<
108
+ OperatingSystemNotCompatibleException,
109
+ __BaseException
110
+ >
111
+ );
112
+ }
113
+ export declare class ResourceAlreadyExistsException extends __BaseException {
114
+ readonly name: "ResourceAlreadyExistsException";
115
+ readonly $fault: "client";
116
+ constructor(
117
+ opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
118
+ );
119
+ }
120
+ export declare class ResourceInUseException extends __BaseException {
121
+ readonly name: "ResourceInUseException";
122
+ readonly $fault: "client";
123
+ ResourceId?: string | undefined;
124
+ constructor(
125
+ opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
126
+ );
127
+ }
128
+ export declare class ResourceUnavailableException extends __BaseException {
129
+ readonly name: "ResourceUnavailableException";
130
+ readonly $fault: "client";
131
+ ResourceId?: string | undefined;
132
+ constructor(
133
+ opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>
134
+ );
135
+ }
136
+ export declare class ResourceCreationFailedException extends __BaseException {
137
+ readonly name: "ResourceCreationFailedException";
138
+ readonly $fault: "client";
139
+ constructor(
140
+ opts: __ExceptionOptionType<
141
+ ResourceCreationFailedException,
142
+ __BaseException
143
+ >
144
+ );
145
+ }
146
+ export declare class InvalidParameterCombinationException extends __BaseException {
147
+ readonly name: "InvalidParameterCombinationException";
148
+ readonly $fault: "client";
149
+ constructor(
150
+ opts: __ExceptionOptionType<
151
+ InvalidParameterCombinationException,
152
+ __BaseException
153
+ >
154
+ );
155
+ }
156
+ export declare class OperationInProgressException extends __BaseException {
157
+ readonly name: "OperationInProgressException";
158
+ readonly $fault: "client";
159
+ constructor(
160
+ opts: __ExceptionOptionType<OperationInProgressException, __BaseException>
161
+ );
162
+ }
163
+ export declare class UnsupportedWorkspaceConfigurationException extends __BaseException {
164
+ readonly name: "UnsupportedWorkspaceConfigurationException";
165
+ readonly $fault: "client";
166
+ constructor(
167
+ opts: __ExceptionOptionType<
168
+ UnsupportedWorkspaceConfigurationException,
169
+ __BaseException
170
+ >
171
+ );
172
+ }
173
+ export declare class UnsupportedNetworkConfigurationException extends __BaseException {
174
+ readonly name: "UnsupportedNetworkConfigurationException";
175
+ readonly $fault: "client";
176
+ constructor(
177
+ opts: __ExceptionOptionType<
178
+ UnsupportedNetworkConfigurationException,
179
+ __BaseException
180
+ >
181
+ );
182
+ }
183
+ export declare class WorkspacesDefaultRoleNotFoundException extends __BaseException {
184
+ readonly name: "WorkspacesDefaultRoleNotFoundException";
185
+ readonly $fault: "client";
186
+ constructor(
187
+ opts: __ExceptionOptionType<
188
+ WorkspacesDefaultRoleNotFoundException,
189
+ __BaseException
190
+ >
191
+ );
192
+ }