@aws-sdk/client-ram 3.335.0 → 3.338.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 (149) hide show
  1. package/dist-cjs/RAMClient.js +2 -1
  2. package/dist-cjs/commands/AcceptResourceShareInvitationCommand.js +2 -1
  3. package/dist-cjs/commands/AssociateResourceShareCommand.js +2 -1
  4. package/dist-cjs/commands/AssociateResourceSharePermissionCommand.js +2 -1
  5. package/dist-cjs/commands/CreatePermissionCommand.js +2 -1
  6. package/dist-cjs/commands/CreatePermissionVersionCommand.js +2 -1
  7. package/dist-cjs/commands/CreateResourceShareCommand.js +2 -1
  8. package/dist-cjs/commands/DeletePermissionCommand.js +2 -1
  9. package/dist-cjs/commands/DeletePermissionVersionCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteResourceShareCommand.js +2 -1
  11. package/dist-cjs/commands/DisassociateResourceShareCommand.js +2 -1
  12. package/dist-cjs/commands/DisassociateResourceSharePermissionCommand.js +2 -1
  13. package/dist-cjs/commands/EnableSharingWithAwsOrganizationCommand.js +2 -1
  14. package/dist-cjs/commands/GetPermissionCommand.js +2 -1
  15. package/dist-cjs/commands/GetResourcePoliciesCommand.js +2 -1
  16. package/dist-cjs/commands/GetResourceShareAssociationsCommand.js +2 -1
  17. package/dist-cjs/commands/GetResourceShareInvitationsCommand.js +2 -1
  18. package/dist-cjs/commands/GetResourceSharesCommand.js +2 -1
  19. package/dist-cjs/commands/ListPendingInvitationResourcesCommand.js +2 -1
  20. package/dist-cjs/commands/ListPermissionAssociationsCommand.js +2 -1
  21. package/dist-cjs/commands/ListPermissionVersionsCommand.js +2 -1
  22. package/dist-cjs/commands/ListPermissionsCommand.js +2 -1
  23. package/dist-cjs/commands/ListPrincipalsCommand.js +2 -1
  24. package/dist-cjs/commands/ListReplacePermissionAssociationsWorkCommand.js +2 -1
  25. package/dist-cjs/commands/ListResourceSharePermissionsCommand.js +2 -1
  26. package/dist-cjs/commands/ListResourceTypesCommand.js +2 -1
  27. package/dist-cjs/commands/ListResourcesCommand.js +2 -1
  28. package/dist-cjs/commands/PromotePermissionCreatedFromPolicyCommand.js +2 -1
  29. package/dist-cjs/commands/PromoteResourceShareCreatedFromPolicyCommand.js +2 -1
  30. package/dist-cjs/commands/RejectResourceShareInvitationCommand.js +2 -1
  31. package/dist-cjs/commands/ReplacePermissionAssociationsCommand.js +2 -1
  32. package/dist-cjs/commands/SetDefaultPermissionVersionCommand.js +2 -1
  33. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  34. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  35. package/dist-cjs/commands/UpdateResourceShareCommand.js +2 -1
  36. package/dist-cjs/index.js +2 -2
  37. package/dist-cjs/models/RAMServiceException.js +2 -1
  38. package/dist-es/RAMClient.js +1 -0
  39. package/dist-es/commands/AcceptResourceShareInvitationCommand.js +1 -0
  40. package/dist-es/commands/AssociateResourceShareCommand.js +1 -0
  41. package/dist-es/commands/AssociateResourceSharePermissionCommand.js +1 -0
  42. package/dist-es/commands/CreatePermissionCommand.js +1 -0
  43. package/dist-es/commands/CreatePermissionVersionCommand.js +1 -0
  44. package/dist-es/commands/CreateResourceShareCommand.js +1 -0
  45. package/dist-es/commands/DeletePermissionCommand.js +1 -0
  46. package/dist-es/commands/DeletePermissionVersionCommand.js +1 -0
  47. package/dist-es/commands/DeleteResourceShareCommand.js +1 -0
  48. package/dist-es/commands/DisassociateResourceShareCommand.js +1 -0
  49. package/dist-es/commands/DisassociateResourceSharePermissionCommand.js +1 -0
  50. package/dist-es/commands/EnableSharingWithAwsOrganizationCommand.js +1 -0
  51. package/dist-es/commands/GetPermissionCommand.js +1 -0
  52. package/dist-es/commands/GetResourcePoliciesCommand.js +1 -0
  53. package/dist-es/commands/GetResourceShareAssociationsCommand.js +1 -0
  54. package/dist-es/commands/GetResourceShareInvitationsCommand.js +1 -0
  55. package/dist-es/commands/GetResourceSharesCommand.js +1 -0
  56. package/dist-es/commands/ListPendingInvitationResourcesCommand.js +1 -0
  57. package/dist-es/commands/ListPermissionAssociationsCommand.js +1 -0
  58. package/dist-es/commands/ListPermissionVersionsCommand.js +1 -0
  59. package/dist-es/commands/ListPermissionsCommand.js +1 -0
  60. package/dist-es/commands/ListPrincipalsCommand.js +1 -0
  61. package/dist-es/commands/ListReplacePermissionAssociationsWorkCommand.js +1 -0
  62. package/dist-es/commands/ListResourceSharePermissionsCommand.js +1 -0
  63. package/dist-es/commands/ListResourceTypesCommand.js +1 -0
  64. package/dist-es/commands/ListResourcesCommand.js +1 -0
  65. package/dist-es/commands/PromotePermissionCreatedFromPolicyCommand.js +1 -0
  66. package/dist-es/commands/PromoteResourceShareCreatedFromPolicyCommand.js +1 -0
  67. package/dist-es/commands/RejectResourceShareInvitationCommand.js +1 -0
  68. package/dist-es/commands/ReplacePermissionAssociationsCommand.js +1 -0
  69. package/dist-es/commands/SetDefaultPermissionVersionCommand.js +1 -0
  70. package/dist-es/commands/TagResourceCommand.js +1 -0
  71. package/dist-es/commands/UntagResourceCommand.js +1 -0
  72. package/dist-es/commands/UpdateResourceShareCommand.js +1 -0
  73. package/dist-es/index.js +2 -2
  74. package/dist-es/models/RAMServiceException.js +1 -0
  75. package/dist-types/RAMClient.d.ts +3 -3
  76. package/dist-types/commands/AcceptResourceShareInvitationCommand.d.ts +4 -0
  77. package/dist-types/commands/AssociateResourceShareCommand.d.ts +4 -0
  78. package/dist-types/commands/AssociateResourceSharePermissionCommand.d.ts +4 -0
  79. package/dist-types/commands/CreatePermissionCommand.d.ts +4 -0
  80. package/dist-types/commands/CreatePermissionVersionCommand.d.ts +4 -0
  81. package/dist-types/commands/CreateResourceShareCommand.d.ts +4 -0
  82. package/dist-types/commands/DeletePermissionCommand.d.ts +4 -0
  83. package/dist-types/commands/DeletePermissionVersionCommand.d.ts +4 -0
  84. package/dist-types/commands/DeleteResourceShareCommand.d.ts +4 -0
  85. package/dist-types/commands/DisassociateResourceShareCommand.d.ts +4 -0
  86. package/dist-types/commands/DisassociateResourceSharePermissionCommand.d.ts +4 -0
  87. package/dist-types/commands/EnableSharingWithAwsOrganizationCommand.d.ts +4 -0
  88. package/dist-types/commands/GetPermissionCommand.d.ts +4 -0
  89. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +4 -0
  90. package/dist-types/commands/GetResourceShareAssociationsCommand.d.ts +4 -0
  91. package/dist-types/commands/GetResourceShareInvitationsCommand.d.ts +4 -0
  92. package/dist-types/commands/GetResourceSharesCommand.d.ts +4 -0
  93. package/dist-types/commands/ListPendingInvitationResourcesCommand.d.ts +4 -0
  94. package/dist-types/commands/ListPermissionAssociationsCommand.d.ts +4 -0
  95. package/dist-types/commands/ListPermissionVersionsCommand.d.ts +4 -0
  96. package/dist-types/commands/ListPermissionsCommand.d.ts +4 -0
  97. package/dist-types/commands/ListPrincipalsCommand.d.ts +4 -0
  98. package/dist-types/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +4 -0
  99. package/dist-types/commands/ListResourceSharePermissionsCommand.d.ts +4 -0
  100. package/dist-types/commands/ListResourceTypesCommand.d.ts +4 -0
  101. package/dist-types/commands/ListResourcesCommand.d.ts +4 -0
  102. package/dist-types/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +4 -0
  103. package/dist-types/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +4 -0
  104. package/dist-types/commands/RejectResourceShareInvitationCommand.d.ts +4 -0
  105. package/dist-types/commands/ReplacePermissionAssociationsCommand.d.ts +4 -0
  106. package/dist-types/commands/SetDefaultPermissionVersionCommand.d.ts +4 -0
  107. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  108. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  109. package/dist-types/commands/UpdateResourceShareCommand.d.ts +4 -0
  110. package/dist-types/index.d.ts +26 -2
  111. package/dist-types/models/RAMServiceException.d.ts +1 -0
  112. package/dist-types/ts3.4/RAMClient.d.ts +3 -3
  113. package/dist-types/ts3.4/commands/AcceptResourceShareInvitationCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/AssociateResourceShareCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/AssociateResourceSharePermissionCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/CreatePermissionVersionCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/CreateResourceShareCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/DeletePermissionVersionCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/DeleteResourceShareCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/DisassociateResourceShareCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/DisassociateResourceSharePermissionCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/EnableSharingWithAwsOrganizationCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/GetPermissionCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/GetResourceShareAssociationsCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/GetResourceShareInvitationsCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/GetResourceSharesCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/ListPendingInvitationResourcesCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/ListPermissionAssociationsCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/ListPermissionVersionsCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/ListPrincipalsCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/ListResourceSharePermissionsCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/ListResourceTypesCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/RejectResourceShareInvitationCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/ReplacePermissionAssociationsCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/commands/SetDefaultPermissionVersionCommand.d.ts +1 -0
  144. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  145. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  146. package/dist-types/ts3.4/commands/UpdateResourceShareCommand.d.ts +1 -0
  147. package/dist-types/ts3.4/index.d.ts +2 -2
  148. package/dist-types/ts3.4/models/RAMServiceException.d.ts +1 -0
  149. package/package.json +28 -28
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_EnableSharingWithAwsOrganizationCommand, se_EnableSharingWithAwsOrganizationCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class EnableSharingWithAwsOrganizationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetPermissionCommand, se_GetPermissionCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetPermissionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetResourcePoliciesCommand, se_GetResourcePoliciesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetResourcePoliciesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetResourceShareAssociationsCommand, se_GetResourceShareAssociationsCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetResourceShareAssociationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetResourceShareInvitationsCommand, se_GetResourceShareInvitationsCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetResourceShareInvitationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetResourceSharesCommand, se_GetResourceSharesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetResourceSharesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListPendingInvitationResourcesCommand, se_ListPendingInvitationResourcesCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListPendingInvitationResourcesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListPermissionAssociationsCommand, se_ListPermissionAssociationsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListPermissionAssociationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListPermissionVersionsCommand, se_ListPermissionVersionsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListPermissionVersionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListPermissionsCommand, se_ListPermissionsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListPermissionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListPrincipalsCommand, se_ListPrincipalsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListPrincipalsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListReplacePermissionAssociationsWorkCommand, se_ListReplacePermissionAssociationsWorkCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListReplacePermissionAssociationsWorkCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListResourceSharePermissionsCommand, se_ListResourceSharePermissionsCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListResourceSharePermissionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListResourceTypesCommand, se_ListResourceTypesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListResourceTypesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListResourcesCommand, se_ListResourcesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListResourcesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PromotePermissionCreatedFromPolicyCommand, se_PromotePermissionCreatedFromPolicyCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class PromotePermissionCreatedFromPolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PromoteResourceShareCreatedFromPolicyCommand, se_PromoteResourceShareCreatedFromPolicyCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class PromoteResourceShareCreatedFromPolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RejectResourceShareInvitationCommand, se_RejectResourceShareInvitationCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class RejectResourceShareInvitationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ReplacePermissionAssociationsCommand, se_ReplacePermissionAssociationsCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ReplacePermissionAssociationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SetDefaultPermissionVersionCommand, se_SetDefaultPermissionVersionCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class SetDefaultPermissionVersionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateResourceShareCommand, se_UpdateResourceShareCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateResourceShareCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./RAM";
2
1
  export * from "./RAMClient";
