@aws-sdk/client-ram 3.296.0 → 3.298.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 (95) hide show
  1. package/dist-cjs/commands/AcceptResourceShareInvitationCommand.js +2 -3
  2. package/dist-cjs/commands/AssociateResourceShareCommand.js +2 -3
  3. package/dist-cjs/commands/AssociateResourceSharePermissionCommand.js +2 -3
  4. package/dist-cjs/commands/CreateResourceShareCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteResourceShareCommand.js +2 -3
  6. package/dist-cjs/commands/DisassociateResourceShareCommand.js +2 -3
  7. package/dist-cjs/commands/DisassociateResourceSharePermissionCommand.js +2 -3
  8. package/dist-cjs/commands/EnableSharingWithAwsOrganizationCommand.js +2 -3
  9. package/dist-cjs/commands/GetPermissionCommand.js +2 -3
  10. package/dist-cjs/commands/GetResourcePoliciesCommand.js +2 -3
  11. package/dist-cjs/commands/GetResourceShareAssociationsCommand.js +2 -3
  12. package/dist-cjs/commands/GetResourceShareInvitationsCommand.js +2 -3
  13. package/dist-cjs/commands/GetResourceSharesCommand.js +2 -3
  14. package/dist-cjs/commands/ListPendingInvitationResourcesCommand.js +2 -3
  15. package/dist-cjs/commands/ListPermissionVersionsCommand.js +2 -3
  16. package/dist-cjs/commands/ListPermissionsCommand.js +2 -3
  17. package/dist-cjs/commands/ListPrincipalsCommand.js +2 -3
  18. package/dist-cjs/commands/ListResourceSharePermissionsCommand.js +2 -3
  19. package/dist-cjs/commands/ListResourceTypesCommand.js +2 -3
  20. package/dist-cjs/commands/ListResourcesCommand.js +2 -3
  21. package/dist-cjs/commands/PromoteResourceShareCreatedFromPolicyCommand.js +2 -3
  22. package/dist-cjs/commands/RejectResourceShareInvitationCommand.js +2 -3
  23. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  24. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateResourceShareCommand.js +2 -3
  26. package/dist-cjs/models/models_0.js +1 -242
  27. package/dist-es/commands/AcceptResourceShareInvitationCommand.js +2 -3
  28. package/dist-es/commands/AssociateResourceShareCommand.js +2 -3
  29. package/dist-es/commands/AssociateResourceSharePermissionCommand.js +2 -3
  30. package/dist-es/commands/CreateResourceShareCommand.js +2 -3
  31. package/dist-es/commands/DeleteResourceShareCommand.js +2 -3
  32. package/dist-es/commands/DisassociateResourceShareCommand.js +2 -3
  33. package/dist-es/commands/DisassociateResourceSharePermissionCommand.js +2 -3
  34. package/dist-es/commands/EnableSharingWithAwsOrganizationCommand.js +2 -3
  35. package/dist-es/commands/GetPermissionCommand.js +2 -3
  36. package/dist-es/commands/GetResourcePoliciesCommand.js +2 -3
  37. package/dist-es/commands/GetResourceShareAssociationsCommand.js +2 -3
  38. package/dist-es/commands/GetResourceShareInvitationsCommand.js +2 -3
  39. package/dist-es/commands/GetResourceSharesCommand.js +2 -3
  40. package/dist-es/commands/ListPendingInvitationResourcesCommand.js +2 -3
  41. package/dist-es/commands/ListPermissionVersionsCommand.js +2 -3
  42. package/dist-es/commands/ListPermissionsCommand.js +2 -3
  43. package/dist-es/commands/ListPrincipalsCommand.js +2 -3
  44. package/dist-es/commands/ListResourceSharePermissionsCommand.js +2 -3
  45. package/dist-es/commands/ListResourceTypesCommand.js +2 -3
  46. package/dist-es/commands/ListResourcesCommand.js +2 -3
  47. package/dist-es/commands/PromoteResourceShareCreatedFromPolicyCommand.js +2 -3
  48. package/dist-es/commands/RejectResourceShareInvitationCommand.js +2 -3
  49. package/dist-es/commands/TagResourceCommand.js +2 -3
  50. package/dist-es/commands/UntagResourceCommand.js +2 -3
  51. package/dist-es/commands/UpdateResourceShareCommand.js +2 -3
  52. package/dist-es/models/models_0.js +0 -180
  53. package/dist-types/RAM.d.ts +26 -0
  54. package/dist-types/RAMClient.d.ts +24 -4
  55. package/dist-types/commands/AcceptResourceShareInvitationCommand.d.ts +16 -0
  56. package/dist-types/commands/AssociateResourceShareCommand.d.ts +16 -0
  57. package/dist-types/commands/AssociateResourceSharePermissionCommand.d.ts +16 -0
  58. package/dist-types/commands/CreateResourceShareCommand.d.ts +16 -0
  59. package/dist-types/commands/DeleteResourceShareCommand.d.ts +16 -0
  60. package/dist-types/commands/DisassociateResourceShareCommand.d.ts +16 -0
  61. package/dist-types/commands/DisassociateResourceSharePermissionCommand.d.ts +16 -0
  62. package/dist-types/commands/EnableSharingWithAwsOrganizationCommand.d.ts +16 -0
  63. package/dist-types/commands/GetPermissionCommand.d.ts +16 -0
  64. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +16 -0
  65. package/dist-types/commands/GetResourceShareAssociationsCommand.d.ts +16 -0
  66. package/dist-types/commands/GetResourceShareInvitationsCommand.d.ts +16 -0
  67. package/dist-types/commands/GetResourceSharesCommand.d.ts +16 -0
  68. package/dist-types/commands/ListPendingInvitationResourcesCommand.d.ts +16 -0
  69. package/dist-types/commands/ListPermissionVersionsCommand.d.ts +16 -0
  70. package/dist-types/commands/ListPermissionsCommand.d.ts +16 -0
  71. package/dist-types/commands/ListPrincipalsCommand.d.ts +16 -0
  72. package/dist-types/commands/ListResourceSharePermissionsCommand.d.ts +16 -0
  73. package/dist-types/commands/ListResourceTypesCommand.d.ts +16 -0
  74. package/dist-types/commands/ListResourcesCommand.d.ts +16 -0
  75. package/dist-types/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +16 -0
  76. package/dist-types/commands/RejectResourceShareInvitationCommand.d.ts +16 -0
  77. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  78. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateResourceShareCommand.d.ts +16 -0
  80. package/dist-types/models/RAMServiceException.d.ts +2 -0
  81. package/dist-types/models/models_0.d.ts +209 -240
  82. package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +3 -0
  83. package/dist-types/pagination/GetResourceShareAssociationsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/GetResourceShareInvitationsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/GetResourceSharesPaginator.d.ts +3 -0
  86. package/dist-types/pagination/Interfaces.d.ts +3 -0
  87. package/dist-types/pagination/ListPendingInvitationResourcesPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListPermissionVersionsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListPermissionsPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListPrincipalsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListResourceSharePermissionsPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListResourceTypesPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListResourcesPaginator.d.ts +3 -0
  94. package/dist-types/ts3.4/models/models_0.d.ts +0 -172
  95. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AssociateResourceShareRequest, AssociateResourceShareResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateResourceShareCommand}.
