@aws-sdk/client-ram 3.928.0 → 3.929.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 +2 -2
  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,308 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AcceptResourceShareInvitationCommandInput, AcceptResourceShareInvitationCommandOutput } from "../commands/AcceptResourceShareInvitationCommand";
4
- import { AssociateResourceShareCommandInput, AssociateResourceShareCommandOutput } from "../commands/AssociateResourceShareCommand";
5
- import { AssociateResourceSharePermissionCommandInput, AssociateResourceSharePermissionCommandOutput } from "../commands/AssociateResourceSharePermissionCommand";
6
- import { CreatePermissionCommandInput, CreatePermissionCommandOutput } from "../commands/CreatePermissionCommand";
7
- import { CreatePermissionVersionCommandInput, CreatePermissionVersionCommandOutput } from "../commands/CreatePermissionVersionCommand";
8
- import { CreateResourceShareCommandInput, CreateResourceShareCommandOutput } from "../commands/CreateResourceShareCommand";
9
- import { DeletePermissionCommandInput, DeletePermissionCommandOutput } from "../commands/DeletePermissionCommand";
10
- import { DeletePermissionVersionCommandInput, DeletePermissionVersionCommandOutput } from "../commands/DeletePermissionVersionCommand";
11
- import { DeleteResourceShareCommandInput, DeleteResourceShareCommandOutput } from "../commands/DeleteResourceShareCommand";
12
- import { DisassociateResourceShareCommandInput, DisassociateResourceShareCommandOutput } from "../commands/DisassociateResourceShareCommand";
13
- import { DisassociateResourceSharePermissionCommandInput, DisassociateResourceSharePermissionCommandOutput } from "../commands/DisassociateResourceSharePermissionCommand";
14
- import { EnableSharingWithAwsOrganizationCommandInput, EnableSharingWithAwsOrganizationCommandOutput } from "../commands/EnableSharingWithAwsOrganizationCommand";
15
- import { GetPermissionCommandInput, GetPermissionCommandOutput } from "../commands/GetPermissionCommand";
16
- import { GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput } from "../commands/GetResourcePoliciesCommand";
17
- import { GetResourceShareAssociationsCommandInput, GetResourceShareAssociationsCommandOutput } from "../commands/GetResourceShareAssociationsCommand";
18
- import { GetResourceShareInvitationsCommandInput, GetResourceShareInvitationsCommandOutput } from "../commands/GetResourceShareInvitationsCommand";
19
- import { GetResourceSharesCommandInput, GetResourceSharesCommandOutput } from "../commands/GetResourceSharesCommand";
20
- import { ListPendingInvitationResourcesCommandInput, ListPendingInvitationResourcesCommandOutput } from "../commands/ListPendingInvitationResourcesCommand";
21
- import { ListPermissionAssociationsCommandInput, ListPermissionAssociationsCommandOutput } from "../commands/ListPermissionAssociationsCommand";
22
- import { ListPermissionsCommandInput, ListPermissionsCommandOutput } from "../commands/ListPermissionsCommand";
23
- import { ListPermissionVersionsCommandInput, ListPermissionVersionsCommandOutput } from "../commands/ListPermissionVersionsCommand";
24
- import { ListPrincipalsCommandInput, ListPrincipalsCommandOutput } from "../commands/ListPrincipalsCommand";
25
- import { ListReplacePermissionAssociationsWorkCommandInput, ListReplacePermissionAssociationsWorkCommandOutput } from "../commands/ListReplacePermissionAssociationsWorkCommand";
26
- import { ListResourcesCommandInput, ListResourcesCommandOutput } from "../commands/ListResourcesCommand";
27
- import { ListResourceSharePermissionsCommandInput, ListResourceSharePermissionsCommandOutput } from "../commands/ListResourceSharePermissionsCommand";
28
- import { ListResourceTypesCommandInput, ListResourceTypesCommandOutput } from "../commands/ListResourceTypesCommand";
29
- import { PromotePermissionCreatedFromPolicyCommandInput, PromotePermissionCreatedFromPolicyCommandOutput } from "../commands/PromotePermissionCreatedFromPolicyCommand";
30
- import { PromoteResourceShareCreatedFromPolicyCommandInput, PromoteResourceShareCreatedFromPolicyCommandOutput } from "../commands/PromoteResourceShareCreatedFromPolicyCommand";
31
- import { RejectResourceShareInvitationCommandInput, RejectResourceShareInvitationCommandOutput } from "../commands/RejectResourceShareInvitationCommand";
32
- import { ReplacePermissionAssociationsCommandInput, ReplacePermissionAssociationsCommandOutput } from "../commands/ReplacePermissionAssociationsCommand";
33
- import { SetDefaultPermissionVersionCommandInput, SetDefaultPermissionVersionCommandOutput } from "../commands/SetDefaultPermissionVersionCommand";
34
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
35
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
36
- import { UpdateResourceShareCommandInput, UpdateResourceShareCommandOutput } from "../commands/UpdateResourceShareCommand";
37
- /**
38
- * serializeAws_restJson1AcceptResourceShareInvitationCommand
39
- */
40
- export declare const se_AcceptResourceShareInvitationCommand: (input: AcceptResourceShareInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- /**
42
- * serializeAws_restJson1AssociateResourceShareCommand
43
- */
44
- export declare const se_AssociateResourceShareCommand: (input: AssociateResourceShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- /**
46
- * serializeAws_restJson1AssociateResourceSharePermissionCommand
47
- */
48
- export declare const se_AssociateResourceSharePermissionCommand: (input: AssociateResourceSharePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- /**
50
- * serializeAws_restJson1CreatePermissionCommand
51
- */
52
- export declare const se_CreatePermissionCommand: (input: CreatePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- /**
54
- * serializeAws_restJson1CreatePermissionVersionCommand
55
- */
56
- export declare const se_CreatePermissionVersionCommand: (input: CreatePermissionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- /**
58
- * serializeAws_restJson1CreateResourceShareCommand
59
- */
60
- export declare const se_CreateResourceShareCommand: (input: CreateResourceShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- /**
62
- * serializeAws_restJson1DeletePermissionCommand
63
- */
64
- export declare const se_DeletePermissionCommand: (input: DeletePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- /**
66
- * serializeAws_restJson1DeletePermissionVersionCommand
67
- */
68
- export declare const se_DeletePermissionVersionCommand: (input: DeletePermissionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- /**
70
- * serializeAws_restJson1DeleteResourceShareCommand
71
- */
72
- export declare const se_DeleteResourceShareCommand: (input: DeleteResourceShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- /**
74
- * serializeAws_restJson1DisassociateResourceShareCommand
75
- */
76
- export declare const se_DisassociateResourceShareCommand: (input: DisassociateResourceShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- /**
78
- * serializeAws_restJson1DisassociateResourceSharePermissionCommand
79
- */
80
- export declare const se_DisassociateResourceSharePermissionCommand: (input: DisassociateResourceSharePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- /**
82
- * serializeAws_restJson1EnableSharingWithAwsOrganizationCommand
83
- */
84
- export declare const se_EnableSharingWithAwsOrganizationCommand: (input: EnableSharingWithAwsOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- /**
86
- * serializeAws_restJson1GetPermissionCommand
87
- */
88
- export declare const se_GetPermissionCommand: (input: GetPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- /**
90
- * serializeAws_restJson1GetResourcePoliciesCommand
91
- */
92
- export declare const se_GetResourcePoliciesCommand: (input: GetResourcePoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- /**
94
- * serializeAws_restJson1GetResourceShareAssociationsCommand
95
- */
96
- export declare const se_GetResourceShareAssociationsCommand: (input: GetResourceShareAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- /**
98
- * serializeAws_restJson1GetResourceShareInvitationsCommand
99
- */
100
- export declare const se_GetResourceShareInvitationsCommand: (input: GetResourceShareInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- /**
102
- * serializeAws_restJson1GetResourceSharesCommand
103
- */
104
- export declare const se_GetResourceSharesCommand: (input: GetResourceSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- /**
106
- * serializeAws_restJson1ListPendingInvitationResourcesCommand
107
- */
108
- export declare const se_ListPendingInvitationResourcesCommand: (input: ListPendingInvitationResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- /**
110
- * serializeAws_restJson1ListPermissionAssociationsCommand
111
- */
112
- export declare const se_ListPermissionAssociationsCommand: (input: ListPermissionAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- /**
114
- * serializeAws_restJson1ListPermissionsCommand
115
- */
116
- export declare const se_ListPermissionsCommand: (input: ListPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- /**
118
- * serializeAws_restJson1ListPermissionVersionsCommand
119
- */
120
- export declare const se_ListPermissionVersionsCommand: (input: ListPermissionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- /**
122
- * serializeAws_restJson1ListPrincipalsCommand
123
- */
124
- export declare const se_ListPrincipalsCommand: (input: ListPrincipalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- /**
126
- * serializeAws_restJson1ListReplacePermissionAssociationsWorkCommand
127
- */
128
- export declare const se_ListReplacePermissionAssociationsWorkCommand: (input: ListReplacePermissionAssociationsWorkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- /**
130
- * serializeAws_restJson1ListResourcesCommand
131
- */
132
- export declare const se_ListResourcesCommand: (input: ListResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- /**
134
- * serializeAws_restJson1ListResourceSharePermissionsCommand
135
- */
136
- export declare const se_ListResourceSharePermissionsCommand: (input: ListResourceSharePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- /**
138
- * serializeAws_restJson1ListResourceTypesCommand
139
- */
140
- export declare const se_ListResourceTypesCommand: (input: ListResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- /**
142
- * serializeAws_restJson1PromotePermissionCreatedFromPolicyCommand
143
- */
144
- export declare const se_PromotePermissionCreatedFromPolicyCommand: (input: PromotePermissionCreatedFromPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- /**
146
- * serializeAws_restJson1PromoteResourceShareCreatedFromPolicyCommand
147
- */
148
- export declare const se_PromoteResourceShareCreatedFromPolicyCommand: (input: PromoteResourceShareCreatedFromPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- /**
150
- * serializeAws_restJson1RejectResourceShareInvitationCommand
151
- */
152
- export declare const se_RejectResourceShareInvitationCommand: (input: RejectResourceShareInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- /**
154
- * serializeAws_restJson1ReplacePermissionAssociationsCommand
155
- */
156
- export declare const se_ReplacePermissionAssociationsCommand: (input: ReplacePermissionAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- /**
158
- * serializeAws_restJson1SetDefaultPermissionVersionCommand
159
- */
160
- export declare const se_SetDefaultPermissionVersionCommand: (input: SetDefaultPermissionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- /**
162
- * serializeAws_restJson1TagResourceCommand
163
- */
164
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- /**
166
- * serializeAws_restJson1UntagResourceCommand
167
- */
168
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- /**
170
- * serializeAws_restJson1UpdateResourceShareCommand
171
- */
172
- export declare const se_UpdateResourceShareCommand: (input: UpdateResourceShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- /**
174
- * deserializeAws_restJson1AcceptResourceShareInvitationCommand
175
- */
176
- export declare const de_AcceptResourceShareInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptResourceShareInvitationCommandOutput>;
177
- /**
178
- * deserializeAws_restJson1AssociateResourceShareCommand
179
- */
180
- export declare const de_AssociateResourceShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateResourceShareCommandOutput>;
181
- /**
182
- * deserializeAws_restJson1AssociateResourceSharePermissionCommand
183
- */
184
- export declare const de_AssociateResourceSharePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateResourceSharePermissionCommandOutput>;
185
- /**
186
- * deserializeAws_restJson1CreatePermissionCommand
187
- */
188
- export declare const de_CreatePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePermissionCommandOutput>;
189
- /**
190
- * deserializeAws_restJson1CreatePermissionVersionCommand
191
- */
192
- export declare const de_CreatePermissionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePermissionVersionCommandOutput>;
193
- /**
194
- * deserializeAws_restJson1CreateResourceShareCommand
195
- */
196
- export declare const de_CreateResourceShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceShareCommandOutput>;
197
- /**
198
- * deserializeAws_restJson1DeletePermissionCommand
199
- */
200
- export declare const de_DeletePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePermissionCommandOutput>;
201
- /**
202
- * deserializeAws_restJson1DeletePermissionVersionCommand
203
- */
204
- export declare const de_DeletePermissionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePermissionVersionCommandOutput>;
205
- /**
206
- * deserializeAws_restJson1DeleteResourceShareCommand
207
- */
208
- export declare const de_DeleteResourceShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceShareCommandOutput>;
209
- /**
210
- * deserializeAws_restJson1DisassociateResourceShareCommand
211
- */
212
- export declare const de_DisassociateResourceShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateResourceShareCommandOutput>;
213
- /**
214
- * deserializeAws_restJson1DisassociateResourceSharePermissionCommand
215
- */
216
- export declare const de_DisassociateResourceSharePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateResourceSharePermissionCommandOutput>;
217
- /**
218
- * deserializeAws_restJson1EnableSharingWithAwsOrganizationCommand
219
- */
220
- export declare const de_EnableSharingWithAwsOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableSharingWithAwsOrganizationCommandOutput>;
221
- /**
222
- * deserializeAws_restJson1GetPermissionCommand
223
- */
224
- export declare const de_GetPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPermissionCommandOutput>;
225
- /**
226
- * deserializeAws_restJson1GetResourcePoliciesCommand
227
- */
228
- export declare const de_GetResourcePoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePoliciesCommandOutput>;
229
- /**
230
- * deserializeAws_restJson1GetResourceShareAssociationsCommand
231
- */
232
- export declare const de_GetResourceShareAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceShareAssociationsCommandOutput>;
233
- /**
234
- * deserializeAws_restJson1GetResourceShareInvitationsCommand
235
- */
236
- export declare const de_GetResourceShareInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceShareInvitationsCommandOutput>;
237
- /**
238
- * deserializeAws_restJson1GetResourceSharesCommand
239
- */
240
- export declare const de_GetResourceSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceSharesCommandOutput>;
241
- /**
242
- * deserializeAws_restJson1ListPendingInvitationResourcesCommand
243
- */
244
- export declare const de_ListPendingInvitationResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPendingInvitationResourcesCommandOutput>;
245
- /**
246
- * deserializeAws_restJson1ListPermissionAssociationsCommand
247
- */
248
- export declare const de_ListPermissionAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPermissionAssociationsCommandOutput>;
249
- /**
250
- * deserializeAws_restJson1ListPermissionsCommand
251
- */
252
- export declare const de_ListPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPermissionsCommandOutput>;
253
- /**
254
- * deserializeAws_restJson1ListPermissionVersionsCommand
255
- */
256
- export declare const de_ListPermissionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPermissionVersionsCommandOutput>;
257
- /**
258
- * deserializeAws_restJson1ListPrincipalsCommand
259
- */
260
- export declare const de_ListPrincipalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPrincipalsCommandOutput>;
261
- /**
262
- * deserializeAws_restJson1ListReplacePermissionAssociationsWorkCommand
263
- */
264
- export declare const de_ListReplacePermissionAssociationsWorkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReplacePermissionAssociationsWorkCommandOutput>;
265
- /**
266
- * deserializeAws_restJson1ListResourcesCommand
267
- */
268
- export declare const de_ListResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourcesCommandOutput>;
269
- /**
270
- * deserializeAws_restJson1ListResourceSharePermissionsCommand
271
- */
272
- export declare const de_ListResourceSharePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceSharePermissionsCommandOutput>;
273
- /**
274
- * deserializeAws_restJson1ListResourceTypesCommand
275
- */
276
- export declare const de_ListResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceTypesCommandOutput>;
277
- /**
278
- * deserializeAws_restJson1PromotePermissionCreatedFromPolicyCommand
279
- */
280
- export declare const de_PromotePermissionCreatedFromPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PromotePermissionCreatedFromPolicyCommandOutput>;
281
- /**
282
- * deserializeAws_restJson1PromoteResourceShareCreatedFromPolicyCommand
283
- */
284
- export declare const de_PromoteResourceShareCreatedFromPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PromoteResourceShareCreatedFromPolicyCommandOutput>;
285
- /**
286
- * deserializeAws_restJson1RejectResourceShareInvitationCommand
287
- */
288
- export declare const de_RejectResourceShareInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectResourceShareInvitationCommandOutput>;
289
- /**
290
- * deserializeAws_restJson1ReplacePermissionAssociationsCommand
291
- */
292
- export declare const de_ReplacePermissionAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReplacePermissionAssociationsCommandOutput>;
293
- /**
294
- * deserializeAws_restJson1SetDefaultPermissionVersionCommand
295
- */
296
- export declare const de_SetDefaultPermissionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetDefaultPermissionVersionCommandOutput>;
297
- /**
298
- * deserializeAws_restJson1TagResourceCommand
299
- */
300
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
301
- /**
302
- * deserializeAws_restJson1UntagResourceCommand
303
- */
304
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
305
- /**
306
- * deserializeAws_restJson1UpdateResourceShareCommand
307
- */
308
- export declare const de_UpdateResourceShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceShareCommandOutput>;