@aws-sdk/client-cleanrooms 3.616.0 → 3.619.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 (117) hide show
  1. package/README.md +136 -0
  2. package/dist-cjs/index.js +1123 -31
  3. package/dist-es/CleanRooms.js +34 -0
  4. package/dist-es/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  5. package/dist-es/commands/CreateIdMappingTableCommand.js +24 -0
  6. package/dist-es/commands/CreateIdNamespaceAssociationCommand.js +24 -0
  7. package/dist-es/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  8. package/dist-es/commands/DeleteIdMappingTableCommand.js +24 -0
  9. package/dist-es/commands/DeleteIdNamespaceAssociationCommand.js +24 -0
  10. package/dist-es/commands/GetCollaborationIdNamespaceAssociationCommand.js +24 -0
  11. package/dist-es/commands/GetConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  12. package/dist-es/commands/GetIdMappingTableCommand.js +24 -0
  13. package/dist-es/commands/GetIdNamespaceAssociationCommand.js +24 -0
  14. package/dist-es/commands/ListCollaborationIdNamespaceAssociationsCommand.js +24 -0
  15. package/dist-es/commands/ListIdMappingTablesCommand.js +24 -0
  16. package/dist-es/commands/ListIdNamespaceAssociationsCommand.js +24 -0
  17. package/dist-es/commands/PopulateIdMappingTableCommand.js +24 -0
  18. package/dist-es/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  19. package/dist-es/commands/UpdateIdMappingTableCommand.js +24 -0
  20. package/dist-es/commands/UpdateIdNamespaceAssociationCommand.js +24 -0
  21. package/dist-es/commands/UpdateProtectedQueryCommand.js +1 -1
  22. package/dist-es/commands/index.js +17 -0
  23. package/dist-es/models/index.js +1 -0
  24. package/dist-es/models/models_0.js +75 -20
  25. package/dist-es/models/models_1.js +21 -0
  26. package/dist-es/pagination/ListCollaborationIdNamespaceAssociationsPaginator.js +4 -0
  27. package/dist-es/pagination/ListIdMappingTablesPaginator.js +4 -0
  28. package/dist-es/pagination/ListIdNamespaceAssociationsPaginator.js +4 -0
  29. package/dist-es/pagination/index.js +3 -0
  30. package/dist-es/protocols/Aws_restJson1.js +602 -0
  31. package/dist-types/CleanRooms.d.ts +119 -0
  32. package/dist-types/CleanRoomsClient.d.ts +19 -2
  33. package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +20 -3
  34. package/dist-types/commands/BatchGetSchemaCommand.d.ts +15 -4
  35. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
  36. package/dist-types/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +143 -0
  37. package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +3 -0
  38. package/dist-types/commands/CreateIdMappingTableCommand.d.ts +115 -0
  39. package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +117 -0
  40. package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +79 -0
  42. package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +74 -0
  43. package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +74 -0
  44. package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
  45. package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +99 -0
  46. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -0
  47. package/dist-types/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +114 -0
  48. package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +3 -0
  49. package/dist-types/commands/GetIdMappingTableCommand.d.ts +100 -0
  50. package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +100 -0
  51. package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
  52. package/dist-types/commands/GetProtectedQueryCommand.d.ts +3 -0
  53. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +19 -2
  54. package/dist-types/commands/GetSchemaCommand.d.ts +15 -4
  55. package/dist-types/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +97 -0
  56. package/dist-types/commands/ListIdMappingTablesCommand.d.ts +95 -0
  57. package/dist-types/commands/ListIdNamespaceAssociationsCommand.d.ts +98 -0
  58. package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
  59. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +12 -0
  60. package/dist-types/commands/ListSchemasCommand.d.ts +3 -3
  61. package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +79 -0
  62. package/dist-types/commands/StartProtectedQueryCommand.d.ts +6 -0
  63. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  64. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
  66. package/dist-types/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +145 -0
  67. package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +3 -0
  68. package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +102 -0
  69. package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +105 -0
  70. package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -1
  72. package/dist-types/commands/index.d.ts +17 -0
  73. package/dist-types/models/index.d.ts +1 -0
  74. package/dist-types/models/models_0.d.ts +2016 -903
  75. package/dist-types/models/models_1.d.ts +430 -0
  76. package/dist-types/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +7 -0
  77. package/dist-types/pagination/ListIdMappingTablesPaginator.d.ts +7 -0
  78. package/dist-types/pagination/ListIdNamespaceAssociationsPaginator.d.ts +7 -0
  79. package/dist-types/pagination/index.d.ts +3 -0
  80. package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
  81. package/dist-types/ts3.4/CleanRooms.d.ts +325 -0
  82. package/dist-types/ts3.4/CleanRoomsClient.d.ts +102 -0
  83. package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  84. package/dist-types/ts3.4/commands/CreateIdMappingTableCommand.d.ts +40 -0
  85. package/dist-types/ts3.4/commands/CreateIdNamespaceAssociationCommand.d.ts +40 -0
  86. package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  88. package/dist-types/ts3.4/commands/DeleteIdMappingTableCommand.d.ts +40 -0
  89. package/dist-types/ts3.4/commands/DeleteIdNamespaceAssociationCommand.d.ts +40 -0
  90. package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +40 -0
  92. package/dist-types/ts3.4/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  93. package/dist-types/ts3.4/commands/GetIdMappingTableCommand.d.ts +39 -0
  94. package/dist-types/ts3.4/commands/GetIdNamespaceAssociationCommand.d.ts +40 -0
  95. package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +40 -0
  97. package/dist-types/ts3.4/commands/ListIdMappingTablesCommand.d.ts +40 -0
  98. package/dist-types/ts3.4/commands/ListIdNamespaceAssociationsCommand.d.ts +40 -0
  99. package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/PopulateIdMappingTableCommand.d.ts +40 -0
  101. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  104. package/dist-types/ts3.4/commands/UpdateIdMappingTableCommand.d.ts +40 -0
  105. package/dist-types/ts3.4/commands/UpdateIdNamespaceAssociationCommand.d.ts +40 -0
  106. package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +2 -4
  108. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  109. package/dist-types/ts3.4/models/index.d.ts +1 -0
  110. package/dist-types/ts3.4/models/models_0.d.ts +486 -134
  111. package/dist-types/ts3.4/models/models_1.d.ts +140 -0
  112. package/dist-types/ts3.4/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +11 -0
  113. package/dist-types/ts3.4/pagination/ListIdMappingTablesPaginator.d.ts +11 -0
  114. package/dist-types/ts3.4/pagination/ListIdNamespaceAssociationsPaginator.d.ts +11 -0
  115. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  116. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
  117. package/package.json +1 -1
