@aws-sdk/client-cleanrooms 3.614.0 → 3.618.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 (80) hide show
  1. package/README.md +104 -0
  2. package/dist-cjs/index.js +814 -11
  3. package/dist-es/CleanRooms.js +26 -0
  4. package/dist-es/CleanRoomsClient.js +5 -5
  5. package/dist-es/commands/CreateIdMappingTableCommand.js +24 -0
  6. package/dist-es/commands/CreateIdNamespaceAssociationCommand.js +24 -0
  7. package/dist-es/commands/DeleteIdMappingTableCommand.js +24 -0
  8. package/dist-es/commands/DeleteIdNamespaceAssociationCommand.js +24 -0
  9. package/dist-es/commands/GetCollaborationIdNamespaceAssociationCommand.js +24 -0
  10. package/dist-es/commands/GetIdMappingTableCommand.js +24 -0
  11. package/dist-es/commands/GetIdNamespaceAssociationCommand.js +24 -0
  12. package/dist-es/commands/ListCollaborationIdNamespaceAssociationsCommand.js +24 -0
  13. package/dist-es/commands/ListIdMappingTablesCommand.js +24 -0
  14. package/dist-es/commands/ListIdNamespaceAssociationsCommand.js +24 -0
  15. package/dist-es/commands/PopulateIdMappingTableCommand.js +24 -0
  16. package/dist-es/commands/UpdateIdMappingTableCommand.js +24 -0
  17. package/dist-es/commands/UpdateIdNamespaceAssociationCommand.js +24 -0
  18. package/dist-es/commands/index.js +13 -0
  19. package/dist-es/models/models_0.js +29 -0
  20. package/dist-es/pagination/ListCollaborationIdNamespaceAssociationsPaginator.js +4 -0
  21. package/dist-es/pagination/ListIdMappingTablesPaginator.js +4 -0
  22. package/dist-es/pagination/ListIdNamespaceAssociationsPaginator.js +4 -0
  23. package/dist-es/pagination/index.js +3 -0
  24. package/dist-es/protocols/Aws_restJson1.js +483 -0
  25. package/dist-types/CleanRooms.d.ts +91 -0
  26. package/dist-types/CleanRoomsClient.d.ts +17 -4
  27. package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +16 -3
  28. package/dist-types/commands/BatchGetSchemaCommand.d.ts +15 -5
  29. package/dist-types/commands/CreateIdMappingTableCommand.d.ts +115 -0
  30. package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +117 -0
  31. package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +74 -0
  32. package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +74 -0
  33. package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +99 -0
  34. package/dist-types/commands/GetIdMappingTableCommand.d.ts +100 -0
  35. package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +100 -0
  36. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +15 -2
  37. package/dist-types/commands/GetSchemaCommand.d.ts +15 -5
  38. package/dist-types/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +97 -0
  39. package/dist-types/commands/ListIdMappingTablesCommand.d.ts +95 -0
  40. package/dist-types/commands/ListIdNamespaceAssociationsCommand.d.ts +98 -0
  41. package/dist-types/commands/ListSchemasCommand.d.ts +3 -3
  42. package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +79 -0
  43. package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +102 -0
  44. package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +105 -0
  45. package/dist-types/commands/index.d.ts +13 -0
  46. package/dist-types/models/models_0.d.ts +1334 -333
  47. package/dist-types/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +7 -0
  48. package/dist-types/pagination/ListIdMappingTablesPaginator.d.ts +7 -0
  49. package/dist-types/pagination/ListIdNamespaceAssociationsPaginator.d.ts +7 -0
  50. package/dist-types/pagination/index.d.ts +3 -0
  51. package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
  52. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  53. package/dist-types/runtimeConfig.d.ts +1 -1
  54. package/dist-types/runtimeConfig.native.d.ts +1 -1
  55. package/dist-types/ts3.4/CleanRooms.d.ts +233 -0
  56. package/dist-types/ts3.4/CleanRoomsClient.d.ts +80 -2
  57. package/dist-types/ts3.4/commands/CreateIdMappingTableCommand.d.ts +40 -0
  58. package/dist-types/ts3.4/commands/CreateIdNamespaceAssociationCommand.d.ts +40 -0
  59. package/dist-types/ts3.4/commands/DeleteIdMappingTableCommand.d.ts +40 -0
  60. package/dist-types/ts3.4/commands/DeleteIdNamespaceAssociationCommand.d.ts +40 -0
  61. package/dist-types/ts3.4/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +40 -0
  62. package/dist-types/ts3.4/commands/GetIdMappingTableCommand.d.ts +39 -0
  63. package/dist-types/ts3.4/commands/GetIdNamespaceAssociationCommand.d.ts +40 -0
  64. package/dist-types/ts3.4/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +40 -0
  65. package/dist-types/ts3.4/commands/ListIdMappingTablesCommand.d.ts +40 -0
  66. package/dist-types/ts3.4/commands/ListIdNamespaceAssociationsCommand.d.ts +40 -0
  67. package/dist-types/ts3.4/commands/PopulateIdMappingTableCommand.d.ts +40 -0
  68. package/dist-types/ts3.4/commands/UpdateIdMappingTableCommand.d.ts +40 -0
  69. package/dist-types/ts3.4/commands/UpdateIdNamespaceAssociationCommand.d.ts +40 -0
  70. package/dist-types/ts3.4/commands/index.d.ts +13 -0
  71. package/dist-types/ts3.4/models/models_0.d.ts +302 -0
  72. package/dist-types/ts3.4/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +11 -0
  73. package/dist-types/ts3.4/pagination/ListIdMappingTablesPaginator.d.ts +11 -0
  74. package/dist-types/ts3.4/pagination/ListIdNamespaceAssociationsPaginator.d.ts +11 -0
  75. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  76. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
  77. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  78. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  79. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  80. package/package.json +17 -17
@@ -0,0 +1,97 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
4
+ import { ListCollaborationIdNamespaceAssociationsInput, ListCollaborationIdNamespaceAssociationsOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListCollaborationIdNamespaceAssociationsCommand}.
14
+ */
15
+ export interface ListCollaborationIdNamespaceAssociationsCommandInput extends ListCollaborationIdNamespaceAssociationsInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListCollaborationIdNamespaceAssociationsCommand}.
21
+ */
22
+ export interface ListCollaborationIdNamespaceAssociationsCommandOutput extends ListCollaborationIdNamespaceAssociationsOutput, __MetadataBearer {
23
+ }
24
+ declare const ListCollaborationIdNamespaceAssociationsCommand_base: {
25
+ new (input: ListCollaborationIdNamespaceAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCollaborationIdNamespaceAssociationsCommandInput, ListCollaborationIdNamespaceAssociationsCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: ListCollaborationIdNamespaceAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCollaborationIdNamespaceAssociationsCommandInput, ListCollaborationIdNamespaceAssociationsCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Returns a list of the ID namespace associations in a collaboration.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { CleanRoomsClient, ListCollaborationIdNamespaceAssociationsCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
35
+ * // const { CleanRoomsClient, ListCollaborationIdNamespaceAssociationsCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
36
+ * const client = new CleanRoomsClient(config);
37
+ * const input = { // ListCollaborationIdNamespaceAssociationsInput
38
+ * collaborationIdentifier: "STRING_VALUE", // required
39
+ * nextToken: "STRING_VALUE",
40
+ * maxResults: Number("int"),
41
+ * };
42
+ * const command = new ListCollaborationIdNamespaceAssociationsCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // ListCollaborationIdNamespaceAssociationsOutput
45
+ * // nextToken: "STRING_VALUE",
46
+ * // collaborationIdNamespaceAssociationSummaries: [ // CollaborationIdNamespaceAssociationSummaryList // required
47
+ * // { // CollaborationIdNamespaceAssociationSummary
48
+ * // arn: "STRING_VALUE", // required
49
+ * // createTime: new Date("TIMESTAMP"), // required
50
+ * // id: "STRING_VALUE", // required
51
+ * // updateTime: new Date("TIMESTAMP"), // required
52
+ * // collaborationArn: "STRING_VALUE", // required
53
+ * // collaborationId: "STRING_VALUE", // required
54
+ * // creatorAccountId: "STRING_VALUE", // required
55
+ * // inputReferenceConfig: { // IdNamespaceAssociationInputReferenceConfig
56
+ * // inputReferenceArn: "STRING_VALUE", // required
57
+ * // manageResourcePolicies: true || false, // required
58
+ * // },
59
+ * // name: "STRING_VALUE", // required
60
+ * // description: "STRING_VALUE",
61
+ * // inputReferenceProperties: { // IdNamespaceAssociationInputReferencePropertiesSummary
62
+ * // idNamespaceType: "SOURCE" || "TARGET", // required
63
+ * // },
64
+ * // },
65
+ * // ],
66
+ * // };
67
+ *
68
+ * ```
69
+ *
70
+ * @param ListCollaborationIdNamespaceAssociationsCommandInput - {@link ListCollaborationIdNamespaceAssociationsCommandInput}
71
+ * @returns {@link ListCollaborationIdNamespaceAssociationsCommandOutput}
72
+ * @see {@link ListCollaborationIdNamespaceAssociationsCommandInput} for command's `input` shape.
73
+ * @see {@link ListCollaborationIdNamespaceAssociationsCommandOutput} for command's `response` shape.
74
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
75
+ *
76
+ * @throws {@link AccessDeniedException} (client fault)
77
+ * <p>Caller does not have sufficient access to perform this action.</p>
78
+ *
79
+ * @throws {@link InternalServerException} (server fault)
80
+ * <p>Unexpected error during processing of request.</p>
81
+ *
82
+ * @throws {@link ResourceNotFoundException} (client fault)
83
+ * <p>Request references a resource which does not exist.</p>
84
+ *
85
+ * @throws {@link ThrottlingException} (client fault)
86
+ * <p>Request was denied due to request throttling.</p>
87
+ *
88
+ * @throws {@link ValidationException} (client fault)
89
+ * <p>The input fails to satisfy the specified constraints.</p>
90
+ *
91
+ * @throws {@link CleanRoomsServiceException}
92
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
93
+ *
94
+ * @public
95
+ */
96
+ export declare class ListCollaborationIdNamespaceAssociationsCommand extends ListCollaborationIdNamespaceAssociationsCommand_base {
97
+ }
@@ -0,0 +1,95 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
4
+ import { ListIdMappingTablesInput, ListIdMappingTablesOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListIdMappingTablesCommand}.
14
+ */
15
+ export interface ListIdMappingTablesCommandInput extends ListIdMappingTablesInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListIdMappingTablesCommand}.
21
+ */
22
+ export interface ListIdMappingTablesCommandOutput extends ListIdMappingTablesOutput, __MetadataBearer {
23
+ }
24
+ declare const ListIdMappingTablesCommand_base: {
25
+ new (input: ListIdMappingTablesCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdMappingTablesCommandInput, ListIdMappingTablesCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: ListIdMappingTablesCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdMappingTablesCommandInput, ListIdMappingTablesCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Returns a list of ID mapping tables.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { CleanRoomsClient, ListIdMappingTablesCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
35
+ * // const { CleanRoomsClient, ListIdMappingTablesCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
36
+ * const client = new CleanRoomsClient(config);
37
+ * const input = { // ListIdMappingTablesInput
38
+ * membershipIdentifier: "STRING_VALUE", // required
39
+ * nextToken: "STRING_VALUE",
40
+ * maxResults: Number("int"),
41
+ * };
42
+ * const command = new ListIdMappingTablesCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // ListIdMappingTablesOutput
45
+ * // idMappingTableSummaries: [ // IdMappingTableSummaryList // required
46
+ * // { // IdMappingTableSummary
47
+ * // collaborationArn: "STRING_VALUE", // required
48
+ * // collaborationId: "STRING_VALUE", // required
49
+ * // membershipId: "STRING_VALUE", // required
50
+ * // membershipArn: "STRING_VALUE", // required
51
+ * // createTime: new Date("TIMESTAMP"), // required
52
+ * // updateTime: new Date("TIMESTAMP"), // required
53
+ * // id: "STRING_VALUE", // required
54
+ * // arn: "STRING_VALUE", // required
55
+ * // description: "STRING_VALUE",
56
+ * // inputReferenceConfig: { // IdMappingTableInputReferenceConfig
57
+ * // inputReferenceArn: "STRING_VALUE", // required
58
+ * // manageResourcePolicies: true || false, // required
59
+ * // },
60
+ * // name: "STRING_VALUE", // required
61
+ * // },
62
+ * // ],
63
+ * // nextToken: "STRING_VALUE",
64
+ * // };
65
+ *
66
+ * ```
67
+ *
68
+ * @param ListIdMappingTablesCommandInput - {@link ListIdMappingTablesCommandInput}
69
+ * @returns {@link ListIdMappingTablesCommandOutput}
70
+ * @see {@link ListIdMappingTablesCommandInput} for command's `input` shape.
71
+ * @see {@link ListIdMappingTablesCommandOutput} for command's `response` shape.
72
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
73
+ *
74
+ * @throws {@link AccessDeniedException} (client fault)
75
+ * <p>Caller does not have sufficient access to perform this action.</p>
76
+ *
77
+ * @throws {@link InternalServerException} (server fault)
78
+ * <p>Unexpected error during processing of request.</p>
79
+ *
80
+ * @throws {@link ResourceNotFoundException} (client fault)
81
+ * <p>Request references a resource which does not exist.</p>
82
+ *
83
+ * @throws {@link ThrottlingException} (client fault)
84
+ * <p>Request was denied due to request throttling.</p>
85
+ *
86
+ * @throws {@link ValidationException} (client fault)
87
+ * <p>The input fails to satisfy the specified constraints.</p>
88
+ *
89
+ * @throws {@link CleanRoomsServiceException}
90
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
91
+ *
92
+ * @public
93
+ */
94
+ export declare class ListIdMappingTablesCommand extends ListIdMappingTablesCommand_base {
95
+ }
@@ -0,0 +1,98 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
4
+ import { ListIdNamespaceAssociationsInput, ListIdNamespaceAssociationsOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListIdNamespaceAssociationsCommand}.
14
+ */
15
+ export interface ListIdNamespaceAssociationsCommandInput extends ListIdNamespaceAssociationsInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListIdNamespaceAssociationsCommand}.
21
+ */
22
+ export interface ListIdNamespaceAssociationsCommandOutput extends ListIdNamespaceAssociationsOutput, __MetadataBearer {
23
+ }
24
+ declare const ListIdNamespaceAssociationsCommand_base: {
25
+ new (input: ListIdNamespaceAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdNamespaceAssociationsCommandInput, ListIdNamespaceAssociationsCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: ListIdNamespaceAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdNamespaceAssociationsCommandInput, ListIdNamespaceAssociationsCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Returns a list of ID namespace associations.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { CleanRoomsClient, ListIdNamespaceAssociationsCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
35
+ * // const { CleanRoomsClient, ListIdNamespaceAssociationsCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
36
+ * const client = new CleanRoomsClient(config);
37
+ * const input = { // ListIdNamespaceAssociationsInput
38
+ * membershipIdentifier: "STRING_VALUE", // required
39
+ * nextToken: "STRING_VALUE",
40
+ * maxResults: Number("int"),
41
+ * };
42
+ * const command = new ListIdNamespaceAssociationsCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // ListIdNamespaceAssociationsOutput
45
+ * // nextToken: "STRING_VALUE",
46
+ * // idNamespaceAssociationSummaries: [ // IdNamespaceAssociationSummaryList // required
47
+ * // { // IdNamespaceAssociationSummary
48
+ * // membershipId: "STRING_VALUE", // required
49
+ * // membershipArn: "STRING_VALUE", // required
50
+ * // collaborationArn: "STRING_VALUE", // required
51
+ * // collaborationId: "STRING_VALUE", // required
52
+ * // createTime: new Date("TIMESTAMP"), // required
53
+ * // updateTime: new Date("TIMESTAMP"), // required
54
+ * // id: "STRING_VALUE", // required
55
+ * // arn: "STRING_VALUE", // required
56
+ * // inputReferenceConfig: { // IdNamespaceAssociationInputReferenceConfig
57
+ * // inputReferenceArn: "STRING_VALUE", // required
58
+ * // manageResourcePolicies: true || false, // required
59
+ * // },
60
+ * // name: "STRING_VALUE", // required
61
+ * // description: "STRING_VALUE",
62
+ * // inputReferenceProperties: { // IdNamespaceAssociationInputReferencePropertiesSummary
63
+ * // idNamespaceType: "SOURCE" || "TARGET", // required
64
+ * // },
65
+ * // },
66
+ * // ],
67
+ * // };
68
+ *
69
+ * ```
70
+ *
71
+ * @param ListIdNamespaceAssociationsCommandInput - {@link ListIdNamespaceAssociationsCommandInput}
72
+ * @returns {@link ListIdNamespaceAssociationsCommandOutput}
73
+ * @see {@link ListIdNamespaceAssociationsCommandInput} for command's `input` shape.
74
+ * @see {@link ListIdNamespaceAssociationsCommandOutput} for command's `response` shape.
75
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
76
+ *
77
+ * @throws {@link AccessDeniedException} (client fault)
78
+ * <p>Caller does not have sufficient access to perform this action.</p>
79
+ *
80
+ * @throws {@link InternalServerException} (server fault)
81
+ * <p>Unexpected error during processing of request.</p>
82
+ *
83
+ * @throws {@link ResourceNotFoundException} (client fault)
84
+ * <p>Request references a resource which does not exist.</p>
85
+ *
86
+ * @throws {@link ThrottlingException} (client fault)
87
+ * <p>Request was denied due to request throttling.</p>
88
+ *
89
+ * @throws {@link ValidationException} (client fault)
90
+ * <p>The input fails to satisfy the specified constraints.</p>
91
+ *
92
+ * @throws {@link CleanRoomsServiceException}
93
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
94
+ *
95
+ * @public
96
+ */
97
+ export declare class ListIdNamespaceAssociationsCommand extends ListIdNamespaceAssociationsCommand_base {
98
+ }
@@ -36,7 +36,7 @@ declare const ListSchemasCommand_base: {
36
36
  * const client = new CleanRoomsClient(config);
37
37
  * const input = { // ListSchemasInput
38
38
  * collaborationIdentifier: "STRING_VALUE", // required
39
- * schemaType: "TABLE",
39
+ * schemaType: "TABLE" || "ID_MAPPING_TABLE",
40
40
  * nextToken: "STRING_VALUE",
41
41
  * maxResults: Number("int"),
42
42
  * };
@@ -46,14 +46,14 @@ declare const ListSchemasCommand_base: {
46
46
  * // schemaSummaries: [ // SchemaSummaryList // required
47
47
  * // { // SchemaSummary
48
48
  * // name: "STRING_VALUE", // required
49
- * // type: "TABLE", // required
49
+ * // type: "TABLE" || "ID_MAPPING_TABLE", // required
50
50
  * // creatorAccountId: "STRING_VALUE", // required
51
51
  * // createTime: new Date("TIMESTAMP"), // required
52
52
  * // updateTime: new Date("TIMESTAMP"), // required
53
53
  * // collaborationId: "STRING_VALUE", // required
54
54
  * // collaborationArn: "STRING_VALUE", // required
55
55
  * // analysisRuleTypes: [ // AnalysisRuleTypeList // required
56
- * // "AGGREGATION" || "LIST" || "CUSTOM",
56
+ * // "AGGREGATION" || "LIST" || "CUSTOM" || "ID_MAPPING_TABLE",
57
57
  * // ],
58
58
  * // analysisMethod: "STRING_VALUE",
59
59
  * // },
@@ -0,0 +1,79 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
4
+ import { PopulateIdMappingTableInput, PopulateIdMappingTableOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link PopulateIdMappingTableCommand}.
14
+ */
15
+ export interface PopulateIdMappingTableCommandInput extends PopulateIdMappingTableInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link PopulateIdMappingTableCommand}.
21
+ */
22
+ export interface PopulateIdMappingTableCommandOutput extends PopulateIdMappingTableOutput, __MetadataBearer {
23
+ }
24
+ declare const PopulateIdMappingTableCommand_base: {
25
+ new (input: PopulateIdMappingTableCommandInput): import("@smithy/smithy-client").CommandImpl<PopulateIdMappingTableCommandInput, PopulateIdMappingTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: PopulateIdMappingTableCommandInput): import("@smithy/smithy-client").CommandImpl<PopulateIdMappingTableCommandInput, PopulateIdMappingTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Defines the information that's necessary to populate an ID mapping table.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { CleanRoomsClient, PopulateIdMappingTableCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
35
+ * // const { CleanRoomsClient, PopulateIdMappingTableCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
36
+ * const client = new CleanRoomsClient(config);
37
+ * const input = { // PopulateIdMappingTableInput
38
+ * idMappingTableIdentifier: "STRING_VALUE", // required
39
+ * membershipIdentifier: "STRING_VALUE", // required
40
+ * };
41
+ * const command = new PopulateIdMappingTableCommand(input);
42
+ * const response = await client.send(command);
43
+ * // { // PopulateIdMappingTableOutput
44
+ * // idMappingJobId: "STRING_VALUE", // required
45
+ * // };
46
+ *
47
+ * ```
48
+ *
49
+ * @param PopulateIdMappingTableCommandInput - {@link PopulateIdMappingTableCommandInput}
50
+ * @returns {@link PopulateIdMappingTableCommandOutput}
51
+ * @see {@link PopulateIdMappingTableCommandInput} for command's `input` shape.
52
+ * @see {@link PopulateIdMappingTableCommandOutput} for command's `response` shape.
53
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
54
+ *
55
+ * @throws {@link AccessDeniedException} (client fault)
56
+ * <p>Caller does not have sufficient access to perform this action.</p>
57
+ *
58
+ * @throws {@link ConflictException} (client fault)
59
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
60
+ *
61
+ * @throws {@link InternalServerException} (server fault)
62
+ * <p>Unexpected error during processing of request.</p>
63
+ *
64
+ * @throws {@link ResourceNotFoundException} (client fault)
65
+ * <p>Request references a resource which does not exist.</p>
66
+ *
67
+ * @throws {@link ThrottlingException} (client fault)
68
+ * <p>Request was denied due to request throttling.</p>
69
+ *
70
+ * @throws {@link ValidationException} (client fault)
71
+ * <p>The input fails to satisfy the specified constraints.</p>
72
+ *
73
+ * @throws {@link CleanRoomsServiceException}
74
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
75
+ *
76
+ * @public
77
+ */
78
+ export declare class PopulateIdMappingTableCommand extends PopulateIdMappingTableCommand_base {
79
+ }
@@ -0,0 +1,102 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
4
+ import { UpdateIdMappingTableInput, UpdateIdMappingTableOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateIdMappingTableCommand}.
14
+ */
15
+ export interface UpdateIdMappingTableCommandInput extends UpdateIdMappingTableInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateIdMappingTableCommand}.
21
+ */
22
+ export interface UpdateIdMappingTableCommandOutput extends UpdateIdMappingTableOutput, __MetadataBearer {
23
+ }
24
+ declare const UpdateIdMappingTableCommand_base: {
25
+ new (input: UpdateIdMappingTableCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdMappingTableCommandInput, UpdateIdMappingTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: UpdateIdMappingTableCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdMappingTableCommandInput, UpdateIdMappingTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Provides the details that are necessary to update an ID mapping table.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { CleanRoomsClient, UpdateIdMappingTableCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
35
+ * // const { CleanRoomsClient, UpdateIdMappingTableCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
36
+ * const client = new CleanRoomsClient(config);
37
+ * const input = { // UpdateIdMappingTableInput
38
+ * idMappingTableIdentifier: "STRING_VALUE", // required
39
+ * membershipIdentifier: "STRING_VALUE", // required
40
+ * description: "STRING_VALUE",
41
+ * kmsKeyArn: "STRING_VALUE",
42
+ * };
43
+ * const command = new UpdateIdMappingTableCommand(input);
44
+ * const response = await client.send(command);
45
+ * // { // UpdateIdMappingTableOutput
46
+ * // idMappingTable: { // IdMappingTable
47
+ * // id: "STRING_VALUE", // required
48
+ * // arn: "STRING_VALUE", // required
49
+ * // inputReferenceConfig: { // IdMappingTableInputReferenceConfig
50
+ * // inputReferenceArn: "STRING_VALUE", // required
51
+ * // manageResourcePolicies: true || false, // required
52
+ * // },
53
+ * // membershipId: "STRING_VALUE", // required
54
+ * // membershipArn: "STRING_VALUE", // required
55
+ * // collaborationId: "STRING_VALUE", // required
56
+ * // collaborationArn: "STRING_VALUE", // required
57
+ * // description: "STRING_VALUE",
58
+ * // name: "STRING_VALUE", // required
59
+ * // createTime: new Date("TIMESTAMP"), // required
60
+ * // updateTime: new Date("TIMESTAMP"), // required
61
+ * // inputReferenceProperties: { // IdMappingTableInputReferenceProperties
62
+ * // idMappingTableInputSource: [ // IdMappingTableInputSourceList // required
63
+ * // { // IdMappingTableInputSource
64
+ * // idNamespaceAssociationId: "STRING_VALUE", // required
65
+ * // type: "SOURCE" || "TARGET", // required
66
+ * // },
67
+ * // ],
68
+ * // },
69
+ * // kmsKeyArn: "STRING_VALUE",
70
+ * // },
71
+ * // };
72
+ *
73
+ * ```
74
+ *
75
+ * @param UpdateIdMappingTableCommandInput - {@link UpdateIdMappingTableCommandInput}
76
+ * @returns {@link UpdateIdMappingTableCommandOutput}
77
+ * @see {@link UpdateIdMappingTableCommandInput} for command's `input` shape.
78
+ * @see {@link UpdateIdMappingTableCommandOutput} for command's `response` shape.
79
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
80
+ *
81
+ * @throws {@link AccessDeniedException} (client fault)
82
+ * <p>Caller does not have sufficient access to perform this action.</p>
83
+ *
84
+ * @throws {@link InternalServerException} (server fault)
85
+ * <p>Unexpected error during processing of request.</p>
86
+ *
87
+ * @throws {@link ResourceNotFoundException} (client fault)
88
+ * <p>Request references a resource which does not exist.</p>
89
+ *
90
+ * @throws {@link ThrottlingException} (client fault)
91
+ * <p>Request was denied due to request throttling.</p>
92
+ *
93
+ * @throws {@link ValidationException} (client fault)
94
+ * <p>The input fails to satisfy the specified constraints.</p>
95
+ *
96
+ * @throws {@link CleanRoomsServiceException}
97
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
98
+ *
99
+ * @public
100
+ */
101
+ export declare class UpdateIdMappingTableCommand extends UpdateIdMappingTableCommand_base {
102
+ }
@@ -0,0 +1,105 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
4
+ import { UpdateIdNamespaceAssociationInput, UpdateIdNamespaceAssociationOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateIdNamespaceAssociationCommand}.
14
+ */
15
+ export interface UpdateIdNamespaceAssociationCommandInput extends UpdateIdNamespaceAssociationInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateIdNamespaceAssociationCommand}.
21
+ */
22
+ export interface UpdateIdNamespaceAssociationCommandOutput extends UpdateIdNamespaceAssociationOutput, __MetadataBearer {
23
+ }
24
+ declare const UpdateIdNamespaceAssociationCommand_base: {
25
+ new (input: UpdateIdNamespaceAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdNamespaceAssociationCommandInput, UpdateIdNamespaceAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: UpdateIdNamespaceAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdNamespaceAssociationCommandInput, UpdateIdNamespaceAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Provides the details that are necessary to update an ID namespace association.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { CleanRoomsClient, UpdateIdNamespaceAssociationCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
35
+ * // const { CleanRoomsClient, UpdateIdNamespaceAssociationCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
36
+ * const client = new CleanRoomsClient(config);
37
+ * const input = { // UpdateIdNamespaceAssociationInput
38
+ * idNamespaceAssociationIdentifier: "STRING_VALUE", // required
39
+ * membershipIdentifier: "STRING_VALUE", // required
40
+ * name: "STRING_VALUE",
41
+ * description: "STRING_VALUE",
42
+ * idMappingConfig: { // IdMappingConfig
43
+ * allowUseAsDimensionColumn: true || false, // required
44
+ * },
45
+ * };
46
+ * const command = new UpdateIdNamespaceAssociationCommand(input);
47
+ * const response = await client.send(command);
48
+ * // { // UpdateIdNamespaceAssociationOutput
49
+ * // idNamespaceAssociation: { // IdNamespaceAssociation
50
+ * // id: "STRING_VALUE", // required
51
+ * // arn: "STRING_VALUE", // required
52
+ * // membershipId: "STRING_VALUE", // required
53
+ * // membershipArn: "STRING_VALUE", // required
54
+ * // collaborationId: "STRING_VALUE", // required
55
+ * // collaborationArn: "STRING_VALUE", // required
56
+ * // name: "STRING_VALUE", // required
57
+ * // description: "STRING_VALUE",
58
+ * // createTime: new Date("TIMESTAMP"), // required
59
+ * // updateTime: new Date("TIMESTAMP"), // required
60
+ * // inputReferenceConfig: { // IdNamespaceAssociationInputReferenceConfig
61
+ * // inputReferenceArn: "STRING_VALUE", // required
62
+ * // manageResourcePolicies: true || false, // required
63
+ * // },
64
+ * // inputReferenceProperties: { // IdNamespaceAssociationInputReferenceProperties
65
+ * // idNamespaceType: "SOURCE" || "TARGET", // required
66
+ * // idMappingWorkflowsSupported: [ // IdMappingWorkflowsSupported // required
67
+ * // "DOCUMENT_VALUE",
68
+ * // ],
69
+ * // },
70
+ * // idMappingConfig: { // IdMappingConfig
71
+ * // allowUseAsDimensionColumn: true || false, // required
72
+ * // },
73
+ * // },
74
+ * // };
75
+ *
76
+ * ```
77
+ *
78
+ * @param UpdateIdNamespaceAssociationCommandInput - {@link UpdateIdNamespaceAssociationCommandInput}
79
+ * @returns {@link UpdateIdNamespaceAssociationCommandOutput}
80
+ * @see {@link UpdateIdNamespaceAssociationCommandInput} for command's `input` shape.
81
+ * @see {@link UpdateIdNamespaceAssociationCommandOutput} for command's `response` shape.
82
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
83
+ *
84
+ * @throws {@link AccessDeniedException} (client fault)
85
+ * <p>Caller does not have sufficient access to perform this action.</p>
86
+ *
87
+ * @throws {@link InternalServerException} (server fault)
88
+ * <p>Unexpected error during processing of request.</p>
89
+ *
90
+ * @throws {@link ResourceNotFoundException} (client fault)
91
+ * <p>Request references a resource which does not exist.</p>
92
+ *
93
+ * @throws {@link ThrottlingException} (client fault)
94
+ * <p>Request was denied due to request throttling.</p>
95
+ *
96
+ * @throws {@link ValidationException} (client fault)
97
+ * <p>The input fails to satisfy the specified constraints.</p>
98
+ *
99
+ * @throws {@link CleanRoomsServiceException}
100
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
101
+ *
102
+ * @public
103
+ */
104
+ export declare class UpdateIdNamespaceAssociationCommand extends UpdateIdNamespaceAssociationCommand_base {
105
+ }