@aws-sdk/client-ram 3.478.0 → 3.484.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 +11 -11
@@ -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 { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPermissionsCommandInput extends ListPermissionsRequest {
21
20
  */
22
21
  export interface ListPermissionsCommandOutput extends ListPermissionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListPermissionsCommand_base: {
24
+ new (input: ListPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionsCommandInput, ListPermissionsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of available RAM permissions that you can use for the supported
@@ -94,23 +97,5 @@ export interface ListPermissionsCommandOutput extends ListPermissionsResponse, _
94
97
  * <p>Base exception class for all service exceptions from RAM service.</p>
95
98
  *
96
99
  */
97
- export declare class ListPermissionsCommand extends $Command<ListPermissionsCommandInput, ListPermissionsCommandOutput, RAMClientResolvedConfig> {
98
- readonly input: ListPermissionsCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: ListPermissionsCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPermissionsCommandInput, ListPermissionsCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class ListPermissionsCommand extends ListPermissionsCommand_base {
116
101
  }
@@ -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 { ListPrincipalsRequest, ListPrincipalsResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPrincipalsCommandInput extends ListPrincipalsRequest {
21
20
  */
22
21
  export interface ListPrincipalsCommandOutput extends ListPrincipalsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListPrincipalsCommand_base: {
24
+ new (input: ListPrincipalsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPrincipalsCommandInput, ListPrincipalsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the principals that you are sharing resources with or that are sharing resources
@@ -93,23 +96,5 @@ export interface ListPrincipalsCommandOutput extends ListPrincipalsResponse, __M
93
96
  * <p>Base exception class for all service exceptions from RAM service.</p>
94
97
  *
95
98
  */
96
- export declare class ListPrincipalsCommand extends $Command<ListPrincipalsCommandInput, ListPrincipalsCommandOutput, RAMClientResolvedConfig> {
97
- readonly input: ListPrincipalsCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: ListPrincipalsCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPrincipalsCommandInput, ListPrincipalsCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class ListPrincipalsCommand extends ListPrincipalsCommand_base {
115
100
  }
@@ -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 { ListReplacePermissionAssociationsWorkRequest, ListReplacePermissionAssociationsWorkResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListReplacePermissionAssociationsWorkCommandInput extends ListR
21
20
  */
22
21
  export interface ListReplacePermissionAssociationsWorkCommandOutput extends ListReplacePermissionAssociationsWorkResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListReplacePermissionAssociationsWorkCommand_base: {
24
+ new (input: ListReplacePermissionAssociationsWorkCommandInput): import("@smithy/smithy-client").CommandImpl<ListReplacePermissionAssociationsWorkCommandInput, ListReplacePermissionAssociationsWorkCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the current status of the asynchronous tasks performed by RAM when you
@@ -85,23 +88,5 @@ export interface ListReplacePermissionAssociationsWorkCommandOutput extends List
85
88
  * <p>Base exception class for all service exceptions from RAM service.</p>
86
89
  *
87
90
  */
88
- export declare class ListReplacePermissionAssociationsWorkCommand extends $Command<ListReplacePermissionAssociationsWorkCommandInput, ListReplacePermissionAssociationsWorkCommandOutput, RAMClientResolvedConfig> {
89
- readonly input: ListReplacePermissionAssociationsWorkCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: ListReplacePermissionAssociationsWorkCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReplacePermissionAssociationsWorkCommandInput, ListReplacePermissionAssociationsWorkCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class ListReplacePermissionAssociationsWorkCommand extends ListReplacePermissionAssociationsWorkCommand_base {
107
92
  }
@@ -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 { ListResourceSharePermissionsRequest, ListResourceSharePermissionsResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListResourceSharePermissionsCommandInput extends ListResourceSh
21
20
  */
22
21
  export interface ListResourceSharePermissionsCommandOutput extends ListResourceSharePermissionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListResourceSharePermissionsCommand_base: {
24
+ new (input: ListResourceSharePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceSharePermissionsCommandInput, ListResourceSharePermissionsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the RAM permissions that are associated with a resource share.</p>
@@ -99,23 +102,5 @@ export interface ListResourceSharePermissionsCommandOutput extends ListResourceS
99
102
  * <p>Base exception class for all service exceptions from RAM service.</p>
100
103
  *
101
104
  */
102
- export declare class ListResourceSharePermissionsCommand extends $Command<ListResourceSharePermissionsCommandInput, ListResourceSharePermissionsCommandOutput, RAMClientResolvedConfig> {
103
- readonly input: ListResourceSharePermissionsCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: ListResourceSharePermissionsCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourceSharePermissionsCommandInput, ListResourceSharePermissionsCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class ListResourceSharePermissionsCommand extends ListResourceSharePermissionsCommand_base {
121
106
  }
@@ -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 { ListResourceTypesRequest, ListResourceTypesResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListResourceTypesCommandInput extends ListResourceTypesRequest
21
20
  */
22
21
  export interface ListResourceTypesCommandOutput extends ListResourceTypesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListResourceTypesCommand_base: {
24
+ new (input: ListResourceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceTypesCommandInput, ListResourceTypesCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the resource types that can be shared by RAM.</p>
@@ -75,23 +78,5 @@ export interface ListResourceTypesCommandOutput extends ListResourceTypesRespons
75
78
  * <p>Base exception class for all service exceptions from RAM service.</p>
76
79
  *
77
80
  */
78
- export declare class ListResourceTypesCommand extends $Command<ListResourceTypesCommandInput, ListResourceTypesCommandOutput, RAMClientResolvedConfig> {
79
- readonly input: ListResourceTypesCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: ListResourceTypesCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourceTypesCommandInput, ListResourceTypesCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class ListResourceTypesCommand extends ListResourceTypesCommand_base {
97
82
  }
@@ -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 { ListResourcesRequest, ListResourcesResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListResourcesCommandInput extends ListResourcesRequest {
21
20
  */
22
21
  export interface ListResourcesCommandOutput extends ListResourcesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListResourcesCommand_base: {
24
+ new (input: ListResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourcesCommandInput, ListResourcesCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the resources that you added to a resource share or the resources that are shared with
@@ -101,23 +104,5 @@ export interface ListResourcesCommandOutput extends ListResourcesResponse, __Met
101
104
  * <p>Base exception class for all service exceptions from RAM service.</p>
102
105
  *
103
106
  */
104
- export declare class ListResourcesCommand extends $Command<ListResourcesCommandInput, ListResourcesCommandOutput, RAMClientResolvedConfig> {
105
- readonly input: ListResourcesCommandInput;
106
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
107
- /**
108
- * @public
109
- */
110
- constructor(input: ListResourcesCommandInput);
111
- /**
112
- * @internal
113
- */
114
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourcesCommandInput, ListResourcesCommandOutput>;
115
- /**
116
- * @internal
117
- */
118
- private serialize;
119
- /**
120
- * @internal
121
- */
122
- private deserialize;
107
+ export declare class ListResourcesCommand extends ListResourcesCommand_base {
123
108
  }
@@ -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 { PromotePermissionCreatedFromPolicyRequest, PromotePermissionCreatedFromPolicyResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PromotePermissionCreatedFromPolicyCommandInput extends PromoteP
21
20
  */
22
21
  export interface PromotePermissionCreatedFromPolicyCommandOutput extends PromotePermissionCreatedFromPolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const PromotePermissionCreatedFromPolicyCommand_base: {
24
+ new (input: PromotePermissionCreatedFromPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PromotePermissionCreatedFromPolicyCommandInput, PromotePermissionCreatedFromPolicyCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>When you attach a resource-based policy to a resource, RAM automatically creates
@@ -126,23 +129,5 @@ export interface PromotePermissionCreatedFromPolicyCommandOutput extends Promote
126
129
  * <p>Base exception class for all service exceptions from RAM service.</p>
127
130
  *
128
131
  */
129
- export declare class PromotePermissionCreatedFromPolicyCommand extends $Command<PromotePermissionCreatedFromPolicyCommandInput, PromotePermissionCreatedFromPolicyCommandOutput, RAMClientResolvedConfig> {
130
- readonly input: PromotePermissionCreatedFromPolicyCommandInput;
131
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
132
- /**
133
- * @public
134
- */
135
- constructor(input: PromotePermissionCreatedFromPolicyCommandInput);
136
- /**
137
- * @internal
138
- */
139
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PromotePermissionCreatedFromPolicyCommandInput, PromotePermissionCreatedFromPolicyCommandOutput>;
140
- /**
141
- * @internal
142
- */
143
- private serialize;
144
- /**
145
- * @internal
146
- */
147
- private deserialize;
132
+ export declare class PromotePermissionCreatedFromPolicyCommand extends PromotePermissionCreatedFromPolicyCommand_base {
148
133
  }
@@ -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 { PromoteResourceShareCreatedFromPolicyRequest, PromoteResourceShareCreatedFromPolicyResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PromoteResourceShareCreatedFromPolicyCommandInput extends Promo
21
20
  */
22
21
  export interface PromoteResourceShareCreatedFromPolicyCommandOutput extends PromoteResourceShareCreatedFromPolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const PromoteResourceShareCreatedFromPolicyCommand_base: {
24
+ new (input: PromoteResourceShareCreatedFromPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PromoteResourceShareCreatedFromPolicyCommandInput, PromoteResourceShareCreatedFromPolicyCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>When you attach a resource-based policy to a resource, RAM automatically creates
@@ -100,23 +103,5 @@ export interface PromoteResourceShareCreatedFromPolicyCommandOutput extends Prom
100
103
  * <p>Base exception class for all service exceptions from RAM service.</p>
101
104
  *
102
105
  */
103
- export declare class PromoteResourceShareCreatedFromPolicyCommand extends $Command<PromoteResourceShareCreatedFromPolicyCommandInput, PromoteResourceShareCreatedFromPolicyCommandOutput, RAMClientResolvedConfig> {
104
- readonly input: PromoteResourceShareCreatedFromPolicyCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: PromoteResourceShareCreatedFromPolicyCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PromoteResourceShareCreatedFromPolicyCommandInput, PromoteResourceShareCreatedFromPolicyCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class PromoteResourceShareCreatedFromPolicyCommand extends PromoteResourceShareCreatedFromPolicyCommand_base {
122
107
  }
@@ -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 { RejectResourceShareInvitationRequest, RejectResourceShareInvitationResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RejectResourceShareInvitationCommandInput extends RejectResourc
21
20
  */
22
21
  export interface RejectResourceShareInvitationCommandOutput extends RejectResourceShareInvitationResponse, __MetadataBearer {
23
22
  }
23
+ declare const RejectResourceShareInvitationCommand_base: {
24
+ new (input: RejectResourceShareInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<RejectResourceShareInvitationCommandInput, RejectResourceShareInvitationCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Rejects an invitation to a resource share from another Amazon Web Services account.</p>
@@ -111,23 +114,5 @@ export interface RejectResourceShareInvitationCommandOutput extends RejectResour
111
114
  * <p>Base exception class for all service exceptions from RAM service.</p>
112
115
  *
113
116
  */
114
- export declare class RejectResourceShareInvitationCommand extends $Command<RejectResourceShareInvitationCommandInput, RejectResourceShareInvitationCommandOutput, RAMClientResolvedConfig> {
115
- readonly input: RejectResourceShareInvitationCommandInput;
116
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
117
- /**
118
- * @public
119
- */
120
- constructor(input: RejectResourceShareInvitationCommandInput);
121
- /**
122
- * @internal
123
- */
124
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectResourceShareInvitationCommandInput, RejectResourceShareInvitationCommandOutput>;
125
- /**
126
- * @internal
127
- */
128
- private serialize;
129
- /**
130
- * @internal
131
- */
132
- private deserialize;
117
+ export declare class RejectResourceShareInvitationCommand extends RejectResourceShareInvitationCommand_base {
133
118
  }
@@ -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 { ReplacePermissionAssociationsRequest, ReplacePermissionAssociationsResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ReplacePermissionAssociationsCommandInput extends ReplacePermis
21
20
  */
22
21
  export interface ReplacePermissionAssociationsCommandOutput extends ReplacePermissionAssociationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ReplacePermissionAssociationsCommand_base: {
24
+ new (input: ReplacePermissionAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ReplacePermissionAssociationsCommandInput, ReplacePermissionAssociationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates all resource shares that use a managed permission to a different managed
@@ -107,23 +110,5 @@ export interface ReplacePermissionAssociationsCommandOutput extends ReplacePermi
107
110
  * <p>Base exception class for all service exceptions from RAM service.</p>
108
111
  *
109
112
  */
110
- export declare class ReplacePermissionAssociationsCommand extends $Command<ReplacePermissionAssociationsCommandInput, ReplacePermissionAssociationsCommandOutput, RAMClientResolvedConfig> {
111
- readonly input: ReplacePermissionAssociationsCommandInput;
112
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
113
- /**
114
- * @public
115
- */
116
- constructor(input: ReplacePermissionAssociationsCommandInput);
117
- /**
118
- * @internal
119
- */
120
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ReplacePermissionAssociationsCommandInput, ReplacePermissionAssociationsCommandOutput>;
121
- /**
122
- * @internal
123
- */
124
- private serialize;
125
- /**
126
- * @internal
127
- */
128
- private deserialize;
113
+ export declare class ReplacePermissionAssociationsCommand extends ReplacePermissionAssociationsCommand_base {
129
114
  }
@@ -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 { SetDefaultPermissionVersionRequest, SetDefaultPermissionVersionResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SetDefaultPermissionVersionCommandInput extends SetDefaultPermi
21
20
  */
22
21
  export interface SetDefaultPermissionVersionCommandOutput extends SetDefaultPermissionVersionResponse, __MetadataBearer {
23
22
  }
23
+ declare const SetDefaultPermissionVersionCommand_base: {
24
+ new (input: SetDefaultPermissionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<SetDefaultPermissionVersionCommandInput, SetDefaultPermissionVersionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Designates the specified version number as the default version for the specified
@@ -81,23 +84,5 @@ export interface SetDefaultPermissionVersionCommandOutput extends SetDefaultPerm
81
84
  * <p>Base exception class for all service exceptions from RAM service.</p>
82
85
  *
83
86
  */
84
- export declare class SetDefaultPermissionVersionCommand extends $Command<SetDefaultPermissionVersionCommandInput, SetDefaultPermissionVersionCommandOutput, RAMClientResolvedConfig> {
85
- readonly input: SetDefaultPermissionVersionCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: SetDefaultPermissionVersionCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetDefaultPermissionVersionCommandInput, SetDefaultPermissionVersionCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class SetDefaultPermissionVersionCommand extends SetDefaultPermissionVersionCommand_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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds the specified tag keys and values to a resource share or managed permission. If you choose a resource share, the
@@ -86,23 +89,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
86
89
  * <p>Base exception class for all service exceptions from RAM service.</p>
87
90
  *
88
91
  */
89
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, RAMClientResolvedConfig> {
90
- readonly input: TagResourceCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: TagResourceCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class TagResourceCommand extends TagResourceCommand_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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the specified tag key and value pairs from the specified resource share or managed permission.</p>
@@ -70,23 +73,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
70
73
  * <p>Base exception class for all service exceptions from RAM service.</p>
71
74
  *
72
75
  */
73
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, RAMClientResolvedConfig> {
74
- readonly input: UntagResourceCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: UntagResourceCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
92
77
  }
@@ -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 { UpdateResourceShareRequest, UpdateResourceShareResponse } from "../models/models_0";
5
4
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateResourceShareCommandInput extends UpdateResourceShareRequ
21
20
  */
22
21
  export interface UpdateResourceShareCommandOutput extends UpdateResourceShareResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateResourceShareCommand_base: {
24
+ new (input: UpdateResourceShareCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResourceShareCommandInput, UpdateResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies some of the properties of the specified resource share.</p>
@@ -102,23 +105,5 @@ export interface UpdateResourceShareCommandOutput extends UpdateResourceShareRes
102
105
  * <p>Base exception class for all service exceptions from RAM service.</p>
103
106
  *
104
107
  */
105
- export declare class UpdateResourceShareCommand extends $Command<UpdateResourceShareCommandInput, UpdateResourceShareCommandOutput, RAMClientResolvedConfig> {
106
- readonly input: UpdateResourceShareCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: UpdateResourceShareCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResourceShareCommandInput, UpdateResourceShareCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class UpdateResourceShareCommand extends UpdateResourceShareCommand_base {
124
109
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;