@aws-sdk/client-license-manager 3.934.0 → 3.936.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.
@@ -0,0 +1,243 @@
1
+ import { LicenseManagerServiceException as __BaseException } from "./LicenseManagerServiceException";
2
+ export class AccessDeniedException extends __BaseException {
3
+ name = "AccessDeniedException";
4
+ $fault = "client";
5
+ Message;
6
+ constructor(opts) {
7
+ super({
8
+ name: "AccessDeniedException",
9
+ $fault: "client",
10
+ ...opts,
11
+ });
12
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
13
+ this.Message = opts.Message;
14
+ }
15
+ }
16
+ export class AuthorizationException extends __BaseException {
17
+ name = "AuthorizationException";
18
+ $fault = "client";
19
+ Message;
20
+ constructor(opts) {
21
+ super({
22
+ name: "AuthorizationException",
23
+ $fault: "client",
24
+ ...opts,
25
+ });
26
+ Object.setPrototypeOf(this, AuthorizationException.prototype);
27
+ this.Message = opts.Message;
28
+ }
29
+ }
30
+ export class InvalidParameterValueException extends __BaseException {
31
+ name = "InvalidParameterValueException";
32
+ $fault = "client";
33
+ Message;
34
+ constructor(opts) {
35
+ super({
36
+ name: "InvalidParameterValueException",
37
+ $fault: "client",
38
+ ...opts,
39
+ });
40
+ Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
41
+ this.Message = opts.Message;
42
+ }
43
+ }
44
+ export class RateLimitExceededException extends __BaseException {
45
+ name = "RateLimitExceededException";
46
+ $fault = "client";
47
+ Message;
48
+ constructor(opts) {
49
+ super({
50
+ name: "RateLimitExceededException",
51
+ $fault: "client",
52
+ ...opts,
53
+ });
54
+ Object.setPrototypeOf(this, RateLimitExceededException.prototype);
55
+ this.Message = opts.Message;
56
+ }
57
+ }
58
+ export class ResourceLimitExceededException extends __BaseException {
59
+ name = "ResourceLimitExceededException";
60
+ $fault = "client";
61
+ Message;
62
+ constructor(opts) {
63
+ super({
64
+ name: "ResourceLimitExceededException",
65
+ $fault: "client",
66
+ ...opts,
67
+ });
68
+ Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
69
+ this.Message = opts.Message;
70
+ }
71
+ }
72
+ export class ServerInternalException extends __BaseException {
73
+ name = "ServerInternalException";
74
+ $fault = "server";
75
+ Message;
76
+ constructor(opts) {
77
+ super({
78
+ name: "ServerInternalException",
79
+ $fault: "server",
80
+ ...opts,
81
+ });
82
+ Object.setPrototypeOf(this, ServerInternalException.prototype);
83
+ this.Message = opts.Message;
84
+ }
85
+ }
86
+ export class ValidationException extends __BaseException {
87
+ name = "ValidationException";
88
+ $fault = "client";
89
+ Message;
90
+ constructor(opts) {
91
+ super({
92
+ name: "ValidationException",
93
+ $fault: "client",
94
+ ...opts,
95
+ });
96
+ Object.setPrototypeOf(this, ValidationException.prototype);
97
+ this.Message = opts.Message;
98
+ }
99
+ }
100
+ export class ConflictException extends __BaseException {
101
+ name = "ConflictException";
102
+ $fault = "client";
103
+ Message;
104
+ constructor(opts) {
105
+ super({
106
+ name: "ConflictException",
107
+ $fault: "client",
108
+ ...opts,
109
+ });
110
+ Object.setPrototypeOf(this, ConflictException.prototype);
111
+ this.Message = opts.Message;
112
+ }
113
+ }
114
+ export class ResourceNotFoundException extends __BaseException {
115
+ name = "ResourceNotFoundException";
116
+ $fault = "client";
117
+ Message;
118
+ constructor(opts) {
119
+ super({
120
+ name: "ResourceNotFoundException",
121
+ $fault: "client",
122
+ ...opts,
123
+ });
124
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
125
+ this.Message = opts.Message;
126
+ }
127
+ }
128
+ export class EntitlementNotAllowedException extends __BaseException {
129
+ name = "EntitlementNotAllowedException";
130
+ $fault = "client";
131
+ Message;
132
+ constructor(opts) {
133
+ super({
134
+ name: "EntitlementNotAllowedException",
135
+ $fault: "client",
136
+ ...opts,
137
+ });
138
+ Object.setPrototypeOf(this, EntitlementNotAllowedException.prototype);
139
+ this.Message = opts.Message;
140
+ }
141
+ }
142
+ export class NoEntitlementsAllowedException extends __BaseException {
143
+ name = "NoEntitlementsAllowedException";
144
+ $fault = "client";
145
+ Message;
146
+ constructor(opts) {
147
+ super({
148
+ name: "NoEntitlementsAllowedException",
149
+ $fault: "client",
150
+ ...opts,
151
+ });
152
+ Object.setPrototypeOf(this, NoEntitlementsAllowedException.prototype);
153
+ this.Message = opts.Message;
154
+ }
155
+ }
156
+ export class RedirectException extends __BaseException {
157
+ name = "RedirectException";
158
+ $fault = "client";
159
+ Location;
160
+ Message;
161
+ constructor(opts) {
162
+ super({
163
+ name: "RedirectException",
164
+ $fault: "client",
165
+ ...opts,
166
+ });
167
+ Object.setPrototypeOf(this, RedirectException.prototype);
168
+ this.Location = opts.Location;
169
+ this.Message = opts.Message;
170
+ }
171
+ }
172
+ export class UnsupportedDigitalSignatureMethodException extends __BaseException {
173
+ name = "UnsupportedDigitalSignatureMethodException";
174
+ $fault = "client";
175
+ Message;
176
+ constructor(opts) {
177
+ super({
178
+ name: "UnsupportedDigitalSignatureMethodException",
179
+ $fault: "client",
180
+ ...opts,
181
+ });
182
+ Object.setPrototypeOf(this, UnsupportedDigitalSignatureMethodException.prototype);
183
+ this.Message = opts.Message;
184
+ }
185
+ }
186
+ export class FilterLimitExceededException extends __BaseException {
187
+ name = "FilterLimitExceededException";
188
+ $fault = "client";
189
+ Message;
190
+ constructor(opts) {
191
+ super({
192
+ name: "FilterLimitExceededException",
193
+ $fault: "client",
194
+ ...opts,
195
+ });
196
+ Object.setPrototypeOf(this, FilterLimitExceededException.prototype);
197
+ this.Message = opts.Message;
198
+ }
199
+ }
200
+ export class FailedDependencyException extends __BaseException {
201
+ name = "FailedDependencyException";
202
+ $fault = "client";
203
+ Message;
204
+ ErrorCode;
205
+ constructor(opts) {
206
+ super({
207
+ name: "FailedDependencyException",
208
+ $fault: "client",
209
+ ...opts,
210
+ });
211
+ Object.setPrototypeOf(this, FailedDependencyException.prototype);
212
+ this.Message = opts.Message;
213
+ this.ErrorCode = opts.ErrorCode;
214
+ }
215
+ }
216
+ export class InvalidResourceStateException extends __BaseException {
217
+ name = "InvalidResourceStateException";
218
+ $fault = "client";
219
+ Message;
220
+ constructor(opts) {
221
+ super({
222
+ name: "InvalidResourceStateException",
223
+ $fault: "client",
224
+ ...opts,
225
+ });
226
+ Object.setPrototypeOf(this, InvalidResourceStateException.prototype);
227
+ this.Message = opts.Message;
228
+ }
229
+ }
230
+ export class LicenseUsageException extends __BaseException {
231
+ name = "LicenseUsageException";
232
+ $fault = "client";
233
+ Message;
234
+ constructor(opts) {
235
+ super({
236
+ name: "LicenseUsageException",
237
+ $fault: "client",
238
+ ...opts,
239
+ });
240
+ Object.setPrototypeOf(this, LicenseUsageException.prototype);
241
+ this.Message = opts.Message;
242
+ }
243
+ }
@@ -1,403 +1 @@
1
- import { LicenseManagerServiceException as __BaseException } from "./LicenseManagerServiceException";
2
- export const GrantStatus = {
3
- ACTIVE: "ACTIVE",
4
- DELETED: "DELETED",
5
- DISABLED: "DISABLED",
6
- FAILED_WORKFLOW: "FAILED_WORKFLOW",
7
- PENDING_ACCEPT: "PENDING_ACCEPT",
8
- PENDING_DELETE: "PENDING_DELETE",
9
- PENDING_WORKFLOW: "PENDING_WORKFLOW",
10
- REJECTED: "REJECTED",
11
- WORKFLOW_COMPLETED: "WORKFLOW_COMPLETED",
12
- };
13
- export class AccessDeniedException extends __BaseException {
14
- name = "AccessDeniedException";
15
- $fault = "client";
16
- Message;
17
- constructor(opts) {
18
- super({
19
- name: "AccessDeniedException",
20
- $fault: "client",
21
- ...opts,
22
- });
23
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
24
- this.Message = opts.Message;
25
- }
26
- }
27
- export class AuthorizationException extends __BaseException {
28
- name = "AuthorizationException";
29
- $fault = "client";
30
- Message;
31
- constructor(opts) {
32
- super({
33
- name: "AuthorizationException",
34
- $fault: "client",
35
- ...opts,
36
- });
37
- Object.setPrototypeOf(this, AuthorizationException.prototype);
38
- this.Message = opts.Message;
39
- }
40
- }
41
- export class InvalidParameterValueException extends __BaseException {
42
- name = "InvalidParameterValueException";
43
- $fault = "client";
44
- Message;
45
- constructor(opts) {
46
- super({
47
- name: "InvalidParameterValueException",
48
- $fault: "client",
49
- ...opts,
50
- });
51
- Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
52
- this.Message = opts.Message;
53
- }
54
- }
55
- export class RateLimitExceededException extends __BaseException {
56
- name = "RateLimitExceededException";
57
- $fault = "client";
58
- Message;
59
- constructor(opts) {
60
- super({
61
- name: "RateLimitExceededException",
62
- $fault: "client",
63
- ...opts,
64
- });
65
- Object.setPrototypeOf(this, RateLimitExceededException.prototype);
66
- this.Message = opts.Message;
67
- }
68
- }
69
- export class ResourceLimitExceededException extends __BaseException {
70
- name = "ResourceLimitExceededException";
71
- $fault = "client";
72
- Message;
73
- constructor(opts) {
74
- super({
75
- name: "ResourceLimitExceededException",
76
- $fault: "client",
77
- ...opts,
78
- });
79
- Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
80
- this.Message = opts.Message;
81
- }
82
- }
83
- export class ServerInternalException extends __BaseException {
84
- name = "ServerInternalException";
85
- $fault = "server";
86
- Message;
87
- constructor(opts) {
88
- super({
89
- name: "ServerInternalException",
90
- $fault: "server",
91
- ...opts,
92
- });
93
- Object.setPrototypeOf(this, ServerInternalException.prototype);
94
- this.Message = opts.Message;
95
- }
96
- }
97
- export class ValidationException extends __BaseException {
98
- name = "ValidationException";
99
- $fault = "client";
100
- Message;
101
- constructor(opts) {
102
- super({
103
- name: "ValidationException",
104
- $fault: "client",
105
- ...opts,
106
- });
107
- Object.setPrototypeOf(this, ValidationException.prototype);
108
- this.Message = opts.Message;
109
- }
110
- }
111
- export const ActivationOverrideBehavior = {
112
- ALL_GRANTS_PERMITTED_BY_ISSUER: "ALL_GRANTS_PERMITTED_BY_ISSUER",
113
- DISTRIBUTED_GRANTS_ONLY: "DISTRIBUTED_GRANTS_ONLY",
114
- };
115
- export const AllowedOperation = {
116
- CHECKOUT_BORROW_LICENSE: "CheckoutBorrowLicense",
117
- CHECKOUT_LICENSE: "CheckoutLicense",
118
- CHECK_IN_LICENSE: "CheckInLicense",
119
- CREATE_GRANT: "CreateGrant",
120
- CREATE_TOKEN: "CreateToken",
121
- EXTEND_CONSUMPTION_LICENSE: "ExtendConsumptionLicense",
122
- LIST_PURCHASED_LICENSES: "ListPurchasedLicenses",
123
- };
124
- export class ConflictException extends __BaseException {
125
- name = "ConflictException";
126
- $fault = "client";
127
- Message;
128
- constructor(opts) {
129
- super({
130
- name: "ConflictException",
131
- $fault: "client",
132
- ...opts,
133
- });
134
- Object.setPrototypeOf(this, ConflictException.prototype);
135
- this.Message = opts.Message;
136
- }
137
- }
138
- export class ResourceNotFoundException extends __BaseException {
139
- name = "ResourceNotFoundException";
140
- $fault = "client";
141
- Message;
142
- constructor(opts) {
143
- super({
144
- name: "ResourceNotFoundException",
145
- $fault: "client",
146
- ...opts,
147
- });
148
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
149
- this.Message = opts.Message;
150
- }
151
- }
152
- export const DigitalSignatureMethod = {
153
- JWT_PS384: "JWT_PS384",
154
- };
155
- export const EntitlementDataUnit = {
156
- BITS: "Bits",
157
- BITS_PER_SECOND: "Bits/Second",
158
- BYTES: "Bytes",
159
- BYTES_PER_SECOND: "Bytes/Second",
160
- COUNT: "Count",
161
- COUNT_PER_SECOND: "Count/Second",
162
- GIGABITS: "Gigabits",
163
- GIGABITS_PER_SECOND: "Gigabits/Second",
164
- GIGABYTES: "Gigabytes",
165
- GIGABYTES_PER_SECOND: "Gigabytes/Second",
166
- KILOBITS: "Kilobits",
167
- KILOBITS_PER_SECOND: "Kilobits/Second",
168
- KILOBYTES: "Kilobytes",
169
- KILOBYTES_PER_SECOND: "Kilobytes/Second",
170
- MEGABITS: "Megabits",
171
- MEGABITS_PER_SECOND: "Megabits/Second",
172
- MEGABYTES: "Megabytes",
173
- MEGABYTES_PER_SECOND: "Megabytes/Second",
174
- MICROSECONDS: "Microseconds",
175
- MILLISECONDS: "Milliseconds",
176
- NONE: "None",
177
- PERCENT: "Percent",
178
- SECONDS: "Seconds",
179
- TERABITS: "Terabits",
180
- TERABITS_PER_SECOND: "Terabits/Second",
181
- TERABYTES: "Terabytes",
182
- TERABYTES_PER_SECOND: "Terabytes/Second",
183
- };
184
- export class EntitlementNotAllowedException extends __BaseException {
185
- name = "EntitlementNotAllowedException";
186
- $fault = "client";
187
- Message;
188
- constructor(opts) {
189
- super({
190
- name: "EntitlementNotAllowedException",
191
- $fault: "client",
192
- ...opts,
193
- });
194
- Object.setPrototypeOf(this, EntitlementNotAllowedException.prototype);
195
- this.Message = opts.Message;
196
- }
197
- }
198
- export class NoEntitlementsAllowedException extends __BaseException {
199
- name = "NoEntitlementsAllowedException";
200
- $fault = "client";
201
- Message;
202
- constructor(opts) {
203
- super({
204
- name: "NoEntitlementsAllowedException",
205
- $fault: "client",
206
- ...opts,
207
- });
208
- Object.setPrototypeOf(this, NoEntitlementsAllowedException.prototype);
209
- this.Message = opts.Message;
210
- }
211
- }
212
- export class RedirectException extends __BaseException {
213
- name = "RedirectException";
214
- $fault = "client";
215
- Location;
216
- Message;
217
- constructor(opts) {
218
- super({
219
- name: "RedirectException",
220
- $fault: "client",
221
- ...opts,
222
- });
223
- Object.setPrototypeOf(this, RedirectException.prototype);
224
- this.Location = opts.Location;
225
- this.Message = opts.Message;
226
- }
227
- }
228
- export class UnsupportedDigitalSignatureMethodException extends __BaseException {
229
- name = "UnsupportedDigitalSignatureMethodException";
230
- $fault = "client";
231
- Message;
232
- constructor(opts) {
233
- super({
234
- name: "UnsupportedDigitalSignatureMethodException",
235
- $fault: "client",
236
- ...opts,
237
- });
238
- Object.setPrototypeOf(this, UnsupportedDigitalSignatureMethodException.prototype);
239
- this.Message = opts.Message;
240
- }
241
- }
242
- export const CheckoutType = {
243
- PERPETUAL: "PERPETUAL",
244
- PROVISIONAL: "PROVISIONAL",
245
- };
246
- export const RenewType = {
247
- MONTHLY: "Monthly",
248
- NONE: "None",
249
- WEEKLY: "Weekly",
250
- };
251
- export const EntitlementUnit = {
252
- BITS: "Bits",
253
- BITS_PER_SECOND: "Bits/Second",
254
- BYTES: "Bytes",
255
- BYTES_PER_SECOND: "Bytes/Second",
256
- COUNT: "Count",
257
- COUNT_PER_SECOND: "Count/Second",
258
- GIGABITS: "Gigabits",
259
- GIGABITS_PER_SECOND: "Gigabits/Second",
260
- GIGABYTES: "Gigabytes",
261
- GIGABYTES_PER_SECOND: "Gigabytes/Second",
262
- KILOBITS: "Kilobits",
263
- KILOBITS_PER_SECOND: "Kilobits/Second",
264
- KILOBYTES: "Kilobytes",
265
- KILOBYTES_PER_SECOND: "Kilobytes/Second",
266
- MEGABITS: "Megabits",
267
- MEGABITS_PER_SECOND: "Megabits/Second",
268
- MEGABYTES: "Megabytes",
269
- MEGABYTES_PER_SECOND: "Megabytes/Second",
270
- MICROSECONDS: "Microseconds",
271
- MILLISECONDS: "Milliseconds",
272
- NONE: "None",
273
- PERCENT: "Percent",
274
- SECONDS: "Seconds",
275
- TERABITS: "Terabits",
276
- TERABITS_PER_SECOND: "Terabits/Second",
277
- TERABYTES: "Terabytes",
278
- TERABYTES_PER_SECOND: "Terabytes/Second",
279
- };
280
- export const LicenseStatus = {
281
- AVAILABLE: "AVAILABLE",
282
- DEACTIVATED: "DEACTIVATED",
283
- DELETED: "DELETED",
284
- EXPIRED: "EXPIRED",
285
- PENDING_AVAILABLE: "PENDING_AVAILABLE",
286
- PENDING_DELETE: "PENDING_DELETE",
287
- SUSPENDED: "SUSPENDED",
288
- };
289
- export const LicenseCountingType = {
290
- CORE: "Core",
291
- INSTANCE: "Instance",
292
- SOCKET: "Socket",
293
- VCPU: "vCPU",
294
- };
295
- export const ProductCodeType = {
296
- MARKETPLACE: "marketplace",
297
- };
298
- export const ReportFrequencyType = {
299
- DAY: "DAY",
300
- MONTH: "MONTH",
301
- WEEK: "WEEK",
302
- };
303
- export const ReportType = {
304
- LICENSE_CONFIGURATION_SUMMARY_REPORT: "LicenseConfigurationSummaryReport",
305
- LICENSE_CONFIGURATION_USAGE_REPORT: "LicenseConfigurationUsageReport",
306
- };
307
- export const TokenType = {
308
- REFRESH_TOKEN: "REFRESH_TOKEN",
309
- };
310
- export const LicenseDeletionStatus = {
311
- DELETED: "DELETED",
312
- PENDING_DELETE: "PENDING_DELETE",
313
- };
314
- export const ResourceType = {
315
- EC2_AMI: "EC2_AMI",
316
- EC2_HOST: "EC2_HOST",
317
- EC2_INSTANCE: "EC2_INSTANCE",
318
- RDS: "RDS",
319
- SYSTEMS_MANAGER_MANAGED_INSTANCE: "SYSTEMS_MANAGER_MANAGED_INSTANCE",
320
- };
321
- export const LicenseConversionTaskStatus = {
322
- FAILED: "FAILED",
323
- IN_PROGRESS: "IN_PROGRESS",
324
- SUCCEEDED: "SUCCEEDED",
325
- };
326
- export class FilterLimitExceededException extends __BaseException {
327
- name = "FilterLimitExceededException";
328
- $fault = "client";
329
- Message;
330
- constructor(opts) {
331
- super({
332
- name: "FilterLimitExceededException",
333
- $fault: "client",
334
- ...opts,
335
- });
336
- Object.setPrototypeOf(this, FilterLimitExceededException.prototype);
337
- this.Message = opts.Message;
338
- }
339
- }
340
- export const ReceivedStatus = {
341
- ACTIVE: "ACTIVE",
342
- DELETED: "DELETED",
343
- DISABLED: "DISABLED",
344
- FAILED_WORKFLOW: "FAILED_WORKFLOW",
345
- PENDING_ACCEPT: "PENDING_ACCEPT",
346
- PENDING_WORKFLOW: "PENDING_WORKFLOW",
347
- REJECTED: "REJECTED",
348
- WORKFLOW_COMPLETED: "WORKFLOW_COMPLETED",
349
- };
350
- export class FailedDependencyException extends __BaseException {
351
- name = "FailedDependencyException";
352
- $fault = "client";
353
- Message;
354
- ErrorCode;
355
- constructor(opts) {
356
- super({
357
- name: "FailedDependencyException",
358
- $fault: "client",
359
- ...opts,
360
- });
361
- Object.setPrototypeOf(this, FailedDependencyException.prototype);
362
- this.Message = opts.Message;
363
- this.ErrorCode = opts.ErrorCode;
364
- }
365
- }
366
- export const InventoryFilterCondition = {
367
- BEGINS_WITH: "BEGINS_WITH",
368
- CONTAINS: "CONTAINS",
369
- EQUALS: "EQUALS",
370
- NOT_EQUALS: "NOT_EQUALS",
371
- };
372
- export const LicenseConfigurationStatus = {
373
- AVAILABLE: "AVAILABLE",
374
- DISABLED: "DISABLED",
375
- };
376
- export class InvalidResourceStateException extends __BaseException {
377
- name = "InvalidResourceStateException";
378
- $fault = "client";
379
- Message;
380
- constructor(opts) {
381
- super({
382
- name: "InvalidResourceStateException",
383
- $fault: "client",
384
- ...opts,
385
- });
386
- Object.setPrototypeOf(this, InvalidResourceStateException.prototype);
387
- this.Message = opts.Message;
388
- }
389
- }
390
- export class LicenseUsageException extends __BaseException {
391
- name = "LicenseUsageException";
392
- $fault = "client";
393
- Message;
394
- constructor(opts) {
395
- super({
396
- name: "LicenseUsageException",
397
- $fault: "client",
398
- ...opts,
399
- });
400
- Object.setPrototypeOf(this, LicenseUsageException.prototype);
401
- this.Message = opts.Message;
402
- }
403
- }
1
+ export {};
@@ -380,7 +380,7 @@ const _v = "value";
380
380
  const _xN = "xmlName";
