@aws-sdk/client-cleanrooms 3.461.0 → 3.465.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 (123) hide show
  1. package/README.md +136 -0
  2. package/dist-cjs/CleanRooms.js +34 -0
  3. package/dist-cjs/commands/CreateConfiguredAudienceModelAssociationCommand.js +51 -0
  4. package/dist-cjs/commands/CreatePrivacyBudgetTemplateCommand.js +51 -0
  5. package/dist-cjs/commands/DeleteConfiguredAudienceModelAssociationCommand.js +51 -0
  6. package/dist-cjs/commands/DeletePrivacyBudgetTemplateCommand.js +51 -0
  7. package/dist-cjs/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.js +51 -0
  8. package/dist-cjs/commands/GetCollaborationPrivacyBudgetTemplateCommand.js +51 -0
  9. package/dist-cjs/commands/GetConfiguredAudienceModelAssociationCommand.js +51 -0
  10. package/dist-cjs/commands/GetPrivacyBudgetTemplateCommand.js +51 -0
  11. package/dist-cjs/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.js +51 -0
  12. package/dist-cjs/commands/ListCollaborationPrivacyBudgetTemplatesCommand.js +51 -0
  13. package/dist-cjs/commands/ListCollaborationPrivacyBudgetsCommand.js +51 -0
  14. package/dist-cjs/commands/ListConfiguredAudienceModelAssociationsCommand.js +51 -0
  15. package/dist-cjs/commands/ListPrivacyBudgetTemplatesCommand.js +51 -0
  16. package/dist-cjs/commands/ListPrivacyBudgetsCommand.js +51 -0
  17. package/dist-cjs/commands/PreviewPrivacyImpactCommand.js +51 -0
  18. package/dist-cjs/commands/UpdateConfiguredAudienceModelAssociationCommand.js +51 -0
  19. package/dist-cjs/commands/UpdatePrivacyBudgetTemplateCommand.js +51 -0
  20. package/dist-cjs/commands/index.js +17 -0
  21. package/dist-cjs/models/models_0.js +64 -2
  22. package/dist-cjs/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.js +29 -0
  23. package/dist-cjs/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.js +29 -0
  24. package/dist-cjs/pagination/ListCollaborationPrivacyBudgetsPaginator.js +29 -0
  25. package/dist-cjs/pagination/ListConfiguredAudienceModelAssociationsPaginator.js +29 -0
  26. package/dist-cjs/pagination/ListPrivacyBudgetTemplatesPaginator.js +29 -0
  27. package/dist-cjs/pagination/ListPrivacyBudgetsPaginator.js +29 -0
  28. package/dist-cjs/pagination/index.js +6 -0
  29. package/dist-cjs/protocols/Aws_restJson1.js +1513 -128
  30. package/dist-es/CleanRooms.js +34 -0
  31. package/dist-es/commands/CreateConfiguredAudienceModelAssociationCommand.js +47 -0
  32. package/dist-es/commands/CreatePrivacyBudgetTemplateCommand.js +47 -0
  33. package/dist-es/commands/DeleteConfiguredAudienceModelAssociationCommand.js +47 -0
  34. package/dist-es/commands/DeletePrivacyBudgetTemplateCommand.js +47 -0
  35. package/dist-es/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.js +47 -0
  36. package/dist-es/commands/GetCollaborationPrivacyBudgetTemplateCommand.js +47 -0
  37. package/dist-es/commands/GetConfiguredAudienceModelAssociationCommand.js +47 -0
  38. package/dist-es/commands/GetPrivacyBudgetTemplateCommand.js +47 -0
  39. package/dist-es/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.js +47 -0
  40. package/dist-es/commands/ListCollaborationPrivacyBudgetTemplatesCommand.js +47 -0
  41. package/dist-es/commands/ListCollaborationPrivacyBudgetsCommand.js +47 -0
  42. package/dist-es/commands/ListConfiguredAudienceModelAssociationsCommand.js +47 -0
  43. package/dist-es/commands/ListPrivacyBudgetTemplatesCommand.js +47 -0
  44. package/dist-es/commands/ListPrivacyBudgetsCommand.js +47 -0
  45. package/dist-es/commands/PreviewPrivacyImpactCommand.js +47 -0
  46. package/dist-es/commands/UpdateConfiguredAudienceModelAssociationCommand.js +47 -0
  47. package/dist-es/commands/UpdatePrivacyBudgetTemplateCommand.js +47 -0
  48. package/dist-es/commands/index.js +17 -0
  49. package/dist-es/models/models_0.js +62 -0
  50. package/dist-es/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.js +25 -0
  51. package/dist-es/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.js +25 -0
  52. package/dist-es/pagination/ListCollaborationPrivacyBudgetsPaginator.js +25 -0
  53. package/dist-es/pagination/ListConfiguredAudienceModelAssociationsPaginator.js +25 -0
  54. package/dist-es/pagination/ListPrivacyBudgetTemplatesPaginator.js +25 -0
  55. package/dist-es/pagination/ListPrivacyBudgetsPaginator.js +25 -0
  56. package/dist-es/pagination/index.js +6 -0
  57. package/dist-es/protocols/Aws_restJson1.js +1541 -191
  58. package/dist-types/CleanRooms.d.ts +119 -0
  59. package/dist-types/CleanRoomsClient.d.ts +19 -2
  60. package/dist-types/commands/CreateConfiguredAudienceModelAssociationCommand.d.ts +114 -0
  61. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +14 -0
  62. package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +119 -0
  63. package/dist-types/commands/DeleteConfiguredAudienceModelAssociationCommand.d.ts +87 -0
  64. package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +87 -0
  65. package/dist-types/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.d.ts +100 -0
  66. package/dist-types/commands/GetCollaborationPrivacyBudgetTemplateCommand.d.ts +105 -0
  67. package/dist-types/commands/GetConfiguredAudienceModelAssociationCommand.d.ts +102 -0
  68. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +7 -0
  69. package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +106 -0
  70. package/dist-types/commands/GetProtectedQueryCommand.d.ts +11 -0
  71. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +7 -0
  72. package/dist-types/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts +103 -0
  73. package/dist-types/commands/ListCollaborationPrivacyBudgetTemplatesCommand.d.ts +102 -0
  74. package/dist-types/commands/ListCollaborationPrivacyBudgetsCommand.d.ts +116 -0
  75. package/dist-types/commands/ListConfiguredAudienceModelAssociationsCommand.d.ts +105 -0
  76. package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +103 -0
  77. package/dist-types/commands/ListPrivacyBudgetsCommand.d.ts +117 -0
  78. package/dist-types/commands/PreviewPrivacyImpactCommand.d.ts +103 -0
  79. package/dist-types/commands/StartProtectedQueryCommand.d.ts +11 -0
  80. package/dist-types/commands/UpdateConfiguredAudienceModelAssociationCommand.d.ts +104 -0
  81. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +14 -0
  82. package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +116 -0
  83. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +11 -0
  84. package/dist-types/commands/index.d.ts +17 -0
  85. package/dist-types/models/models_0.d.ts +2605 -1044
  86. package/dist-types/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.d.ts +7 -0
  87. package/dist-types/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.d.ts +7 -0
  88. package/dist-types/pagination/ListCollaborationPrivacyBudgetsPaginator.d.ts +7 -0
  89. package/dist-types/pagination/ListConfiguredAudienceModelAssociationsPaginator.d.ts +7 -0
  90. package/dist-types/pagination/ListPrivacyBudgetTemplatesPaginator.d.ts +7 -0
  91. package/dist-types/pagination/ListPrivacyBudgetsPaginator.d.ts +7 -0
  92. package/dist-types/pagination/index.d.ts +6 -0
  93. package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
  94. package/dist-types/ts3.4/CleanRooms.d.ts +343 -0
  95. package/dist-types/ts3.4/CleanRoomsClient.d.ts +102 -0
  96. package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelAssociationCommand.d.ts +42 -0
  97. package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +42 -0
  98. package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelAssociationCommand.d.ts +42 -0
  99. package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +42 -0
  100. package/dist-types/ts3.4/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.d.ts +44 -0
  101. package/dist-types/ts3.4/commands/GetCollaborationPrivacyBudgetTemplateCommand.d.ts +42 -0
  102. package/dist-types/ts3.4/commands/GetConfiguredAudienceModelAssociationCommand.d.ts +42 -0
  103. package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +42 -0
  104. package/dist-types/ts3.4/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts +44 -0
  105. package/dist-types/ts3.4/commands/ListCollaborationPrivacyBudgetTemplatesCommand.d.ts +42 -0
  106. package/dist-types/ts3.4/commands/ListCollaborationPrivacyBudgetsCommand.d.ts +42 -0
  107. package/dist-types/ts3.4/commands/ListConfiguredAudienceModelAssociationsCommand.d.ts +42 -0
  108. package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +42 -0
  109. package/dist-types/ts3.4/commands/ListPrivacyBudgetsCommand.d.ts +39 -0
  110. package/dist-types/ts3.4/commands/PreviewPrivacyImpactCommand.d.ts +42 -0
  111. package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelAssociationCommand.d.ts +42 -0
  112. package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +42 -0
  113. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  114. package/dist-types/ts3.4/models/models_0.d.ts +477 -0
  115. package/dist-types/ts3.4/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.d.ts +11 -0
  116. package/dist-types/ts3.4/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.d.ts +11 -0
  117. package/dist-types/ts3.4/pagination/ListCollaborationPrivacyBudgetsPaginator.d.ts +11 -0
  118. package/dist-types/ts3.4/pagination/ListConfiguredAudienceModelAssociationsPaginator.d.ts +11 -0
  119. package/dist-types/ts3.4/pagination/ListPrivacyBudgetTemplatesPaginator.d.ts +11 -0
  120. package/dist-types/ts3.4/pagination/ListPrivacyBudgetsPaginator.d.ts +11 -0
  121. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  122. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
  123. package/package.json +14 -16
@@ -0,0 +1,103 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
+ import { ListCollaborationConfiguredAudienceModelAssociationsInput, ListCollaborationConfiguredAudienceModelAssociationsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListCollaborationConfiguredAudienceModelAssociationsCommand}.
14
+ */
15
+ export interface ListCollaborationConfiguredAudienceModelAssociationsCommandInput extends ListCollaborationConfiguredAudienceModelAssociationsInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListCollaborationConfiguredAudienceModelAssociationsCommand}.
21
+ */
22
+ export interface ListCollaborationConfiguredAudienceModelAssociationsCommandOutput extends ListCollaborationConfiguredAudienceModelAssociationsOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Lists configured audience model associations within a collaboration.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { CleanRoomsClient, ListCollaborationConfiguredAudienceModelAssociationsCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
31
+ * // const { CleanRoomsClient, ListCollaborationConfiguredAudienceModelAssociationsCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
32
+ * const client = new CleanRoomsClient(config);
33
+ * const input = { // ListCollaborationConfiguredAudienceModelAssociationsInput
34
+ * collaborationIdentifier: "STRING_VALUE", // required
35
+ * nextToken: "STRING_VALUE",
36
+ * maxResults: Number("int"),
37
+ * };
38
+ * const command = new ListCollaborationConfiguredAudienceModelAssociationsCommand(input);
39
+ * const response = await client.send(command);
40
+ * // { // ListCollaborationConfiguredAudienceModelAssociationsOutput
41
+ * // collaborationConfiguredAudienceModelAssociationSummaries: [ // CollaborationConfiguredAudienceModelAssociationSummaryList // required
42
+ * // { // CollaborationConfiguredAudienceModelAssociationSummary
43
+ * // arn: "STRING_VALUE", // required
44
+ * // createTime: new Date("TIMESTAMP"), // required
45
+ * // id: "STRING_VALUE", // required
46
+ * // name: "STRING_VALUE", // required
47
+ * // updateTime: new Date("TIMESTAMP"), // required
48
+ * // collaborationArn: "STRING_VALUE", // required
49
+ * // collaborationId: "STRING_VALUE", // required
50
+ * // creatorAccountId: "STRING_VALUE", // required
51
+ * // description: "STRING_VALUE",
52
+ * // },
53
+ * // ],
54
+ * // nextToken: "STRING_VALUE",
55
+ * // };
56
+ *
57
+ * ```
58
+ *
59
+ * @param ListCollaborationConfiguredAudienceModelAssociationsCommandInput - {@link ListCollaborationConfiguredAudienceModelAssociationsCommandInput}
60
+ * @returns {@link ListCollaborationConfiguredAudienceModelAssociationsCommandOutput}
61
+ * @see {@link ListCollaborationConfiguredAudienceModelAssociationsCommandInput} for command's `input` shape.
62
+ * @see {@link ListCollaborationConfiguredAudienceModelAssociationsCommandOutput} for command's `response` shape.
63
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
64
+ *
65
+ * @throws {@link AccessDeniedException} (client fault)
66
+ * <p>Caller does not have sufficient access to perform this action.</p>
67
+ *
68
+ * @throws {@link InternalServerException} (server fault)
69
+ * <p>Unexpected error during processing of request.</p>
70
+ *
71
+ * @throws {@link ResourceNotFoundException} (client fault)
72
+ * <p>Request references a resource which does not exist.</p>
73
+ *
74
+ * @throws {@link ThrottlingException} (client fault)
75
+ * <p>Request was denied due to request throttling.</p>
76
+ *
77
+ * @throws {@link ValidationException} (client fault)
78
+ * <p>The input fails to satisfy the specified constraints.</p>
79
+ *
80
+ * @throws {@link CleanRoomsServiceException}
81
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
82
+ *
83
+ */
84
+ export declare class ListCollaborationConfiguredAudienceModelAssociationsCommand extends $Command<ListCollaborationConfiguredAudienceModelAssociationsCommandInput, ListCollaborationConfiguredAudienceModelAssociationsCommandOutput, CleanRoomsClientResolvedConfig> {
85
+ readonly input: ListCollaborationConfiguredAudienceModelAssociationsCommandInput;
86
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
+ /**
88
+ * @public
89
+ */
90
+ constructor(input: ListCollaborationConfiguredAudienceModelAssociationsCommandInput);
91
+ /**
92
+ * @internal
93
+ */
94
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCollaborationConfiguredAudienceModelAssociationsCommandInput, ListCollaborationConfiguredAudienceModelAssociationsCommandOutput>;
95
+ /**
96
+ * @internal
97
+ */
98
+ private serialize;
99
+ /**
100
+ * @internal
101
+ */
102
+ private deserialize;
103
+ }
@@ -0,0 +1,102 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
+ import { ListCollaborationPrivacyBudgetTemplatesInput, ListCollaborationPrivacyBudgetTemplatesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListCollaborationPrivacyBudgetTemplatesCommand}.
14
+ */
15
+ export interface ListCollaborationPrivacyBudgetTemplatesCommandInput extends ListCollaborationPrivacyBudgetTemplatesInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListCollaborationPrivacyBudgetTemplatesCommand}.
21
+ */
22
+ export interface ListCollaborationPrivacyBudgetTemplatesCommandOutput extends ListCollaborationPrivacyBudgetTemplatesOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Returns an array that summarizes each privacy budget template in a specified collaboration.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { CleanRoomsClient, ListCollaborationPrivacyBudgetTemplatesCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
31
+ * // const { CleanRoomsClient, ListCollaborationPrivacyBudgetTemplatesCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
32
+ * const client = new CleanRoomsClient(config);
33
+ * const input = { // ListCollaborationPrivacyBudgetTemplatesInput
34
+ * collaborationIdentifier: "STRING_VALUE", // required
35
+ * nextToken: "STRING_VALUE",
36
+ * maxResults: Number("int"),
37
+ * };
38
+ * const command = new ListCollaborationPrivacyBudgetTemplatesCommand(input);
39
+ * const response = await client.send(command);
40
+ * // { // ListCollaborationPrivacyBudgetTemplatesOutput
41
+ * // nextToken: "STRING_VALUE",
42
+ * // collaborationPrivacyBudgetTemplateSummaries: [ // CollaborationPrivacyBudgetTemplateSummaryList // required
43
+ * // { // CollaborationPrivacyBudgetTemplateSummary
44
+ * // id: "STRING_VALUE", // required
45
+ * // arn: "STRING_VALUE", // required
46
+ * // collaborationId: "STRING_VALUE", // required
47
+ * // collaborationArn: "STRING_VALUE", // required
48
+ * // creatorAccountId: "STRING_VALUE", // required
49
+ * // privacyBudgetType: "DIFFERENTIAL_PRIVACY", // required
50
+ * // createTime: new Date("TIMESTAMP"), // required
51
+ * // updateTime: new Date("TIMESTAMP"), // required
52
+ * // },
53
+ * // ],
54
+ * // };
55
+ *
56
+ * ```
57
+ *
58
+ * @param ListCollaborationPrivacyBudgetTemplatesCommandInput - {@link ListCollaborationPrivacyBudgetTemplatesCommandInput}
59
+ * @returns {@link ListCollaborationPrivacyBudgetTemplatesCommandOutput}
60
+ * @see {@link ListCollaborationPrivacyBudgetTemplatesCommandInput} for command's `input` shape.
61
+ * @see {@link ListCollaborationPrivacyBudgetTemplatesCommandOutput} for command's `response` shape.
62
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
63
+ *
64
+ * @throws {@link AccessDeniedException} (client fault)
65
+ * <p>Caller does not have sufficient access to perform this action.</p>
66
+ *
67
+ * @throws {@link InternalServerException} (server fault)
68
+ * <p>Unexpected error during processing of request.</p>
69
+ *
70
+ * @throws {@link ResourceNotFoundException} (client fault)
71
+ * <p>Request references a resource which does not exist.</p>
72
+ *
73
+ * @throws {@link ThrottlingException} (client fault)
74
+ * <p>Request was denied due to request throttling.</p>
75
+ *
76
+ * @throws {@link ValidationException} (client fault)
77
+ * <p>The input fails to satisfy the specified constraints.</p>
78
+ *
79
+ * @throws {@link CleanRoomsServiceException}
80
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
81
+ *
82
+ */
83
+ export declare class ListCollaborationPrivacyBudgetTemplatesCommand extends $Command<ListCollaborationPrivacyBudgetTemplatesCommandInput, ListCollaborationPrivacyBudgetTemplatesCommandOutput, CleanRoomsClientResolvedConfig> {
84
+ readonly input: ListCollaborationPrivacyBudgetTemplatesCommandInput;
85
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
+ /**
87
+ * @public
88
+ */
89
+ constructor(input: ListCollaborationPrivacyBudgetTemplatesCommandInput);
90
+ /**
91
+ * @internal
92
+ */
93
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCollaborationPrivacyBudgetTemplatesCommandInput, ListCollaborationPrivacyBudgetTemplatesCommandOutput>;
94
+ /**
95
+ * @internal
96
+ */
97
+ private serialize;
98
+ /**
99
+ * @internal
100
+ */
101
+ private deserialize;
102
+ }
@@ -0,0 +1,116 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
+ import { ListCollaborationPrivacyBudgetsInput, ListCollaborationPrivacyBudgetsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListCollaborationPrivacyBudgetsCommand}.
14
+ */
15
+ export interface ListCollaborationPrivacyBudgetsCommandInput extends ListCollaborationPrivacyBudgetsInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListCollaborationPrivacyBudgetsCommand}.
21
+ */
22
+ export interface ListCollaborationPrivacyBudgetsCommandOutput extends ListCollaborationPrivacyBudgetsOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Returns an array that summarizes each privacy budget in a specified collaboration. The summary includes the collaboration ARN, creation time, creating account, and privacy budget details.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { CleanRoomsClient, ListCollaborationPrivacyBudgetsCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
31
+ * // const { CleanRoomsClient, ListCollaborationPrivacyBudgetsCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
32
+ * const client = new CleanRoomsClient(config);
33
+ * const input = { // ListCollaborationPrivacyBudgetsInput
34
+ * collaborationIdentifier: "STRING_VALUE", // required
35
+ * privacyBudgetType: "DIFFERENTIAL_PRIVACY", // required
36
+ * maxResults: Number("int"),
37
+ * nextToken: "STRING_VALUE",
38
+ * };
39
+ * const command = new ListCollaborationPrivacyBudgetsCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // ListCollaborationPrivacyBudgetsOutput
42
+ * // collaborationPrivacyBudgetSummaries: [ // CollaborationPrivacyBudgetSummaryList // required
43
+ * // { // CollaborationPrivacyBudgetSummary
44
+ * // id: "STRING_VALUE", // required
45
+ * // privacyBudgetTemplateId: "STRING_VALUE", // required
46
+ * // privacyBudgetTemplateArn: "STRING_VALUE", // required
47
+ * // collaborationId: "STRING_VALUE", // required
48
+ * // collaborationArn: "STRING_VALUE", // required
49
+ * // creatorAccountId: "STRING_VALUE", // required
50
+ * // type: "DIFFERENTIAL_PRIVACY", // required
51
+ * // createTime: new Date("TIMESTAMP"), // required
52
+ * // updateTime: new Date("TIMESTAMP"), // required
53
+ * // budget: { // PrivacyBudget Union: only one key present
54
+ * // differentialPrivacy: { // DifferentialPrivacyPrivacyBudget
55
+ * // aggregations: [ // DifferentialPrivacyPrivacyBudgetAggregationList // required
56
+ * // { // DifferentialPrivacyPrivacyBudgetAggregation
57
+ * // type: "AVG" || "COUNT" || "COUNT_DISTINCT" || "SUM" || "STDDEV", // required
58
+ * // maxCount: Number("int"), // required
59
+ * // remainingCount: Number("int"), // required
60
+ * // },
61
+ * // ],
62
+ * // epsilon: Number("int"), // required
63
+ * // },
64
+ * // },
65
+ * // },
66
+ * // ],
67
+ * // nextToken: "STRING_VALUE",
68
+ * // };
69
+ *
70
+ * ```
71
+ *
72
+ * @param ListCollaborationPrivacyBudgetsCommandInput - {@link ListCollaborationPrivacyBudgetsCommandInput}
73
+ * @returns {@link ListCollaborationPrivacyBudgetsCommandOutput}
74
+ * @see {@link ListCollaborationPrivacyBudgetsCommandInput} for command's `input` shape.
75
+ * @see {@link ListCollaborationPrivacyBudgetsCommandOutput} for command's `response` shape.
76
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
77
+ *
78
+ * @throws {@link AccessDeniedException} (client fault)
79
+ * <p>Caller does not have sufficient access to perform this action.</p>
80
+ *
81
+ * @throws {@link InternalServerException} (server fault)
82
+ * <p>Unexpected error during processing of request.</p>
83
+ *
84
+ * @throws {@link ResourceNotFoundException} (client fault)
85
+ * <p>Request references a resource which does not exist.</p>
86
+ *
87
+ * @throws {@link ThrottlingException} (client fault)
88
+ * <p>Request was denied due to request throttling.</p>
89
+ *
90
+ * @throws {@link ValidationException} (client fault)
91
+ * <p>The input fails to satisfy the specified constraints.</p>
92
+ *
93
+ * @throws {@link CleanRoomsServiceException}
94
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
95
+ *
96
+ */
97
+ export declare class ListCollaborationPrivacyBudgetsCommand extends $Command<ListCollaborationPrivacyBudgetsCommandInput, ListCollaborationPrivacyBudgetsCommandOutput, CleanRoomsClientResolvedConfig> {
98
+ readonly input: ListCollaborationPrivacyBudgetsCommandInput;
99
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
+ /**
101
+ * @public
102
+ */
103
+ constructor(input: ListCollaborationPrivacyBudgetsCommandInput);
104
+ /**
105
+ * @internal
106
+ */
107
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCollaborationPrivacyBudgetsCommandInput, ListCollaborationPrivacyBudgetsCommandOutput>;
108
+ /**
109
+ * @internal
110
+ */
111
+ private serialize;
112
+ /**
113
+ * @internal
114
+ */
115
+ private deserialize;
116
+ }
@@ -0,0 +1,105 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
+ import { ListConfiguredAudienceModelAssociationsInput, ListConfiguredAudienceModelAssociationsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListConfiguredAudienceModelAssociationsCommand}.
14
+ */
15
+ export interface ListConfiguredAudienceModelAssociationsCommandInput extends ListConfiguredAudienceModelAssociationsInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListConfiguredAudienceModelAssociationsCommand}.
21
+ */
22
+ export interface ListConfiguredAudienceModelAssociationsCommandOutput extends ListConfiguredAudienceModelAssociationsOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Lists information about requested configured audience model associations.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { CleanRoomsClient, ListConfiguredAudienceModelAssociationsCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
31
+ * // const { CleanRoomsClient, ListConfiguredAudienceModelAssociationsCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
32
+ * const client = new CleanRoomsClient(config);
33
+ * const input = { // ListConfiguredAudienceModelAssociationsInput
34
+ * membershipIdentifier: "STRING_VALUE", // required
35
+ * nextToken: "STRING_VALUE",
36
+ * maxResults: Number("int"),
37
+ * };
38
+ * const command = new ListConfiguredAudienceModelAssociationsCommand(input);
39
+ * const response = await client.send(command);
40
+ * // { // ListConfiguredAudienceModelAssociationsOutput
41
+ * // configuredAudienceModelAssociationSummaries: [ // ConfiguredAudienceModelAssociationSummaryList // required
42
+ * // { // ConfiguredAudienceModelAssociationSummary
43
+ * // membershipId: "STRING_VALUE", // required
44
+ * // membershipArn: "STRING_VALUE", // required
45
+ * // collaborationArn: "STRING_VALUE", // required
46
+ * // collaborationId: "STRING_VALUE", // required
47
+ * // createTime: new Date("TIMESTAMP"), // required
48
+ * // updateTime: new Date("TIMESTAMP"), // required
49
+ * // id: "STRING_VALUE", // required
50
+ * // arn: "STRING_VALUE", // required
51
+ * // name: "STRING_VALUE", // required
52
+ * // configuredAudienceModelArn: "STRING_VALUE", // required
53
+ * // description: "STRING_VALUE",
54
+ * // },
55
+ * // ],
56
+ * // nextToken: "STRING_VALUE",
57
+ * // };
58
+ *
59
+ * ```
60
+ *
61
+ * @param ListConfiguredAudienceModelAssociationsCommandInput - {@link ListConfiguredAudienceModelAssociationsCommandInput}
62
+ * @returns {@link ListConfiguredAudienceModelAssociationsCommandOutput}
63
+ * @see {@link ListConfiguredAudienceModelAssociationsCommandInput} for command's `input` shape.
64
+ * @see {@link ListConfiguredAudienceModelAssociationsCommandOutput} for command's `response` shape.
65
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
66
+ *
67
+ * @throws {@link AccessDeniedException} (client fault)
68
+ * <p>Caller does not have sufficient access to perform this action.</p>
69
+ *
70
+ * @throws {@link InternalServerException} (server fault)
71
+ * <p>Unexpected error during processing of request.</p>
72
+ *
73
+ * @throws {@link ResourceNotFoundException} (client fault)
74
+ * <p>Request references a resource which does not exist.</p>
75
+ *
76
+ * @throws {@link ThrottlingException} (client fault)
77
+ * <p>Request was denied due to request throttling.</p>
78
+ *
79
+ * @throws {@link ValidationException} (client fault)
80
+ * <p>The input fails to satisfy the specified constraints.</p>
81
+ *
82
+ * @throws {@link CleanRoomsServiceException}
83
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
84
+ *
85
+ */
86
+ export declare class ListConfiguredAudienceModelAssociationsCommand extends $Command<ListConfiguredAudienceModelAssociationsCommandInput, ListConfiguredAudienceModelAssociationsCommandOutput, CleanRoomsClientResolvedConfig> {
87
+ readonly input: ListConfiguredAudienceModelAssociationsCommandInput;
88
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
+ /**
90
+ * @public
91
+ */
92
+ constructor(input: ListConfiguredAudienceModelAssociationsCommandInput);
93
+ /**
94
+ * @internal
95
+ */
96
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConfiguredAudienceModelAssociationsCommandInput, ListConfiguredAudienceModelAssociationsCommandOutput>;
97
+ /**
98
+ * @internal
99
+ */
100
+ private serialize;
101
+ /**
102
+ * @internal
103
+ */
104
+ private deserialize;
105
+ }
@@ -0,0 +1,103 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
+ import { ListPrivacyBudgetTemplatesInput, ListPrivacyBudgetTemplatesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListPrivacyBudgetTemplatesCommand}.
14
+ */
15
+ export interface ListPrivacyBudgetTemplatesCommandInput extends ListPrivacyBudgetTemplatesInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListPrivacyBudgetTemplatesCommand}.
21
+ */
22
+ export interface ListPrivacyBudgetTemplatesCommandOutput extends ListPrivacyBudgetTemplatesOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Returns detailed information about the privacy budget templates in a specified membership.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { CleanRoomsClient, ListPrivacyBudgetTemplatesCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
31
+ * // const { CleanRoomsClient, ListPrivacyBudgetTemplatesCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
32
+ * const client = new CleanRoomsClient(config);
33
+ * const input = { // ListPrivacyBudgetTemplatesInput
34
+ * membershipIdentifier: "STRING_VALUE", // required
35
+ * nextToken: "STRING_VALUE",
36
+ * maxResults: Number("int"),
37
+ * };
38
+ * const command = new ListPrivacyBudgetTemplatesCommand(input);
39
+ * const response = await client.send(command);
40
+ * // { // ListPrivacyBudgetTemplatesOutput
41
+ * // nextToken: "STRING_VALUE",
42
+ * // privacyBudgetTemplateSummaries: [ // PrivacyBudgetTemplateSummaryList // required
43
+ * // { // PrivacyBudgetTemplateSummary
44
+ * // id: "STRING_VALUE", // required
45
+ * // arn: "STRING_VALUE", // required
46
+ * // membershipId: "STRING_VALUE", // required
47
+ * // membershipArn: "STRING_VALUE", // required
48
+ * // collaborationId: "STRING_VALUE", // required
49
+ * // collaborationArn: "STRING_VALUE", // required
50
+ * // privacyBudgetType: "DIFFERENTIAL_PRIVACY", // required
51
+ * // createTime: new Date("TIMESTAMP"), // required
52
+ * // updateTime: new Date("TIMESTAMP"), // required
53
+ * // },
54
+ * // ],
55
+ * // };
56
+ *
57
+ * ```
58
+ *
59
+ * @param ListPrivacyBudgetTemplatesCommandInput - {@link ListPrivacyBudgetTemplatesCommandInput}
60
+ * @returns {@link ListPrivacyBudgetTemplatesCommandOutput}
61
+ * @see {@link ListPrivacyBudgetTemplatesCommandInput} for command's `input` shape.
62
+ * @see {@link ListPrivacyBudgetTemplatesCommandOutput} for command's `response` shape.
63
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
64
+ *
65
+ * @throws {@link AccessDeniedException} (client fault)
66
+ * <p>Caller does not have sufficient access to perform this action.</p>
67
+ *
68
+ * @throws {@link InternalServerException} (server fault)
69
+ * <p>Unexpected error during processing of request.</p>
70
+ *
71
+ * @throws {@link ResourceNotFoundException} (client fault)
72
+ * <p>Request references a resource which does not exist.</p>
73
+ *
74
+ * @throws {@link ThrottlingException} (client fault)
75
+ * <p>Request was denied due to request throttling.</p>
76
+ *
77
+ * @throws {@link ValidationException} (client fault)
78
+ * <p>The input fails to satisfy the specified constraints.</p>
79
+ *
80
+ * @throws {@link CleanRoomsServiceException}
81
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
82
+ *
83
+ */
84
+ export declare class ListPrivacyBudgetTemplatesCommand extends $Command<ListPrivacyBudgetTemplatesCommandInput, ListPrivacyBudgetTemplatesCommandOutput, CleanRoomsClientResolvedConfig> {
85
+ readonly input: ListPrivacyBudgetTemplatesCommandInput;
86
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
+ /**
88
+ * @public
89
+ */
90
+ constructor(input: ListPrivacyBudgetTemplatesCommandInput);
91
+ /**
92
+ * @internal
93
+ */
94
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPrivacyBudgetTemplatesCommandInput, ListPrivacyBudgetTemplatesCommandOutput>;
95
+ /**
96
+ * @internal
97
+ */
98
+ private serialize;
99
+ /**
100
+ * @internal
101
+ */
102
+ private deserialize;
103
+ }
@@ -0,0 +1,117 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
+ import { ListPrivacyBudgetsInput, ListPrivacyBudgetsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListPrivacyBudgetsCommand}.
14
+ */
15
+ export interface ListPrivacyBudgetsCommandInput extends ListPrivacyBudgetsInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListPrivacyBudgetsCommand}.
21
+ */
22
+ export interface ListPrivacyBudgetsCommandOutput extends ListPrivacyBudgetsOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Returns detailed information about the privacy budgets in a specified membership.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { CleanRoomsClient, ListPrivacyBudgetsCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
31
+ * // const { CleanRoomsClient, ListPrivacyBudgetsCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
32
+ * const client = new CleanRoomsClient(config);
33
+ * const input = { // ListPrivacyBudgetsInput
34
+ * membershipIdentifier: "STRING_VALUE", // required
35
+ * privacyBudgetType: "DIFFERENTIAL_PRIVACY", // required
36
+ * nextToken: "STRING_VALUE",
37
+ * maxResults: Number("int"),
38
+ * };
39
+ * const command = new ListPrivacyBudgetsCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // ListPrivacyBudgetsOutput
42
+ * // privacyBudgetSummaries: [ // PrivacyBudgetSummaryList // required
43
+ * // { // PrivacyBudgetSummary
44
+ * // id: "STRING_VALUE", // required
45
+ * // privacyBudgetTemplateId: "STRING_VALUE", // required
46
+ * // privacyBudgetTemplateArn: "STRING_VALUE", // required
47
+ * // membershipId: "STRING_VALUE", // required
48
+ * // membershipArn: "STRING_VALUE", // required
49
+ * // collaborationId: "STRING_VALUE", // required
50
+ * // collaborationArn: "STRING_VALUE", // required
51
+ * // type: "DIFFERENTIAL_PRIVACY", // required
52
+ * // createTime: new Date("TIMESTAMP"), // required
53
+ * // updateTime: new Date("TIMESTAMP"), // required
54
+ * // budget: { // PrivacyBudget Union: only one key present
55
+ * // differentialPrivacy: { // DifferentialPrivacyPrivacyBudget
56
+ * // aggregations: [ // DifferentialPrivacyPrivacyBudgetAggregationList // required
57
+ * // { // DifferentialPrivacyPrivacyBudgetAggregation
58
+ * // type: "AVG" || "COUNT" || "COUNT_DISTINCT" || "SUM" || "STDDEV", // required
59
+ * // maxCount: Number("int"), // required
60
+ * // remainingCount: Number("int"), // required
61
+ * // },
62
+ * // ],
63
+ * // epsilon: Number("int"), // required
64
+ * // },
65
+ * // },
66
+ * // },
67
+ * // ],
68
+ * // nextToken: "STRING_VALUE",
69
+ * // };
70
+ *
71
+ * ```
72
+ *
73
+ * @param ListPrivacyBudgetsCommandInput - {@link ListPrivacyBudgetsCommandInput}
74
+ * @returns {@link ListPrivacyBudgetsCommandOutput}
75
+ * @see {@link ListPrivacyBudgetsCommandInput} for command's `input` shape.
76
+ * @see {@link ListPrivacyBudgetsCommandOutput} for command's `response` shape.
77
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
78
+ *
79
+ * @throws {@link AccessDeniedException} (client fault)
80
+ * <p>Caller does not have sufficient access to perform this action.</p>
81
+ *
82
+ * @throws {@link InternalServerException} (server fault)
83
+ * <p>Unexpected error during processing of request.</p>
84
+ *
85
+ * @throws {@link ResourceNotFoundException} (client fault)
86
+ * <p>Request references a resource which does not exist.</p>
87
+ *
88
+ * @throws {@link ThrottlingException} (client fault)
89
+ * <p>Request was denied due to request throttling.</p>
90
+ *
91
+ * @throws {@link ValidationException} (client fault)
92
+ * <p>The input fails to satisfy the specified constraints.</p>
93
+ *
94
+ * @throws {@link CleanRoomsServiceException}
95
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
96
+ *
97
+ */
98
+ export declare class ListPrivacyBudgetsCommand extends $Command<ListPrivacyBudgetsCommandInput, ListPrivacyBudgetsCommandOutput, CleanRoomsClientResolvedConfig> {
99
+ readonly input: ListPrivacyBudgetsCommandInput;
100
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
+ /**
102
+ * @public
103
+ */
104
+ constructor(input: ListPrivacyBudgetsCommandInput);
105
+ /**
106
+ * @internal
107
+ */
108
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPrivacyBudgetsCommandInput, ListPrivacyBudgetsCommandOutput>;
109
+ /**
110
+ * @internal
111
+ */
112
+ private serialize;
113
+ /**
114
+ * @internal
115
+ */
116
+ private deserialize;
117
+ }