@aws-sdk/client-ram 3.933.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
|
@@ -1,411 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export const ResourceShareAssociationType = {
|
|
3
|
-
PRINCIPAL: "PRINCIPAL",
|
|
4
|
-
RESOURCE: "RESOURCE",
|
|
5
|
-
};
|
|
6
|
-
export const ResourceShareAssociationStatus = {
|
|
7
|
-
ASSOCIATED: "ASSOCIATED",
|
|
8
|
-
ASSOCIATING: "ASSOCIATING",
|
|
9
|
-
DISASSOCIATED: "DISASSOCIATED",
|
|
10
|
-
DISASSOCIATING: "DISASSOCIATING",
|
|
11
|
-
FAILED: "FAILED",
|
|
12
|
-
};
|
|
13
|
-
export const ResourceShareInvitationStatus = {
|
|
14
|
-
ACCEPTED: "ACCEPTED",
|
|
15
|
-
EXPIRED: "EXPIRED",
|
|
16
|
-
PENDING: "PENDING",
|
|
17
|
-
REJECTED: "REJECTED",
|
|
18
|
-
};
|
|
19
|
-
export class IdempotentParameterMismatchException extends __BaseException {
|
|
20
|
-
name = "IdempotentParameterMismatchException";
|
|
21
|
-
$fault = "client";
|
|
22
|
-
constructor(opts) {
|
|
23
|
-
super({
|
|
24
|
-
name: "IdempotentParameterMismatchException",
|
|
25
|
-
$fault: "client",
|
|
26
|
-
...opts,
|
|
27
|
-
});
|
|
28
|
-
Object.setPrototypeOf(this, IdempotentParameterMismatchException.prototype);
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
export class InvalidClientTokenException extends __BaseException {
|
|
32
|
-
name = "InvalidClientTokenException";
|
|
33
|
-
$fault = "client";
|
|
34
|
-
constructor(opts) {
|
|
35
|
-
super({
|
|
36
|
-
name: "InvalidClientTokenException",
|
|
37
|
-
$fault: "client",
|
|
38
|
-
...opts,
|
|
39
|
-
});
|
|
40
|
-
Object.setPrototypeOf(this, InvalidClientTokenException.prototype);
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
export class MalformedArnException extends __BaseException {
|
|
44
|
-
name = "MalformedArnException";
|
|
45
|
-
$fault = "client";
|
|
46
|
-
constructor(opts) {
|
|
47
|
-
super({
|
|
48
|
-
name: "MalformedArnException",
|
|
49
|
-
$fault: "client",
|
|
50
|
-
...opts,
|
|
51
|
-
});
|
|
52
|
-
Object.setPrototypeOf(this, MalformedArnException.prototype);
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
export class OperationNotPermittedException extends __BaseException {
|
|
56
|
-
name = "OperationNotPermittedException";
|
|
57
|
-
$fault = "client";
|
|
58
|
-
constructor(opts) {
|
|
59
|
-
super({
|
|
60
|
-
name: "OperationNotPermittedException",
|
|
61
|
-
$fault: "client",
|
|
62
|
-
...opts,
|
|
63
|
-
});
|
|
64
|
-
Object.setPrototypeOf(this, OperationNotPermittedException.prototype);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
export class ResourceShareInvitationAlreadyAcceptedException extends __BaseException {
|
|
68
|
-
name = "ResourceShareInvitationAlreadyAcceptedException";
|
|
69
|
-
$fault = "client";
|
|
70
|
-
constructor(opts) {
|
|
71
|
-
super({
|
|
72
|
-
name: "ResourceShareInvitationAlreadyAcceptedException",
|
|
73
|
-
$fault: "client",
|
|
74
|
-
...opts,
|
|
75
|
-
});
|
|
76
|
-
Object.setPrototypeOf(this, ResourceShareInvitationAlreadyAcceptedException.prototype);
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
export class ResourceShareInvitationAlreadyRejectedException extends __BaseException {
|
|
80
|
-
name = "ResourceShareInvitationAlreadyRejectedException";
|
|
81
|
-
$fault = "client";
|
|
82
|
-
constructor(opts) {
|
|
83
|
-
super({
|
|
84
|
-
name: "ResourceShareInvitationAlreadyRejectedException",
|
|
85
|
-
$fault: "client",
|
|
86
|
-
...opts,
|
|
87
|
-
});
|
|
88
|
-
Object.setPrototypeOf(this, ResourceShareInvitationAlreadyRejectedException.prototype);
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
export class ResourceShareInvitationArnNotFoundException extends __BaseException {
|
|
92
|
-
name = "ResourceShareInvitationArnNotFoundException";
|
|
93
|
-
$fault = "client";
|
|
94
|
-
constructor(opts) {
|
|
95
|
-
super({
|
|
96
|
-
name: "ResourceShareInvitationArnNotFoundException",
|
|
97
|
-
$fault: "client",
|
|
98
|
-
...opts,
|
|
99
|
-
});
|
|
100
|
-
Object.setPrototypeOf(this, ResourceShareInvitationArnNotFoundException.prototype);
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
export class ResourceShareInvitationExpiredException extends __BaseException {
|
|
104
|
-
name = "ResourceShareInvitationExpiredException";
|
|
105
|
-
$fault = "client";
|
|
106
|
-
constructor(opts) {
|
|
107
|
-
super({
|
|
108
|
-
name: "ResourceShareInvitationExpiredException",
|
|
109
|
-
$fault: "client",
|
|
110
|
-
...opts,
|
|
111
|
-
});
|
|
112
|
-
Object.setPrototypeOf(this, ResourceShareInvitationExpiredException.prototype);
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
export class ServerInternalException extends __BaseException {
|
|
116
|
-
name = "ServerInternalException";
|
|
117
|
-
$fault = "server";
|
|
118
|
-
constructor(opts) {
|
|
119
|
-
super({
|
|
120
|
-
name: "ServerInternalException",
|
|
121
|
-
$fault: "server",
|
|
122
|
-
...opts,
|
|
123
|
-
});
|
|
124
|
-
Object.setPrototypeOf(this, ServerInternalException.prototype);
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
export class ServiceUnavailableException extends __BaseException {
|
|
128
|
-
name = "ServiceUnavailableException";
|
|
129
|
-
$fault = "server";
|
|
130
|
-
constructor(opts) {
|
|
131
|
-
super({
|
|
132
|
-
name: "ServiceUnavailableException",
|
|
133
|
-
$fault: "server",
|
|
134
|
-
...opts,
|
|
135
|
-
});
|
|
136
|
-
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
export class InvalidParameterException extends __BaseException {
|
|
140
|
-
name = "InvalidParameterException";
|
|
141
|
-
$fault = "client";
|
|
142
|
-
constructor(opts) {
|
|
143
|
-
super({
|
|
144
|
-
name: "InvalidParameterException",
|
|
145
|
-
$fault: "client",
|
|
146
|
-
...opts,
|
|
147
|
-
});
|
|
148
|
-
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
export class InvalidStateTransitionException extends __BaseException {
|
|
152
|
-
name = "InvalidStateTransitionException";
|
|
153
|
-
$fault = "client";
|
|
154
|
-
constructor(opts) {
|
|
155
|
-
super({
|
|
156
|
-
name: "InvalidStateTransitionException",
|
|
157
|
-
$fault: "client",
|
|
158
|
-
...opts,
|
|
159
|
-
});
|
|
160
|
-
Object.setPrototypeOf(this, InvalidStateTransitionException.prototype);
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
export class ResourceShareLimitExceededException extends __BaseException {
|
|
164
|
-
name = "ResourceShareLimitExceededException";
|
|
165
|
-
$fault = "client";
|
|
166
|
-
constructor(opts) {
|
|
167
|
-
super({
|
|
168
|
-
name: "ResourceShareLimitExceededException",
|
|
169
|
-
$fault: "client",
|
|
170
|
-
...opts,
|
|
171
|
-
});
|
|
172
|
-
Object.setPrototypeOf(this, ResourceShareLimitExceededException.prototype);
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
export class ThrottlingException extends __BaseException {
|
|
176
|
-
name = "ThrottlingException";
|
|
177
|
-
$fault = "client";
|
|
178
|
-
constructor(opts) {
|
|
179
|
-
super({
|
|
180
|
-
name: "ThrottlingException",
|
|
181
|
-
$fault: "client",
|
|
182
|
-
...opts,
|
|
183
|
-
});
|
|
184
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
export class UnknownResourceException extends __BaseException {
|
|
188
|
-
name = "UnknownResourceException";
|
|
189
|
-
$fault = "client";
|
|
190
|
-
constructor(opts) {
|
|
191
|
-
super({
|
|
192
|
-
name: "UnknownResourceException",
|
|
193
|
-
$fault: "client",
|
|
194
|
-
...opts,
|
|
195
|
-
});
|
|
196
|
-
Object.setPrototypeOf(this, UnknownResourceException.prototype);
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
export const PermissionFeatureSet = {
|
|
200
|
-
CREATED_FROM_POLICY: "CREATED_FROM_POLICY",
|
|
201
|
-
PROMOTING_TO_STANDARD: "PROMOTING_TO_STANDARD",
|
|
202
|
-
STANDARD: "STANDARD",
|
|
203
|
-
};
|
|
204
|
-
export const PermissionType = {
|
|
205
|
-
AWS_MANAGED: "AWS_MANAGED",
|
|
206
|
-
CUSTOMER_MANAGED: "CUSTOMER_MANAGED",
|
|
207
|
-
};
|
|
208
|
-
export class InvalidPolicyException extends __BaseException {
|
|
209
|
-
name = "InvalidPolicyException";
|
|
210
|
-
$fault = "client";
|
|
211
|
-
constructor(opts) {
|
|
212
|
-
super({
|
|
213
|
-
name: "InvalidPolicyException",
|
|
214
|
-
$fault: "client",
|
|
215
|
-
...opts,
|
|
216
|
-
});
|
|
217
|
-
Object.setPrototypeOf(this, InvalidPolicyException.prototype);
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
export class MalformedPolicyTemplateException extends __BaseException {
|
|
221
|
-
name = "MalformedPolicyTemplateException";
|
|
222
|
-
$fault = "client";
|
|
223
|
-
constructor(opts) {
|
|
224
|
-
super({
|
|
225
|
-
name: "MalformedPolicyTemplateException",
|
|
226
|
-
$fault: "client",
|
|
227
|
-
...opts,
|
|
228
|
-
});
|
|
229
|
-
Object.setPrototypeOf(this, MalformedPolicyTemplateException.prototype);
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
export class PermissionAlreadyExistsException extends __BaseException {
|
|
233
|
-
name = "PermissionAlreadyExistsException";
|
|
234
|
-
$fault = "client";
|
|
235
|
-
constructor(opts) {
|
|
236
|
-
super({
|
|
237
|
-
name: "PermissionAlreadyExistsException",
|
|
238
|
-
$fault: "client",
|
|
239
|
-
...opts,
|
|
240
|
-
});
|
|
241
|
-
Object.setPrototypeOf(this, PermissionAlreadyExistsException.prototype);
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
export class PermissionLimitExceededException extends __BaseException {
|
|
245
|
-
name = "PermissionLimitExceededException";
|
|
246
|
-
$fault = "client";
|
|
247
|
-
constructor(opts) {
|
|
248
|
-
super({
|
|
249
|
-
name: "PermissionLimitExceededException",
|
|
250
|
-
$fault: "client",
|
|
251
|
-
...opts,
|
|
252
|
-
});
|
|
253
|
-
Object.setPrototypeOf(this, PermissionLimitExceededException.prototype);
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
export const PermissionStatus = {
|
|
257
|
-
ATTACHABLE: "ATTACHABLE",
|
|
258
|
-
DELETED: "DELETED",
|
|
259
|
-
DELETING: "DELETING",
|
|
260
|
-
UNATTACHABLE: "UNATTACHABLE",
|
|
261
|
-
};
|
|
262
|
-
export class PermissionVersionsLimitExceededException extends __BaseException {
|
|
263
|
-
name = "PermissionVersionsLimitExceededException";
|
|
264
|
-
$fault = "client";
|
|
265
|
-
constructor(opts) {
|
|
266
|
-
super({
|
|
267
|
-
name: "PermissionVersionsLimitExceededException",
|
|
268
|
-
$fault: "client",
|
|
269
|
-
...opts,
|
|
270
|
-
});
|
|
271
|
-
Object.setPrototypeOf(this, PermissionVersionsLimitExceededException.prototype);
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
export const ResourceShareFeatureSet = {
|
|
275
|
-
CREATED_FROM_POLICY: "CREATED_FROM_POLICY",
|
|
276
|
-
PROMOTING_TO_STANDARD: "PROMOTING_TO_STANDARD",
|
|
277
|
-
STANDARD: "STANDARD",
|
|
278
|
-
};
|
|
279
|
-
export const ResourceShareStatus = {
|
|
280
|
-
ACTIVE: "ACTIVE",
|
|
281
|
-
DELETED: "DELETED",
|
|
282
|
-
DELETING: "DELETING",
|
|
283
|
-
FAILED: "FAILED",
|
|
284
|
-
PENDING: "PENDING",
|
|
285
|
-
};
|
|
286
|
-
export class TagLimitExceededException extends __BaseException {
|
|
287
|
-
name = "TagLimitExceededException";
|
|
288
|
-
$fault = "client";
|
|
289
|
-
constructor(opts) {
|
|
290
|
-
super({
|
|
291
|
-
name: "TagLimitExceededException",
|
|
292
|
-
$fault: "client",
|
|
293
|
-
...opts,
|
|
294
|
-
});
|
|
295
|
-
Object.setPrototypeOf(this, TagLimitExceededException.prototype);
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
export class TagPolicyViolationException extends __BaseException {
|
|
299
|
-
name = "TagPolicyViolationException";
|
|
300
|
-
$fault = "client";
|
|
301
|
-
constructor(opts) {
|
|
302
|
-
super({
|
|
303
|
-
name: "TagPolicyViolationException",
|
|
304
|
-
$fault: "client",
|
|
305
|
-
...opts,
|
|
306
|
-
});
|
|
307
|
-
Object.setPrototypeOf(this, TagPolicyViolationException.prototype);
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
export class InvalidNextTokenException extends __BaseException {
|
|
311
|
-
name = "InvalidNextTokenException";
|
|
312
|
-
$fault = "client";
|
|
313
|
-
constructor(opts) {
|
|
314
|
-
super({
|
|
315
|
-
name: "InvalidNextTokenException",
|
|
316
|
-
$fault: "client",
|
|
317
|
-
...opts,
|
|
318
|
-
});
|
|
319
|
-
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
|
-
export class ResourceArnNotFoundException extends __BaseException {
|
|
323
|
-
name = "ResourceArnNotFoundException";
|
|
324
|
-
$fault = "client";
|
|
325
|
-
constructor(opts) {
|
|
326
|
-
super({
|
|
327
|
-
name: "ResourceArnNotFoundException",
|
|
328
|
-
$fault: "client",
|
|
329
|
-
...opts,
|
|
330
|
-
});
|
|
331
|
-
Object.setPrototypeOf(this, ResourceArnNotFoundException.prototype);
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
export class InvalidMaxResultsException extends __BaseException {
|
|
335
|
-
name = "InvalidMaxResultsException";
|
|
336
|
-
$fault = "client";
|
|
337
|
-
constructor(opts) {
|
|
338
|
-
super({
|
|
339
|
-
name: "InvalidMaxResultsException",
|
|
340
|
-
$fault: "client",
|
|
341
|
-
...opts,
|
|
342
|
-
});
|
|
343
|
-
Object.setPrototypeOf(this, InvalidMaxResultsException.prototype);
|
|
344
|
-
}
|
|
345
|
-
}
|
|
346
|
-
export const ResourceOwner = {
|
|
347
|
-
OTHER_ACCOUNTS: "OTHER-ACCOUNTS",
|
|
348
|
-
SELF: "SELF",
|
|
349
|
-
};
|
|
350
|
-
export const ResourceRegionScopeFilter = {
|
|
351
|
-
ALL: "ALL",
|
|
352
|
-
GLOBAL: "GLOBAL",
|
|
353
|
-
REGIONAL: "REGIONAL",
|
|
354
|
-
};
|
|
355
|
-
export const ResourceRegionScope = {
|
|
356
|
-
GLOBAL: "GLOBAL",
|
|
357
|
-
REGIONAL: "REGIONAL",
|
|
358
|
-
};
|
|
359
|
-
export const ResourceStatus = {
|
|
360
|
-
AVAILABLE: "AVAILABLE",
|
|
361
|
-
LIMIT_EXCEEDED: "LIMIT_EXCEEDED",
|
|
362
|
-
PENDING: "PENDING",
|
|
363
|
-
UNAVAILABLE: "UNAVAILABLE",
|
|
364
|
-
ZONAL_RESOURCE_INACCESSIBLE: "ZONAL_RESOURCE_INACCESSIBLE",
|
|
365
|
-
};
|
|
366
|
-
export class MissingRequiredParameterException extends __BaseException {
|
|
367
|
-
name = "MissingRequiredParameterException";
|
|
368
|
-
$fault = "client";
|
|
369
|
-
constructor(opts) {
|
|
370
|
-
super({
|
|
371
|
-
name: "MissingRequiredParameterException",
|
|
372
|
-
$fault: "client",
|
|
373
|
-
...opts,
|
|
374
|
-
});
|
|
375
|
-
Object.setPrototypeOf(this, MissingRequiredParameterException.prototype);
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
export const PermissionTypeFilter = {
|
|
379
|
-
ALL: "ALL",
|
|
380
|
-
AWS_MANAGED: "AWS_MANAGED",
|
|
381
|
-
CUSTOMER_MANAGED: "CUSTOMER_MANAGED",
|
|
382
|
-
};
|
|
383
|
-
export const ReplacePermissionAssociationsWorkStatus = {
|
|
384
|
-
COMPLETED: "COMPLETED",
|
|
385
|
-
FAILED: "FAILED",
|
|
386
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
387
|
-
};
|
|
388
|
-
export class InvalidResourceTypeException extends __BaseException {
|
|
389
|
-
name = "InvalidResourceTypeException";
|
|
390
|
-
$fault = "client";
|
|
391
|
-
constructor(opts) {
|
|
392
|
-
super({
|
|
393
|
-
name: "InvalidResourceTypeException",
|
|
394
|
-
$fault: "client",
|
|
395
|
-
...opts,
|
|
396
|
-
});
|
|
397
|
-
Object.setPrototypeOf(this, InvalidResourceTypeException.prototype);
|
|
398
|
-
}
|
|
399
|
-
}
|
|
400
|
-
export class UnmatchedPolicyPermissionException extends __BaseException {
|
|
401
|
-
name = "UnmatchedPolicyPermissionException";
|
|
402
|
-
$fault = "client";
|
|
403
|
-
constructor(opts) {
|
|
404
|
-
super({
|
|
405
|
-
name: "UnmatchedPolicyPermissionException",
|
|
406
|
-
$fault: "client",
|
|
407
|
-
...opts,
|
|
408
|
-
});
|
|
409
|
-
Object.setPrototypeOf(this, UnmatchedPolicyPermissionException.prototype);
|
|
410
|
-
}
|
|
411
|
-
}
|
|
1
|
+
export {};
|
|
@@ -246,7 +246,7 @@ const _wI = "workIds";
|
|
|
246
246
|
const _xN = "xmlName";
|
|
247
247
|
const n0 = "com.amazonaws.ram";
|
|
248
248
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
249
|
-
import { IdempotentParameterMismatchException as __IdempotentParameterMismatchException, InvalidClientTokenException as __InvalidClientTokenException, InvalidMaxResultsException as __InvalidMaxResultsException, InvalidNextTokenException as __InvalidNextTokenException, InvalidParameterException as __InvalidParameterException, InvalidPolicyException as __InvalidPolicyException, InvalidResourceTypeException as __InvalidResourceTypeException, InvalidStateTransitionException as __InvalidStateTransitionException, MalformedArnException as __MalformedArnException, MalformedPolicyTemplateException as __MalformedPolicyTemplateException, MissingRequiredParameterException as __MissingRequiredParameterException, OperationNotPermittedException as __OperationNotPermittedException, PermissionAlreadyExistsException as __PermissionAlreadyExistsException, PermissionLimitExceededException as __PermissionLimitExceededException, PermissionVersionsLimitExceededException as __PermissionVersionsLimitExceededException, ResourceArnNotFoundException as __ResourceArnNotFoundException, ResourceShareInvitationAlreadyAcceptedException as __ResourceShareInvitationAlreadyAcceptedException, ResourceShareInvitationAlreadyRejectedException as __ResourceShareInvitationAlreadyRejectedException, ResourceShareInvitationArnNotFoundException as __ResourceShareInvitationArnNotFoundException, ResourceShareInvitationExpiredException as __ResourceShareInvitationExpiredException, ResourceShareLimitExceededException as __ResourceShareLimitExceededException, ServerInternalException as __ServerInternalException, ServiceUnavailableException as __ServiceUnavailableException, TagLimitExceededException as __TagLimitExceededException, TagPolicyViolationException as __TagPolicyViolationException, ThrottlingException as __ThrottlingException, UnknownResourceException as __UnknownResourceException, UnmatchedPolicyPermissionException as __UnmatchedPolicyPermissionException, } from "../models/
|
|
249
|
+
import { IdempotentParameterMismatchException as __IdempotentParameterMismatchException, InvalidClientTokenException as __InvalidClientTokenException, InvalidMaxResultsException as __InvalidMaxResultsException, InvalidNextTokenException as __InvalidNextTokenException, InvalidParameterException as __InvalidParameterException, InvalidPolicyException as __InvalidPolicyException, InvalidResourceTypeException as __InvalidResourceTypeException, InvalidStateTransitionException as __InvalidStateTransitionException, MalformedArnException as __MalformedArnException, MalformedPolicyTemplateException as __MalformedPolicyTemplateException, MissingRequiredParameterException as __MissingRequiredParameterException, OperationNotPermittedException as __OperationNotPermittedException, PermissionAlreadyExistsException as __PermissionAlreadyExistsException, PermissionLimitExceededException as __PermissionLimitExceededException, PermissionVersionsLimitExceededException as __PermissionVersionsLimitExceededException, ResourceArnNotFoundException as __ResourceArnNotFoundException, ResourceShareInvitationAlreadyAcceptedException as __ResourceShareInvitationAlreadyAcceptedException, ResourceShareInvitationAlreadyRejectedException as __ResourceShareInvitationAlreadyRejectedException, ResourceShareInvitationArnNotFoundException as __ResourceShareInvitationArnNotFoundException, ResourceShareInvitationExpiredException as __ResourceShareInvitationExpiredException, ResourceShareLimitExceededException as __ResourceShareLimitExceededException, ServerInternalException as __ServerInternalException, ServiceUnavailableException as __ServiceUnavailableException, TagLimitExceededException as __TagLimitExceededException, TagPolicyViolationException as __TagPolicyViolationException, ThrottlingException as __ThrottlingException, UnknownResourceException as __UnknownResourceException, UnmatchedPolicyPermissionException as __UnmatchedPolicyPermissionException, } from "../models/errors";
|
|
250
250
|
import { RAMServiceException as __RAMServiceException } from "../models/RAMServiceException";
|
|
251
251
|
export var AcceptResourceShareInvitationRequest = [3, n0, _ARSIR, 0, [_rSIA, _cT], [0, 0]];
|
|
252
252
|
export var AcceptResourceShareInvitationResponse = [
|
package/dist-types/index.d.ts
CHANGED
|
@@ -29,5 +29,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
29
29
|
export type { RAMExtensionConfiguration } from "./extensionConfiguration";
|
|
30
30
|
export * from "./commands";
|
|
31
31
|
export * from "./pagination";
|
|
32
|
-
export * from "./models";
|
|
32
|
+
export * from "./models/enums";
|
|
33
|
+
export * from "./models/errors";
|
|
34
|
+
export type * from "./models/models_0";
|
|
33
35
|
export { RAMServiceException } from "./models/RAMServiceException";
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @enum
|
|
4
|
+
*/
|
|
5
|
+
export declare const ResourceShareAssociationType: {
|
|
6
|
+
readonly PRINCIPAL: "PRINCIPAL";
|
|
7
|
+
readonly RESOURCE: "RESOURCE";
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export type ResourceShareAssociationType = (typeof ResourceShareAssociationType)[keyof typeof ResourceShareAssociationType];
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
* @enum
|
|
16
|
+
*/
|
|
17
|
+
export declare const ResourceShareAssociationStatus: {
|
|
18
|
+
readonly ASSOCIATED: "ASSOCIATED";
|
|
19
|
+
readonly ASSOCIATING: "ASSOCIATING";
|
|
20
|
+
readonly DISASSOCIATED: "DISASSOCIATED";
|
|
21
|
+
readonly DISASSOCIATING: "DISASSOCIATING";
|
|
22
|
+
readonly FAILED: "FAILED";
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
export type ResourceShareAssociationStatus = (typeof ResourceShareAssociationStatus)[keyof typeof ResourceShareAssociationStatus];
|
|
28
|
+
/**
|
|
29
|
+
* @public
|
|
30
|
+
* @enum
|
|
31
|
+
*/
|
|
32
|
+
export declare const ResourceShareInvitationStatus: {
|
|
33
|
+
readonly ACCEPTED: "ACCEPTED";
|
|
34
|
+
readonly EXPIRED: "EXPIRED";
|
|
35
|
+
readonly PENDING: "PENDING";
|
|
36
|
+
readonly REJECTED: "REJECTED";
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
export type ResourceShareInvitationStatus = (typeof ResourceShareInvitationStatus)[keyof typeof ResourceShareInvitationStatus];
|
|
42
|
+
/**
|
|
43
|
+
* @public
|
|
44
|
+
* @enum
|
|
45
|
+
*/
|
|
46
|
+
export declare const PermissionFeatureSet: {
|
|
47
|
+
readonly CREATED_FROM_POLICY: "CREATED_FROM_POLICY";
|
|
48
|
+
readonly PROMOTING_TO_STANDARD: "PROMOTING_TO_STANDARD";
|
|
49
|
+
readonly STANDARD: "STANDARD";
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
export type PermissionFeatureSet = (typeof PermissionFeatureSet)[keyof typeof PermissionFeatureSet];
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
* @enum
|
|
58
|
+
*/
|
|
59
|
+
export declare const PermissionType: {
|
|
60
|
+
readonly AWS_MANAGED: "AWS_MANAGED";
|
|
61
|
+
readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
export type PermissionType = (typeof PermissionType)[keyof typeof PermissionType];
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
* @enum
|
|
70
|
+
*/
|
|
71
|
+
export declare const PermissionStatus: {
|
|
72
|
+
readonly ATTACHABLE: "ATTACHABLE";
|
|
73
|
+
readonly DELETED: "DELETED";
|
|
74
|
+
readonly DELETING: "DELETING";
|
|
75
|
+
readonly UNATTACHABLE: "UNATTACHABLE";
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export type PermissionStatus = (typeof PermissionStatus)[keyof typeof PermissionStatus];
|
|
81
|
+
/**
|
|
82
|
+
* @public
|
|
83
|
+
* @enum
|
|
84
|
+
*/
|
|
85
|
+
export declare const ResourceShareFeatureSet: {
|
|
86
|
+
readonly CREATED_FROM_POLICY: "CREATED_FROM_POLICY";
|
|
87
|
+
readonly PROMOTING_TO_STANDARD: "PROMOTING_TO_STANDARD";
|
|
88
|
+
readonly STANDARD: "STANDARD";
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
export type ResourceShareFeatureSet = (typeof ResourceShareFeatureSet)[keyof typeof ResourceShareFeatureSet];
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
* @enum
|
|
97
|
+
*/
|
|
98
|
+
export declare const ResourceShareStatus: {
|
|
99
|
+
readonly ACTIVE: "ACTIVE";
|
|
100
|
+
readonly DELETED: "DELETED";
|
|
101
|
+
readonly DELETING: "DELETING";
|
|
102
|
+
readonly FAILED: "FAILED";
|
|
103
|
+
readonly PENDING: "PENDING";
|
|
104
|
+
};
|
|
105
|
+
/**
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
export type ResourceShareStatus = (typeof ResourceShareStatus)[keyof typeof ResourceShareStatus];
|
|
109
|
+
/**
|
|
110
|
+
* @public
|
|
111
|
+
* @enum
|
|
112
|
+
*/
|
|
113
|
+
export declare const ResourceOwner: {
|
|
114
|
+
readonly OTHER_ACCOUNTS: "OTHER-ACCOUNTS";
|
|
115
|
+
readonly SELF: "SELF";
|
|
116
|
+
};
|
|
117
|
+
/**
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
export type ResourceOwner = (typeof ResourceOwner)[keyof typeof ResourceOwner];
|
|
121
|
+
/**
|
|
122
|
+
* @public
|
|
123
|
+
* @enum
|
|
124
|
+
*/
|
|
125
|
+
export declare const ResourceRegionScopeFilter: {
|
|
126
|
+
readonly ALL: "ALL";
|
|
127
|
+
readonly GLOBAL: "GLOBAL";
|
|
128
|
+
readonly REGIONAL: "REGIONAL";
|
|
129
|
+
};
|
|
130
|
+
/**
|
|
131
|
+
* @public
|
|
132
|
+
*/
|
|
133
|
+
export type ResourceRegionScopeFilter = (typeof ResourceRegionScopeFilter)[keyof typeof ResourceRegionScopeFilter];
|
|
134
|
+
/**
|
|
135
|
+
* @public
|
|
136
|
+
* @enum
|
|
137
|
+
*/
|
|
138
|
+
export declare const ResourceRegionScope: {
|
|
139
|
+
readonly GLOBAL: "GLOBAL";
|
|
140
|
+
readonly REGIONAL: "REGIONAL";
|
|
141
|
+
};
|
|
142
|
+
/**
|
|
143
|
+
* @public
|
|
144
|
+
*/
|
|
145
|
+
export type ResourceRegionScope = (typeof ResourceRegionScope)[keyof typeof ResourceRegionScope];
|
|
146
|
+
/**
|
|
147
|
+
* @public
|
|
148
|
+
* @enum
|
|
149
|
+
*/
|
|
150
|
+
export declare const ResourceStatus: {
|
|
151
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
152
|
+
readonly LIMIT_EXCEEDED: "LIMIT_EXCEEDED";
|
|
153
|
+
readonly PENDING: "PENDING";
|
|
154
|
+
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
155
|
+
readonly ZONAL_RESOURCE_INACCESSIBLE: "ZONAL_RESOURCE_INACCESSIBLE";
|
|
156
|
+
};
|
|
157
|
+
/**
|
|
158
|
+
* @public
|
|
159
|
+
*/
|
|
160
|
+
export type ResourceStatus = (typeof ResourceStatus)[keyof typeof ResourceStatus];
|
|
161
|
+
/**
|
|
162
|
+
* @public
|
|
163
|
+
* @enum
|
|
164
|
+
*/
|
|
165
|
+
export declare const PermissionTypeFilter: {
|
|
166
|
+
readonly ALL: "ALL";
|
|
167
|
+
readonly AWS_MANAGED: "AWS_MANAGED";
|
|
168
|
+
readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
|
|
169
|
+
};
|
|
170
|
+
/**
|
|
171
|
+
* @public
|
|
172
|
+
*/
|
|
173
|
+
export type PermissionTypeFilter = (typeof PermissionTypeFilter)[keyof typeof PermissionTypeFilter];
|
|
174
|
+
/**
|
|
175
|
+
* @public
|
|
176
|
+
* @enum
|
|
177
|
+
*/
|
|
178
|
+
export declare const ReplacePermissionAssociationsWorkStatus: {
|
|
179
|
+
readonly COMPLETED: "COMPLETED";
|
|
180
|
+
readonly FAILED: "FAILED";
|
|
181
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
182
|
+
};
|
|
183
|
+
/**
|
|
184
|
+
* @public
|
|
185
|
+
*/
|
|
186
|
+
export type ReplacePermissionAssociationsWorkStatus = (typeof ReplacePermissionAssociationsWorkStatus)[keyof typeof ReplacePermissionAssociationsWorkStatus];
|