@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
package/dist-types/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.d.ts
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListCollaborationConfiguredAudienceModelAssociationsCommandInput, ListCollaborationConfiguredAudienceModelAssociationsCommandOutput } from "../commands/ListCollaborationConfiguredAudienceModelAssociationsCommand";
|
|
3
|
+
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListCollaborationConfiguredAudienceModelAssociations(config: CleanRoomsPaginationConfiguration, input: ListCollaborationConfiguredAudienceModelAssociationsCommandInput, ...additionalArguments: any): Paginator<ListCollaborationConfiguredAudienceModelAssociationsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListCollaborationPrivacyBudgetTemplatesCommandInput, ListCollaborationPrivacyBudgetTemplatesCommandOutput } from "../commands/ListCollaborationPrivacyBudgetTemplatesCommand";
|
|
3
|
+
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListCollaborationPrivacyBudgetTemplates(config: CleanRoomsPaginationConfiguration, input: ListCollaborationPrivacyBudgetTemplatesCommandInput, ...additionalArguments: any): Paginator<ListCollaborationPrivacyBudgetTemplatesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListCollaborationPrivacyBudgetsCommandInput, ListCollaborationPrivacyBudgetsCommandOutput } from "../commands/ListCollaborationPrivacyBudgetsCommand";
|
|
3
|
+
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListCollaborationPrivacyBudgets(config: CleanRoomsPaginationConfiguration, input: ListCollaborationPrivacyBudgetsCommandInput, ...additionalArguments: any): Paginator<ListCollaborationPrivacyBudgetsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListConfiguredAudienceModelAssociationsCommandInput, ListConfiguredAudienceModelAssociationsCommandOutput } from "../commands/ListConfiguredAudienceModelAssociationsCommand";
|
|
3
|
+
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListConfiguredAudienceModelAssociations(config: CleanRoomsPaginationConfiguration, input: ListConfiguredAudienceModelAssociationsCommandInput, ...additionalArguments: any): Paginator<ListConfiguredAudienceModelAssociationsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListPrivacyBudgetTemplatesCommandInput, ListPrivacyBudgetTemplatesCommandOutput } from "../commands/ListPrivacyBudgetTemplatesCommand";
|
|
3
|
+
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListPrivacyBudgetTemplates(config: CleanRoomsPaginationConfiguration, input: ListPrivacyBudgetTemplatesCommandInput, ...additionalArguments: any): Paginator<ListPrivacyBudgetTemplatesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListPrivacyBudgetsCommandInput, ListPrivacyBudgetsCommandOutput } from "../commands/ListPrivacyBudgetsCommand";
|
|
3
|
+
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListPrivacyBudgets(config: CleanRoomsPaginationConfiguration, input: ListPrivacyBudgetsCommandInput, ...additionalArguments: any): Paginator<ListPrivacyBudgetsCommandOutput>;
|
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListAnalysisTemplatesPaginator";
|
|
3
3
|
export * from "./ListCollaborationAnalysisTemplatesPaginator";
|
|
4
|
+
export * from "./ListCollaborationConfiguredAudienceModelAssociationsPaginator";
|
|
5
|
+
export * from "./ListCollaborationPrivacyBudgetTemplatesPaginator";
|
|
6
|
+
export * from "./ListCollaborationPrivacyBudgetsPaginator";
|
|
4
7
|
export * from "./ListCollaborationsPaginator";
|
|
8
|
+
export * from "./ListConfiguredAudienceModelAssociationsPaginator";
|
|
5
9
|
export * from "./ListConfiguredTableAssociationsPaginator";
|
|
6
10
|
export * from "./ListConfiguredTablesPaginator";
|
|
7
11
|
export * from "./ListMembersPaginator";
|
|
8
12
|
export * from "./ListMembershipsPaginator";
|
|
13
|
+
export * from "./ListPrivacyBudgetTemplatesPaginator";
|
|
14
|
+
export * from "./ListPrivacyBudgetsPaginator";
|
|
9
15
|
export * from "./ListProtectedQueriesPaginator";
|
|
10
16
|
export * from "./ListSchemasPaginator";
|
|
@@ -4,46 +4,63 @@ import { BatchGetCollaborationAnalysisTemplateCommandInput, BatchGetCollaboratio
|
|
|
4
4
|
import { BatchGetSchemaCommandInput, BatchGetSchemaCommandOutput } from "../commands/BatchGetSchemaCommand";
|
|
5
5
|
import { CreateAnalysisTemplateCommandInput, CreateAnalysisTemplateCommandOutput } from "../commands/CreateAnalysisTemplateCommand";
|
|
6
6
|
import { CreateCollaborationCommandInput, CreateCollaborationCommandOutput } from "../commands/CreateCollaborationCommand";
|
|
7
|
+
import { CreateConfiguredAudienceModelAssociationCommandInput, CreateConfiguredAudienceModelAssociationCommandOutput } from "../commands/CreateConfiguredAudienceModelAssociationCommand";
|
|
7
8
|
import { CreateConfiguredTableAnalysisRuleCommandInput, CreateConfiguredTableAnalysisRuleCommandOutput } from "../commands/CreateConfiguredTableAnalysisRuleCommand";
|
|
8
9
|
import { CreateConfiguredTableAssociationCommandInput, CreateConfiguredTableAssociationCommandOutput } from "../commands/CreateConfiguredTableAssociationCommand";
|
|
9
10
|
import { CreateConfiguredTableCommandInput, CreateConfiguredTableCommandOutput } from "../commands/CreateConfiguredTableCommand";
|
|
10
11
|
import { CreateMembershipCommandInput, CreateMembershipCommandOutput } from "../commands/CreateMembershipCommand";
|
|
12
|
+
import { CreatePrivacyBudgetTemplateCommandInput, CreatePrivacyBudgetTemplateCommandOutput } from "../commands/CreatePrivacyBudgetTemplateCommand";
|
|
11
13
|
import { DeleteAnalysisTemplateCommandInput, DeleteAnalysisTemplateCommandOutput } from "../commands/DeleteAnalysisTemplateCommand";
|
|
12
14
|
import { DeleteCollaborationCommandInput, DeleteCollaborationCommandOutput } from "../commands/DeleteCollaborationCommand";
|
|
15
|
+
import { DeleteConfiguredAudienceModelAssociationCommandInput, DeleteConfiguredAudienceModelAssociationCommandOutput } from "../commands/DeleteConfiguredAudienceModelAssociationCommand";
|
|
13
16
|
import { DeleteConfiguredTableAnalysisRuleCommandInput, DeleteConfiguredTableAnalysisRuleCommandOutput } from "../commands/DeleteConfiguredTableAnalysisRuleCommand";
|
|
14
17
|
import { DeleteConfiguredTableAssociationCommandInput, DeleteConfiguredTableAssociationCommandOutput } from "../commands/DeleteConfiguredTableAssociationCommand";
|
|
15
18
|
import { DeleteConfiguredTableCommandInput, DeleteConfiguredTableCommandOutput } from "../commands/DeleteConfiguredTableCommand";
|
|
16
19
|
import { DeleteMemberCommandInput, DeleteMemberCommandOutput } from "../commands/DeleteMemberCommand";
|
|
17
20
|
import { DeleteMembershipCommandInput, DeleteMembershipCommandOutput } from "../commands/DeleteMembershipCommand";
|
|
21
|
+
import { DeletePrivacyBudgetTemplateCommandInput, DeletePrivacyBudgetTemplateCommandOutput } from "../commands/DeletePrivacyBudgetTemplateCommand";
|
|
18
22
|
import { GetAnalysisTemplateCommandInput, GetAnalysisTemplateCommandOutput } from "../commands/GetAnalysisTemplateCommand";
|
|
19
23
|
import { GetCollaborationAnalysisTemplateCommandInput, GetCollaborationAnalysisTemplateCommandOutput } from "../commands/GetCollaborationAnalysisTemplateCommand";
|
|
20
24
|
import { GetCollaborationCommandInput, GetCollaborationCommandOutput } from "../commands/GetCollaborationCommand";
|
|
25
|
+
import { GetCollaborationConfiguredAudienceModelAssociationCommandInput, GetCollaborationConfiguredAudienceModelAssociationCommandOutput } from "../commands/GetCollaborationConfiguredAudienceModelAssociationCommand";
|
|
26
|
+
import { GetCollaborationPrivacyBudgetTemplateCommandInput, GetCollaborationPrivacyBudgetTemplateCommandOutput } from "../commands/GetCollaborationPrivacyBudgetTemplateCommand";
|
|
27
|
+
import { GetConfiguredAudienceModelAssociationCommandInput, GetConfiguredAudienceModelAssociationCommandOutput } from "../commands/GetConfiguredAudienceModelAssociationCommand";
|
|
21
28
|
import { GetConfiguredTableAnalysisRuleCommandInput, GetConfiguredTableAnalysisRuleCommandOutput } from "../commands/GetConfiguredTableAnalysisRuleCommand";
|
|
22
29
|
import { GetConfiguredTableAssociationCommandInput, GetConfiguredTableAssociationCommandOutput } from "../commands/GetConfiguredTableAssociationCommand";
|
|
23
30
|
import { GetConfiguredTableCommandInput, GetConfiguredTableCommandOutput } from "../commands/GetConfiguredTableCommand";
|
|
24
31
|
import { GetMembershipCommandInput, GetMembershipCommandOutput } from "../commands/GetMembershipCommand";
|
|
32
|
+
import { GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput } from "../commands/GetPrivacyBudgetTemplateCommand";
|
|
25
33
|
import { GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput } from "../commands/GetProtectedQueryCommand";
|
|
26
34
|
import { GetSchemaAnalysisRuleCommandInput, GetSchemaAnalysisRuleCommandOutput } from "../commands/GetSchemaAnalysisRuleCommand";
|
|
27
35
|
import { GetSchemaCommandInput, GetSchemaCommandOutput } from "../commands/GetSchemaCommand";
|
|
28
36
|
import { ListAnalysisTemplatesCommandInput, ListAnalysisTemplatesCommandOutput } from "../commands/ListAnalysisTemplatesCommand";
|
|
29
37
|
import { ListCollaborationAnalysisTemplatesCommandInput, ListCollaborationAnalysisTemplatesCommandOutput } from "../commands/ListCollaborationAnalysisTemplatesCommand";
|
|
38
|
+
import { ListCollaborationConfiguredAudienceModelAssociationsCommandInput, ListCollaborationConfiguredAudienceModelAssociationsCommandOutput } from "../commands/ListCollaborationConfiguredAudienceModelAssociationsCommand";
|
|
39
|
+
import { ListCollaborationPrivacyBudgetsCommandInput, ListCollaborationPrivacyBudgetsCommandOutput } from "../commands/ListCollaborationPrivacyBudgetsCommand";
|
|
40
|
+
import { ListCollaborationPrivacyBudgetTemplatesCommandInput, ListCollaborationPrivacyBudgetTemplatesCommandOutput } from "../commands/ListCollaborationPrivacyBudgetTemplatesCommand";
|
|
30
41
|
import { ListCollaborationsCommandInput, ListCollaborationsCommandOutput } from "../commands/ListCollaborationsCommand";
|
|
42
|
+
import { ListConfiguredAudienceModelAssociationsCommandInput, ListConfiguredAudienceModelAssociationsCommandOutput } from "../commands/ListConfiguredAudienceModelAssociationsCommand";
|
|
31
43
|
import { ListConfiguredTableAssociationsCommandInput, ListConfiguredTableAssociationsCommandOutput } from "../commands/ListConfiguredTableAssociationsCommand";
|
|
32
44
|
import { ListConfiguredTablesCommandInput, ListConfiguredTablesCommandOutput } from "../commands/ListConfiguredTablesCommand";
|
|
33
45
|
import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
|
|
34
46
|
import { ListMembershipsCommandInput, ListMembershipsCommandOutput } from "../commands/ListMembershipsCommand";
|
|
47
|
+
import { ListPrivacyBudgetsCommandInput, ListPrivacyBudgetsCommandOutput } from "../commands/ListPrivacyBudgetsCommand";
|
|
48
|
+
import { ListPrivacyBudgetTemplatesCommandInput, ListPrivacyBudgetTemplatesCommandOutput } from "../commands/ListPrivacyBudgetTemplatesCommand";
|
|
35
49
|
import { ListProtectedQueriesCommandInput, ListProtectedQueriesCommandOutput } from "../commands/ListProtectedQueriesCommand";
|
|
36
50
|
import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
|
|
37
51
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
52
|
+
import { PreviewPrivacyImpactCommandInput, PreviewPrivacyImpactCommandOutput } from "../commands/PreviewPrivacyImpactCommand";
|
|
38
53
|
import { StartProtectedQueryCommandInput, StartProtectedQueryCommandOutput } from "../commands/StartProtectedQueryCommand";
|
|
39
54
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
40
55
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
41
56
|
import { UpdateAnalysisTemplateCommandInput, UpdateAnalysisTemplateCommandOutput } from "../commands/UpdateAnalysisTemplateCommand";
|
|
42
57
|
import { UpdateCollaborationCommandInput, UpdateCollaborationCommandOutput } from "../commands/UpdateCollaborationCommand";
|
|
58
|
+
import { UpdateConfiguredAudienceModelAssociationCommandInput, UpdateConfiguredAudienceModelAssociationCommandOutput } from "../commands/UpdateConfiguredAudienceModelAssociationCommand";
|
|
43
59
|
import { UpdateConfiguredTableAnalysisRuleCommandInput, UpdateConfiguredTableAnalysisRuleCommandOutput } from "../commands/UpdateConfiguredTableAnalysisRuleCommand";
|
|
44
60
|
import { UpdateConfiguredTableAssociationCommandInput, UpdateConfiguredTableAssociationCommandOutput } from "../commands/UpdateConfiguredTableAssociationCommand";
|
|
45
61
|
import { UpdateConfiguredTableCommandInput, UpdateConfiguredTableCommandOutput } from "../commands/UpdateConfiguredTableCommand";
|
|
46
62
|
import { UpdateMembershipCommandInput, UpdateMembershipCommandOutput } from "../commands/UpdateMembershipCommand";
|
|
63
|
+
import { UpdatePrivacyBudgetTemplateCommandInput, UpdatePrivacyBudgetTemplateCommandOutput } from "../commands/UpdatePrivacyBudgetTemplateCommand";
|
|
47
64
|
import { UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput } from "../commands/UpdateProtectedQueryCommand";
|
|
48
65
|
/**
|
|
49
66
|
* serializeAws_restJson1BatchGetCollaborationAnalysisTemplateCommand
|
|
@@ -61,6 +78,10 @@ export declare const se_CreateAnalysisTemplateCommand: (input: CreateAnalysisTem
|
|
|
61
78
|
* serializeAws_restJson1CreateCollaborationCommand
|
|
62
79
|
*/
|
|
63
80
|
export declare const se_CreateCollaborationCommand: (input: CreateCollaborationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
/**
|
|
82
|
+
* serializeAws_restJson1CreateConfiguredAudienceModelAssociationCommand
|
|
83
|
+
*/
|
|
84
|
+
export declare const se_CreateConfiguredAudienceModelAssociationCommand: (input: CreateConfiguredAudienceModelAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
85
|
/**
|
|
65
86
|
* serializeAws_restJson1CreateConfiguredTableCommand
|
|
66
87
|
*/
|
|
@@ -77,6 +98,10 @@ export declare const se_CreateConfiguredTableAssociationCommand: (input: CreateC
|
|
|
77
98
|
* serializeAws_restJson1CreateMembershipCommand
|
|
78
99
|
*/
|
|
79
100
|
export declare const se_CreateMembershipCommand: (input: CreateMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
/**
|
|
102
|
+
* serializeAws_restJson1CreatePrivacyBudgetTemplateCommand
|
|
103
|
+
*/
|
|
104
|
+
export declare const se_CreatePrivacyBudgetTemplateCommand: (input: CreatePrivacyBudgetTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
105
|
/**
|
|
81
106
|
* serializeAws_restJson1DeleteAnalysisTemplateCommand
|
|
82
107
|
*/
|
|
@@ -85,6 +110,10 @@ export declare const se_DeleteAnalysisTemplateCommand: (input: DeleteAnalysisTem
|
|
|
85
110
|
* serializeAws_restJson1DeleteCollaborationCommand
|
|
86
111
|
*/
|
|
87
112
|
export declare const se_DeleteCollaborationCommand: (input: DeleteCollaborationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
/**
|
|
114
|
+
* serializeAws_restJson1DeleteConfiguredAudienceModelAssociationCommand
|
|
115
|
+
*/
|
|
116
|
+
export declare const se_DeleteConfiguredAudienceModelAssociationCommand: (input: DeleteConfiguredAudienceModelAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
117
|
/**
|
|
89
118
|
* serializeAws_restJson1DeleteConfiguredTableCommand
|
|
90
119
|
*/
|
|
@@ -105,6 +134,10 @@ export declare const se_DeleteMemberCommand: (input: DeleteMemberCommandInput, c
|
|
|
105
134
|
* serializeAws_restJson1DeleteMembershipCommand
|
|
106
135
|
*/
|
|
107
136
|
export declare const se_DeleteMembershipCommand: (input: DeleteMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
+
/**
|
|
138
|
+
* serializeAws_restJson1DeletePrivacyBudgetTemplateCommand
|
|
139
|
+
*/
|
|
140
|
+
export declare const se_DeletePrivacyBudgetTemplateCommand: (input: DeletePrivacyBudgetTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
141
|
/**
|
|
109
142
|
* serializeAws_restJson1GetAnalysisTemplateCommand
|
|
110
143
|
*/
|
|
@@ -117,6 +150,18 @@ export declare const se_GetCollaborationCommand: (input: GetCollaborationCommand
|
|
|
117
150
|
* serializeAws_restJson1GetCollaborationAnalysisTemplateCommand
|
|
118
151
|
*/
|
|
119
152
|
export declare const se_GetCollaborationAnalysisTemplateCommand: (input: GetCollaborationAnalysisTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
+
/**
|
|
154
|
+
* serializeAws_restJson1GetCollaborationConfiguredAudienceModelAssociationCommand
|
|
155
|
+
*/
|
|
156
|
+
export declare const se_GetCollaborationConfiguredAudienceModelAssociationCommand: (input: GetCollaborationConfiguredAudienceModelAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
|
+
/**
|
|
158
|
+
* serializeAws_restJson1GetCollaborationPrivacyBudgetTemplateCommand
|
|
159
|
+
*/
|
|
160
|
+
export declare const se_GetCollaborationPrivacyBudgetTemplateCommand: (input: GetCollaborationPrivacyBudgetTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
161
|
+
/**
|
|
162
|
+
* serializeAws_restJson1GetConfiguredAudienceModelAssociationCommand
|
|
163
|
+
*/
|
|
164
|
+
export declare const se_GetConfiguredAudienceModelAssociationCommand: (input: GetConfiguredAudienceModelAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
165
|
/**
|
|
121
166
|
* serializeAws_restJson1GetConfiguredTableCommand
|
|
122
167
|
*/
|
|
@@ -133,6 +178,10 @@ export declare const se_GetConfiguredTableAssociationCommand: (input: GetConfigu
|
|
|
133
178
|
* serializeAws_restJson1GetMembershipCommand
|
|
134
179
|
*/
|
|
135
180
|
export declare const se_GetMembershipCommand: (input: GetMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
181
|
+
/**
|
|
182
|
+
* serializeAws_restJson1GetPrivacyBudgetTemplateCommand
|
|
183
|
+
*/
|
|
184
|
+
export declare const se_GetPrivacyBudgetTemplateCommand: (input: GetPrivacyBudgetTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
185
|
/**
|
|
137
186
|
* serializeAws_restJson1GetProtectedQueryCommand
|
|
138
187
|
*/
|
|
@@ -153,10 +202,26 @@ export declare const se_ListAnalysisTemplatesCommand: (input: ListAnalysisTempla
|
|
|
153
202
|
* serializeAws_restJson1ListCollaborationAnalysisTemplatesCommand
|
|
154
203
|
*/
|
|
155
204
|
export declare const se_ListCollaborationAnalysisTemplatesCommand: (input: ListCollaborationAnalysisTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
205
|
+
/**
|
|
206
|
+
* serializeAws_restJson1ListCollaborationConfiguredAudienceModelAssociationsCommand
|
|
207
|
+
*/
|
|
208
|
+
export declare const se_ListCollaborationConfiguredAudienceModelAssociationsCommand: (input: ListCollaborationConfiguredAudienceModelAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
209
|
+
/**
|
|
210
|
+
* serializeAws_restJson1ListCollaborationPrivacyBudgetsCommand
|
|
211
|
+
*/
|
|
212
|
+
export declare const se_ListCollaborationPrivacyBudgetsCommand: (input: ListCollaborationPrivacyBudgetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
213
|
+
/**
|
|
214
|
+
* serializeAws_restJson1ListCollaborationPrivacyBudgetTemplatesCommand
|
|
215
|
+
*/
|
|
216
|
+
export declare const se_ListCollaborationPrivacyBudgetTemplatesCommand: (input: ListCollaborationPrivacyBudgetTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
156
217
|
/**
|
|
157
218
|
* serializeAws_restJson1ListCollaborationsCommand
|
|
158
219
|
*/
|
|
159
220
|
export declare const se_ListCollaborationsCommand: (input: ListCollaborationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
221
|
+
/**
|
|
222
|
+
* serializeAws_restJson1ListConfiguredAudienceModelAssociationsCommand
|
|
223
|
+
*/
|
|
224
|
+
export declare const se_ListConfiguredAudienceModelAssociationsCommand: (input: ListConfiguredAudienceModelAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
225
|
/**
|
|
161
226
|
* serializeAws_restJson1ListConfiguredTableAssociationsCommand
|
|
162
227
|
*/
|
|
@@ -173,6 +238,14 @@ export declare const se_ListMembersCommand: (input: ListMembersCommandInput, con
|
|
|
173
238
|
* serializeAws_restJson1ListMembershipsCommand
|
|
174
239
|
*/
|
|
175
240
|
export declare const se_ListMembershipsCommand: (input: ListMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
241
|
+
/**
|
|
242
|
+
* serializeAws_restJson1ListPrivacyBudgetsCommand
|
|
243
|
+
*/
|
|
244
|
+
export declare const se_ListPrivacyBudgetsCommand: (input: ListPrivacyBudgetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
245
|
+
/**
|
|
246
|
+
* serializeAws_restJson1ListPrivacyBudgetTemplatesCommand
|
|
247
|
+
*/
|
|
248
|
+
export declare const se_ListPrivacyBudgetTemplatesCommand: (input: ListPrivacyBudgetTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
249
|
/**
|
|
177
250
|
* serializeAws_restJson1ListProtectedQueriesCommand
|
|
178
251
|
*/
|
|
@@ -185,6 +258,10 @@ export declare const se_ListSchemasCommand: (input: ListSchemasCommandInput, con
|
|
|
185
258
|
* serializeAws_restJson1ListTagsForResourceCommand
|
|
186
259
|
*/
|
|
187
260
|
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
261
|
+
/**
|
|
262
|
+
* serializeAws_restJson1PreviewPrivacyImpactCommand
|
|
263
|
+
*/
|
|
264
|
+
export declare const se_PreviewPrivacyImpactCommand: (input: PreviewPrivacyImpactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
188
265
|
/**
|
|
189
266
|
* serializeAws_restJson1StartProtectedQueryCommand
|
|
190
267
|
*/
|
|
@@ -205,6 +282,10 @@ export declare const se_UpdateAnalysisTemplateCommand: (input: UpdateAnalysisTem
|
|
|
205
282
|
* serializeAws_restJson1UpdateCollaborationCommand
|
|
206
283
|
*/
|
|
207
284
|
export declare const se_UpdateCollaborationCommand: (input: UpdateCollaborationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
285
|
+
/**
|
|
286
|
+
* serializeAws_restJson1UpdateConfiguredAudienceModelAssociationCommand
|
|
287
|
+
*/
|
|
288
|
+
export declare const se_UpdateConfiguredAudienceModelAssociationCommand: (input: UpdateConfiguredAudienceModelAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
208
289
|
/**
|
|
209
290
|
* serializeAws_restJson1UpdateConfiguredTableCommand
|
|
210
291
|
*/
|
|
@@ -221,6 +302,10 @@ export declare const se_UpdateConfiguredTableAssociationCommand: (input: UpdateC
|
|
|
221
302
|
* serializeAws_restJson1UpdateMembershipCommand
|
|
222
303
|
*/
|
|
223
304
|
export declare const se_UpdateMembershipCommand: (input: UpdateMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
305
|
+
/**
|
|
306
|
+
* serializeAws_restJson1UpdatePrivacyBudgetTemplateCommand
|
|
307
|
+
*/
|
|
308
|
+
export declare const se_UpdatePrivacyBudgetTemplateCommand: (input: UpdatePrivacyBudgetTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
224
309
|
/**
|
|
225
310
|
* serializeAws_restJson1UpdateProtectedQueryCommand
|
|
226
311
|
*/
|
|
@@ -241,6 +326,10 @@ export declare const de_CreateAnalysisTemplateCommand: (output: __HttpResponse,
|
|
|
241
326
|
* deserializeAws_restJson1CreateCollaborationCommand
|
|
242
327
|
*/
|
|
243
328
|
export declare const de_CreateCollaborationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCollaborationCommandOutput>;
|
|
329
|
+
/**
|
|
330
|
+
* deserializeAws_restJson1CreateConfiguredAudienceModelAssociationCommand
|
|
331
|
+
*/
|
|
332
|
+
export declare const de_CreateConfiguredAudienceModelAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfiguredAudienceModelAssociationCommandOutput>;
|
|
244
333
|
/**
|
|
245
334
|
* deserializeAws_restJson1CreateConfiguredTableCommand
|
|
246
335
|
*/
|
|
@@ -257,6 +346,10 @@ export declare const de_CreateConfiguredTableAssociationCommand: (output: __Http
|
|
|
257
346
|
* deserializeAws_restJson1CreateMembershipCommand
|
|
258
347
|
*/
|
|
259
348
|
export declare const de_CreateMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMembershipCommandOutput>;
|
|
349
|
+
/**
|
|
350
|
+
* deserializeAws_restJson1CreatePrivacyBudgetTemplateCommand
|
|
351
|
+
*/
|
|
352
|
+
export declare const de_CreatePrivacyBudgetTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePrivacyBudgetTemplateCommandOutput>;
|
|
260
353
|
/**
|
|
261
354
|
* deserializeAws_restJson1DeleteAnalysisTemplateCommand
|
|
262
355
|
*/
|
|
@@ -265,6 +358,10 @@ export declare const de_DeleteAnalysisTemplateCommand: (output: __HttpResponse,
|
|
|
265
358
|
* deserializeAws_restJson1DeleteCollaborationCommand
|
|
266
359
|
*/
|
|
267
360
|
export declare const de_DeleteCollaborationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCollaborationCommandOutput>;
|
|
361
|
+
/**
|
|
362
|
+
* deserializeAws_restJson1DeleteConfiguredAudienceModelAssociationCommand
|
|
363
|
+
*/
|
|
364
|
+
export declare const de_DeleteConfiguredAudienceModelAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfiguredAudienceModelAssociationCommandOutput>;
|
|
268
365
|
/**
|
|
269
366
|
* deserializeAws_restJson1DeleteConfiguredTableCommand
|
|
270
367
|
*/
|
|
@@ -285,6 +382,10 @@ export declare const de_DeleteMemberCommand: (output: __HttpResponse, context: _
|
|
|
285
382
|
* deserializeAws_restJson1DeleteMembershipCommand
|
|
286
383
|
*/
|
|
287
384
|
export declare const de_DeleteMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMembershipCommandOutput>;
|
|
385
|
+
/**
|
|
386
|
+
* deserializeAws_restJson1DeletePrivacyBudgetTemplateCommand
|
|
387
|
+
*/
|
|
388
|
+
export declare const de_DeletePrivacyBudgetTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePrivacyBudgetTemplateCommandOutput>;
|
|
288
389
|
/**
|
|
289
390
|
* deserializeAws_restJson1GetAnalysisTemplateCommand
|
|
290
391
|
*/
|
|
@@ -297,6 +398,18 @@ export declare const de_GetCollaborationCommand: (output: __HttpResponse, contex
|
|
|
297
398
|
* deserializeAws_restJson1GetCollaborationAnalysisTemplateCommand
|
|
298
399
|
*/
|
|
299
400
|
export declare const de_GetCollaborationAnalysisTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCollaborationAnalysisTemplateCommandOutput>;
|
|
401
|
+
/**
|
|
402
|
+
* deserializeAws_restJson1GetCollaborationConfiguredAudienceModelAssociationCommand
|
|
403
|
+
*/
|
|
404
|
+
export declare const de_GetCollaborationConfiguredAudienceModelAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCollaborationConfiguredAudienceModelAssociationCommandOutput>;
|
|
405
|
+
/**
|
|
406
|
+
* deserializeAws_restJson1GetCollaborationPrivacyBudgetTemplateCommand
|
|
407
|
+
*/
|
|
408
|
+
export declare const de_GetCollaborationPrivacyBudgetTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCollaborationPrivacyBudgetTemplateCommandOutput>;
|
|
409
|
+
/**
|
|
410
|
+
* deserializeAws_restJson1GetConfiguredAudienceModelAssociationCommand
|
|
411
|
+
*/
|
|
412
|
+
export declare const de_GetConfiguredAudienceModelAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfiguredAudienceModelAssociationCommandOutput>;
|
|
300
413
|
/**
|
|
301
414
|
* deserializeAws_restJson1GetConfiguredTableCommand
|
|
302
415
|
*/
|
|
@@ -313,6 +426,10 @@ export declare const de_GetConfiguredTableAssociationCommand: (output: __HttpRes
|
|
|
313
426
|
* deserializeAws_restJson1GetMembershipCommand
|
|
314
427
|
*/
|
|
315
428
|
export declare const de_GetMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMembershipCommandOutput>;
|
|
429
|
+
/**
|
|
430
|
+
* deserializeAws_restJson1GetPrivacyBudgetTemplateCommand
|
|
431
|
+
*/
|
|
432
|
+
export declare const de_GetPrivacyBudgetTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPrivacyBudgetTemplateCommandOutput>;
|
|
316
433
|
/**
|
|
317
434
|
* deserializeAws_restJson1GetProtectedQueryCommand
|
|
318
435
|
*/
|
|
@@ -333,10 +450,26 @@ export declare const de_ListAnalysisTemplatesCommand: (output: __HttpResponse, c
|
|
|
333
450
|
* deserializeAws_restJson1ListCollaborationAnalysisTemplatesCommand
|
|
334
451
|
*/
|
|
335
452
|
export declare const de_ListCollaborationAnalysisTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCollaborationAnalysisTemplatesCommandOutput>;
|
|
453
|
+
/**
|
|
454
|
+
* deserializeAws_restJson1ListCollaborationConfiguredAudienceModelAssociationsCommand
|
|
455
|
+
*/
|
|
456
|
+
export declare const de_ListCollaborationConfiguredAudienceModelAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCollaborationConfiguredAudienceModelAssociationsCommandOutput>;
|
|
457
|
+
/**
|
|
458
|
+
* deserializeAws_restJson1ListCollaborationPrivacyBudgetsCommand
|
|
459
|
+
*/
|
|
460
|
+
export declare const de_ListCollaborationPrivacyBudgetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCollaborationPrivacyBudgetsCommandOutput>;
|
|
461
|
+
/**
|
|
462
|
+
* deserializeAws_restJson1ListCollaborationPrivacyBudgetTemplatesCommand
|
|
463
|
+
*/
|
|
464
|
+
export declare const de_ListCollaborationPrivacyBudgetTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCollaborationPrivacyBudgetTemplatesCommandOutput>;
|
|
336
465
|
/**
|
|
337
466
|
* deserializeAws_restJson1ListCollaborationsCommand
|
|
338
467
|
*/
|
|
339
468
|
export declare const de_ListCollaborationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCollaborationsCommandOutput>;
|
|
469
|
+
/**
|
|
470
|
+
* deserializeAws_restJson1ListConfiguredAudienceModelAssociationsCommand
|
|
471
|
+
*/
|
|
472
|
+
export declare const de_ListConfiguredAudienceModelAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfiguredAudienceModelAssociationsCommandOutput>;
|
|
340
473
|
/**
|
|
341
474
|
* deserializeAws_restJson1ListConfiguredTableAssociationsCommand
|
|
342
475
|
*/
|
|
@@ -353,6 +486,14 @@ export declare const de_ListMembersCommand: (output: __HttpResponse, context: __
|
|
|
353
486
|
* deserializeAws_restJson1ListMembershipsCommand
|
|
354
487
|
*/
|
|
355
488
|
export declare const de_ListMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembershipsCommandOutput>;
|
|
489
|
+
/**
|
|
490
|
+
* deserializeAws_restJson1ListPrivacyBudgetsCommand
|
|
491
|
+
*/
|
|
492
|
+
export declare const de_ListPrivacyBudgetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPrivacyBudgetsCommandOutput>;
|
|
493
|
+
/**
|
|
494
|
+
* deserializeAws_restJson1ListPrivacyBudgetTemplatesCommand
|
|
495
|
+
*/
|
|
496
|
+
export declare const de_ListPrivacyBudgetTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPrivacyBudgetTemplatesCommandOutput>;
|
|
356
497
|
/**
|
|
357
498
|
* deserializeAws_restJson1ListProtectedQueriesCommand
|
|
358
499
|
*/
|
|
@@ -365,6 +506,10 @@ export declare const de_ListSchemasCommand: (output: __HttpResponse, context: __
|
|
|
365
506
|
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
366
507
|
*/
|
|
367
508
|
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
509
|
+
/**
|
|
510
|
+
* deserializeAws_restJson1PreviewPrivacyImpactCommand
|
|
511
|
+
*/
|
|
512
|
+
export declare const de_PreviewPrivacyImpactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PreviewPrivacyImpactCommandOutput>;
|
|
368
513
|
/**
|
|
369
514
|
* deserializeAws_restJson1StartProtectedQueryCommand
|
|
370
515
|
*/
|
|
@@ -385,6 +530,10 @@ export declare const de_UpdateAnalysisTemplateCommand: (output: __HttpResponse,
|
|
|
385
530
|
* deserializeAws_restJson1UpdateCollaborationCommand
|
|
386
531
|
*/
|
|
387
532
|
export declare const de_UpdateCollaborationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCollaborationCommandOutput>;
|
|
533
|
+
/**
|
|
534
|
+
* deserializeAws_restJson1UpdateConfiguredAudienceModelAssociationCommand
|
|
535
|
+
*/
|
|
536
|
+
export declare const de_UpdateConfiguredAudienceModelAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfiguredAudienceModelAssociationCommandOutput>;
|
|
388
537
|
/**
|
|
389
538
|
* deserializeAws_restJson1UpdateConfiguredTableCommand
|
|
390
539
|
*/
|
|
@@ -401,6 +550,10 @@ export declare const de_UpdateConfiguredTableAssociationCommand: (output: __Http
|
|
|
401
550
|
* deserializeAws_restJson1UpdateMembershipCommand
|
|
402
551
|
*/
|
|
403
552
|
export declare const de_UpdateMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMembershipCommandOutput>;
|
|
553
|
+
/**
|
|
554
|
+
* deserializeAws_restJson1UpdatePrivacyBudgetTemplateCommand
|
|
555
|
+
*/
|
|
556
|
+
export declare const de_UpdatePrivacyBudgetTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePrivacyBudgetTemplateCommandOutput>;
|
|
404
557
|
/**
|
|
405
558
|
* deserializeAws_restJson1UpdateProtectedQueryCommand
|
|
406
559
|
*/
|