@aws-sdk/client-ram 3.337.0 → 3.341.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/RAMClient.js +2 -1
- package/dist-cjs/commands/AcceptResourceShareInvitationCommand.js +2 -1
- package/dist-cjs/commands/AssociateResourceShareCommand.js +2 -1
- package/dist-cjs/commands/AssociateResourceSharePermissionCommand.js +2 -1
- package/dist-cjs/commands/CreatePermissionCommand.js +2 -1
- package/dist-cjs/commands/CreatePermissionVersionCommand.js +2 -1
- package/dist-cjs/commands/CreateResourceShareCommand.js +2 -1
- package/dist-cjs/commands/DeletePermissionCommand.js +2 -1
- package/dist-cjs/commands/DeletePermissionVersionCommand.js +2 -1
- package/dist-cjs/commands/DeleteResourceShareCommand.js +2 -1
- package/dist-cjs/commands/DisassociateResourceShareCommand.js +2 -1
- package/dist-cjs/commands/DisassociateResourceSharePermissionCommand.js +2 -1
- package/dist-cjs/commands/EnableSharingWithAwsOrganizationCommand.js +2 -1
- package/dist-cjs/commands/GetPermissionCommand.js +2 -1
- package/dist-cjs/commands/GetResourcePoliciesCommand.js +2 -1
- package/dist-cjs/commands/GetResourceShareAssociationsCommand.js +2 -1
- package/dist-cjs/commands/GetResourceShareInvitationsCommand.js +2 -1
- package/dist-cjs/commands/GetResourceSharesCommand.js +2 -1
- package/dist-cjs/commands/ListPendingInvitationResourcesCommand.js +2 -1
- package/dist-cjs/commands/ListPermissionAssociationsCommand.js +2 -1
- package/dist-cjs/commands/ListPermissionVersionsCommand.js +2 -1
- package/dist-cjs/commands/ListPermissionsCommand.js +2 -1
- package/dist-cjs/commands/ListPrincipalsCommand.js +2 -1
- package/dist-cjs/commands/ListReplacePermissionAssociationsWorkCommand.js +2 -1
- package/dist-cjs/commands/ListResourceSharePermissionsCommand.js +2 -1
- package/dist-cjs/commands/ListResourceTypesCommand.js +2 -1
- package/dist-cjs/commands/ListResourcesCommand.js +2 -1
- package/dist-cjs/commands/PromotePermissionCreatedFromPolicyCommand.js +2 -1
- package/dist-cjs/commands/PromoteResourceShareCreatedFromPolicyCommand.js +2 -1
- package/dist-cjs/commands/RejectResourceShareInvitationCommand.js +2 -1
- package/dist-cjs/commands/ReplacePermissionAssociationsCommand.js +2 -1
- package/dist-cjs/commands/SetDefaultPermissionVersionCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateResourceShareCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/RAMServiceException.js +2 -1
- package/dist-es/RAMClient.js +1 -0
- package/dist-es/commands/AcceptResourceShareInvitationCommand.js +1 -0
- package/dist-es/commands/AssociateResourceShareCommand.js +1 -0
- package/dist-es/commands/AssociateResourceSharePermissionCommand.js +1 -0
- package/dist-es/commands/CreatePermissionCommand.js +1 -0
- package/dist-es/commands/CreatePermissionVersionCommand.js +1 -0
- package/dist-es/commands/CreateResourceShareCommand.js +1 -0
- package/dist-es/commands/DeletePermissionCommand.js +1 -0
- package/dist-es/commands/DeletePermissionVersionCommand.js +1 -0
- package/dist-es/commands/DeleteResourceShareCommand.js +1 -0
- package/dist-es/commands/DisassociateResourceShareCommand.js +1 -0
- package/dist-es/commands/DisassociateResourceSharePermissionCommand.js +1 -0
- package/dist-es/commands/EnableSharingWithAwsOrganizationCommand.js +1 -0
- package/dist-es/commands/GetPermissionCommand.js +1 -0
- package/dist-es/commands/GetResourcePoliciesCommand.js +1 -0
- package/dist-es/commands/GetResourceShareAssociationsCommand.js +1 -0
- package/dist-es/commands/GetResourceShareInvitationsCommand.js +1 -0
- package/dist-es/commands/GetResourceSharesCommand.js +1 -0
- package/dist-es/commands/ListPendingInvitationResourcesCommand.js +1 -0
- package/dist-es/commands/ListPermissionAssociationsCommand.js +1 -0
- package/dist-es/commands/ListPermissionVersionsCommand.js +1 -0
- package/dist-es/commands/ListPermissionsCommand.js +1 -0
- package/dist-es/commands/ListPrincipalsCommand.js +1 -0
- package/dist-es/commands/ListReplacePermissionAssociationsWorkCommand.js +1 -0
- package/dist-es/commands/ListResourceSharePermissionsCommand.js +1 -0
- package/dist-es/commands/ListResourceTypesCommand.js +1 -0
- package/dist-es/commands/ListResourcesCommand.js +1 -0
- package/dist-es/commands/PromotePermissionCreatedFromPolicyCommand.js +1 -0
- package/dist-es/commands/PromoteResourceShareCreatedFromPolicyCommand.js +1 -0
- package/dist-es/commands/RejectResourceShareInvitationCommand.js +1 -0
- package/dist-es/commands/ReplacePermissionAssociationsCommand.js +1 -0
- package/dist-es/commands/SetDefaultPermissionVersionCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateResourceShareCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/RAMServiceException.js +1 -0
- package/dist-types/RAMClient.d.ts +3 -3
- package/dist-types/commands/AcceptResourceShareInvitationCommand.d.ts +4 -0
- package/dist-types/commands/AssociateResourceShareCommand.d.ts +4 -0
- package/dist-types/commands/AssociateResourceSharePermissionCommand.d.ts +4 -0
- package/dist-types/commands/CreatePermissionCommand.d.ts +4 -0
- package/dist-types/commands/CreatePermissionVersionCommand.d.ts +4 -0
- package/dist-types/commands/CreateResourceShareCommand.d.ts +4 -0
- package/dist-types/commands/DeletePermissionCommand.d.ts +4 -0
- package/dist-types/commands/DeletePermissionVersionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResourceShareCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateResourceShareCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateResourceSharePermissionCommand.d.ts +4 -0
- package/dist-types/commands/EnableSharingWithAwsOrganizationCommand.d.ts +4 -0
- package/dist-types/commands/GetPermissionCommand.d.ts +4 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +4 -0
- package/dist-types/commands/GetResourceShareAssociationsCommand.d.ts +4 -0
- package/dist-types/commands/GetResourceShareInvitationsCommand.d.ts +4 -0
- package/dist-types/commands/GetResourceSharesCommand.d.ts +4 -0
- package/dist-types/commands/ListPendingInvitationResourcesCommand.d.ts +4 -0
- package/dist-types/commands/ListPermissionAssociationsCommand.d.ts +4 -0
- package/dist-types/commands/ListPermissionVersionsCommand.d.ts +4 -0
- package/dist-types/commands/ListPermissionsCommand.d.ts +4 -0
- package/dist-types/commands/ListPrincipalsCommand.d.ts +4 -0
- package/dist-types/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +4 -0
- package/dist-types/commands/ListResourceSharePermissionsCommand.d.ts +4 -0
- package/dist-types/commands/ListResourceTypesCommand.d.ts +4 -0
- package/dist-types/commands/ListResourcesCommand.d.ts +4 -0
- package/dist-types/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +4 -0
- package/dist-types/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +4 -0
- package/dist-types/commands/RejectResourceShareInvitationCommand.d.ts +4 -0
- package/dist-types/commands/ReplacePermissionAssociationsCommand.d.ts +4 -0
- package/dist-types/commands/SetDefaultPermissionVersionCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateResourceShareCommand.d.ts +4 -0
- package/dist-types/index.d.ts +26 -2
- package/dist-types/models/RAMServiceException.d.ts +1 -0
- package/dist-types/ts3.4/RAMClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AcceptResourceShareInvitationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/AssociateResourceShareCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/AssociateResourceSharePermissionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreatePermissionVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateResourceShareCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeletePermissionVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteResourceShareCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateResourceShareCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateResourceSharePermissionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/EnableSharingWithAwsOrganizationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetPermissionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetResourceShareAssociationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetResourceShareInvitationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetResourceSharesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPendingInvitationResourcesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPermissionAssociationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPermissionVersionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPrincipalsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListResourceSharePermissionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListResourceTypesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RejectResourceShareInvitationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ReplacePermissionAssociationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SetDefaultPermissionVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateResourceShareCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/RAMServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ReplacePermissionAssociationsRequest, ReplacePermissionAssociationsResponse } from "../models/models_0";
|
|
5
5
|
import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { SetDefaultPermissionVersionRequest, SetDefaultPermissionVersionResponse } from "../models/models_0";
|
|
5
5
|
import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
5
|
import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
5
|
import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateResourceShareRequest, UpdateResourceShareResponse } from "../models/models_0";
|
|
5
5
|
import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,30 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>This is the <i>Resource Access Manager API Reference</i>. This documentation provides
|
|
3
|
+
* descriptions and syntax for each of the actions and data types in RAM. RAM is a
|
|
4
|
+
* service that helps you securely share your Amazon Web Services resources to other Amazon Web Services accounts. If
|
|
5
|
+
* you use Organizations to manage your accounts, then you can share your resources with your
|
|
6
|
+
* entire organization or to organizational units (OUs). For supported resource types, you
|
|
7
|
+
* can also share resources with individual Identity and Access Management (IAM) roles and users. </p>
|
|
8
|
+
* <p>To learn more about RAM, see the following resources:</p>
|
|
9
|
+
* <ul>
|
|
10
|
+
* <li>
|
|
11
|
+
* <p>
|
|
12
|
+
* <a href="http://aws.amazon.com/ram">Resource Access Manager product page</a>
|
|
13
|
+
* </p>
|
|
14
|
+
* </li>
|
|
15
|
+
* <li>
|
|
16
|
+
* <p>
|
|
17
|
+
* <a href="https://docs.aws.amazon.com/ram/latest/userguide/">Resource Access Manager User
|
|
18
|
+
* Guide</a>
|
|
19
|
+
* </p>
|
|
20
|
+
* </li>
|
|
21
|
+
* </ul>
|
|
22
|
+
*
|
|
23
|
+
* @packageDocumentation
|
|
24
|
+
*/
|
|
2
25
|
export * from "./RAMClient";
|
|
26
|
+
export * from "./RAM";
|
|
3
27
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
28
|
export * from "./pagination";
|
|
29
|
+
export * from "./models";
|
|
6
30
|
export { RAMServiceException } from "./models/RAMServiceException";
|
|
@@ -187,6 +187,7 @@ import {
|
|
|
187
187
|
ClientResolvedEndpointParameters,
|
|
188
188
|
EndpointParameters,
|
|
189
189
|
} from "./endpoint/EndpointParameters";
|
|
190
|
+
export { __Client };
|
|
190
191
|
export type ServiceInputTypes =
|
|
191
192
|
| AcceptResourceShareInvitationCommandInput
|
|
192
193
|
| AssociateResourceShareCommandInput
|
|
@@ -281,7 +282,7 @@ export interface ClientDefaults
|
|
|
281
282
|
logger?: __Logger;
|
|
282
283
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
283
284
|
}
|
|
284
|
-
type RAMClientConfigType = Partial<
|
|
285
|
+
export type RAMClientConfigType = Partial<
|
|
285
286
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
286
287
|
> &
|
|
287
288
|
ClientDefaults &
|
|
@@ -293,7 +294,7 @@ type RAMClientConfigType = Partial<
|
|
|
293
294
|
UserAgentInputConfig &
|
|
294
295
|
ClientInputEndpointParameters;
|
|
295
296
|
export interface RAMClientConfig extends RAMClientConfigType {}
|
|
296
|
-
type RAMClientResolvedConfigType =
|
|
297
|
+
export type RAMClientResolvedConfigType =
|
|
297
298
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
298
299
|
Required<ClientDefaults> &
|
|
299
300
|
RegionResolvedConfig &
|
|
@@ -314,4 +315,3 @@ export declare class RAMClient extends __Client<
|
|
|
314
315
|
constructor(configuration: RAMClientConfig);
|
|
315
316
|
destroy(): void;
|
|
316
317
|
}
|
|
317
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AcceptResourceShareInvitationCommandInput
|
|
19
20
|
extends AcceptResourceShareInvitationRequest {}
|
|
20
21
|
export interface AcceptResourceShareInvitationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AssociateResourceShareCommandInput
|
|
19
20
|
extends AssociateResourceShareRequest {}
|
|
20
21
|
export interface AssociateResourceShareCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AssociateResourceSharePermissionCommandInput
|
|
19
20
|
extends AssociateResourceSharePermissionRequest {}
|
|
20
21
|
export interface AssociateResourceSharePermissionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreatePermissionCommandInput extends CreatePermissionRequest {}
|
|
19
20
|
export interface CreatePermissionCommandOutput
|
|
20
21
|
extends CreatePermissionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreatePermissionVersionCommandInput
|
|
19
20
|
extends CreatePermissionVersionRequest {}
|
|
20
21
|
export interface CreatePermissionVersionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateResourceShareCommandInput
|
|
19
20
|
extends CreateResourceShareRequest {}
|
|
20
21
|
export interface CreateResourceShareCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeletePermissionCommandInput extends DeletePermissionRequest {}
|
|
19
20
|
export interface DeletePermissionCommandOutput
|
|
20
21
|
extends DeletePermissionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeletePermissionVersionCommandInput
|
|
19
20
|
extends DeletePermissionVersionRequest {}
|
|
20
21
|
export interface DeletePermissionVersionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteResourceShareCommandInput
|
|
19
20
|
extends DeleteResourceShareRequest {}
|
|
20
21
|
export interface DeleteResourceShareCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DisassociateResourceShareCommandInput
|
|
19
20
|
extends DisassociateResourceShareRequest {}
|
|
20
21
|
export interface DisassociateResourceShareCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DisassociateResourceSharePermissionCommandInput
|
|
19
20
|
extends DisassociateResourceSharePermissionRequest {}
|
|
20
21
|
export interface DisassociateResourceSharePermissionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface EnableSharingWithAwsOrganizationCommandInput
|
|
19
20
|
extends EnableSharingWithAwsOrganizationRequest {}
|
|
20
21
|
export interface EnableSharingWithAwsOrganizationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetPermissionCommandInput extends GetPermissionRequest {}
|
|
19
20
|
export interface GetPermissionCommandOutput
|
|
20
21
|
extends GetPermissionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetResourcePoliciesCommandInput
|
|
19
20
|
extends GetResourcePoliciesRequest {}
|
|
20
21
|
export interface GetResourcePoliciesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetResourceShareAssociationsCommandInput
|
|
19
20
|
extends GetResourceShareAssociationsRequest {}
|
|
20
21
|
export interface GetResourceShareAssociationsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetResourceShareInvitationsCommandInput
|
|
19
20
|
extends GetResourceShareInvitationsRequest {}
|
|
20
21
|
export interface GetResourceShareInvitationsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListPendingInvitationResourcesCommandInput
|
|
19
20
|
extends ListPendingInvitationResourcesRequest {}
|
|
20
21
|
export interface ListPendingInvitationResourcesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListPermissionAssociationsCommandInput
|
|
19
20
|
extends ListPermissionAssociationsRequest {}
|
|
20
21
|
export interface ListPermissionAssociationsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListPermissionVersionsCommandInput
|
|
19
20
|
extends ListPermissionVersionsRequest {}
|
|
20
21
|
export interface ListPermissionVersionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListPermissionsCommandInput extends ListPermissionsRequest {}
|
|
19
20
|
export interface ListPermissionsCommandOutput
|
|
20
21
|
extends ListPermissionsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListPrincipalsCommandInput extends ListPrincipalsRequest {}
|
|
19
20
|
export interface ListPrincipalsCommandOutput
|
|
20
21
|
extends ListPrincipalsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListReplacePermissionAssociationsWorkCommandInput
|
|
19
20
|
extends ListReplacePermissionAssociationsWorkRequest {}
|
|
20
21
|
export interface ListReplacePermissionAssociationsWorkCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListResourceSharePermissionsCommandInput
|
|
19
20
|
extends ListResourceSharePermissionsRequest {}
|
|
20
21
|
export interface ListResourceSharePermissionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListResourcesCommandInput extends ListResourcesRequest {}
|
|
19
20
|
export interface ListResourcesCommandOutput
|
|
20
21
|
extends ListResourcesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface PromotePermissionCreatedFromPolicyCommandInput
|
|
19
20
|
extends PromotePermissionCreatedFromPolicyRequest {}
|
|
20
21
|
export interface PromotePermissionCreatedFromPolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface PromoteResourceShareCreatedFromPolicyCommandInput
|
|
19
20
|
extends PromoteResourceShareCreatedFromPolicyRequest {}
|
|
20
21
|
export interface PromoteResourceShareCreatedFromPolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface RejectResourceShareInvitationCommandInput
|
|
19
20
|
extends RejectResourceShareInvitationRequest {}
|
|
20
21
|
export interface RejectResourceShareInvitationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ReplacePermissionAssociationsCommandInput
|
|
19
20
|
extends ReplacePermissionAssociationsRequest {}
|
|
20
21
|
export interface ReplacePermissionAssociationsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface SetDefaultPermissionVersionCommandInput
|
|
19
20
|
extends SetDefaultPermissionVersionRequest {}
|
|
20
21
|
export interface SetDefaultPermissionVersionCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../RAMClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RAMClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateResourceShareCommandInput
|
|
19
20
|
extends UpdateResourceShareRequest {}
|
|
20
21
|
export interface UpdateResourceShareCommandOutput
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./RAM";
|
|
2
1
|
export * from "./RAMClient";
|
|
2
|
+
export * from "./RAM";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { RAMServiceException } from "./models/RAMServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class RAMServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
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.341.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,36 +21,36 @@
|
|
|
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/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.341.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.341.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.341.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.341.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.341.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.341.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.341.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.341.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.341.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.341.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.341.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.341.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.341.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.341.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.341.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.341.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.341.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.341.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.341.0",
|
|
43
|
+
"@aws-sdk/types": "3.341.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.341.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.341.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.341.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.341.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.341.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.341.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.341.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|