@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 { ListPendingInvitationResourcesRequest, ListPendingInvitationResourcesResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListPendingInvitationResourcesCommand}.
8
10
  */
9
11
  export interface ListPendingInvitationResourcesCommandInput extends ListPendingInvitationResourcesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListPendingInvitationResourcesCommand}.
13
17
  */
14
18
  export interface ListPendingInvitationResourcesCommandOutput extends ListPendingInvitationResourcesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the resources in a resource share that is shared with you but for which the invitation is
18
23
  * still <code>PENDING</code>. That means that you haven't accepted or rejected the
19
24
  * invitation and the invitation hasn't expired.</p>
@@ -27,6 +32,8 @@ export interface ListPendingInvitationResourcesCommandOutput extends ListPending
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListPendingInvitationResourcesCommandInput - {@link ListPendingInvitationResourcesCommandInput}
36
+ * @returns {@link ListPendingInvitationResourcesCommandOutput}
30
37
  * @see {@link ListPendingInvitationResourcesCommandInput} for command's `input` shape.
31
38
  * @see {@link ListPendingInvitationResourcesCommandOutput} for command's `response` shape.
32
39
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -63,11 +70,20 @@ export interface ListPendingInvitationResourcesCommandOutput extends ListPending
63
70
  export declare class ListPendingInvitationResourcesCommand extends $Command<ListPendingInvitationResourcesCommandInput, ListPendingInvitationResourcesCommandOutput, RAMClientResolvedConfig> {
64
71
  readonly input: ListPendingInvitationResourcesCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: ListPendingInvitationResourcesCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPendingInvitationResourcesCommandInput, ListPendingInvitationResourcesCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListPermissionVersionsRequest, ListPermissionVersionsResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListPermissionVersionsCommand}.
8
10
  */
9
11
  export interface ListPermissionVersionsCommandInput extends ListPermissionVersionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListPermissionVersionsCommand}.
13
17
  */
14
18
  export interface ListPermissionVersionsCommandOutput extends ListPermissionVersionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the available versions of the specified RAM permission.</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 ListPermissionVersionsCommandOutput extends ListPermissionVersi
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListPermissionVersionsCommandInput - {@link ListPermissionVersionsCommandInput}
34
+ * @returns {@link ListPermissionVersionsCommandOutput}
28
35
  * @see {@link ListPermissionVersionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListPermissionVersionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -55,11 +62,20 @@ export interface ListPermissionVersionsCommandOutput extends ListPermissionVersi
55
62
  export declare class ListPermissionVersionsCommand extends $Command<ListPermissionVersionsCommandInput, ListPermissionVersionsCommandOutput, RAMClientResolvedConfig> {
56
63
  readonly input: ListPermissionVersionsCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: ListPermissionVersionsCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPermissionVersionsCommandInput, ListPermissionVersionsCommandOutput>;
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 { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListPermissionsCommand}.
8
10
  */
9
11
  export interface ListPermissionsCommandInput extends ListPermissionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListPermissionsCommand}.
13
17
  */
14
18
  export interface ListPermissionsCommandOutput extends ListPermissionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves a list of available RAM permissions that you can use for the supported
18
23
  * resource types. </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListPermissionsCommandOutput extends ListPermissionsResponse, _
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListPermissionsCommandInput - {@link ListPermissionsCommandInput}
35
+ * @returns {@link ListPermissionsCommandOutput}
29
36
  * @see {@link ListPermissionsCommandInput} for command's `input` shape.
30
37
  * @see {@link ListPermissionsCommandOutput} for command's `response` shape.
31
38
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -50,11 +57,20 @@ export interface ListPermissionsCommandOutput extends ListPermissionsResponse, _
50
57
  export declare class ListPermissionsCommand extends $Command<ListPermissionsCommandInput, ListPermissionsCommandOutput, RAMClientResolvedConfig> {
51
58
  readonly input: ListPermissionsCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: ListPermissionsCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPermissionsCommandInput, ListPermissionsCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListPrincipalsRequest, ListPrincipalsResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListPrincipalsCommand}.
8
10
  */
9
11
  export interface ListPrincipalsCommandInput extends ListPrincipalsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListPrincipalsCommand}.
13
17
  */
14
18
  export interface ListPrincipalsCommandOutput extends ListPrincipalsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the principals that you are sharing resources with or that are sharing resources
18
23
  * with you.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListPrincipalsCommandOutput extends ListPrincipalsResponse, __M
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListPrincipalsCommandInput - {@link ListPrincipalsCommandInput}
35
+ * @returns {@link ListPrincipalsCommandOutput}
29
36
  * @see {@link ListPrincipalsCommandInput} for command's `input` shape.
30
37
  * @see {@link ListPrincipalsCommandOutput} for command's `response` shape.
31
38
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -53,11 +60,20 @@ export interface ListPrincipalsCommandOutput extends ListPrincipalsResponse, __M
53
60
  export declare class ListPrincipalsCommand extends $Command<ListPrincipalsCommandInput, ListPrincipalsCommandOutput, RAMClientResolvedConfig> {
54
61
  readonly input: ListPrincipalsCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: ListPrincipalsCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPrincipalsCommandInput, ListPrincipalsCommandOutput>;
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 { ListResourceSharePermissionsRequest, ListResourceSharePermissionsResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListResourceSharePermissionsCommand}.
8
10
  */
9
11
  export interface ListResourceSharePermissionsCommandInput extends ListResourceSharePermissionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListResourceSharePermissionsCommand}.
13
17
  */
14
18
  export interface ListResourceSharePermissionsCommandOutput extends ListResourceSharePermissionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the RAM permissions that are associated with a 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 ListResourceSharePermissionsCommandOutput extends ListResourceS
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListResourceSharePermissionsCommandInput - {@link ListResourceSharePermissionsCommandInput}
34
+ * @returns {@link ListResourceSharePermissionsCommandOutput}
28
35
  * @see {@link ListResourceSharePermissionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListResourceSharePermissionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -55,11 +62,20 @@ export interface ListResourceSharePermissionsCommandOutput extends ListResourceS
55
62
  export declare class ListResourceSharePermissionsCommand extends $Command<ListResourceSharePermissionsCommandInput, ListResourceSharePermissionsCommandOutput, RAMClientResolvedConfig> {
56
63
  readonly input: ListResourceSharePermissionsCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: ListResourceSharePermissionsCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourceSharePermissionsCommandInput, ListResourceSharePermissionsCommandOutput>;
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 { ListResourceTypesRequest, ListResourceTypesResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListResourceTypesCommand}.
8
10
  */
9
11
  export interface ListResourceTypesCommandInput extends ListResourceTypesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListResourceTypesCommand}.
13
17
  */
14
18
  export interface ListResourceTypesCommandOutput extends ListResourceTypesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the resource types that can be shared by RAM.</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 ListResourceTypesCommandOutput extends ListResourceTypesRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListResourceTypesCommandInput - {@link ListResourceTypesCommandInput}
34
+ * @returns {@link ListResourceTypesCommandOutput}
28
35
  * @see {@link ListResourceTypesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListResourceTypesCommandOutput} for command's `response` shape.
30
37
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListResourceTypesCommandOutput extends ListResourceTypesRespons
46
53
  export declare class ListResourceTypesCommand extends $Command<ListResourceTypesCommandInput, ListResourceTypesCommandOutput, RAMClientResolvedConfig> {
47
54
  readonly input: ListResourceTypesCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListResourceTypesCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourceTypesCommandInput, ListResourceTypesCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListResourcesRequest, ListResourcesResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListResourcesCommand}.
8
10
  */
9
11
  export interface ListResourcesCommandInput extends ListResourcesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListResourcesCommand}.
13
17
  */
14
18
  export interface ListResourcesCommandOutput extends ListResourcesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the resources that you added to a resource share or the resources that are shared with
18
23
  * you.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListResourcesCommandOutput extends ListResourcesResponse, __Met
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListResourcesCommandInput - {@link ListResourcesCommandInput}
35
+ * @returns {@link ListResourcesCommandOutput}
29
36
  * @see {@link ListResourcesCommandInput} for command's `input` shape.
30
37
  * @see {@link ListResourcesCommandOutput} for command's `response` shape.
31
38
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -56,11 +63,20 @@ export interface ListResourcesCommandOutput extends ListResourcesResponse, __Met
56
63
  export declare class ListResourcesCommand extends $Command<ListResourcesCommandInput, ListResourcesCommandOutput, RAMClientResolvedConfig> {
57
64
  readonly input: ListResourcesCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: ListResourcesCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourcesCommandInput, ListResourcesCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PromoteResourceShareCreatedFromPolicyRequest, PromoteResourceShareCreatedFromPolicyResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PromoteResourceShareCreatedFromPolicyCommand}.
8
10
  */
9
11
  export interface PromoteResourceShareCreatedFromPolicyCommandInput extends PromoteResourceShareCreatedFromPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PromoteResourceShareCreatedFromPolicyCommand}.
13
17
  */
14
18
  export interface PromoteResourceShareCreatedFromPolicyCommandOutput extends PromoteResourceShareCreatedFromPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>When you attach a resource-based permission policy to a resource, it automatically
18
23
  * creates a resource share. However, resource shares created this way are visible only to the resource share owner, and
19
24
  * the resource share can't be modified in RAM.</p>
@@ -30,6 +35,8 @@ export interface PromoteResourceShareCreatedFromPolicyCommandOutput extends Prom
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param PromoteResourceShareCreatedFromPolicyCommandInput - {@link PromoteResourceShareCreatedFromPolicyCommandInput}
39
+ * @returns {@link PromoteResourceShareCreatedFromPolicyCommandOutput}
33
40
  * @see {@link PromoteResourceShareCreatedFromPolicyCommandInput} for command's `input` shape.
34
41
  * @see {@link PromoteResourceShareCreatedFromPolicyCommandOutput} for command's `response` shape.
35
42
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -63,11 +70,20 @@ export interface PromoteResourceShareCreatedFromPolicyCommandOutput extends Prom
63
70
  export declare class PromoteResourceShareCreatedFromPolicyCommand extends $Command<PromoteResourceShareCreatedFromPolicyCommandInput, PromoteResourceShareCreatedFromPolicyCommandOutput, RAMClientResolvedConfig> {
64
71
  readonly input: PromoteResourceShareCreatedFromPolicyCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: PromoteResourceShareCreatedFromPolicyCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PromoteResourceShareCreatedFromPolicyCommandInput, PromoteResourceShareCreatedFromPolicyCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { RejectResourceShareInvitationRequest, RejectResourceShareInvitationResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RejectResourceShareInvitationCommand}.
8
10
  */
9
11
  export interface RejectResourceShareInvitationCommandInput extends RejectResourceShareInvitationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RejectResourceShareInvitationCommand}.
13
17
  */
14
18
  export interface RejectResourceShareInvitationCommandOutput extends RejectResourceShareInvitationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Rejects an invitation to a resource share from another Amazon Web Services account.</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 RejectResourceShareInvitationCommandOutput extends RejectResour
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param RejectResourceShareInvitationCommandInput - {@link RejectResourceShareInvitationCommandInput}
34
+ * @returns {@link RejectResourceShareInvitationCommandOutput}
28
35
  * @see {@link RejectResourceShareInvitationCommandInput} for command's `input` shape.
29
36
  * @see {@link RejectResourceShareInvitationCommandOutput} for command's `response` shape.
30
37
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -66,11 +73,20 @@ export interface RejectResourceShareInvitationCommandOutput extends RejectResour
66
73
  export declare class RejectResourceShareInvitationCommand extends $Command<RejectResourceShareInvitationCommandInput, RejectResourceShareInvitationCommandOutput, RAMClientResolvedConfig> {
67
74
  readonly input: RejectResourceShareInvitationCommandInput;
68
75
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
+ /**
77
+ * @public
78
+ */
69
79
  constructor(input: RejectResourceShareInvitationCommandInput);
70
80
  /**
71
81
  * @internal
72
82
  */
73
83
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectResourceShareInvitationCommandInput, RejectResourceShareInvitationCommandOutput>;
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds the specified tag keys and values to the specified resource share. The tags are attached
18
23
  * only to the resource share, not to the resources that are in the resource share.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
35
+ * @returns {@link TagResourceCommandOutput}
29
36
  * @see {@link TagResourceCommandInput} for command's `input` shape.
30
37
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
31
38
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -59,11 +66,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
59
66
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, RAMClientResolvedConfig> {
60
67
  readonly input: TagResourceCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: TagResourceCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes the specified tag key and value pairs 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 UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -43,11 +50,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
43
50
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, RAMClientResolvedConfig> {
44
51
  readonly input: UntagResourceCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: UntagResourceCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateResourceShareRequest, UpdateResourceShareResponse } from "../models/models_0";
5
5
  import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateResourceShareCommand}.
8
10
  */
9
11
  export interface UpdateResourceShareCommandInput extends UpdateResourceShareRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateResourceShareCommand}.
13
17
  */
14
18
  export interface UpdateResourceShareCommandOutput extends UpdateResourceShareResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Modifies some of the properties of 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 UpdateResourceShareCommandOutput extends UpdateResourceShareRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateResourceShareCommandInput - {@link UpdateResourceShareCommandInput}
34
+ * @returns {@link UpdateResourceShareCommandOutput}
28
35
  * @see {@link UpdateResourceShareCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateResourceShareCommandOutput} for command's `response` shape.
30
37
  * @see {@link RAMClientResolvedConfig | config} for RAMClient's `config` shape.
@@ -63,11 +70,20 @@ export interface UpdateResourceShareCommandOutput extends UpdateResourceShareRes
63
70
  export declare class UpdateResourceShareCommand extends $Command<UpdateResourceShareCommandInput, UpdateResourceShareCommandOutput, RAMClientResolvedConfig> {
64
71
  readonly input: UpdateResourceShareCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: UpdateResourceShareCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResourceShareCommandInput, UpdateResourceShareCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from RAM service.
4
6
  */
5
7
  export declare class RAMServiceException extends __ServiceException {