@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
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
|
+
import { UpdateConfiguredTableAssociationAnalysisRuleInput, UpdateConfiguredTableAssociationAnalysisRuleOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateConfiguredTableAssociationAnalysisRuleCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateConfiguredTableAssociationAnalysisRuleCommandInput extends UpdateConfiguredTableAssociationAnalysisRuleInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateConfiguredTableAssociationAnalysisRuleCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateConfiguredTableAssociationAnalysisRuleCommandOutput extends UpdateConfiguredTableAssociationAnalysisRuleOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateConfiguredTableAssociationAnalysisRuleCommand_base: {
|
|
25
|
+
new (input: UpdateConfiguredTableAssociationAnalysisRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConfiguredTableAssociationAnalysisRuleCommandInput, UpdateConfiguredTableAssociationAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: UpdateConfiguredTableAssociationAnalysisRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConfiguredTableAssociationAnalysisRuleCommandInput, UpdateConfiguredTableAssociationAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>
|
|
31
|
+
* Updates
|
|
32
|
+
* the analysis rule for a configured table association.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { CleanRoomsClient, UpdateConfiguredTableAssociationAnalysisRuleCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
37
|
+
* // const { CleanRoomsClient, UpdateConfiguredTableAssociationAnalysisRuleCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
38
|
+
* const client = new CleanRoomsClient(config);
|
|
39
|
+
* const input = { // UpdateConfiguredTableAssociationAnalysisRuleInput
|
|
40
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
41
|
+
* configuredTableAssociationIdentifier: "STRING_VALUE", // required
|
|
42
|
+
* analysisRuleType: "AGGREGATION" || "LIST" || "CUSTOM", // required
|
|
43
|
+
* analysisRulePolicy: { // ConfiguredTableAssociationAnalysisRulePolicy Union: only one key present
|
|
44
|
+
* v1: { // ConfiguredTableAssociationAnalysisRulePolicyV1 Union: only one key present
|
|
45
|
+
* list: { // ConfiguredTableAssociationAnalysisRuleList
|
|
46
|
+
* allowedResultReceivers: [ // AllowedResultReceivers
|
|
47
|
+
* "STRING_VALUE",
|
|
48
|
+
* ],
|
|
49
|
+
* allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
|
|
50
|
+
* "STRING_VALUE",
|
|
51
|
+
* ],
|
|
52
|
+
* },
|
|
53
|
+
* aggregation: { // ConfiguredTableAssociationAnalysisRuleAggregation
|
|
54
|
+
* allowedResultReceivers: [
|
|
55
|
+
* "STRING_VALUE",
|
|
56
|
+
* ],
|
|
57
|
+
* allowedAdditionalAnalyses: [
|
|
58
|
+
* "STRING_VALUE",
|
|
59
|
+
* ],
|
|
60
|
+
* },
|
|
61
|
+
* custom: { // ConfiguredTableAssociationAnalysisRuleCustom
|
|
62
|
+
* allowedResultReceivers: [
|
|
63
|
+
* "STRING_VALUE",
|
|
64
|
+
* ],
|
|
65
|
+
* allowedAdditionalAnalyses: [
|
|
66
|
+
* "STRING_VALUE",
|
|
67
|
+
* ],
|
|
68
|
+
* },
|
|
69
|
+
* },
|
|
70
|
+
* },
|
|
71
|
+
* };
|
|
72
|
+
* const command = new UpdateConfiguredTableAssociationAnalysisRuleCommand(input);
|
|
73
|
+
* const response = await client.send(command);
|
|
74
|
+
* // { // UpdateConfiguredTableAssociationAnalysisRuleOutput
|
|
75
|
+
* // analysisRule: { // ConfiguredTableAssociationAnalysisRule
|
|
76
|
+
* // membershipIdentifier: "STRING_VALUE", // required
|
|
77
|
+
* // configuredTableAssociationId: "STRING_VALUE", // required
|
|
78
|
+
* // configuredTableAssociationArn: "STRING_VALUE", // required
|
|
79
|
+
* // policy: { // ConfiguredTableAssociationAnalysisRulePolicy Union: only one key present
|
|
80
|
+
* // v1: { // ConfiguredTableAssociationAnalysisRulePolicyV1 Union: only one key present
|
|
81
|
+
* // list: { // ConfiguredTableAssociationAnalysisRuleList
|
|
82
|
+
* // allowedResultReceivers: [ // AllowedResultReceivers
|
|
83
|
+
* // "STRING_VALUE",
|
|
84
|
+
* // ],
|
|
85
|
+
* // allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
|
|
86
|
+
* // "STRING_VALUE",
|
|
87
|
+
* // ],
|
|
88
|
+
* // },
|
|
89
|
+
* // aggregation: { // ConfiguredTableAssociationAnalysisRuleAggregation
|
|
90
|
+
* // allowedResultReceivers: [
|
|
91
|
+
* // "STRING_VALUE",
|
|
92
|
+
* // ],
|
|
93
|
+
* // allowedAdditionalAnalyses: [
|
|
94
|
+
* // "STRING_VALUE",
|
|
95
|
+
* // ],
|
|
96
|
+
* // },
|
|
97
|
+
* // custom: { // ConfiguredTableAssociationAnalysisRuleCustom
|
|
98
|
+
* // allowedResultReceivers: [
|
|
99
|
+
* // "STRING_VALUE",
|
|
100
|
+
* // ],
|
|
101
|
+
* // allowedAdditionalAnalyses: [
|
|
102
|
+
* // "STRING_VALUE",
|
|
103
|
+
* // ],
|
|
104
|
+
* // },
|
|
105
|
+
* // },
|
|
106
|
+
* // },
|
|
107
|
+
* // type: "AGGREGATION" || "LIST" || "CUSTOM", // required
|
|
108
|
+
* // createTime: new Date("TIMESTAMP"), // required
|
|
109
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
110
|
+
* // },
|
|
111
|
+
* // };
|
|
112
|
+
*
|
|
113
|
+
* ```
|
|
114
|
+
*
|
|
115
|
+
* @param UpdateConfiguredTableAssociationAnalysisRuleCommandInput - {@link UpdateConfiguredTableAssociationAnalysisRuleCommandInput}
|
|
116
|
+
* @returns {@link UpdateConfiguredTableAssociationAnalysisRuleCommandOutput}
|
|
117
|
+
* @see {@link UpdateConfiguredTableAssociationAnalysisRuleCommandInput} for command's `input` shape.
|
|
118
|
+
* @see {@link UpdateConfiguredTableAssociationAnalysisRuleCommandOutput} for command's `response` shape.
|
|
119
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
120
|
+
*
|
|
121
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
122
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
123
|
+
*
|
|
124
|
+
* @throws {@link ConflictException} (client fault)
|
|
125
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
126
|
+
*
|
|
127
|
+
* @throws {@link InternalServerException} (server fault)
|
|
128
|
+
* <p>Unexpected error during processing of request.</p>
|
|
129
|
+
*
|
|
130
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
131
|
+
* <p>Request references a resource which does not exist.</p>
|
|
132
|
+
*
|
|
133
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
134
|
+
* <p>Request was denied due to request throttling.</p>
|
|
135
|
+
*
|
|
136
|
+
* @throws {@link ValidationException} (client fault)
|
|
137
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
138
|
+
*
|
|
139
|
+
* @throws {@link CleanRoomsServiceException}
|
|
140
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
141
|
+
*
|
|
142
|
+
* @public
|
|
143
|
+
*/
|
|
144
|
+
export declare class UpdateConfiguredTableAssociationAnalysisRuleCommand extends UpdateConfiguredTableAssociationAnalysisRuleCommand_base {
|
|
145
|
+
}
|
|
@@ -53,6 +53,9 @@ declare const UpdateConfiguredTableAssociationCommand_base: {
|
|
|
53
53
|
* // roleArn: "STRING_VALUE", // required
|
|
54
54
|
* // name: "STRING_VALUE", // required
|
|
55
55
|
* // description: "STRING_VALUE",
|
|
56
|
+
* // analysisRuleTypes: [ // ConfiguredTableAssociationAnalysisRuleTypeList
|
|
57
|
+
* // "AGGREGATION" || "LIST" || "CUSTOM",
|
|
58
|
+
* // ],
|
|
56
59
|
* // createTime: new Date("TIMESTAMP"), // required
|
|
57
60
|
* // updateTime: new Date("TIMESTAMP"), // required
|
|
58
61
|
* // },
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
|
+
import { UpdateIdMappingTableInput, UpdateIdMappingTableOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateIdMappingTableCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateIdMappingTableCommandInput extends UpdateIdMappingTableInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateIdMappingTableCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateIdMappingTableCommandOutput extends UpdateIdMappingTableOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateIdMappingTableCommand_base: {
|
|
25
|
+
new (input: UpdateIdMappingTableCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdMappingTableCommandInput, UpdateIdMappingTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: UpdateIdMappingTableCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdMappingTableCommandInput, UpdateIdMappingTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Provides the details that are necessary to update an ID mapping table.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { CleanRoomsClient, UpdateIdMappingTableCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
35
|
+
* // const { CleanRoomsClient, UpdateIdMappingTableCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
36
|
+
* const client = new CleanRoomsClient(config);
|
|
37
|
+
* const input = { // UpdateIdMappingTableInput
|
|
38
|
+
* idMappingTableIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* description: "STRING_VALUE",
|
|
41
|
+
* kmsKeyArn: "STRING_VALUE",
|
|
42
|
+
* };
|
|
43
|
+
* const command = new UpdateIdMappingTableCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // UpdateIdMappingTableOutput
|
|
46
|
+
* // idMappingTable: { // IdMappingTable
|
|
47
|
+
* // id: "STRING_VALUE", // required
|
|
48
|
+
* // arn: "STRING_VALUE", // required
|
|
49
|
+
* // inputReferenceConfig: { // IdMappingTableInputReferenceConfig
|
|
50
|
+
* // inputReferenceArn: "STRING_VALUE", // required
|
|
51
|
+
* // manageResourcePolicies: true || false, // required
|
|
52
|
+
* // },
|
|
53
|
+
* // membershipId: "STRING_VALUE", // required
|
|
54
|
+
* // membershipArn: "STRING_VALUE", // required
|
|
55
|
+
* // collaborationId: "STRING_VALUE", // required
|
|
56
|
+
* // collaborationArn: "STRING_VALUE", // required
|
|
57
|
+
* // description: "STRING_VALUE",
|
|
58
|
+
* // name: "STRING_VALUE", // required
|
|
59
|
+
* // createTime: new Date("TIMESTAMP"), // required
|
|
60
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
61
|
+
* // inputReferenceProperties: { // IdMappingTableInputReferenceProperties
|
|
62
|
+
* // idMappingTableInputSource: [ // IdMappingTableInputSourceList // required
|
|
63
|
+
* // { // IdMappingTableInputSource
|
|
64
|
+
* // idNamespaceAssociationId: "STRING_VALUE", // required
|
|
65
|
+
* // type: "SOURCE" || "TARGET", // required
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
68
|
+
* // },
|
|
69
|
+
* // kmsKeyArn: "STRING_VALUE",
|
|
70
|
+
* // },
|
|
71
|
+
* // };
|
|
72
|
+
*
|
|
73
|
+
* ```
|
|
74
|
+
*
|
|
75
|
+
* @param UpdateIdMappingTableCommandInput - {@link UpdateIdMappingTableCommandInput}
|
|
76
|
+
* @returns {@link UpdateIdMappingTableCommandOutput}
|
|
77
|
+
* @see {@link UpdateIdMappingTableCommandInput} for command's `input` shape.
|
|
78
|
+
* @see {@link UpdateIdMappingTableCommandOutput} for command's `response` shape.
|
|
79
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
82
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link InternalServerException} (server fault)
|
|
85
|
+
* <p>Unexpected error during processing of request.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
88
|
+
* <p>Request references a resource which does not exist.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
91
|
+
* <p>Request was denied due to request throttling.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link ValidationException} (client fault)
|
|
94
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link CleanRoomsServiceException}
|
|
97
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
98
|
+
*
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
export declare class UpdateIdMappingTableCommand extends UpdateIdMappingTableCommand_base {
|
|
102
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
|
+
import { UpdateIdNamespaceAssociationInput, UpdateIdNamespaceAssociationOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateIdNamespaceAssociationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateIdNamespaceAssociationCommandInput extends UpdateIdNamespaceAssociationInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateIdNamespaceAssociationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateIdNamespaceAssociationCommandOutput extends UpdateIdNamespaceAssociationOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateIdNamespaceAssociationCommand_base: {
|
|
25
|
+
new (input: UpdateIdNamespaceAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdNamespaceAssociationCommandInput, UpdateIdNamespaceAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: UpdateIdNamespaceAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdNamespaceAssociationCommandInput, UpdateIdNamespaceAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Provides the details that are necessary to update an ID namespace association.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { CleanRoomsClient, UpdateIdNamespaceAssociationCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
35
|
+
* // const { CleanRoomsClient, UpdateIdNamespaceAssociationCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
36
|
+
* const client = new CleanRoomsClient(config);
|
|
37
|
+
* const input = { // UpdateIdNamespaceAssociationInput
|
|
38
|
+
* idNamespaceAssociationIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* name: "STRING_VALUE",
|
|
41
|
+
* description: "STRING_VALUE",
|
|
42
|
+
* idMappingConfig: { // IdMappingConfig
|
|
43
|
+
* allowUseAsDimensionColumn: true || false, // required
|
|
44
|
+
* },
|
|
45
|
+
* };
|
|
46
|
+
* const command = new UpdateIdNamespaceAssociationCommand(input);
|
|
47
|
+
* const response = await client.send(command);
|
|
48
|
+
* // { // UpdateIdNamespaceAssociationOutput
|
|
49
|
+
* // idNamespaceAssociation: { // IdNamespaceAssociation
|
|
50
|
+
* // id: "STRING_VALUE", // required
|
|
51
|
+
* // arn: "STRING_VALUE", // required
|
|
52
|
+
* // membershipId: "STRING_VALUE", // required
|
|
53
|
+
* // membershipArn: "STRING_VALUE", // required
|
|
54
|
+
* // collaborationId: "STRING_VALUE", // required
|
|
55
|
+
* // collaborationArn: "STRING_VALUE", // required
|
|
56
|
+
* // name: "STRING_VALUE", // required
|
|
57
|
+
* // description: "STRING_VALUE",
|
|
58
|
+
* // createTime: new Date("TIMESTAMP"), // required
|
|
59
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
60
|
+
* // inputReferenceConfig: { // IdNamespaceAssociationInputReferenceConfig
|
|
61
|
+
* // inputReferenceArn: "STRING_VALUE", // required
|
|
62
|
+
* // manageResourcePolicies: true || false, // required
|
|
63
|
+
* // },
|
|
64
|
+
* // inputReferenceProperties: { // IdNamespaceAssociationInputReferenceProperties
|
|
65
|
+
* // idNamespaceType: "SOURCE" || "TARGET", // required
|
|
66
|
+
* // idMappingWorkflowsSupported: [ // IdMappingWorkflowsSupported // required
|
|
67
|
+
* // "DOCUMENT_VALUE",
|
|
68
|
+
* // ],
|
|
69
|
+
* // },
|
|
70
|
+
* // idMappingConfig: { // IdMappingConfig
|
|
71
|
+
* // allowUseAsDimensionColumn: true || false, // required
|
|
72
|
+
* // },
|
|
73
|
+
* // },
|
|
74
|
+
* // };
|
|
75
|
+
*
|
|
76
|
+
* ```
|
|
77
|
+
*
|
|
78
|
+
* @param UpdateIdNamespaceAssociationCommandInput - {@link UpdateIdNamespaceAssociationCommandInput}
|
|
79
|
+
* @returns {@link UpdateIdNamespaceAssociationCommandOutput}
|
|
80
|
+
* @see {@link UpdateIdNamespaceAssociationCommandInput} for command's `input` shape.
|
|
81
|
+
* @see {@link UpdateIdNamespaceAssociationCommandOutput} for command's `response` shape.
|
|
82
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
85
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link InternalServerException} (server fault)
|
|
88
|
+
* <p>Unexpected error during processing of request.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
91
|
+
* <p>Request references a resource which does not exist.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
94
|
+
* <p>Request was denied due to request throttling.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link ValidationException} (client fault)
|
|
97
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link CleanRoomsServiceException}
|
|
100
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
101
|
+
*
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
export declare class UpdateIdNamespaceAssociationCommand extends UpdateIdNamespaceAssociationCommand_base {
|
|
105
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
|
-
import { UpdatePrivacyBudgetTemplateInput, UpdatePrivacyBudgetTemplateOutput } from "../models/
|
|
4
|
+
import { UpdatePrivacyBudgetTemplateInput, UpdatePrivacyBudgetTemplateOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
|
-
import { UpdateProtectedQueryInput
|
|
4
|
+
import { UpdateProtectedQueryInput } from "../models/models_0";
|
|
5
|
+
import { UpdateProtectedQueryOutput } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -62,6 +63,9 @@ declare const UpdateProtectedQueryCommand_base: {
|
|
|
62
63
|
* // bucket: "STRING_VALUE", // required
|
|
63
64
|
* // keyPrefix: "STRING_VALUE",
|
|
64
65
|
* // },
|
|
66
|
+
* // member: { // ProtectedQueryMemberOutputConfiguration
|
|
67
|
+
* // accountId: "STRING_VALUE", // required
|
|
68
|
+
* // },
|
|
65
69
|
* // },
|
|
66
70
|
* // },
|
|
67
71
|
* // statistics: { // ProtectedQueryStatistics
|
|
@@ -5,16 +5,22 @@ export * from "./CreateAnalysisTemplateCommand";
|
|
|
5
5
|
export * from "./CreateCollaborationCommand";
|
|
6
6
|
export * from "./CreateConfiguredAudienceModelAssociationCommand";
|
|
7
7
|
export * from "./CreateConfiguredTableAnalysisRuleCommand";
|
|
8
|
+
export * from "./CreateConfiguredTableAssociationAnalysisRuleCommand";
|
|
8
9
|
export * from "./CreateConfiguredTableAssociationCommand";
|
|
9
10
|
export * from "./CreateConfiguredTableCommand";
|
|
11
|
+
export * from "./CreateIdMappingTableCommand";
|
|
12
|
+
export * from "./CreateIdNamespaceAssociationCommand";
|
|
10
13
|
export * from "./CreateMembershipCommand";
|
|
11
14
|
export * from "./CreatePrivacyBudgetTemplateCommand";
|
|
12
15
|
export * from "./DeleteAnalysisTemplateCommand";
|
|
13
16
|
export * from "./DeleteCollaborationCommand";
|
|
14
17
|
export * from "./DeleteConfiguredAudienceModelAssociationCommand";
|
|
15
18
|
export * from "./DeleteConfiguredTableAnalysisRuleCommand";
|
|
19
|
+
export * from "./DeleteConfiguredTableAssociationAnalysisRuleCommand";
|
|
16
20
|
export * from "./DeleteConfiguredTableAssociationCommand";
|
|
17
21
|
export * from "./DeleteConfiguredTableCommand";
|
|
22
|
+
export * from "./DeleteIdMappingTableCommand";
|
|
23
|
+
export * from "./DeleteIdNamespaceAssociationCommand";
|
|
18
24
|
export * from "./DeleteMemberCommand";
|
|
19
25
|
export * from "./DeleteMembershipCommand";
|
|
20
26
|
export * from "./DeletePrivacyBudgetTemplateCommand";
|
|
@@ -22,11 +28,15 @@ export * from "./GetAnalysisTemplateCommand";
|
|
|
22
28
|
export * from "./GetCollaborationAnalysisTemplateCommand";
|
|
23
29
|
export * from "./GetCollaborationCommand";
|
|
24
30
|
export * from "./GetCollaborationConfiguredAudienceModelAssociationCommand";
|
|
31
|
+
export * from "./GetCollaborationIdNamespaceAssociationCommand";
|
|
25
32
|
export * from "./GetCollaborationPrivacyBudgetTemplateCommand";
|
|
26
33
|
export * from "./GetConfiguredAudienceModelAssociationCommand";
|
|
27
34
|
export * from "./GetConfiguredTableAnalysisRuleCommand";
|
|
35
|
+
export * from "./GetConfiguredTableAssociationAnalysisRuleCommand";
|
|
28
36
|
export * from "./GetConfiguredTableAssociationCommand";
|
|
29
37
|
export * from "./GetConfiguredTableCommand";
|
|
38
|
+
export * from "./GetIdMappingTableCommand";
|
|
39
|
+
export * from "./GetIdNamespaceAssociationCommand";
|
|
30
40
|
export * from "./GetMembershipCommand";
|
|
31
41
|
export * from "./GetPrivacyBudgetTemplateCommand";
|
|
32
42
|
export * from "./GetProtectedQueryCommand";
|
|
@@ -35,12 +45,15 @@ export * from "./GetSchemaCommand";
|
|
|
35
45
|
export * from "./ListAnalysisTemplatesCommand";
|
|
36
46
|
export * from "./ListCollaborationAnalysisTemplatesCommand";
|
|
37
47
|
export * from "./ListCollaborationConfiguredAudienceModelAssociationsCommand";
|
|
48
|
+
export * from "./ListCollaborationIdNamespaceAssociationsCommand";
|
|
38
49
|
export * from "./ListCollaborationPrivacyBudgetTemplatesCommand";
|
|
39
50
|
export * from "./ListCollaborationPrivacyBudgetsCommand";
|
|
40
51
|
export * from "./ListCollaborationsCommand";
|
|
41
52
|
export * from "./ListConfiguredAudienceModelAssociationsCommand";
|
|
42
53
|
export * from "./ListConfiguredTableAssociationsCommand";
|
|
43
54
|
export * from "./ListConfiguredTablesCommand";
|
|
55
|
+
export * from "./ListIdMappingTablesCommand";
|
|
56
|
+
export * from "./ListIdNamespaceAssociationsCommand";
|
|
44
57
|
export * from "./ListMembersCommand";
|
|
45
58
|
export * from "./ListMembershipsCommand";
|
|
46
59
|
export * from "./ListPrivacyBudgetTemplatesCommand";
|
|
@@ -48,6 +61,7 @@ export * from "./ListPrivacyBudgetsCommand";
|
|
|
48
61
|
export * from "./ListProtectedQueriesCommand";
|
|
49
62
|
export * from "./ListSchemasCommand";
|
|
50
63
|
export * from "./ListTagsForResourceCommand";
|
|
64
|
+
export * from "./PopulateIdMappingTableCommand";
|
|
51
65
|
export * from "./PreviewPrivacyImpactCommand";
|
|
52
66
|
export * from "./StartProtectedQueryCommand";
|
|
53
67
|
export * from "./TagResourceCommand";
|
|
@@ -56,8 +70,11 @@ export * from "./UpdateAnalysisTemplateCommand";
|
|
|
56
70
|
export * from "./UpdateCollaborationCommand";
|
|
57
71
|
export * from "./UpdateConfiguredAudienceModelAssociationCommand";
|
|
58
72
|
export * from "./UpdateConfiguredTableAnalysisRuleCommand";
|
|
73
|
+
export * from "./UpdateConfiguredTableAssociationAnalysisRuleCommand";
|
|
59
74
|
export * from "./UpdateConfiguredTableAssociationCommand";
|
|
60
75
|
export * from "./UpdateConfiguredTableCommand";
|
|
76
|
+
export * from "./UpdateIdMappingTableCommand";
|
|
77
|
+
export * from "./UpdateIdNamespaceAssociationCommand";
|
|
61
78
|
export * from "./UpdateMembershipCommand";
|
|
62
79
|
export * from "./UpdatePrivacyBudgetTemplateCommand";
|
|
63
80
|
export * from "./UpdateProtectedQueryCommand";
|