8
10
  */
9
11
  export interface AssociateResourceShareCommandInput extends AssociateResourceShareRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateResourceShareCommand}.
13
17
  */
14
18
  export interface AssociateResourceShareCommandOutput extends AssociateResourceShareResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds the specified list of principals and list of resources to a resource share. Principals that
18
23
  * already have access to this resource share immediately receive access to the added resources.
19
24
  * Newly added principals immediately receive access to the resources shared in this resource share. </p>
@@ -27,6 +32,8 @@ export interface AssociateResourceShareCommandOutput extends AssociateResourceSh
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param AssociateResourceShareCommandInput - {@link AssociateResourceShareCommandInput}
36
+ * @returns {@link AssociateResourceShareCommandOutput}
30
37
  * @see {@link AssociateResourceShareCommandInput} for command's `input` shape.
31
38
  * @see {@link AssociateResourceShareCommandOutput} for command's `response` shape.
32
39
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -72,11 +79,20 @@ export interface AssociateResourceShareCommandOutput extends AssociateResourceSh
72
79
  export declare class AssociateResourceShareCommand extends $Command<AssociateResourceShareCommandInput, AssociateResourceShareCommandOutput, RAMClientResolvedConfig> {
73
80
  readonly input: AssociateResourceShareCommandInput;
74
81
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
+ /**
83
+ * @public
84
+ */
75
85
  constructor(input: AssociateResourceShareCommandInput);
76
86
  /**
77
87
  * @internal
78
88
  */
79
89
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateResourceShareCommandInput, AssociateResourceShareCommandOutput>;
90
+ /**
91
+ * @internal
92
+ */
80
93
  private serialize;
94
+ /**
95
+ * @internal
96
+ */
81
97
  private deserialize;
82
98
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AssociateResourceSharePermissionRequest, AssociateResourceSharePermissionResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateResourceSharePermissionCommand}.
8
10
  */
