@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 { UpdateCollaborationInput, UpdateCollaborationOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateCollaborationCommand}.
8
10
  */
9
11
  export interface UpdateCollaborationCommandInput extends UpdateCollaborationInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateCollaborationCommand}.
13
17
  */
14
18
  export interface UpdateCollaborationCommandOutput extends UpdateCollaborationOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates collaboration metadata and 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 UpdateCollaborationCommandOutput extends UpdateCollaborationOut
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateCollaborationCommandInput - {@link UpdateCollaborationCommandInput}
34
+ * @returns {@link UpdateCollaborationCommandOutput}
28
35
  * @see {@link UpdateCollaborationCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateCollaborationCommandOutput} for command's `response` shape.
30
37
  * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateCollaborationCommandOutput extends UpdateCollaborationOut
46
53
  export declare class UpdateCollaborationCommand extends $Command<UpdateCollaborationCommandInput, UpdateCollaborationCommandOutput, CleanRoomsClientResolvedConfig> {
47
54
  readonly input: UpdateCollaborationCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateCollaborationCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCollaborationCommandInput, UpdateCollaborationCommandOutput>;
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 { UpdateConfiguredTableAnalysisRuleInput, UpdateConfiguredTableAnalysisRuleOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateConfiguredTableAnalysisRuleCommand}.
8
10
  */
9
11
  export interface UpdateConfiguredTableAnalysisRuleCommandInput extends UpdateConfiguredTableAnalysisRuleInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateConfiguredTableAnalysisRuleCommand}.
13
17
  */
14
18
  export interface UpdateConfiguredTableAnalysisRuleCommandOutput extends UpdateConfiguredTableAnalysisRuleOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates 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 UpdateConfiguredTableAnalysisRuleCommandOutput extends UpdateCo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateConfiguredTableAnalysisRuleCommandInput - {@link UpdateConfiguredTableAnalysisRuleCommandInput}
34
+ * @returns {@link UpdateConfiguredTableAnalysisRuleCommandOutput}
28
35
  * @see {@link UpdateConfiguredTableAnalysisRuleCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateConfiguredTableAnalysisRuleCommandOutput} for command's `response` shape.
30
37
  * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateConfiguredTableAnalysisRuleCommandOutput extends UpdateCo
52
59
  export declare class UpdateConfiguredTableAnalysisRuleCommand extends $Command<UpdateConfiguredTableAnalysisRuleCommandInput, UpdateConfiguredTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig> {
53
60
  readonly input: UpdateConfiguredTableAnalysisRuleCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateConfiguredTableAnalysisRuleCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfiguredTableAnalysisRuleCommandInput, UpdateConfiguredTableAnalysisRuleCommandOutput>;
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 { UpdateConfiguredTableAssociationInput, UpdateConfiguredTableAssociationOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateConfiguredTableAssociationCommand}.
8
10
  */
9
11
  export interface UpdateConfiguredTableAssociationCommandInput extends UpdateConfiguredTableAssociationInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateConfiguredTableAssociationCommand}.
13
17
  */
14
18
  export interface UpdateConfiguredTableAssociationCommandOutput extends UpdateConfiguredTableAssociationOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates 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 UpdateConfiguredTableAssociationCommandOutput extends UpdateCon
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateConfiguredTableAssociationCommandInput - {@link UpdateConfiguredTableAssociationCommandInput}
34
+ * @returns {@link UpdateConfiguredTableAssociationCommandOutput}
28
35
  * @see {@link UpdateConfiguredTableAssociationCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateConfiguredTableAssociationCommandOutput} for command's `response` shape.
30
37
  * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateConfiguredTableAssociationCommandOutput extends UpdateCon
52
59
  export declare class UpdateConfiguredTableAssociationCommand extends $Command<UpdateConfiguredTableAssociationCommandInput, UpdateConfiguredTableAssociationCommandOutput, CleanRoomsClientResolvedConfig> {
53
60
  readonly input: UpdateConfiguredTableAssociationCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateConfiguredTableAssociationCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfiguredTableAssociationCommandInput, UpdateConfiguredTableAssociationCommandOutput>;
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 { UpdateConfiguredTableInput, UpdateConfiguredTableOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateConfiguredTableCommand}.
8
10
  */
9
11
  export interface UpdateConfiguredTableCommandInput extends UpdateConfiguredTableInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateConfiguredTableCommand}.
13
17
  */
14
18
  export interface UpdateConfiguredTableCommandOutput extends UpdateConfiguredTableOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates 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 UpdateConfiguredTableCommandOutput extends UpdateConfiguredTabl
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateConfiguredTableCommandInput - {@link UpdateConfiguredTableCommandInput}
34
+ * @returns {@link UpdateConfiguredTableCommandOutput}
28
35
  * @see {@link UpdateConfiguredTableCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateConfiguredTableCommandOutput} for command's `response` shape.
30
37
  * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateConfiguredTableCommandOutput extends UpdateConfiguredTabl
52
59
  export declare class UpdateConfiguredTableCommand extends $Command<UpdateConfiguredTableCommandInput, UpdateConfiguredTableCommandOutput, CleanRoomsClientResolvedConfig> {
53
60
  readonly input: UpdateConfiguredTableCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateConfiguredTableCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfiguredTableCommandInput, UpdateConfiguredTableCommandOutput>;
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 { UpdateMembershipInput, UpdateMembershipOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateMembershipCommand}.
8
10
  */
9
11
  export interface UpdateMembershipCommandInput extends UpdateMembershipInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateMembershipCommand}.
13
17
  */
14
18
  export interface UpdateMembershipCommandOutput extends UpdateMembershipOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a membership.</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 UpdateMembershipCommandOutput extends UpdateMembershipOutput, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateMembershipCommandInput - {@link UpdateMembershipCommandInput}
34
+ * @returns {@link UpdateMembershipCommandOutput}
28
35
  * @see {@link UpdateMembershipCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateMembershipCommandOutput} for command's `response` shape.
30
37
  * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateMembershipCommandOutput extends UpdateMembershipOutput, _
52
59
  export declare class UpdateMembershipCommand extends $Command<UpdateMembershipCommandInput, UpdateMembershipCommandOutput, CleanRoomsClientResolvedConfig> {
53
60
  readonly input: UpdateMembershipCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateMembershipCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMembershipCommandInput, UpdateMembershipCommandOutput>;
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 { UpdateProtectedQueryInput, UpdateProtectedQueryOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateProtectedQueryCommand}.
8
10
  */
9
11
  export interface UpdateProtectedQueryCommandInput extends UpdateProtectedQueryInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateProtectedQueryCommand}.
13
17
  */
14
18
  export interface UpdateProtectedQueryCommandOutput extends UpdateProtectedQueryOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the processing of a currently running query.</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 UpdateProtectedQueryCommandOutput extends UpdateProtectedQueryO
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateProtectedQueryCommandInput - {@link UpdateProtectedQueryCommandInput}
34
+ * @returns {@link UpdateProtectedQueryCommandOutput}
28
35
  * @see {@link UpdateProtectedQueryCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateProtectedQueryCommandOutput} for command's `response` shape.
30
37
  * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateProtectedQueryCommandOutput extends UpdateProtectedQueryO
52
59
  export declare class UpdateProtectedQueryCommand extends $Command<UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput, CleanRoomsClientResolvedConfig> {
53
60
  readonly input: UpdateProtectedQueryCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateProtectedQueryCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -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 CleanRooms service.
4
6
  */
5
7
  export declare class CleanRoomsServiceException extends __ServiceException {