381
381
  const n0 = "com.amazonaws.licensemanager";
382
382
  import { TypeRegistry } from "@smithy/core/schema";
383
- import { AccessDeniedException as __AccessDeniedException, AuthorizationException as __AuthorizationException, ConflictException as __ConflictException, EntitlementNotAllowedException as __EntitlementNotAllowedException, FailedDependencyException as __FailedDependencyException, FilterLimitExceededException as __FilterLimitExceededException, InvalidParameterValueException as __InvalidParameterValueException, InvalidResourceStateException as __InvalidResourceStateException, LicenseUsageException as __LicenseUsageException, NoEntitlementsAllowedException as __NoEntitlementsAllowedException, RateLimitExceededException as __RateLimitExceededException, RedirectException as __RedirectException, ResourceLimitExceededException as __ResourceLimitExceededException, ResourceNotFoundException as __ResourceNotFoundException, ServerInternalException as __ServerInternalException, UnsupportedDigitalSignatureMethodException as __UnsupportedDigitalSignatureMethodException, ValidationException as __ValidationException, } from "../models/index";
383
+ import { AccessDeniedException as __AccessDeniedException, AuthorizationException as __AuthorizationException, ConflictException as __ConflictException, EntitlementNotAllowedException as __EntitlementNotAllowedException, FailedDependencyException as __FailedDependencyException, FilterLimitExceededException as __FilterLimitExceededException, InvalidParameterValueException as __InvalidParameterValueException, InvalidResourceStateException as __InvalidResourceStateException, LicenseUsageException as __LicenseUsageException, NoEntitlementsAllowedException as __NoEntitlementsAllowedException, RateLimitExceededException as __RateLimitExceededException, RedirectException as __RedirectException, ResourceLimitExceededException as __ResourceLimitExceededException, ResourceNotFoundException as __ResourceNotFoundException, ServerInternalException as __ServerInternalException, UnsupportedDigitalSignatureMethodException as __UnsupportedDigitalSignatureMethodException, ValidationException as __ValidationException, } from "../models/errors";
384
384
  import { LicenseManagerServiceException as __LicenseManagerServiceException } from "../models/LicenseManagerServiceException";
385
385
  export var AcceptGrantRequest = [3, n0, _AGR, 0, [_GA], [0]];
386
386
  export var AcceptGrantResponse = [3, n0, _AGRc, 0, [_GA, _S, _V], [0, 0, 0]];
@@ -10,5 +10,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
10
10
  export type { RuntimeExtension } from "./runtimeExtensions";
11
11
  export type { LicenseManagerExtensionConfiguration } from "./extensionConfiguration";
12
12
  export * from "./commands";
13
- export * from "./models";
13
+ export * from "./models/enums";
14
+ export * from "./models/errors";
15
+ export type * from "./models/models_0";
14
16
  export { LicenseManagerServiceException } from "./models/LicenseManagerServiceException";