2
+ export * from "./RAM";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { RAMServiceException } from "./models/RAMServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class RAMServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -43,6 +43,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
43
43
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
44
44
  import { UpdateResourceShareCommandInput, UpdateResourceShareCommandOutput } from "./commands/UpdateResourceShareCommand";
45
45
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
46
+ export { __Client };
46
47
  /**
47
48
  * @public
48
49
  */
@@ -157,7 +158,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
157
158
  /**
158
159
  * @public
159
160
  */
160
- type RAMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
161
+ export type RAMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
161
162
  /**
162
163
  * @public
163
164
  *
@@ -168,7 +169,7 @@ export interface RAMClientConfig extends RAMClientConfigType {
168
169
  /**
169
170
  * @public
170
171
  */
171
- type RAMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
172
+ export type RAMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
172
173
  /**
173
174
  * @public
174
175
  *
@@ -212,4 +213,3 @@ export declare class RAMClient extends __Client<__HttpHandlerOptions, ServiceInp
212
213
  */
213
214
  destroy(): void;
214
215
  }
215
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AcceptResourceShareInvitationRequest, AcceptResourceShareInvitationResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AssociateResourceShareRequest, AssociateResourceShareResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AssociateResourceSharePermissionRequest, AssociateResourceSharePermissionResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreatePermissionRequest, CreatePermissionResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreatePermissionVersionRequest, CreatePermissionVersionResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateResourceShareRequest, CreateResourceShareResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeletePermissionRequest, DeletePermissionResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeletePermissionVersionRequest, DeletePermissionVersionResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteResourceShareRequest, DeleteResourceShareResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DisassociateResourceShareRequest, DisassociateResourceShareResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DisassociateResourceSharePermissionRequest, DisassociateResourceSharePermissionResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EnableSharingWithAwsOrganizationRequest, EnableSharingWithAwsOrganizationResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetPermissionRequest, GetPermissionResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetResourcePoliciesRequest, GetResourcePoliciesResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetResourceShareAssociationsRequest, GetResourceShareAssociationsResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetResourceShareInvitationsRequest, GetResourceShareInvitationsResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetResourceSharesRequest, GetResourceSharesResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListPendingInvitationResourcesRequest, ListPendingInvitationResourcesResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListPermissionAssociationsRequest, ListPermissionAssociationsResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListPermissionVersionsRequest, ListPermissionVersionsResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListPrincipalsRequest, ListPrincipalsResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListReplacePermissionAssociationsWorkRequest, ListReplacePermissionAssociationsWorkResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListResourceSharePermissionsRequest, ListResourceSharePermissionsResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListResourceTypesRequest, ListResourceTypesResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListResourcesRequest, ListResourcesResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PromotePermissionCreatedFromPolicyRequest, PromotePermissionCreatedFromPolicyResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PromoteResourceShareCreatedFromPolicyRequest, PromoteResourceShareCreatedFromPolicyResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RejectResourceShareInvitationRequest, RejectResourceShareInvitationResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *