@aws-sdk/client-ram 3.478.0 → 3.481.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.
Files changed (141) hide show
  1. package/dist-cjs/commands/AcceptResourceShareInvitationCommand.js +18 -41
  2. package/dist-cjs/commands/AssociateResourceShareCommand.js +18 -41
  3. package/dist-cjs/commands/AssociateResourceSharePermissionCommand.js +18 -41
  4. package/dist-cjs/commands/CreatePermissionCommand.js +18 -41
  5. package/dist-cjs/commands/CreatePermissionVersionCommand.js +18 -41
  6. package/dist-cjs/commands/CreateResourceShareCommand.js +18 -41
  7. package/dist-cjs/commands/DeletePermissionCommand.js +18 -41
  8. package/dist-cjs/commands/DeletePermissionVersionCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteResourceShareCommand.js +18 -41
  10. package/dist-cjs/commands/DisassociateResourceShareCommand.js +18 -41
  11. package/dist-cjs/commands/DisassociateResourceSharePermissionCommand.js +18 -41
  12. package/dist-cjs/commands/EnableSharingWithAwsOrganizationCommand.js +18 -41
  13. package/dist-cjs/commands/GetPermissionCommand.js +18 -41
  14. package/dist-cjs/commands/GetResourcePoliciesCommand.js +18 -41
  15. package/dist-cjs/commands/GetResourceShareAssociationsCommand.js +18 -41
  16. package/dist-cjs/commands/GetResourceShareInvitationsCommand.js +18 -41
  17. package/dist-cjs/commands/GetResourceSharesCommand.js +18 -41
  18. package/dist-cjs/commands/ListPendingInvitationResourcesCommand.js +18 -41
  19. package/dist-cjs/commands/ListPermissionAssociationsCommand.js +18 -41
  20. package/dist-cjs/commands/ListPermissionVersionsCommand.js +18 -41
  21. package/dist-cjs/commands/ListPermissionsCommand.js +18 -41
  22. package/dist-cjs/commands/ListPrincipalsCommand.js +18 -41
  23. package/dist-cjs/commands/ListReplacePermissionAssociationsWorkCommand.js +18 -41
  24. package/dist-cjs/commands/ListResourceSharePermissionsCommand.js +18 -41
  25. package/dist-cjs/commands/ListResourceTypesCommand.js +18 -41
  26. package/dist-cjs/commands/ListResourcesCommand.js +18 -41
  27. package/dist-cjs/commands/PromotePermissionCreatedFromPolicyCommand.js +18 -41
  28. package/dist-cjs/commands/PromoteResourceShareCreatedFromPolicyCommand.js +18 -41
  29. package/dist-cjs/commands/RejectResourceShareInvitationCommand.js +18 -41
  30. package/dist-cjs/commands/ReplacePermissionAssociationsCommand.js +18 -41
  31. package/dist-cjs/commands/SetDefaultPermissionVersionCommand.js +18 -41
  32. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  33. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  34. package/dist-cjs/commands/UpdateResourceShareCommand.js +18 -41
  35. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  36. package/dist-es/commands/AcceptResourceShareInvitationCommand.js +18 -41
  37. package/dist-es/commands/AssociateResourceShareCommand.js +18 -41
  38. package/dist-es/commands/AssociateResourceSharePermissionCommand.js +18 -41
  39. package/dist-es/commands/CreatePermissionCommand.js +18 -41
  40. package/dist-es/commands/CreatePermissionVersionCommand.js +18 -41
  41. package/dist-es/commands/CreateResourceShareCommand.js +18 -41
  42. package/dist-es/commands/DeletePermissionCommand.js +18 -41
  43. package/dist-es/commands/DeletePermissionVersionCommand.js +18 -41
  44. package/dist-es/commands/DeleteResourceShareCommand.js +18 -41
  45. package/dist-es/commands/DisassociateResourceShareCommand.js +18 -41
  46. package/dist-es/commands/DisassociateResourceSharePermissionCommand.js +18 -41
  47. package/dist-es/commands/EnableSharingWithAwsOrganizationCommand.js +18 -41
  48. package/dist-es/commands/GetPermissionCommand.js +18 -41
  49. package/dist-es/commands/GetResourcePoliciesCommand.js +18 -41
  50. package/dist-es/commands/GetResourceShareAssociationsCommand.js +18 -41
  51. package/dist-es/commands/GetResourceShareInvitationsCommand.js +18 -41
  52. package/dist-es/commands/GetResourceSharesCommand.js +18 -41
  53. package/dist-es/commands/ListPendingInvitationResourcesCommand.js +18 -41
  54. package/dist-es/commands/ListPermissionAssociationsCommand.js +18 -41
  55. package/dist-es/commands/ListPermissionVersionsCommand.js +18 -41
  56. package/dist-es/commands/ListPermissionsCommand.js +18 -41
  57. package/dist-es/commands/ListPrincipalsCommand.js +18 -41
  58. package/dist-es/commands/ListReplacePermissionAssociationsWorkCommand.js +18 -41
  59. package/dist-es/commands/ListResourceSharePermissionsCommand.js +18 -41
  60. package/dist-es/commands/ListResourceTypesCommand.js +18 -41
  61. package/dist-es/commands/ListResourcesCommand.js +18 -41
  62. package/dist-es/commands/PromotePermissionCreatedFromPolicyCommand.js +18 -41
  63. package/dist-es/commands/PromoteResourceShareCreatedFromPolicyCommand.js +18 -41
  64. package/dist-es/commands/RejectResourceShareInvitationCommand.js +18 -41
  65. package/dist-es/commands/ReplacePermissionAssociationsCommand.js +18 -41
  66. package/dist-es/commands/SetDefaultPermissionVersionCommand.js +18 -41
  67. package/dist-es/commands/TagResourceCommand.js +18 -41
  68. package/dist-es/commands/UntagResourceCommand.js +18 -41
  69. package/dist-es/commands/UpdateResourceShareCommand.js +18 -41
  70. package/dist-es/endpoint/EndpointParameters.js +6 -0
  71. package/dist-types/commands/AcceptResourceShareInvitationCommand.d.ts +6 -21
  72. package/dist-types/commands/AssociateResourceShareCommand.d.ts +6 -21
  73. package/dist-types/commands/AssociateResourceSharePermissionCommand.d.ts +6 -21
  74. package/dist-types/commands/CreatePermissionCommand.d.ts +6 -21
  75. package/dist-types/commands/CreatePermissionVersionCommand.d.ts +6 -21
  76. package/dist-types/commands/CreateResourceShareCommand.d.ts +6 -21
  77. package/dist-types/commands/DeletePermissionCommand.d.ts +6 -21
  78. package/dist-types/commands/DeletePermissionVersionCommand.d.ts +6 -21
  79. package/dist-types/commands/DeleteResourceShareCommand.d.ts +6 -21
  80. package/dist-types/commands/DisassociateResourceShareCommand.d.ts +6 -21
  81. package/dist-types/commands/DisassociateResourceSharePermissionCommand.d.ts +6 -21
  82. package/dist-types/commands/EnableSharingWithAwsOrganizationCommand.d.ts +6 -21
  83. package/dist-types/commands/GetPermissionCommand.d.ts +6 -21
  84. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +6 -21
  85. package/dist-types/commands/GetResourceShareAssociationsCommand.d.ts +6 -21
  86. package/dist-types/commands/GetResourceShareInvitationsCommand.d.ts +6 -21
  87. package/dist-types/commands/GetResourceSharesCommand.d.ts +6 -21
  88. package/dist-types/commands/ListPendingInvitationResourcesCommand.d.ts +6 -21
  89. package/dist-types/commands/ListPermissionAssociationsCommand.d.ts +6 -21
  90. package/dist-types/commands/ListPermissionVersionsCommand.d.ts +6 -21
  91. package/dist-types/commands/ListPermissionsCommand.d.ts +6 -21
  92. package/dist-types/commands/ListPrincipalsCommand.d.ts +6 -21
  93. package/dist-types/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +6 -21
  94. package/dist-types/commands/ListResourceSharePermissionsCommand.d.ts +6 -21
  95. package/dist-types/commands/ListResourceTypesCommand.d.ts +6 -21
  96. package/dist-types/commands/ListResourcesCommand.d.ts +6 -21
  97. package/dist-types/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +6 -21
  98. package/dist-types/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +6 -21
  99. package/dist-types/commands/RejectResourceShareInvitationCommand.d.ts +6 -21
  100. package/dist-types/commands/ReplacePermissionAssociationsCommand.d.ts +6 -21
  101. package/dist-types/commands/SetDefaultPermissionVersionCommand.d.ts +6 -21
  102. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  103. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  104. package/dist-types/commands/UpdateResourceShareCommand.d.ts +6 -21
  105. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  106. package/dist-types/ts3.4/commands/AcceptResourceShareInvitationCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/AssociateResourceShareCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/AssociateResourceSharePermissionCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/CreatePermissionVersionCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/CreateResourceShareCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/DeletePermissionVersionCommand.d.ts +12 -24
  114. package/dist-types/ts3.4/commands/DeleteResourceShareCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/DisassociateResourceShareCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/commands/DisassociateResourceSharePermissionCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/EnableSharingWithAwsOrganizationCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/GetPermissionCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/GetResourceShareAssociationsCommand.d.ts +12 -24
  121. package/dist-types/ts3.4/commands/GetResourceShareInvitationsCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/GetResourceSharesCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/ListPendingInvitationResourcesCommand.d.ts +12 -24
  124. package/dist-types/ts3.4/commands/ListPermissionAssociationsCommand.d.ts +12 -24
  125. package/dist-types/ts3.4/commands/ListPermissionVersionsCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/ListPrincipalsCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +12 -24
  129. package/dist-types/ts3.4/commands/ListResourceSharePermissionsCommand.d.ts +12 -24
  130. package/dist-types/ts3.4/commands/ListResourceTypesCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +12 -24
  133. package/dist-types/ts3.4/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +12 -24
  134. package/dist-types/ts3.4/commands/RejectResourceShareInvitationCommand.d.ts +12 -24
  135. package/dist-types/ts3.4/commands/ReplacePermissionAssociationsCommand.d.ts +12 -24
  136. package/dist-types/ts3.4/commands/SetDefaultPermissionVersionCommand.d.ts +12 -24
  137. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  138. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/UpdateResourceShareCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  141. package/package.json +9 -9
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetResourceShareAssociationsRequest,
11
5
  GetResourceShareAssociationsResponse,
@@ -21,22 +15,16 @@ export interface GetResourceShareAssociationsCommandInput
21
15
  export interface GetResourceShareAssociationsCommandOutput
22
16
  extends GetResourceShareAssociationsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetResourceShareAssociationsCommand extends $Command<
25
- GetResourceShareAssociationsCommandInput,
26
- GetResourceShareAssociationsCommandOutput,
27
- RAMClientResolvedConfig
28
- > {
29
- readonly input: GetResourceShareAssociationsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetResourceShareAssociationsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RAMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetResourceShareAssociationsCommand_base: {
19
+ new (
20
+ input: GetResourceShareAssociationsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetResourceShareAssociationsCommandInput,
38
- GetResourceShareAssociationsCommandOutput
23
+ GetResourceShareAssociationsCommandOutput,
24
+ RAMClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetResourceShareAssociationsCommand extends GetResourceShareAssociationsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetResourceShareInvitationsRequest,
11
5
  GetResourceShareInvitationsResponse,
@@ -21,22 +15,16 @@ export interface GetResourceShareInvitationsCommandInput
21
15
  export interface GetResourceShareInvitationsCommandOutput
22
16
  extends GetResourceShareInvitationsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetResourceShareInvitationsCommand extends $Command<
25
- GetResourceShareInvitationsCommandInput,
26
- GetResourceShareInvitationsCommandOutput,
27
- RAMClientResolvedConfig
28
- > {
29
- readonly input: GetResourceShareInvitationsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetResourceShareInvitationsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RAMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetResourceShareInvitationsCommand_base: {
19
+ new (
20
+ input: GetResourceShareInvitationsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetResourceShareInvitationsCommandInput,
38
- GetResourceShareInvitationsCommandOutput
23
+ GetResourceShareInvitationsCommandOutput,
24
+ RAMClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetResourceShareInvitationsCommand extends GetResourceShareInvitationsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetResourceSharesRequest,
11
5
  GetResourceSharesResponse,
@@ -21,19 +15,16 @@ export interface GetResourceSharesCommandInput
21
15
  export interface GetResourceSharesCommandOutput
22
16
  extends GetResourceSharesResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetResourceSharesCommand extends $Command<
25
- GetResourceSharesCommandInput,
26
- GetResourceSharesCommandOutput,
27
- RAMClientResolvedConfig
28
- > {
29
- readonly input: GetResourceSharesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetResourceSharesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RAMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetResourceSharesCommandInput, GetResourceSharesCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetResourceSharesCommand_base: {
19
+ new (
20
+ input: GetResourceSharesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetResourceSharesCommandInput,
23
+ GetResourceSharesCommandOutput,
24
+ RAMClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetResourceSharesCommand extends GetResourceSharesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListPendingInvitationResourcesRequest,
11
5
  ListPendingInvitationResourcesResponse,
@@ -21,22 +15,16 @@ export interface ListPendingInvitationResourcesCommandInput
21
15
  export interface ListPendingInvitationResourcesCommandOutput
22
16
  extends ListPendingInvitationResourcesResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListPendingInvitationResourcesCommand extends $Command<
25
- ListPendingInvitationResourcesCommandInput,
26
- ListPendingInvitationResourcesCommandOutput,
27
- RAMClientResolvedConfig
28
- > {
29
- readonly input: ListPendingInvitationResourcesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListPendingInvitationResourcesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RAMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListPendingInvitationResourcesCommand_base: {
19
+ new (
20
+ input: ListPendingInvitationResourcesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListPendingInvitationResourcesCommandInput,
38
- ListPendingInvitationResourcesCommandOutput
23
+ ListPendingInvitationResourcesCommandOutput,
24
+ RAMClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListPendingInvitationResourcesCommand extends ListPendingInvitationResourcesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListPermissionAssociationsRequest,
11
5
  ListPermissionAssociationsResponse,
@@ -21,22 +15,16 @@ export interface ListPermissionAssociationsCommandInput
21
15
  export interface ListPermissionAssociationsCommandOutput
22
16
  extends ListPermissionAssociationsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListPermissionAssociationsCommand extends $Command<
25
- ListPermissionAssociationsCommandInput,
26
- ListPermissionAssociationsCommandOutput,
27
- RAMClientResolvedConfig
28
- > {
29
- readonly input: ListPermissionAssociationsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListPermissionAssociationsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RAMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListPermissionAssociationsCommand_base: {
19
+ new (
20
+ input: ListPermissionAssociationsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListPermissionAssociationsCommandInput,
38
- ListPermissionAssociationsCommandOutput
23
+ ListPermissionAssociationsCommandOutput,
24
+ RAMClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListPermissionAssociationsCommand extends ListPermissionAssociationsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListPermissionVersionsRequest,
11
5
  ListPermissionVersionsResponse,
@@ -21,22 +15,16 @@ export interface ListPermissionVersionsCommandInput
21
15
  export interface ListPermissionVersionsCommandOutput
22
16
  extends ListPermissionVersionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListPermissionVersionsCommand extends $Command<
25
- ListPermissionVersionsCommandInput,
26
- ListPermissionVersionsCommandOutput,
27
- RAMClientResolvedConfig
28
- > {
29
- readonly input: ListPermissionVersionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListPermissionVersionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RAMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListPermissionVersionsCommand_base: {
19
+ new (
20
+ input: ListPermissionVersionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListPermissionVersionsCommandInput,
38
- ListPermissionVersionsCommandOutput
23
+ ListPermissionVersionsCommandOutput,
24
+ RAMClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListPermissionVersionsCommand extends ListPermissionVersionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListPermissionsRequest,
11
5
  ListPermissionsResponse,
@@ -20,19 +14,16 @@ export interface ListPermissionsCommandInput extends ListPermissionsRequest {}
20
14
  export interface ListPermissionsCommandOutput
21
15
  extends ListPermissionsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListPermissionsCommand extends $Command<
24
- ListPermissionsCommandInput,
25
- ListPermissionsCommandOutput,
26
- RAMClientResolvedConfig
27
- > {
28
- readonly input: ListPermissionsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListPermissionsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: RAMClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListPermissionsCommandInput, ListPermissionsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListPermissionsCommand_base: {
18
+ new (
19
+ input: ListPermissionsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListPermissionsCommandInput,
22
+ ListPermissionsCommandOutput,
23
+ RAMClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListPermissionsCommand extends ListPermissionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListPrincipalsRequest,
11
5
  ListPrincipalsResponse,
@@ -20,19 +14,16 @@ export interface ListPrincipalsCommandInput extends ListPrincipalsRequest {}
20
14
  export interface ListPrincipalsCommandOutput
21
15
  extends ListPrincipalsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListPrincipalsCommand extends $Command<
24
- ListPrincipalsCommandInput,
25
- ListPrincipalsCommandOutput,
26
- RAMClientResolvedConfig
27
- > {
28
- readonly input: ListPrincipalsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListPrincipalsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: RAMClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListPrincipalsCommandInput, ListPrincipalsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListPrincipalsCommand_base: {
18
+ new (
19
+ input: ListPrincipalsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListPrincipalsCommandInput,
22
+ ListPrincipalsCommandOutput,
23
+ RAMClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListPrincipalsCommand extends ListPrincipalsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListReplacePermissionAssociationsWorkRequest,
11
5
  ListReplacePermissionAssociationsWorkResponse,
@@ -21,22 +15,16 @@ export interface ListReplacePermissionAssociationsWorkCommandInput
21
15
  export interface ListReplacePermissionAssociationsWorkCommandOutput
22
16
  extends ListReplacePermissionAssociationsWorkResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListReplacePermissionAssociationsWorkCommand extends $Command<
25
- ListReplacePermissionAssociationsWorkCommandInput,
26
- ListReplacePermissionAssociationsWorkCommandOutput,
27
- RAMClientResolvedConfig
28
- > {
29
- readonly input: ListReplacePermissionAssociationsWorkCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListReplacePermissionAssociationsWorkCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RAMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListReplacePermissionAssociationsWorkCommand_base: {
19
+ new (
20
+ input: ListReplacePermissionAssociationsWorkCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListReplacePermissionAssociationsWorkCommandInput,
38
- ListReplacePermissionAssociationsWorkCommandOutput
23
+ ListReplacePermissionAssociationsWorkCommandOutput,
24
+ RAMClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListReplacePermissionAssociationsWorkCommand extends ListReplacePermissionAssociationsWorkCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListResourceSharePermissionsRequest,
11
5
  ListResourceSharePermissionsResponse,
@@ -21,22 +15,16 @@ export interface ListResourceSharePermissionsCommandInput
21
15
  export interface ListResourceSharePermissionsCommandOutput
22
16
  extends ListResourceSharePermissionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListResourceSharePermissionsCommand extends $Command<
25
- ListResourceSharePermissionsCommandInput,
26
- ListResourceSharePermissionsCommandOutput,
27
- RAMClientResolvedConfig
28
- > {
29
- readonly input: ListResourceSharePermissionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListResourceSharePermissionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RAMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListResourceSharePermissionsCommand_base: {
19
+ new (
20
+ input: ListResourceSharePermissionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListResourceSharePermissionsCommandInput,
38
- ListResourceSharePermissionsCommandOutput
23
+ ListResourceSharePermissionsCommandOutput,
24
+ RAMClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListResourceSharePermissionsCommand extends ListResourceSharePermissionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListResourceTypesRequest,
11
5
  ListResourceTypesResponse,
@@ -21,19 +15,16 @@ export interface ListResourceTypesCommandInput
21
15
  export interface ListResourceTypesCommandOutput
22
16
  extends ListResourceTypesResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListResourceTypesCommand extends $Command<
25
- ListResourceTypesCommandInput,
26
- ListResourceTypesCommandOutput,
27
- RAMClientResolvedConfig
28
- > {
29
- readonly input: ListResourceTypesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListResourceTypesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RAMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListResourceTypesCommandInput, ListResourceTypesCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListResourceTypesCommand_base: {
19
+ new (
20
+ input: ListResourceTypesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListResourceTypesCommandInput,
23
+ ListResourceTypesCommandOutput,
24
+ RAMClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListResourceTypesCommand extends ListResourceTypesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListResourcesRequest,
11
5
  ListResourcesResponse,
@@ -20,19 +14,16 @@ export interface ListResourcesCommandInput extends ListResourcesRequest {}
20
14
  export interface ListResourcesCommandOutput
21
15
  extends ListResourcesResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListResourcesCommand extends $Command<
24
- ListResourcesCommandInput,
25
- ListResourcesCommandOutput,
26
- RAMClientResolvedConfig
27
- > {
28
- readonly input: ListResourcesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListResourcesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: RAMClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListResourcesCommandInput, ListResourcesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListResourcesCommand_base: {
18
+ new (
19
+ input: ListResourcesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListResourcesCommandInput,
22
+ ListResourcesCommandOutput,
23
+ RAMClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListResourcesCommand extends ListResourcesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  PromotePermissionCreatedFromPolicyRequest,
11
5
  PromotePermissionCreatedFromPolicyResponse,
@@ -21,22 +15,16 @@ export interface PromotePermissionCreatedFromPolicyCommandInput
21
15
  export interface PromotePermissionCreatedFromPolicyCommandOutput
22
16
  extends PromotePermissionCreatedFromPolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class PromotePermissionCreatedFromPolicyCommand extends $Command<
25
- PromotePermissionCreatedFromPolicyCommandInput,
26
- PromotePermissionCreatedFromPolicyCommandOutput,
27
- RAMClientResolvedConfig
28
- > {
29
- readonly input: PromotePermissionCreatedFromPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: PromotePermissionCreatedFromPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RAMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const PromotePermissionCreatedFromPolicyCommand_base: {
19
+ new (
20
+ input: PromotePermissionCreatedFromPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  PromotePermissionCreatedFromPolicyCommandInput,
38
- PromotePermissionCreatedFromPolicyCommandOutput
23
+ PromotePermissionCreatedFromPolicyCommandOutput,
24
+ RAMClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class PromotePermissionCreatedFromPolicyCommand extends PromotePermissionCreatedFromPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  PromoteResourceShareCreatedFromPolicyRequest,
11
5
  PromoteResourceShareCreatedFromPolicyResponse,
@@ -21,22 +15,16 @@ export interface PromoteResourceShareCreatedFromPolicyCommandInput
21
15
  export interface PromoteResourceShareCreatedFromPolicyCommandOutput
22
16
  extends PromoteResourceShareCreatedFromPolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class PromoteResourceShareCreatedFromPolicyCommand extends $Command<
25
- PromoteResourceShareCreatedFromPolicyCommandInput,
26
- PromoteResourceShareCreatedFromPolicyCommandOutput,
27
- RAMClientResolvedConfig
28
- > {
29
- readonly input: PromoteResourceShareCreatedFromPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: PromoteResourceShareCreatedFromPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RAMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const PromoteResourceShareCreatedFromPolicyCommand_base: {
19
+ new (
20
+ input: PromoteResourceShareCreatedFromPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  PromoteResourceShareCreatedFromPolicyCommandInput,
38
- PromoteResourceShareCreatedFromPolicyCommandOutput
23
+ PromoteResourceShareCreatedFromPolicyCommandOutput,
24
+ RAMClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class PromoteResourceShareCreatedFromPolicyCommand extends PromoteResourceShareCreatedFromPolicyCommand_base {}