@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,143 @@
|
|
|
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 { CreateConfiguredTableAssociationAnalysisRuleInput, CreateConfiguredTableAssociationAnalysisRuleOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateConfiguredTableAssociationAnalysisRuleCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateConfiguredTableAssociationAnalysisRuleCommandInput extends CreateConfiguredTableAssociationAnalysisRuleInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateConfiguredTableAssociationAnalysisRuleCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateConfiguredTableAssociationAnalysisRuleCommandOutput extends CreateConfiguredTableAssociationAnalysisRuleOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateConfiguredTableAssociationAnalysisRuleCommand_base: {
|
|
25
|
+
new (input: CreateConfiguredTableAssociationAnalysisRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfiguredTableAssociationAnalysisRuleCommandInput, CreateConfiguredTableAssociationAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: CreateConfiguredTableAssociationAnalysisRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfiguredTableAssociationAnalysisRuleCommandInput, CreateConfiguredTableAssociationAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p> Creates a new analysis rule for an associated configured 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, CreateConfiguredTableAssociationAnalysisRuleCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
35
|
+
* // const { CleanRoomsClient, CreateConfiguredTableAssociationAnalysisRuleCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
36
|
+
* const client = new CleanRoomsClient(config);
|
|
37
|
+
* const input = { // CreateConfiguredTableAssociationAnalysisRuleInput
|
|
38
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* configuredTableAssociationIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* analysisRuleType: "AGGREGATION" || "LIST" || "CUSTOM", // required
|
|
41
|
+
* analysisRulePolicy: { // ConfiguredTableAssociationAnalysisRulePolicy Union: only one key present
|
|
42
|
+
* v1: { // ConfiguredTableAssociationAnalysisRulePolicyV1 Union: only one key present
|
|
43
|
+
* list: { // ConfiguredTableAssociationAnalysisRuleList
|
|
44
|
+
* allowedResultReceivers: [ // AllowedResultReceivers
|
|
45
|
+
* "STRING_VALUE",
|
|
46
|
+
* ],
|
|
47
|
+
* allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
|
|
48
|
+
* "STRING_VALUE",
|
|
49
|
+
* ],
|
|
50
|
+
* },
|
|
51
|
+
* aggregation: { // ConfiguredTableAssociationAnalysisRuleAggregation
|
|
52
|
+
* allowedResultReceivers: [
|
|
53
|
+
* "STRING_VALUE",
|
|
54
|
+
* ],
|
|
55
|
+
* allowedAdditionalAnalyses: [
|
|
56
|
+
* "STRING_VALUE",
|
|
57
|
+
* ],
|
|
58
|
+
* },
|
|
59
|
+
* custom: { // ConfiguredTableAssociationAnalysisRuleCustom
|
|
60
|
+
* allowedResultReceivers: [
|
|
61
|
+
* "STRING_VALUE",
|
|
62
|
+
* ],
|
|
63
|
+
* allowedAdditionalAnalyses: [
|
|
64
|
+
* "STRING_VALUE",
|
|
65
|
+
* ],
|
|
66
|
+
* },
|
|
67
|
+
* },
|
|
68
|
+
* },
|
|
69
|
+
* };
|
|
70
|
+
* const command = new CreateConfiguredTableAssociationAnalysisRuleCommand(input);
|
|
71
|
+
* const response = await client.send(command);
|
|
72
|
+
* // { // CreateConfiguredTableAssociationAnalysisRuleOutput
|
|
73
|
+
* // analysisRule: { // ConfiguredTableAssociationAnalysisRule
|
|
74
|
+
* // membershipIdentifier: "STRING_VALUE", // required
|
|
75
|
+
* // configuredTableAssociationId: "STRING_VALUE", // required
|
|
76
|
+
* // configuredTableAssociationArn: "STRING_VALUE", // required
|
|
77
|
+
* // policy: { // ConfiguredTableAssociationAnalysisRulePolicy Union: only one key present
|
|
78
|
+
* // v1: { // ConfiguredTableAssociationAnalysisRulePolicyV1 Union: only one key present
|
|
79
|
+
* // list: { // ConfiguredTableAssociationAnalysisRuleList
|
|
80
|
+
* // allowedResultReceivers: [ // AllowedResultReceivers
|
|
81
|
+
* // "STRING_VALUE",
|
|
82
|
+
* // ],
|
|
83
|
+
* // allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
|
|
84
|
+
* // "STRING_VALUE",
|
|
85
|
+
* // ],
|
|
86
|
+
* // },
|
|
87
|
+
* // aggregation: { // ConfiguredTableAssociationAnalysisRuleAggregation
|
|
88
|
+
* // allowedResultReceivers: [
|
|
89
|
+
* // "STRING_VALUE",
|
|
90
|
+
* // ],
|
|
91
|
+
* // allowedAdditionalAnalyses: [
|
|
92
|
+
* // "STRING_VALUE",
|
|
93
|
+
* // ],
|
|
94
|
+
* // },
|
|
95
|
+
* // custom: { // ConfiguredTableAssociationAnalysisRuleCustom
|
|
96
|
+
* // allowedResultReceivers: [
|
|
97
|
+
* // "STRING_VALUE",
|
|
98
|
+
* // ],
|
|
99
|
+
* // allowedAdditionalAnalyses: [
|
|
100
|
+
* // "STRING_VALUE",
|
|
101
|
+
* // ],
|
|
102
|
+
* // },
|
|
103
|
+
* // },
|
|
104
|
+
* // },
|
|
105
|
+
* // type: "AGGREGATION" || "LIST" || "CUSTOM", // required
|
|
106
|
+
* // createTime: new Date("TIMESTAMP"), // required
|
|
107
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
108
|
+
* // },
|
|
109
|
+
* // };
|
|
110
|
+
*
|
|
111
|
+
* ```
|
|
112
|
+
*
|
|
113
|
+
* @param CreateConfiguredTableAssociationAnalysisRuleCommandInput - {@link CreateConfiguredTableAssociationAnalysisRuleCommandInput}
|
|
114
|
+
* @returns {@link CreateConfiguredTableAssociationAnalysisRuleCommandOutput}
|
|
115
|
+
* @see {@link CreateConfiguredTableAssociationAnalysisRuleCommandInput} for command's `input` shape.
|
|
116
|
+
* @see {@link CreateConfiguredTableAssociationAnalysisRuleCommandOutput} for command's `response` shape.
|
|
117
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
118
|
+
*
|
|
119
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
120
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
121
|
+
*
|
|
122
|
+
* @throws {@link ConflictException} (client fault)
|
|
123
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
124
|
+
*
|
|
125
|
+
* @throws {@link InternalServerException} (server fault)
|
|
126
|
+
* <p>Unexpected error during processing of request.</p>
|
|
127
|
+
*
|
|
128
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
129
|
+
* <p>Request references a resource which does not exist.</p>
|
|
130
|
+
*
|
|
131
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
132
|
+
* <p>Request was denied due to request throttling.</p>
|
|
133
|
+
*
|
|
134
|
+
* @throws {@link ValidationException} (client fault)
|
|
135
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
136
|
+
*
|
|
137
|
+
* @throws {@link CleanRoomsServiceException}
|
|
138
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
139
|
+
*
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
export declare class CreateConfiguredTableAssociationAnalysisRuleCommand extends CreateConfiguredTableAssociationAnalysisRuleCommand_base {
|
|
143
|
+
}
|
|
@@ -58,6 +58,9 @@ declare const CreateConfiguredTableAssociationCommand_base: {
|
|
|
58
58
|
* // roleArn: "STRING_VALUE", // required
|
|
59
59
|
* // name: "STRING_VALUE", // required
|
|
60
60
|
* // description: "STRING_VALUE",
|
|
61
|
+
* // analysisRuleTypes: [ // ConfiguredTableAssociationAnalysisRuleTypeList
|
|
62
|
+
* // "AGGREGATION" || "LIST" || "CUSTOM",
|
|
63
|
+
* // ],
|
|
61
64
|
* // createTime: new Date("TIMESTAMP"), // required
|
|
62
65
|
* // updateTime: new Date("TIMESTAMP"), // required
|
|
63
66
|
* // },
|
|
@@ -0,0 +1,115 @@
|
|
|
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 { CreateIdMappingTableInput, CreateIdMappingTableOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateIdMappingTableCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateIdMappingTableCommandInput extends CreateIdMappingTableInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateIdMappingTableCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateIdMappingTableCommandOutput extends CreateIdMappingTableOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateIdMappingTableCommand_base: {
|
|
25
|
+
new (input: CreateIdMappingTableCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIdMappingTableCommandInput, CreateIdMappingTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: CreateIdMappingTableCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIdMappingTableCommandInput, CreateIdMappingTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Creates 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, CreateIdMappingTableCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
35
|
+
* // const { CleanRoomsClient, CreateIdMappingTableCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
36
|
+
* const client = new CleanRoomsClient(config);
|
|
37
|
+
* const input = { // CreateIdMappingTableInput
|
|
38
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* name: "STRING_VALUE", // required
|
|
40
|
+
* description: "STRING_VALUE",
|
|
41
|
+
* inputReferenceConfig: { // IdMappingTableInputReferenceConfig
|
|
42
|
+
* inputReferenceArn: "STRING_VALUE", // required
|
|
43
|
+
* manageResourcePolicies: true || false, // required
|
|
44
|
+
* },
|
|
45
|
+
* tags: { // TagMap
|
|
46
|
+
* "<keys>": "STRING_VALUE",
|
|
47
|
+
* },
|
|
48
|
+
* kmsKeyArn: "STRING_VALUE",
|
|
49
|
+
* };
|
|
50
|
+
* const command = new CreateIdMappingTableCommand(input);
|
|
51
|
+
* const response = await client.send(command);
|
|
52
|
+
* // { // CreateIdMappingTableOutput
|
|
53
|
+
* // idMappingTable: { // IdMappingTable
|
|
54
|
+
* // id: "STRING_VALUE", // required
|
|
55
|
+
* // arn: "STRING_VALUE", // required
|
|
56
|
+
* // inputReferenceConfig: { // IdMappingTableInputReferenceConfig
|
|
57
|
+
* // inputReferenceArn: "STRING_VALUE", // required
|
|
58
|
+
* // manageResourcePolicies: true || false, // required
|
|
59
|
+
* // },
|
|
60
|
+
* // membershipId: "STRING_VALUE", // required
|
|
61
|
+
* // membershipArn: "STRING_VALUE", // required
|
|
62
|
+
* // collaborationId: "STRING_VALUE", // required
|
|
63
|
+
* // collaborationArn: "STRING_VALUE", // required
|
|
64
|
+
* // description: "STRING_VALUE",
|
|
65
|
+
* // name: "STRING_VALUE", // required
|
|
66
|
+
* // createTime: new Date("TIMESTAMP"), // required
|
|
67
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
68
|
+
* // inputReferenceProperties: { // IdMappingTableInputReferenceProperties
|
|
69
|
+
* // idMappingTableInputSource: [ // IdMappingTableInputSourceList // required
|
|
70
|
+
* // { // IdMappingTableInputSource
|
|
71
|
+
* // idNamespaceAssociationId: "STRING_VALUE", // required
|
|
72
|
+
* // type: "SOURCE" || "TARGET", // required
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // },
|
|
76
|
+
* // kmsKeyArn: "STRING_VALUE",
|
|
77
|
+
* // },
|
|
78
|
+
* // };
|
|
79
|
+
*
|
|
80
|
+
* ```
|
|
81
|
+
*
|
|
82
|
+
* @param CreateIdMappingTableCommandInput - {@link CreateIdMappingTableCommandInput}
|
|
83
|
+
* @returns {@link CreateIdMappingTableCommandOutput}
|
|
84
|
+
* @see {@link CreateIdMappingTableCommandInput} for command's `input` shape.
|
|
85
|
+
* @see {@link CreateIdMappingTableCommandOutput} for command's `response` shape.
|
|
86
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
89
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link ConflictException} (client fault)
|
|
92
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link InternalServerException} (server fault)
|
|
95
|
+
* <p>Unexpected error during processing of request.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
98
|
+
* <p>Request references a resource which does not exist.</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
101
|
+
* <p>Request denied because service quota has been exceeded.</p>
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
104
|
+
* <p>Request was denied due to request throttling.</p>
|
|
105
|
+
*
|
|
106
|
+
* @throws {@link ValidationException} (client fault)
|
|
107
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
108
|
+
*
|
|
109
|
+
* @throws {@link CleanRoomsServiceException}
|
|
110
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
111
|
+
*
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
export declare class CreateIdMappingTableCommand extends CreateIdMappingTableCommand_base {
|
|
115
|
+
}
|
|
@@ -0,0 +1,117 @@
|
|
|
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 { CreateIdNamespaceAssociationInput, CreateIdNamespaceAssociationOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateIdNamespaceAssociationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateIdNamespaceAssociationCommandInput extends CreateIdNamespaceAssociationInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateIdNamespaceAssociationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateIdNamespaceAssociationCommandOutput extends CreateIdNamespaceAssociationOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateIdNamespaceAssociationCommand_base: {
|
|
25
|
+
new (input: CreateIdNamespaceAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIdNamespaceAssociationCommandInput, CreateIdNamespaceAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: CreateIdNamespaceAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIdNamespaceAssociationCommandInput, CreateIdNamespaceAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Creates 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, CreateIdNamespaceAssociationCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
35
|
+
* // const { CleanRoomsClient, CreateIdNamespaceAssociationCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
36
|
+
* const client = new CleanRoomsClient(config);
|
|
37
|
+
* const input = { // CreateIdNamespaceAssociationInput
|
|
38
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* inputReferenceConfig: { // IdNamespaceAssociationInputReferenceConfig
|
|
40
|
+
* inputReferenceArn: "STRING_VALUE", // required
|
|
41
|
+
* manageResourcePolicies: true || false, // required
|
|
42
|
+
* },
|
|
43
|
+
* tags: { // TagMap
|
|
44
|
+
* "<keys>": "STRING_VALUE",
|
|
45
|
+
* },
|
|
46
|
+
* name: "STRING_VALUE", // required
|
|
47
|
+
* description: "STRING_VALUE",
|
|
48
|
+
* idMappingConfig: { // IdMappingConfig
|
|
49
|
+
* allowUseAsDimensionColumn: true || false, // required
|
|
50
|
+
* },
|
|
51
|
+
* };
|
|
52
|
+
* const command = new CreateIdNamespaceAssociationCommand(input);
|
|
53
|
+
* const response = await client.send(command);
|
|
54
|
+
* // { // CreateIdNamespaceAssociationOutput
|
|
55
|
+
* // idNamespaceAssociation: { // IdNamespaceAssociation
|
|
56
|
+
* // id: "STRING_VALUE", // required
|
|
57
|
+
* // arn: "STRING_VALUE", // required
|
|
58
|
+
* // membershipId: "STRING_VALUE", // required
|
|
59
|
+
* // membershipArn: "STRING_VALUE", // required
|
|
60
|
+
* // collaborationId: "STRING_VALUE", // required
|
|
61
|
+
* // collaborationArn: "STRING_VALUE", // required
|
|
62
|
+
* // name: "STRING_VALUE", // required
|
|
63
|
+
* // description: "STRING_VALUE",
|
|
64
|
+
* // createTime: new Date("TIMESTAMP"), // required
|
|
65
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
66
|
+
* // inputReferenceConfig: { // IdNamespaceAssociationInputReferenceConfig
|
|
67
|
+
* // inputReferenceArn: "STRING_VALUE", // required
|
|
68
|
+
* // manageResourcePolicies: true || false, // required
|
|
69
|
+
* // },
|
|
70
|
+
* // inputReferenceProperties: { // IdNamespaceAssociationInputReferenceProperties
|
|
71
|
+
* // idNamespaceType: "SOURCE" || "TARGET", // required
|
|
72
|
+
* // idMappingWorkflowsSupported: [ // IdMappingWorkflowsSupported // required
|
|
73
|
+
* // "DOCUMENT_VALUE",
|
|
74
|
+
* // ],
|
|
75
|
+
* // },
|
|
76
|
+
* // idMappingConfig: { // IdMappingConfig
|
|
77
|
+
* // allowUseAsDimensionColumn: true || false, // required
|
|
78
|
+
* // },
|
|
79
|
+
* // },
|
|
80
|
+
* // };
|
|
81
|
+
*
|
|
82
|
+
* ```
|
|
83
|
+
*
|
|
84
|
+
* @param CreateIdNamespaceAssociationCommandInput - {@link CreateIdNamespaceAssociationCommandInput}
|
|
85
|
+
* @returns {@link CreateIdNamespaceAssociationCommandOutput}
|
|
86
|
+
* @see {@link CreateIdNamespaceAssociationCommandInput} for command's `input` shape.
|
|
87
|
+
* @see {@link CreateIdNamespaceAssociationCommandOutput} for command's `response` shape.
|
|
88
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
91
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link ConflictException} (client fault)
|
|
94
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link InternalServerException} (server fault)
|
|
97
|
+
* <p>Unexpected error during processing of request.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
100
|
+
* <p>Request references a resource which does not exist.</p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
103
|
+
* <p>Request denied because service quota has been exceeded.</p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
106
|
+
* <p>Request was denied due to request throttling.</p>
|
|
107
|
+
*
|
|
108
|
+
* @throws {@link ValidationException} (client fault)
|
|
109
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
110
|
+
*
|
|
111
|
+
* @throws {@link CleanRoomsServiceException}
|
|
112
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
113
|
+
*
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
export declare class CreateIdNamespaceAssociationCommand extends CreateIdNamespaceAssociationCommand_base {
|
|
117
|
+
}
|
|
@@ -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 { CreatePrivacyBudgetTemplateInput, CreatePrivacyBudgetTemplateOutput } from "../models/
|
|
4
|
+
import { CreatePrivacyBudgetTemplateInput, CreatePrivacyBudgetTemplateOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -0,0 +1,79 @@
|
|
|
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 { DeleteConfiguredTableAssociationAnalysisRuleInput, DeleteConfiguredTableAssociationAnalysisRuleOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteConfiguredTableAssociationAnalysisRuleCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteConfiguredTableAssociationAnalysisRuleCommandInput extends DeleteConfiguredTableAssociationAnalysisRuleInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteConfiguredTableAssociationAnalysisRuleCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteConfiguredTableAssociationAnalysisRuleCommandOutput extends DeleteConfiguredTableAssociationAnalysisRuleOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteConfiguredTableAssociationAnalysisRuleCommand_base: {
|
|
25
|
+
new (input: DeleteConfiguredTableAssociationAnalysisRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfiguredTableAssociationAnalysisRuleCommandInput, DeleteConfiguredTableAssociationAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: DeleteConfiguredTableAssociationAnalysisRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfiguredTableAssociationAnalysisRuleCommandInput, DeleteConfiguredTableAssociationAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Deletes
|
|
31
|
+
* an analysis rule for a configured table association.</p>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { CleanRoomsClient, DeleteConfiguredTableAssociationAnalysisRuleCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
36
|
+
* // const { CleanRoomsClient, DeleteConfiguredTableAssociationAnalysisRuleCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
37
|
+
* const client = new CleanRoomsClient(config);
|
|
38
|
+
* const input = { // DeleteConfiguredTableAssociationAnalysisRuleInput
|
|
39
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* configuredTableAssociationIdentifier: "STRING_VALUE", // required
|
|
41
|
+
* analysisRuleType: "AGGREGATION" || "LIST" || "CUSTOM", // required
|
|
42
|
+
* };
|
|
43
|
+
* const command = new DeleteConfiguredTableAssociationAnalysisRuleCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // {};
|
|
46
|
+
*
|
|
47
|
+
* ```
|
|
48
|
+
*
|
|
49
|
+
* @param DeleteConfiguredTableAssociationAnalysisRuleCommandInput - {@link DeleteConfiguredTableAssociationAnalysisRuleCommandInput}
|
|
50
|
+
* @returns {@link DeleteConfiguredTableAssociationAnalysisRuleCommandOutput}
|
|
51
|
+
* @see {@link DeleteConfiguredTableAssociationAnalysisRuleCommandInput} for command's `input` shape.
|
|
52
|
+
* @see {@link DeleteConfiguredTableAssociationAnalysisRuleCommandOutput} for command's `response` shape.
|
|
53
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
56
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ConflictException} (client fault)
|
|
59
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InternalServerException} (server fault)
|
|
62
|
+
* <p>Unexpected error during processing of request.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
65
|
+
* <p>Request references a resource which does not exist.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
68
|
+
* <p>Request was denied due to request throttling.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ValidationException} (client fault)
|
|
71
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link CleanRoomsServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
75
|
+
*
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
export declare class DeleteConfiguredTableAssociationAnalysisRuleCommand extends DeleteConfiguredTableAssociationAnalysisRuleCommand_base {
|
|
79
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
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 { DeleteIdMappingTableInput, DeleteIdMappingTableOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteIdMappingTableCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteIdMappingTableCommandInput extends DeleteIdMappingTableInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteIdMappingTableCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteIdMappingTableCommandOutput extends DeleteIdMappingTableOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteIdMappingTableCommand_base: {
|
|
25
|
+
new (input: DeleteIdMappingTableCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIdMappingTableCommandInput, DeleteIdMappingTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: DeleteIdMappingTableCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIdMappingTableCommandInput, DeleteIdMappingTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Deletes 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, DeleteIdMappingTableCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
35
|
+
* // const { CleanRoomsClient, DeleteIdMappingTableCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
36
|
+
* const client = new CleanRoomsClient(config);
|
|
37
|
+
* const input = { // DeleteIdMappingTableInput
|
|
38
|
+
* idMappingTableIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new DeleteIdMappingTableCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // {};
|
|
44
|
+
*
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
47
|
+
* @param DeleteIdMappingTableCommandInput - {@link DeleteIdMappingTableCommandInput}
|
|
48
|
+
* @returns {@link DeleteIdMappingTableCommandOutput}
|
|
49
|
+
* @see {@link DeleteIdMappingTableCommandInput} for command's `input` shape.
|
|
50
|
+
* @see {@link DeleteIdMappingTableCommandOutput} for command's `response` shape.
|
|
51
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
54
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InternalServerException} (server fault)
|
|
57
|
+
* <p>Unexpected error during processing of request.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
60
|
+
* <p>Request references a resource which does not exist.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
63
|
+
* <p>Request was denied due to request throttling.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ValidationException} (client fault)
|
|
66
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link CleanRoomsServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
70
|
+
*
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
export declare class DeleteIdMappingTableCommand extends DeleteIdMappingTableCommand_base {
|
|
74
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
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 { DeleteIdNamespaceAssociationInput, DeleteIdNamespaceAssociationOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteIdNamespaceAssociationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteIdNamespaceAssociationCommandInput extends DeleteIdNamespaceAssociationInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteIdNamespaceAssociationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteIdNamespaceAssociationCommandOutput extends DeleteIdNamespaceAssociationOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteIdNamespaceAssociationCommand_base: {
|
|
25
|
+
new (input: DeleteIdNamespaceAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIdNamespaceAssociationCommandInput, DeleteIdNamespaceAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: DeleteIdNamespaceAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIdNamespaceAssociationCommandInput, DeleteIdNamespaceAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Deletes 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, DeleteIdNamespaceAssociationCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
35
|
+
* // const { CleanRoomsClient, DeleteIdNamespaceAssociationCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
36
|
+
* const client = new CleanRoomsClient(config);
|
|
37
|
+
* const input = { // DeleteIdNamespaceAssociationInput
|
|
38
|
+
* idNamespaceAssociationIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new DeleteIdNamespaceAssociationCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // {};
|
|
44
|
+
*
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
47
|
+
* @param DeleteIdNamespaceAssociationCommandInput - {@link DeleteIdNamespaceAssociationCommandInput}
|
|
48
|
+
* @returns {@link DeleteIdNamespaceAssociationCommandOutput}
|
|
49
|
+
* @see {@link DeleteIdNamespaceAssociationCommandInput} for command's `input` shape.
|
|
50
|
+
* @see {@link DeleteIdNamespaceAssociationCommandOutput} for command's `response` shape.
|
|
51
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
54
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InternalServerException} (server fault)
|
|
57
|
+
* <p>Unexpected error during processing of request.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
60
|
+
* <p>Request references a resource which does not exist.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
63
|
+
* <p>Request was denied due to request throttling.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ValidationException} (client fault)
|
|
66
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link CleanRoomsServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
70
|
+
*
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
export declare class DeleteIdNamespaceAssociationCommand extends DeleteIdNamespaceAssociationCommand_base {
|
|
74
|
+
}
|
|
@@ -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 { DeletePrivacyBudgetTemplateInput, DeletePrivacyBudgetTemplateOutput } from "../models/
|
|
4
|
+
import { DeletePrivacyBudgetTemplateInput, DeletePrivacyBudgetTemplateOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|