9
11
  export interface AssociateResourceSharePermissionCommandInput extends AssociateResourceSharePermissionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateResourceSharePermissionCommand}.
13
17
  */
14
18
  export interface AssociateResourceSharePermissionCommandOutput extends AssociateResourceSharePermissionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds or replaces the RAM permission for a resource type included in a resource share. You can
18
23
  * have exactly one permission associated with each resource type in the resource share. You can add
19
24
  * a new RAM permission only if there are currently no resources of that resource type
@@ -28,6 +33,8 @@ export interface AssociateResourceSharePermissionCommandOutput extends Associate
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param AssociateResourceSharePermissionCommandInput - {@link AssociateResourceSharePermissionCommandInput}
37
+ * @returns {@link AssociateResourceSharePermissionCommandOutput}
31
38
  * @see {@link AssociateResourceSharePermissionCommandInput} for command's `input` shape.
32
39
  * @see {@link AssociateResourceSharePermissionCommandOutput} for command's `response` shape.
33
40
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -58,11 +65,20 @@ export interface AssociateResourceSharePermissionCommandOutput extends Associate
58
65
  export declare class AssociateResourceSharePermissionCommand extends $Command<AssociateResourceSharePermissionCommandInput, AssociateResourceSharePermissionCommandOutput, RAMClientResolvedConfig> {
59
66
  readonly input: AssociateResourceSharePermissionCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: AssociateResourceSharePermissionCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateResourceSharePermissionCommandInput, AssociateResourceSharePermissionCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateResourceShareRequest, CreateResourceShareResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateResourceShareCommand}.
8
10
  */
9
11
  export interface CreateResourceShareCommandInput extends CreateResourceShareRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateResourceShareCommand}.
13
17
  */
14
18
  export interface CreateResourceShareCommandOutput extends CreateResourceShareResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <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
18
23
  * want to share, a list of principals you want to share the resources with, and the
19
24
  * permissions to grant those principals.</p>
@@ -32,6 +37,8 @@ export interface CreateResourceShareCommandOutput extends CreateResourceShareRes
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param CreateResourceShareCommandInput - {@link CreateResourceShareCommandInput}
41
+ * @returns {@link CreateResourceShareCommandOutput}
35
42
  * @see {@link CreateResourceShareCommandInput} for command's `input` shape.
36
43
  * @see {@link CreateResourceShareCommandOutput} for command's `response` shape.
37
44
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -76,11 +83,20 @@ export interface CreateResourceShareCommandOutput extends CreateResourceShareRes
76
83
  export declare class CreateResourceShareCommand extends $Command<CreateResourceShareCommandInput, CreateResourceShareCommandOutput, RAMClientResolvedConfig> {
77
84
  readonly input: CreateResourceShareCommandInput;
78
85
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
+ /**
87
+ * @public
88
+ */
79
89
  constructor(input: CreateResourceShareCommandInput);
80
90
  /**
81
91
  * @internal
82
92
  */
83
93
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResourceShareCommandInput, CreateResourceShareCommandOutput>;
94
+ /**
95
+ * @internal
96
+ */
84
97
  private serialize;
98
+ /**
99
+ * @internal
100
+ */
85
101
  private deserialize;
86
102
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteResourceShareRequest, DeleteResourceShareResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteResourceShareCommand}.
8
10
  */
9
11
  export interface DeleteResourceShareCommandInput extends DeleteResourceShareRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteResourceShareCommand}.
13
17
  */
14
18
  export interface DeleteResourceShareCommandOutput extends DeleteResourceShareResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified resource share. This doesn't delete any of the resources that were
18
23
  * associated with the resource share; it only stops the sharing of those resources outside of the
19
24
  * Amazon Web Services account that created them.</p>
@@ -27,6 +32,8 @@ export interface DeleteResourceShareCommandOutput extends DeleteResourceShareRes
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeleteResourceShareCommandInput - {@link DeleteResourceShareCommandInput}
36
+ * @returns {@link DeleteResourceShareCommandOutput}
30
37
  * @see {@link DeleteResourceShareCommandInput} for command's `input` shape.
31
38
  * @see {@link DeleteResourceShareCommandOutput} for command's `response` shape.
32
39
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -65,11 +72,20 @@ export interface DeleteResourceShareCommandOutput extends DeleteResourceShareRes
65
72
  export declare class DeleteResourceShareCommand extends $Command<DeleteResourceShareCommandInput, DeleteResourceShareCommandOutput, RAMClientResolvedConfig> {
66
73
  readonly input: DeleteResourceShareCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: DeleteResourceShareCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourceShareCommandInput, DeleteResourceShareCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DisassociateResourceShareRequest, DisassociateResourceShareResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateResourceShareCommand}.
8
10
  */
9
11
  export interface DisassociateResourceShareCommandInput extends DisassociateResourceShareRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateResourceShareCommand}.
13
17
  */
14
18
  export interface DisassociateResourceShareCommandOutput extends DisassociateResourceShareResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates the specified principals or resources from the specified resource share.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DisassociateResourceShareCommandOutput extends DisassociateReso
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateResourceShareCommandInput - {@link DisassociateResourceShareCommandInput}
34
+ * @returns {@link DisassociateResourceShareCommandOutput}
28
35
  * @see {@link DisassociateResourceShareCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateResourceShareCommandOutput} for command's `response` shape.
30
37
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -66,11 +73,20 @@ export interface DisassociateResourceShareCommandOutput extends DisassociateReso
66
73
  export declare class DisassociateResourceShareCommand extends $Command<DisassociateResourceShareCommandInput, DisassociateResourceShareCommandOutput, RAMClientResolvedConfig> {
67
74
  readonly input: DisassociateResourceShareCommandInput;
68
75
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
+ /**
77
+ * @public
78
+ */
69
79
  constructor(input: DisassociateResourceShareCommandInput);
70
80
  /**
71
81
  * @internal
72
82
  */
73
83
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateResourceShareCommandInput, DisassociateResourceShareCommandOutput>;
84
+ /**
85
+ * @internal
86
+ */
74
87
  private serialize;
88
+ /**
89
+ * @internal
90
+ */
75
91
  private deserialize;
76
92
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DisassociateResourceSharePermissionRequest, DisassociateResourceSharePermissionResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateResourceSharePermissionCommand}.
8
10
  */
9
11
  export interface DisassociateResourceSharePermissionCommandInput extends DisassociateResourceSharePermissionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateResourceSharePermissionCommand}.
13
17
  */
14
18
  export interface DisassociateResourceSharePermissionCommandOutput extends DisassociateResourceSharePermissionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates an RAM permission from a resource share. Permission changes take effect
18
23
  * immediately. You can remove a RAM permission from a resource share only if there are currently
19
24
  * no resources of the relevant resource type currently attached to the resource share.</p>
@@ -27,6 +32,8 @@ export interface DisassociateResourceSharePermissionCommandOutput extends Disass
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DisassociateResourceSharePermissionCommandInput - {@link DisassociateResourceSharePermissionCommandInput}
36
+ * @returns {@link DisassociateResourceSharePermissionCommandOutput}
30
37
  * @see {@link DisassociateResourceSharePermissionCommandInput} for command's `input` shape.
31
38
  * @see {@link DisassociateResourceSharePermissionCommandOutput} for command's `response` shape.
