@aws-sdk/client-cleanrooms 3.461.0 → 3.462.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.
- package/README.md +136 -0
- package/dist-cjs/CleanRooms.js +34 -0
- package/dist-cjs/commands/CreateConfiguredAudienceModelAssociationCommand.js +51 -0
- package/dist-cjs/commands/CreatePrivacyBudgetTemplateCommand.js +51 -0
- package/dist-cjs/commands/DeleteConfiguredAudienceModelAssociationCommand.js +51 -0
- package/dist-cjs/commands/DeletePrivacyBudgetTemplateCommand.js +51 -0
- package/dist-cjs/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.js +51 -0
- package/dist-cjs/commands/GetCollaborationPrivacyBudgetTemplateCommand.js +51 -0
- package/dist-cjs/commands/GetConfiguredAudienceModelAssociationCommand.js +51 -0
- package/dist-cjs/commands/GetPrivacyBudgetTemplateCommand.js +51 -0
- package/dist-cjs/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.js +51 -0
- package/dist-cjs/commands/ListCollaborationPrivacyBudgetTemplatesCommand.js +51 -0
- package/dist-cjs/commands/ListCollaborationPrivacyBudgetsCommand.js +51 -0
- package/dist-cjs/commands/ListConfiguredAudienceModelAssociationsCommand.js +51 -0
- package/dist-cjs/commands/ListPrivacyBudgetTemplatesCommand.js +51 -0
- package/dist-cjs/commands/ListPrivacyBudgetsCommand.js +51 -0
- package/dist-cjs/commands/PreviewPrivacyImpactCommand.js +51 -0
- package/dist-cjs/commands/UpdateConfiguredAudienceModelAssociationCommand.js +51 -0
- package/dist-cjs/commands/UpdatePrivacyBudgetTemplateCommand.js +51 -0
- package/dist-cjs/commands/index.js +17 -0
- package/dist-cjs/models/models_0.js +64 -2
- package/dist-cjs/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.js +29 -0
- package/dist-cjs/pagination/ListCollaborationPrivacyBudgetsPaginator.js +29 -0
- package/dist-cjs/pagination/ListConfiguredAudienceModelAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListPrivacyBudgetTemplatesPaginator.js +29 -0
- package/dist-cjs/pagination/ListPrivacyBudgetsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +6 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1513 -128
- package/dist-es/CleanRooms.js +34 -0
- package/dist-es/commands/CreateConfiguredAudienceModelAssociationCommand.js +47 -0
- package/dist-es/commands/CreatePrivacyBudgetTemplateCommand.js +47 -0
- package/dist-es/commands/DeleteConfiguredAudienceModelAssociationCommand.js +47 -0
- package/dist-es/commands/DeletePrivacyBudgetTemplateCommand.js +47 -0
- package/dist-es/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.js +47 -0
- package/dist-es/commands/GetCollaborationPrivacyBudgetTemplateCommand.js +47 -0
- package/dist-es/commands/GetConfiguredAudienceModelAssociationCommand.js +47 -0
- package/dist-es/commands/GetPrivacyBudgetTemplateCommand.js +47 -0
- package/dist-es/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.js +47 -0
- package/dist-es/commands/ListCollaborationPrivacyBudgetTemplatesCommand.js +47 -0
- package/dist-es/commands/ListCollaborationPrivacyBudgetsCommand.js +47 -0
- package/dist-es/commands/ListConfiguredAudienceModelAssociationsCommand.js +47 -0
- package/dist-es/commands/ListPrivacyBudgetTemplatesCommand.js +47 -0
- package/dist-es/commands/ListPrivacyBudgetsCommand.js +47 -0
- package/dist-es/commands/PreviewPrivacyImpactCommand.js +47 -0
- package/dist-es/commands/UpdateConfiguredAudienceModelAssociationCommand.js +47 -0
- package/dist-es/commands/UpdatePrivacyBudgetTemplateCommand.js +47 -0
- package/dist-es/commands/index.js +17 -0
- package/dist-es/models/models_0.js +62 -0
- package/dist-es/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.js +25 -0
- package/dist-es/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.js +25 -0
- package/dist-es/pagination/ListCollaborationPrivacyBudgetsPaginator.js +25 -0
- package/dist-es/pagination/ListConfiguredAudienceModelAssociationsPaginator.js +25 -0
- package/dist-es/pagination/ListPrivacyBudgetTemplatesPaginator.js +25 -0
- package/dist-es/pagination/ListPrivacyBudgetsPaginator.js +25 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +1541 -191
- package/dist-types/CleanRooms.d.ts +119 -0
- package/dist-types/CleanRoomsClient.d.ts +19 -2
- package/dist-types/commands/CreateConfiguredAudienceModelAssociationCommand.d.ts +114 -0
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +14 -0
- package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +119 -0
- package/dist-types/commands/DeleteConfiguredAudienceModelAssociationCommand.d.ts +87 -0
- package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +87 -0
- package/dist-types/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.d.ts +100 -0
- package/dist-types/commands/GetCollaborationPrivacyBudgetTemplateCommand.d.ts +105 -0
- package/dist-types/commands/GetConfiguredAudienceModelAssociationCommand.d.ts +102 -0
- package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +7 -0
- package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +106 -0
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +11 -0
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +7 -0
- package/dist-types/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts +103 -0
- package/dist-types/commands/ListCollaborationPrivacyBudgetTemplatesCommand.d.ts +102 -0
- package/dist-types/commands/ListCollaborationPrivacyBudgetsCommand.d.ts +116 -0
- package/dist-types/commands/ListConfiguredAudienceModelAssociationsCommand.d.ts +105 -0
- package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +103 -0
- package/dist-types/commands/ListPrivacyBudgetsCommand.d.ts +117 -0
- package/dist-types/commands/PreviewPrivacyImpactCommand.d.ts +103 -0
- package/dist-types/commands/StartProtectedQueryCommand.d.ts +11 -0
- package/dist-types/commands/UpdateConfiguredAudienceModelAssociationCommand.d.ts +104 -0
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +14 -0
- package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +116 -0
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +11 -0
- package/dist-types/commands/index.d.ts +17 -0
- package/dist-types/models/models_0.d.ts +2605 -1044
- package/dist-types/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationPrivacyBudgetsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConfiguredAudienceModelAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPrivacyBudgetTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPrivacyBudgetsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +343 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +102 -0
- package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/GetCollaborationPrivacyBudgetTemplateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ListCollaborationPrivacyBudgetTemplatesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListCollaborationPrivacyBudgetsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListConfiguredAudienceModelAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListPrivacyBudgetsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/PreviewPrivacyImpactCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +17 -0
- package/dist-types/ts3.4/models/models_0.d.ts +477 -0
- package/dist-types/ts3.4/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationPrivacyBudgetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConfiguredAudienceModelAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPrivacyBudgetTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPrivacyBudgetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
- package/package.json +2 -2
|
@@ -0,0 +1,87 @@
|
|
|
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 { DeleteConfiguredAudienceModelAssociationInput, DeleteConfiguredAudienceModelAssociationOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteConfiguredAudienceModelAssociationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteConfiguredAudienceModelAssociationCommandInput extends DeleteConfiguredAudienceModelAssociationInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteConfiguredAudienceModelAssociationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteConfiguredAudienceModelAssociationCommandOutput extends DeleteConfiguredAudienceModelAssociationOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Provides the information necessary to delete a configured audience model association.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { CleanRoomsClient, DeleteConfiguredAudienceModelAssociationCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
31
|
+
* // const { CleanRoomsClient, DeleteConfiguredAudienceModelAssociationCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
32
|
+
* const client = new CleanRoomsClient(config);
|
|
33
|
+
* const input = { // DeleteConfiguredAudienceModelAssociationInput
|
|
34
|
+
* configuredAudienceModelAssociationIdentifier: "STRING_VALUE", // required
|
|
35
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
36
|
+
* };
|
|
37
|
+
* const command = new DeleteConfiguredAudienceModelAssociationCommand(input);
|
|
38
|
+
* const response = await client.send(command);
|
|
39
|
+
* // {};
|
|
40
|
+
*
|
|
41
|
+
* ```
|
|
42
|
+
*
|
|
43
|
+
* @param DeleteConfiguredAudienceModelAssociationCommandInput - {@link DeleteConfiguredAudienceModelAssociationCommandInput}
|
|
44
|
+
* @returns {@link DeleteConfiguredAudienceModelAssociationCommandOutput}
|
|
45
|
+
* @see {@link DeleteConfiguredAudienceModelAssociationCommandInput} for command's `input` shape.
|
|
46
|
+
* @see {@link DeleteConfiguredAudienceModelAssociationCommandOutput} for command's `response` shape.
|
|
47
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
50
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InternalServerException} (server fault)
|
|
53
|
+
* <p>Unexpected error during processing of request.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
|
+
* <p>Request references a resource which does not exist.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
59
|
+
* <p>Request was denied due to request throttling.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ValidationException} (client fault)
|
|
62
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link CleanRoomsServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
export declare class DeleteConfiguredAudienceModelAssociationCommand extends $Command<DeleteConfiguredAudienceModelAssociationCommandInput, DeleteConfiguredAudienceModelAssociationCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
69
|
+
readonly input: DeleteConfiguredAudienceModelAssociationCommandInput;
|
|
70
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
constructor(input: DeleteConfiguredAudienceModelAssociationCommandInput);
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
78
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfiguredAudienceModelAssociationCommandInput, DeleteConfiguredAudienceModelAssociationCommandOutput>;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
82
|
+
private serialize;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
86
|
+
private deserialize;
|
|
87
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
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 { DeletePrivacyBudgetTemplateInput, DeletePrivacyBudgetTemplateOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeletePrivacyBudgetTemplateCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeletePrivacyBudgetTemplateCommandInput extends DeletePrivacyBudgetTemplateInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeletePrivacyBudgetTemplateCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeletePrivacyBudgetTemplateCommandOutput extends DeletePrivacyBudgetTemplateOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Deletes a privacy budget template for 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, DeletePrivacyBudgetTemplateCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
31
|
+
* // const { CleanRoomsClient, DeletePrivacyBudgetTemplateCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
32
|
+
* const client = new CleanRoomsClient(config);
|
|
33
|
+
* const input = { // DeletePrivacyBudgetTemplateInput
|
|
34
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
35
|
+
* privacyBudgetTemplateIdentifier: "STRING_VALUE", // required
|
|
36
|
+
* };
|
|
37
|
+
* const command = new DeletePrivacyBudgetTemplateCommand(input);
|
|
38
|
+
* const response = await client.send(command);
|
|
39
|
+
* // {};
|
|
40
|
+
*
|
|
41
|
+
* ```
|
|
42
|
+
*
|
|
43
|
+
* @param DeletePrivacyBudgetTemplateCommandInput - {@link DeletePrivacyBudgetTemplateCommandInput}
|
|
44
|
+
* @returns {@link DeletePrivacyBudgetTemplateCommandOutput}
|
|
45
|
+
* @see {@link DeletePrivacyBudgetTemplateCommandInput} for command's `input` shape.
|
|
46
|
+
* @see {@link DeletePrivacyBudgetTemplateCommandOutput} for command's `response` shape.
|
|
47
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
50
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InternalServerException} (server fault)
|
|
53
|
+
* <p>Unexpected error during processing of request.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
|
+
* <p>Request references a resource which does not exist.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
59
|
+
* <p>Request was denied due to request throttling.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ValidationException} (client fault)
|
|
62
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link CleanRoomsServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
export declare class DeletePrivacyBudgetTemplateCommand extends $Command<DeletePrivacyBudgetTemplateCommandInput, DeletePrivacyBudgetTemplateCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
69
|
+
readonly input: DeletePrivacyBudgetTemplateCommandInput;
|
|
70
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
constructor(input: DeletePrivacyBudgetTemplateCommandInput);
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
78
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePrivacyBudgetTemplateCommandInput, DeletePrivacyBudgetTemplateCommandOutput>;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
82
|
+
private serialize;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
86
|
+
private deserialize;
|
|
87
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
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 { GetCollaborationConfiguredAudienceModelAssociationInput, GetCollaborationConfiguredAudienceModelAssociationOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetCollaborationConfiguredAudienceModelAssociationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetCollaborationConfiguredAudienceModelAssociationCommandInput extends GetCollaborationConfiguredAudienceModelAssociationInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetCollaborationConfiguredAudienceModelAssociationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetCollaborationConfiguredAudienceModelAssociationCommandOutput extends GetCollaborationConfiguredAudienceModelAssociationOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Retrieves a configured audience model association 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, GetCollaborationConfiguredAudienceModelAssociationCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
31
|
+
* // const { CleanRoomsClient, GetCollaborationConfiguredAudienceModelAssociationCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
32
|
+
* const client = new CleanRoomsClient(config);
|
|
33
|
+
* const input = { // GetCollaborationConfiguredAudienceModelAssociationInput
|
|
34
|
+
* collaborationIdentifier: "STRING_VALUE", // required
|
|
35
|
+
* configuredAudienceModelAssociationIdentifier: "STRING_VALUE", // required
|
|
36
|
+
* };
|
|
37
|
+
* const command = new GetCollaborationConfiguredAudienceModelAssociationCommand(input);
|
|
38
|
+
* const response = await client.send(command);
|
|
39
|
+
* // { // GetCollaborationConfiguredAudienceModelAssociationOutput
|
|
40
|
+
* // collaborationConfiguredAudienceModelAssociation: { // CollaborationConfiguredAudienceModelAssociation
|
|
41
|
+
* // id: "STRING_VALUE", // required
|
|
42
|
+
* // arn: "STRING_VALUE", // required
|
|
43
|
+
* // collaborationId: "STRING_VALUE", // required
|
|
44
|
+
* // collaborationArn: "STRING_VALUE", // required
|
|
45
|
+
* // configuredAudienceModelArn: "STRING_VALUE", // required
|
|
46
|
+
* // name: "STRING_VALUE", // required
|
|
47
|
+
* // description: "STRING_VALUE",
|
|
48
|
+
* // creatorAccountId: "STRING_VALUE", // required
|
|
49
|
+
* // createTime: new Date("TIMESTAMP"), // required
|
|
50
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
51
|
+
* // },
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
54
|
+
* ```
|
|
55
|
+
*
|
|
56
|
+
* @param GetCollaborationConfiguredAudienceModelAssociationCommandInput - {@link GetCollaborationConfiguredAudienceModelAssociationCommandInput}
|
|
57
|
+
* @returns {@link GetCollaborationConfiguredAudienceModelAssociationCommandOutput}
|
|
58
|
+
* @see {@link GetCollaborationConfiguredAudienceModelAssociationCommandInput} for command's `input` shape.
|
|
59
|
+
* @see {@link GetCollaborationConfiguredAudienceModelAssociationCommandOutput} for command's `response` shape.
|
|
60
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
63
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InternalServerException} (server fault)
|
|
66
|
+
* <p>Unexpected error during processing of request.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
69
|
+
* <p>Request references a resource which does not exist.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
72
|
+
* <p>Request was denied due to request throttling.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ValidationException} (client fault)
|
|
75
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link CleanRoomsServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
79
|
+
*
|
|
80
|
+
*/
|
|
81
|
+
export declare class GetCollaborationConfiguredAudienceModelAssociationCommand extends $Command<GetCollaborationConfiguredAudienceModelAssociationCommandInput, GetCollaborationConfiguredAudienceModelAssociationCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
82
|
+
readonly input: GetCollaborationConfiguredAudienceModelAssociationCommandInput;
|
|
83
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
constructor(input: GetCollaborationConfiguredAudienceModelAssociationCommandInput);
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
91
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCollaborationConfiguredAudienceModelAssociationCommandInput, GetCollaborationConfiguredAudienceModelAssociationCommandOutput>;
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
95
|
+
private serialize;
|
|
96
|
+
/**
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
99
|
+
private deserialize;
|
|
100
|
+
}
|
|
@@ -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 { GetCollaborationPrivacyBudgetTemplateInput, GetCollaborationPrivacyBudgetTemplateOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetCollaborationPrivacyBudgetTemplateCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetCollaborationPrivacyBudgetTemplateCommandInput extends GetCollaborationPrivacyBudgetTemplateInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetCollaborationPrivacyBudgetTemplateCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetCollaborationPrivacyBudgetTemplateCommandOutput extends GetCollaborationPrivacyBudgetTemplateOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Returns details about a specified privacy budget template.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { CleanRoomsClient, GetCollaborationPrivacyBudgetTemplateCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
31
|
+
* // const { CleanRoomsClient, GetCollaborationPrivacyBudgetTemplateCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
32
|
+
* const client = new CleanRoomsClient(config);
|
|
33
|
+
* const input = { // GetCollaborationPrivacyBudgetTemplateInput
|
|
34
|
+
* collaborationIdentifier: "STRING_VALUE", // required
|
|
35
|
+
* privacyBudgetTemplateIdentifier: "STRING_VALUE", // required
|
|
36
|
+
* };
|
|
37
|
+
* const command = new GetCollaborationPrivacyBudgetTemplateCommand(input);
|
|
38
|
+
* const response = await client.send(command);
|
|
39
|
+
* // { // GetCollaborationPrivacyBudgetTemplateOutput
|
|
40
|
+
* // collaborationPrivacyBudgetTemplate: { // CollaborationPrivacyBudgetTemplate
|
|
41
|
+
* // id: "STRING_VALUE", // required
|
|
42
|
+
* // arn: "STRING_VALUE", // required
|
|
43
|
+
* // collaborationId: "STRING_VALUE", // required
|
|
44
|
+
* // collaborationArn: "STRING_VALUE", // required
|
|
45
|
+
* // creatorAccountId: "STRING_VALUE", // required
|
|
46
|
+
* // createTime: new Date("TIMESTAMP"), // required
|
|
47
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
48
|
+
* // privacyBudgetType: "DIFFERENTIAL_PRIVACY", // required
|
|
49
|
+
* // autoRefresh: "CALENDAR_MONTH" || "NONE", // required
|
|
50
|
+
* // parameters: { // PrivacyBudgetTemplateParametersOutput Union: only one key present
|
|
51
|
+
* // differentialPrivacy: { // DifferentialPrivacyTemplateParametersOutput
|
|
52
|
+
* // epsilon: Number("int"), // required
|
|
53
|
+
* // usersNoisePerQuery: Number("int"), // required
|
|
54
|
+
* // },
|
|
55
|
+
* // },
|
|
56
|
+
* // },
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
59
|
+
* ```
|
|
60
|
+
*
|
|
61
|
+
* @param GetCollaborationPrivacyBudgetTemplateCommandInput - {@link GetCollaborationPrivacyBudgetTemplateCommandInput}
|
|
62
|
+
* @returns {@link GetCollaborationPrivacyBudgetTemplateCommandOutput}
|
|
63
|
+
* @see {@link GetCollaborationPrivacyBudgetTemplateCommandInput} for command's `input` shape.
|
|
64
|
+
* @see {@link GetCollaborationPrivacyBudgetTemplateCommandOutput} 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 GetCollaborationPrivacyBudgetTemplateCommand extends $Command<GetCollaborationPrivacyBudgetTemplateCommandInput, GetCollaborationPrivacyBudgetTemplateCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
87
|
+
readonly input: GetCollaborationPrivacyBudgetTemplateCommandInput;
|
|
88
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
+
/**
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
constructor(input: GetCollaborationPrivacyBudgetTemplateCommandInput);
|
|
93
|
+
/**
|
|
94
|
+
* @internal
|
|
95
|
+
*/
|
|
96
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCollaborationPrivacyBudgetTemplateCommandInput, GetCollaborationPrivacyBudgetTemplateCommandOutput>;
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
100
|
+
private serialize;
|
|
101
|
+
/**
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
104
|
+
private deserialize;
|
|
105
|
+
}
|
|
@@ -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 { GetConfiguredAudienceModelAssociationInput, GetConfiguredAudienceModelAssociationOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetConfiguredAudienceModelAssociationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetConfiguredAudienceModelAssociationCommandInput extends GetConfiguredAudienceModelAssociationInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetConfiguredAudienceModelAssociationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetConfiguredAudienceModelAssociationCommandOutput extends GetConfiguredAudienceModelAssociationOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Returns information about a configured audience model association.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { CleanRoomsClient, GetConfiguredAudienceModelAssociationCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
31
|
+
* // const { CleanRoomsClient, GetConfiguredAudienceModelAssociationCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
32
|
+
* const client = new CleanRoomsClient(config);
|
|
33
|
+
* const input = { // GetConfiguredAudienceModelAssociationInput
|
|
34
|
+
* configuredAudienceModelAssociationIdentifier: "STRING_VALUE", // required
|
|
35
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
36
|
+
* };
|
|
37
|
+
* const command = new GetConfiguredAudienceModelAssociationCommand(input);
|
|
38
|
+
* const response = await client.send(command);
|
|
39
|
+
* // { // GetConfiguredAudienceModelAssociationOutput
|
|
40
|
+
* // configuredAudienceModelAssociation: { // ConfiguredAudienceModelAssociation
|
|
41
|
+
* // id: "STRING_VALUE", // required
|
|
42
|
+
* // arn: "STRING_VALUE", // required
|
|
43
|
+
* // configuredAudienceModelArn: "STRING_VALUE", // required
|
|
44
|
+
* // membershipId: "STRING_VALUE", // required
|
|
45
|
+
* // membershipArn: "STRING_VALUE", // required
|
|
46
|
+
* // collaborationId: "STRING_VALUE", // required
|
|
47
|
+
* // collaborationArn: "STRING_VALUE", // required
|
|
48
|
+
* // name: "STRING_VALUE", // required
|
|
49
|
+
* // manageResourcePolicies: true || false, // required
|
|
50
|
+
* // description: "STRING_VALUE",
|
|
51
|
+
* // createTime: new Date("TIMESTAMP"), // required
|
|
52
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
53
|
+
* // },
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
56
|
+
* ```
|
|
57
|
+
*
|
|
58
|
+
* @param GetConfiguredAudienceModelAssociationCommandInput - {@link GetConfiguredAudienceModelAssociationCommandInput}
|
|
59
|
+
* @returns {@link GetConfiguredAudienceModelAssociationCommandOutput}
|
|
60
|
+
* @see {@link GetConfiguredAudienceModelAssociationCommandInput} for command's `input` shape.
|
|
61
|
+
* @see {@link GetConfiguredAudienceModelAssociationCommandOutput} 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 GetConfiguredAudienceModelAssociationCommand extends $Command<GetConfiguredAudienceModelAssociationCommandInput, GetConfiguredAudienceModelAssociationCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
84
|
+
readonly input: GetConfiguredAudienceModelAssociationCommandInput;
|
|
85
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
constructor(input: GetConfiguredAudienceModelAssociationCommandInput);
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
93
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfiguredAudienceModelAssociationCommandInput, GetConfiguredAudienceModelAssociationCommandOutput>;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
97
|
+
private serialize;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
101
|
+
private deserialize;
|
|
102
|
+
}
|
|
@@ -90,6 +90,13 @@ export interface GetConfiguredTableAnalysisRuleCommandOutput extends GetConfigur
|
|
|
90
90
|
* // allowedAnalysisProviders: [ // AllowedAnalysisProviderList
|
|
91
91
|
* // "STRING_VALUE",
|
|
92
92
|
* // ],
|
|
93
|
+
* // differentialPrivacy: { // DifferentialPrivacyConfiguration
|
|
94
|
+
* // columns: [ // DifferentialPrivacyColumnList // required
|
|
95
|
+
* // { // DifferentialPrivacyColumn
|
|
96
|
+
* // name: "STRING_VALUE", // required
|
|
97
|
+
* // },
|
|
98
|
+
* // ],
|
|
99
|
+
* // },
|
|
93
100
|
* // },
|
|
94
101
|
* // },
|
|
95
102
|
* // },
|
|
@@ -0,0 +1,106 @@
|
|
|
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 { GetPrivacyBudgetTemplateInput, GetPrivacyBudgetTemplateOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetPrivacyBudgetTemplateCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetPrivacyBudgetTemplateCommandInput extends GetPrivacyBudgetTemplateInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetPrivacyBudgetTemplateCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetPrivacyBudgetTemplateCommandOutput extends GetPrivacyBudgetTemplateOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Returns details for a specified privacy budget template.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { CleanRoomsClient, GetPrivacyBudgetTemplateCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
31
|
+
* // const { CleanRoomsClient, GetPrivacyBudgetTemplateCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
32
|
+
* const client = new CleanRoomsClient(config);
|
|
33
|
+
* const input = { // GetPrivacyBudgetTemplateInput
|
|
34
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
35
|
+
* privacyBudgetTemplateIdentifier: "STRING_VALUE", // required
|
|
36
|
+
* };
|
|
37
|
+
* const command = new GetPrivacyBudgetTemplateCommand(input);
|
|
38
|
+
* const response = await client.send(command);
|
|
39
|
+
* // { // GetPrivacyBudgetTemplateOutput
|
|
40
|
+
* // privacyBudgetTemplate: { // PrivacyBudgetTemplate
|
|
41
|
+
* // id: "STRING_VALUE", // required
|
|
42
|
+
* // arn: "STRING_VALUE", // required
|
|
43
|
+
* // membershipId: "STRING_VALUE", // required
|
|
44
|
+
* // membershipArn: "STRING_VALUE", // required
|
|
45
|
+
* // collaborationId: "STRING_VALUE", // required
|
|
46
|
+
* // collaborationArn: "STRING_VALUE", // required
|
|
47
|
+
* // createTime: new Date("TIMESTAMP"), // required
|
|
48
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
49
|
+
* // privacyBudgetType: "DIFFERENTIAL_PRIVACY", // required
|
|
50
|
+
* // autoRefresh: "CALENDAR_MONTH" || "NONE", // required
|
|
51
|
+
* // parameters: { // PrivacyBudgetTemplateParametersOutput Union: only one key present
|
|
52
|
+
* // differentialPrivacy: { // DifferentialPrivacyTemplateParametersOutput
|
|
53
|
+
* // epsilon: Number("int"), // required
|
|
54
|
+
* // usersNoisePerQuery: Number("int"), // required
|
|
55
|
+
* // },
|
|
56
|
+
* // },
|
|
57
|
+
* // },
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
60
|
+
* ```
|
|
61
|
+
*
|
|
62
|
+
* @param GetPrivacyBudgetTemplateCommandInput - {@link GetPrivacyBudgetTemplateCommandInput}
|
|
63
|
+
* @returns {@link GetPrivacyBudgetTemplateCommandOutput}
|
|
64
|
+
* @see {@link GetPrivacyBudgetTemplateCommandInput} for command's `input` shape.
|
|
65
|
+
* @see {@link GetPrivacyBudgetTemplateCommandOutput} for command's `response` shape.
|
|
66
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
69
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link InternalServerException} (server fault)
|
|
72
|
+
* <p>Unexpected error during processing of request.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
75
|
+
* <p>Request references a resource which does not exist.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
78
|
+
* <p>Request was denied due to request throttling.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ValidationException} (client fault)
|
|
81
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link CleanRoomsServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
85
|
+
*
|
|
86
|
+
*/
|
|
87
|
+
export declare class GetPrivacyBudgetTemplateCommand extends $Command<GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput, CleanRoomsClientResolvedConfig> {
|
|
88
|
+
readonly input: GetPrivacyBudgetTemplateCommandInput;
|
|
89
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
constructor(input: GetPrivacyBudgetTemplateCommandInput);
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
97
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput>;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
101
|
+
private serialize;
|
|
102
|
+
/**
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
105
|
+
private deserialize;
|
|
106
|
+
}
|
|
@@ -78,6 +78,17 @@ export interface GetProtectedQueryCommandOutput extends GetProtectedQueryOutput,
|
|
|
78
78
|
* // message: "STRING_VALUE", // required
|
|
79
79
|
* // code: "STRING_VALUE", // required
|
|
80
80
|
* // },
|
|
81
|
+
* // differentialPrivacy: { // DifferentialPrivacyParameters
|
|
82
|
+
* // sensitivityParameters: [ // DifferentialPrivacySensitivityParametersList // required
|
|
83
|
+
* // { // DifferentialPrivacySensitivityParameters
|
|
84
|
+
* // aggregationType: "AVG" || "COUNT" || "COUNT_DISTINCT" || "SUM" || "STDDEV", // required
|
|
85
|
+
* // aggregationExpression: "STRING_VALUE", // required
|
|
86
|
+
* // userContributionLimit: Number("int"), // required
|
|
87
|
+
* // minColumnValue: Number("float"),
|
|
88
|
+
* // maxColumnValue: Number("float"),
|
|
89
|
+
* // },
|
|
90
|
+
* // ],
|
|
91
|
+
* // },
|
|
81
92
|
* // },
|
|
82
93
|
* // };
|
|
83
94
|
*
|
|
@@ -94,6 +94,13 @@ export interface GetSchemaAnalysisRuleCommandOutput extends GetSchemaAnalysisRul
|
|
|
94
94
|
* // allowedAnalysisProviders: [ // AllowedAnalysisProviderList
|
|
95
95
|
* // "STRING_VALUE",
|
|
96
96
|
* // ],
|
|
97
|
+
* // differentialPrivacy: { // DifferentialPrivacyConfiguration
|
|
98
|
+
* // columns: [ // DifferentialPrivacyColumnList // required
|
|
99
|
+
* // { // DifferentialPrivacyColumn
|
|
100
|
+
* // name: "STRING_VALUE", // required
|
|
101
|
+
* // },
|
|
102
|
+
* // ],
|
|
103
|
+
* // },
|
|
97
104
|
* // },
|
|
98
105
|
* // },
|
|
99
106
|
* // },
|