@@ -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
+ }
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
4
- import { ListPrivacyBudgetTemplatesInput, ListPrivacyBudgetTemplatesOutput } from "../models/models_0";
4
+ import { ListPrivacyBudgetTemplatesInput, ListPrivacyBudgetTemplatesOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -51,6 +51,18 @@ declare const ListProtectedQueriesCommand_base: {
51
51
  * // membershipArn: "STRING_VALUE", // required
52
52
  * // createTime: new Date("TIMESTAMP"), // required
53
53
  * // status: "STRING_VALUE", // required
54
+ * // receiverConfigurations: [ // ReceiverConfigurationsList // required
55
+ * // { // ReceiverConfiguration
56
+ * // analysisType: "DIRECT_ANALYSIS" || "ADDITIONAL_ANALYSIS", // required
57
+ * // configurationDetails: { // ConfigurationDetails Union: only one key present
58
+ * // directAnalysisConfigurationDetails: { // DirectAnalysisConfigurationDetails
59
+ * // receiverAccountIds: [ // ReceiverAccountIds
60
+ * // "STRING_VALUE",
61
+ * // ],
62
+ * // },
63
+ * // },
64
+ * // },
65
+ * // ],
54
66
  * // },
55
67
  * // ],
56
68
  * // };
@@ -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
+ }
@@ -51,6 +51,9 @@ declare const StartProtectedQueryCommand_base: {
51
51
  * bucket: "STRING_VALUE", // required
52
52
  * keyPrefix: "STRING_VALUE",
53
53
  * },
54
+ * member: { // ProtectedQueryMemberOutputConfiguration
55
+ * accountId: "STRING_VALUE", // required
56
+ * },
54
57
  * },
55
58
  * },
56
59
  * };
@@ -77,6 +80,9 @@ declare const StartProtectedQueryCommand_base: {
77
80
  * // bucket: "STRING_VALUE", // required
78
81
  * // keyPrefix: "STRING_VALUE",
79
82
  * // },
83
+ * // member: { // ProtectedQueryMemberOutputConfiguration
84
+ * // accountId: "STRING_VALUE", // required
85
+ * // },
80
86
  * // },
81
87
  * // },
82
88
  * // statistics: { // ProtectedQueryStatistics
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
4
- import { TagResourceInput, TagResourceOutput } from "../models/models_0";
4
+ import { TagResourceInput, TagResourceOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
4
- import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
4
+ import { UntagResourceInput, UntagResourceOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -49,6 +49,7 @@ declare const UpdateConfiguredTableAnalysisRuleCommand_base: {
49
49
  * listColumns: [ // required
50
50
  * "STRING_VALUE",
51
51
  * ],
52
+ * additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
52
53
  * },
53
54
  * aggregation: { // AnalysisRuleAggregation
54
55
  * aggregateColumns: [ // AggregateColumnList // required
@@ -79,6 +80,7 @@ declare const UpdateConfiguredTableAnalysisRuleCommand_base: {
79
80
  * type: "STRING_VALUE", // required
80
81
  * },
81
82
  * ],
83
+ * additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
82
84
  * },
83
85
  * custom: { // AnalysisRuleCustom
84
86
  * allowedAnalyses: [ // AllowedAnalysesList // required
@@ -87,6 +89,10 @@ declare const UpdateConfiguredTableAnalysisRuleCommand_base: {
87
89
  * allowedAnalysisProviders: [ // AllowedAnalysisProviderList
88
90
  * "STRING_VALUE",
89
91
  * ],
92
+ * additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
93
+ * disallowedOutputColumns: [
94
+ * "STRING_VALUE",
95
+ * ],
90
96
  * differentialPrivacy: { // DifferentialPrivacyConfiguration
91
97
  * columns: [ // DifferentialPrivacyColumnList // required
92
98
  * { // DifferentialPrivacyColumn
@@ -116,6 +122,7 @@ declare const UpdateConfiguredTableAnalysisRuleCommand_base: {
116
122
  * // listColumns: [ // required
117
123
  * // "STRING_VALUE",
118
124
  * // ],
125
+ * // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
119
126
  * // },
120
127
  * // aggregation: { // AnalysisRuleAggregation
121
128
  * // aggregateColumns: [ // AggregateColumnList // required
@@ -146,6 +153,7 @@ declare const UpdateConfiguredTableAnalysisRuleCommand_base: {
146
153
  * // type: "STRING_VALUE", // required
147
154
  * // },
148
155
  * // ],
156
+ * // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
149
157
  * // },
150
158
  * // custom: { // AnalysisRuleCustom
151
159
  * // allowedAnalyses: [ // AllowedAnalysesList // required
@@ -154,6 +162,10 @@ declare const UpdateConfiguredTableAnalysisRuleCommand_base: {
154
162
  * // allowedAnalysisProviders: [ // AllowedAnalysisProviderList
155
163
  * // "STRING_VALUE",
156
164
  * // ],
165
+ * // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
166
+ * // disallowedOutputColumns: [
167
+ * // "STRING_VALUE",
168
+ * // ],
157
169
  * // differentialPrivacy: { // DifferentialPrivacyConfiguration
158
170
  * // columns: [ // DifferentialPrivacyColumnList // required
159
171
  * // { // DifferentialPrivacyColumn