@aws-sdk/client-ram 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/RAM.d.ts +0 -25
- package/dist-types/ts3.4/RAMClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AcceptResourceShareInvitationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateResourceShareCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateResourceSharePermissionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateResourceShareCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteResourceShareCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateResourceShareCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateResourceSharePermissionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableSharingWithAwsOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPermissionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetResourceShareAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetResourceShareInvitationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetResourceSharesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPendingInvitationResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPermissionVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPrincipalsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListResourceSharePermissionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListResourceTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RejectResourceShareInvitationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateResourceShareCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/RAMServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -261
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-ram
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-ram
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-ram
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: RAMClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: RAMClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: RAMClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -100,7 +100,6 @@ import {
|
|
|
100
100
|
UpdateResourceShareCommandOutput,
|
|
101
101
|
} from "./commands/UpdateResourceShareCommand";
|
|
102
102
|
import { RAMClient } from "./RAMClient";
|
|
103
|
-
|
|
104
103
|
export declare class RAM extends RAMClient {
|
|
105
104
|
acceptResourceShareInvitation(
|
|
106
105
|
args: AcceptResourceShareInvitationCommandInput,
|
|
@@ -115,7 +114,6 @@ export declare class RAM extends RAMClient {
|
|
|
115
114
|
options: __HttpHandlerOptions,
|
|
116
115
|
cb: (err: any, data?: AcceptResourceShareInvitationCommandOutput) => void
|
|
117
116
|
): void;
|
|
118
|
-
|
|
119
117
|
associateResourceShare(
|
|
120
118
|
args: AssociateResourceShareCommandInput,
|
|
121
119
|
options?: __HttpHandlerOptions
|
|
@@ -129,7 +127,6 @@ export declare class RAM extends RAMClient {
|
|
|
129
127
|
options: __HttpHandlerOptions,
|
|
130
128
|
cb: (err: any, data?: AssociateResourceShareCommandOutput) => void
|
|
131
129
|
): void;
|
|
132
|
-
|
|
133
130
|
associateResourceSharePermission(
|
|
134
131
|
args: AssociateResourceSharePermissionCommandInput,
|
|
135
132
|
options?: __HttpHandlerOptions
|
|
@@ -143,7 +140,6 @@ export declare class RAM extends RAMClient {
|
|
|
143
140
|
options: __HttpHandlerOptions,
|
|
144
141
|
cb: (err: any, data?: AssociateResourceSharePermissionCommandOutput) => void
|
|
145
142
|
): void;
|
|
146
|
-
|
|
147
143
|
createResourceShare(
|
|
148
144
|
args: CreateResourceShareCommandInput,
|
|
149
145
|
options?: __HttpHandlerOptions
|
|
@@ -157,7 +153,6 @@ export declare class RAM extends RAMClient {
|
|
|
157
153
|
options: __HttpHandlerOptions,
|
|
158
154
|
cb: (err: any, data?: CreateResourceShareCommandOutput) => void
|
|
159
155
|
): void;
|
|
160
|
-
|
|
161
156
|
deleteResourceShare(
|
|
162
157
|
args: DeleteResourceShareCommandInput,
|
|
163
158
|
options?: __HttpHandlerOptions
|
|
@@ -171,7 +166,6 @@ export declare class RAM extends RAMClient {
|
|
|
171
166
|
options: __HttpHandlerOptions,
|
|
172
167
|
cb: (err: any, data?: DeleteResourceShareCommandOutput) => void
|
|
173
168
|
): void;
|
|
174
|
-
|
|
175
169
|
disassociateResourceShare(
|
|
176
170
|
args: DisassociateResourceShareCommandInput,
|
|
177
171
|
options?: __HttpHandlerOptions
|
|
@@ -185,7 +179,6 @@ export declare class RAM extends RAMClient {
|
|
|
185
179
|
options: __HttpHandlerOptions,
|
|
186
180
|
cb: (err: any, data?: DisassociateResourceShareCommandOutput) => void
|
|
187
181
|
): void;
|
|
188
|
-
|
|
189
182
|
disassociateResourceSharePermission(
|
|
190
183
|
args: DisassociateResourceSharePermissionCommandInput,
|
|
191
184
|
options?: __HttpHandlerOptions
|
|
@@ -205,7 +198,6 @@ export declare class RAM extends RAMClient {
|
|
|
205
198
|
data?: DisassociateResourceSharePermissionCommandOutput
|
|
206
199
|
) => void
|
|
207
200
|
): void;
|
|
208
|
-
|
|
209
201
|
enableSharingWithAwsOrganization(
|
|
210
202
|
args: EnableSharingWithAwsOrganizationCommandInput,
|
|
211
203
|
options?: __HttpHandlerOptions
|
|
@@ -219,7 +211,6 @@ export declare class RAM extends RAMClient {
|
|
|
219
211
|
options: __HttpHandlerOptions,
|
|
220
212
|
cb: (err: any, data?: EnableSharingWithAwsOrganizationCommandOutput) => void
|
|
221
213
|
): void;
|
|
222
|
-
|
|
223
214
|
getPermission(
|
|
224
215
|
args: GetPermissionCommandInput,
|
|
225
216
|
options?: __HttpHandlerOptions
|
|
@@ -233,7 +224,6 @@ export declare class RAM extends RAMClient {
|
|
|
233
224
|
options: __HttpHandlerOptions,
|
|
234
225
|
cb: (err: any, data?: GetPermissionCommandOutput) => void
|
|
235
226
|
): void;
|
|
236
|
-
|
|
237
227
|
getResourcePolicies(
|
|
238
228
|
args: GetResourcePoliciesCommandInput,
|
|
239
229
|
options?: __HttpHandlerOptions
|
|
@@ -247,7 +237,6 @@ export declare class RAM extends RAMClient {
|
|
|
247
237
|
options: __HttpHandlerOptions,
|
|
248
238
|
cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void
|
|
249
239
|
): void;
|
|
250
|
-
|
|
251
240
|
getResourceShareAssociations(
|
|
252
241
|
args: GetResourceShareAssociationsCommandInput,
|
|
253
242
|
options?: __HttpHandlerOptions
|
|
@@ -261,7 +250,6 @@ export declare class RAM extends RAMClient {
|
|
|
261
250
|
options: __HttpHandlerOptions,
|
|
262
251
|
cb: (err: any, data?: GetResourceShareAssociationsCommandOutput) => void
|
|
263
252
|
): void;
|
|
264
|
-
|
|
265
253
|
getResourceShareInvitations(
|
|
266
254
|
args: GetResourceShareInvitationsCommandInput,
|
|
267
255
|
options?: __HttpHandlerOptions
|
|
@@ -275,7 +263,6 @@ export declare class RAM extends RAMClient {
|
|
|
275
263
|
options: __HttpHandlerOptions,
|
|
276
264
|
cb: (err: any, data?: GetResourceShareInvitationsCommandOutput) => void
|
|
277
265
|
): void;
|
|
278
|
-
|
|
279
266
|
getResourceShares(
|
|
280
267
|
args: GetResourceSharesCommandInput,
|
|
281
268
|
options?: __HttpHandlerOptions
|
|
@@ -289,7 +276,6 @@ export declare class RAM extends RAMClient {
|
|
|
289
276
|
options: __HttpHandlerOptions,
|
|
290
277
|
cb: (err: any, data?: GetResourceSharesCommandOutput) => void
|
|
291
278
|
): void;
|
|
292
|
-
|
|
293
279
|
listPendingInvitationResources(
|
|
294
280
|
args: ListPendingInvitationResourcesCommandInput,
|
|
295
281
|
options?: __HttpHandlerOptions
|
|
@@ -303,7 +289,6 @@ export declare class RAM extends RAMClient {
|
|
|
303
289
|
options: __HttpHandlerOptions,
|
|
304
290
|
cb: (err: any, data?: ListPendingInvitationResourcesCommandOutput) => void
|
|
305
291
|
): void;
|
|
306
|
-
|
|
307
292
|
listPermissions(
|
|
308
293
|
args: ListPermissionsCommandInput,
|
|
309
294
|
options?: __HttpHandlerOptions
|
|
@@ -317,7 +302,6 @@ export declare class RAM extends RAMClient {
|
|
|
317
302
|
options: __HttpHandlerOptions,
|
|
318
303
|
cb: (err: any, data?: ListPermissionsCommandOutput) => void
|
|
319
304
|
): void;
|
|
320
|
-
|
|
321
305
|
listPermissionVersions(
|
|
322
306
|
args: ListPermissionVersionsCommandInput,
|
|
323
307
|
options?: __HttpHandlerOptions
|
|
@@ -331,7 +315,6 @@ export declare class RAM extends RAMClient {
|
|
|
331
315
|
options: __HttpHandlerOptions,
|
|
332
316
|
cb: (err: any, data?: ListPermissionVersionsCommandOutput) => void
|
|
333
317
|
): void;
|
|
334
|
-
|
|
335
318
|
listPrincipals(
|
|
336
319
|
args: ListPrincipalsCommandInput,
|
|
337
320
|
options?: __HttpHandlerOptions
|
|
@@ -345,7 +328,6 @@ export declare class RAM extends RAMClient {
|
|
|
345
328
|
options: __HttpHandlerOptions,
|
|
346
329
|
cb: (err: any, data?: ListPrincipalsCommandOutput) => void
|
|
347
330
|
): void;
|
|
348
|
-
|
|
349
331
|
listResources(
|
|
350
332
|
args: ListResourcesCommandInput,
|
|
351
333
|
options?: __HttpHandlerOptions
|
|
@@ -359,7 +341,6 @@ export declare class RAM extends RAMClient {
|
|
|
359
341
|
options: __HttpHandlerOptions,
|
|
360
342
|
cb: (err: any, data?: ListResourcesCommandOutput) => void
|
|
361
343
|
): void;
|
|
362
|
-
|
|
363
344
|
listResourceSharePermissions(
|
|
364
345
|
args: ListResourceSharePermissionsCommandInput,
|
|
365
346
|
options?: __HttpHandlerOptions
|
|
@@ -373,7 +354,6 @@ export declare class RAM extends RAMClient {
|
|
|
373
354
|
options: __HttpHandlerOptions,
|
|
374
355
|
cb: (err: any, data?: ListResourceSharePermissionsCommandOutput) => void
|
|
375
356
|
): void;
|
|
376
|
-
|
|
377
357
|
listResourceTypes(
|
|
378
358
|
args: ListResourceTypesCommandInput,
|
|
379
359
|
options?: __HttpHandlerOptions
|
|
@@ -387,7 +367,6 @@ export declare class RAM extends RAMClient {
|
|
|
387
367
|
options: __HttpHandlerOptions,
|
|
388
368
|
cb: (err: any, data?: ListResourceTypesCommandOutput) => void
|
|
389
369
|
): void;
|
|
390
|
-
|
|
391
370
|
promoteResourceShareCreatedFromPolicy(
|
|
392
371
|
args: PromoteResourceShareCreatedFromPolicyCommandInput,
|
|
393
372
|
options?: __HttpHandlerOptions
|
|
@@ -407,7 +386,6 @@ export declare class RAM extends RAMClient {
|
|
|
407
386
|
data?: PromoteResourceShareCreatedFromPolicyCommandOutput
|
|
408
387
|
) => void
|
|
409
388
|
): void;
|
|
410
|
-
|
|
411
389
|
rejectResourceShareInvitation(
|
|
412
390
|
args: RejectResourceShareInvitationCommandInput,
|
|
413
391
|
options?: __HttpHandlerOptions
|
|
@@ -421,7 +399,6 @@ export declare class RAM extends RAMClient {
|
|
|
421
399
|
options: __HttpHandlerOptions,
|
|
422
400
|
cb: (err: any, data?: RejectResourceShareInvitationCommandOutput) => void
|
|
423
401
|
): void;
|
|
424
|
-
|
|
425
402
|
tagResource(
|
|
426
403
|
args: TagResourceCommandInput,
|
|
427
404
|
options?: __HttpHandlerOptions
|
|
@@ -435,7 +412,6 @@ export declare class RAM extends RAMClient {
|
|
|
435
412
|
options: __HttpHandlerOptions,
|
|
436
413
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
437
414
|
): void;
|
|
438
|
-
|
|
439
415
|
untagResource(
|
|
440
416
|
args: UntagResourceCommandInput,
|
|
441
417
|
options?: __HttpHandlerOptions
|
|
@@ -449,7 +425,6 @@ export declare class RAM extends RAMClient {
|
|
|
449
425
|
options: __HttpHandlerOptions,
|
|
450
426
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
451
427
|
): void;
|
|
452
|
-
|
|
453
428
|
updateResourceShare(
|
|
454
429
|
args: UpdateResourceShareCommandInput,
|
|
455
430
|
options?: __HttpHandlerOptions
|
|
@@ -197,47 +197,26 @@ export declare type ServiceOutputTypes =
|
|
|
197
197
|
export interface ClientDefaults
|
|
198
198
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
199
199
|
requestHandler?: __HttpHandler;
|
|
200
|
-
|
|
201
200
|
sha256?: __HashConstructor;
|
|
202
|
-
|
|
203
201
|
urlParser?: __UrlParser;
|
|
204
|
-
|
|
205
202
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
206
|
-
|
|
207
203
|
streamCollector?: __StreamCollector;
|
|
208
|
-
|
|
209
204
|
base64Decoder?: __Decoder;
|
|
210
|
-
|
|
211
205
|
base64Encoder?: __Encoder;
|
|
212
|
-
|
|
213
206
|
utf8Decoder?: __Decoder;
|
|
214
|
-
|
|
215
207
|
utf8Encoder?: __Encoder;
|
|
216
|
-
|
|
217
208
|
runtime?: string;
|
|
218
|
-
|
|
219
209
|
disableHostPrefix?: boolean;
|
|
220
|
-
|
|
221
210
|
maxAttempts?: number | __Provider<number>;
|
|
222
|
-
|
|
223
211
|
retryMode?: string | __Provider<string>;
|
|
224
|
-
|
|
225
212
|
logger?: __Logger;
|
|
226
|
-
|
|
227
213
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
228
|
-
|
|
229
214
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
230
|
-
|
|
231
215
|
serviceId?: string;
|
|
232
|
-
|
|
233
216
|
region?: string | __Provider<string>;
|
|
234
|
-
|
|
235
217
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
236
|
-
|
|
237
218
|
regionInfoProvider?: RegionInfoProvider;
|
|
238
|
-
|
|
239
219
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
240
|
-
|
|
241
220
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
242
221
|
}
|
|
243
222
|
declare type RAMClientConfigType = Partial<
|
|
@@ -250,7 +229,6 @@ declare type RAMClientConfigType = Partial<
|
|
|
250
229
|
HostHeaderInputConfig &
|
|
251
230
|
AwsAuthInputConfig &
|
|
252
231
|
UserAgentInputConfig;
|
|
253
|
-
|
|
254
232
|
export interface RAMClientConfig extends RAMClientConfigType {}
|
|
255
233
|
declare type RAMClientResolvedConfigType =
|
|
256
234
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -261,9 +239,7 @@ declare type RAMClientResolvedConfigType =
|
|
|
261
239
|
HostHeaderResolvedConfig &
|
|
262
240
|
AwsAuthResolvedConfig &
|
|
263
241
|
UserAgentResolvedConfig;
|
|
264
|
-
|
|
265
242
|
export interface RAMClientResolvedConfig extends RAMClientResolvedConfigType {}
|
|
266
|
-
|
|
267
243
|
export declare class RAMClient extends __Client<
|
|
268
244
|
__HttpHandlerOptions,
|
|
269
245
|
ServiceInputTypes,
|
|
@@ -272,7 +248,6 @@ export declare class RAMClient extends __Client<
|
|
|
272
248
|
> {
|
|
273
249
|
readonly config: RAMClientResolvedConfig;
|
|
274
250
|
constructor(configuration: RAMClientConfig);
|
|
275
|
-
|
|
276
251
|
destroy(): void;
|
|
277
252
|
}
|
|
278
253
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface AcceptResourceShareInvitationCommandInput
|
|
|
19
19
|
export interface AcceptResourceShareInvitationCommandOutput
|
|
20
20
|
extends AcceptResourceShareInvitationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AcceptResourceShareInvitationCommand extends $Command<
|
|
24
23
|
AcceptResourceShareInvitationCommandInput,
|
|
25
24
|
AcceptResourceShareInvitationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AcceptResourceShareInvitationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AcceptResourceShareInvitationCommandInput;
|
|
29
28
|
constructor(input: AcceptResourceShareInvitationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RAMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AssociateResourceShareCommandInput
|
|
|
19
19
|
export interface AssociateResourceShareCommandOutput
|
|
20
20
|
extends AssociateResourceShareResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AssociateResourceShareCommand extends $Command<
|
|
24
23
|
AssociateResourceShareCommandInput,
|
|
25
24
|
AssociateResourceShareCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AssociateResourceShareCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AssociateResourceShareCommandInput;
|
|
29
28
|
constructor(input: AssociateResourceShareCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RAMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AssociateResourceSharePermissionCommandInput
|
|
|
19
19
|
export interface AssociateResourceSharePermissionCommandOutput
|
|
20
20
|
extends AssociateResourceSharePermissionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AssociateResourceSharePermissionCommand extends $Command<
|
|
24
23
|
AssociateResourceSharePermissionCommandInput,
|
|
25
24
|
AssociateResourceSharePermissionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AssociateResourceSharePermissionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AssociateResourceSharePermissionCommandInput;
|
|
29
28
|
constructor(input: AssociateResourceSharePermissionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RAMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateResourceShareCommandInput
|
|
|
19
19
|
export interface CreateResourceShareCommandOutput
|
|
20
20
|
extends CreateResourceShareResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateResourceShareCommand extends $Command<
|
|
24
23
|
CreateResourceShareCommandInput,
|
|
25
24
|
CreateResourceShareCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateResourceShareCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateResourceShareCommandInput;
|
|
29
28
|
constructor(input: CreateResourceShareCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RAMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteResourceShareCommandInput
|
|
|
19
19
|
export interface DeleteResourceShareCommandOutput
|
|
20
20
|
extends DeleteResourceShareResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteResourceShareCommand extends $Command<
|
|
24
23
|
DeleteResourceShareCommandInput,
|
|
25
24
|
DeleteResourceShareCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteResourceShareCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteResourceShareCommandInput;
|
|
29
28
|
constructor(input: DeleteResourceShareCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RAMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateResourceShareCommandInput
|
|
|
19
19
|
export interface DisassociateResourceShareCommandOutput
|
|
20
20
|
extends DisassociateResourceShareResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateResourceShareCommand extends $Command<
|
|
24
23
|
DisassociateResourceShareCommandInput,
|
|
25
24
|
DisassociateResourceShareCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateResourceShareCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateResourceShareCommandInput;
|
|
29
28
|
constructor(input: DisassociateResourceShareCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RAMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateResourceSharePermissionCommandInput
|
|
|
19
19
|
export interface DisassociateResourceSharePermissionCommandOutput
|
|
20
20
|
extends DisassociateResourceSharePermissionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateResourceSharePermissionCommand extends $Command<
|
|
24
23
|
DisassociateResourceSharePermissionCommandInput,
|
|
25
24
|
DisassociateResourceSharePermissionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateResourceSharePermissionCommand extends $Command
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateResourceSharePermissionCommandInput;
|
|
29
28
|
constructor(input: DisassociateResourceSharePermissionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RAMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface EnableSharingWithAwsOrganizationCommandInput
|
|
|
19
19
|
export interface EnableSharingWithAwsOrganizationCommandOutput
|
|
20
20
|
extends EnableSharingWithAwsOrganizationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class EnableSharingWithAwsOrganizationCommand extends $Command<
|
|
24
23
|
EnableSharingWithAwsOrganizationCommandInput,
|
|
25
24
|
EnableSharingWithAwsOrganizationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class EnableSharingWithAwsOrganizationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: EnableSharingWithAwsOrganizationCommandInput;
|
|
29
28
|
constructor(input: EnableSharingWithAwsOrganizationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RAMClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetPermissionCommandInput extends GetPermissionRequest {}
|
|
|
18
18
|
export interface GetPermissionCommandOutput
|
|
19
19
|
extends GetPermissionResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetPermissionCommand extends $Command<
|
|
23
22
|
GetPermissionCommandInput,
|
|
24
23
|
GetPermissionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetPermissionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetPermissionCommandInput;
|
|
28
27
|
constructor(input: GetPermissionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RAMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetResourcePoliciesCommandInput
|
|
|
19
19
|
export interface GetResourcePoliciesCommandOutput
|
|
20
20
|
extends GetResourcePoliciesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetResourcePoliciesCommand extends $Command<
|
|
24
23
|
GetResourcePoliciesCommandInput,
|
|
25
24
|
GetResourcePoliciesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetResourcePoliciesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetResourcePoliciesCommandInput;
|
|
29
28
|
constructor(input: GetResourcePoliciesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RAMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetResourceShareAssociationsCommandInput
|
|
|
19
19
|
export interface GetResourceShareAssociationsCommandOutput
|
|
20
20
|
extends GetResourceShareAssociationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetResourceShareAssociationsCommand extends $Command<
|
|
24
23
|
GetResourceShareAssociationsCommandInput,
|
|
25
24
|
GetResourceShareAssociationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetResourceShareAssociationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetResourceShareAssociationsCommandInput;
|
|
29
28
|
constructor(input: GetResourceShareAssociationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RAMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetResourceShareInvitationsCommandInput
|
|
|
19
19
|
export interface GetResourceShareInvitationsCommandOutput
|
|
20
20
|
extends GetResourceShareInvitationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetResourceShareInvitationsCommand extends $Command<
|
|
24
23
|
GetResourceShareInvitationsCommandInput,
|
|
25
24
|
GetResourceShareInvitationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetResourceShareInvitationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetResourceShareInvitationsCommandInput;
|
|
29
28
|
constructor(input: GetResourceShareInvitationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RAMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetResourceSharesCommandInput
|
|
|
19
19
|
export interface GetResourceSharesCommandOutput
|
|
20
20
|
extends GetResourceSharesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetResourceSharesCommand extends $Command<
|
|
24
23
|
GetResourceSharesCommandInput,
|
|
25
24
|
GetResourceSharesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetResourceSharesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetResourceSharesCommandInput;
|
|
29
28
|
constructor(input: GetResourceSharesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RAMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListPendingInvitationResourcesCommandInput
|
|
|
19
19
|
export interface ListPendingInvitationResourcesCommandOutput
|
|
20
20
|
extends ListPendingInvitationResourcesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListPendingInvitationResourcesCommand extends $Command<
|
|
24
23
|
ListPendingInvitationResourcesCommandInput,
|
|
25
24
|
ListPendingInvitationResourcesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListPendingInvitationResourcesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListPendingInvitationResourcesCommandInput;
|
|
29
28
|
constructor(input: ListPendingInvitationResourcesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RAMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListPermissionVersionsCommandInput
|
|
|
19
19
|
export interface ListPermissionVersionsCommandOutput
|
|
20
20
|
extends ListPermissionVersionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListPermissionVersionsCommand extends $Command<
|
|
24
23
|
ListPermissionVersionsCommandInput,
|
|
25
24
|
ListPermissionVersionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListPermissionVersionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListPermissionVersionsCommandInput;
|
|
29
28
|
constructor(input: ListPermissionVersionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RAMClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListPermissionsCommandInput extends ListPermissionsRequest {}
|
|
|
18
18
|
export interface ListPermissionsCommandOutput
|
|
19
19
|
extends ListPermissionsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListPermissionsCommand extends $Command<
|
|
23
22
|
ListPermissionsCommandInput,
|
|
24
23
|
ListPermissionsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListPermissionsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListPermissionsCommandInput;
|
|
28
27
|
constructor(input: ListPermissionsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RAMClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListPrincipalsCommandInput extends ListPrincipalsRequest {}
|
|
|
18
18
|
export interface ListPrincipalsCommandOutput
|
|
19
19
|
extends ListPrincipalsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListPrincipalsCommand extends $Command<
|
|
23
22
|
ListPrincipalsCommandInput,
|
|
24
23
|
ListPrincipalsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListPrincipalsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListPrincipalsCommandInput;
|
|
28
27
|
constructor(input: ListPrincipalsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RAMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListResourceSharePermissionsCommandInput
|
|
|
19
19
|
export interface ListResourceSharePermissionsCommandOutput
|
|
20
20
|
extends ListResourceSharePermissionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListResourceSharePermissionsCommand extends $Command<
|
|
24
23
|
ListResourceSharePermissionsCommandInput,
|
|
25
24
|
ListResourceSharePermissionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListResourceSharePermissionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListResourceSharePermissionsCommandInput;
|
|
29
28
|
constructor(input: ListResourceSharePermissionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RAMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListResourceTypesCommandInput
|
|
|
19
19
|
export interface ListResourceTypesCommandOutput
|
|
20
20
|
extends ListResourceTypesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListResourceTypesCommand extends $Command<
|
|
24
23
|
ListResourceTypesCommandInput,
|
|
25
24
|
ListResourceTypesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListResourceTypesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListResourceTypesCommandInput;
|
|
29
28
|
constructor(input: ListResourceTypesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RAMClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListResourcesCommandInput extends ListResourcesRequest {}
|
|
|
18
18
|
export interface ListResourcesCommandOutput
|
|
19
19
|
extends ListResourcesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListResourcesCommand extends $Command<
|
|
23
22
|
ListResourcesCommandInput,
|
|
24
23
|
ListResourcesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListResourcesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListResourcesCommandInput;
|
|
28
27
|
constructor(input: ListResourcesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RAMClientResolvedConfig,
|