@aws-sdk/client-cleanrooms 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 (125) hide show
  1. package/dist-cjs/commands/BatchGetSchemaCommand.js +2 -3
  2. package/dist-cjs/commands/CreateCollaborationCommand.js +2 -3
  3. package/dist-cjs/commands/CreateConfiguredTableAnalysisRuleCommand.js +2 -3
  4. package/dist-cjs/commands/CreateConfiguredTableAssociationCommand.js +2 -3
  5. package/dist-cjs/commands/CreateConfiguredTableCommand.js +2 -3
  6. package/dist-cjs/commands/CreateMembershipCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteCollaborationCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteConfiguredTableAnalysisRuleCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteConfiguredTableAssociationCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteConfiguredTableCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteMemberCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteMembershipCommand.js +2 -3
  13. package/dist-cjs/commands/GetCollaborationCommand.js +2 -3
  14. package/dist-cjs/commands/GetConfiguredTableAnalysisRuleCommand.js +2 -3
  15. package/dist-cjs/commands/GetConfiguredTableAssociationCommand.js +2 -3
  16. package/dist-cjs/commands/GetConfiguredTableCommand.js +2 -3
  17. package/dist-cjs/commands/GetMembershipCommand.js +2 -3
  18. package/dist-cjs/commands/GetProtectedQueryCommand.js +1 -1
  19. package/dist-cjs/commands/GetSchemaAnalysisRuleCommand.js +2 -3
  20. package/dist-cjs/commands/GetSchemaCommand.js +2 -3
  21. package/dist-cjs/commands/ListCollaborationsCommand.js +2 -3
  22. package/dist-cjs/commands/ListConfiguredTableAssociationsCommand.js +2 -3
  23. package/dist-cjs/commands/ListConfiguredTablesCommand.js +2 -3
  24. package/dist-cjs/commands/ListMembersCommand.js +2 -3
  25. package/dist-cjs/commands/ListMembershipsCommand.js +2 -3
  26. package/dist-cjs/commands/ListProtectedQueriesCommand.js +2 -3
  27. package/dist-cjs/commands/ListSchemasCommand.js +2 -3
  28. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  29. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  30. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  31. package/dist-cjs/commands/UpdateCollaborationCommand.js +2 -3
  32. package/dist-cjs/commands/UpdateConfiguredTableAnalysisRuleCommand.js +2 -3
  33. package/dist-cjs/commands/UpdateConfiguredTableAssociationCommand.js +2 -3
  34. package/dist-cjs/commands/UpdateConfiguredTableCommand.js +2 -3
  35. package/dist-cjs/commands/UpdateMembershipCommand.js +2 -3
  36. package/dist-cjs/commands/UpdateProtectedQueryCommand.js +1 -1
  37. package/dist-cjs/models/models_0.js +4 -484
  38. package/dist-es/commands/BatchGetSchemaCommand.js +2 -3
  39. package/dist-es/commands/CreateCollaborationCommand.js +2 -3
  40. package/dist-es/commands/CreateConfiguredTableAnalysisRuleCommand.js +2 -3
  41. package/dist-es/commands/CreateConfiguredTableAssociationCommand.js +2 -3
  42. package/dist-es/commands/CreateConfiguredTableCommand.js +2 -3
  43. package/dist-es/commands/CreateMembershipCommand.js +2 -3
  44. package/dist-es/commands/DeleteCollaborationCommand.js +2 -3
  45. package/dist-es/commands/DeleteConfiguredTableAnalysisRuleCommand.js +2 -3
  46. package/dist-es/commands/DeleteConfiguredTableAssociationCommand.js +2 -3
  47. package/dist-es/commands/DeleteConfiguredTableCommand.js +2 -3
  48. package/dist-es/commands/DeleteMemberCommand.js +2 -3
  49. package/dist-es/commands/DeleteMembershipCommand.js +2 -3
  50. package/dist-es/commands/GetCollaborationCommand.js +2 -3
  51. package/dist-es/commands/GetConfiguredTableAnalysisRuleCommand.js +2 -3
  52. package/dist-es/commands/GetConfiguredTableAssociationCommand.js +2 -3
  53. package/dist-es/commands/GetConfiguredTableCommand.js +2 -3
  54. package/dist-es/commands/GetMembershipCommand.js +2 -3
  55. package/dist-es/commands/GetProtectedQueryCommand.js +2 -2
  56. package/dist-es/commands/GetSchemaAnalysisRuleCommand.js +2 -3
  57. package/dist-es/commands/GetSchemaCommand.js +2 -3
  58. package/dist-es/commands/ListCollaborationsCommand.js +2 -3
  59. package/dist-es/commands/ListConfiguredTableAssociationsCommand.js +2 -3
  60. package/dist-es/commands/ListConfiguredTablesCommand.js +2 -3
  61. package/dist-es/commands/ListMembersCommand.js +2 -3
  62. package/dist-es/commands/ListMembershipsCommand.js +2 -3
  63. package/dist-es/commands/ListProtectedQueriesCommand.js +2 -3
  64. package/dist-es/commands/ListSchemasCommand.js +2 -3
  65. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  66. package/dist-es/commands/TagResourceCommand.js +2 -3
  67. package/dist-es/commands/UntagResourceCommand.js +2 -3
  68. package/dist-es/commands/UpdateCollaborationCommand.js +2 -3
  69. package/dist-es/commands/UpdateConfiguredTableAnalysisRuleCommand.js +2 -3
  70. package/dist-es/commands/UpdateConfiguredTableAssociationCommand.js +2 -3
  71. package/dist-es/commands/UpdateConfiguredTableCommand.js +2 -3
  72. package/dist-es/commands/UpdateMembershipCommand.js +2 -3
  73. package/dist-es/commands/UpdateProtectedQueryCommand.js +2 -2
  74. package/dist-es/models/models_0.js +3 -374
  75. package/dist-types/CleanRooms.d.ts +38 -0
  76. package/dist-types/CleanRoomsClient.d.ts +24 -4
  77. package/dist-types/commands/BatchGetSchemaCommand.d.ts +16 -0
  78. package/dist-types/commands/CreateCollaborationCommand.d.ts +16 -0
  79. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +16 -0
  80. package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +16 -0
  81. package/dist-types/commands/CreateConfiguredTableCommand.d.ts +16 -0
  82. package/dist-types/commands/CreateMembershipCommand.d.ts +16 -0
  83. package/dist-types/commands/DeleteCollaborationCommand.d.ts +16 -0
  84. package/dist-types/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +16 -0
  85. package/dist-types/commands/DeleteConfiguredTableAssociationCommand.d.ts +16 -0
  86. package/dist-types/commands/DeleteConfiguredTableCommand.d.ts +16 -0
  87. package/dist-types/commands/DeleteMemberCommand.d.ts +16 -0
  88. package/dist-types/commands/DeleteMembershipCommand.d.ts +16 -0
  89. package/dist-types/commands/GetCollaborationCommand.d.ts +16 -0
  90. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +16 -0
  91. package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +16 -0
  92. package/dist-types/commands/GetConfiguredTableCommand.d.ts +16 -0
  93. package/dist-types/commands/GetMembershipCommand.d.ts +16 -0
  94. package/dist-types/commands/GetProtectedQueryCommand.d.ts +16 -0
  95. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +16 -0
  96. package/dist-types/commands/GetSchemaCommand.d.ts +16 -0
  97. package/dist-types/commands/ListCollaborationsCommand.d.ts +16 -0
  98. package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +16 -0
  99. package/dist-types/commands/ListConfiguredTablesCommand.d.ts +16 -0
  100. package/dist-types/commands/ListMembersCommand.d.ts +16 -0
  101. package/dist-types/commands/ListMembershipsCommand.d.ts +16 -0
  102. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +16 -0
  103. package/dist-types/commands/ListSchemasCommand.d.ts +16 -0
  104. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  105. package/dist-types/commands/StartProtectedQueryCommand.d.ts +16 -0
  106. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  107. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  108. package/dist-types/commands/UpdateCollaborationCommand.d.ts +16 -0
  109. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +16 -0
  110. package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +16 -0
  111. package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +16 -0
  112. package/dist-types/commands/UpdateMembershipCommand.d.ts +16 -0
  113. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +16 -0
  114. package/dist-types/models/CleanRoomsServiceException.d.ts +2 -0
  115. package/dist-types/models/models_0.d.ts +356 -433
  116. package/dist-types/pagination/Interfaces.d.ts +3 -0
  117. package/dist-types/pagination/ListCollaborationsPaginator.d.ts +3 -0
  118. package/dist-types/pagination/ListConfiguredTableAssociationsPaginator.d.ts +3 -0
  119. package/dist-types/pagination/ListConfiguredTablesPaginator.d.ts +3 -0
  120. package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
  121. package/dist-types/pagination/ListMembershipsPaginator.d.ts +3 -0
  122. package/dist-types/pagination/ListProtectedQueriesPaginator.d.ts +3 -0
  123. package/dist-types/pagination/ListSchemasPaginator.d.ts +3 -0
  124. package/dist-types/ts3.4/models/models_0.d.ts +0 -313
  125. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { CreateMembershipInput, CreateMembershipOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateMembershipCommand}.
