@aws-sdk/client-ram 3.1077.0 → 3.1079.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 (113) hide show
  1. package/dist-cjs/index.js +111 -421
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AcceptResourceShareInvitationCommand.js +2 -14
  4. package/dist-es/commands/AssociateResourceShareCommand.js +2 -14
  5. package/dist-es/commands/AssociateResourceSharePermissionCommand.js +2 -14
  6. package/dist-es/commands/CreatePermissionCommand.js +2 -14
  7. package/dist-es/commands/CreatePermissionVersionCommand.js +2 -14
  8. package/dist-es/commands/CreateResourceShareCommand.js +2 -14
  9. package/dist-es/commands/DeletePermissionCommand.js +2 -14
  10. package/dist-es/commands/DeletePermissionVersionCommand.js +2 -14
  11. package/dist-es/commands/DeleteResourceShareCommand.js +2 -14
  12. package/dist-es/commands/DisassociateResourceShareCommand.js +2 -14
  13. package/dist-es/commands/DisassociateResourceSharePermissionCommand.js +2 -14
  14. package/dist-es/commands/EnableSharingWithAwsOrganizationCommand.js +2 -14
  15. package/dist-es/commands/GetPermissionCommand.js +2 -14
  16. package/dist-es/commands/GetResourcePoliciesCommand.js +2 -14
  17. package/dist-es/commands/GetResourceShareAssociationsCommand.js +2 -14
  18. package/dist-es/commands/GetResourceShareInvitationsCommand.js +2 -14
  19. package/dist-es/commands/GetResourceSharesCommand.js +2 -14
  20. package/dist-es/commands/ListPendingInvitationResourcesCommand.js +2 -14
  21. package/dist-es/commands/ListPermissionAssociationsCommand.js +2 -14
  22. package/dist-es/commands/ListPermissionVersionsCommand.js +2 -14
  23. package/dist-es/commands/ListPermissionsCommand.js +2 -14
  24. package/dist-es/commands/ListPrincipalsCommand.js +2 -14
  25. package/dist-es/commands/ListReplacePermissionAssociationsWorkCommand.js +2 -14
  26. package/dist-es/commands/ListResourceSharePermissionsCommand.js +2 -14
  27. package/dist-es/commands/ListResourceTypesCommand.js +2 -14
  28. package/dist-es/commands/ListResourcesCommand.js +2 -14
  29. package/dist-es/commands/ListSourceAssociationsCommand.js +2 -14
  30. package/dist-es/commands/PromotePermissionCreatedFromPolicyCommand.js +2 -14
  31. package/dist-es/commands/PromoteResourceShareCreatedFromPolicyCommand.js +2 -14
  32. package/dist-es/commands/RejectResourceShareInvitationCommand.js +2 -14
  33. package/dist-es/commands/ReplacePermissionAssociationsCommand.js +2 -14
  34. package/dist-es/commands/SetDefaultPermissionVersionCommand.js +2 -14
  35. package/dist-es/commands/TagResourceCommand.js +2 -14
  36. package/dist-es/commands/UntagResourceCommand.js +2 -14
  37. package/dist-es/commands/UpdateResourceShareCommand.js +2 -14
  38. package/dist-es/index.js +1 -0
  39. package/dist-types/commandBuilder.d.ts +18 -0
  40. package/dist-types/commands/AcceptResourceShareInvitationCommand.d.ts +3 -8
  41. package/dist-types/commands/AssociateResourceShareCommand.d.ts +3 -8
  42. package/dist-types/commands/AssociateResourceSharePermissionCommand.d.ts +3 -8
  43. package/dist-types/commands/CreatePermissionCommand.d.ts +3 -8
  44. package/dist-types/commands/CreatePermissionVersionCommand.d.ts +3 -8
  45. package/dist-types/commands/CreateResourceShareCommand.d.ts +3 -8
  46. package/dist-types/commands/DeletePermissionCommand.d.ts +3 -8
  47. package/dist-types/commands/DeletePermissionVersionCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteResourceShareCommand.d.ts +3 -8
  49. package/dist-types/commands/DisassociateResourceShareCommand.d.ts +3 -8
  50. package/dist-types/commands/DisassociateResourceSharePermissionCommand.d.ts +3 -8
  51. package/dist-types/commands/EnableSharingWithAwsOrganizationCommand.d.ts +3 -8
  52. package/dist-types/commands/GetPermissionCommand.d.ts +3 -8
  53. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +3 -8
  54. package/dist-types/commands/GetResourceShareAssociationsCommand.d.ts +3 -8
  55. package/dist-types/commands/GetResourceShareInvitationsCommand.d.ts +3 -8
  56. package/dist-types/commands/GetResourceSharesCommand.d.ts +3 -8
  57. package/dist-types/commands/ListPendingInvitationResourcesCommand.d.ts +3 -8
  58. package/dist-types/commands/ListPermissionAssociationsCommand.d.ts +3 -8
  59. package/dist-types/commands/ListPermissionVersionsCommand.d.ts +3 -8
  60. package/dist-types/commands/ListPermissionsCommand.d.ts +3 -8
  61. package/dist-types/commands/ListPrincipalsCommand.d.ts +3 -8
  62. package/dist-types/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +3 -8
  63. package/dist-types/commands/ListResourceSharePermissionsCommand.d.ts +3 -8
  64. package/dist-types/commands/ListResourceTypesCommand.d.ts +3 -8
  65. package/dist-types/commands/ListResourcesCommand.d.ts +3 -8
  66. package/dist-types/commands/ListSourceAssociationsCommand.d.ts +3 -8
  67. package/dist-types/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +3 -8
  68. package/dist-types/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +3 -8
  69. package/dist-types/commands/RejectResourceShareInvitationCommand.d.ts +3 -8
  70. package/dist-types/commands/ReplacePermissionAssociationsCommand.d.ts +3 -8
  71. package/dist-types/commands/SetDefaultPermissionVersionCommand.d.ts +3 -8
  72. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  73. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  74. package/dist-types/commands/UpdateResourceShareCommand.d.ts +3 -8
  75. package/dist-types/index.d.ts +1 -0
  76. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  77. package/dist-types/ts3.4/commands/AcceptResourceShareInvitationCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/AssociateResourceShareCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/AssociateResourceSharePermissionCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/CreatePermissionVersionCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/CreateResourceShareCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DeletePermissionVersionCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DeleteResourceShareCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DisassociateResourceShareCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DisassociateResourceSharePermissionCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/EnableSharingWithAwsOrganizationCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/GetPermissionCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/GetResourceShareAssociationsCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/GetResourceShareInvitationsCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/GetResourceSharesCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListPendingInvitationResourcesCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/ListPermissionAssociationsCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/ListPermissionVersionsCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/ListPrincipalsCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/ListResourceSharePermissionsCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/ListResourceTypesCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/ListSourceAssociationsCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/RejectResourceShareInvitationCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ReplacePermissionAssociationsCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/SetDefaultPermissionVersionCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/UpdateResourceShareCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/index.d.ts +1 -0
  113. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { AcceptResourceShareInvitationRequest, AcceptResourceShareInvitationResponse } from "../models/models_0";
