@aws-sdk/client-ram 3.303.0 → 3.309.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/commands/AcceptResourceShareInvitationCommand.js +2 -2
- package/dist-cjs/commands/AssociateResourceShareCommand.js +2 -2
- package/dist-cjs/commands/AssociateResourceSharePermissionCommand.js +2 -2
- package/dist-cjs/commands/CreateResourceShareCommand.js +2 -2
- package/dist-cjs/commands/DeleteResourceShareCommand.js +2 -2
- package/dist-cjs/commands/DisassociateResourceShareCommand.js +2 -2
- package/dist-cjs/commands/DisassociateResourceSharePermissionCommand.js +2 -2
- package/dist-cjs/commands/EnableSharingWithAwsOrganizationCommand.js +2 -2
- package/dist-cjs/commands/GetPermissionCommand.js +2 -2
- package/dist-cjs/commands/GetResourcePoliciesCommand.js +2 -2
- package/dist-cjs/commands/GetResourceShareAssociationsCommand.js +2 -2
- package/dist-cjs/commands/GetResourceShareInvitationsCommand.js +2 -2
- package/dist-cjs/commands/GetResourceSharesCommand.js +2 -2
- package/dist-cjs/commands/ListPendingInvitationResourcesCommand.js +2 -2
- package/dist-cjs/commands/ListPermissionVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListPermissionsCommand.js +2 -2
- package/dist-cjs/commands/ListPrincipalsCommand.js +2 -2
- package/dist-cjs/commands/ListResourceSharePermissionsCommand.js +2 -2
- package/dist-cjs/commands/ListResourceTypesCommand.js +2 -2
- package/dist-cjs/commands/ListResourcesCommand.js +2 -2
- package/dist-cjs/commands/PromoteResourceShareCreatedFromPolicyCommand.js +2 -2
- package/dist-cjs/commands/RejectResourceShareInvitationCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateResourceShareCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +438 -458
- package/dist-es/commands/AcceptResourceShareInvitationCommand.js +3 -3
- package/dist-es/commands/AssociateResourceShareCommand.js +3 -3
- package/dist-es/commands/AssociateResourceSharePermissionCommand.js +3 -3
- package/dist-es/commands/CreateResourceShareCommand.js +3 -3
- package/dist-es/commands/DeleteResourceShareCommand.js +3 -3
- package/dist-es/commands/DisassociateResourceShareCommand.js +3 -3
- package/dist-es/commands/DisassociateResourceSharePermissionCommand.js +3 -3
- package/dist-es/commands/EnableSharingWithAwsOrganizationCommand.js +3 -3
- package/dist-es/commands/GetPermissionCommand.js +3 -3
- package/dist-es/commands/GetResourcePoliciesCommand.js +3 -3
- package/dist-es/commands/GetResourceShareAssociationsCommand.js +3 -3
- package/dist-es/commands/GetResourceShareInvitationsCommand.js +3 -3
- package/dist-es/commands/GetResourceSharesCommand.js +3 -3
- package/dist-es/commands/ListPendingInvitationResourcesCommand.js +3 -3
- package/dist-es/commands/ListPermissionVersionsCommand.js +3 -3
- package/dist-es/commands/ListPermissionsCommand.js +3 -3
- package/dist-es/commands/ListPrincipalsCommand.js +3 -3
- package/dist-es/commands/ListResourceSharePermissionsCommand.js +3 -3
- package/dist-es/commands/ListResourceTypesCommand.js +3 -3
- package/dist-es/commands/ListResourcesCommand.js +3 -3
- package/dist-es/commands/PromoteResourceShareCreatedFromPolicyCommand.js +3 -3
- package/dist-es/commands/RejectResourceShareInvitationCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateResourceShareCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +387 -407
- package/dist-types/protocols/Aws_restJson1.d.ts +200 -50
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +50 -50
- package/package.json +29 -29
|
@@ -25,53 +25,203 @@ import { RejectResourceShareInvitationCommandInput, RejectResourceShareInvitatio
|
|
|
25
25
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
26
26
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
27
27
|
import { UpdateResourceShareCommandInput, UpdateResourceShareCommandOutput } from "../commands/UpdateResourceShareCommand";
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
export declare const
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
export declare const
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
export declare const
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
export declare const
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
export declare const
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
export declare const
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
export declare const
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
export declare const
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
export declare const
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
export declare const
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
export declare const
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
export declare const
|
|
76
|
-
|
|
77
|
-
|
|
28
|
+
/**
|
|
29
|
+
* serializeAws_restJson1AcceptResourceShareInvitationCommand
|
|
30
|
+
*/
|
|
31
|
+
export declare const se_AcceptResourceShareInvitationCommand: (input: AcceptResourceShareInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
|
+
/**
|
|
33
|
+
* serializeAws_restJson1AssociateResourceShareCommand
|
|
34
|
+
*/
|
|
35
|
+
export declare const se_AssociateResourceShareCommand: (input: AssociateResourceShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
+
/**
|
|
37
|
+
* serializeAws_restJson1AssociateResourceSharePermissionCommand
|
|
38
|
+
*/
|
|
39
|
+
export declare const se_AssociateResourceSharePermissionCommand: (input: AssociateResourceSharePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
+
/**
|
|
41
|
+
* serializeAws_restJson1CreateResourceShareCommand
|
|
42
|
+
*/
|
|
43
|
+
export declare const se_CreateResourceShareCommand: (input: CreateResourceShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
+
/**
|
|
45
|
+
* serializeAws_restJson1DeleteResourceShareCommand
|
|
46
|
+
*/
|
|
47
|
+
export declare const se_DeleteResourceShareCommand: (input: DeleteResourceShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
+
/**
|
|
49
|
+
* serializeAws_restJson1DisassociateResourceShareCommand
|
|
50
|
+
*/
|
|
51
|
+
export declare const se_DisassociateResourceShareCommand: (input: DisassociateResourceShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
+
/**
|
|
53
|
+
* serializeAws_restJson1DisassociateResourceSharePermissionCommand
|
|
54
|
+
*/
|
|
55
|
+
export declare const se_DisassociateResourceSharePermissionCommand: (input: DisassociateResourceSharePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
+
/**
|
|
57
|
+
* serializeAws_restJson1EnableSharingWithAwsOrganizationCommand
|
|
58
|
+
*/
|
|
59
|
+
export declare const se_EnableSharingWithAwsOrganizationCommand: (input: EnableSharingWithAwsOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
+
/**
|
|
61
|
+
* serializeAws_restJson1GetPermissionCommand
|
|
62
|
+
*/
|
|
63
|
+
export declare const se_GetPermissionCommand: (input: GetPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
+
/**
|
|
65
|
+
* serializeAws_restJson1GetResourcePoliciesCommand
|
|
66
|
+
*/
|
|
67
|
+
export declare const se_GetResourcePoliciesCommand: (input: GetResourcePoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
+
/**
|
|
69
|
+
* serializeAws_restJson1GetResourceShareAssociationsCommand
|
|
70
|
+
*/
|
|
71
|
+
export declare const se_GetResourceShareAssociationsCommand: (input: GetResourceShareAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
+
/**
|
|
73
|
+
* serializeAws_restJson1GetResourceShareInvitationsCommand
|
|
74
|
+
*/
|
|
75
|
+
export declare const se_GetResourceShareInvitationsCommand: (input: GetResourceShareInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
/**
|
|
77
|
+
* serializeAws_restJson1GetResourceSharesCommand
|
|
78
|
+
*/
|
|
79
|
+
export declare const se_GetResourceSharesCommand: (input: GetResourceSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
+
/**
|
|
81
|
+
* serializeAws_restJson1ListPendingInvitationResourcesCommand
|
|
82
|
+
*/
|
|
83
|
+
export declare const se_ListPendingInvitationResourcesCommand: (input: ListPendingInvitationResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
+
/**
|
|
85
|
+
* serializeAws_restJson1ListPermissionsCommand
|
|
86
|
+
*/
|
|
87
|
+
export declare const se_ListPermissionsCommand: (input: ListPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
+
/**
|
|
89
|
+
* serializeAws_restJson1ListPermissionVersionsCommand
|
|
90
|
+
*/
|
|
91
|
+
export declare const se_ListPermissionVersionsCommand: (input: ListPermissionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
+
/**
|
|
93
|
+
* serializeAws_restJson1ListPrincipalsCommand
|
|
94
|
+
*/
|
|
95
|
+
export declare const se_ListPrincipalsCommand: (input: ListPrincipalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
+
/**
|
|
97
|
+
* serializeAws_restJson1ListResourcesCommand
|
|
98
|
+
*/
|
|
99
|
+
export declare const se_ListResourcesCommand: (input: ListResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
+
/**
|
|
101
|
+
* serializeAws_restJson1ListResourceSharePermissionsCommand
|
|
102
|
+
*/
|
|
103
|
+
export declare const se_ListResourceSharePermissionsCommand: (input: ListResourceSharePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
+
/**
|
|
105
|
+
* serializeAws_restJson1ListResourceTypesCommand
|
|
106
|
+
*/
|
|
107
|
+
export declare const se_ListResourceTypesCommand: (input: ListResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
+
/**
|
|
109
|
+
* serializeAws_restJson1PromoteResourceShareCreatedFromPolicyCommand
|
|
110
|
+
*/
|
|
111
|
+
export declare const se_PromoteResourceShareCreatedFromPolicyCommand: (input: PromoteResourceShareCreatedFromPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
+
/**
|
|
113
|
+
* serializeAws_restJson1RejectResourceShareInvitationCommand
|
|
114
|
+
*/
|
|
115
|
+
export declare const se_RejectResourceShareInvitationCommand: (input: RejectResourceShareInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
+
/**
|
|
117
|
+
* serializeAws_restJson1TagResourceCommand
|
|
118
|
+
*/
|
|
119
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
+
/**
|
|
121
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
122
|
+
*/
|
|
123
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
+
/**
|
|
125
|
+
* serializeAws_restJson1UpdateResourceShareCommand
|
|
126
|
+
*/
|
|
127
|
+
export declare const se_UpdateResourceShareCommand: (input: UpdateResourceShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
+
/**
|
|
129
|
+
* deserializeAws_restJson1AcceptResourceShareInvitationCommand
|
|
130
|
+
*/
|
|
131
|
+
export declare const de_AcceptResourceShareInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptResourceShareInvitationCommandOutput>;
|
|
132
|
+
/**
|
|
133
|
+
* deserializeAws_restJson1AssociateResourceShareCommand
|
|
134
|
+
*/
|
|
135
|
+
export declare const de_AssociateResourceShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateResourceShareCommandOutput>;
|
|
136
|
+
/**
|
|
137
|
+
* deserializeAws_restJson1AssociateResourceSharePermissionCommand
|
|
138
|
+
*/
|
|
139
|
+
export declare const de_AssociateResourceSharePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateResourceSharePermissionCommandOutput>;
|
|
140
|
+
/**
|
|
141
|
+
* deserializeAws_restJson1CreateResourceShareCommand
|
|
142
|
+
*/
|
|
143
|
+
export declare const de_CreateResourceShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceShareCommandOutput>;
|
|
144
|
+
/**
|
|
145
|
+
* deserializeAws_restJson1DeleteResourceShareCommand
|
|
146
|
+
*/
|
|
147
|
+
export declare const de_DeleteResourceShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceShareCommandOutput>;
|
|
148
|
+
/**
|
|
149
|
+
* deserializeAws_restJson1DisassociateResourceShareCommand
|
|
150
|
+
*/
|
|
151
|
+
export declare const de_DisassociateResourceShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateResourceShareCommandOutput>;
|
|
152
|
+
/**
|
|
153
|
+
* deserializeAws_restJson1DisassociateResourceSharePermissionCommand
|
|
154
|
+
*/
|
|
155
|
+
export declare const de_DisassociateResourceSharePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateResourceSharePermissionCommandOutput>;
|
|
156
|
+
/**
|
|
157
|
+
* deserializeAws_restJson1EnableSharingWithAwsOrganizationCommand
|
|
158
|
+
*/
|
|
159
|
+
export declare const de_EnableSharingWithAwsOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableSharingWithAwsOrganizationCommandOutput>;
|
|
160
|
+
/**
|
|
161
|
+
* deserializeAws_restJson1GetPermissionCommand
|
|
162
|
+
*/
|
|
163
|
+
export declare const de_GetPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPermissionCommandOutput>;
|
|
164
|
+
/**
|
|
165
|
+
* deserializeAws_restJson1GetResourcePoliciesCommand
|
|
166
|
+
*/
|
|
167
|
+
export declare const de_GetResourcePoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePoliciesCommandOutput>;
|
|
168
|
+
/**
|
|
169
|
+
* deserializeAws_restJson1GetResourceShareAssociationsCommand
|
|
170
|
+
*/
|
|
171
|
+
export declare const de_GetResourceShareAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceShareAssociationsCommandOutput>;
|
|
172
|
+
/**
|
|
173
|
+
* deserializeAws_restJson1GetResourceShareInvitationsCommand
|
|
174
|
+
*/
|
|
175
|
+
export declare const de_GetResourceShareInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceShareInvitationsCommandOutput>;
|
|
176
|
+
/**
|
|
177
|
+
* deserializeAws_restJson1GetResourceSharesCommand
|
|
178
|
+
*/
|
|
179
|
+
export declare const de_GetResourceSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceSharesCommandOutput>;
|
|
180
|
+
/**
|
|
181
|
+
* deserializeAws_restJson1ListPendingInvitationResourcesCommand
|
|
182
|
+
*/
|
|
183
|
+
export declare const de_ListPendingInvitationResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPendingInvitationResourcesCommandOutput>;
|
|
184
|
+
/**
|
|
185
|
+
* deserializeAws_restJson1ListPermissionsCommand
|
|
186
|
+
*/
|
|
187
|
+
export declare const de_ListPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPermissionsCommandOutput>;
|
|
188
|
+
/**
|
|
189
|
+
* deserializeAws_restJson1ListPermissionVersionsCommand
|
|
190
|
+
*/
|
|
191
|
+
export declare const de_ListPermissionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPermissionVersionsCommandOutput>;
|
|
192
|
+
/**
|
|
193
|
+
* deserializeAws_restJson1ListPrincipalsCommand
|
|
194
|
+
*/
|
|
195
|
+
export declare const de_ListPrincipalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPrincipalsCommandOutput>;
|
|
196
|
+
/**
|
|
197
|
+
* deserializeAws_restJson1ListResourcesCommand
|
|
198
|
+
*/
|
|
199
|
+
export declare const de_ListResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourcesCommandOutput>;
|
|
200
|
+
/**
|
|
201
|
+
* deserializeAws_restJson1ListResourceSharePermissionsCommand
|
|
202
|
+
*/
|
|
203
|
+
export declare const de_ListResourceSharePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceSharePermissionsCommandOutput>;
|
|
204
|
+
/**
|
|
205
|
+
* deserializeAws_restJson1ListResourceTypesCommand
|
|
206
|
+
*/
|
|
207
|
+
export declare const de_ListResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceTypesCommandOutput>;
|
|
208
|
+
/**
|
|
209
|
+
* deserializeAws_restJson1PromoteResourceShareCreatedFromPolicyCommand
|
|
210
|
+
*/
|
|
211
|
+
export declare const de_PromoteResourceShareCreatedFromPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PromoteResourceShareCreatedFromPolicyCommandOutput>;
|
|
212
|
+
/**
|
|
213
|
+
* deserializeAws_restJson1RejectResourceShareInvitationCommand
|
|
214
|
+
*/
|
|
215
|
+
export declare const de_RejectResourceShareInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectResourceShareInvitationCommandOutput>;
|
|
216
|
+
/**
|
|
217
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
218
|
+
*/
|
|
219
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
220
|
+
/**
|
|
221
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
222
|
+
*/
|
|
223
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
224
|
+
/**
|
|
225
|
+
* deserializeAws_restJson1UpdateResourceShareCommand
|
|
226
|
+
*/
|
|
227
|
+
export declare const de_UpdateResourceShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceShareCommandOutput>;
|
|
@@ -103,203 +103,203 @@ import {
|
|
|
103
103
|
UpdateResourceShareCommandInput,
|
|
104
104
|
UpdateResourceShareCommandOutput,
|
|
105
105
|
} from "../commands/UpdateResourceShareCommand";
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const se_AcceptResourceShareInvitationCommand: (
|
|
107
107
|
input: AcceptResourceShareInvitationCommandInput,
|
|
108
108
|
context: __SerdeContext
|
|
109
109
|
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const se_AssociateResourceShareCommand: (
|
|
111
111
|
input: AssociateResourceShareCommandInput,
|
|
112
112
|
context: __SerdeContext
|
|
113
113
|
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const se_AssociateResourceSharePermissionCommand: (
|
|
115
115
|
input: AssociateResourceSharePermissionCommandInput,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_CreateResourceShareCommand: (
|
|
119
119
|
input: CreateResourceShareCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_DeleteResourceShareCommand: (
|
|
123
123
|
input: DeleteResourceShareCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_DisassociateResourceShareCommand: (
|
|
127
127
|
input: DisassociateResourceShareCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_DisassociateResourceSharePermissionCommand: (
|
|
131
131
|
input: DisassociateResourceSharePermissionCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_EnableSharingWithAwsOrganizationCommand: (
|
|
135
135
|
input: EnableSharingWithAwsOrganizationCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_GetPermissionCommand: (
|
|
139
139
|
input: GetPermissionCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_GetResourcePoliciesCommand: (
|
|
143
143
|
input: GetResourcePoliciesCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_GetResourceShareAssociationsCommand: (
|
|
147
147
|
input: GetResourceShareAssociationsCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_GetResourceShareInvitationsCommand: (
|
|
151
151
|
input: GetResourceShareInvitationsCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_GetResourceSharesCommand: (
|
|
155
155
|
input: GetResourceSharesCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_ListPendingInvitationResourcesCommand: (
|
|
159
159
|
input: ListPendingInvitationResourcesCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_ListPermissionsCommand: (
|
|
163
163
|
input: ListPermissionsCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_ListPermissionVersionsCommand: (
|
|
167
167
|
input: ListPermissionVersionsCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_ListPrincipalsCommand: (
|
|
171
171
|
input: ListPrincipalsCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_ListResourcesCommand: (
|
|
175
175
|
input: ListResourcesCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_ListResourceSharePermissionsCommand: (
|
|
179
179
|
input: ListResourceSharePermissionsCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const se_ListResourceTypesCommand: (
|
|
183
183
|
input: ListResourceTypesCommandInput,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const se_PromoteResourceShareCreatedFromPolicyCommand: (
|
|
187
187
|
input: PromoteResourceShareCreatedFromPolicyCommandInput,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const se_RejectResourceShareInvitationCommand: (
|
|
191
191
|
input: RejectResourceShareInvitationCommandInput,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const se_TagResourceCommand: (
|
|
195
195
|
input: TagResourceCommandInput,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const se_UntagResourceCommand: (
|
|
199
199
|
input: UntagResourceCommandInput,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const se_UpdateResourceShareCommand: (
|
|
203
203
|
input: UpdateResourceShareCommandInput,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const de_AcceptResourceShareInvitationCommand: (
|
|
207
207
|
output: __HttpResponse,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<AcceptResourceShareInvitationCommandOutput>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const de_AssociateResourceShareCommand: (
|
|
211
211
|
output: __HttpResponse,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<AssociateResourceShareCommandOutput>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const de_AssociateResourceSharePermissionCommand: (
|
|
215
215
|
output: __HttpResponse,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<AssociateResourceSharePermissionCommandOutput>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const de_CreateResourceShareCommand: (
|
|
219
219
|
output: __HttpResponse,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<CreateResourceShareCommandOutput>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const de_DeleteResourceShareCommand: (
|
|
223
223
|
output: __HttpResponse,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<DeleteResourceShareCommandOutput>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const de_DisassociateResourceShareCommand: (
|
|
227
227
|
output: __HttpResponse,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<DisassociateResourceShareCommandOutput>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const de_DisassociateResourceSharePermissionCommand: (
|
|
231
231
|
output: __HttpResponse,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<DisassociateResourceSharePermissionCommandOutput>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const de_EnableSharingWithAwsOrganizationCommand: (
|
|
235
235
|
output: __HttpResponse,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<EnableSharingWithAwsOrganizationCommandOutput>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const de_GetPermissionCommand: (
|
|
239
239
|
output: __HttpResponse,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<GetPermissionCommandOutput>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const de_GetResourcePoliciesCommand: (
|
|
243
243
|
output: __HttpResponse,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<GetResourcePoliciesCommandOutput>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_GetResourceShareAssociationsCommand: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<GetResourceShareAssociationsCommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_GetResourceShareInvitationsCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<GetResourceShareInvitationsCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_GetResourceSharesCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<GetResourceSharesCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_ListPendingInvitationResourcesCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<ListPendingInvitationResourcesCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_ListPermissionsCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<ListPermissionsCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_ListPermissionVersionsCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<ListPermissionVersionsCommandOutput>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const de_ListPrincipalsCommand: (
|
|
271
271
|
output: __HttpResponse,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<ListPrincipalsCommandOutput>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const de_ListResourcesCommand: (
|
|
275
275
|
output: __HttpResponse,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<ListResourcesCommandOutput>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const de_ListResourceSharePermissionsCommand: (
|
|
279
279
|
output: __HttpResponse,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<ListResourceSharePermissionsCommandOutput>;
|
|
282
|
-
export declare const
|
|
282
|
+
export declare const de_ListResourceTypesCommand: (
|
|
283
283
|
output: __HttpResponse,
|
|
284
284
|
context: __SerdeContext
|
|
285
285
|
) => Promise<ListResourceTypesCommandOutput>;
|
|
286
|
-
export declare const
|
|
286
|
+
export declare const de_PromoteResourceShareCreatedFromPolicyCommand: (
|
|
287
287
|
output: __HttpResponse,
|
|
288
288
|
context: __SerdeContext
|
|
289
289
|
) => Promise<PromoteResourceShareCreatedFromPolicyCommandOutput>;
|
|
290
|
-
export declare const
|
|
290
|
+
export declare const de_RejectResourceShareInvitationCommand: (
|
|
291
291
|
output: __HttpResponse,
|
|
292
292
|
context: __SerdeContext
|
|
293
293
|
) => Promise<RejectResourceShareInvitationCommandOutput>;
|
|
294
|
-
export declare const
|
|
294
|
+
export declare const de_TagResourceCommand: (
|
|
295
295
|
output: __HttpResponse,
|
|
296
296
|
context: __SerdeContext
|
|
297
297
|
) => Promise<TagResourceCommandOutput>;
|
|
298
|
-
export declare const
|
|
298
|
+
export declare const de_UntagResourceCommand: (
|
|
299
299
|
output: __HttpResponse,
|
|
300
300
|
context: __SerdeContext
|
|
301
301
|
) => Promise<UntagResourceCommandOutput>;
|
|
302
|
-
export declare const
|
|
302
|
+
export declare const de_UpdateResourceShareCommand: (
|
|
303
303
|
output: __HttpResponse,
|
|
304
304
|
context: __SerdeContext
|
|
305
305
|
) => Promise<UpdateResourceShareCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ram",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ram Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.309.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,37 +21,37 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.309.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.309.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.306.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.306.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.306.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.306.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.306.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.306.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.306.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.306.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.306.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.306.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.306.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.309.0",
|
|
44
|
+
"@aws-sdk/types": "3.306.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.309.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.309.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.306.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.306.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.306.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|