@aws-sdk/client-cleanrooms 3.616.0 → 3.619.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +136 -0
- package/dist-cjs/index.js +1123 -31
- package/dist-es/CleanRooms.js +34 -0
- package/dist-es/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/CreateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/CreateIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/DeleteIdMappingTableCommand.js +24 -0
- package/dist-es/commands/DeleteIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/GetCollaborationIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/GetConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/GetIdMappingTableCommand.js +24 -0
- package/dist-es/commands/GetIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/ListCollaborationIdNamespaceAssociationsCommand.js +24 -0
- package/dist-es/commands/ListIdMappingTablesCommand.js +24 -0
- package/dist-es/commands/ListIdNamespaceAssociationsCommand.js +24 -0
- package/dist-es/commands/PopulateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/UpdateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/UpdateIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/UpdateProtectedQueryCommand.js +1 -1
- package/dist-es/commands/index.js +17 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +75 -20
- package/dist-es/models/models_1.js +21 -0
- package/dist-es/pagination/ListCollaborationIdNamespaceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListIdMappingTablesPaginator.js +4 -0
- package/dist-es/pagination/ListIdNamespaceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +602 -0
- package/dist-types/CleanRooms.d.ts +119 -0
- package/dist-types/CleanRoomsClient.d.ts +19 -2
- package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +20 -3
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +15 -4
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
- package/dist-types/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +143 -0
- package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +3 -0
- package/dist-types/commands/CreateIdMappingTableCommand.d.ts +115 -0
- package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +117 -0
- package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +79 -0
- package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +74 -0
- package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +74 -0
- package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +99 -0
- package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -0
- package/dist-types/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +114 -0
- package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +3 -0
- package/dist-types/commands/GetIdMappingTableCommand.d.ts +100 -0
- package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +100 -0
- package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +3 -0
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +19 -2
- package/dist-types/commands/GetSchemaCommand.d.ts +15 -4
- package/dist-types/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +97 -0
- package/dist-types/commands/ListIdMappingTablesCommand.d.ts +95 -0
- package/dist-types/commands/ListIdNamespaceAssociationsCommand.d.ts +98 -0
- package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListProtectedQueriesCommand.d.ts +12 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +3 -3
- package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +79 -0
- package/dist-types/commands/StartProtectedQueryCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
- package/dist-types/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +145 -0
- package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +3 -0
- package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +102 -0
- package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +105 -0
- package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -1
- package/dist-types/commands/index.d.ts +17 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2016 -903
- package/dist-types/models/models_1.d.ts +430 -0
- package/dist-types/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIdMappingTablesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIdNamespaceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +325 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +102 -0
- package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetIdMappingTableCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListIdMappingTablesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListIdNamespaceAssociationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PopulateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/index.d.ts +17 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +486 -134
- package/dist-types/ts3.4/models/models_1.d.ts +140 -0
- package/dist-types/ts3.4/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIdMappingTablesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIdNamespaceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
- package/package.json +1 -1
package/dist-es/CleanRooms.js
CHANGED
|
@@ -7,16 +7,22 @@ import { CreateAnalysisTemplateCommand, } from "./commands/CreateAnalysisTemplat
|
|
|
7
7
|
import { CreateCollaborationCommand, } from "./commands/CreateCollaborationCommand";
|
|
8
8
|
import { CreateConfiguredAudienceModelAssociationCommand, } from "./commands/CreateConfiguredAudienceModelAssociationCommand";
|
|
9
9
|
import { CreateConfiguredTableAnalysisRuleCommand, } from "./commands/CreateConfiguredTableAnalysisRuleCommand";
|
|
10
|
+
import { CreateConfiguredTableAssociationAnalysisRuleCommand, } from "./commands/CreateConfiguredTableAssociationAnalysisRuleCommand";
|
|
10
11
|
import { CreateConfiguredTableAssociationCommand, } from "./commands/CreateConfiguredTableAssociationCommand";
|
|
11
12
|
import { CreateConfiguredTableCommand, } from "./commands/CreateConfiguredTableCommand";
|
|
13
|
+
import { CreateIdMappingTableCommand, } from "./commands/CreateIdMappingTableCommand";
|
|
14
|
+
import { CreateIdNamespaceAssociationCommand, } from "./commands/CreateIdNamespaceAssociationCommand";
|
|
12
15
|
import { CreateMembershipCommand, } from "./commands/CreateMembershipCommand";
|
|
13
16
|
import { CreatePrivacyBudgetTemplateCommand, } from "./commands/CreatePrivacyBudgetTemplateCommand";
|
|
14
17
|
import { DeleteAnalysisTemplateCommand, } from "./commands/DeleteAnalysisTemplateCommand";
|
|
15
18
|
import { DeleteCollaborationCommand, } from "./commands/DeleteCollaborationCommand";
|
|
16
19
|
import { DeleteConfiguredAudienceModelAssociationCommand, } from "./commands/DeleteConfiguredAudienceModelAssociationCommand";
|
|
17
20
|
import { DeleteConfiguredTableAnalysisRuleCommand, } from "./commands/DeleteConfiguredTableAnalysisRuleCommand";
|
|
21
|
+
import { DeleteConfiguredTableAssociationAnalysisRuleCommand, } from "./commands/DeleteConfiguredTableAssociationAnalysisRuleCommand";
|
|
18
22
|
import { DeleteConfiguredTableAssociationCommand, } from "./commands/DeleteConfiguredTableAssociationCommand";
|
|
19
23
|
import { DeleteConfiguredTableCommand, } from "./commands/DeleteConfiguredTableCommand";
|
|
24
|
+
import { DeleteIdMappingTableCommand, } from "./commands/DeleteIdMappingTableCommand";
|
|
25
|
+
import { DeleteIdNamespaceAssociationCommand, } from "./commands/DeleteIdNamespaceAssociationCommand";
|
|
20
26
|
import { DeleteMemberCommand, } from "./commands/DeleteMemberCommand";
|
|
21
27
|
import { DeleteMembershipCommand, } from "./commands/DeleteMembershipCommand";
|
|
22
28
|
import { DeletePrivacyBudgetTemplateCommand, } from "./commands/DeletePrivacyBudgetTemplateCommand";
|
|
@@ -24,11 +30,15 @@ import { GetAnalysisTemplateCommand, } from "./commands/GetAnalysisTemplateComma
|
|
|
24
30
|
import { GetCollaborationAnalysisTemplateCommand, } from "./commands/GetCollaborationAnalysisTemplateCommand";
|
|
25
31
|
import { GetCollaborationCommand, } from "./commands/GetCollaborationCommand";
|
|
26
32
|
import { GetCollaborationConfiguredAudienceModelAssociationCommand, } from "./commands/GetCollaborationConfiguredAudienceModelAssociationCommand";
|
|
33
|
+
import { GetCollaborationIdNamespaceAssociationCommand, } from "./commands/GetCollaborationIdNamespaceAssociationCommand";
|
|
27
34
|
import { GetCollaborationPrivacyBudgetTemplateCommand, } from "./commands/GetCollaborationPrivacyBudgetTemplateCommand";
|
|
28
35
|
import { GetConfiguredAudienceModelAssociationCommand, } from "./commands/GetConfiguredAudienceModelAssociationCommand";
|
|
29
36
|
import { GetConfiguredTableAnalysisRuleCommand, } from "./commands/GetConfiguredTableAnalysisRuleCommand";
|
|
37
|
+
import { GetConfiguredTableAssociationAnalysisRuleCommand, } from "./commands/GetConfiguredTableAssociationAnalysisRuleCommand";
|
|
30
38
|
import { GetConfiguredTableAssociationCommand, } from "./commands/GetConfiguredTableAssociationCommand";
|
|
31
39
|
import { GetConfiguredTableCommand, } from "./commands/GetConfiguredTableCommand";
|
|
40
|
+
import { GetIdMappingTableCommand, } from "./commands/GetIdMappingTableCommand";
|
|
41
|
+
import { GetIdNamespaceAssociationCommand, } from "./commands/GetIdNamespaceAssociationCommand";
|
|
32
42
|
import { GetMembershipCommand, } from "./commands/GetMembershipCommand";
|
|
33
43
|
import { GetPrivacyBudgetTemplateCommand, } from "./commands/GetPrivacyBudgetTemplateCommand";
|
|
34
44
|
import { GetProtectedQueryCommand, } from "./commands/GetProtectedQueryCommand";
|
|
@@ -37,12 +47,15 @@ import { GetSchemaCommand } from "./commands/GetSchemaCommand";
|
|
|
37
47
|
import { ListAnalysisTemplatesCommand, } from "./commands/ListAnalysisTemplatesCommand";
|
|
38
48
|
import { ListCollaborationAnalysisTemplatesCommand, } from "./commands/ListCollaborationAnalysisTemplatesCommand";
|
|
39
49
|
import { ListCollaborationConfiguredAudienceModelAssociationsCommand, } from "./commands/ListCollaborationConfiguredAudienceModelAssociationsCommand";
|
|
50
|
+
import { ListCollaborationIdNamespaceAssociationsCommand, } from "./commands/ListCollaborationIdNamespaceAssociationsCommand";
|
|
40
51
|
import { ListCollaborationPrivacyBudgetsCommand, } from "./commands/ListCollaborationPrivacyBudgetsCommand";
|
|
41
52
|
import { ListCollaborationPrivacyBudgetTemplatesCommand, } from "./commands/ListCollaborationPrivacyBudgetTemplatesCommand";
|
|
42
53
|
import { ListCollaborationsCommand, } from "./commands/ListCollaborationsCommand";
|
|
43
54
|
import { ListConfiguredAudienceModelAssociationsCommand, } from "./commands/ListConfiguredAudienceModelAssociationsCommand";
|
|
44
55
|
import { ListConfiguredTableAssociationsCommand, } from "./commands/ListConfiguredTableAssociationsCommand";
|
|
45
56
|
import { ListConfiguredTablesCommand, } from "./commands/ListConfiguredTablesCommand";
|
|
57
|
+
import { ListIdMappingTablesCommand, } from "./commands/ListIdMappingTablesCommand";
|
|
58
|
+
import { ListIdNamespaceAssociationsCommand, } from "./commands/ListIdNamespaceAssociationsCommand";
|
|
46
59
|
import { ListMembersCommand } from "./commands/ListMembersCommand";
|
|
47
60
|
import { ListMembershipsCommand, } from "./commands/ListMembershipsCommand";
|
|
48
61
|
import { ListPrivacyBudgetsCommand, } from "./commands/ListPrivacyBudgetsCommand";
|
|
@@ -50,6 +63,7 @@ import { ListPrivacyBudgetTemplatesCommand, } from "./commands/ListPrivacyBudget
|
|
|
50
63
|
import { ListProtectedQueriesCommand, } from "./commands/ListProtectedQueriesCommand";
|
|
51
64
|
import { ListSchemasCommand } from "./commands/ListSchemasCommand";
|
|
52
65
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
66
|
+
import { PopulateIdMappingTableCommand, } from "./commands/PopulateIdMappingTableCommand";
|
|
53
67
|
import { PreviewPrivacyImpactCommand, } from "./commands/PreviewPrivacyImpactCommand";
|
|
54
68
|
import { StartProtectedQueryCommand, } from "./commands/StartProtectedQueryCommand";
|
|
55
69
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
@@ -58,8 +72,11 @@ import { UpdateAnalysisTemplateCommand, } from "./commands/UpdateAnalysisTemplat
|
|
|
58
72
|
import { UpdateCollaborationCommand, } from "./commands/UpdateCollaborationCommand";
|
|
59
73
|
import { UpdateConfiguredAudienceModelAssociationCommand, } from "./commands/UpdateConfiguredAudienceModelAssociationCommand";
|
|
60
74
|
import { UpdateConfiguredTableAnalysisRuleCommand, } from "./commands/UpdateConfiguredTableAnalysisRuleCommand";
|
|
75
|
+
import { UpdateConfiguredTableAssociationAnalysisRuleCommand, } from "./commands/UpdateConfiguredTableAssociationAnalysisRuleCommand";
|
|
61
76
|
import { UpdateConfiguredTableAssociationCommand, } from "./commands/UpdateConfiguredTableAssociationCommand";
|
|
62
77
|
import { UpdateConfiguredTableCommand, } from "./commands/UpdateConfiguredTableCommand";
|
|
78
|
+
import { UpdateIdMappingTableCommand, } from "./commands/UpdateIdMappingTableCommand";
|
|
79
|
+
import { UpdateIdNamespaceAssociationCommand, } from "./commands/UpdateIdNamespaceAssociationCommand";
|
|
63
80
|
import { UpdateMembershipCommand, } from "./commands/UpdateMembershipCommand";
|
|
64
81
|
import { UpdatePrivacyBudgetTemplateCommand, } from "./commands/UpdatePrivacyBudgetTemplateCommand";
|
|
65
82
|
import { UpdateProtectedQueryCommand, } from "./commands/UpdateProtectedQueryCommand";
|
|
@@ -73,6 +90,9 @@ const commands = {
|
|
|
73
90
|
CreateConfiguredTableCommand,
|
|
74
91
|
CreateConfiguredTableAnalysisRuleCommand,
|
|
75
92
|
CreateConfiguredTableAssociationCommand,
|
|
93
|
+
CreateConfiguredTableAssociationAnalysisRuleCommand,
|
|
94
|
+
CreateIdMappingTableCommand,
|
|
95
|
+
CreateIdNamespaceAssociationCommand,
|
|
76
96
|
CreateMembershipCommand,
|
|
77
97
|
CreatePrivacyBudgetTemplateCommand,
|
|
78
98
|
DeleteAnalysisTemplateCommand,
|
|
@@ -81,6 +101,9 @@ const commands = {
|
|
|
81
101
|
DeleteConfiguredTableCommand,
|
|
82
102
|
DeleteConfiguredTableAnalysisRuleCommand,
|
|
83
103
|
DeleteConfiguredTableAssociationCommand,
|
|
104
|
+
DeleteConfiguredTableAssociationAnalysisRuleCommand,
|
|
105
|
+
DeleteIdMappingTableCommand,
|
|
106
|
+
DeleteIdNamespaceAssociationCommand,
|
|
84
107
|
DeleteMemberCommand,
|
|
85
108
|
DeleteMembershipCommand,
|
|
86
109
|
DeletePrivacyBudgetTemplateCommand,
|
|
@@ -88,11 +111,15 @@ const commands = {
|
|
|
88
111
|
GetCollaborationCommand,
|
|
89
112
|
GetCollaborationAnalysisTemplateCommand,
|
|
90
113
|
GetCollaborationConfiguredAudienceModelAssociationCommand,
|
|
114
|
+
GetCollaborationIdNamespaceAssociationCommand,
|
|
91
115
|
GetCollaborationPrivacyBudgetTemplateCommand,
|
|
92
116
|
GetConfiguredAudienceModelAssociationCommand,
|
|
93
117
|
GetConfiguredTableCommand,
|
|
94
118
|
GetConfiguredTableAnalysisRuleCommand,
|
|
95
119
|
GetConfiguredTableAssociationCommand,
|
|
120
|
+
GetConfiguredTableAssociationAnalysisRuleCommand,
|
|
121
|
+
GetIdMappingTableCommand,
|
|
122
|
+
GetIdNamespaceAssociationCommand,
|
|
96
123
|
GetMembershipCommand,
|
|
97
124
|
GetPrivacyBudgetTemplateCommand,
|
|
98
125
|
GetProtectedQueryCommand,
|
|
@@ -101,12 +128,15 @@ const commands = {
|
|
|
101
128
|
ListAnalysisTemplatesCommand,
|
|
102
129
|
ListCollaborationAnalysisTemplatesCommand,
|
|
103
130
|
ListCollaborationConfiguredAudienceModelAssociationsCommand,
|
|
131
|
+
ListCollaborationIdNamespaceAssociationsCommand,
|
|
104
132
|
ListCollaborationPrivacyBudgetsCommand,
|
|
105
133
|
ListCollaborationPrivacyBudgetTemplatesCommand,
|
|
106
134
|
ListCollaborationsCommand,
|
|
107
135
|
ListConfiguredAudienceModelAssociationsCommand,
|
|
108
136
|
ListConfiguredTableAssociationsCommand,
|
|
109
137
|
ListConfiguredTablesCommand,
|
|
138
|
+
ListIdMappingTablesCommand,
|
|
139
|
+
ListIdNamespaceAssociationsCommand,
|
|
110
140
|
ListMembersCommand,
|
|
111
141
|
ListMembershipsCommand,
|
|
112
142
|
ListPrivacyBudgetsCommand,
|
|
@@ -114,6 +144,7 @@ const commands = {
|
|
|
114
144
|
ListProtectedQueriesCommand,
|
|
115
145
|
ListSchemasCommand,
|
|
116
146
|
ListTagsForResourceCommand,
|
|
147
|
+
PopulateIdMappingTableCommand,
|
|
117
148
|
PreviewPrivacyImpactCommand,
|
|
118
149
|
StartProtectedQueryCommand,
|
|
119
150
|
TagResourceCommand,
|
|
@@ -124,6 +155,9 @@ const commands = {
|
|
|
124
155
|
UpdateConfiguredTableCommand,
|
|
125
156
|
UpdateConfiguredTableAnalysisRuleCommand,
|
|
126
157
|
UpdateConfiguredTableAssociationCommand,
|
|
158
|
+
UpdateConfiguredTableAssociationAnalysisRuleCommand,
|
|
159
|
+
UpdateIdMappingTableCommand,
|
|
160
|
+
UpdateIdNamespaceAssociationCommand,
|
|
127
161
|
UpdateMembershipCommand,
|
|
128
162
|
UpdatePrivacyBudgetTemplateCommand,
|
|
129
163
|
UpdateProtectedQueryCommand,
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateConfiguredTableAssociationAnalysisRuleCommand, se_CreateConfiguredTableAssociationAnalysisRuleCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateConfiguredTableAssociationAnalysisRuleCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBastionControlPlaneServiceLambda", "CreateConfiguredTableAssociationAnalysisRule", {})
|
|
19
|
+
.n("CleanRoomsClient", "CreateConfiguredTableAssociationAnalysisRuleCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateConfiguredTableAssociationAnalysisRuleCommand)
|
|
22
|
+
.de(de_CreateConfiguredTableAssociationAnalysisRuleCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateIdMappingTableCommand, se_CreateIdMappingTableCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateIdMappingTableCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBastionControlPlaneServiceLambda", "CreateIdMappingTable", {})
|
|
19
|
+
.n("CleanRoomsClient", "CreateIdMappingTableCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateIdMappingTableCommand)
|
|
22
|
+
.de(de_CreateIdMappingTableCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateIdNamespaceAssociationCommand, se_CreateIdNamespaceAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateIdNamespaceAssociationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBastionControlPlaneServiceLambda", "CreateIdNamespaceAssociation", {})
|
|
19
|
+
.n("CleanRoomsClient", "CreateIdNamespaceAssociationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateIdNamespaceAssociationCommand)
|
|
22
|
+
.de(de_CreateIdNamespaceAssociationCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteConfiguredTableAssociationAnalysisRuleCommand, se_DeleteConfiguredTableAssociationAnalysisRuleCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteConfiguredTableAssociationAnalysisRuleCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBastionControlPlaneServiceLambda", "DeleteConfiguredTableAssociationAnalysisRule", {})
|
|
19
|
+
.n("CleanRoomsClient", "DeleteConfiguredTableAssociationAnalysisRuleCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteConfiguredTableAssociationAnalysisRuleCommand)
|
|
22
|
+
.de(de_DeleteConfiguredTableAssociationAnalysisRuleCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteIdMappingTableCommand, se_DeleteIdMappingTableCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteIdMappingTableCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBastionControlPlaneServiceLambda", "DeleteIdMappingTable", {})
|
|
19
|
+
.n("CleanRoomsClient", "DeleteIdMappingTableCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteIdMappingTableCommand)
|
|
22
|
+
.de(de_DeleteIdMappingTableCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteIdNamespaceAssociationCommand, se_DeleteIdNamespaceAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteIdNamespaceAssociationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBastionControlPlaneServiceLambda", "DeleteIdNamespaceAssociation", {})
|
|
19
|
+
.n("CleanRoomsClient", "DeleteIdNamespaceAssociationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteIdNamespaceAssociationCommand)
|
|
22
|
+
.de(de_DeleteIdNamespaceAssociationCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetCollaborationIdNamespaceAssociationCommand, se_GetCollaborationIdNamespaceAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetCollaborationIdNamespaceAssociationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBastionControlPlaneServiceLambda", "GetCollaborationIdNamespaceAssociation", {})
|
|
19
|
+
.n("CleanRoomsClient", "GetCollaborationIdNamespaceAssociationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetCollaborationIdNamespaceAssociationCommand)
|
|
22
|
+
.de(de_GetCollaborationIdNamespaceAssociationCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetConfiguredTableAssociationAnalysisRuleCommand, se_GetConfiguredTableAssociationAnalysisRuleCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetConfiguredTableAssociationAnalysisRuleCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBastionControlPlaneServiceLambda", "GetConfiguredTableAssociationAnalysisRule", {})
|
|
19
|
+
.n("CleanRoomsClient", "GetConfiguredTableAssociationAnalysisRuleCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetConfiguredTableAssociationAnalysisRuleCommand)
|
|
22
|
+
.de(de_GetConfiguredTableAssociationAnalysisRuleCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetIdMappingTableCommand, se_GetIdMappingTableCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetIdMappingTableCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBastionControlPlaneServiceLambda", "GetIdMappingTable", {})
|
|
19
|
+
.n("CleanRoomsClient", "GetIdMappingTableCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetIdMappingTableCommand)
|
|
22
|
+
.de(de_GetIdMappingTableCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetIdNamespaceAssociationCommand, se_GetIdNamespaceAssociationCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetIdNamespaceAssociationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBastionControlPlaneServiceLambda", "GetIdNamespaceAssociation", {})
|
|
19
|
+
.n("CleanRoomsClient", "GetIdNamespaceAssociationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetIdNamespaceAssociationCommand)
|
|
22
|
+
.de(de_GetIdNamespaceAssociationCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListCollaborationIdNamespaceAssociationsCommand, se_ListCollaborationIdNamespaceAssociationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListCollaborationIdNamespaceAssociationsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBastionControlPlaneServiceLambda", "ListCollaborationIdNamespaceAssociations", {})
|
|
19
|
+
.n("CleanRoomsClient", "ListCollaborationIdNamespaceAssociationsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListCollaborationIdNamespaceAssociationsCommand)
|
|
22
|
+
.de(de_ListCollaborationIdNamespaceAssociationsCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListIdMappingTablesCommand, se_ListIdMappingTablesCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListIdMappingTablesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBastionControlPlaneServiceLambda", "ListIdMappingTables", {})
|
|
19
|
+
.n("CleanRoomsClient", "ListIdMappingTablesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListIdMappingTablesCommand)
|
|
22
|
+
.de(de_ListIdMappingTablesCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListIdNamespaceAssociationsCommand, se_ListIdNamespaceAssociationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListIdNamespaceAssociationsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBastionControlPlaneServiceLambda", "ListIdNamespaceAssociations", {})
|
|
19
|
+
.n("CleanRoomsClient", "ListIdNamespaceAssociationsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListIdNamespaceAssociationsCommand)
|
|
22
|
+
.de(de_ListIdNamespaceAssociationsCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_PopulateIdMappingTableCommand, se_PopulateIdMappingTableCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class PopulateIdMappingTableCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBastionControlPlaneServiceLambda", "PopulateIdMappingTable", {})
|
|
19
|
+
.n("CleanRoomsClient", "PopulateIdMappingTableCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_PopulateIdMappingTableCommand)
|
|
22
|
+
.de(de_PopulateIdMappingTableCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateConfiguredTableAssociationAnalysisRuleCommand, se_UpdateConfiguredTableAssociationAnalysisRuleCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateConfiguredTableAssociationAnalysisRuleCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBastionControlPlaneServiceLambda", "UpdateConfiguredTableAssociationAnalysisRule", {})
|
|
19
|
+
.n("CleanRoomsClient", "UpdateConfiguredTableAssociationAnalysisRuleCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateConfiguredTableAssociationAnalysisRuleCommand)
|
|
22
|
+
.de(de_UpdateConfiguredTableAssociationAnalysisRuleCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateIdMappingTableCommand, se_UpdateIdMappingTableCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateIdMappingTableCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBastionControlPlaneServiceLambda", "UpdateIdMappingTable", {})
|
|
19
|
+
.n("CleanRoomsClient", "UpdateIdMappingTableCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateIdMappingTableCommand)
|
|
22
|
+
.de(de_UpdateIdMappingTableCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateIdNamespaceAssociationCommand, se_UpdateIdNamespaceAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateIdNamespaceAssociationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBastionControlPlaneServiceLambda", "UpdateIdNamespaceAssociation", {})
|
|
19
|
+
.n("CleanRoomsClient", "UpdateIdNamespaceAssociationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateIdNamespaceAssociationCommand)
|
|
22
|
+
.de(de_UpdateIdNamespaceAssociationCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { UpdateProtectedQueryOutputFilterSensitiveLog
|
|
5
|
+
import { UpdateProtectedQueryOutputFilterSensitiveLog } from "../models/models_1";
|
|
6
6
|
import { de_UpdateProtectedQueryCommand, se_UpdateProtectedQueryCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateProtectedQueryCommand extends $Command
|