@aws-sdk/client-ram 3.168.0 → 3.170.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/ts3.4/RAM.d.ts +466 -130
- package/dist-types/ts3.4/RAMClient.d.ts +278 -98
- package/dist-types/ts3.4/commands/AcceptResourceShareInvitationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateResourceShareCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateResourceSharePermissionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateResourceShareCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteResourceShareCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateResourceShareCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateResourceSharePermissionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableSharingWithAwsOrganizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPermissionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetResourceShareAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResourceShareInvitationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResourceSharesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListPendingInvitationResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPermissionVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPrincipalsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListResourceSharePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListResourceTypesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RejectResourceShareInvitationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateResourceShareCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +25 -25
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/RAMServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +975 -833
- package/dist-types/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetResourceShareAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetResourceShareInvitationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetResourceSharesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListPendingInvitationResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPermissionVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPrincipalsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResourceSharePermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResourceTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +305 -77
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListPermissionsRequest,
|
|
10
|
+
ListPermissionsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RAMClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RAMClient";
|
|
17
|
+
export interface ListPermissionsCommandInput extends ListPermissionsRequest {}
|
|
18
|
+
export interface ListPermissionsCommandOutput
|
|
19
|
+
extends ListPermissionsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListPermissionsCommand extends $Command<
|
|
23
|
+
ListPermissionsCommandInput,
|
|
24
|
+
ListPermissionsCommandOutput,
|
|
25
|
+
RAMClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListPermissionsCommandInput;
|
|
28
|
+
constructor(input: ListPermissionsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: RAMClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListPermissionsCommandInput, ListPermissionsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListPrincipalsRequest,
|
|
10
|
+
ListPrincipalsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RAMClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RAMClient";
|
|
17
|
+
export interface ListPrincipalsCommandInput extends ListPrincipalsRequest {}
|
|
18
|
+
export interface ListPrincipalsCommandOutput
|
|
19
|
+
extends ListPrincipalsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListPrincipalsCommand extends $Command<
|
|
23
|
+
ListPrincipalsCommandInput,
|
|
24
|
+
ListPrincipalsCommandOutput,
|
|
25
|
+
RAMClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListPrincipalsCommandInput;
|
|
28
|
+
constructor(input: ListPrincipalsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: RAMClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListPrincipalsCommandInput, ListPrincipalsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListResourceSharePermissionsRequest,
|
|
10
|
+
ListResourceSharePermissionsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RAMClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RAMClient";
|
|
17
|
+
export interface ListResourceSharePermissionsCommandInput
|
|
18
|
+
extends ListResourceSharePermissionsRequest {}
|
|
19
|
+
export interface ListResourceSharePermissionsCommandOutput
|
|
20
|
+
extends ListResourceSharePermissionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListResourceSharePermissionsCommand extends $Command<
|
|
24
|
+
ListResourceSharePermissionsCommandInput,
|
|
25
|
+
ListResourceSharePermissionsCommandOutput,
|
|
26
|
+
RAMClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListResourceSharePermissionsCommandInput;
|
|
29
|
+
constructor(input: ListResourceSharePermissionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RAMClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListResourceSharePermissionsCommandInput,
|
|
37
|
+
ListResourceSharePermissionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListResourceTypesRequest,
|
|
10
|
+
ListResourceTypesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RAMClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RAMClient";
|
|
17
|
+
export interface ListResourceTypesCommandInput
|
|
18
|
+
extends ListResourceTypesRequest {}
|
|
19
|
+
export interface ListResourceTypesCommandOutput
|
|
20
|
+
extends ListResourceTypesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListResourceTypesCommand extends $Command<
|
|
24
|
+
ListResourceTypesCommandInput,
|
|
25
|
+
ListResourceTypesCommandOutput,
|
|
26
|
+
RAMClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListResourceTypesCommandInput;
|
|
29
|
+
constructor(input: ListResourceTypesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RAMClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListResourceTypesCommandInput, ListResourceTypesCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListResourcesRequest,
|
|
10
|
+
ListResourcesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RAMClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RAMClient";
|
|
17
|
+
export interface ListResourcesCommandInput extends ListResourcesRequest {}
|
|
18
|
+
export interface ListResourcesCommandOutput
|
|
19
|
+
extends ListResourcesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListResourcesCommand extends $Command<
|
|
23
|
+
ListResourcesCommandInput,
|
|
24
|
+
ListResourcesCommandOutput,
|
|
25
|
+
RAMClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListResourcesCommandInput;
|
|
28
|
+
constructor(input: ListResourcesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: RAMClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListResourcesCommandInput, ListResourcesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
PromoteResourceShareCreatedFromPolicyRequest,
|
|
10
|
+
PromoteResourceShareCreatedFromPolicyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RAMClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RAMClient";
|
|
17
|
+
export interface PromoteResourceShareCreatedFromPolicyCommandInput
|
|
18
|
+
extends PromoteResourceShareCreatedFromPolicyRequest {}
|
|
19
|
+
export interface PromoteResourceShareCreatedFromPolicyCommandOutput
|
|
20
|
+
extends PromoteResourceShareCreatedFromPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class PromoteResourceShareCreatedFromPolicyCommand extends $Command<
|
|
24
|
+
PromoteResourceShareCreatedFromPolicyCommandInput,
|
|
25
|
+
PromoteResourceShareCreatedFromPolicyCommandOutput,
|
|
26
|
+
RAMClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: PromoteResourceShareCreatedFromPolicyCommandInput;
|
|
29
|
+
constructor(input: PromoteResourceShareCreatedFromPolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RAMClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
PromoteResourceShareCreatedFromPolicyCommandInput,
|
|
37
|
+
PromoteResourceShareCreatedFromPolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
RejectResourceShareInvitationRequest,
|
|
10
|
+
RejectResourceShareInvitationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RAMClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RAMClient";
|
|
17
|
+
export interface RejectResourceShareInvitationCommandInput
|
|
18
|
+
extends RejectResourceShareInvitationRequest {}
|
|
19
|
+
export interface RejectResourceShareInvitationCommandOutput
|
|
20
|
+
extends RejectResourceShareInvitationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class RejectResourceShareInvitationCommand extends $Command<
|
|
24
|
+
RejectResourceShareInvitationCommandInput,
|
|
25
|
+
RejectResourceShareInvitationCommandOutput,
|
|
26
|
+
RAMClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: RejectResourceShareInvitationCommandInput;
|
|
29
|
+
constructor(input: RejectResourceShareInvitationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RAMClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
RejectResourceShareInvitationCommandInput,
|
|
37
|
+
RejectResourceShareInvitationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
RAMClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../RAMClient";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class TagResourceCommand extends $Command<
|
|
20
|
+
TagResourceCommandInput,
|
|
21
|
+
TagResourceCommandOutput,
|
|
22
|
+
RAMClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: TagResourceCommandInput;
|
|
25
|
+
constructor(input: TagResourceCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: RAMClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UntagResourceRequest,
|
|
10
|
+
UntagResourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RAMClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RAMClient";
|
|
17
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
18
|
+
export interface UntagResourceCommandOutput
|
|
19
|
+
extends UntagResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UntagResourceCommand extends $Command<
|
|
23
|
+
UntagResourceCommandInput,
|
|
24
|
+
UntagResourceCommandOutput,
|
|
25
|
+
RAMClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UntagResourceCommandInput;
|
|
28
|
+
constructor(input: UntagResourceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: RAMClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateResourceShareRequest,
|
|
10
|
+
UpdateResourceShareResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RAMClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RAMClient";
|
|
17
|
+
export interface UpdateResourceShareCommandInput
|
|
18
|
+
extends UpdateResourceShareRequest {}
|
|
19
|
+
export interface UpdateResourceShareCommandOutput
|
|
20
|
+
extends UpdateResourceShareResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateResourceShareCommand extends $Command<
|
|
24
|
+
UpdateResourceShareCommandInput,
|
|
25
|
+
UpdateResourceShareCommandOutput,
|
|
26
|
+
RAMClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateResourceShareCommandInput;
|
|
29
|
+
constructor(input: UpdateResourceShareCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RAMClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateResourceShareCommandInput, UpdateResourceShareCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
export * from "./AcceptResourceShareInvitationCommand";
|
|
2
|
-
export * from "./AssociateResourceShareCommand";
|
|
3
|
-
export * from "./AssociateResourceSharePermissionCommand";
|
|
4
|
-
export * from "./CreateResourceShareCommand";
|
|
5
|
-
export * from "./DeleteResourceShareCommand";
|
|
6
|
-
export * from "./DisassociateResourceShareCommand";
|
|
7
|
-
export * from "./DisassociateResourceSharePermissionCommand";
|
|
8
|
-
export * from "./EnableSharingWithAwsOrganizationCommand";
|
|
9
|
-
export * from "./GetPermissionCommand";
|
|
10
|
-
export * from "./GetResourcePoliciesCommand";
|
|
11
|
-
export * from "./GetResourceShareAssociationsCommand";
|
|
12
|
-
export * from "./GetResourceShareInvitationsCommand";
|
|
13
|
-
export * from "./GetResourceSharesCommand";
|
|
14
|
-
export * from "./ListPendingInvitationResourcesCommand";
|
|
15
|
-
export * from "./ListPermissionVersionsCommand";
|
|
16
|
-
export * from "./ListPermissionsCommand";
|
|
17
|
-
export * from "./ListPrincipalsCommand";
|
|
18
|
-
export * from "./ListResourceSharePermissionsCommand";
|
|
19
|
-
export * from "./ListResourceTypesCommand";
|
|
20
|
-
export * from "./ListResourcesCommand";
|
|
21
|
-
export * from "./PromoteResourceShareCreatedFromPolicyCommand";
|
|
22
|
-
export * from "./RejectResourceShareInvitationCommand";
|
|
23
|
-
export * from "./TagResourceCommand";
|
|
24
|
-
export * from "./UntagResourceCommand";
|
|
25
|
-
export * from "./UpdateResourceShareCommand";
|
|
1
|
+
export * from "./AcceptResourceShareInvitationCommand";
|
|
2
|
+
export * from "./AssociateResourceShareCommand";
|
|
3
|
+
export * from "./AssociateResourceSharePermissionCommand";
|
|
4
|
+
export * from "./CreateResourceShareCommand";
|
|
5
|
+
export * from "./DeleteResourceShareCommand";
|
|
6
|
+
export * from "./DisassociateResourceShareCommand";
|
|
7
|
+
export * from "./DisassociateResourceSharePermissionCommand";
|
|
8
|
+
export * from "./EnableSharingWithAwsOrganizationCommand";
|
|
9
|
+
export * from "./GetPermissionCommand";
|
|
10
|
+
export * from "./GetResourcePoliciesCommand";
|
|
11
|
+
export * from "./GetResourceShareAssociationsCommand";
|
|
12
|
+
export * from "./GetResourceShareInvitationsCommand";
|
|
13
|
+
export * from "./GetResourceSharesCommand";
|
|
14
|
+
export * from "./ListPendingInvitationResourcesCommand";
|
|
15
|
+
export * from "./ListPermissionVersionsCommand";
|
|
16
|
+
export * from "./ListPermissionsCommand";
|
|
17
|
+
export * from "./ListPrincipalsCommand";
|
|
18
|
+
export * from "./ListResourceSharePermissionsCommand";
|
|
19
|
+
export * from "./ListResourceTypesCommand";
|
|
20
|
+
export * from "./ListResourcesCommand";
|
|
21
|
+
export * from "./PromoteResourceShareCreatedFromPolicyCommand";
|
|
22
|
+
export * from "./RejectResourceShareInvitationCommand";
|
|
23
|
+
export * from "./TagResourceCommand";
|
|
24
|
+
export * from "./UntagResourceCommand";
|
|
25
|
+
export * from "./UpdateResourceShareCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./RAM";
|
|
2
|
-
export * from "./RAMClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { RAMServiceException } from "./models/RAMServiceException";
|
|
1
|
+
export * from "./RAM";
|
|
2
|
+
export * from "./RAMClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { RAMServiceException } from "./models/RAMServiceException";
|