8
10
  */
9
11
  export interface CreateMembershipCommandInput extends CreateMembershipInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateMembershipCommand}.
13
17
  */
14
18
  export interface CreateMembershipCommandOutput extends CreateMembershipOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a membership for a specific collaboration identifier and joins the
18
23
  * collaboration.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateMembershipCommandOutput extends CreateMembershipOutput, _
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateMembershipCommandInput - {@link CreateMembershipCommandInput}
35
+ * @returns {@link CreateMembershipCommandOutput}
29
36
  * @see {@link CreateMembershipCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateMembershipCommandOutput} for command's `response` shape.
31
38
  * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
@@ -56,11 +63,20 @@ export interface CreateMembershipCommandOutput extends CreateMembershipOutput, _
56
63
  export declare class CreateMembershipCommand extends $Command<CreateMembershipCommandInput, CreateMembershipCommandOutput, CleanRoomsClientResolvedConfig> {
57
64
  readonly input: CreateMembershipCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: CreateMembershipCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMembershipCommandInput, CreateMembershipCommandOutput>;
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 { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { DeleteCollaborationInput, DeleteCollaborationOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteCollaborationCommand}.
8
10
  */
9
11
  export interface DeleteCollaborationCommandInput extends DeleteCollaborationInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteCollaborationCommand}.
13
17
  */
14
18
  export interface DeleteCollaborationCommandOutput extends DeleteCollaborationOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a collaboration. It can only be called by the collaboration owner.</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 DeleteCollaborationCommandOutput extends DeleteCollaborationOut
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteCollaborationCommandInput - {@link DeleteCollaborationCommandInput}
34
+ * @returns {@link DeleteCollaborationCommandOutput}
28
35
  * @see {@link DeleteCollaborationCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteCollaborationCommandOutput} for command's `response` shape.
30
37
  * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteCollaborationCommandOutput extends DeleteCollaborationOut
46
53
  export declare class DeleteCollaborationCommand extends $Command<DeleteCollaborationCommandInput, DeleteCollaborationCommandOutput, CleanRoomsClientResolvedConfig> {
47
54
  readonly input: DeleteCollaborationCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteCollaborationCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCollaborationCommandInput, DeleteCollaborationCommandOutput>;
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 { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { DeleteConfiguredTableAnalysisRuleInput, DeleteConfiguredTableAnalysisRuleOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteConfiguredTableAnalysisRuleCommand}.
8
10
  */
9
11
  export interface DeleteConfiguredTableAnalysisRuleCommandInput extends DeleteConfiguredTableAnalysisRuleInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteConfiguredTableAnalysisRuleCommand}.
13
17
  */
14
18
  export interface DeleteConfiguredTableAnalysisRuleCommandOutput extends DeleteConfiguredTableAnalysisRuleOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a configured table analysis rule.</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 DeleteConfiguredTableAnalysisRuleCommandOutput extends DeleteCo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteConfiguredTableAnalysisRuleCommandInput - {@link DeleteConfiguredTableAnalysisRuleCommandInput}
34
+ * @returns {@link DeleteConfiguredTableAnalysisRuleCommandOutput}
28
35
  * @see {@link DeleteConfiguredTableAnalysisRuleCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteConfiguredTableAnalysisRuleCommandOutput} for command's `response` shape.
30
37
  * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteConfiguredTableAnalysisRuleCommandOutput extends DeleteCo
52
59
  export declare class DeleteConfiguredTableAnalysisRuleCommand extends $Command<DeleteConfiguredTableAnalysisRuleCommandInput, DeleteConfiguredTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig> {
53
60
  readonly input: DeleteConfiguredTableAnalysisRuleCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteConfiguredTableAnalysisRuleCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfiguredTableAnalysisRuleCommandInput, DeleteConfiguredTableAnalysisRuleCommandOutput>;
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 { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { DeleteConfiguredTableAssociationInput, DeleteConfiguredTableAssociationOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteConfiguredTableAssociationCommand}.
8
10
  */
9
11
  export interface DeleteConfiguredTableAssociationCommandInput extends DeleteConfiguredTableAssociationInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteConfiguredTableAssociationCommand}.
13
17
  */
14
18
  export interface DeleteConfiguredTableAssociationCommandOutput extends DeleteConfiguredTableAssociationOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a configured table association.</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 DeleteConfiguredTableAssociationCommandOutput extends DeleteCon
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteConfiguredTableAssociationCommandInput - {@link DeleteConfiguredTableAssociationCommandInput}
34
+ * @returns {@link DeleteConfiguredTableAssociationCommandOutput}
28
35
  * @see {@link DeleteConfiguredTableAssociationCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteConfiguredTableAssociationCommandOutput} for command's `response` shape.
30
37
  * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteConfiguredTableAssociationCommandOutput extends DeleteCon
52
59
  export declare class DeleteConfiguredTableAssociationCommand extends $Command<DeleteConfiguredTableAssociationCommandInput, DeleteConfiguredTableAssociationCommandOutput, CleanRoomsClientResolvedConfig> {
53
60
  readonly input: DeleteConfiguredTableAssociationCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteConfiguredTableAssociationCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfiguredTableAssociationCommandInput, DeleteConfiguredTableAssociationCommandOutput>;
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 { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { DeleteConfiguredTableInput, DeleteConfiguredTableOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteConfiguredTableCommand}.
8
10
  */
9
11
  export interface DeleteConfiguredTableCommandInput extends DeleteConfiguredTableInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteConfiguredTableCommand}.
13
17
  */
14
18
  export interface DeleteConfiguredTableCommandOutput extends DeleteConfiguredTableOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a configured table.</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 DeleteConfiguredTableCommandOutput extends DeleteConfiguredTabl
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteConfiguredTableCommandInput - {@link DeleteConfiguredTableCommandInput}
34
+ * @returns {@link DeleteConfiguredTableCommandOutput}
28
35
  * @see {@link DeleteConfiguredTableCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteConfiguredTableCommandOutput} for command's `response` shape.
30
37
  * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteConfiguredTableCommandOutput extends DeleteConfiguredTabl
52
59
  export declare class DeleteConfiguredTableCommand extends $Command<DeleteConfiguredTableCommandInput, DeleteConfiguredTableCommandOutput, CleanRoomsClientResolvedConfig> {
53
60
  readonly input: DeleteConfiguredTableCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteConfiguredTableCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfiguredTableCommandInput, DeleteConfiguredTableCommandOutput>;
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 { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { DeleteMemberInput, DeleteMemberOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteMemberCommand}.
8
10
  */
9
11
  export interface DeleteMemberCommandInput extends DeleteMemberInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteMemberCommand}.
13
17
  */
14
18
  export interface DeleteMemberCommandOutput extends DeleteMemberOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes the specified member from a collaboration. The removed member is placed in the
18
23
  * Removed status and can't interact with the collaboration. The removed member's data is
19
24
  * inaccessible to active members of the collaboration.</p>
@@ -27,6 +32,8 @@ export interface DeleteMemberCommandOutput extends DeleteMemberOutput, __Metadat
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeleteMemberCommandInput - {@link DeleteMemberCommandInput}
36
+ * @returns {@link DeleteMemberCommandOutput}
30
37
  * @see {@link DeleteMemberCommandInput} for command's `input` shape.
31
38
  * @see {@link DeleteMemberCommandOutput} for command's `response` shape.
32
39
  * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
@@ -54,11 +61,20 @@ export interface DeleteMemberCommandOutput extends DeleteMemberOutput, __Metadat
54
61
  export declare class DeleteMemberCommand extends $Command<DeleteMemberCommandInput, DeleteMemberCommandOutput, CleanRoomsClientResolvedConfig> {
55
62
  readonly input: DeleteMemberCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DeleteMemberCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMemberCommandInput, DeleteMemberCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { DeleteMembershipInput, DeleteMembershipOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteMembershipCommand}.
8
10
  */
9
11
  export interface DeleteMembershipCommandInput extends DeleteMembershipInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteMembershipCommand}.
13
17
  */
14
18
  export interface DeleteMembershipCommandOutput extends DeleteMembershipOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a specified membership. All resources under a membership must be deleted.</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 DeleteMembershipCommandOutput extends DeleteMembershipOutput, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteMembershipCommandInput - {@link DeleteMembershipCommandInput}
34
+ * @returns {@link DeleteMembershipCommandOutput}
28
35
  * @see {@link DeleteMembershipCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteMembershipCommandOutput} for command's `response` shape.
30
37
  * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteMembershipCommandOutput extends DeleteMembershipOutput, _
52
59
  export declare class DeleteMembershipCommand extends $Command<DeleteMembershipCommandInput, DeleteMembershipCommandOutput, CleanRoomsClientResolvedConfig> {
53
60
  readonly input: DeleteMembershipCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteMembershipCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMembershipCommandInput, DeleteMembershipCommandOutput>;
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 { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { GetCollaborationInput, GetCollaborationOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetCollaborationCommand}.
8
10
  */
9
11
  export interface GetCollaborationCommandInput extends GetCollaborationInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetCollaborationCommand}.
13
17
  */
14
18
  export interface GetCollaborationCommandOutput extends GetCollaborationOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns metadata about a collaboration.</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 GetCollaborationCommandOutput extends GetCollaborationOutput, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetCollaborationCommandInput - {@link GetCollaborationCommandInput}
34
+ * @returns {@link GetCollaborationCommandOutput}
28
35
  * @see {@link GetCollaborationCommandInput} for command's `input` shape.
29
36
  * @see {@link GetCollaborationCommandOutput} for command's `response` shape.
30
37
  * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetCollaborationCommandOutput extends GetCollaborationOutput, _
46
53
  export declare class GetCollaborationCommand extends $Command<GetCollaborationCommandInput, GetCollaborationCommandOutput, CleanRoomsClientResolvedConfig> {
47
54
  readonly input: GetCollaborationCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetCollaborationCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCollaborationCommandInput, GetCollaborationCommandOutput>;
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 { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { GetConfiguredTableAnalysisRuleInput, GetConfiguredTableAnalysisRuleOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetConfiguredTableAnalysisRuleCommand}.
8
10
  */
9
11
  export interface GetConfiguredTableAnalysisRuleCommandInput extends GetConfiguredTableAnalysisRuleInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetConfiguredTableAnalysisRuleCommand}.
13
17
  */
14
18
  export interface GetConfiguredTableAnalysisRuleCommandOutput extends GetConfiguredTableAnalysisRuleOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves a configured table analysis rule.</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 GetConfiguredTableAnalysisRuleCommandOutput extends GetConfigur
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetConfiguredTableAnalysisRuleCommandInput - {@link GetConfiguredTableAnalysisRuleCommandInput}
34
+ * @returns {@link GetConfiguredTableAnalysisRuleCommandOutput}
28
35
  * @see {@link GetConfiguredTableAnalysisRuleCommandInput} for command's `input` shape.
29
36
  * @see {@link GetConfiguredTableAnalysisRuleCommandOutput} for command's `response` shape.
30
37
  * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetConfiguredTableAnalysisRuleCommandOutput extends GetConfigur
49
56
  export declare class GetConfiguredTableAnalysisRuleCommand extends $Command<GetConfiguredTableAnalysisRuleCommandInput, GetConfiguredTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig> {
50
57
  readonly input: GetConfiguredTableAnalysisRuleCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetConfiguredTableAnalysisRuleCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfiguredTableAnalysisRuleCommandInput, GetConfiguredTableAnalysisRuleCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { GetConfiguredTableAssociationInput, GetConfiguredTableAssociationOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetConfiguredTableAssociationCommand}.
8
10
  */
9
11
  export interface GetConfiguredTableAssociationCommandInput extends GetConfiguredTableAssociationInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetConfiguredTableAssociationCommand}.
13
17
  */
14
18
  export interface GetConfiguredTableAssociationCommandOutput extends GetConfiguredTableAssociationOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves a configured table association.</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 GetConfiguredTableAssociationCommandOutput extends GetConfigure
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetConfiguredTableAssociationCommandInput - {@link GetConfiguredTableAssociationCommandInput}
34
+ * @returns {@link GetConfiguredTableAssociationCommandOutput}
28
35
  * @see {@link GetConfiguredTableAssociationCommandInput} for command's `input` shape.
29
36
  * @see {@link GetConfiguredTableAssociationCommandOutput} for command's `response` shape.
30
37
  * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetConfiguredTableAssociationCommandOutput extends GetConfigure
49
56
  export declare class GetConfiguredTableAssociationCommand extends $Command<GetConfiguredTableAssociationCommandInput, GetConfiguredTableAssociationCommandOutput, CleanRoomsClientResolvedConfig> {
50
57
  readonly input: GetConfiguredTableAssociationCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetConfiguredTableAssociationCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfiguredTableAssociationCommandInput, GetConfiguredTableAssociationCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { GetConfiguredTableInput, GetConfiguredTableOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetConfiguredTableCommand}.
8
10
  */
9
11
  export interface GetConfiguredTableCommandInput extends GetConfiguredTableInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetConfiguredTableCommand}.
13
17
  */
14
18
  export interface GetConfiguredTableCommandOutput extends GetConfiguredTableOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves a configured table.</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 GetConfiguredTableCommandOutput extends GetConfiguredTableOutpu
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetConfiguredTableCommandInput - {@link GetConfiguredTableCommandInput}
34
+ * @returns {@link GetConfiguredTableCommandOutput}
28
35
  * @see {@link GetConfiguredTableCommandInput} for command's `input` shape.
29
36
  * @see {@link GetConfiguredTableCommandOutput} for command's `response` shape.
30
37
  * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetConfiguredTableCommandOutput extends GetConfiguredTableOutpu
49
56
  export declare class GetConfiguredTableCommand extends $Command<GetConfiguredTableCommandInput, GetConfiguredTableCommandOutput, CleanRoomsClientResolvedConfig> {
50
57
  readonly input: GetConfiguredTableCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetConfiguredTableCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfiguredTableCommandInput, GetConfiguredTableCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { GetMembershipInput, GetMembershipOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetMembershipCommand}.
8
10
  */
9
11
  export interface GetMembershipCommandInput extends GetMembershipInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetMembershipCommand}.
13
17
  */
14
18
  export interface GetMembershipCommandOutput extends GetMembershipOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves a specified membership for an identifier.</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 GetMembershipCommandOutput extends GetMembershipOutput, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetMembershipCommandInput - {@link GetMembershipCommandInput}
34
+ * @returns {@link GetMembershipCommandOutput}
28
35
  * @see {@link GetMembershipCommandInput} for command's `input` shape.
29
36
  * @see {@link GetMembershipCommandOutput} for command's `response` shape.
30
37
  * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetMembershipCommandOutput extends GetMembershipOutput, __Metad
49
56
  export declare class GetMembershipCommand extends $Command<GetMembershipCommandInput, GetMembershipCommandOutput, CleanRoomsClientResolvedConfig> {
50
57
  readonly input: GetMembershipCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetMembershipCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMembershipCommandInput, GetMembershipCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { GetProtectedQueryInput, GetProtectedQueryOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetProtectedQueryCommand}.
8
10
  */
9
11
  export interface GetProtectedQueryCommandInput extends GetProtectedQueryInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetProtectedQueryCommand}.
13
17
  */
14
18
  export interface GetProtectedQueryCommandOutput extends GetProtectedQueryOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns query processing metadata.</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 GetProtectedQueryCommandOutput extends GetProtectedQueryOutput,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetProtectedQueryCommandInput - {@link GetProtectedQueryCommandInput}
34
+ * @returns {@link GetProtectedQueryCommandOutput}
28
35
  * @see {@link GetProtectedQueryCommandInput} for command's `input` shape.
29
36
  * @see {@link GetProtectedQueryCommandOutput} for command's `response` shape.
30
37
  * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetProtectedQueryCommandOutput extends GetProtectedQueryOutput,
49
56
  export declare class GetProtectedQueryCommand extends $Command<GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput, CleanRoomsClientResolvedConfig> {
50
57
  readonly input: GetProtectedQueryCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetProtectedQueryCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }