@aws-sdk/client-cleanrooms 3.378.0 → 3.381.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 (83) hide show
  1. package/README.md +71 -7
  2. package/dist-cjs/CleanRooms.js +16 -0
  3. package/dist-cjs/commands/BatchGetCollaborationAnalysisTemplateCommand.js +47 -0
  4. package/dist-cjs/commands/CreateAnalysisTemplateCommand.js +47 -0
  5. package/dist-cjs/commands/DeleteAnalysisTemplateCommand.js +46 -0
  6. package/dist-cjs/commands/GetAnalysisTemplateCommand.js +47 -0
  7. package/dist-cjs/commands/GetCollaborationAnalysisTemplateCommand.js +47 -0
  8. package/dist-cjs/commands/ListAnalysisTemplatesCommand.js +46 -0
  9. package/dist-cjs/commands/ListCollaborationAnalysisTemplatesCommand.js +46 -0
  10. package/dist-cjs/commands/UpdateAnalysisTemplateCommand.js +47 -0
  11. package/dist-cjs/commands/index.js +8 -0
  12. package/dist-cjs/models/models_0.js +139 -45
  13. package/dist-cjs/pagination/ListAnalysisTemplatesPaginator.js +29 -0
  14. package/dist-cjs/pagination/ListCollaborationAnalysisTemplatesPaginator.js +29 -0
  15. package/dist-cjs/pagination/index.js +2 -0
  16. package/dist-cjs/protocols/Aws_restJson1.js +673 -36
  17. package/dist-es/CleanRooms.js +16 -0
  18. package/dist-es/commands/BatchGetCollaborationAnalysisTemplateCommand.js +43 -0
  19. package/dist-es/commands/CreateAnalysisTemplateCommand.js +43 -0
  20. package/dist-es/commands/DeleteAnalysisTemplateCommand.js +42 -0
  21. package/dist-es/commands/GetAnalysisTemplateCommand.js +43 -0
  22. package/dist-es/commands/GetCollaborationAnalysisTemplateCommand.js +43 -0
  23. package/dist-es/commands/ListAnalysisTemplatesCommand.js +42 -0
  24. package/dist-es/commands/ListCollaborationAnalysisTemplatesCommand.js +42 -0
  25. package/dist-es/commands/UpdateAnalysisTemplateCommand.js +43 -0
  26. package/dist-es/commands/index.js +8 -0
  27. package/dist-es/models/models_0.js +125 -42
  28. package/dist-es/pagination/ListAnalysisTemplatesPaginator.js +25 -0
  29. package/dist-es/pagination/ListCollaborationAnalysisTemplatesPaginator.js +25 -0
  30. package/dist-es/pagination/index.js +2 -0
  31. package/dist-es/protocols/Aws_restJson1.js +698 -77
  32. package/dist-types/CleanRooms.d.ts +56 -0
  33. package/dist-types/CleanRoomsClient.d.ts +10 -2
  34. package/dist-types/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +126 -0
  35. package/dist-types/commands/BatchGetSchemaCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateAnalysisTemplateCommand.d.ts +137 -0
  37. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +18 -2
  38. package/dist-types/commands/CreateConfiguredTableCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteAnalysisTemplateCommand.d.ts +87 -0
  40. package/dist-types/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +1 -1
  41. package/dist-types/commands/GetAnalysisTemplateCommand.d.ts +116 -0
  42. package/dist-types/commands/GetCollaborationAnalysisTemplateCommand.d.ts +115 -0
  43. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +10 -2
  44. package/dist-types/commands/GetConfiguredTableCommand.d.ts +1 -1
  45. package/dist-types/commands/GetProtectedQueryCommand.d.ts +4 -0
  46. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +10 -2
  47. package/dist-types/commands/GetSchemaCommand.d.ts +1 -1
  48. package/dist-types/commands/ListAnalysisTemplatesCommand.d.ts +104 -0
  49. package/dist-types/commands/ListCollaborationAnalysisTemplatesCommand.d.ts +103 -0
  50. package/dist-types/commands/ListConfiguredTablesCommand.d.ts +1 -1
  51. package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
  52. package/dist-types/commands/StartProtectedQueryCommand.d.ts +8 -0
  53. package/dist-types/commands/UpdateAnalysisTemplateCommand.d.ts +117 -0
  54. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +18 -2
  55. package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +4 -0
  57. package/dist-types/commands/index.d.ts +8 -0
  58. package/dist-types/endpoint/EndpointParameters.d.ts +3 -0
  59. package/dist-types/index.d.ts +1 -0
  60. package/dist-types/models/models_0.d.ts +793 -166
  61. package/dist-types/pagination/ListAnalysisTemplatesPaginator.d.ts +7 -0
  62. package/dist-types/pagination/ListCollaborationAnalysisTemplatesPaginator.d.ts +7 -0
  63. package/dist-types/pagination/index.d.ts +2 -0
  64. package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
  65. package/dist-types/runtimeConfig.browser.d.ts +3 -1
  66. package/dist-types/ts3.4/CleanRooms.d.ts +148 -0
  67. package/dist-types/ts3.4/CleanRoomsClient.d.ts +48 -0
  68. package/dist-types/ts3.4/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +42 -0
  69. package/dist-types/ts3.4/commands/CreateAnalysisTemplateCommand.d.ts +42 -0
  70. package/dist-types/ts3.4/commands/DeleteAnalysisTemplateCommand.d.ts +42 -0
  71. package/dist-types/ts3.4/commands/GetAnalysisTemplateCommand.d.ts +39 -0
  72. package/dist-types/ts3.4/commands/GetCollaborationAnalysisTemplateCommand.d.ts +42 -0
  73. package/dist-types/ts3.4/commands/ListAnalysisTemplatesCommand.d.ts +42 -0
  74. package/dist-types/ts3.4/commands/ListCollaborationAnalysisTemplatesCommand.d.ts +42 -0
  75. package/dist-types/ts3.4/commands/UpdateAnalysisTemplateCommand.d.ts +42 -0
  76. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  77. package/dist-types/ts3.4/index.d.ts +1 -0
  78. package/dist-types/ts3.4/models/models_0.d.ts +294 -58
  79. package/dist-types/ts3.4/pagination/ListAnalysisTemplatesPaginator.d.ts +11 -0
  80. package/dist-types/ts3.4/pagination/ListCollaborationAnalysisTemplatesPaginator.d.ts +11 -0
  81. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  82. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
  83. package/package.json +6 -6
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsClient";
14
+ import {
15
+ CreateAnalysisTemplateInput,
16
+ CreateAnalysisTemplateOutput,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface CreateAnalysisTemplateCommandInput
20
+ extends CreateAnalysisTemplateInput {}
21
+ export interface CreateAnalysisTemplateCommandOutput
22
+ extends CreateAnalysisTemplateOutput,
23
+ __MetadataBearer {}
24
+ export declare class CreateAnalysisTemplateCommand extends $Command<
25
+ CreateAnalysisTemplateCommandInput,
26
+ CreateAnalysisTemplateCommandOutput,
27
+ CleanRoomsClientResolvedConfig
28
+ > {
29
+ readonly input: CreateAnalysisTemplateCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: CreateAnalysisTemplateCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: CleanRoomsClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ CreateAnalysisTemplateCommandInput,
38
+ CreateAnalysisTemplateCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsClient";
14
+ import {
15
+ DeleteAnalysisTemplateInput,
16
+ DeleteAnalysisTemplateOutput,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DeleteAnalysisTemplateCommandInput
20
+ extends DeleteAnalysisTemplateInput {}
21
+ export interface DeleteAnalysisTemplateCommandOutput
22
+ extends DeleteAnalysisTemplateOutput,
23
+ __MetadataBearer {}
24
+ export declare class DeleteAnalysisTemplateCommand extends $Command<
25
+ DeleteAnalysisTemplateCommandInput,
26
+ DeleteAnalysisTemplateCommandOutput,
27
+ CleanRoomsClientResolvedConfig
28
+ > {
29
+ readonly input: DeleteAnalysisTemplateCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DeleteAnalysisTemplateCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: CleanRoomsClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DeleteAnalysisTemplateCommandInput,
38
+ DeleteAnalysisTemplateCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsClient";
14
+ import {
15
+ GetAnalysisTemplateInput,
16
+ GetAnalysisTemplateOutput,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface GetAnalysisTemplateCommandInput
20
+ extends GetAnalysisTemplateInput {}
21
+ export interface GetAnalysisTemplateCommandOutput
22
+ extends GetAnalysisTemplateOutput,
23
+ __MetadataBearer {}
24
+ export declare class GetAnalysisTemplateCommand extends $Command<
25
+ GetAnalysisTemplateCommandInput,
26
+ GetAnalysisTemplateCommandOutput,
27
+ CleanRoomsClientResolvedConfig
28
+ > {
29
+ readonly input: GetAnalysisTemplateCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: GetAnalysisTemplateCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: CleanRoomsClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<GetAnalysisTemplateCommandInput, GetAnalysisTemplateCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsClient";
14
+ import {
15
+ GetCollaborationAnalysisTemplateInput,
16
+ GetCollaborationAnalysisTemplateOutput,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface GetCollaborationAnalysisTemplateCommandInput
20
+ extends GetCollaborationAnalysisTemplateInput {}
21
+ export interface GetCollaborationAnalysisTemplateCommandOutput
22
+ extends GetCollaborationAnalysisTemplateOutput,
23
+ __MetadataBearer {}
24
+ export declare class GetCollaborationAnalysisTemplateCommand extends $Command<
25
+ GetCollaborationAnalysisTemplateCommandInput,
26
+ GetCollaborationAnalysisTemplateCommandOutput,
27
+ CleanRoomsClientResolvedConfig
28
+ > {
29
+ readonly input: GetCollaborationAnalysisTemplateCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: GetCollaborationAnalysisTemplateCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: CleanRoomsClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ GetCollaborationAnalysisTemplateCommandInput,
38
+ GetCollaborationAnalysisTemplateCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsClient";
14
+ import {
15
+ ListAnalysisTemplatesInput,
16
+ ListAnalysisTemplatesOutput,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListAnalysisTemplatesCommandInput
20
+ extends ListAnalysisTemplatesInput {}
21
+ export interface ListAnalysisTemplatesCommandOutput
22
+ extends ListAnalysisTemplatesOutput,
23
+ __MetadataBearer {}
24
+ export declare class ListAnalysisTemplatesCommand extends $Command<
25
+ ListAnalysisTemplatesCommandInput,
26
+ ListAnalysisTemplatesCommandOutput,
27
+ CleanRoomsClientResolvedConfig
28
+ > {
29
+ readonly input: ListAnalysisTemplatesCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ListAnalysisTemplatesCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: CleanRoomsClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ ListAnalysisTemplatesCommandInput,
38
+ ListAnalysisTemplatesCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsClient";
14
+ import {
15
+ ListCollaborationAnalysisTemplatesInput,
16
+ ListCollaborationAnalysisTemplatesOutput,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListCollaborationAnalysisTemplatesCommandInput
20
+ extends ListCollaborationAnalysisTemplatesInput {}
21
+ export interface ListCollaborationAnalysisTemplatesCommandOutput
22
+ extends ListCollaborationAnalysisTemplatesOutput,
23
+ __MetadataBearer {}
24
+ export declare class ListCollaborationAnalysisTemplatesCommand extends $Command<
25
+ ListCollaborationAnalysisTemplatesCommandInput,
26
+ ListCollaborationAnalysisTemplatesCommandOutput,
27
+ CleanRoomsClientResolvedConfig
28
+ > {
29
+ readonly input: ListCollaborationAnalysisTemplatesCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ListCollaborationAnalysisTemplatesCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: CleanRoomsClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ ListCollaborationAnalysisTemplatesCommandInput,
38
+ ListCollaborationAnalysisTemplatesCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsClient";
14
+ import {
15
+ UpdateAnalysisTemplateInput,
16
+ UpdateAnalysisTemplateOutput,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface UpdateAnalysisTemplateCommandInput
20
+ extends UpdateAnalysisTemplateInput {}
21
+ export interface UpdateAnalysisTemplateCommandOutput
22
+ extends UpdateAnalysisTemplateOutput,
23
+ __MetadataBearer {}
24
+ export declare class UpdateAnalysisTemplateCommand extends $Command<
25
+ UpdateAnalysisTemplateCommandInput,
26
+ UpdateAnalysisTemplateCommandOutput,
27
+ CleanRoomsClientResolvedConfig
28
+ > {
29
+ readonly input: UpdateAnalysisTemplateCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: UpdateAnalysisTemplateCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: CleanRoomsClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ UpdateAnalysisTemplateCommandInput,
38
+ UpdateAnalysisTemplateCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -1,15 +1,20 @@
1
+ export * from "./BatchGetCollaborationAnalysisTemplateCommand";
1
2
  export * from "./BatchGetSchemaCommand";
3
+ export * from "./CreateAnalysisTemplateCommand";
2
4
  export * from "./CreateCollaborationCommand";
3
5
  export * from "./CreateConfiguredTableAnalysisRuleCommand";
4
6
  export * from "./CreateConfiguredTableAssociationCommand";
5
7
  export * from "./CreateConfiguredTableCommand";
6
8
  export * from "./CreateMembershipCommand";
9
+ export * from "./DeleteAnalysisTemplateCommand";
7
10
  export * from "./DeleteCollaborationCommand";
8
11
  export * from "./DeleteConfiguredTableAnalysisRuleCommand";
9
12
  export * from "./DeleteConfiguredTableAssociationCommand";
10
13
  export * from "./DeleteConfiguredTableCommand";
11
14
  export * from "./DeleteMemberCommand";
12
15
  export * from "./DeleteMembershipCommand";
16
+ export * from "./GetAnalysisTemplateCommand";
17
+ export * from "./GetCollaborationAnalysisTemplateCommand";
13
18
  export * from "./GetCollaborationCommand";
14
19
  export * from "./GetConfiguredTableAnalysisRuleCommand";
15
20
  export * from "./GetConfiguredTableAssociationCommand";
@@ -18,6 +23,8 @@ export * from "./GetMembershipCommand";
18
23
  export * from "./GetProtectedQueryCommand";
19
24
  export * from "./GetSchemaAnalysisRuleCommand";
20
25
  export * from "./GetSchemaCommand";
26
+ export * from "./ListAnalysisTemplatesCommand";
27
+ export * from "./ListCollaborationAnalysisTemplatesCommand";
21
28
  export * from "./ListCollaborationsCommand";
22
29
  export * from "./ListConfiguredTableAssociationsCommand";
23
30
  export * from "./ListConfiguredTablesCommand";
@@ -29,6 +36,7 @@ export * from "./ListTagsForResourceCommand";
29
36
  export * from "./StartProtectedQueryCommand";
30
37
  export * from "./TagResourceCommand";
31
38
  export * from "./UntagResourceCommand";
39
+ export * from "./UpdateAnalysisTemplateCommand";
32
40
  export * from "./UpdateCollaborationCommand";
33
41
  export * from "./UpdateConfiguredTableAnalysisRuleCommand";
34
42
  export * from "./UpdateConfiguredTableAssociationCommand";
@@ -1,5 +1,6 @@
1
1
  export * from "./CleanRoomsClient";
2
2
  export * from "./CleanRooms";
3
+ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
3
4
  export * from "./commands";
4
5
  export * from "./pagination";
5
6
  export * from "./models";