4
- import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AcceptResourceShareInvitationCommandInput extends AcceptResourc
22
19
  export interface AcceptResourceShareInvitationCommandOutput extends AcceptResourceShareInvitationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AcceptResourceShareInvitationCommand_base: {
25
- new (input: AcceptResourceShareInvitationCommandInput): import("@smithy/core/client").CommandImpl<AcceptResourceShareInvitationCommandInput, AcceptResourceShareInvitationCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AcceptResourceShareInvitationCommandInput): import("@smithy/core/client").CommandImpl<AcceptResourceShareInvitationCommandInput, AcceptResourceShareInvitationCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AcceptResourceShareInvitationCommandInput): import("@smithy/core/client").CommandImpl<AcceptResourceShareInvitationCommandInput, AcceptResourceShareInvitationCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AcceptResourceShareInvitationCommandInput): import("@smithy/core/client").CommandImpl<AcceptResourceShareInvitationCommandInput, AcceptResourceShareInvitationCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Accepts an invitation to a resource share from another Amazon Web Services account. After you accept the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { AssociateResourceShareRequest, AssociateResourceShareResponse } from "../models/models_0";
4
- import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateResourceShareCommandInput extends AssociateResourceSha
22
19
  export interface AssociateResourceShareCommandOutput extends AssociateResourceShareResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateResourceShareCommand_base: {
25
- new (input: AssociateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<AssociateResourceShareCommandInput, AssociateResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<AssociateResourceShareCommandInput, AssociateResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<AssociateResourceShareCommandInput, AssociateResourceShareCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<AssociateResourceShareCommandInput, AssociateResourceShareCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds the specified list of principals, resources, and source constraints to a resource share. Principals that
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { AssociateResourceSharePermissionRequest, AssociateResourceSharePermissionResponse } from "../models/models_0";
4
- import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateResourceSharePermissionCommandInput extends AssociateR
22
19
  export interface AssociateResourceSharePermissionCommandOutput extends AssociateResourceSharePermissionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateResourceSharePermissionCommand_base: {
25
- new (input: AssociateResourceSharePermissionCommandInput): import("@smithy/core/client").CommandImpl<AssociateResourceSharePermissionCommandInput, AssociateResourceSharePermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateResourceSharePermissionCommandInput): import("@smithy/core/client").CommandImpl<AssociateResourceSharePermissionCommandInput, AssociateResourceSharePermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateResourceSharePermissionCommandInput): import("@smithy/core/client").CommandImpl<AssociateResourceSharePermissionCommandInput, AssociateResourceSharePermissionCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateResourceSharePermissionCommandInput): import("@smithy/core/client").CommandImpl<AssociateResourceSharePermissionCommandInput, AssociateResourceSharePermissionCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds or replaces the RAM permission for a resource type included in a resource share. You can
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreatePermissionRequest, CreatePermissionResponse } from "../models/models_0";
4
- import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreatePermissionCommandInput extends CreatePermissionRequest {
22
19
  export interface CreatePermissionCommandOutput extends CreatePermissionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreatePermissionCommand_base: {
25
- new (input: CreatePermissionCommandInput): import("@smithy/core/client").CommandImpl<CreatePermissionCommandInput, CreatePermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreatePermissionCommandInput): import("@smithy/core/client").CommandImpl<CreatePermissionCommandInput, CreatePermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreatePermissionCommandInput): import("@smithy/core/client").CommandImpl<CreatePermissionCommandInput, CreatePermissionCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreatePermissionCommandInput): import("@smithy/core/client").CommandImpl<CreatePermissionCommandInput, CreatePermissionCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a customer managed permission for a specified resource type that you can attach to resource shares.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreatePermissionVersionRequest, CreatePermissionVersionResponse } from "../models/models_0";
4
- import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreatePermissionVersionCommandInput extends CreatePermissionVer
22
19
  export interface CreatePermissionVersionCommandOutput extends CreatePermissionVersionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreatePermissionVersionCommand_base: {
25
- new (input: CreatePermissionVersionCommandInput): import("@smithy/core/client").CommandImpl<CreatePermissionVersionCommandInput, CreatePermissionVersionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreatePermissionVersionCommandInput): import("@smithy/core/client").CommandImpl<CreatePermissionVersionCommandInput, CreatePermissionVersionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreatePermissionVersionCommandInput): import("@smithy/core/client").CommandImpl<CreatePermissionVersionCommandInput, CreatePermissionVersionCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreatePermissionVersionCommandInput): import("@smithy/core/client").CommandImpl<CreatePermissionVersionCommandInput, CreatePermissionVersionCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new version of the specified customer managed permission. The new version is automatically set as
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateResourceShareRequest, CreateResourceShareResponse } from "../models/models_0";
4
- import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateResourceShareCommandInput extends CreateResourceShareRequ
22
19
  export interface CreateResourceShareCommandOutput extends CreateResourceShareResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateResourceShareCommand_base: {
25
- new (input: CreateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceShareCommandInput, CreateResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceShareCommandInput, CreateResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceShareCommandInput, CreateResourceShareCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceShareCommandInput, CreateResourceShareCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a resource share. You can provide a list of the <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> for the resources that you
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeletePermissionRequest, DeletePermissionResponse } from "../models/models_0";
4
- import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeletePermissionCommandInput extends DeletePermissionRequest {
22
19
  export interface DeletePermissionCommandOutput extends DeletePermissionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeletePermissionCommand_base: {
25
- new (input: DeletePermissionCommandInput): import("@smithy/core/client").CommandImpl<DeletePermissionCommandInput, DeletePermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeletePermissionCommandInput): import("@smithy/core/client").CommandImpl<DeletePermissionCommandInput, DeletePermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeletePermissionCommandInput): import("@smithy/core/client").CommandImpl<DeletePermissionCommandInput, DeletePermissionCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeletePermissionCommandInput): import("@smithy/core/client").CommandImpl<DeletePermissionCommandInput, DeletePermissionCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified customer managed permission in the Amazon Web Services Region in which you call this operation. You
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeletePermissionVersionRequest, DeletePermissionVersionResponse } from "../models/models_0";
4
- import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeletePermissionVersionCommandInput extends DeletePermissionVer
22
19
  export interface DeletePermissionVersionCommandOutput extends DeletePermissionVersionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeletePermissionVersionCommand_base: {
25
- new (input: DeletePermissionVersionCommandInput): import("@smithy/core/client").CommandImpl<DeletePermissionVersionCommandInput, DeletePermissionVersionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeletePermissionVersionCommandInput): import("@smithy/core/client").CommandImpl<DeletePermissionVersionCommandInput, DeletePermissionVersionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeletePermissionVersionCommandInput): import("@smithy/core/client").CommandImpl<DeletePermissionVersionCommandInput, DeletePermissionVersionCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeletePermissionVersionCommandInput): import("@smithy/core/client").CommandImpl<DeletePermissionVersionCommandInput, DeletePermissionVersionCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes one version of a customer managed permission. The version you specify must not be attached to any
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteResourceShareRequest, DeleteResourceShareResponse } from "../models/models_0";
4
- import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteResourceShareCommandInput extends DeleteResourceShareRequ
22
19
  export interface DeleteResourceShareCommandOutput extends DeleteResourceShareResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteResourceShareCommand_base: {
25
- new (input: DeleteResourceShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourceShareCommandInput, DeleteResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteResourceShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourceShareCommandInput, DeleteResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteResourceShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourceShareCommandInput, DeleteResourceShareCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteResourceShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourceShareCommandInput, DeleteResourceShareCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified resource share.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DisassociateResourceShareRequest, DisassociateResourceShareResponse } from "../models/models_0";
4
- import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisassociateResourceShareCommandInput extends DisassociateResou
22
19
  export interface DisassociateResourceShareCommandOutput extends DisassociateResourceShareResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateResourceShareCommand_base: {
25
- new (input: DisassociateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<DisassociateResourceShareCommandInput, DisassociateResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<DisassociateResourceShareCommandInput, DisassociateResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisassociateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<DisassociateResourceShareCommandInput, DisassociateResourceShareCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<DisassociateResourceShareCommandInput, DisassociateResourceShareCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes the specified principals, resources, or source constraints from participating in the specified
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DisassociateResourceSharePermissionRequest, DisassociateResourceSharePermissionResponse } from "../models/models_0";
4
- import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisassociateResourceSharePermissionCommandInput extends Disasso
22
19
  export interface DisassociateResourceSharePermissionCommandOutput extends DisassociateResourceSharePermissionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateResourceSharePermissionCommand_base: {
25
- new (input: DisassociateResourceSharePermissionCommandInput): import("@smithy/core/client").CommandImpl<DisassociateResourceSharePermissionCommandInput, DisassociateResourceSharePermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateResourceSharePermissionCommandInput): import("@smithy/core/client").CommandImpl<DisassociateResourceSharePermissionCommandInput, DisassociateResourceSharePermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisassociateResourceSharePermissionCommandInput): import("@smithy/core/client").CommandImpl<DisassociateResourceSharePermissionCommandInput, DisassociateResourceSharePermissionCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateResourceSharePermissionCommandInput): import("@smithy/core/client").CommandImpl<DisassociateResourceSharePermissionCommandInput, DisassociateResourceSharePermissionCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes a managed permission from a resource share. Permission changes take effect immediately. You can
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { EnableSharingWithAwsOrganizationRequest, EnableSharingWithAwsOrganizationResponse } from "../models/models_0";
4
- import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface EnableSharingWithAwsOrganizationCommandInput extends EnableShar
22
19
  export interface EnableSharingWithAwsOrganizationCommandOutput extends EnableSharingWithAwsOrganizationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const EnableSharingWithAwsOrganizationCommand_base: {
25
- new (input: EnableSharingWithAwsOrganizationCommandInput): import("@smithy/core/client").CommandImpl<EnableSharingWithAwsOrganizationCommandInput, EnableSharingWithAwsOrganizationCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [EnableSharingWithAwsOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<EnableSharingWithAwsOrganizationCommandInput, EnableSharingWithAwsOrganizationCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: EnableSharingWithAwsOrganizationCommandInput): import("@smithy/core/client").CommandImpl<EnableSharingWithAwsOrganizationCommandInput, EnableSharingWithAwsOrganizationCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [EnableSharingWithAwsOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<EnableSharingWithAwsOrganizationCommandInput, EnableSharingWithAwsOrganizationCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Enables resource sharing within your organization in Organizations. This operation creates
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetPermissionRequest, GetPermissionResponse } from "../models/models_0";
4
- import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetPermissionCommandInput extends GetPermissionRequest {
22
19
  export interface GetPermissionCommandOutput extends GetPermissionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetPermissionCommand_base: {
25
- new (input: GetPermissionCommandInput): import("@smithy/core/client").CommandImpl<GetPermissionCommandInput, GetPermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPermissionCommandInput): import("@smithy/core/client").CommandImpl<GetPermissionCommandInput, GetPermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetPermissionCommandInput): import("@smithy/core/client").CommandImpl<GetPermissionCommandInput, GetPermissionCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetPermissionCommandInput): import("@smithy/core/client").CommandImpl<GetPermissionCommandInput, GetPermissionCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the contents of a managed permission in JSON format.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetResourcePoliciesRequest, GetResourcePoliciesResponse } from "../models/models_0";
4
- import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetResourcePoliciesCommandInput extends GetResourcePoliciesRequ
22
19
  export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetResourcePoliciesCommand_base: {
25
- new (input: GetResourcePoliciesCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetResourcePoliciesCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetResourcePoliciesCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetResourcePoliciesCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the resource policies for the specified resources that you own and have
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetResourceShareAssociationsRequest, GetResourceShareAssociationsResponse } from "../models/models_0";
4
- import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetResourceShareAssociationsCommandInput extends GetResourceSha
22
19
  export interface GetResourceShareAssociationsCommandOutput extends GetResourceShareAssociationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetResourceShareAssociationsCommand_base: {
25
- new (input: GetResourceShareAssociationsCommandInput): import("@smithy/core/client").CommandImpl<GetResourceShareAssociationsCommandInput, GetResourceShareAssociationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetResourceShareAssociationsCommandInput): import("@smithy/core/client").CommandImpl<GetResourceShareAssociationsCommandInput, GetResourceShareAssociationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetResourceShareAssociationsCommandInput): import("@smithy/core/client").CommandImpl<GetResourceShareAssociationsCommandInput, GetResourceShareAssociationsCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetResourceShareAssociationsCommandInput): import("@smithy/core/client").CommandImpl<GetResourceShareAssociationsCommandInput, GetResourceShareAssociationsCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the lists of resources and principals that associated for resource shares that you
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetResourceShareInvitationsRequest, GetResourceShareInvitationsResponse } from "../models/models_0";
4
- import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetResourceShareInvitationsCommandInput extends GetResourceShar
22
19
  export interface GetResourceShareInvitationsCommandOutput extends GetResourceShareInvitationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetResourceShareInvitationsCommand_base: {
25
- new (input: GetResourceShareInvitationsCommandInput): import("@smithy/core/client").CommandImpl<GetResourceShareInvitationsCommandInput, GetResourceShareInvitationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetResourceShareInvitationsCommandInput]): import("@smithy/core/client").CommandImpl<GetResourceShareInvitationsCommandInput, GetResourceShareInvitationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetResourceShareInvitationsCommandInput): import("@smithy/core/client").CommandImpl<GetResourceShareInvitationsCommandInput, GetResourceShareInvitationsCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetResourceShareInvitationsCommandInput]): import("@smithy/core/client").CommandImpl<GetResourceShareInvitationsCommandInput, GetResourceShareInvitationsCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves details about invitations that you have received for resource shares.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetResourceSharesRequest, GetResourceSharesResponse } from "../models/models_0";
4
- import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetResourceSharesCommandInput extends GetResourceSharesRequest
22
19
  export interface GetResourceSharesCommandOutput extends GetResourceSharesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetResourceSharesCommand_base: {
25
- new (input: GetResourceSharesCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSharesCommandInput, GetResourceSharesCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetResourceSharesCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSharesCommandInput, GetResourceSharesCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetResourceSharesCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSharesCommandInput, GetResourceSharesCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetResourceSharesCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSharesCommandInput, GetResourceSharesCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves details about the resource shares that you own or that are shared with you.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListPendingInvitationResourcesRequest, ListPendingInvitationResourcesResponse } from "../models/models_0";
4
- import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListPendingInvitationResourcesCommandInput extends ListPendingI
22
19
  export interface ListPendingInvitationResourcesCommandOutput extends ListPendingInvitationResourcesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListPendingInvitationResourcesCommand_base: {
25
- new (input: ListPendingInvitationResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListPendingInvitationResourcesCommandInput, ListPendingInvitationResourcesCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPendingInvitationResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListPendingInvitationResourcesCommandInput, ListPendingInvitationResourcesCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPendingInvitationResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListPendingInvitationResourcesCommandInput, ListPendingInvitationResourcesCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListPendingInvitationResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListPendingInvitationResourcesCommandInput, ListPendingInvitationResourcesCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the resources in a resource share that is shared with you but for which the invitation is
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListPermissionAssociationsRequest, ListPermissionAssociationsResponse } from "../models/models_0";
4
- import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListPermissionAssociationsCommandInput extends ListPermissionAs
22
19
  export interface ListPermissionAssociationsCommandOutput extends ListPermissionAssociationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListPermissionAssociationsCommand_base: {
25
- new (input: ListPermissionAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionAssociationsCommandInput, ListPermissionAssociationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPermissionAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<ListPermissionAssociationsCommandInput, ListPermissionAssociationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPermissionAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionAssociationsCommandInput, ListPermissionAssociationsCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListPermissionAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<ListPermissionAssociationsCommandInput, ListPermissionAssociationsCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists information about the managed permission and its associations to any resource shares that use
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListPermissionVersionsRequest, ListPermissionVersionsResponse } from "../models/models_0";
4
- import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListPermissionVersionsCommandInput extends ListPermissionVersio
22
19
  export interface ListPermissionVersionsCommandOutput extends ListPermissionVersionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListPermissionVersionsCommand_base: {
25
- new (input: ListPermissionVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionVersionsCommandInput, ListPermissionVersionsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPermissionVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionVersionsCommandInput, ListPermissionVersionsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPermissionVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionVersionsCommandInput, ListPermissionVersionsCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListPermissionVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionVersionsCommandInput, ListPermissionVersionsCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the available versions of the specified RAM permission.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0";
4
- import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListPermissionsCommandInput extends ListPermissionsRequest {
22
19
  export interface ListPermissionsCommandOutput extends ListPermissionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListPermissionsCommand_base: {
25
- new (input: ListPermissionsCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionsCommandInput, ListPermissionsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPermissionsCommandInput]): import("@smithy/core/client").CommandImpl<ListPermissionsCommandInput, ListPermissionsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPermissionsCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionsCommandInput, ListPermissionsCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListPermissionsCommandInput]): import("@smithy/core/client").CommandImpl<ListPermissionsCommandInput, ListPermissionsCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a list of available RAM permissions that you can use for the supported