@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,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeletePermissionRequest, DeletePermissionResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeletePermissionCommandInput extends DeletePermissionRequest {
21
20
  */
22
21
  export interface DeletePermissionCommandOutput extends DeletePermissionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeletePermissionCommand_base: {
24
+ new (input: DeletePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePermissionCommandInput, DeletePermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified customer managed permission in the Amazon Web Services Region in which you call this operation. You
@@ -81,23 +84,5 @@ export interface DeletePermissionCommandOutput extends DeletePermissionResponse,
81
84
  * <p>Base exception class for all service exceptions from RAM service.</p>
82
85
  *
83
86
  */
84
- export declare class DeletePermissionCommand extends $Command<DeletePermissionCommandInput, DeletePermissionCommandOutput, RAMClientResolvedConfig> {
85
- readonly input: DeletePermissionCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: DeletePermissionCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePermissionCommandInput, DeletePermissionCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class DeletePermissionCommand extends DeletePermissionCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeletePermissionVersionRequest, DeletePermissionVersionResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeletePermissionVersionCommandInput extends DeletePermissionVer
21
20
  */
22
21
  export interface DeletePermissionVersionCommandOutput extends DeletePermissionVersionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeletePermissionVersionCommand_base: {
24
+ new (input: DeletePermissionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePermissionVersionCommandInput, DeletePermissionVersionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes one version of a customer managed permission. The version you specify must not be attached to any
@@ -86,23 +89,5 @@ export interface DeletePermissionVersionCommandOutput extends DeletePermissionVe
86
89
  * <p>Base exception class for all service exceptions from RAM service.</p>
87
90
  *
88
91
  */
89
- export declare class DeletePermissionVersionCommand extends $Command<DeletePermissionVersionCommandInput, DeletePermissionVersionCommandOutput, RAMClientResolvedConfig> {
90
- readonly input: DeletePermissionVersionCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: DeletePermissionVersionCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePermissionVersionCommandInput, DeletePermissionVersionCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class DeletePermissionVersionCommand extends DeletePermissionVersionCommand_base {
108
93
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteResourceShareRequest, DeleteResourceShareResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteResourceShareCommandInput extends DeleteResourceShareRequ
21
20
  */
22
21
  export interface DeleteResourceShareCommandOutput extends DeleteResourceShareResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteResourceShareCommand_base: {
24
+ new (input: DeleteResourceShareCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourceShareCommandInput, DeleteResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified resource share.</p>
@@ -89,23 +92,5 @@ export interface DeleteResourceShareCommandOutput extends DeleteResourceShareRes
89
92
  * <p>Base exception class for all service exceptions from RAM service.</p>
90
93
  *
91
94
  */
92
- export declare class DeleteResourceShareCommand extends $Command<DeleteResourceShareCommandInput, DeleteResourceShareCommandOutput, RAMClientResolvedConfig> {
93
- readonly input: DeleteResourceShareCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: DeleteResourceShareCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourceShareCommandInput, DeleteResourceShareCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class DeleteResourceShareCommand extends DeleteResourceShareCommand_base {
111
96
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DisassociateResourceShareRequest, DisassociateResourceShareResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateResourceShareCommandInput extends DisassociateResou
21
20
  */
22
21
  export interface DisassociateResourceShareCommandOutput extends DisassociateResourceShareResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateResourceShareCommand_base: {
24
+ new (input: DisassociateResourceShareCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateResourceShareCommandInput, DisassociateResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the specified principals or resources from participating in the specified
@@ -112,23 +115,5 @@ export interface DisassociateResourceShareCommandOutput extends DisassociateReso
112
115
  * <p>Base exception class for all service exceptions from RAM service.</p>
113
116
  *
114
117
  */
115
- export declare class DisassociateResourceShareCommand extends $Command<DisassociateResourceShareCommandInput, DisassociateResourceShareCommandOutput, RAMClientResolvedConfig> {
116
- readonly input: DisassociateResourceShareCommandInput;
117
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
118
- /**
119
- * @public
120
- */
121
- constructor(input: DisassociateResourceShareCommandInput);
122
- /**
123
- * @internal
124
- */
125
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateResourceShareCommandInput, DisassociateResourceShareCommandOutput>;
126
- /**
127
- * @internal
128
- */
129
- private serialize;
130
- /**
131
- * @internal
132
- */
133
- private deserialize;
118
+ export declare class DisassociateResourceShareCommand extends DisassociateResourceShareCommand_base {
134
119
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DisassociateResourceSharePermissionRequest, DisassociateResourceSharePermissionResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateResourceSharePermissionCommandInput extends Disasso
21
20
  */
22
21
  export interface DisassociateResourceSharePermissionCommandOutput extends DisassociateResourceSharePermissionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateResourceSharePermissionCommand_base: {
24
+ new (input: DisassociateResourceSharePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateResourceSharePermissionCommandInput, DisassociateResourceSharePermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes a managed permission from a resource share. Permission changes take effect immediately. You can
@@ -83,23 +86,5 @@ export interface DisassociateResourceSharePermissionCommandOutput extends Disass
83
86
  * <p>Base exception class for all service exceptions from RAM service.</p>
84
87
  *
85
88
  */
86
- export declare class DisassociateResourceSharePermissionCommand extends $Command<DisassociateResourceSharePermissionCommandInput, DisassociateResourceSharePermissionCommandOutput, RAMClientResolvedConfig> {
87
- readonly input: DisassociateResourceSharePermissionCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: DisassociateResourceSharePermissionCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateResourceSharePermissionCommandInput, DisassociateResourceSharePermissionCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class DisassociateResourceSharePermissionCommand extends DisassociateResourceSharePermissionCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EnableSharingWithAwsOrganizationRequest, EnableSharingWithAwsOrganizationResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface EnableSharingWithAwsOrganizationCommandInput extends EnableShar
21
20
  */
22
21
  export interface EnableSharingWithAwsOrganizationCommandOutput extends EnableSharingWithAwsOrganizationResponse, __MetadataBearer {
23
22
  }
23
+ declare const EnableSharingWithAwsOrganizationCommand_base: {
24
+ new (input: EnableSharingWithAwsOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableSharingWithAwsOrganizationCommandInput, EnableSharingWithAwsOrganizationCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Enables resource sharing within your organization in Organizations. This operation creates
@@ -69,23 +72,5 @@ export interface EnableSharingWithAwsOrganizationCommandOutput extends EnableSha
69
72
  * <p>Base exception class for all service exceptions from RAM service.</p>
70
73
  *
71
74
  */
72
- export declare class EnableSharingWithAwsOrganizationCommand extends $Command<EnableSharingWithAwsOrganizationCommandInput, EnableSharingWithAwsOrganizationCommandOutput, RAMClientResolvedConfig> {
73
- readonly input: EnableSharingWithAwsOrganizationCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: EnableSharingWithAwsOrganizationCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableSharingWithAwsOrganizationCommandInput, EnableSharingWithAwsOrganizationCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class EnableSharingWithAwsOrganizationCommand extends EnableSharingWithAwsOrganizationCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetPermissionRequest, GetPermissionResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPermissionCommandInput extends GetPermissionRequest {
21
20
  */
22
21
  export interface GetPermissionCommandOutput extends GetPermissionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetPermissionCommand_base: {
24
+ new (input: GetPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<GetPermissionCommandInput, GetPermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the contents of a managed permission in JSON format.</p>
@@ -91,23 +94,5 @@ export interface GetPermissionCommandOutput extends GetPermissionResponse, __Met
91
94
  * <p>Base exception class for all service exceptions from RAM service.</p>
92
95
  *
93
96
  */
94
- export declare class GetPermissionCommand extends $Command<GetPermissionCommandInput, GetPermissionCommandOutput, RAMClientResolvedConfig> {
95
- readonly input: GetPermissionCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: GetPermissionCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPermissionCommandInput, GetPermissionCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class GetPermissionCommand extends GetPermissionCommand_base {
113
98
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetResourcePoliciesRequest, GetResourcePoliciesResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetResourcePoliciesCommandInput extends GetResourcePoliciesRequ
21
20
  */
22
21
  export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetResourcePoliciesCommand_base: {
24
+ new (input: GetResourcePoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the resource policies for the specified resources that you own and have
@@ -82,23 +85,5 @@ export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesRes
82
85
  * <p>Base exception class for all service exceptions from RAM service.</p>
83
86
  *
84
87
  */
85
- export declare class GetResourcePoliciesCommand extends $Command<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, RAMClientResolvedConfig> {
86
- readonly input: GetResourcePoliciesCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: GetResourcePoliciesCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class GetResourcePoliciesCommand extends GetResourcePoliciesCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetResourceShareAssociationsRequest, GetResourceShareAssociationsResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetResourceShareAssociationsCommandInput extends GetResourceSha
21
20
  */
22
21
  export interface GetResourceShareAssociationsCommandOutput extends GetResourceShareAssociationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetResourceShareAssociationsCommand_base: {
24
+ new (input: GetResourceShareAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceShareAssociationsCommandInput, GetResourceShareAssociationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the lists of resources and principals that associated for resource shares that you
@@ -98,23 +101,5 @@ export interface GetResourceShareAssociationsCommandOutput extends GetResourceSh
98
101
  * <p>Base exception class for all service exceptions from RAM service.</p>
99
102
  *
100
103
  */
101
- export declare class GetResourceShareAssociationsCommand extends $Command<GetResourceShareAssociationsCommandInput, GetResourceShareAssociationsCommandOutput, RAMClientResolvedConfig> {
102
- readonly input: GetResourceShareAssociationsCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: GetResourceShareAssociationsCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourceShareAssociationsCommandInput, GetResourceShareAssociationsCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class GetResourceShareAssociationsCommand extends GetResourceShareAssociationsCommand_base {
120
105
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetResourceShareInvitationsRequest, GetResourceShareInvitationsResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetResourceShareInvitationsCommandInput extends GetResourceShar
21
20
  */
22
21
  export interface GetResourceShareInvitationsCommandOutput extends GetResourceShareInvitationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetResourceShareInvitationsCommand_base: {
24
+ new (input: GetResourceShareInvitationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceShareInvitationsCommandInput, GetResourceShareInvitationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves details about invitations that you have received for resource shares.</p>
@@ -113,23 +116,5 @@ export interface GetResourceShareInvitationsCommandOutput extends GetResourceSha
113
116
  * <p>Base exception class for all service exceptions from RAM service.</p>
114
117
  *
115
118
  */
116
- export declare class GetResourceShareInvitationsCommand extends $Command<GetResourceShareInvitationsCommandInput, GetResourceShareInvitationsCommandOutput, RAMClientResolvedConfig> {
117
- readonly input: GetResourceShareInvitationsCommandInput;
118
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
119
- /**
120
- * @public
121
- */
122
- constructor(input: GetResourceShareInvitationsCommandInput);
123
- /**
124
- * @internal
125
- */
126
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourceShareInvitationsCommandInput, GetResourceShareInvitationsCommandOutput>;
127
- /**
128
- * @internal
129
- */
130
- private serialize;
131
- /**
132
- * @internal
133
- */
134
- private deserialize;
119
+ export declare class GetResourceShareInvitationsCommand extends GetResourceShareInvitationsCommand_base {
135
120
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetResourceSharesRequest, GetResourceSharesResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetResourceSharesCommandInput extends GetResourceSharesRequest
21
20
  */
22
21
  export interface GetResourceSharesCommandOutput extends GetResourceSharesResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetResourceSharesCommand_base: {
24
+ new (input: GetResourceSharesCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceSharesCommandInput, GetResourceSharesCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves details about the resource shares that you own or that are shared with you.</p>
@@ -109,23 +112,5 @@ export interface GetResourceSharesCommandOutput extends GetResourceSharesRespons
109
112
  * <p>Base exception class for all service exceptions from RAM service.</p>
110
113
  *
111
114
  */
112
- export declare class GetResourceSharesCommand extends $Command<GetResourceSharesCommandInput, GetResourceSharesCommandOutput, RAMClientResolvedConfig> {
113
- readonly input: GetResourceSharesCommandInput;
114
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
115
- /**
116
- * @public
117
- */
118
- constructor(input: GetResourceSharesCommandInput);
119
- /**
120
- * @internal
121
- */
122
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourceSharesCommandInput, GetResourceSharesCommandOutput>;
123
- /**
124
- * @internal
125
- */
126
- private serialize;
127
- /**
128
- * @internal
129
- */
130
- private deserialize;
115
+ export declare class GetResourceSharesCommand extends GetResourceSharesCommand_base {
131
116
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListPendingInvitationResourcesRequest, ListPendingInvitationResourcesResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPendingInvitationResourcesCommandInput extends ListPendingI
21
20
  */
22
21
  export interface ListPendingInvitationResourcesCommandOutput extends ListPendingInvitationResourcesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListPendingInvitationResourcesCommand_base: {
24
+ new (input: ListPendingInvitationResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPendingInvitationResourcesCommandInput, ListPendingInvitationResourcesCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the resources in a resource share that is shared with you but for which the invitation is
@@ -102,23 +105,5 @@ export interface ListPendingInvitationResourcesCommandOutput extends ListPending
102
105
  * <p>Base exception class for all service exceptions from RAM service.</p>
103
106
  *
104
107
  */
105
- export declare class ListPendingInvitationResourcesCommand extends $Command<ListPendingInvitationResourcesCommandInput, ListPendingInvitationResourcesCommandOutput, RAMClientResolvedConfig> {
106
- readonly input: ListPendingInvitationResourcesCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: ListPendingInvitationResourcesCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPendingInvitationResourcesCommandInput, ListPendingInvitationResourcesCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class ListPendingInvitationResourcesCommand extends ListPendingInvitationResourcesCommand_base {
124
109
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListPermissionAssociationsRequest, ListPermissionAssociationsResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPermissionAssociationsCommandInput extends ListPermissionAs
21
20
  */
22
21
  export interface ListPermissionAssociationsCommandOutput extends ListPermissionAssociationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListPermissionAssociationsCommand_base: {
24
+ new (input: ListPermissionAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionAssociationsCommandInput, ListPermissionAssociationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists information about the managed permission and its associations to any resource shares that use
@@ -91,23 +94,5 @@ export interface ListPermissionAssociationsCommandOutput extends ListPermissionA
91
94
  * <p>Base exception class for all service exceptions from RAM service.</p>
92
95
  *
93
96
  */
94
- export declare class ListPermissionAssociationsCommand extends $Command<ListPermissionAssociationsCommandInput, ListPermissionAssociationsCommandOutput, RAMClientResolvedConfig> {
95
- readonly input: ListPermissionAssociationsCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: ListPermissionAssociationsCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPermissionAssociationsCommandInput, ListPermissionAssociationsCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class ListPermissionAssociationsCommand extends ListPermissionAssociationsCommand_base {
113
98
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListPermissionVersionsRequest, ListPermissionVersionsResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPermissionVersionsCommandInput extends ListPermissionVersio
21
20
  */
22
21
  export interface ListPermissionVersionsCommandOutput extends ListPermissionVersionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListPermissionVersionsCommand_base: {
24
+ new (input: ListPermissionVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionVersionsCommandInput, ListPermissionVersionsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the available versions of the specified RAM permission.</p>
@@ -99,23 +102,5 @@ export interface ListPermissionVersionsCommandOutput extends ListPermissionVersi
99
102
  * <p>Base exception class for all service exceptions from RAM service.</p>
100
103
  *
101
104
  */
102
- export declare class ListPermissionVersionsCommand extends $Command<ListPermissionVersionsCommandInput, ListPermissionVersionsCommandOutput, RAMClientResolvedConfig> {
103
- readonly input: ListPermissionVersionsCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: ListPermissionVersionsCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPermissionVersionsCommandInput, ListPermissionVersionsCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class ListPermissionVersionsCommand extends ListPermissionVersionsCommand_base {
121
106
  }