@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 { ListPrincipalsRequest, ListPrincipalsResponse } 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 ListPrincipalsCommandInput extends ListPrincipalsRequest {
22
19
  export interface ListPrincipalsCommandOutput extends ListPrincipalsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListPrincipalsCommand_base: {
25
- new (input: ListPrincipalsCommandInput): import("@smithy/core/client").CommandImpl<ListPrincipalsCommandInput, ListPrincipalsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPrincipalsCommandInput): import("@smithy/core/client").CommandImpl<ListPrincipalsCommandInput, ListPrincipalsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPrincipalsCommandInput): import("@smithy/core/client").CommandImpl<ListPrincipalsCommandInput, ListPrincipalsCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListPrincipalsCommandInput): import("@smithy/core/client").CommandImpl<ListPrincipalsCommandInput, ListPrincipalsCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the principals that you are sharing resources with or that are sharing resources
@@ -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 { ListReplacePermissionAssociationsWorkRequest, ListReplacePermissionAssociationsWorkResponse } 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 ListReplacePermissionAssociationsWorkCommandInput extends ListR
22
19
  export interface ListReplacePermissionAssociationsWorkCommandOutput extends ListReplacePermissionAssociationsWorkResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListReplacePermissionAssociationsWorkCommand_base: {
25
- new (input: ListReplacePermissionAssociationsWorkCommandInput): import("@smithy/core/client").CommandImpl<ListReplacePermissionAssociationsWorkCommandInput, ListReplacePermissionAssociationsWorkCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListReplacePermissionAssociationsWorkCommandInput]): import("@smithy/core/client").CommandImpl<ListReplacePermissionAssociationsWorkCommandInput, ListReplacePermissionAssociationsWorkCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListReplacePermissionAssociationsWorkCommandInput): import("@smithy/core/client").CommandImpl<ListReplacePermissionAssociationsWorkCommandInput, ListReplacePermissionAssociationsWorkCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListReplacePermissionAssociationsWorkCommandInput]): import("@smithy/core/client").CommandImpl<ListReplacePermissionAssociationsWorkCommandInput, ListReplacePermissionAssociationsWorkCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the current status of the asynchronous tasks performed by RAM when 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 { ListResourceSharePermissionsRequest, ListResourceSharePermissionsResponse } 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 ListResourceSharePermissionsCommandInput extends ListResourceSh
22
19
  export interface ListResourceSharePermissionsCommandOutput extends ListResourceSharePermissionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListResourceSharePermissionsCommand_base: {
25
- new (input: ListResourceSharePermissionsCommandInput): import("@smithy/core/client").CommandImpl<ListResourceSharePermissionsCommandInput, ListResourceSharePermissionsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListResourceSharePermissionsCommandInput): import("@smithy/core/client").CommandImpl<ListResourceSharePermissionsCommandInput, ListResourceSharePermissionsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListResourceSharePermissionsCommandInput): import("@smithy/core/client").CommandImpl<ListResourceSharePermissionsCommandInput, ListResourceSharePermissionsCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListResourceSharePermissionsCommandInput): import("@smithy/core/client").CommandImpl<ListResourceSharePermissionsCommandInput, ListResourceSharePermissionsCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the RAM permissions that are associated with a 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 { ListResourceTypesRequest, ListResourceTypesResponse } 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 ListResourceTypesCommandInput extends ListResourceTypesRequest
22
19
  export interface ListResourceTypesCommandOutput extends ListResourceTypesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListResourceTypesCommand_base: {
25
- new (input: ListResourceTypesCommandInput): import("@smithy/core/client").CommandImpl<ListResourceTypesCommandInput, ListResourceTypesCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListResourceTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListResourceTypesCommandInput, ListResourceTypesCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListResourceTypesCommandInput): import("@smithy/core/client").CommandImpl<ListResourceTypesCommandInput, ListResourceTypesCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListResourceTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListResourceTypesCommandInput, ListResourceTypesCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the resource types that can be shared by RAM.</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 { ListResourcesRequest, ListResourcesResponse } 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 ListResourcesCommandInput extends ListResourcesRequest {
22
19
  export interface ListResourcesCommandOutput extends ListResourcesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListResourcesCommand_base: {
25
- new (input: ListResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesCommandInput, ListResourcesCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesCommandInput, ListResourcesCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesCommandInput, ListResourcesCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesCommandInput, ListResourcesCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the resources that you added to a resource share or the resources that are shared with
@@ -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 { ListSourceAssociationsRequest, ListSourceAssociationsResponse } 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 ListSourceAssociationsCommandInput extends ListSourceAssociatio
22
19
  export interface ListSourceAssociationsCommandOutput extends ListSourceAssociationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListSourceAssociationsCommand_base: {
25
- new (input: ListSourceAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListSourceAssociationsCommandInput, ListSourceAssociationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSourceAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<ListSourceAssociationsCommandInput, ListSourceAssociationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSourceAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListSourceAssociationsCommandInput, ListSourceAssociationsCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListSourceAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<ListSourceAssociationsCommandInput, ListSourceAssociationsCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists source associations for resource shares. Source associations control which sources can be used with service principals in resource shares. This operation provides visibility into source associations for resource share owners.</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 { PromotePermissionCreatedFromPolicyRequest, PromotePermissionCreatedFromPolicyResponse } 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 PromotePermissionCreatedFromPolicyCommandInput extends PromoteP
22
19
  export interface PromotePermissionCreatedFromPolicyCommandOutput extends PromotePermissionCreatedFromPolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PromotePermissionCreatedFromPolicyCommand_base: {
25
- new (input: PromotePermissionCreatedFromPolicyCommandInput): import("@smithy/core/client").CommandImpl<PromotePermissionCreatedFromPolicyCommandInput, PromotePermissionCreatedFromPolicyCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PromotePermissionCreatedFromPolicyCommandInput): import("@smithy/core/client").CommandImpl<PromotePermissionCreatedFromPolicyCommandInput, PromotePermissionCreatedFromPolicyCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PromotePermissionCreatedFromPolicyCommandInput): import("@smithy/core/client").CommandImpl<PromotePermissionCreatedFromPolicyCommandInput, PromotePermissionCreatedFromPolicyCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PromotePermissionCreatedFromPolicyCommandInput): import("@smithy/core/client").CommandImpl<PromotePermissionCreatedFromPolicyCommandInput, PromotePermissionCreatedFromPolicyCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>When you attach a resource-based policy to a resource, RAM automatically 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 { PromoteResourceShareCreatedFromPolicyRequest, PromoteResourceShareCreatedFromPolicyResponse } 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 PromoteResourceShareCreatedFromPolicyCommandInput extends Promo
22
19
  export interface PromoteResourceShareCreatedFromPolicyCommandOutput extends PromoteResourceShareCreatedFromPolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PromoteResourceShareCreatedFromPolicyCommand_base: {
25
- new (input: PromoteResourceShareCreatedFromPolicyCommandInput): import("@smithy/core/client").CommandImpl<PromoteResourceShareCreatedFromPolicyCommandInput, PromoteResourceShareCreatedFromPolicyCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PromoteResourceShareCreatedFromPolicyCommandInput): import("@smithy/core/client").CommandImpl<PromoteResourceShareCreatedFromPolicyCommandInput, PromoteResourceShareCreatedFromPolicyCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PromoteResourceShareCreatedFromPolicyCommandInput): import("@smithy/core/client").CommandImpl<PromoteResourceShareCreatedFromPolicyCommandInput, PromoteResourceShareCreatedFromPolicyCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PromoteResourceShareCreatedFromPolicyCommandInput): import("@smithy/core/client").CommandImpl<PromoteResourceShareCreatedFromPolicyCommandInput, PromoteResourceShareCreatedFromPolicyCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>When you attach a resource-based policy to a resource, RAM automatically 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 { RejectResourceShareInvitationRequest, RejectResourceShareInvitationResponse } 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 RejectResourceShareInvitationCommandInput extends RejectResourc
22
19
  export interface RejectResourceShareInvitationCommandOutput extends RejectResourceShareInvitationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RejectResourceShareInvitationCommand_base: {
25
- new (input: RejectResourceShareInvitationCommandInput): import("@smithy/core/client").CommandImpl<RejectResourceShareInvitationCommandInput, RejectResourceShareInvitationCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RejectResourceShareInvitationCommandInput): import("@smithy/core/client").CommandImpl<RejectResourceShareInvitationCommandInput, RejectResourceShareInvitationCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RejectResourceShareInvitationCommandInput): import("@smithy/core/client").CommandImpl<RejectResourceShareInvitationCommandInput, RejectResourceShareInvitationCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RejectResourceShareInvitationCommandInput): import("@smithy/core/client").CommandImpl<RejectResourceShareInvitationCommandInput, RejectResourceShareInvitationCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Rejects an invitation to a resource share from another Amazon Web Services account.</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 { ReplacePermissionAssociationsRequest, ReplacePermissionAssociationsResponse } 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 ReplacePermissionAssociationsCommandInput extends ReplacePermis
22
19
  export interface ReplacePermissionAssociationsCommandOutput extends ReplacePermissionAssociationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ReplacePermissionAssociationsCommand_base: {
25
- new (input: ReplacePermissionAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ReplacePermissionAssociationsCommandInput, ReplacePermissionAssociationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ReplacePermissionAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ReplacePermissionAssociationsCommandInput, ReplacePermissionAssociationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ReplacePermissionAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ReplacePermissionAssociationsCommandInput, ReplacePermissionAssociationsCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ReplacePermissionAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ReplacePermissionAssociationsCommandInput, ReplacePermissionAssociationsCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates all resource shares that use a managed permission to a different managed
@@ -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 { SetDefaultPermissionVersionRequest, SetDefaultPermissionVersionResponse } 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 SetDefaultPermissionVersionCommandInput extends SetDefaultPermi
22
19
  export interface SetDefaultPermissionVersionCommandOutput extends SetDefaultPermissionVersionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const SetDefaultPermissionVersionCommand_base: {
25
- new (input: SetDefaultPermissionVersionCommandInput): import("@smithy/core/client").CommandImpl<SetDefaultPermissionVersionCommandInput, SetDefaultPermissionVersionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SetDefaultPermissionVersionCommandInput): import("@smithy/core/client").CommandImpl<SetDefaultPermissionVersionCommandInput, SetDefaultPermissionVersionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SetDefaultPermissionVersionCommandInput): import("@smithy/core/client").CommandImpl<SetDefaultPermissionVersionCommandInput, SetDefaultPermissionVersionCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SetDefaultPermissionVersionCommandInput): import("@smithy/core/client").CommandImpl<SetDefaultPermissionVersionCommandInput, SetDefaultPermissionVersionCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Designates the specified version number as the default version for 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 { TagResourceRequest, TagResourceResponse } 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 TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds the specified tag keys and values to a resource share or managed permission. If you choose a resource share, 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 { UntagResourceRequest, UntagResourceResponse } 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 UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes the specified tag key and value pairs from the specified resource share or managed 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 { UpdateResourceShareRequest, UpdateResourceShareResponse } 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 UpdateResourceShareCommandInput extends UpdateResourceShareRequ
22
19
  export interface UpdateResourceShareCommandOutput extends UpdateResourceShareResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateResourceShareCommand_base: {
25
- new (input: UpdateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<UpdateResourceShareCommandInput, UpdateResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<UpdateResourceShareCommandInput, UpdateResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<UpdateResourceShareCommandInput, UpdateResourceShareCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<UpdateResourceShareCommandInput, UpdateResourceShareCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies some of the properties of the specified resource share.</p>
@@ -28,6 +28,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
28
28
  export type { RuntimeExtension } from "./runtimeExtensions";
29
29
  export type { RAMExtensionConfiguration } from "./extensionConfiguration";
30
30
  export * from "./commands";
31
+ export { Command as $Command } from "@smithy/core/client";
31
32
  export * from "./schemas/schemas_0";
32
33
  export * from "./pagination";
33
34
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ RAMClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./RAMClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ RAMClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ RAMClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  AcceptResourceShareInvitationRequest,
5
4
  AcceptResourceShareInvitationResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- RAMClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../RAMClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AcceptResourceShareInvitationCommandInput
15
8
  extends AcceptResourceShareInvitationRequest {}
16
9
  export interface AcceptResourceShareInvitationCommandOutput
@@ -22,22 +15,20 @@ declare const AcceptResourceShareInvitationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AcceptResourceShareInvitationCommandInput,
24
17
  AcceptResourceShareInvitationCommandOutput,
25
- RAMClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").RAMClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AcceptResourceShareInvitationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AcceptResourceShareInvitationCommandInput,
33
26
  AcceptResourceShareInvitationCommandOutput,
34
- RAMClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").RAMClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AcceptResourceShareInvitationCommand extends AcceptResourceShareInvitationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  AssociateResourceShareRequest,
5
4
  AssociateResourceShareResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- RAMClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../RAMClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateResourceShareCommandInput
15
8
  extends AssociateResourceShareRequest {}
16
9
  export interface AssociateResourceShareCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateResourceShareCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateResourceShareCommandInput,
24
17
  AssociateResourceShareCommandOutput,
25
- RAMClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").RAMClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateResourceShareCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateResourceShareCommandInput,
33
26
  AssociateResourceShareCommandOutput,
34
- RAMClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").RAMClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AssociateResourceShareCommand extends AssociateResourceShareCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  AssociateResourceSharePermissionRequest,
5
4
  AssociateResourceSharePermissionResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- RAMClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../RAMClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateResourceSharePermissionCommandInput
15
8
  extends AssociateResourceSharePermissionRequest {}
16
9
  export interface AssociateResourceSharePermissionCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateResourceSharePermissionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateResourceSharePermissionCommandInput,
24
17
  AssociateResourceSharePermissionCommandOutput,
25
- RAMClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").RAMClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateResourceSharePermissionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateResourceSharePermissionCommandInput,
33
26
  AssociateResourceSharePermissionCommandOutput,
34
- RAMClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").RAMClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AssociateResourceSharePermissionCommand extends AssociateResourceSharePermissionCommand_base {
43
34
  protected static __types: {