@aws-sdk/client-ram 3.928.0 → 3.930.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 (55) hide show
  1. package/dist-cjs/index.js +1907 -2013
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/RAMClient.js +2 -0
  4. package/dist-es/commands/AcceptResourceShareInvitationCommand.js +3 -9
  5. package/dist-es/commands/AssociateResourceShareCommand.js +3 -9
  6. package/dist-es/commands/AssociateResourceSharePermissionCommand.js +3 -9
  7. package/dist-es/commands/CreatePermissionCommand.js +3 -9
  8. package/dist-es/commands/CreatePermissionVersionCommand.js +3 -9
  9. package/dist-es/commands/CreateResourceShareCommand.js +3 -9
  10. package/dist-es/commands/DeletePermissionCommand.js +3 -9
  11. package/dist-es/commands/DeletePermissionVersionCommand.js +3 -9
  12. package/dist-es/commands/DeleteResourceShareCommand.js +3 -9
  13. package/dist-es/commands/DisassociateResourceShareCommand.js +3 -9
  14. package/dist-es/commands/DisassociateResourceSharePermissionCommand.js +3 -9
  15. package/dist-es/commands/EnableSharingWithAwsOrganizationCommand.js +3 -9
  16. package/dist-es/commands/GetPermissionCommand.js +3 -9
  17. package/dist-es/commands/GetResourcePoliciesCommand.js +3 -9
  18. package/dist-es/commands/GetResourceShareAssociationsCommand.js +3 -9
  19. package/dist-es/commands/GetResourceShareInvitationsCommand.js +3 -9
  20. package/dist-es/commands/GetResourceSharesCommand.js +3 -9
  21. package/dist-es/commands/ListPendingInvitationResourcesCommand.js +3 -9
  22. package/dist-es/commands/ListPermissionAssociationsCommand.js +3 -9
  23. package/dist-es/commands/ListPermissionVersionsCommand.js +3 -9
  24. package/dist-es/commands/ListPermissionsCommand.js +3 -9
  25. package/dist-es/commands/ListPrincipalsCommand.js +3 -9
  26. package/dist-es/commands/ListReplacePermissionAssociationsWorkCommand.js +3 -9
  27. package/dist-es/commands/ListResourceSharePermissionsCommand.js +3 -9
  28. package/dist-es/commands/ListResourceTypesCommand.js +3 -9
  29. package/dist-es/commands/ListResourcesCommand.js +3 -9
  30. package/dist-es/commands/PromotePermissionCreatedFromPolicyCommand.js +3 -9
  31. package/dist-es/commands/PromoteResourceShareCreatedFromPolicyCommand.js +3 -9
  32. package/dist-es/commands/RejectResourceShareInvitationCommand.js +3 -9
  33. package/dist-es/commands/ReplacePermissionAssociationsCommand.js +3 -9
  34. package/dist-es/commands/SetDefaultPermissionVersionCommand.js +3 -9
  35. package/dist-es/commands/TagResourceCommand.js +3 -9
  36. package/dist-es/commands/UntagResourceCommand.js +3 -9
  37. package/dist-es/commands/UpdateResourceShareCommand.js +3 -9
  38. package/dist-es/runtimeConfig.shared.js +2 -0
  39. package/dist-es/schemas/schemas_0.js +1760 -0
  40. package/dist-types/RAMClient.d.ts +10 -1
  41. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  42. package/dist-types/runtimeConfig.d.ts +1 -0
  43. package/dist-types/runtimeConfig.native.d.ts +1 -0
  44. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  45. package/dist-types/schemas/schemas_0.d.ts +166 -0
  46. package/dist-types/ts3.4/RAMClient.d.ts +4 -0
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  51. package/dist-types/ts3.4/schemas/schemas_0.d.ts +171 -0
  52. package/package.json +33 -33
  53. package/dist-es/protocols/Aws_restJson1.js +0 -1696
  54. package/dist-types/protocols/Aws_restJson1.d.ts +0 -308
  55. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -413
@@ -1,413 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AcceptResourceShareInvitationCommandInput,
8
- AcceptResourceShareInvitationCommandOutput,
9
- } from "../commands/AcceptResourceShareInvitationCommand";
10
- import {
11
- AssociateResourceShareCommandInput,
12
- AssociateResourceShareCommandOutput,
13
- } from "../commands/AssociateResourceShareCommand";
14
- import {
15
- AssociateResourceSharePermissionCommandInput,
16
- AssociateResourceSharePermissionCommandOutput,
17
- } from "../commands/AssociateResourceSharePermissionCommand";
18
- import {
19
- CreatePermissionCommandInput,
20
- CreatePermissionCommandOutput,
21
- } from "../commands/CreatePermissionCommand";
22
- import {
23
- CreatePermissionVersionCommandInput,
24
- CreatePermissionVersionCommandOutput,
25
- } from "../commands/CreatePermissionVersionCommand";
26
- import {
27
- CreateResourceShareCommandInput,
28
- CreateResourceShareCommandOutput,
29
- } from "../commands/CreateResourceShareCommand";
30
- import {
31
- DeletePermissionCommandInput,
32
- DeletePermissionCommandOutput,
33
- } from "../commands/DeletePermissionCommand";
34
- import {
35
- DeletePermissionVersionCommandInput,
36
- DeletePermissionVersionCommandOutput,
37
- } from "../commands/DeletePermissionVersionCommand";
38
- import {
39
- DeleteResourceShareCommandInput,
40
- DeleteResourceShareCommandOutput,
41
- } from "../commands/DeleteResourceShareCommand";
42
- import {
43
- DisassociateResourceShareCommandInput,
44
- DisassociateResourceShareCommandOutput,
45
- } from "../commands/DisassociateResourceShareCommand";
46
- import {
47
- DisassociateResourceSharePermissionCommandInput,
48
- DisassociateResourceSharePermissionCommandOutput,
49
- } from "../commands/DisassociateResourceSharePermissionCommand";
50
- import {
51
- EnableSharingWithAwsOrganizationCommandInput,
52
- EnableSharingWithAwsOrganizationCommandOutput,
53
- } from "../commands/EnableSharingWithAwsOrganizationCommand";
54
- import {
55
- GetPermissionCommandInput,
56
- GetPermissionCommandOutput,
57
- } from "../commands/GetPermissionCommand";
58
- import {
59
- GetResourcePoliciesCommandInput,
60
- GetResourcePoliciesCommandOutput,
61
- } from "../commands/GetResourcePoliciesCommand";
62
- import {
63
- GetResourceShareAssociationsCommandInput,
64
- GetResourceShareAssociationsCommandOutput,
65
- } from "../commands/GetResourceShareAssociationsCommand";
66
- import {
67
- GetResourceShareInvitationsCommandInput,
68
- GetResourceShareInvitationsCommandOutput,
69
- } from "../commands/GetResourceShareInvitationsCommand";
70
- import {
71
- GetResourceSharesCommandInput,
72
- GetResourceSharesCommandOutput,
73
- } from "../commands/GetResourceSharesCommand";
74
- import {
75
- ListPendingInvitationResourcesCommandInput,
76
- ListPendingInvitationResourcesCommandOutput,
77
- } from "../commands/ListPendingInvitationResourcesCommand";
78
- import {
79
- ListPermissionAssociationsCommandInput,
80
- ListPermissionAssociationsCommandOutput,
81
- } from "../commands/ListPermissionAssociationsCommand";
82
- import {
83
- ListPermissionsCommandInput,
84
- ListPermissionsCommandOutput,
85
- } from "../commands/ListPermissionsCommand";
86
- import {
87
- ListPermissionVersionsCommandInput,
88
- ListPermissionVersionsCommandOutput,
89
- } from "../commands/ListPermissionVersionsCommand";
90
- import {
91
- ListPrincipalsCommandInput,
92
- ListPrincipalsCommandOutput,
93
- } from "../commands/ListPrincipalsCommand";
94
- import {
95
- ListReplacePermissionAssociationsWorkCommandInput,
96
- ListReplacePermissionAssociationsWorkCommandOutput,
97
- } from "../commands/ListReplacePermissionAssociationsWorkCommand";
98
- import {
99
- ListResourcesCommandInput,
100
- ListResourcesCommandOutput,
101
- } from "../commands/ListResourcesCommand";
102
- import {
103
- ListResourceSharePermissionsCommandInput,
104
- ListResourceSharePermissionsCommandOutput,
105
- } from "../commands/ListResourceSharePermissionsCommand";
106
- import {
107
- ListResourceTypesCommandInput,
108
- ListResourceTypesCommandOutput,
109
- } from "../commands/ListResourceTypesCommand";
110
- import {
111
- PromotePermissionCreatedFromPolicyCommandInput,
112
- PromotePermissionCreatedFromPolicyCommandOutput,
113
- } from "../commands/PromotePermissionCreatedFromPolicyCommand";
114
- import {
115
- PromoteResourceShareCreatedFromPolicyCommandInput,
116
- PromoteResourceShareCreatedFromPolicyCommandOutput,
117
- } from "../commands/PromoteResourceShareCreatedFromPolicyCommand";
118
- import {
119
- RejectResourceShareInvitationCommandInput,
120
- RejectResourceShareInvitationCommandOutput,
121
- } from "../commands/RejectResourceShareInvitationCommand";
122
- import {
123
- ReplacePermissionAssociationsCommandInput,
124
- ReplacePermissionAssociationsCommandOutput,
125
- } from "../commands/ReplacePermissionAssociationsCommand";
126
- import {
127
- SetDefaultPermissionVersionCommandInput,
128
- SetDefaultPermissionVersionCommandOutput,
129
- } from "../commands/SetDefaultPermissionVersionCommand";
130
- import {
131
- TagResourceCommandInput,
132
- TagResourceCommandOutput,
133
- } from "../commands/TagResourceCommand";
134
- import {
135
- UntagResourceCommandInput,
136
- UntagResourceCommandOutput,
137
- } from "../commands/UntagResourceCommand";
138
- import {
139
- UpdateResourceShareCommandInput,
140
- UpdateResourceShareCommandOutput,
141
- } from "../commands/UpdateResourceShareCommand";
142
- export declare const se_AcceptResourceShareInvitationCommand: (
143
- input: AcceptResourceShareInvitationCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_AssociateResourceShareCommand: (
147
- input: AssociateResourceShareCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_AssociateResourceSharePermissionCommand: (
151
- input: AssociateResourceSharePermissionCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_CreatePermissionCommand: (
155
- input: CreatePermissionCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_CreatePermissionVersionCommand: (
159
- input: CreatePermissionVersionCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_CreateResourceShareCommand: (
163
- input: CreateResourceShareCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_DeletePermissionCommand: (
167
- input: DeletePermissionCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_DeletePermissionVersionCommand: (
171
- input: DeletePermissionVersionCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_DeleteResourceShareCommand: (
175
- input: DeleteResourceShareCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_DisassociateResourceShareCommand: (
179
- input: DisassociateResourceShareCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_DisassociateResourceSharePermissionCommand: (
183
- input: DisassociateResourceSharePermissionCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_EnableSharingWithAwsOrganizationCommand: (
187
- input: EnableSharingWithAwsOrganizationCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_GetPermissionCommand: (
191
- input: GetPermissionCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_GetResourcePoliciesCommand: (
195
- input: GetResourcePoliciesCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_GetResourceShareAssociationsCommand: (
199
- input: GetResourceShareAssociationsCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_GetResourceShareInvitationsCommand: (
203
- input: GetResourceShareInvitationsCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_GetResourceSharesCommand: (
207
- input: GetResourceSharesCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_ListPendingInvitationResourcesCommand: (
211
- input: ListPendingInvitationResourcesCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_ListPermissionAssociationsCommand: (
215
- input: ListPermissionAssociationsCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_ListPermissionsCommand: (
219
- input: ListPermissionsCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_ListPermissionVersionsCommand: (
223
- input: ListPermissionVersionsCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_ListPrincipalsCommand: (
227
- input: ListPrincipalsCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_ListReplacePermissionAssociationsWorkCommand: (
231
- input: ListReplacePermissionAssociationsWorkCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_ListResourcesCommand: (
235
- input: ListResourcesCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_ListResourceSharePermissionsCommand: (
239
- input: ListResourceSharePermissionsCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_ListResourceTypesCommand: (
243
- input: ListResourceTypesCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_PromotePermissionCreatedFromPolicyCommand: (
247
- input: PromotePermissionCreatedFromPolicyCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_PromoteResourceShareCreatedFromPolicyCommand: (
251
- input: PromoteResourceShareCreatedFromPolicyCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_RejectResourceShareInvitationCommand: (
255
- input: RejectResourceShareInvitationCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_ReplacePermissionAssociationsCommand: (
259
- input: ReplacePermissionAssociationsCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_SetDefaultPermissionVersionCommand: (
263
- input: SetDefaultPermissionVersionCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_TagResourceCommand: (
267
- input: TagResourceCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_UntagResourceCommand: (
271
- input: UntagResourceCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_UpdateResourceShareCommand: (
275
- input: UpdateResourceShareCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const de_AcceptResourceShareInvitationCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<AcceptResourceShareInvitationCommandOutput>;
282
- export declare const de_AssociateResourceShareCommand: (
283
- output: __HttpResponse,
284
- context: __SerdeContext
285
- ) => Promise<AssociateResourceShareCommandOutput>;
286
- export declare const de_AssociateResourceSharePermissionCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<AssociateResourceSharePermissionCommandOutput>;
290
- export declare const de_CreatePermissionCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<CreatePermissionCommandOutput>;
294
- export declare const de_CreatePermissionVersionCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<CreatePermissionVersionCommandOutput>;
298
- export declare const de_CreateResourceShareCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<CreateResourceShareCommandOutput>;
302
- export declare const de_DeletePermissionCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<DeletePermissionCommandOutput>;
306
- export declare const de_DeletePermissionVersionCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<DeletePermissionVersionCommandOutput>;
310
- export declare const de_DeleteResourceShareCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<DeleteResourceShareCommandOutput>;
314
- export declare const de_DisassociateResourceShareCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<DisassociateResourceShareCommandOutput>;
318
- export declare const de_DisassociateResourceSharePermissionCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<DisassociateResourceSharePermissionCommandOutput>;
322
- export declare const de_EnableSharingWithAwsOrganizationCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<EnableSharingWithAwsOrganizationCommandOutput>;
326
- export declare const de_GetPermissionCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<GetPermissionCommandOutput>;
330
- export declare const de_GetResourcePoliciesCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<GetResourcePoliciesCommandOutput>;
334
- export declare const de_GetResourceShareAssociationsCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<GetResourceShareAssociationsCommandOutput>;
338
- export declare const de_GetResourceShareInvitationsCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<GetResourceShareInvitationsCommandOutput>;
342
- export declare const de_GetResourceSharesCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<GetResourceSharesCommandOutput>;
346
- export declare const de_ListPendingInvitationResourcesCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<ListPendingInvitationResourcesCommandOutput>;
350
- export declare const de_ListPermissionAssociationsCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<ListPermissionAssociationsCommandOutput>;
354
- export declare const de_ListPermissionsCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<ListPermissionsCommandOutput>;
358
- export declare const de_ListPermissionVersionsCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<ListPermissionVersionsCommandOutput>;
362
- export declare const de_ListPrincipalsCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<ListPrincipalsCommandOutput>;
366
- export declare const de_ListReplacePermissionAssociationsWorkCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<ListReplacePermissionAssociationsWorkCommandOutput>;
370
- export declare const de_ListResourcesCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<ListResourcesCommandOutput>;
374
- export declare const de_ListResourceSharePermissionsCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<ListResourceSharePermissionsCommandOutput>;
378
- export declare const de_ListResourceTypesCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<ListResourceTypesCommandOutput>;
382
- export declare const de_PromotePermissionCreatedFromPolicyCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<PromotePermissionCreatedFromPolicyCommandOutput>;
386
- export declare const de_PromoteResourceShareCreatedFromPolicyCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<PromoteResourceShareCreatedFromPolicyCommandOutput>;
390
- export declare const de_RejectResourceShareInvitationCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<RejectResourceShareInvitationCommandOutput>;
394
- export declare const de_ReplacePermissionAssociationsCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<ReplacePermissionAssociationsCommandOutput>;
398
- export declare const de_SetDefaultPermissionVersionCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<SetDefaultPermissionVersionCommandOutput>;
402
- export declare const de_TagResourceCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<TagResourceCommandOutput>;
406
- export declare const de_UntagResourceCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<UntagResourceCommandOutput>;
410
- export declare const de_UpdateResourceShareCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<UpdateResourceShareCommandOutput>;