@aws-sdk/client-ram 3.489.0 → 3.495.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 (61) hide show
  1. package/dist-cjs/RAM.js +1 -79
  2. package/dist-cjs/RAMClient.js +1 -43
  3. package/dist-cjs/commands/AcceptResourceShareInvitationCommand.js +1 -28
  4. package/dist-cjs/commands/AssociateResourceShareCommand.js +1 -28
  5. package/dist-cjs/commands/AssociateResourceSharePermissionCommand.js +1 -28
  6. package/dist-cjs/commands/CreatePermissionCommand.js +1 -28
  7. package/dist-cjs/commands/CreatePermissionVersionCommand.js +1 -28
  8. package/dist-cjs/commands/CreateResourceShareCommand.js +1 -28
  9. package/dist-cjs/commands/DeletePermissionCommand.js +1 -28
  10. package/dist-cjs/commands/DeletePermissionVersionCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteResourceShareCommand.js +1 -28
  12. package/dist-cjs/commands/DisassociateResourceShareCommand.js +1 -28
  13. package/dist-cjs/commands/DisassociateResourceSharePermissionCommand.js +1 -28
  14. package/dist-cjs/commands/EnableSharingWithAwsOrganizationCommand.js +1 -28
  15. package/dist-cjs/commands/GetPermissionCommand.js +1 -28
  16. package/dist-cjs/commands/GetResourcePoliciesCommand.js +1 -28
  17. package/dist-cjs/commands/GetResourceShareAssociationsCommand.js +1 -28
  18. package/dist-cjs/commands/GetResourceShareInvitationsCommand.js +1 -28
  19. package/dist-cjs/commands/GetResourceSharesCommand.js +1 -28
  20. package/dist-cjs/commands/ListPendingInvitationResourcesCommand.js +1 -28
  21. package/dist-cjs/commands/ListPermissionAssociationsCommand.js +1 -28
  22. package/dist-cjs/commands/ListPermissionVersionsCommand.js +1 -28
  23. package/dist-cjs/commands/ListPermissionsCommand.js +1 -28
  24. package/dist-cjs/commands/ListPrincipalsCommand.js +1 -28
  25. package/dist-cjs/commands/ListReplacePermissionAssociationsWorkCommand.js +1 -28
  26. package/dist-cjs/commands/ListResourceSharePermissionsCommand.js +1 -28
  27. package/dist-cjs/commands/ListResourceTypesCommand.js +1 -28
  28. package/dist-cjs/commands/ListResourcesCommand.js +1 -28
  29. package/dist-cjs/commands/PromotePermissionCreatedFromPolicyCommand.js +1 -28
  30. package/dist-cjs/commands/PromoteResourceShareCreatedFromPolicyCommand.js +1 -28
  31. package/dist-cjs/commands/RejectResourceShareInvitationCommand.js +1 -28
  32. package/dist-cjs/commands/ReplacePermissionAssociationsCommand.js +1 -28
  33. package/dist-cjs/commands/SetDefaultPermissionVersionCommand.js +1 -28
  34. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  35. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  36. package/dist-cjs/commands/UpdateResourceShareCommand.js +1 -28
  37. package/dist-cjs/commands/index.js +1 -37
  38. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  39. package/dist-cjs/extensionConfiguration.js +1 -2
  40. package/dist-cjs/index.js +4539 -11
  41. package/dist-cjs/models/RAMServiceException.js +1 -12
  42. package/dist-cjs/models/index.js +1 -4
  43. package/dist-cjs/models/models_0.js +1 -442
  44. package/dist-cjs/pagination/GetResourcePoliciesPaginator.js +1 -7
  45. package/dist-cjs/pagination/GetResourceShareAssociationsPaginator.js +1 -7
  46. package/dist-cjs/pagination/GetResourceShareInvitationsPaginator.js +1 -7
  47. package/dist-cjs/pagination/GetResourceSharesPaginator.js +1 -7
  48. package/dist-cjs/pagination/Interfaces.js +1 -2
  49. package/dist-cjs/pagination/ListPendingInvitationResourcesPaginator.js +1 -7
  50. package/dist-cjs/pagination/ListPermissionAssociationsPaginator.js +1 -7
  51. package/dist-cjs/pagination/ListPermissionVersionsPaginator.js +1 -7
  52. package/dist-cjs/pagination/ListPermissionsPaginator.js +1 -7
  53. package/dist-cjs/pagination/ListPrincipalsPaginator.js +1 -7
  54. package/dist-cjs/pagination/ListReplacePermissionAssociationsWorkPaginator.js +1 -7
  55. package/dist-cjs/pagination/ListResourceSharePermissionsPaginator.js +1 -7
  56. package/dist-cjs/pagination/ListResourceTypesPaginator.js +1 -7
  57. package/dist-cjs/pagination/ListResourcesPaginator.js +1 -7
  58. package/dist-cjs/pagination/index.js +1 -17
  59. package/dist-cjs/protocols/Aws_restJson1.js +1 -3027
  60. package/dist-cjs/runtimeExtensions.js +1 -22
  61. package/package.json +40 -40
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RAMServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class RAMServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, RAMServiceException.prototype);
10
- }
11
- }
12
- exports.RAMServiceException = RAMServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,442 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UnmatchedPolicyPermissionException = exports.InvalidResourceTypeException = exports.ReplacePermissionAssociationsWorkStatus = exports.PermissionTypeFilter = exports.MissingRequiredParameterException = exports.ResourceStatus = exports.ResourceRegionScope = exports.ResourceRegionScopeFilter = exports.ResourceOwner = exports.InvalidMaxResultsException = exports.ResourceArnNotFoundException = exports.InvalidNextTokenException = exports.TagPolicyViolationException = exports.TagLimitExceededException = exports.ResourceShareStatus = exports.ResourceShareFeatureSet = exports.PermissionVersionsLimitExceededException = exports.PermissionStatus = exports.PermissionLimitExceededException = exports.PermissionAlreadyExistsException = exports.MalformedPolicyTemplateException = exports.InvalidPolicyException = exports.PermissionType = exports.PermissionFeatureSet = exports.UnknownResourceException = exports.ThrottlingException = exports.ResourceShareLimitExceededException = exports.InvalidStateTransitionException = exports.InvalidParameterException = exports.ServiceUnavailableException = exports.ServerInternalException = exports.ResourceShareInvitationExpiredException = exports.ResourceShareInvitationArnNotFoundException = exports.ResourceShareInvitationAlreadyRejectedException = exports.ResourceShareInvitationAlreadyAcceptedException = exports.OperationNotPermittedException = exports.MalformedArnException = exports.InvalidClientTokenException = exports.IdempotentParameterMismatchException = exports.ResourceShareInvitationStatus = exports.ResourceShareAssociationStatus = exports.ResourceShareAssociationType = void 0;
4
- const RAMServiceException_1 = require("./RAMServiceException");
5
- exports.ResourceShareAssociationType = {
6
- PRINCIPAL: "PRINCIPAL",
7
- RESOURCE: "RESOURCE",
8
- };
9
- exports.ResourceShareAssociationStatus = {
10
- ASSOCIATED: "ASSOCIATED",
11
- ASSOCIATING: "ASSOCIATING",
12
- DISASSOCIATED: "DISASSOCIATED",
13
- DISASSOCIATING: "DISASSOCIATING",
14
- FAILED: "FAILED",
15
- };
16
- exports.ResourceShareInvitationStatus = {
17
- ACCEPTED: "ACCEPTED",
18
- EXPIRED: "EXPIRED",
19
- PENDING: "PENDING",
20
- REJECTED: "REJECTED",
21
- };
22
- class IdempotentParameterMismatchException extends RAMServiceException_1.RAMServiceException {
23
- constructor(opts) {
24
- super({
25
- name: "IdempotentParameterMismatchException",
26
- $fault: "client",
27
- ...opts,
28
- });
29
- this.name = "IdempotentParameterMismatchException";
30
- this.$fault = "client";
31
- Object.setPrototypeOf(this, IdempotentParameterMismatchException.prototype);
32
- }
33
- }
34
- exports.IdempotentParameterMismatchException = IdempotentParameterMismatchException;
35
- class InvalidClientTokenException extends RAMServiceException_1.RAMServiceException {
36
- constructor(opts) {
37
- super({
38
- name: "InvalidClientTokenException",
39
- $fault: "client",
40
- ...opts,
41
- });
42
- this.name = "InvalidClientTokenException";
43
- this.$fault = "client";
44
- Object.setPrototypeOf(this, InvalidClientTokenException.prototype);
45
- }
46
- }
47
- exports.InvalidClientTokenException = InvalidClientTokenException;
48
- class MalformedArnException extends RAMServiceException_1.RAMServiceException {
49
- constructor(opts) {
50
- super({
51
- name: "MalformedArnException",
52
- $fault: "client",
53
- ...opts,
54
- });
55
- this.name = "MalformedArnException";
56
- this.$fault = "client";
57
- Object.setPrototypeOf(this, MalformedArnException.prototype);
58
- }
59
- }
60
- exports.MalformedArnException = MalformedArnException;
61
- class OperationNotPermittedException extends RAMServiceException_1.RAMServiceException {
62
- constructor(opts) {
63
- super({
64
- name: "OperationNotPermittedException",
65
- $fault: "client",
66
- ...opts,
67
- });
68
- this.name = "OperationNotPermittedException";
69
- this.$fault = "client";
70
- Object.setPrototypeOf(this, OperationNotPermittedException.prototype);
71
- }
72
- }
73
- exports.OperationNotPermittedException = OperationNotPermittedException;
74
- class ResourceShareInvitationAlreadyAcceptedException extends RAMServiceException_1.RAMServiceException {
75
- constructor(opts) {
76
- super({
77
- name: "ResourceShareInvitationAlreadyAcceptedException",
78
- $fault: "client",
79
- ...opts,
80
- });
81
- this.name = "ResourceShareInvitationAlreadyAcceptedException";
82
- this.$fault = "client";
83
- Object.setPrototypeOf(this, ResourceShareInvitationAlreadyAcceptedException.prototype);
84
- }
85
- }
86
- exports.ResourceShareInvitationAlreadyAcceptedException = ResourceShareInvitationAlreadyAcceptedException;
87
- class ResourceShareInvitationAlreadyRejectedException extends RAMServiceException_1.RAMServiceException {
88
- constructor(opts) {
89
- super({
90
- name: "ResourceShareInvitationAlreadyRejectedException",
91
- $fault: "client",
92
- ...opts,
93
- });
94
- this.name = "ResourceShareInvitationAlreadyRejectedException";
95
- this.$fault = "client";
96
- Object.setPrototypeOf(this, ResourceShareInvitationAlreadyRejectedException.prototype);
97
- }
98
- }
99
- exports.ResourceShareInvitationAlreadyRejectedException = ResourceShareInvitationAlreadyRejectedException;
100
- class ResourceShareInvitationArnNotFoundException extends RAMServiceException_1.RAMServiceException {
101
- constructor(opts) {
102
- super({
103
- name: "ResourceShareInvitationArnNotFoundException",
104
- $fault: "client",
105
- ...opts,
106
- });
107
- this.name = "ResourceShareInvitationArnNotFoundException";
108
- this.$fault = "client";
109
- Object.setPrototypeOf(this, ResourceShareInvitationArnNotFoundException.prototype);
110
- }
111
- }
112
- exports.ResourceShareInvitationArnNotFoundException = ResourceShareInvitationArnNotFoundException;
113
- class ResourceShareInvitationExpiredException extends RAMServiceException_1.RAMServiceException {
114
- constructor(opts) {
115
- super({
116
- name: "ResourceShareInvitationExpiredException",
117
- $fault: "client",
118
- ...opts,
119
- });
120
- this.name = "ResourceShareInvitationExpiredException";
121
- this.$fault = "client";
122
- Object.setPrototypeOf(this, ResourceShareInvitationExpiredException.prototype);
123
- }
124
- }
125
- exports.ResourceShareInvitationExpiredException = ResourceShareInvitationExpiredException;
126
- class ServerInternalException extends RAMServiceException_1.RAMServiceException {
127
- constructor(opts) {
128
- super({
129
- name: "ServerInternalException",
130
- $fault: "server",
131
- ...opts,
132
- });
133
- this.name = "ServerInternalException";
134
- this.$fault = "server";
135
- Object.setPrototypeOf(this, ServerInternalException.prototype);
136
- }
137
- }
138
- exports.ServerInternalException = ServerInternalException;
139
- class ServiceUnavailableException extends RAMServiceException_1.RAMServiceException {
140
- constructor(opts) {
141
- super({
142
- name: "ServiceUnavailableException",
143
- $fault: "server",
144
- ...opts,
145
- });
146
- this.name = "ServiceUnavailableException";
147
- this.$fault = "server";
148
- Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
149
- }
150
- }
151
- exports.ServiceUnavailableException = ServiceUnavailableException;
152
- class InvalidParameterException extends RAMServiceException_1.RAMServiceException {
153
- constructor(opts) {
154
- super({
155
- name: "InvalidParameterException",
156
- $fault: "client",
157
- ...opts,
158
- });
159
- this.name = "InvalidParameterException";
160
- this.$fault = "client";
161
- Object.setPrototypeOf(this, InvalidParameterException.prototype);
162
- }
163
- }
164
- exports.InvalidParameterException = InvalidParameterException;
165
- class InvalidStateTransitionException extends RAMServiceException_1.RAMServiceException {
166
- constructor(opts) {
167
- super({
168
- name: "InvalidStateTransitionException",
169
- $fault: "client",
170
- ...opts,
171
- });
172
- this.name = "InvalidStateTransitionException";
173
- this.$fault = "client";
174
- Object.setPrototypeOf(this, InvalidStateTransitionException.prototype);
175
- }
176
- }
177
- exports.InvalidStateTransitionException = InvalidStateTransitionException;
178
- class ResourceShareLimitExceededException extends RAMServiceException_1.RAMServiceException {
179
- constructor(opts) {
180
- super({
181
- name: "ResourceShareLimitExceededException",
182
- $fault: "client",
183
- ...opts,
184
- });
185
- this.name = "ResourceShareLimitExceededException";
186
- this.$fault = "client";
187
- Object.setPrototypeOf(this, ResourceShareLimitExceededException.prototype);
188
- }
189
- }
190
- exports.ResourceShareLimitExceededException = ResourceShareLimitExceededException;
191
- class ThrottlingException extends RAMServiceException_1.RAMServiceException {
192
- constructor(opts) {
193
- super({
194
- name: "ThrottlingException",
195
- $fault: "client",
196
- ...opts,
197
- });
198
- this.name = "ThrottlingException";
199
- this.$fault = "client";
200
- Object.setPrototypeOf(this, ThrottlingException.prototype);
201
- }
202
- }
203
- exports.ThrottlingException = ThrottlingException;
204
- class UnknownResourceException extends RAMServiceException_1.RAMServiceException {
205
- constructor(opts) {
206
- super({
207
- name: "UnknownResourceException",
208
- $fault: "client",
209
- ...opts,
210
- });
211
- this.name = "UnknownResourceException";
212
- this.$fault = "client";
213
- Object.setPrototypeOf(this, UnknownResourceException.prototype);
214
- }
215
- }
216
- exports.UnknownResourceException = UnknownResourceException;
217
- exports.PermissionFeatureSet = {
218
- CREATED_FROM_POLICY: "CREATED_FROM_POLICY",
219
- PROMOTING_TO_STANDARD: "PROMOTING_TO_STANDARD",
220
- STANDARD: "STANDARD",
221
- };
222
- exports.PermissionType = {
223
- AWS_MANAGED: "AWS_MANAGED",
224
- CUSTOMER_MANAGED: "CUSTOMER_MANAGED",
225
- };
226
- class InvalidPolicyException extends RAMServiceException_1.RAMServiceException {
227
- constructor(opts) {
228
- super({
229
- name: "InvalidPolicyException",
230
- $fault: "client",
231
- ...opts,
232
- });
233
- this.name = "InvalidPolicyException";
234
- this.$fault = "client";
235
- Object.setPrototypeOf(this, InvalidPolicyException.prototype);
236
- }
237
- }
238
- exports.InvalidPolicyException = InvalidPolicyException;
239
- class MalformedPolicyTemplateException extends RAMServiceException_1.RAMServiceException {
240
- constructor(opts) {
241
- super({
242
- name: "MalformedPolicyTemplateException",
243
- $fault: "client",
244
- ...opts,
245
- });
246
- this.name = "MalformedPolicyTemplateException";
247
- this.$fault = "client";
248
- Object.setPrototypeOf(this, MalformedPolicyTemplateException.prototype);
249
- }
250
- }
251
- exports.MalformedPolicyTemplateException = MalformedPolicyTemplateException;
252
- class PermissionAlreadyExistsException extends RAMServiceException_1.RAMServiceException {
253
- constructor(opts) {
254
- super({
255
- name: "PermissionAlreadyExistsException",
256
- $fault: "client",
257
- ...opts,
258
- });
259
- this.name = "PermissionAlreadyExistsException";
260
- this.$fault = "client";
261
- Object.setPrototypeOf(this, PermissionAlreadyExistsException.prototype);
262
- }
263
- }
264
- exports.PermissionAlreadyExistsException = PermissionAlreadyExistsException;
265
- class PermissionLimitExceededException extends RAMServiceException_1.RAMServiceException {
266
- constructor(opts) {
267
- super({
268
- name: "PermissionLimitExceededException",
269
- $fault: "client",
270
- ...opts,
271
- });
272
- this.name = "PermissionLimitExceededException";
273
- this.$fault = "client";
274
- Object.setPrototypeOf(this, PermissionLimitExceededException.prototype);
275
- }
276
- }
277
- exports.PermissionLimitExceededException = PermissionLimitExceededException;
278
- exports.PermissionStatus = {
279
- ATTACHABLE: "ATTACHABLE",
280
- DELETED: "DELETED",
281
- DELETING: "DELETING",
282
- UNATTACHABLE: "UNATTACHABLE",
283
- };
284
- class PermissionVersionsLimitExceededException extends RAMServiceException_1.RAMServiceException {
285
- constructor(opts) {
286
- super({
287
- name: "PermissionVersionsLimitExceededException",
288
- $fault: "client",
289
- ...opts,
290
- });
291
- this.name = "PermissionVersionsLimitExceededException";
292
- this.$fault = "client";
293
- Object.setPrototypeOf(this, PermissionVersionsLimitExceededException.prototype);
294
- }
295
- }
296
- exports.PermissionVersionsLimitExceededException = PermissionVersionsLimitExceededException;
297
- exports.ResourceShareFeatureSet = {
298
- CREATED_FROM_POLICY: "CREATED_FROM_POLICY",
299
- PROMOTING_TO_STANDARD: "PROMOTING_TO_STANDARD",
300
- STANDARD: "STANDARD",
301
- };
302
- exports.ResourceShareStatus = {
303
- ACTIVE: "ACTIVE",
304
- DELETED: "DELETED",
305
- DELETING: "DELETING",
306
- FAILED: "FAILED",
307
- PENDING: "PENDING",
308
- };
309
- class TagLimitExceededException extends RAMServiceException_1.RAMServiceException {
310
- constructor(opts) {
311
- super({
312
- name: "TagLimitExceededException",
313
- $fault: "client",
314
- ...opts,
315
- });
316
- this.name = "TagLimitExceededException";
317
- this.$fault = "client";
318
- Object.setPrototypeOf(this, TagLimitExceededException.prototype);
319
- }
320
- }
321
- exports.TagLimitExceededException = TagLimitExceededException;
322
- class TagPolicyViolationException extends RAMServiceException_1.RAMServiceException {
323
- constructor(opts) {
324
- super({
325
- name: "TagPolicyViolationException",
326
- $fault: "client",
327
- ...opts,
328
- });
329
- this.name = "TagPolicyViolationException";
330
- this.$fault = "client";
331
- Object.setPrototypeOf(this, TagPolicyViolationException.prototype);
332
- }
333
- }
334
- exports.TagPolicyViolationException = TagPolicyViolationException;
335
- class InvalidNextTokenException extends RAMServiceException_1.RAMServiceException {
336
- constructor(opts) {
337
- super({
338
- name: "InvalidNextTokenException",
339
- $fault: "client",
340
- ...opts,
341
- });
342
- this.name = "InvalidNextTokenException";
343
- this.$fault = "client";
344
- Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
345
- }
346
- }
347
- exports.InvalidNextTokenException = InvalidNextTokenException;
348
- class ResourceArnNotFoundException extends RAMServiceException_1.RAMServiceException {
349
- constructor(opts) {
350
- super({
351
- name: "ResourceArnNotFoundException",
352
- $fault: "client",
353
- ...opts,
354
- });
355
- this.name = "ResourceArnNotFoundException";
356
- this.$fault = "client";
357
- Object.setPrototypeOf(this, ResourceArnNotFoundException.prototype);
358
- }
359
- }
360
- exports.ResourceArnNotFoundException = ResourceArnNotFoundException;
361
- class InvalidMaxResultsException extends RAMServiceException_1.RAMServiceException {
362
- constructor(opts) {
363
- super({
364
- name: "InvalidMaxResultsException",
365
- $fault: "client",
366
- ...opts,
367
- });
368
- this.name = "InvalidMaxResultsException";
369
- this.$fault = "client";
370
- Object.setPrototypeOf(this, InvalidMaxResultsException.prototype);
371
- }
372
- }
373
- exports.InvalidMaxResultsException = InvalidMaxResultsException;
374
- exports.ResourceOwner = {
375
- OTHER_ACCOUNTS: "OTHER-ACCOUNTS",
376
- SELF: "SELF",
377
- };
378
- exports.ResourceRegionScopeFilter = {
379
- ALL: "ALL",
380
- GLOBAL: "GLOBAL",
381
- REGIONAL: "REGIONAL",
382
- };
383
- exports.ResourceRegionScope = {
384
- GLOBAL: "GLOBAL",
385
- REGIONAL: "REGIONAL",
386
- };
387
- exports.ResourceStatus = {
388
- AVAILABLE: "AVAILABLE",
389
- LIMIT_EXCEEDED: "LIMIT_EXCEEDED",
390
- PENDING: "PENDING",
391
- UNAVAILABLE: "UNAVAILABLE",
392
- ZONAL_RESOURCE_INACCESSIBLE: "ZONAL_RESOURCE_INACCESSIBLE",
393
- };
394
- class MissingRequiredParameterException extends RAMServiceException_1.RAMServiceException {
395
- constructor(opts) {
396
- super({
397
- name: "MissingRequiredParameterException",
398
- $fault: "client",
399
- ...opts,
400
- });
401
- this.name = "MissingRequiredParameterException";
402
- this.$fault = "client";
403
- Object.setPrototypeOf(this, MissingRequiredParameterException.prototype);
404
- }
405
- }
406
- exports.MissingRequiredParameterException = MissingRequiredParameterException;
407
- exports.PermissionTypeFilter = {
408
- ALL: "ALL",
409
- AWS_MANAGED: "AWS_MANAGED",
410
- CUSTOMER_MANAGED: "CUSTOMER_MANAGED",
411
- };
412
- exports.ReplacePermissionAssociationsWorkStatus = {
413
- COMPLETED: "COMPLETED",
414
- FAILED: "FAILED",
415
- IN_PROGRESS: "IN_PROGRESS",
416
- };
417
- class InvalidResourceTypeException extends RAMServiceException_1.RAMServiceException {
418
- constructor(opts) {
419
- super({
420
- name: "InvalidResourceTypeException",
421
- $fault: "client",
422
- ...opts,
423
- });
424
- this.name = "InvalidResourceTypeException";
425
- this.$fault = "client";
426
- Object.setPrototypeOf(this, InvalidResourceTypeException.prototype);
427
- }
428
- }
429
- exports.InvalidResourceTypeException = InvalidResourceTypeException;
430
- class UnmatchedPolicyPermissionException extends RAMServiceException_1.RAMServiceException {
431
- constructor(opts) {
432
- super({
433
- name: "UnmatchedPolicyPermissionException",
434
- $fault: "client",
435
- ...opts,
436
- });
437
- this.name = "UnmatchedPolicyPermissionException";
438
- this.$fault = "client";
439
- Object.setPrototypeOf(this, UnmatchedPolicyPermissionException.prototype);
440
- }
441
- }
442
- exports.UnmatchedPolicyPermissionException = UnmatchedPolicyPermissionException;
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetResourcePolicies = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetResourcePoliciesCommand_1 = require("../commands/GetResourcePoliciesCommand");
6
- const RAMClient_1 = require("../RAMClient");
7
- exports.paginateGetResourcePolicies = (0, core_1.createPaginator)(RAMClient_1.RAMClient, GetResourcePoliciesCommand_1.GetResourcePoliciesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetResourceShareAssociations = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetResourceShareAssociationsCommand_1 = require("../commands/GetResourceShareAssociationsCommand");
6
- const RAMClient_1 = require("../RAMClient");
7
- exports.paginateGetResourceShareAssociations = (0, core_1.createPaginator)(RAMClient_1.RAMClient, GetResourceShareAssociationsCommand_1.GetResourceShareAssociationsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetResourceShareInvitations = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetResourceShareInvitationsCommand_1 = require("../commands/GetResourceShareInvitationsCommand");
6
- const RAMClient_1 = require("../RAMClient");
7
- exports.paginateGetResourceShareInvitations = (0, core_1.createPaginator)(RAMClient_1.RAMClient, GetResourceShareInvitationsCommand_1.GetResourceShareInvitationsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetResourceShares = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetResourceSharesCommand_1 = require("../commands/GetResourceSharesCommand");
6
- const RAMClient_1 = require("../RAMClient");
7
- exports.paginateGetResourceShares = (0, core_1.createPaginator)(RAMClient_1.RAMClient, GetResourceSharesCommand_1.GetResourceSharesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListPendingInvitationResources = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListPendingInvitationResourcesCommand_1 = require("../commands/ListPendingInvitationResourcesCommand");
6
- const RAMClient_1 = require("../RAMClient");
7
- exports.paginateListPendingInvitationResources = (0, core_1.createPaginator)(RAMClient_1.RAMClient, ListPendingInvitationResourcesCommand_1.ListPendingInvitationResourcesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListPermissionAssociations = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListPermissionAssociationsCommand_1 = require("../commands/ListPermissionAssociationsCommand");
6
- const RAMClient_1 = require("../RAMClient");
7
- exports.paginateListPermissionAssociations = (0, core_1.createPaginator)(RAMClient_1.RAMClient, ListPermissionAssociationsCommand_1.ListPermissionAssociationsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListPermissionVersions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListPermissionVersionsCommand_1 = require("../commands/ListPermissionVersionsCommand");
6
- const RAMClient_1 = require("../RAMClient");
7
- exports.paginateListPermissionVersions = (0, core_1.createPaginator)(RAMClient_1.RAMClient, ListPermissionVersionsCommand_1.ListPermissionVersionsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListPermissions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListPermissionsCommand_1 = require("../commands/ListPermissionsCommand");
6
- const RAMClient_1 = require("../RAMClient");
7
- exports.paginateListPermissions = (0, core_1.createPaginator)(RAMClient_1.RAMClient, ListPermissionsCommand_1.ListPermissionsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListPrincipals = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListPrincipalsCommand_1 = require("../commands/ListPrincipalsCommand");
6
- const RAMClient_1 = require("../RAMClient");
7
- exports.paginateListPrincipals = (0, core_1.createPaginator)(RAMClient_1.RAMClient, ListPrincipalsCommand_1.ListPrincipalsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListReplacePermissionAssociationsWork = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListReplacePermissionAssociationsWorkCommand_1 = require("../commands/ListReplacePermissionAssociationsWorkCommand");
6
- const RAMClient_1 = require("../RAMClient");
7
- exports.paginateListReplacePermissionAssociationsWork = (0, core_1.createPaginator)(RAMClient_1.RAMClient, ListReplacePermissionAssociationsWorkCommand_1.ListReplacePermissionAssociationsWorkCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListResourceSharePermissions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListResourceSharePermissionsCommand_1 = require("../commands/ListResourceSharePermissionsCommand");
6
- const RAMClient_1 = require("../RAMClient");
7
- exports.paginateListResourceSharePermissions = (0, core_1.createPaginator)(RAMClient_1.RAMClient, ListResourceSharePermissionsCommand_1.ListResourceSharePermissionsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListResourceTypes = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListResourceTypesCommand_1 = require("../commands/ListResourceTypesCommand");
6
- const RAMClient_1 = require("../RAMClient");
7
- exports.paginateListResourceTypes = (0, core_1.createPaginator)(RAMClient_1.RAMClient, ListResourceTypesCommand_1.ListResourceTypesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListResources = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListResourcesCommand_1 = require("../commands/ListResourcesCommand");
6
- const RAMClient_1 = require("../RAMClient");
7
- exports.paginateListResources = (0, core_1.createPaginator)(RAMClient_1.RAMClient, ListResourcesCommand_1.ListResourcesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,17 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./GetResourcePoliciesPaginator"), exports);
5
- tslib_1.__exportStar(require("./GetResourceShareAssociationsPaginator"), exports);
6
- tslib_1.__exportStar(require("./GetResourceShareInvitationsPaginator"), exports);
7
- tslib_1.__exportStar(require("./GetResourceSharesPaginator"), exports);
8
- tslib_1.__exportStar(require("./Interfaces"), exports);
9
- tslib_1.__exportStar(require("./ListPendingInvitationResourcesPaginator"), exports);
10
- tslib_1.__exportStar(require("./ListPermissionAssociationsPaginator"), exports);
11
- tslib_1.__exportStar(require("./ListPermissionVersionsPaginator"), exports);
12
- tslib_1.__exportStar(require("./ListPermissionsPaginator"), exports);
13
- tslib_1.__exportStar(require("./ListPrincipalsPaginator"), exports);
14
- tslib_1.__exportStar(require("./ListReplacePermissionAssociationsWorkPaginator"), exports);
15
- tslib_1.__exportStar(require("./ListResourceSharePermissionsPaginator"), exports);
16
- tslib_1.__exportStar(require("./ListResourceTypesPaginator"), exports);
17
- tslib_1.__exportStar(require("./ListResourcesPaginator"), exports);
1
+ module.exports = require("../index.js");