@aws-sdk/client-cleanrooms 3.295.0 → 3.297.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 (79) hide show
  1. package/README.md +25 -4
  2. package/dist-cjs/CleanRooms.js +45 -0
  3. package/dist-cjs/commands/ListTagsForResourceCommand.js +46 -0
  4. package/dist-cjs/commands/TagResourceCommand.js +46 -0
  5. package/dist-cjs/commands/UntagResourceCommand.js +46 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/endpoint/ruleset.js +3 -3
  8. package/dist-cjs/models/models_0.js +26 -1
  9. package/dist-cjs/protocols/Aws_restJson1.js +198 -2
  10. package/dist-es/CleanRooms.js +45 -0
  11. package/dist-es/commands/ListTagsForResourceCommand.js +42 -0
  12. package/dist-es/commands/TagResourceCommand.js +42 -0
  13. package/dist-es/commands/UntagResourceCommand.js +42 -0
  14. package/dist-es/commands/index.js +3 -0
  15. package/dist-es/endpoint/ruleset.js +3 -3
  16. package/dist-es/models/models_0.js +19 -0
  17. package/dist-es/protocols/Aws_restJson1.js +190 -0
  18. package/dist-types/CleanRooms.d.ts +61 -5
  19. package/dist-types/CleanRoomsClient.d.ts +31 -11
  20. package/dist-types/commands/BatchGetSchemaCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateCollaborationCommand.d.ts +16 -0
  22. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +16 -0
  24. package/dist-types/commands/CreateConfiguredTableCommand.d.ts +16 -0
  25. package/dist-types/commands/CreateMembershipCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteCollaborationCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteConfiguredTableAssociationCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteConfiguredTableCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteMemberCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteMembershipCommand.d.ts +16 -0
  32. package/dist-types/commands/GetCollaborationCommand.d.ts +16 -0
  33. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +16 -0
  34. package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +16 -0
  35. package/dist-types/commands/GetConfiguredTableCommand.d.ts +16 -0
  36. package/dist-types/commands/GetMembershipCommand.d.ts +16 -0
  37. package/dist-types/commands/GetProtectedQueryCommand.d.ts +16 -0
  38. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +16 -0
  39. package/dist-types/commands/GetSchemaCommand.d.ts +16 -0
  40. package/dist-types/commands/ListCollaborationsCommand.d.ts +16 -0
  41. package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +19 -0
  42. package/dist-types/commands/ListConfiguredTablesCommand.d.ts +16 -0
  43. package/dist-types/commands/ListMembersCommand.d.ts +16 -0
  44. package/dist-types/commands/ListMembershipsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +19 -0
  46. package/dist-types/commands/ListSchemasCommand.d.ts +16 -0
  47. package/dist-types/commands/ListTagsForResourceCommand.d.ts +66 -0
  48. package/dist-types/commands/StartProtectedQueryCommand.d.ts +16 -0
  49. package/dist-types/commands/TagResourceCommand.d.ts +66 -0
  50. package/dist-types/commands/UntagResourceCommand.d.ts +66 -0
  51. package/dist-types/commands/UpdateCollaborationCommand.d.ts +16 -0
  52. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +16 -0
  53. package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +16 -0
  54. package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +16 -0
  55. package/dist-types/commands/UpdateMembershipCommand.d.ts +16 -0
  56. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +16 -0
  57. package/dist-types/commands/index.d.ts +3 -0
  58. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  59. package/dist-types/models/CleanRoomsServiceException.d.ts +2 -0
  60. package/dist-types/models/models_0.d.ts +443 -3
  61. package/dist-types/pagination/Interfaces.d.ts +3 -0
  62. package/dist-types/pagination/ListCollaborationsPaginator.d.ts +3 -0
  63. package/dist-types/pagination/ListConfiguredTableAssociationsPaginator.d.ts +3 -0
  64. package/dist-types/pagination/ListConfiguredTablesPaginator.d.ts +3 -0
  65. package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
  66. package/dist-types/pagination/ListMembershipsPaginator.d.ts +3 -0
  67. package/dist-types/pagination/ListProtectedQueriesPaginator.d.ts +3 -0
  68. package/dist-types/pagination/ListSchemasPaginator.d.ts +3 -0
  69. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  70. package/dist-types/ts3.4/CleanRooms.d.ts +51 -0
  71. package/dist-types/ts3.4/CleanRoomsClient.d.ts +18 -0
  72. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -0
  73. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -0
  74. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -0
  75. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  76. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  77. package/dist-types/ts3.4/models/models_0.d.ts +39 -0
  78. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  79. package/package.json +29 -29
@@ -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
  }
@@ -25,7 +25,10 @@ export * from "./ListMembersCommand";
25
25
  export * from "./ListMembershipsCommand";
26
26
  export * from "./ListProtectedQueriesCommand";
27
27
  export * from "./ListSchemasCommand";
28
+ export * from "./ListTagsForResourceCommand";
28
29
  export * from "./StartProtectedQueryCommand";
30
+ export * from "./TagResourceCommand";
31
+ export * from "./UntagResourceCommand";
29
32
  export * from "./UpdateCollaborationCommand";
30
33
  export * from "./UpdateConfiguredTableAnalysisRuleCommand";
31
34
  export * from "./UpdateConfiguredTableAssociationCommand";
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
12
12
  defaultSigningName: string;
13
13
  };
14
14
  export interface EndpointParameters extends __EndpointParameters {
15
- Region: string;
15
+ Region?: string;
16
16
  UseDualStack?: boolean;
17
17
  UseFIPS?: boolean;
18
18
  Endpoint?: string;
@@ -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 {