@aws-sdk/client-workspaces-web 3.50.0 → 3.53.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 (79) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/WorkSpacesWebServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +123 -3
  5. package/dist-cjs/protocols/Aws_restJson1.js +477 -1885
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/WorkSpacesWebServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +113 -1
  9. package/dist-es/protocols/Aws_restJson1.js +1041 -2070
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/WorkSpacesWebServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +58 -33
  13. package/dist-types/ts3.4/WorkSpacesWeb.d.ts +225 -0
  14. package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +117 -0
  15. package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/index.d.ts +44 -0
  60. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  61. package/dist-types/ts3.4/index.d.ts +6 -0
  62. package/dist-types/ts3.4/models/WorkSpacesWebServiceException.d.ts +6 -0
  63. package/dist-types/ts3.4/models/index.d.ts +1 -0
  64. package/dist-types/ts3.4/models/models_0.d.ts +1215 -0
  65. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  66. package/dist-types/ts3.4/pagination/ListBrowserSettingsPaginator.d.ts +4 -0
  67. package/dist-types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +4 -0
  68. package/dist-types/ts3.4/pagination/ListNetworkSettingsPaginator.d.ts +4 -0
  69. package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +4 -0
  70. package/dist-types/ts3.4/pagination/ListTrustStoreCertificatesPaginator.d.ts +4 -0
  71. package/dist-types/ts3.4/pagination/ListTrustStoresPaginator.d.ts +4 -0
  72. package/dist-types/ts3.4/pagination/ListUserSettingsPaginator.d.ts +4 -0
  73. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  74. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +134 -0
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  78. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  79. package/package.json +33 -33
package/dist-es/index.js CHANGED
@@ -3,3 +3,4 @@ export * from "./WorkSpacesWebClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { WorkSpacesWebServiceException } from "./models/WorkSpacesWebServiceException";
@@ -0,0 +1,12 @@
1
+ import { __extends } from "tslib";
2
+ import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
+ var WorkSpacesWebServiceException = (function (_super) {
4
+ __extends(WorkSpacesWebServiceException, _super);
5
+ function WorkSpacesWebServiceException(options) {
6
+ var _this = _super.call(this, options) || this;
7
+ Object.setPrototypeOf(_this, WorkSpacesWebServiceException.prototype);
8
+ return _this;
9
+ }
10
+ return WorkSpacesWebServiceException;
11
+ }(__ServiceException));
12
+ export { WorkSpacesWebServiceException };
@@ -1,4 +1,17 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
+ import { WorkSpacesWebServiceException as __BaseException } from "./WorkSpacesWebServiceException";
3
+ var AccessDeniedException = (function (_super) {
4
+ __extends(AccessDeniedException, _super);
5
+ function AccessDeniedException(opts) {
6
+ var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
7
+ _this.name = "AccessDeniedException";
8
+ _this.$fault = "client";
9
+ Object.setPrototypeOf(_this, AccessDeniedException.prototype);
10
+ return _this;
11
+ }
12
+ return AccessDeniedException;
13
+ }(__BaseException));
14
+ export { AccessDeniedException };
2
15
  export var AssociateBrowserSettingsRequest;
