@aws-sdk/client-ram 3.170.0 → 3.171.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 +8 -0
- 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 +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RAMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateResourceShareCommandInput
|
|
|
19
19
|
export interface UpdateResourceShareCommandOutput
|
|
20
20
|
extends UpdateResourceShareResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateResourceShareCommand extends $Command<
|
|
24
23
|
UpdateResourceShareCommandInput,
|
|
25
24
|
UpdateResourceShareCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateResourceShareCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateResourceShareCommandInput;
|
|
29
28
|
constructor(input: UpdateResourceShareCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RAMClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class RAMServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|