32
39
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -60,11 +67,20 @@ export interface DisassociateResourceSharePermissionCommandOutput extends Disass
60
67
  export declare class DisassociateResourceSharePermissionCommand extends $Command<DisassociateResourceSharePermissionCommandInput, DisassociateResourceSharePermissionCommandOutput, RAMClientResolvedConfig> {
61
68
  readonly input: DisassociateResourceSharePermissionCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: DisassociateResourceSharePermissionCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateResourceSharePermissionCommandInput, DisassociateResourceSharePermissionCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { EnableSharingWithAwsOrganizationRequest, EnableSharingWithAwsOrganizationResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link EnableSharingWithAwsOrganizationCommand}.
8
10
  */
9
11
  export interface EnableSharingWithAwsOrganizationCommandInput extends EnableSharingWithAwsOrganizationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link EnableSharingWithAwsOrganizationCommand}.
13
17
  */
14
18
  export interface EnableSharingWithAwsOrganizationCommandOutput extends EnableSharingWithAwsOrganizationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Enables resource sharing within your organization in Organizations. Calling this operation
18
23
  * enables RAM to retrieve information about the organization and its structure. This
19
24
  * lets you share resources with all of the accounts in an organization by specifying the
@@ -33,6 +38,8 @@ export interface EnableSharingWithAwsOrganizationCommandOutput extends EnableSha
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param EnableSharingWithAwsOrganizationCommandInput - {@link EnableSharingWithAwsOrganizationCommandInput}
42
+ * @returns {@link EnableSharingWithAwsOrganizationCommandOutput}
36
43
  * @see {@link EnableSharingWithAwsOrganizationCommandInput} for command's `input` shape.
37
44
  * @see {@link EnableSharingWithAwsOrganizationCommandOutput} for command's `response` shape.
38
45
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -51,11 +58,20 @@ export interface EnableSharingWithAwsOrganizationCommandOutput extends EnableSha
51
58
  export declare class EnableSharingWithAwsOrganizationCommand extends $Command<EnableSharingWithAwsOrganizationCommandInput, EnableSharingWithAwsOrganizationCommandOutput, RAMClientResolvedConfig> {
52
59
  readonly input: EnableSharingWithAwsOrganizationCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: EnableSharingWithAwsOrganizationCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableSharingWithAwsOrganizationCommandInput, EnableSharingWithAwsOrganizationCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetPermissionRequest, GetPermissionResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetPermissionCommand}.
8
10
  */
9
11
  export interface GetPermissionCommandInput extends GetPermissionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetPermissionCommand}.
13
17
  */
14
18
  export interface GetPermissionCommandOutput extends GetPermissionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the contents of an RAM permission in JSON format.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetPermissionCommandOutput extends GetPermissionResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetPermissionCommandInput - {@link GetPermissionCommandInput}
34
+ * @returns {@link GetPermissionCommandOutput}
28
35
  * @see {@link GetPermissionCommandInput} for command's `input` shape.
29
36
  * @see {@link GetPermissionCommandOutput} for command's `response` shape.
30
37
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -52,11 +59,20 @@ export interface GetPermissionCommandOutput extends GetPermissionResponse, __Met
52
59
  export declare class GetPermissionCommand extends $Command<GetPermissionCommandInput, GetPermissionCommandOutput, RAMClientResolvedConfig> {
53
60
  readonly input: GetPermissionCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: GetPermissionCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPermissionCommandInput, GetPermissionCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetResourcePoliciesRequest, GetResourcePoliciesResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetResourcePoliciesCommand}.
8
10
  */
9
11
  export interface GetResourcePoliciesCommandInput extends GetResourcePoliciesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetResourcePoliciesCommand}.
13
17
  */
14
18
  export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the resource policies for the specified resources that you own and have
18
23
  * shared.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesRes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetResourcePoliciesCommandInput - {@link GetResourcePoliciesCommandInput}
35
+ * @returns {@link GetResourcePoliciesCommandOutput}
29
36
  * @see {@link GetResourcePoliciesCommandInput} for command's `input` shape.
30
37
  * @see {@link GetResourcePoliciesCommandOutput} for command's `response` shape.
