@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.
- 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 +14 -16
package/dist-es/CleanRooms.js
CHANGED
|
@@ -4,92 +4,126 @@ import { BatchGetCollaborationAnalysisTemplateCommand, } from "./commands/BatchG
|
|
|
4
4
|
import { BatchGetSchemaCommand, } from "./commands/BatchGetSchemaCommand";
|
|
5
5
|
import { CreateAnalysisTemplateCommand, } from "./commands/CreateAnalysisTemplateCommand";
|
|
6
6
|
import { CreateCollaborationCommand, } from "./commands/CreateCollaborationCommand";
|
|
7
|
+
import { CreateConfiguredAudienceModelAssociationCommand, } from "./commands/CreateConfiguredAudienceModelAssociationCommand";
|
|
7
8
|
import { CreateConfiguredTableAnalysisRuleCommand, } from "./commands/CreateConfiguredTableAnalysisRuleCommand";
|
|
8
9
|
import { CreateConfiguredTableAssociationCommand, } from "./commands/CreateConfiguredTableAssociationCommand";
|
|
9
10
|
import { CreateConfiguredTableCommand, } from "./commands/CreateConfiguredTableCommand";
|
|
10
11
|
import { CreateMembershipCommand, } from "./commands/CreateMembershipCommand";
|
|
12
|
+
import { CreatePrivacyBudgetTemplateCommand, } from "./commands/CreatePrivacyBudgetTemplateCommand";
|
|
11
13
|
import { DeleteAnalysisTemplateCommand, } from "./commands/DeleteAnalysisTemplateCommand";
|
|
12
14
|
import { DeleteCollaborationCommand, } from "./commands/DeleteCollaborationCommand";
|
|
15
|
+
import { DeleteConfiguredAudienceModelAssociationCommand, } from "./commands/DeleteConfiguredAudienceModelAssociationCommand";
|
|
13
16
|
import { DeleteConfiguredTableAnalysisRuleCommand, } from "./commands/DeleteConfiguredTableAnalysisRuleCommand";
|
|
14
17
|
import { DeleteConfiguredTableAssociationCommand, } from "./commands/DeleteConfiguredTableAssociationCommand";
|
|
15
18
|
import { DeleteConfiguredTableCommand, } from "./commands/DeleteConfiguredTableCommand";
|
|
16
19
|
import { DeleteMemberCommand, } from "./commands/DeleteMemberCommand";
|
|
17
20
|
import { DeleteMembershipCommand, } from "./commands/DeleteMembershipCommand";
|
|
21
|
+
import { DeletePrivacyBudgetTemplateCommand, } from "./commands/DeletePrivacyBudgetTemplateCommand";
|
|
18
22
|
import { GetAnalysisTemplateCommand, } from "./commands/GetAnalysisTemplateCommand";
|
|
19
23
|
import { GetCollaborationAnalysisTemplateCommand, } from "./commands/GetCollaborationAnalysisTemplateCommand";
|
|
20
24
|
import { GetCollaborationCommand, } from "./commands/GetCollaborationCommand";
|
|
25
|
+
import { GetCollaborationConfiguredAudienceModelAssociationCommand, } from "./commands/GetCollaborationConfiguredAudienceModelAssociationCommand";
|
|
26
|
+
import { GetCollaborationPrivacyBudgetTemplateCommand, } from "./commands/GetCollaborationPrivacyBudgetTemplateCommand";
|
|
27
|
+
import { GetConfiguredAudienceModelAssociationCommand, } from "./commands/GetConfiguredAudienceModelAssociationCommand";
|
|
21
28
|
import { GetConfiguredTableAnalysisRuleCommand, } from "./commands/GetConfiguredTableAnalysisRuleCommand";
|
|
22
29
|
import { GetConfiguredTableAssociationCommand, } from "./commands/GetConfiguredTableAssociationCommand";
|
|
23
30
|
import { GetConfiguredTableCommand, } from "./commands/GetConfiguredTableCommand";
|
|
24
31
|
import { GetMembershipCommand, } from "./commands/GetMembershipCommand";
|
|
32
|
+
import { GetPrivacyBudgetTemplateCommand, } from "./commands/GetPrivacyBudgetTemplateCommand";
|
|
25
33
|
import { GetProtectedQueryCommand, } from "./commands/GetProtectedQueryCommand";
|
|
26
34
|
import { GetSchemaAnalysisRuleCommand, } from "./commands/GetSchemaAnalysisRuleCommand";
|
|
27
35
|
import { GetSchemaCommand } from "./commands/GetSchemaCommand";
|
|
28
36
|
import { ListAnalysisTemplatesCommand, } from "./commands/ListAnalysisTemplatesCommand";
|
|
29
37
|
import { ListCollaborationAnalysisTemplatesCommand, } from "./commands/ListCollaborationAnalysisTemplatesCommand";
|
|
38
|
+
import { ListCollaborationConfiguredAudienceModelAssociationsCommand, } from "./commands/ListCollaborationConfiguredAudienceModelAssociationsCommand";
|
|
39
|
+
import { ListCollaborationPrivacyBudgetsCommand, } from "./commands/ListCollaborationPrivacyBudgetsCommand";
|
|
40
|
+
import { ListCollaborationPrivacyBudgetTemplatesCommand, } from "./commands/ListCollaborationPrivacyBudgetTemplatesCommand";
|
|
30
41
|
import { ListCollaborationsCommand, } from "./commands/ListCollaborationsCommand";
|
|
42
|
+
import { ListConfiguredAudienceModelAssociationsCommand, } from "./commands/ListConfiguredAudienceModelAssociationsCommand";
|
|
31
43
|
import { ListConfiguredTableAssociationsCommand, } from "./commands/ListConfiguredTableAssociationsCommand";
|
|
32
44
|
import { ListConfiguredTablesCommand, } from "./commands/ListConfiguredTablesCommand";
|
|
33
45
|
import { ListMembersCommand } from "./commands/ListMembersCommand";
|
|
34
46
|
import { ListMembershipsCommand, } from "./commands/ListMembershipsCommand";
|
|
47
|
+
import { ListPrivacyBudgetsCommand, } from "./commands/ListPrivacyBudgetsCommand";
|
|
48
|
+
import { ListPrivacyBudgetTemplatesCommand, } from "./commands/ListPrivacyBudgetTemplatesCommand";
|
|
35
49
|
import { ListProtectedQueriesCommand, } from "./commands/ListProtectedQueriesCommand";
|
|
36
50
|
import { ListSchemasCommand } from "./commands/ListSchemasCommand";
|
|
37
51
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
52
|
+
import { PreviewPrivacyImpactCommand, } from "./commands/PreviewPrivacyImpactCommand";
|
|
38
53
|
import { StartProtectedQueryCommand, } from "./commands/StartProtectedQueryCommand";
|
|
39
54
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
40
55
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
41
56
|
import { UpdateAnalysisTemplateCommand, } from "./commands/UpdateAnalysisTemplateCommand";
|
|
42
57
|
import { UpdateCollaborationCommand, } from "./commands/UpdateCollaborationCommand";
|
|
58
|
+
import { UpdateConfiguredAudienceModelAssociationCommand, } from "./commands/UpdateConfiguredAudienceModelAssociationCommand";
|
|
43
59
|
import { UpdateConfiguredTableAnalysisRuleCommand, } from "./commands/UpdateConfiguredTableAnalysisRuleCommand";
|
|
44
60
|
import { UpdateConfiguredTableAssociationCommand, } from "./commands/UpdateConfiguredTableAssociationCommand";
|
|
45
61
|
import { UpdateConfiguredTableCommand, } from "./commands/UpdateConfiguredTableCommand";
|
|
46
62
|
import { UpdateMembershipCommand, } from "./commands/UpdateMembershipCommand";
|
|
63
|
+
import { UpdatePrivacyBudgetTemplateCommand, } from "./commands/UpdatePrivacyBudgetTemplateCommand";
|
|
47
64
|
import { UpdateProtectedQueryCommand, } from "./commands/UpdateProtectedQueryCommand";
|
|
48
65
|
const commands = {
|
|
49
66
|
BatchGetCollaborationAnalysisTemplateCommand,
|
|
50
67
|
BatchGetSchemaCommand,
|
|
51
68
|
CreateAnalysisTemplateCommand,
|
|
52
69
|
CreateCollaborationCommand,
|
|
70
|
+
CreateConfiguredAudienceModelAssociationCommand,
|
|
53
71
|
CreateConfiguredTableCommand,
|
|
54
72
|
CreateConfiguredTableAnalysisRuleCommand,
|
|
55
73
|
CreateConfiguredTableAssociationCommand,
|
|
56
74
|
CreateMembershipCommand,
|
|
75
|
+
CreatePrivacyBudgetTemplateCommand,
|
|
57
76
|
DeleteAnalysisTemplateCommand,
|
|
58
77
|
DeleteCollaborationCommand,
|
|
78
|
+
DeleteConfiguredAudienceModelAssociationCommand,
|
|
59
79
|
DeleteConfiguredTableCommand,
|
|
60
80
|
DeleteConfiguredTableAnalysisRuleCommand,
|
|
61
81
|
DeleteConfiguredTableAssociationCommand,
|
|
62
82
|
DeleteMemberCommand,
|
|
63
83
|
DeleteMembershipCommand,
|
|
84
|
+
DeletePrivacyBudgetTemplateCommand,
|
|
64
85
|
GetAnalysisTemplateCommand,
|
|
65
86
|
GetCollaborationCommand,
|
|
66
87
|
GetCollaborationAnalysisTemplateCommand,
|
|
88
|
+
GetCollaborationConfiguredAudienceModelAssociationCommand,
|
|
89
|
+
GetCollaborationPrivacyBudgetTemplateCommand,
|
|
90
|
+
GetConfiguredAudienceModelAssociationCommand,
|
|
67
91
|
GetConfiguredTableCommand,
|
|
68
92
|
GetConfiguredTableAnalysisRuleCommand,
|
|
69
93
|
GetConfiguredTableAssociationCommand,
|
|
70
94
|
GetMembershipCommand,
|
|
95
|
+
GetPrivacyBudgetTemplateCommand,
|
|
71
96
|
GetProtectedQueryCommand,
|
|
72
97
|
GetSchemaCommand,
|
|
73
98
|
GetSchemaAnalysisRuleCommand,
|
|
74
99
|
ListAnalysisTemplatesCommand,
|
|
75
100
|
ListCollaborationAnalysisTemplatesCommand,
|
|
101
|
+
ListCollaborationConfiguredAudienceModelAssociationsCommand,
|
|
102
|
+
ListCollaborationPrivacyBudgetsCommand,
|
|
103
|
+
ListCollaborationPrivacyBudgetTemplatesCommand,
|
|
76
104
|
ListCollaborationsCommand,
|
|
105
|
+
ListConfiguredAudienceModelAssociationsCommand,
|
|
77
106
|
ListConfiguredTableAssociationsCommand,
|
|
78
107
|
ListConfiguredTablesCommand,
|
|
79
108
|
ListMembersCommand,
|
|
80
109
|
ListMembershipsCommand,
|
|
110
|
+
ListPrivacyBudgetsCommand,
|
|
111
|
+
ListPrivacyBudgetTemplatesCommand,
|
|
81
112
|
ListProtectedQueriesCommand,
|
|
82
113
|
ListSchemasCommand,
|
|
83
114
|
ListTagsForResourceCommand,
|
|
115
|
+
PreviewPrivacyImpactCommand,
|
|
84
116
|
StartProtectedQueryCommand,
|
|
85
117
|
TagResourceCommand,
|
|
86
118
|
UntagResourceCommand,
|
|
87
119
|
UpdateAnalysisTemplateCommand,
|
|
88
120
|
UpdateCollaborationCommand,
|
|
121
|
+
UpdateConfiguredAudienceModelAssociationCommand,
|
|
89
122
|
UpdateConfiguredTableCommand,
|
|
90
123
|
UpdateConfiguredTableAnalysisRuleCommand,
|
|
91
124
|
UpdateConfiguredTableAssociationCommand,
|
|
92
125
|
UpdateMembershipCommand,
|
|
126
|
+
UpdatePrivacyBudgetTemplateCommand,
|
|
93
127
|
UpdateProtectedQueryCommand,
|
|
94
128
|
};
|
|
95
129
|
export class CleanRooms extends CleanRoomsClient {
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_CreateConfiguredAudienceModelAssociationCommand, se_CreateConfiguredAudienceModelAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateConfiguredAudienceModelAssociationCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateConfiguredAudienceModelAssociationCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "CleanRoomsClient";
|
|
26
|
+
const commandName = "CreateConfiguredAudienceModelAssociationCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSBastionControlPlaneServiceLambda",
|
|
35
|
+
operation: "CreateConfiguredAudienceModelAssociation",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_CreateConfiguredAudienceModelAssociationCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_CreateConfiguredAudienceModelAssociationCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_CreatePrivacyBudgetTemplateCommand, se_CreatePrivacyBudgetTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreatePrivacyBudgetTemplateCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreatePrivacyBudgetTemplateCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "CleanRoomsClient";
|
|
26
|
+
const commandName = "CreatePrivacyBudgetTemplateCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSBastionControlPlaneServiceLambda",
|
|
35
|
+
operation: "CreatePrivacyBudgetTemplate",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_CreatePrivacyBudgetTemplateCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_CreatePrivacyBudgetTemplateCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_DeleteConfiguredAudienceModelAssociationCommand, se_DeleteConfiguredAudienceModelAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteConfiguredAudienceModelAssociationCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteConfiguredAudienceModelAssociationCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "CleanRoomsClient";
|
|
26
|
+
const commandName = "DeleteConfiguredAudienceModelAssociationCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSBastionControlPlaneServiceLambda",
|
|
35
|
+
operation: "DeleteConfiguredAudienceModelAssociation",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_DeleteConfiguredAudienceModelAssociationCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_DeleteConfiguredAudienceModelAssociationCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_DeletePrivacyBudgetTemplateCommand, se_DeletePrivacyBudgetTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeletePrivacyBudgetTemplateCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeletePrivacyBudgetTemplateCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "CleanRoomsClient";
|
|
26
|
+
const commandName = "DeletePrivacyBudgetTemplateCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSBastionControlPlaneServiceLambda",
|
|
35
|
+
operation: "DeletePrivacyBudgetTemplate",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_DeletePrivacyBudgetTemplateCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_DeletePrivacyBudgetTemplateCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_GetCollaborationConfiguredAudienceModelAssociationCommand, se_GetCollaborationConfiguredAudienceModelAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetCollaborationConfiguredAudienceModelAssociationCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetCollaborationConfiguredAudienceModelAssociationCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "CleanRoomsClient";
|
|
26
|
+
const commandName = "GetCollaborationConfiguredAudienceModelAssociationCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSBastionControlPlaneServiceLambda",
|
|
35
|
+
operation: "GetCollaborationConfiguredAudienceModelAssociation",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_GetCollaborationConfiguredAudienceModelAssociationCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_GetCollaborationConfiguredAudienceModelAssociationCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_GetCollaborationPrivacyBudgetTemplateCommand, se_GetCollaborationPrivacyBudgetTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetCollaborationPrivacyBudgetTemplateCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetCollaborationPrivacyBudgetTemplateCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "CleanRoomsClient";
|
|
26
|
+
const commandName = "GetCollaborationPrivacyBudgetTemplateCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSBastionControlPlaneServiceLambda",
|
|
35
|
+
operation: "GetCollaborationPrivacyBudgetTemplate",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_GetCollaborationPrivacyBudgetTemplateCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_GetCollaborationPrivacyBudgetTemplateCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_GetConfiguredAudienceModelAssociationCommand, se_GetConfiguredAudienceModelAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetConfiguredAudienceModelAssociationCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetConfiguredAudienceModelAssociationCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "CleanRoomsClient";
|
|
26
|
+
const commandName = "GetConfiguredAudienceModelAssociationCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSBastionControlPlaneServiceLambda",
|
|
35
|
+
operation: "GetConfiguredAudienceModelAssociation",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_GetConfiguredAudienceModelAssociationCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_GetConfiguredAudienceModelAssociationCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_GetPrivacyBudgetTemplateCommand, se_GetPrivacyBudgetTemplateCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetPrivacyBudgetTemplateCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetPrivacyBudgetTemplateCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "CleanRoomsClient";
|
|
26
|
+
const commandName = "GetPrivacyBudgetTemplateCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSBastionControlPlaneServiceLambda",
|
|
35
|
+
operation: "GetPrivacyBudgetTemplate",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_GetPrivacyBudgetTemplateCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_GetPrivacyBudgetTemplateCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_ListCollaborationConfiguredAudienceModelAssociationsCommand, se_ListCollaborationConfiguredAudienceModelAssociationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListCollaborationConfiguredAudienceModelAssociationsCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListCollaborationConfiguredAudienceModelAssociationsCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "CleanRoomsClient";
|
|
26
|
+
const commandName = "ListCollaborationConfiguredAudienceModelAssociationsCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSBastionControlPlaneServiceLambda",
|
|
35
|
+
operation: "ListCollaborationConfiguredAudienceModelAssociations",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_ListCollaborationConfiguredAudienceModelAssociationsCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_ListCollaborationConfiguredAudienceModelAssociationsCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_ListCollaborationPrivacyBudgetTemplatesCommand, se_ListCollaborationPrivacyBudgetTemplatesCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListCollaborationPrivacyBudgetTemplatesCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListCollaborationPrivacyBudgetTemplatesCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "CleanRoomsClient";
|
|
26
|
+
const commandName = "ListCollaborationPrivacyBudgetTemplatesCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSBastionControlPlaneServiceLambda",
|
|
35
|
+
operation: "ListCollaborationPrivacyBudgetTemplates",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_ListCollaborationPrivacyBudgetTemplatesCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_ListCollaborationPrivacyBudgetTemplatesCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_ListCollaborationPrivacyBudgetsCommand, se_ListCollaborationPrivacyBudgetsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListCollaborationPrivacyBudgetsCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListCollaborationPrivacyBudgetsCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "CleanRoomsClient";
|
|
26
|
+
const commandName = "ListCollaborationPrivacyBudgetsCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSBastionControlPlaneServiceLambda",
|
|
35
|
+
operation: "ListCollaborationPrivacyBudgets",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_ListCollaborationPrivacyBudgetsCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_ListCollaborationPrivacyBudgetsCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|