@aws-sdk/client-ram 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.
- package/dist-cjs/index.js +75 -74
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +74 -0
- package/dist-es/models/errors.js +337 -0
- package/dist-es/models/models_0.js +1 -411
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +186 -0
- package/dist-types/models/errors.d.ts +359 -0
- package/dist-types/models/models_0.d.ts +1 -545
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +101 -0
- package/dist-types/ts3.4/models/errors.d.ts +237 -0
- package/dist-types/ts3.4/models/models_0.d.ts +16 -338
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
package/dist-cjs/index.js
CHANGED
|
@@ -117,23 +117,6 @@ let RAMServiceException$1 = class RAMServiceException extends smithyClient.Servi
|
|
|
117
117
|
}
|
|
118
118
|
};
|
|
119
119
|
|
|
120
|
-
const ResourceShareAssociationType = {
|
|
121
|
-
PRINCIPAL: "PRINCIPAL",
|
|
122
|
-
RESOURCE: "RESOURCE",
|
|
123
|
-
};
|
|
124
|
-
const ResourceShareAssociationStatus = {
|
|
125
|
-
ASSOCIATED: "ASSOCIATED",
|
|
126
|
-
ASSOCIATING: "ASSOCIATING",
|
|
127
|
-
DISASSOCIATED: "DISASSOCIATED",
|
|
128
|
-
DISASSOCIATING: "DISASSOCIATING",
|
|
129
|
-
FAILED: "FAILED",
|
|
130
|
-
};
|
|
131
|
-
const ResourceShareInvitationStatus = {
|
|
132
|
-
ACCEPTED: "ACCEPTED",
|
|
133
|
-
EXPIRED: "EXPIRED",
|
|
134
|
-
PENDING: "PENDING",
|
|
135
|
-
REJECTED: "REJECTED",
|
|
136
|
-
};
|
|
137
120
|
let IdempotentParameterMismatchException$1 = class IdempotentParameterMismatchException extends RAMServiceException$1 {
|
|
138
121
|
name = "IdempotentParameterMismatchException";
|
|
139
122
|
$fault = "client";
|
|
@@ -314,15 +297,6 @@ let UnknownResourceException$1 = class UnknownResourceException extends RAMServi
|
|
|
314
297
|
Object.setPrototypeOf(this, UnknownResourceException.prototype);
|
|
315
298
|
}
|
|
316
299
|
};
|
|
317
|
-
const PermissionFeatureSet = {
|
|
318
|
-
CREATED_FROM_POLICY: "CREATED_FROM_POLICY",
|
|
319
|
-
PROMOTING_TO_STANDARD: "PROMOTING_TO_STANDARD",
|
|
320
|
-
STANDARD: "STANDARD",
|
|
321
|
-
};
|
|
322
|
-
const PermissionType = {
|
|
323
|
-
AWS_MANAGED: "AWS_MANAGED",
|
|
324
|
-
CUSTOMER_MANAGED: "CUSTOMER_MANAGED",
|
|
325
|
-
};
|
|
326
300
|
let InvalidPolicyException$1 = class InvalidPolicyException extends RAMServiceException$1 {
|
|
327
301
|
name = "InvalidPolicyException";
|
|
328
302
|
$fault = "client";
|
|
@@ -371,12 +345,6 @@ let PermissionLimitExceededException$1 = class PermissionLimitExceededException
|
|
|
371
345
|
Object.setPrototypeOf(this, PermissionLimitExceededException.prototype);
|
|
372
346
|
}
|
|
373
347
|
};
|
|
374
|
-
const PermissionStatus = {
|
|
375
|
-
ATTACHABLE: "ATTACHABLE",
|
|
376
|
-
DELETED: "DELETED",
|
|
377
|
-
DELETING: "DELETING",
|
|
378
|
-
UNATTACHABLE: "UNATTACHABLE",
|
|
379
|
-
};
|
|
380
348
|
let PermissionVersionsLimitExceededException$1 = class PermissionVersionsLimitExceededException extends RAMServiceException$1 {
|
|
381
349
|
name = "PermissionVersionsLimitExceededException";
|
|
382
350
|
$fault = "client";
|
|
@@ -389,18 +357,6 @@ let PermissionVersionsLimitExceededException$1 = class PermissionVersionsLimitEx
|
|
|
389
357
|
Object.setPrototypeOf(this, PermissionVersionsLimitExceededException.prototype);
|
|
390
358
|
}
|
|
391
359
|
};
|
|
392
|
-
const ResourceShareFeatureSet = {
|
|
393
|
-
CREATED_FROM_POLICY: "CREATED_FROM_POLICY",
|
|
394
|
-
PROMOTING_TO_STANDARD: "PROMOTING_TO_STANDARD",
|
|
395
|
-
STANDARD: "STANDARD",
|
|
396
|
-
};
|
|
397
|
-
const ResourceShareStatus = {
|
|
398
|
-
ACTIVE: "ACTIVE",
|
|
399
|
-
DELETED: "DELETED",
|
|
400
|
-
DELETING: "DELETING",
|
|
401
|
-
FAILED: "FAILED",
|
|
402
|
-
PENDING: "PENDING",
|
|
403
|
-
};
|
|
404
360
|
let TagLimitExceededException$1 = class TagLimitExceededException extends RAMServiceException$1 {
|
|
405
361
|
name = "TagLimitExceededException";
|
|
406
362
|
$fault = "client";
|
|
@@ -461,26 +417,6 @@ let InvalidMaxResultsException$1 = class InvalidMaxResultsException extends RAMS
|
|
|
461
417
|
Object.setPrototypeOf(this, InvalidMaxResultsException.prototype);
|
|
462
418
|
}
|
|
463
419
|
};
|
|
464
|
-
const ResourceOwner = {
|
|
465
|
-
OTHER_ACCOUNTS: "OTHER-ACCOUNTS",
|
|
466
|
-
SELF: "SELF",
|
|
467
|
-
};
|
|
468
|
-
const ResourceRegionScopeFilter = {
|
|
469
|
-
ALL: "ALL",
|
|
470
|
-
GLOBAL: "GLOBAL",
|
|
471
|
-
REGIONAL: "REGIONAL",
|
|
472
|
-
};
|
|
473
|
-
const ResourceRegionScope = {
|
|
474
|
-
GLOBAL: "GLOBAL",
|
|
475
|
-
REGIONAL: "REGIONAL",
|
|
476
|
-
};
|
|
477
|
-
const ResourceStatus = {
|
|
478
|
-
AVAILABLE: "AVAILABLE",
|
|
479
|
-
LIMIT_EXCEEDED: "LIMIT_EXCEEDED",
|
|
480
|
-
PENDING: "PENDING",
|
|
481
|
-
UNAVAILABLE: "UNAVAILABLE",
|
|
482
|
-
ZONAL_RESOURCE_INACCESSIBLE: "ZONAL_RESOURCE_INACCESSIBLE",
|
|
483
|
-
};
|
|
484
420
|
let MissingRequiredParameterException$1 = class MissingRequiredParameterException extends RAMServiceException$1 {
|
|
485
421
|
name = "MissingRequiredParameterException";
|
|
486
422
|
$fault = "client";
|
|
@@ -493,16 +429,6 @@ let MissingRequiredParameterException$1 = class MissingRequiredParameterExceptio
|
|
|
493
429
|
Object.setPrototypeOf(this, MissingRequiredParameterException.prototype);
|
|
494
430
|
}
|
|
495
431
|
};
|
|
496
|
-
const PermissionTypeFilter = {
|
|
497
|
-
ALL: "ALL",
|
|
498
|
-
AWS_MANAGED: "AWS_MANAGED",
|
|
499
|
-
CUSTOMER_MANAGED: "CUSTOMER_MANAGED",
|
|
500
|
-
};
|
|
501
|
-
const ReplacePermissionAssociationsWorkStatus = {
|
|
502
|
-
COMPLETED: "COMPLETED",
|
|
503
|
-
FAILED: "FAILED",
|
|
504
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
505
|
-
};
|
|
506
432
|
let InvalidResourceTypeException$1 = class InvalidResourceTypeException extends RAMServiceException$1 {
|
|
507
433
|
name = "InvalidResourceTypeException";
|
|
508
434
|
$fault = "client";
|
|
@@ -2757,6 +2683,81 @@ const paginateListResourceTypes = core.createPaginator(RAMClient, ListResourceTy
|
|
|
2757
2683
|
|
|
2758
2684
|
const paginateListResources = core.createPaginator(RAMClient, ListResourcesCommand, "nextToken", "nextToken", "maxResults");
|
|
2759
2685
|
|
|
2686
|
+
const ResourceShareAssociationType = {
|
|
2687
|
+
PRINCIPAL: "PRINCIPAL",
|
|
2688
|
+
RESOURCE: "RESOURCE",
|
|
2689
|
+
};
|
|
2690
|
+
const ResourceShareAssociationStatus = {
|
|
2691
|
+
ASSOCIATED: "ASSOCIATED",
|
|
2692
|
+
ASSOCIATING: "ASSOCIATING",
|
|
2693
|
+
DISASSOCIATED: "DISASSOCIATED",
|
|
2694
|
+
DISASSOCIATING: "DISASSOCIATING",
|
|
2695
|
+
FAILED: "FAILED",
|
|
2696
|
+
};
|
|
2697
|
+
const ResourceShareInvitationStatus = {
|
|
2698
|
+
ACCEPTED: "ACCEPTED",
|
|
2699
|
+
EXPIRED: "EXPIRED",
|
|
2700
|
+
PENDING: "PENDING",
|
|
2701
|
+
REJECTED: "REJECTED",
|
|
2702
|
+
};
|
|
2703
|
+
const PermissionFeatureSet = {
|
|
2704
|
+
CREATED_FROM_POLICY: "CREATED_FROM_POLICY",
|
|
2705
|
+
PROMOTING_TO_STANDARD: "PROMOTING_TO_STANDARD",
|
|
2706
|
+
STANDARD: "STANDARD",
|
|
2707
|
+
};
|
|
2708
|
+
const PermissionType = {
|
|
2709
|
+
AWS_MANAGED: "AWS_MANAGED",
|
|
2710
|
+
CUSTOMER_MANAGED: "CUSTOMER_MANAGED",
|
|
2711
|
+
};
|
|
2712
|
+
const PermissionStatus = {
|
|
2713
|
+
ATTACHABLE: "ATTACHABLE",
|
|
2714
|
+
DELETED: "DELETED",
|
|
2715
|
+
DELETING: "DELETING",
|
|
2716
|
+
UNATTACHABLE: "UNATTACHABLE",
|
|
2717
|
+
};
|
|
2718
|
+
const ResourceShareFeatureSet = {
|
|
2719
|
+
CREATED_FROM_POLICY: "CREATED_FROM_POLICY",
|
|
2720
|
+
PROMOTING_TO_STANDARD: "PROMOTING_TO_STANDARD",
|
|
2721
|
+
STANDARD: "STANDARD",
|
|
2722
|
+
};
|
|
2723
|
+
const ResourceShareStatus = {
|
|
2724
|
+
ACTIVE: "ACTIVE",
|
|
2725
|
+
DELETED: "DELETED",
|
|
2726
|
+
DELETING: "DELETING",
|
|
2727
|
+
FAILED: "FAILED",
|
|
2728
|
+
PENDING: "PENDING",
|
|
2729
|
+
};
|
|
2730
|
+
const ResourceOwner = {
|
|
2731
|
+
OTHER_ACCOUNTS: "OTHER-ACCOUNTS",
|
|
2732
|
+
SELF: "SELF",
|
|
2733
|
+
};
|
|
2734
|
+
const ResourceRegionScopeFilter = {
|
|
2735
|
+
ALL: "ALL",
|
|
2736
|
+
GLOBAL: "GLOBAL",
|
|
2737
|
+
REGIONAL: "REGIONAL",
|
|
2738
|
+
};
|
|
2739
|
+
const ResourceRegionScope = {
|
|
2740
|
+
GLOBAL: "GLOBAL",
|
|
2741
|
+
REGIONAL: "REGIONAL",
|
|
2742
|
+
};
|
|
2743
|
+
const ResourceStatus = {
|
|
2744
|
+
AVAILABLE: "AVAILABLE",
|
|
2745
|
+
LIMIT_EXCEEDED: "LIMIT_EXCEEDED",
|
|
2746
|
+
PENDING: "PENDING",
|
|
2747
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
2748
|
+
ZONAL_RESOURCE_INACCESSIBLE: "ZONAL_RESOURCE_INACCESSIBLE",
|
|
2749
|
+
};
|
|
2750
|
+
const PermissionTypeFilter = {
|
|
2751
|
+
ALL: "ALL",
|
|
2752
|
+
AWS_MANAGED: "AWS_MANAGED",
|
|
2753
|
+
CUSTOMER_MANAGED: "CUSTOMER_MANAGED",
|
|
2754
|
+
};
|
|
2755
|
+
const ReplacePermissionAssociationsWorkStatus = {
|
|
2756
|
+
COMPLETED: "COMPLETED",
|
|
2757
|
+
FAILED: "FAILED",
|
|
2758
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
2759
|
+
};
|
|
2760
|
+
|
|
2760
2761
|
Object.defineProperty(exports, "$Command", {
|
|
2761
2762
|
enumerable: true,
|
|
2762
2763
|
get: function () { return smithyClient.Command; }
|
package/dist-es/index.js
CHANGED
|
@@ -2,5 +2,6 @@ export * from "./RAMClient";
|
|
|
2
2
|
export * from "./RAM";
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export * from "./pagination";
|
|
5
|
-
export * from "./models";
|
|
5
|
+
export * from "./models/enums";
|
|
6
|
+
export * from "./models/errors";
|
|
6
7
|
export { RAMServiceException } from "./models/RAMServiceException";
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
export const ResourceShareAssociationType = {
|
|
2
|
+
PRINCIPAL: "PRINCIPAL",
|
|
3
|
+
RESOURCE: "RESOURCE",
|
|
4
|
+
};
|
|
5
|
+
export const ResourceShareAssociationStatus = {
|
|
6
|
+
ASSOCIATED: "ASSOCIATED",
|
|
7
|
+
ASSOCIATING: "ASSOCIATING",
|
|
8
|
+
DISASSOCIATED: "DISASSOCIATED",
|
|
9
|
+
DISASSOCIATING: "DISASSOCIATING",
|
|
10
|
+
FAILED: "FAILED",
|
|
11
|
+
};
|
|
12
|
+
export const ResourceShareInvitationStatus = {
|
|
13
|
+
ACCEPTED: "ACCEPTED",
|
|
14
|
+
EXPIRED: "EXPIRED",
|
|
15
|
+
PENDING: "PENDING",
|
|
16
|
+
REJECTED: "REJECTED",
|
|
17
|
+
};
|
|
18
|
+
export const PermissionFeatureSet = {
|
|
19
|
+
CREATED_FROM_POLICY: "CREATED_FROM_POLICY",
|
|
20
|
+
PROMOTING_TO_STANDARD: "PROMOTING_TO_STANDARD",
|
|
21
|
+
STANDARD: "STANDARD",
|
|
22
|
+
};
|
|
23
|
+
export const PermissionType = {
|
|
24
|
+
AWS_MANAGED: "AWS_MANAGED",
|
|
25
|
+
CUSTOMER_MANAGED: "CUSTOMER_MANAGED",
|
|
26
|
+
};
|
|
27
|
+
export const PermissionStatus = {
|
|
28
|
+
ATTACHABLE: "ATTACHABLE",
|
|
29
|
+
DELETED: "DELETED",
|
|
30
|
+
DELETING: "DELETING",
|
|
31
|
+
UNATTACHABLE: "UNATTACHABLE",
|
|
32
|
+
};
|
|
33
|
+
export const ResourceShareFeatureSet = {
|
|
34
|
+
CREATED_FROM_POLICY: "CREATED_FROM_POLICY",
|
|
35
|
+
PROMOTING_TO_STANDARD: "PROMOTING_TO_STANDARD",
|
|
36
|
+
STANDARD: "STANDARD",
|
|
37
|
+
};
|
|
38
|
+
export const ResourceShareStatus = {
|
|
39
|
+
ACTIVE: "ACTIVE",
|
|
40
|
+
DELETED: "DELETED",
|
|
41
|
+
DELETING: "DELETING",
|
|
42
|
+
FAILED: "FAILED",
|
|
43
|
+
PENDING: "PENDING",
|
|
44
|
+
};
|
|
45
|
+
export const ResourceOwner = {
|
|
46
|
+
OTHER_ACCOUNTS: "OTHER-ACCOUNTS",
|
|
47
|
+
SELF: "SELF",
|
|
48
|
+
};
|
|
49
|
+
export const ResourceRegionScopeFilter = {
|
|
50
|
+
ALL: "ALL",
|
|
51
|
+
GLOBAL: "GLOBAL",
|
|
52
|
+
REGIONAL: "REGIONAL",
|
|
53
|
+
};
|
|
54
|
+
export const ResourceRegionScope = {
|
|
55
|
+
GLOBAL: "GLOBAL",
|
|
56
|
+
REGIONAL: "REGIONAL",
|
|
57
|
+
};
|
|
58
|
+
export const ResourceStatus = {
|
|
59
|
+
AVAILABLE: "AVAILABLE",
|
|
60
|
+
LIMIT_EXCEEDED: "LIMIT_EXCEEDED",
|
|
61
|
+
PENDING: "PENDING",
|
|
62
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
63
|
+
ZONAL_RESOURCE_INACCESSIBLE: "ZONAL_RESOURCE_INACCESSIBLE",
|
|
64
|
+
};
|
|
65
|
+
export const PermissionTypeFilter = {
|
|
66
|
+
ALL: "ALL",
|
|
67
|
+
AWS_MANAGED: "AWS_MANAGED",
|
|
68
|
+
CUSTOMER_MANAGED: "CUSTOMER_MANAGED",
|
|
69
|
+
};
|
|
70
|
+
export const ReplacePermissionAssociationsWorkStatus = {
|
|
71
|
+
COMPLETED: "COMPLETED",
|
|
72
|
+
FAILED: "FAILED",
|
|
73
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
74
|
+
};
|
|
@@ -0,0 +1,337 @@
|
|
|
1
|
+
import { RAMServiceException as __BaseException } from "./RAMServiceException";
|
|
2
|
+
export class IdempotentParameterMismatchException extends __BaseException {
|
|
3
|
+
name = "IdempotentParameterMismatchException";
|
|
4
|
+
$fault = "client";
|
|
5
|
+
constructor(opts) {
|
|
6
|
+
super({
|
|
7
|
+
name: "IdempotentParameterMismatchException",
|
|
8
|
+
$fault: "client",
|
|
9
|
+
...opts,
|
|
10
|
+
});
|
|
11
|
+
Object.setPrototypeOf(this, IdempotentParameterMismatchException.prototype);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export class InvalidClientTokenException extends __BaseException {
|
|
15
|
+
name = "InvalidClientTokenException";
|
|
16
|
+
$fault = "client";
|
|
17
|
+
constructor(opts) {
|
|
18
|
+
super({
|
|
19
|
+
name: "InvalidClientTokenException",
|
|
20
|
+
$fault: "client",
|
|
21
|
+
...opts,
|
|
22
|
+
});
|
|
23
|
+
Object.setPrototypeOf(this, InvalidClientTokenException.prototype);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
export class MalformedArnException extends __BaseException {
|
|
27
|
+
name = "MalformedArnException";
|
|
28
|
+
$fault = "client";
|
|
29
|
+
constructor(opts) {
|
|
30
|
+
super({
|
|
31
|
+
name: "MalformedArnException",
|
|
32
|
+
$fault: "client",
|
|
33
|
+
...opts,
|
|
34
|
+
});
|
|
35
|
+
Object.setPrototypeOf(this, MalformedArnException.prototype);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
export class OperationNotPermittedException extends __BaseException {
|
|
39
|
+
name = "OperationNotPermittedException";
|
|
40
|
+
$fault = "client";
|
|
41
|
+
constructor(opts) {
|
|
42
|
+
super({
|
|
43
|
+
name: "OperationNotPermittedException",
|
|
44
|
+
$fault: "client",
|
|
45
|
+
...opts,
|
|
46
|
+
});
|
|
47
|
+
Object.setPrototypeOf(this, OperationNotPermittedException.prototype);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
export class ResourceShareInvitationAlreadyAcceptedException extends __BaseException {
|
|
51
|
+
name = "ResourceShareInvitationAlreadyAcceptedException";
|
|
52
|
+
$fault = "client";
|
|
53
|
+
constructor(opts) {
|
|
54
|
+
super({
|
|
55
|
+
name: "ResourceShareInvitationAlreadyAcceptedException",
|
|
56
|
+
$fault: "client",
|
|
57
|
+
...opts,
|
|
58
|
+
});
|
|
59
|
+
Object.setPrototypeOf(this, ResourceShareInvitationAlreadyAcceptedException.prototype);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
export class ResourceShareInvitationAlreadyRejectedException extends __BaseException {
|
|
63
|
+
name = "ResourceShareInvitationAlreadyRejectedException";
|
|
64
|
+
$fault = "client";
|
|
65
|
+
constructor(opts) {
|
|
66
|
+
super({
|
|
67
|
+
name: "ResourceShareInvitationAlreadyRejectedException",
|
|
68
|
+
$fault: "client",
|
|
69
|
+
...opts,
|
|
70
|
+
});
|
|
71
|
+
Object.setPrototypeOf(this, ResourceShareInvitationAlreadyRejectedException.prototype);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
export class ResourceShareInvitationArnNotFoundException extends __BaseException {
|
|
75
|
+
name = "ResourceShareInvitationArnNotFoundException";
|
|
76
|
+
$fault = "client";
|
|
77
|
+
constructor(opts) {
|
|
78
|
+
super({
|
|
79
|
+
name: "ResourceShareInvitationArnNotFoundException",
|
|
80
|
+
$fault: "client",
|
|
81
|
+
...opts,
|
|
82
|
+
});
|
|
83
|
+
Object.setPrototypeOf(this, ResourceShareInvitationArnNotFoundException.prototype);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
export class ResourceShareInvitationExpiredException extends __BaseException {
|
|
87
|
+
name = "ResourceShareInvitationExpiredException";
|
|
88
|
+
$fault = "client";
|
|
89
|
+
constructor(opts) {
|
|
90
|
+
super({
|
|
91
|
+
name: "ResourceShareInvitationExpiredException",
|
|
92
|
+
$fault: "client",
|
|
93
|
+
...opts,
|
|
94
|
+
});
|
|
95
|
+
Object.setPrototypeOf(this, ResourceShareInvitationExpiredException.prototype);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
export class ServerInternalException extends __BaseException {
|
|
99
|
+
name = "ServerInternalException";
|
|
100
|
+
$fault = "server";
|
|
101
|
+
constructor(opts) {
|
|
102
|
+
super({
|
|
103
|
+
name: "ServerInternalException",
|
|
104
|
+
$fault: "server",
|
|
105
|
+
...opts,
|
|
106
|
+
});
|
|
107
|
+
Object.setPrototypeOf(this, ServerInternalException.prototype);
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
export class ServiceUnavailableException extends __BaseException {
|
|
111
|
+
name = "ServiceUnavailableException";
|
|
112
|
+
$fault = "server";
|
|
113
|
+
constructor(opts) {
|
|
114
|
+
super({
|
|
115
|
+
name: "ServiceUnavailableException",
|
|
116
|
+
$fault: "server",
|
|
117
|
+
...opts,
|
|
118
|
+
});
|
|
119
|
+
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
export class InvalidParameterException extends __BaseException {
|
|
123
|
+
name = "InvalidParameterException";
|
|
124
|
+
$fault = "client";
|
|
125
|
+
constructor(opts) {
|
|
126
|
+
super({
|
|
127
|
+
name: "InvalidParameterException",
|
|
128
|
+
$fault: "client",
|
|
129
|
+
...opts,
|
|
130
|
+
});
|
|
131
|
+
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
export class InvalidStateTransitionException extends __BaseException {
|
|
135
|
+
name = "InvalidStateTransitionException";
|
|
136
|
+
$fault = "client";
|
|
137
|
+
constructor(opts) {
|
|
138
|
+
super({
|
|
139
|
+
name: "InvalidStateTransitionException",
|
|
140
|
+
$fault: "client",
|
|
141
|
+
...opts,
|
|
142
|
+
});
|
|
143
|
+
Object.setPrototypeOf(this, InvalidStateTransitionException.prototype);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
export class ResourceShareLimitExceededException extends __BaseException {
|
|
147
|
+
name = "ResourceShareLimitExceededException";
|
|
148
|
+
$fault = "client";
|
|
149
|
+
constructor(opts) {
|
|
150
|
+
super({
|
|
151
|
+
name: "ResourceShareLimitExceededException",
|
|
152
|
+
$fault: "client",
|
|
153
|
+
...opts,
|
|
154
|
+
});
|
|
155
|
+
Object.setPrototypeOf(this, ResourceShareLimitExceededException.prototype);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
export class ThrottlingException extends __BaseException {
|
|
159
|
+
name = "ThrottlingException";
|
|
160
|
+
$fault = "client";
|
|
161
|
+
constructor(opts) {
|
|
162
|
+
super({
|
|
163
|
+
name: "ThrottlingException",
|
|
164
|
+
$fault: "client",
|
|
165
|
+
...opts,
|
|
166
|
+
});
|
|
167
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
export class UnknownResourceException extends __BaseException {
|
|
171
|
+
name = "UnknownResourceException";
|
|
172
|
+
$fault = "client";
|
|
173
|
+
constructor(opts) {
|
|
174
|
+
super({
|
|
175
|
+
name: "UnknownResourceException",
|
|
176
|
+
$fault: "client",
|
|
177
|
+
...opts,
|
|
178
|
+
});
|
|
179
|
+
Object.setPrototypeOf(this, UnknownResourceException.prototype);
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
export class InvalidPolicyException extends __BaseException {
|
|
183
|
+
name = "InvalidPolicyException";
|
|
184
|
+
$fault = "client";
|
|
185
|
+
constructor(opts) {
|
|
186
|
+
super({
|
|
187
|
+
name: "InvalidPolicyException",
|
|
188
|
+
$fault: "client",
|
|
189
|
+
...opts,
|
|
190
|
+
});
|
|
191
|
+
Object.setPrototypeOf(this, InvalidPolicyException.prototype);
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
export class MalformedPolicyTemplateException extends __BaseException {
|
|
195
|
+
name = "MalformedPolicyTemplateException";
|
|
196
|
+
$fault = "client";
|
|
197
|
+
constructor(opts) {
|
|
198
|
+
super({
|
|
199
|
+
name: "MalformedPolicyTemplateException",
|
|
200
|
+
$fault: "client",
|
|
201
|
+
...opts,
|
|
202
|
+
});
|
|
203
|
+
Object.setPrototypeOf(this, MalformedPolicyTemplateException.prototype);
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
export class PermissionAlreadyExistsException extends __BaseException {
|
|
207
|
+
name = "PermissionAlreadyExistsException";
|
|
208
|
+
$fault = "client";
|
|
209
|
+
constructor(opts) {
|
|
210
|
+
super({
|
|
211
|
+
name: "PermissionAlreadyExistsException",
|
|
212
|
+
$fault: "client",
|
|
213
|
+
...opts,
|
|
214
|
+
});
|
|
215
|
+
Object.setPrototypeOf(this, PermissionAlreadyExistsException.prototype);
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
export class PermissionLimitExceededException extends __BaseException {
|
|
219
|
+
name = "PermissionLimitExceededException";
|
|
220
|
+
$fault = "client";
|
|
221
|
+
constructor(opts) {
|
|
222
|
+
super({
|
|
223
|
+
name: "PermissionLimitExceededException",
|
|
224
|
+
$fault: "client",
|
|
225
|
+
...opts,
|
|
226
|
+
});
|
|
227
|
+
Object.setPrototypeOf(this, PermissionLimitExceededException.prototype);
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
export class PermissionVersionsLimitExceededException extends __BaseException {
|
|
231
|
+
name = "PermissionVersionsLimitExceededException";
|
|
232
|
+
$fault = "client";
|
|
233
|
+
constructor(opts) {
|
|
234
|
+
super({
|
|
235
|
+
name: "PermissionVersionsLimitExceededException",
|
|
236
|
+
$fault: "client",
|
|
237
|
+
...opts,
|
|
238
|
+
});
|
|
239
|
+
Object.setPrototypeOf(this, PermissionVersionsLimitExceededException.prototype);
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
export class TagLimitExceededException extends __BaseException {
|
|
243
|
+
name = "TagLimitExceededException";
|
|
244
|
+
$fault = "client";
|
|
245
|
+
constructor(opts) {
|
|
246
|
+
super({
|
|
247
|
+
name: "TagLimitExceededException",
|
|
248
|
+
$fault: "client",
|
|
249
|
+
...opts,
|
|
250
|
+
});
|
|
251
|
+
Object.setPrototypeOf(this, TagLimitExceededException.prototype);
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
export class TagPolicyViolationException extends __BaseException {
|
|
255
|
+
name = "TagPolicyViolationException";
|
|
256
|
+
$fault = "client";
|
|
257
|
+
constructor(opts) {
|
|
258
|
+
super({
|
|
259
|
+
name: "TagPolicyViolationException",
|
|
260
|
+
$fault: "client",
|
|
261
|
+
...opts,
|
|
262
|
+
});
|
|
263
|
+
Object.setPrototypeOf(this, TagPolicyViolationException.prototype);
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
export class InvalidNextTokenException extends __BaseException {
|
|
267
|
+
name = "InvalidNextTokenException";
|
|
268
|
+
$fault = "client";
|
|
269
|
+
constructor(opts) {
|
|
270
|
+
super({
|
|
271
|
+
name: "InvalidNextTokenException",
|
|
272
|
+
$fault: "client",
|
|
273
|
+
...opts,
|
|
274
|
+
});
|
|
275
|
+
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
export class ResourceArnNotFoundException extends __BaseException {
|
|
279
|
+
name = "ResourceArnNotFoundException";
|
|
280
|
+
$fault = "client";
|
|
281
|
+
constructor(opts) {
|
|
282
|
+
super({
|
|
283
|
+
name: "ResourceArnNotFoundException",
|
|
284
|
+
$fault: "client",
|
|
285
|
+
...opts,
|
|
286
|
+
});
|
|
287
|
+
Object.setPrototypeOf(this, ResourceArnNotFoundException.prototype);
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
export class InvalidMaxResultsException extends __BaseException {
|
|
291
|
+
name = "InvalidMaxResultsException";
|
|
292
|
+
$fault = "client";
|
|
293
|
+
constructor(opts) {
|
|
294
|
+
super({
|
|
295
|
+
name: "InvalidMaxResultsException",
|
|
296
|
+
$fault: "client",
|
|
297
|
+
...opts,
|
|
298
|
+
});
|
|
299
|
+
Object.setPrototypeOf(this, InvalidMaxResultsException.prototype);
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
export class MissingRequiredParameterException extends __BaseException {
|
|
303
|
+
name = "MissingRequiredParameterException";
|
|
304
|
+
$fault = "client";
|
|
305
|
+
constructor(opts) {
|
|
306
|
+
super({
|
|
307
|
+
name: "MissingRequiredParameterException",
|
|
308
|
+
$fault: "client",
|
|
309
|
+
...opts,
|
|
310
|
+
});
|
|
311
|
+
Object.setPrototypeOf(this, MissingRequiredParameterException.prototype);
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
export class InvalidResourceTypeException extends __BaseException {
|
|
315
|
+
name = "InvalidResourceTypeException";
|
|
316
|
+
$fault = "client";
|
|
317
|
+
constructor(opts) {
|
|
318
|
+
super({
|
|
319
|
+
name: "InvalidResourceTypeException",
|
|
320
|
+
$fault: "client",
|
|
321
|
+
...opts,
|
|
322
|
+
});
|
|
323
|
+
Object.setPrototypeOf(this, InvalidResourceTypeException.prototype);
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
export class UnmatchedPolicyPermissionException extends __BaseException {
|
|
327
|
+
name = "UnmatchedPolicyPermissionException";
|
|
328
|
+
$fault = "client";
|
|
329
|
+
constructor(opts) {
|
|
330
|
+
super({
|
|
331
|
+
name: "UnmatchedPolicyPermissionException",
|
|
332
|
+
$fault: "client",
|
|
333
|
+
...opts,
|
|
334
|
+
});
|
|
335
|
+
Object.setPrototypeOf(this, UnmatchedPolicyPermissionException.prototype);
|
|
336
|
+
}
|
|
337
|
+
}
|