31
38
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -53,11 +60,20 @@ export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesRes
53
60
  export declare class GetResourcePoliciesCommand extends $Command<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, RAMClientResolvedConfig> {
54
61
  readonly input: GetResourcePoliciesCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: GetResourcePoliciesCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetResourceShareAssociationsRequest, GetResourceShareAssociationsResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetResourceShareAssociationsCommand}.
8
10
  */
9
11
  export interface GetResourceShareAssociationsCommandInput extends GetResourceShareAssociationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetResourceShareAssociationsCommand}.
13
17
  */
14
18
  export interface GetResourceShareAssociationsCommandOutput extends GetResourceShareAssociationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the resource and principal associations for resource shares that you own.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetResourceShareAssociationsCommandOutput extends GetResourceSh
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetResourceShareAssociationsCommandInput - {@link GetResourceShareAssociationsCommandInput}
34
+ * @returns {@link GetResourceShareAssociationsCommandOutput}
28
35
  * @see {@link GetResourceShareAssociationsCommandInput} for command's `input` shape.
29
36
  * @see {@link GetResourceShareAssociationsCommandOutput} for command's `response` shape.
30
37
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -55,11 +62,20 @@ export interface GetResourceShareAssociationsCommandOutput extends GetResourceSh
55
62
  export declare class GetResourceShareAssociationsCommand extends $Command<GetResourceShareAssociationsCommandInput, GetResourceShareAssociationsCommandOutput, RAMClientResolvedConfig> {
56
63
  readonly input: GetResourceShareAssociationsCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: GetResourceShareAssociationsCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourceShareAssociationsCommandInput, GetResourceShareAssociationsCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetResourceShareInvitationsRequest, GetResourceShareInvitationsResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetResourceShareInvitationsCommand}.
8
10
  */
9
11
  export interface GetResourceShareInvitationsCommandInput extends GetResourceShareInvitationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetResourceShareInvitationsCommand}.
13
17
  */
14
18
  export interface GetResourceShareInvitationsCommandOutput extends GetResourceShareInvitationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves details about invitations that you have received for resource shares.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetResourceShareInvitationsCommandOutput extends GetResourceSha
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetResourceShareInvitationsCommandInput - {@link GetResourceShareInvitationsCommandInput}
34
+ * @returns {@link GetResourceShareInvitationsCommandOutput}
28
35
  * @see {@link GetResourceShareInvitationsCommandInput} for command's `input` shape.
29
36
  * @see {@link GetResourceShareInvitationsCommandOutput} for command's `response` shape.
30
37
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -58,11 +65,20 @@ export interface GetResourceShareInvitationsCommandOutput extends GetResourceSha
58
65
  export declare class GetResourceShareInvitationsCommand extends $Command<GetResourceShareInvitationsCommandInput, GetResourceShareInvitationsCommandOutput, RAMClientResolvedConfig> {
59
66
  readonly input: GetResourceShareInvitationsCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: GetResourceShareInvitationsCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourceShareInvitationsCommandInput, GetResourceShareInvitationsCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetResourceSharesRequest, GetResourceSharesResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetResourceSharesCommand}.
8
10
  */
9
11
  export interface GetResourceSharesCommandInput extends GetResourceSharesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetResourceSharesCommand}.
13
17
  */
14
18
  export interface GetResourceSharesCommandOutput extends GetResourceSharesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves details about the resource shares that you own or that are shared with you.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetResourceSharesCommandOutput extends GetResourceSharesRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetResourceSharesCommandInput - {@link GetResourceSharesCommandInput}
34
+ * @returns {@link GetResourceSharesCommandOutput}
28
35
  * @see {@link GetResourceSharesCommandInput} for command's `input` shape.
29
36
  * @see {@link GetResourceSharesCommandOutput} for command's `response` shape.
30
37
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -52,11 +59,20 @@ export interface GetResourceSharesCommandOutput extends GetResourceSharesRespons
52
59
  export declare class GetResourceSharesCommand extends $Command<GetResourceSharesCommandInput, GetResourceSharesCommandOutput, RAMClientResolvedConfig> {
53
60
  readonly input: GetResourceSharesCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: GetResourceSharesCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourceSharesCommandInput, GetResourceSharesCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }