@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
  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 {}
@@ -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
  RejectResourceShareInvitationRequest,
11
5
  RejectResourceShareInvitationResponse,
@@ -21,22 +15,16 @@ export interface RejectResourceShareInvitationCommandInput
21
15
  export interface RejectResourceShareInvitationCommandOutput
22
16
  extends RejectResourceShareInvitationResponse,
23
17
  __MetadataBearer {}
24
- export declare class RejectResourceShareInvitationCommand extends $Command<
25
- RejectResourceShareInvitationCommandInput,
26
- RejectResourceShareInvitationCommandOutput,
27
- RAMClientResolvedConfig
28
- > {
29
- readonly input: RejectResourceShareInvitationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: RejectResourceShareInvitationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RAMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const RejectResourceShareInvitationCommand_base: {
19
+ new (
20
+ input: RejectResourceShareInvitationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  RejectResourceShareInvitationCommandInput,
38
- RejectResourceShareInvitationCommandOutput
23
+ RejectResourceShareInvitationCommandOutput,
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 RejectResourceShareInvitationCommand extends RejectResourceShareInvitationCommand_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
  ReplacePermissionAssociationsRequest,
11
5
  ReplacePermissionAssociationsResponse,
@@ -21,22 +15,16 @@ export interface ReplacePermissionAssociationsCommandInput
21
15
  export interface ReplacePermissionAssociationsCommandOutput
22
16
  extends ReplacePermissionAssociationsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ReplacePermissionAssociationsCommand extends $Command<
25
- ReplacePermissionAssociationsCommandInput,
26
- ReplacePermissionAssociationsCommandOutput,
27
- RAMClientResolvedConfig
28
- > {
29
- readonly input: ReplacePermissionAssociationsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ReplacePermissionAssociationsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RAMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ReplacePermissionAssociationsCommand_base: {
19
+ new (
20
+ input: ReplacePermissionAssociationsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ReplacePermissionAssociationsCommandInput,
38
- ReplacePermissionAssociationsCommandOutput
23
+ ReplacePermissionAssociationsCommandOutput,
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 ReplacePermissionAssociationsCommand extends ReplacePermissionAssociationsCommand_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
  SetDefaultPermissionVersionRequest,
11
5
  SetDefaultPermissionVersionResponse,
@@ -21,22 +15,16 @@ export interface SetDefaultPermissionVersionCommandInput
21
15
  export interface SetDefaultPermissionVersionCommandOutput
22
16
  extends SetDefaultPermissionVersionResponse,
23
17
  __MetadataBearer {}
24
- export declare class SetDefaultPermissionVersionCommand extends $Command<
25
- SetDefaultPermissionVersionCommandInput,
26
- SetDefaultPermissionVersionCommandOutput,
27
- RAMClientResolvedConfig
28
- > {
29
- readonly input: SetDefaultPermissionVersionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: SetDefaultPermissionVersionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RAMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const SetDefaultPermissionVersionCommand_base: {
19
+ new (
20
+ input: SetDefaultPermissionVersionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  SetDefaultPermissionVersionCommandInput,
38
- SetDefaultPermissionVersionCommandOutput
23
+ SetDefaultPermissionVersionCommandOutput,
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 SetDefaultPermissionVersionCommand extends SetDefaultPermissionVersionCommand_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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
10
4
  import {
11
5
  RAMClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
17
11
  export interface TagResourceCommandOutput
18
12
  extends TagResourceResponse,
19
13
  __MetadataBearer {}
20
- export declare class TagResourceCommand extends $Command<
21
- TagResourceCommandInput,
22
- TagResourceCommandOutput,
23
- RAMClientResolvedConfig
24
- > {
25
- readonly input: TagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: TagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: RAMClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const TagResourceCommand_base: {
15
+ new (
16
+ input: TagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ RAMClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class TagResourceCommand extends TagResourceCommand_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
  UntagResourceRequest,
11
5
  UntagResourceResponse,
@@ -20,19 +14,16 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
20
14
  export interface UntagResourceCommandOutput
21
15
  extends UntagResourceResponse,
22
16
  __MetadataBearer {}
23
- export declare class UntagResourceCommand extends $Command<
24
- UntagResourceCommandInput,
25
- UntagResourceCommandOutput,
26
- RAMClientResolvedConfig
27
- > {
28
- readonly input: UntagResourceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: UntagResourceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: RAMClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const UntagResourceCommand_base: {
18
+ new (
19
+ input: UntagResourceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ UntagResourceCommandInput,
22
+ UntagResourceCommandOutput,
23
+ RAMClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class UntagResourceCommand extends UntagResourceCommand_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
  UpdateResourceShareRequest,
11
5
  UpdateResourceShareResponse,
@@ -21,19 +15,16 @@ export interface UpdateResourceShareCommandInput
21
15
  export interface UpdateResourceShareCommandOutput
22
16
  extends UpdateResourceShareResponse,
23
17
  __MetadataBearer {}
24
- export declare class UpdateResourceShareCommand extends $Command<
25
- UpdateResourceShareCommandInput,
26
- UpdateResourceShareCommandOutput,
27
- RAMClientResolvedConfig
28
- > {
29
- readonly input: UpdateResourceShareCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateResourceShareCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: RAMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<UpdateResourceShareCommandInput, UpdateResourceShareCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const UpdateResourceShareCommand_base: {
19
+ new (
20
+ input: UpdateResourceShareCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ UpdateResourceShareCommandInput,
23
+ UpdateResourceShareCommandOutput,
24
+ RAMClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UpdateResourceShareCommand extends UpdateResourceShareCommand_base {}
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
25
25
  ClientInputEndpointParameters & {
26
26
  defaultSigningName: string;
27
27
  };
28
+ export declare const commonParams: {
29
+ readonly UseFIPS: {
30
+ readonly type: "builtInParams";
31
+ readonly name: "useFipsEndpoint";
32
+ };
33
+ readonly Endpoint: {
34
+ readonly type: "builtInParams";
35
+ readonly name: "endpoint";
36
+ };
37
+ readonly Region: {
38
+ readonly type: "builtInParams";
39
+ readonly name: "region";
40
+ };
41
+ readonly UseDualStack: {
42
+ readonly type: "builtInParams";
43
+ readonly name: "useDualstackEndpoint";
44
+ };
45
+ };
28
46
  export interface EndpointParameters extends __EndpointParameters {
29
47
  Region?: string;
30
48
  UseDualStack?: boolean;
@@ -4,8 +4,8 @@ import {
4
4
  GetResourcePoliciesCommandOutput,
5
5
  } from "../commands/GetResourcePoliciesCommand";
6
6
  import { RAMPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateGetResourcePolicies(
7
+ export declare const paginateGetResourcePolicies: (
8
8
  config: RAMPaginationConfiguration,
9
9
  input: GetResourcePoliciesCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<GetResourcePoliciesCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<GetResourcePoliciesCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  GetResourceShareAssociationsCommandOutput,
5
5
  } from "../commands/GetResourceShareAssociationsCommand";
6
6
  import { RAMPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateGetResourceShareAssociations(
7
+ export declare const paginateGetResourceShareAssociations: (
8
8
  config: RAMPaginationConfiguration,
9
9
  input: GetResourceShareAssociationsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<GetResourceShareAssociationsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<GetResourceShareAssociationsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  GetResourceShareInvitationsCommandOutput,
5
5
  } from "../commands/GetResourceShareInvitationsCommand";
6
6
  import { RAMPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateGetResourceShareInvitations(
7
+ export declare const paginateGetResourceShareInvitations: (
8
8
  config: RAMPaginationConfiguration,
9
9
  input: GetResourceShareInvitationsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<GetResourceShareInvitationsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<GetResourceShareInvitationsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  GetResourceSharesCommandOutput,
5
5
  } from "../commands/GetResourceSharesCommand";
6
6
  import { RAMPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateGetResourceShares(
7
+ export declare const paginateGetResourceShares: (
8
8
  config: RAMPaginationConfiguration,
9
9
  input: GetResourceSharesCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<GetResourceSharesCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<GetResourceSharesCommandOutput>;