@aws-sdk/client-ram 3.477.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 (193) 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-cjs/pagination/GetResourcePoliciesPaginator.js +2 -24
  37. package/dist-cjs/pagination/GetResourceShareAssociationsPaginator.js +2 -24
  38. package/dist-cjs/pagination/GetResourceShareInvitationsPaginator.js +2 -24
  39. package/dist-cjs/pagination/GetResourceSharesPaginator.js +2 -24
  40. package/dist-cjs/pagination/ListPendingInvitationResourcesPaginator.js +2 -24
  41. package/dist-cjs/pagination/ListPermissionAssociationsPaginator.js +2 -24
  42. package/dist-cjs/pagination/ListPermissionVersionsPaginator.js +2 -24
  43. package/dist-cjs/pagination/ListPermissionsPaginator.js +2 -24
  44. package/dist-cjs/pagination/ListPrincipalsPaginator.js +2 -24
  45. package/dist-cjs/pagination/ListReplacePermissionAssociationsWorkPaginator.js +2 -24
  46. package/dist-cjs/pagination/ListResourceSharePermissionsPaginator.js +2 -24
  47. package/dist-cjs/pagination/ListResourceTypesPaginator.js +2 -24
  48. package/dist-cjs/pagination/ListResourcesPaginator.js +2 -24
  49. package/dist-es/commands/AcceptResourceShareInvitationCommand.js +18 -41
  50. package/dist-es/commands/AssociateResourceShareCommand.js +18 -41
  51. package/dist-es/commands/AssociateResourceSharePermissionCommand.js +18 -41
  52. package/dist-es/commands/CreatePermissionCommand.js +18 -41
  53. package/dist-es/commands/CreatePermissionVersionCommand.js +18 -41
  54. package/dist-es/commands/CreateResourceShareCommand.js +18 -41
  55. package/dist-es/commands/DeletePermissionCommand.js +18 -41
  56. package/dist-es/commands/DeletePermissionVersionCommand.js +18 -41
  57. package/dist-es/commands/DeleteResourceShareCommand.js +18 -41
  58. package/dist-es/commands/DisassociateResourceShareCommand.js +18 -41
  59. package/dist-es/commands/DisassociateResourceSharePermissionCommand.js +18 -41
  60. package/dist-es/commands/EnableSharingWithAwsOrganizationCommand.js +18 -41
  61. package/dist-es/commands/GetPermissionCommand.js +18 -41
  62. package/dist-es/commands/GetResourcePoliciesCommand.js +18 -41
  63. package/dist-es/commands/GetResourceShareAssociationsCommand.js +18 -41
  64. package/dist-es/commands/GetResourceShareInvitationsCommand.js +18 -41
  65. package/dist-es/commands/GetResourceSharesCommand.js +18 -41
  66. package/dist-es/commands/ListPendingInvitationResourcesCommand.js +18 -41
  67. package/dist-es/commands/ListPermissionAssociationsCommand.js +18 -41
  68. package/dist-es/commands/ListPermissionVersionsCommand.js +18 -41
  69. package/dist-es/commands/ListPermissionsCommand.js +18 -41
  70. package/dist-es/commands/ListPrincipalsCommand.js +18 -41
  71. package/dist-es/commands/ListReplacePermissionAssociationsWorkCommand.js +18 -41
  72. package/dist-es/commands/ListResourceSharePermissionsCommand.js +18 -41
  73. package/dist-es/commands/ListResourceTypesCommand.js +18 -41
  74. package/dist-es/commands/ListResourcesCommand.js +18 -41
  75. package/dist-es/commands/PromotePermissionCreatedFromPolicyCommand.js +18 -41
  76. package/dist-es/commands/PromoteResourceShareCreatedFromPolicyCommand.js +18 -41
  77. package/dist-es/commands/RejectResourceShareInvitationCommand.js +18 -41
  78. package/dist-es/commands/ReplacePermissionAssociationsCommand.js +18 -41
  79. package/dist-es/commands/SetDefaultPermissionVersionCommand.js +18 -41
  80. package/dist-es/commands/TagResourceCommand.js +18 -41
  81. package/dist-es/commands/UntagResourceCommand.js +18 -41
  82. package/dist-es/commands/UpdateResourceShareCommand.js +18 -41
  83. package/dist-es/endpoint/EndpointParameters.js +6 -0
  84. package/dist-es/pagination/GetResourcePoliciesPaginator.js +2 -23
  85. package/dist-es/pagination/GetResourceShareAssociationsPaginator.js +2 -23
  86. package/dist-es/pagination/GetResourceShareInvitationsPaginator.js +2 -23
  87. package/dist-es/pagination/GetResourceSharesPaginator.js +2 -23
  88. package/dist-es/pagination/ListPendingInvitationResourcesPaginator.js +2 -23
  89. package/dist-es/pagination/ListPermissionAssociationsPaginator.js +2 -23
  90. package/dist-es/pagination/ListPermissionVersionsPaginator.js +2 -23
  91. package/dist-es/pagination/ListPermissionsPaginator.js +2 -23
  92. package/dist-es/pagination/ListPrincipalsPaginator.js +2 -23
  93. package/dist-es/pagination/ListReplacePermissionAssociationsWorkPaginator.js +2 -23
  94. package/dist-es/pagination/ListResourceSharePermissionsPaginator.js +2 -23
  95. package/dist-es/pagination/ListResourceTypesPaginator.js +2 -23
  96. package/dist-es/pagination/ListResourcesPaginator.js +2 -23
  97. package/dist-types/commands/AcceptResourceShareInvitationCommand.d.ts +6 -21
  98. package/dist-types/commands/AssociateResourceShareCommand.d.ts +6 -21
  99. package/dist-types/commands/AssociateResourceSharePermissionCommand.d.ts +6 -21
  100. package/dist-types/commands/CreatePermissionCommand.d.ts +6 -21
  101. package/dist-types/commands/CreatePermissionVersionCommand.d.ts +6 -21
  102. package/dist-types/commands/CreateResourceShareCommand.d.ts +6 -21
  103. package/dist-types/commands/DeletePermissionCommand.d.ts +6 -21
  104. package/dist-types/commands/DeletePermissionVersionCommand.d.ts +6 -21
  105. package/dist-types/commands/DeleteResourceShareCommand.d.ts +6 -21
  106. package/dist-types/commands/DisassociateResourceShareCommand.d.ts +6 -21
  107. package/dist-types/commands/DisassociateResourceSharePermissionCommand.d.ts +6 -21
  108. package/dist-types/commands/EnableSharingWithAwsOrganizationCommand.d.ts +6 -21
  109. package/dist-types/commands/GetPermissionCommand.d.ts +6 -21
  110. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +6 -21
  111. package/dist-types/commands/GetResourceShareAssociationsCommand.d.ts +6 -21
  112. package/dist-types/commands/GetResourceShareInvitationsCommand.d.ts +6 -21
  113. package/dist-types/commands/GetResourceSharesCommand.d.ts +6 -21
  114. package/dist-types/commands/ListPendingInvitationResourcesCommand.d.ts +6 -21
  115. package/dist-types/commands/ListPermissionAssociationsCommand.d.ts +6 -21
  116. package/dist-types/commands/ListPermissionVersionsCommand.d.ts +6 -21
  117. package/dist-types/commands/ListPermissionsCommand.d.ts +6 -21
  118. package/dist-types/commands/ListPrincipalsCommand.d.ts +6 -21
  119. package/dist-types/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +6 -21
  120. package/dist-types/commands/ListResourceSharePermissionsCommand.d.ts +6 -21
  121. package/dist-types/commands/ListResourceTypesCommand.d.ts +6 -21
  122. package/dist-types/commands/ListResourcesCommand.d.ts +6 -21
  123. package/dist-types/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +6 -21
  124. package/dist-types/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +6 -21
  125. package/dist-types/commands/RejectResourceShareInvitationCommand.d.ts +6 -21
  126. package/dist-types/commands/ReplacePermissionAssociationsCommand.d.ts +6 -21
  127. package/dist-types/commands/SetDefaultPermissionVersionCommand.d.ts +6 -21
  128. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  129. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  130. package/dist-types/commands/UpdateResourceShareCommand.d.ts +6 -21
  131. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  132. package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
  133. package/dist-types/pagination/GetResourceShareAssociationsPaginator.d.ts +1 -1
  134. package/dist-types/pagination/GetResourceShareInvitationsPaginator.d.ts +1 -1
  135. package/dist-types/pagination/GetResourceSharesPaginator.d.ts +1 -1
  136. package/dist-types/pagination/ListPendingInvitationResourcesPaginator.d.ts +1 -1
  137. package/dist-types/pagination/ListPermissionAssociationsPaginator.d.ts +1 -1
  138. package/dist-types/pagination/ListPermissionVersionsPaginator.d.ts +1 -1
  139. package/dist-types/pagination/ListPermissionsPaginator.d.ts +1 -1
  140. package/dist-types/pagination/ListPrincipalsPaginator.d.ts +1 -1
  141. package/dist-types/pagination/ListReplacePermissionAssociationsWorkPaginator.d.ts +1 -1
  142. package/dist-types/pagination/ListResourceSharePermissionsPaginator.d.ts +1 -1
  143. package/dist-types/pagination/ListResourceTypesPaginator.d.ts +1 -1
  144. package/dist-types/pagination/ListResourcesPaginator.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/AcceptResourceShareInvitationCommand.d.ts +12 -24
  146. package/dist-types/ts3.4/commands/AssociateResourceShareCommand.d.ts +12 -24
  147. package/dist-types/ts3.4/commands/AssociateResourceSharePermissionCommand.d.ts +12 -24
  148. package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +14 -23
  149. package/dist-types/ts3.4/commands/CreatePermissionVersionCommand.d.ts +12 -24
  150. package/dist-types/ts3.4/commands/CreateResourceShareCommand.d.ts +14 -23
  151. package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +14 -23
  152. package/dist-types/ts3.4/commands/DeletePermissionVersionCommand.d.ts +12 -24
  153. package/dist-types/ts3.4/commands/DeleteResourceShareCommand.d.ts +14 -23
  154. package/dist-types/ts3.4/commands/DisassociateResourceShareCommand.d.ts +12 -24
  155. package/dist-types/ts3.4/commands/DisassociateResourceSharePermissionCommand.d.ts +12 -24
  156. package/dist-types/ts3.4/commands/EnableSharingWithAwsOrganizationCommand.d.ts +12 -24
  157. package/dist-types/ts3.4/commands/GetPermissionCommand.d.ts +14 -23
  158. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +14 -23
  159. package/dist-types/ts3.4/commands/GetResourceShareAssociationsCommand.d.ts +12 -24
  160. package/dist-types/ts3.4/commands/GetResourceShareInvitationsCommand.d.ts +12 -24
  161. package/dist-types/ts3.4/commands/GetResourceSharesCommand.d.ts +14 -23
  162. package/dist-types/ts3.4/commands/ListPendingInvitationResourcesCommand.d.ts +12 -24
  163. package/dist-types/ts3.4/commands/ListPermissionAssociationsCommand.d.ts +12 -24
  164. package/dist-types/ts3.4/commands/ListPermissionVersionsCommand.d.ts +12 -24
  165. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +14 -23
  166. package/dist-types/ts3.4/commands/ListPrincipalsCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +12 -24
  168. package/dist-types/ts3.4/commands/ListResourceSharePermissionsCommand.d.ts +12 -24
  169. package/dist-types/ts3.4/commands/ListResourceTypesCommand.d.ts +14 -23
  170. package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +14 -23
  171. package/dist-types/ts3.4/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +12 -24
  172. package/dist-types/ts3.4/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +12 -24
  173. package/dist-types/ts3.4/commands/RejectResourceShareInvitationCommand.d.ts +12 -24
  174. package/dist-types/ts3.4/commands/ReplacePermissionAssociationsCommand.d.ts +12 -24
  175. package/dist-types/ts3.4/commands/SetDefaultPermissionVersionCommand.d.ts +12 -24
  176. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  177. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  178. package/dist-types/ts3.4/commands/UpdateResourceShareCommand.d.ts +14 -23
  179. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  180. package/dist-types/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +3 -3
  181. package/dist-types/ts3.4/pagination/GetResourceShareAssociationsPaginator.d.ts +3 -3
  182. package/dist-types/ts3.4/pagination/GetResourceShareInvitationsPaginator.d.ts +3 -3
  183. package/dist-types/ts3.4/pagination/GetResourceSharesPaginator.d.ts +3 -3
  184. package/dist-types/ts3.4/pagination/ListPendingInvitationResourcesPaginator.d.ts +3 -3
  185. package/dist-types/ts3.4/pagination/ListPermissionAssociationsPaginator.d.ts +3 -3
  186. package/dist-types/ts3.4/pagination/ListPermissionVersionsPaginator.d.ts +3 -3
  187. package/dist-types/ts3.4/pagination/ListPermissionsPaginator.d.ts +3 -3
  188. package/dist-types/ts3.4/pagination/ListPrincipalsPaginator.d.ts +3 -3
  189. package/dist-types/ts3.4/pagination/ListReplacePermissionAssociationsWorkPaginator.d.ts +3 -3
  190. package/dist-types/ts3.4/pagination/ListResourceSharePermissionsPaginator.d.ts +3 -3
  191. package/dist-types/ts3.4/pagination/ListResourceTypesPaginator.d.ts +3 -3
  192. package/dist-types/ts3.4/pagination/ListResourcesPaginator.d.ts +3 -3
  193. package/package.json +11 -11
@@ -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
  DeleteResourceShareRequest,
11
5
  DeleteResourceShareResponse,
@@ -21,19 +15,16 @@ export interface DeleteResourceShareCommandInput
21
15
  export interface DeleteResourceShareCommandOutput
22
16
  extends DeleteResourceShareResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteResourceShareCommand extends $Command<
25
- DeleteResourceShareCommandInput,
26
- DeleteResourceShareCommandOutput,
27
- RAMClientResolvedConfig
28
- > {
29
- readonly input: DeleteResourceShareCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteResourceShareCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RAMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteResourceShareCommandInput, DeleteResourceShareCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteResourceShareCommand_base: {
19
+ new (
20
+ input: DeleteResourceShareCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteResourceShareCommandInput,
23
+ DeleteResourceShareCommandOutput,
24
+ RAMClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteResourceShareCommand extends DeleteResourceShareCommand_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
  DisassociateResourceShareRequest,
11
5
  DisassociateResourceShareResponse,
@@ -21,22 +15,16 @@ export interface DisassociateResourceShareCommandInput
21
15
  export interface DisassociateResourceShareCommandOutput
22
16
  extends DisassociateResourceShareResponse,
23
17
  __MetadataBearer {}
24
- export declare class DisassociateResourceShareCommand extends $Command<
25
- DisassociateResourceShareCommandInput,
26
- DisassociateResourceShareCommandOutput,
27
- RAMClientResolvedConfig
28
- > {
29
- readonly input: DisassociateResourceShareCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DisassociateResourceShareCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RAMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DisassociateResourceShareCommand_base: {
19
+ new (
20
+ input: DisassociateResourceShareCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DisassociateResourceShareCommandInput,
38
- DisassociateResourceShareCommandOutput
23
+ DisassociateResourceShareCommandOutput,
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 DisassociateResourceShareCommand extends DisassociateResourceShareCommand_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
  DisassociateResourceSharePermissionRequest,
11
5
  DisassociateResourceSharePermissionResponse,
@@ -21,22 +15,16 @@ export interface DisassociateResourceSharePermissionCommandInput
21
15
  export interface DisassociateResourceSharePermissionCommandOutput
22
16
  extends DisassociateResourceSharePermissionResponse,
23
17
  __MetadataBearer {}
24
- export declare class DisassociateResourceSharePermissionCommand extends $Command<
25
- DisassociateResourceSharePermissionCommandInput,
26
- DisassociateResourceSharePermissionCommandOutput,
27
- RAMClientResolvedConfig
28
- > {
29
- readonly input: DisassociateResourceSharePermissionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DisassociateResourceSharePermissionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RAMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DisassociateResourceSharePermissionCommand_base: {
19
+ new (
20
+ input: DisassociateResourceSharePermissionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DisassociateResourceSharePermissionCommandInput,
38
- DisassociateResourceSharePermissionCommandOutput
23
+ DisassociateResourceSharePermissionCommandOutput,
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 DisassociateResourceSharePermissionCommand extends DisassociateResourceSharePermissionCommand_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
  EnableSharingWithAwsOrganizationRequest,
11
5
  EnableSharingWithAwsOrganizationResponse,
@@ -21,22 +15,16 @@ export interface EnableSharingWithAwsOrganizationCommandInput
21
15
  export interface EnableSharingWithAwsOrganizationCommandOutput
22
16
  extends EnableSharingWithAwsOrganizationResponse,
23
17
  __MetadataBearer {}
24
- export declare class EnableSharingWithAwsOrganizationCommand extends $Command<
25
- EnableSharingWithAwsOrganizationCommandInput,
26
- EnableSharingWithAwsOrganizationCommandOutput,
27
- RAMClientResolvedConfig
28
- > {
29
- readonly input: EnableSharingWithAwsOrganizationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: EnableSharingWithAwsOrganizationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RAMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const EnableSharingWithAwsOrganizationCommand_base: {
19
+ new (
20
+ input: EnableSharingWithAwsOrganizationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  EnableSharingWithAwsOrganizationCommandInput,
38
- EnableSharingWithAwsOrganizationCommandOutput
23
+ EnableSharingWithAwsOrganizationCommandOutput,
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 EnableSharingWithAwsOrganizationCommand extends EnableSharingWithAwsOrganizationCommand_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
  GetPermissionRequest,
11
5
  GetPermissionResponse,
@@ -20,19 +14,16 @@ export interface GetPermissionCommandInput extends GetPermissionRequest {}
20
14
  export interface GetPermissionCommandOutput
21
15
  extends GetPermissionResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetPermissionCommand extends $Command<
24
- GetPermissionCommandInput,
25
- GetPermissionCommandOutput,
26
- RAMClientResolvedConfig
27
- > {
28
- readonly input: GetPermissionCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetPermissionCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: RAMClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetPermissionCommandInput, GetPermissionCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetPermissionCommand_base: {
18
+ new (
19
+ input: GetPermissionCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetPermissionCommandInput,
22
+ GetPermissionCommandOutput,
23
+ RAMClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetPermissionCommand extends GetPermissionCommand_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
  GetResourcePoliciesRequest,
11
5
  GetResourcePoliciesResponse,
@@ -21,19 +15,16 @@ export interface GetResourcePoliciesCommandInput
21
15
  export interface GetResourcePoliciesCommandOutput
22
16
  extends GetResourcePoliciesResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetResourcePoliciesCommand extends $Command<
25
- GetResourcePoliciesCommandInput,
26
- GetResourcePoliciesCommandOutput,
27
- RAMClientResolvedConfig
28
- > {
29
- readonly input: GetResourcePoliciesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetResourcePoliciesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RAMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetResourcePoliciesCommand_base: {
19
+ new (
20
+ input: GetResourcePoliciesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetResourcePoliciesCommandInput,
23
+ GetResourcePoliciesCommandOutput,
24
+ RAMClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetResourcePoliciesCommand extends GetResourcePoliciesCommand_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
  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 {}