3
16
  (function (AssociateBrowserSettingsRequest) {
4
17
  AssociateBrowserSettingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -7,6 +20,62 @@ export var AssociateBrowserSettingsResponse;
7
20
  (function (AssociateBrowserSettingsResponse) {
8
21
  AssociateBrowserSettingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
9
22
  })(AssociateBrowserSettingsResponse || (AssociateBrowserSettingsResponse = {}));
23
+ var ConflictException = (function (_super) {
24
+ __extends(ConflictException, _super);
25
+ function ConflictException(opts) {
26
+ var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
27
+ _this.name = "ConflictException";
28
+ _this.$fault = "client";
29
+ Object.setPrototypeOf(_this, ConflictException.prototype);
30
+ _this.resourceId = opts.resourceId;
31
+ _this.resourceType = opts.resourceType;
32
+ return _this;
33
+ }
34
+ return ConflictException;
35
+ }(__BaseException));
36
+ export { ConflictException };
37
+ var InternalServerException = (function (_super) {
38
+ __extends(InternalServerException, _super);
39
+ function InternalServerException(opts) {
40
+ var _this = _super.call(this, __assign({ name: "InternalServerException", $fault: "server" }, opts)) || this;
41
+ _this.name = "InternalServerException";
42
+ _this.$fault = "server";
43
+ Object.setPrototypeOf(_this, InternalServerException.prototype);
44
+ _this.retryAfterSeconds = opts.retryAfterSeconds;
45
+ return _this;
46
+ }
47
+ return InternalServerException;
48
+ }(__BaseException));
49
+ export { InternalServerException };
50
+ var ResourceNotFoundException = (function (_super) {
51
+ __extends(ResourceNotFoundException, _super);
52
+ function ResourceNotFoundException(opts) {
53
+ var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
54
+ _this.name = "ResourceNotFoundException";
55
+ _this.$fault = "client";
56
+ Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
57
+ _this.resourceId = opts.resourceId;
58
+ _this.resourceType = opts.resourceType;
59
+ return _this;
60
+ }
61
+ return ResourceNotFoundException;
62
+ }(__BaseException));
63
+ export { ResourceNotFoundException };
64
+ var ThrottlingException = (function (_super) {
65
+ __extends(ThrottlingException, _super);
66
+ function ThrottlingException(opts) {
67
+ var _this = _super.call(this, __assign({ name: "ThrottlingException", $fault: "client" }, opts)) || this;
68
+ _this.name = "ThrottlingException";
69
+ _this.$fault = "client";
70
+ Object.setPrototypeOf(_this, ThrottlingException.prototype);
71
+ _this.serviceCode = opts.serviceCode;
72
+ _this.quotaCode = opts.quotaCode;
73
+ _this.retryAfterSeconds = opts.retryAfterSeconds;
74
+ return _this;
75
+ }
76
+ return ThrottlingException;
77
+ }(__BaseException));
78
+ export { ThrottlingException };
10
79
  export var ValidationExceptionField;
11
80
  (function (ValidationExceptionField) {
12
81
  ValidationExceptionField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -18,6 +87,20 @@ export var ValidationExceptionReason;
18
87
  ValidationExceptionReason["OTHER"] = "other";
19
88
  ValidationExceptionReason["UNKNOWN_OPERATION"] = "unknownOperation";
20
89
  })(ValidationExceptionReason || (ValidationExceptionReason = {}));
90
+ var ValidationException = (function (_super) {
91
+ __extends(ValidationException, _super);
92
+ function ValidationException(opts) {
93
+ var _this = _super.call(this, __assign({ name: "ValidationException", $fault: "client" }, opts)) || this;
94
+ _this.name = "ValidationException";
95
+ _this.$fault = "client";
96
+ Object.setPrototypeOf(_this, ValidationException.prototype);
97
+ _this.reason = opts.reason;
98
+ _this.fieldList = opts.fieldList;
99
+ return _this;
100
+ }
101
+ return ValidationException;
102
+ }(__BaseException));
103
+ export { ValidationException };
21
104
  export var AssociateNetworkSettingsRequest;
22
105
  (function (AssociateNetworkSettingsRequest) {
23
106
  AssociateNetworkSettingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -54,6 +137,22 @@ export var CreateBrowserSettingsResponse;
54
137
  (function (CreateBrowserSettingsResponse) {
55
138
  CreateBrowserSettingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
56
139
  })(CreateBrowserSettingsResponse || (CreateBrowserSettingsResponse = {}));
140
+ var ServiceQuotaExceededException = (function (_super) {
141
+ __extends(ServiceQuotaExceededException, _super);
142
+ function ServiceQuotaExceededException(opts) {
143
+ var _this = _super.call(this, __assign({ name: "ServiceQuotaExceededException", $fault: "client" }, opts)) || this;
144
+ _this.name = "ServiceQuotaExceededException";
145
+ _this.$fault = "client";
146
+ Object.setPrototypeOf(_this, ServiceQuotaExceededException.prototype);
147
+ _this.resourceId = opts.resourceId;
148
+ _this.resourceType = opts.resourceType;
149
+ _this.serviceCode = opts.serviceCode;
150
+ _this.quotaCode = opts.quotaCode;
151
+ return _this;
152
+ }
153
+ return ServiceQuotaExceededException;
154
+ }(__BaseException));
155
+ export { ServiceQuotaExceededException };
57
156
  export var IdentityProviderType;
58
157
  (function (IdentityProviderType) {
59
158
  IdentityProviderType["Facebook"] = "Facebook";
@@ -394,6 +493,19 @@ export var TagResourceResponse;
394
493
  (function (TagResourceResponse) {
395
494
  TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
396
495
  })(TagResourceResponse || (TagResourceResponse = {}));
496
+ var TooManyTagsException = (function (_super) {
497
+ __extends(TooManyTagsException, _super);
498
+ function TooManyTagsException(opts) {
499
+ var _this = _super.call(this, __assign({ name: "TooManyTagsException", $fault: "client" }, opts)) || this;
500
+ _this.name = "TooManyTagsException";
501
+ _this.$fault = "client";
502
+ Object.setPrototypeOf(_this, TooManyTagsException.prototype);
503
+ _this.resourceName = opts.resourceName;
504
+ return _this;
505
+ }
506
+ return TooManyTagsException;
507
+ }(__BaseException));
508
+ export { TooManyTagsException };
397
509
  export var UntagResourceRequest;
398
510
  (function (UntagResourceRequest) {
399
511
  UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };