@aws-sdk/client-cleanrooms 3.1076.0 → 3.1077.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 +84 -0
- package/dist-cjs/index.js +769 -42
- package/dist-es/CleanRooms.js +28 -0
- package/dist-es/commands/CreateIntermediateTableAnalysisRuleCommand.js +16 -0
- package/dist-es/commands/CreateIntermediateTableCommand.js +16 -0
- package/dist-es/commands/DeleteIntermediateTableAnalysisRuleCommand.js +16 -0
- package/dist-es/commands/DeleteIntermediateTableCommand.js +16 -0
- package/dist-es/commands/DisallowIntermediateTableCommand.js +16 -0
- package/dist-es/commands/GetIntermediateTableAnalysisRuleCommand.js +16 -0
- package/dist-es/commands/GetIntermediateTableCommand.js +16 -0
- package/dist-es/commands/ListIntermediateTableVersionsCommand.js +16 -0
- package/dist-es/commands/ListIntermediateTablesCommand.js +16 -0
- package/dist-es/commands/PopulateIntermediateTableCommand.js +16 -0
- package/dist-es/commands/UpdateIntermediateTableAnalysisRuleCommand.js +16 -0
- package/dist-es/commands/UpdateIntermediateTableCommand.js +16 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/enums.js +53 -4
- package/dist-es/pagination/ListIntermediateTableVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListIntermediateTablesPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +467 -36
- package/dist-types/CleanRooms.d.ts +98 -0
- package/dist-types/CleanRoomsClient.d.ts +14 -2
- package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +10 -8
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +9 -2
- package/dist-types/commands/CreateCollaborationCommand.d.ts +1 -1
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
- package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +9 -0
- package/dist-types/commands/CreateIdMappingTableCommand.d.ts +9 -0
- package/dist-types/commands/CreateIntermediateTableAnalysisRuleCommand.d.ts +163 -0
- package/dist-types/commands/CreateIntermediateTableCommand.d.ts +231 -0
- package/dist-types/commands/CreateMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIntermediateTableAnalysisRuleCommand.d.ts +94 -0
- package/dist-types/commands/DeleteIntermediateTableCommand.d.ts +93 -0
- package/dist-types/commands/DeleteMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DisallowIntermediateTableCommand.d.ts +94 -0
- package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -0
- package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +9 -0
- package/dist-types/commands/GetIdMappingTableCommand.d.ts +9 -0
- package/dist-types/commands/GetIntermediateTableAnalysisRuleCommand.d.ts +128 -0
- package/dist-types/commands/GetIntermediateTableCommand.d.ts +213 -0
- package/dist-types/commands/GetMembershipCommand.d.ts +1 -1
- package/dist-types/commands/GetProtectedJobCommand.d.ts +1 -1
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +6 -2
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +10 -8
- package/dist-types/commands/GetSchemaCommand.d.ts +9 -2
- package/dist-types/commands/ListIntermediateTableVersionsCommand.d.ts +106 -0
- package/dist-types/commands/ListIntermediateTablesCommand.d.ts +112 -0
- package/dist-types/commands/ListProtectedQueriesCommand.d.ts +5 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PopulateIntermediateTableCommand.d.ts +115 -0
- package/dist-types/commands/StartProtectedQueryCommand.d.ts +10 -0
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
- package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +9 -0
- package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +9 -0
- package/dist-types/commands/UpdateIntermediateTableAnalysisRuleCommand.d.ts +161 -0
- package/dist-types/commands/UpdateIntermediateTableCommand.d.ts +221 -0
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -0
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/enums.d.ts +125 -12
- package/dist-types/models/models_0.d.ts +729 -436
- package/dist-types/models/models_1.d.ts +1032 -3
- package/dist-types/pagination/ListIntermediateTableVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIntermediateTablesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +63 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +236 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +72 -0
- package/dist-types/ts3.4/commands/CreateIntermediateTableAnalysisRuleCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateIntermediateTableCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIntermediateTableAnalysisRuleCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteIntermediateTableCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisallowIntermediateTableCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetIntermediateTableAnalysisRuleCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetIntermediateTableCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetProtectedJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetProtectedQueryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListIntermediateTableVersionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListIntermediateTablesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PopulateIntermediateTableCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateIntermediateTableAnalysisRuleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateIntermediateTableCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/enums.d.ts +71 -6
- package/dist-types/ts3.4/models/models_0.d.ts +299 -261
- package/dist-types/ts3.4/models/models_1.d.ts +345 -17
- package/dist-types/ts3.4/pagination/ListIntermediateTableVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIntermediateTablesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +63 -0
- package/package.json +6 -8
|
@@ -88,6 +88,14 @@ import {
|
|
|
88
88
|
CreateIdNamespaceAssociationCommandInput,
|
|
89
89
|
CreateIdNamespaceAssociationCommandOutput,
|
|
90
90
|
} from "./commands/CreateIdNamespaceAssociationCommand";
|
|
91
|
+
import {
|
|
92
|
+
CreateIntermediateTableAnalysisRuleCommandInput,
|
|
93
|
+
CreateIntermediateTableAnalysisRuleCommandOutput,
|
|
94
|
+
} from "./commands/CreateIntermediateTableAnalysisRuleCommand";
|
|
95
|
+
import {
|
|
96
|
+
CreateIntermediateTableCommandInput,
|
|
97
|
+
CreateIntermediateTableCommandOutput,
|
|
98
|
+
} from "./commands/CreateIntermediateTableCommand";
|
|
91
99
|
import {
|
|
92
100
|
CreateMembershipCommandInput,
|
|
93
101
|
CreateMembershipCommandOutput,
|
|
@@ -132,6 +140,14 @@ import {
|
|
|
132
140
|
DeleteIdNamespaceAssociationCommandInput,
|
|
133
141
|
DeleteIdNamespaceAssociationCommandOutput,
|
|
134
142
|
} from "./commands/DeleteIdNamespaceAssociationCommand";
|
|
143
|
+
import {
|
|
144
|
+
DeleteIntermediateTableAnalysisRuleCommandInput,
|
|
145
|
+
DeleteIntermediateTableAnalysisRuleCommandOutput,
|
|
146
|
+
} from "./commands/DeleteIntermediateTableAnalysisRuleCommand";
|
|
147
|
+
import {
|
|
148
|
+
DeleteIntermediateTableCommandInput,
|
|
149
|
+
DeleteIntermediateTableCommandOutput,
|
|
150
|
+
} from "./commands/DeleteIntermediateTableCommand";
|
|
135
151
|
import {
|
|
136
152
|
DeleteMemberCommandInput,
|
|
137
153
|
DeleteMemberCommandOutput,
|
|
@@ -144,6 +160,10 @@ import {
|
|
|
144
160
|
DeletePrivacyBudgetTemplateCommandInput,
|
|
145
161
|
DeletePrivacyBudgetTemplateCommandOutput,
|
|
146
162
|
} from "./commands/DeletePrivacyBudgetTemplateCommand";
|
|
163
|
+
import {
|
|
164
|
+
DisallowIntermediateTableCommandInput,
|
|
165
|
+
DisallowIntermediateTableCommandOutput,
|
|
166
|
+
} from "./commands/DisallowIntermediateTableCommand";
|
|
147
167
|
import {
|
|
148
168
|
GetAnalysisTemplateCommandInput,
|
|
149
169
|
GetAnalysisTemplateCommandOutput,
|
|
@@ -200,6 +220,14 @@ import {
|
|
|
200
220
|
GetIdNamespaceAssociationCommandInput,
|
|
201
221
|
GetIdNamespaceAssociationCommandOutput,
|
|
202
222
|
} from "./commands/GetIdNamespaceAssociationCommand";
|
|
223
|
+
import {
|
|
224
|
+
GetIntermediateTableAnalysisRuleCommandInput,
|
|
225
|
+
GetIntermediateTableAnalysisRuleCommandOutput,
|
|
226
|
+
} from "./commands/GetIntermediateTableAnalysisRuleCommand";
|
|
227
|
+
import {
|
|
228
|
+
GetIntermediateTableCommandInput,
|
|
229
|
+
GetIntermediateTableCommandOutput,
|
|
230
|
+
} from "./commands/GetIntermediateTableCommand";
|
|
203
231
|
import {
|
|
204
232
|
GetMembershipCommandInput,
|
|
205
233
|
GetMembershipCommandOutput,
|
|
@@ -276,6 +304,14 @@ import {
|
|
|
276
304
|
ListIdNamespaceAssociationsCommandInput,
|
|
277
305
|
ListIdNamespaceAssociationsCommandOutput,
|
|
278
306
|
} from "./commands/ListIdNamespaceAssociationsCommand";
|
|
307
|
+
import {
|
|
308
|
+
ListIntermediateTablesCommandInput,
|
|
309
|
+
ListIntermediateTablesCommandOutput,
|
|
310
|
+
} from "./commands/ListIntermediateTablesCommand";
|
|
311
|
+
import {
|
|
312
|
+
ListIntermediateTableVersionsCommandInput,
|
|
313
|
+
ListIntermediateTableVersionsCommandOutput,
|
|
314
|
+
} from "./commands/ListIntermediateTableVersionsCommand";
|
|
279
315
|
import {
|
|
280
316
|
ListMembersCommandInput,
|
|
281
317
|
ListMembersCommandOutput,
|
|
@@ -312,6 +348,10 @@ import {
|
|
|
312
348
|
PopulateIdMappingTableCommandInput,
|
|
313
349
|
PopulateIdMappingTableCommandOutput,
|
|
314
350
|
} from "./commands/PopulateIdMappingTableCommand";
|
|
351
|
+
import {
|
|
352
|
+
PopulateIntermediateTableCommandInput,
|
|
353
|
+
PopulateIntermediateTableCommandOutput,
|
|
354
|
+
} from "./commands/PopulateIntermediateTableCommand";
|
|
315
355
|
import {
|
|
316
356
|
PreviewPrivacyImpactCommandInput,
|
|
317
357
|
PreviewPrivacyImpactCommandOutput,
|
|
@@ -372,6 +412,14 @@ import {
|
|
|
372
412
|
UpdateIdNamespaceAssociationCommandInput,
|
|
373
413
|
UpdateIdNamespaceAssociationCommandOutput,
|
|
374
414
|
} from "./commands/UpdateIdNamespaceAssociationCommand";
|
|
415
|
+
import {
|
|
416
|
+
UpdateIntermediateTableAnalysisRuleCommandInput,
|
|
417
|
+
UpdateIntermediateTableAnalysisRuleCommandOutput,
|
|
418
|
+
} from "./commands/UpdateIntermediateTableAnalysisRuleCommand";
|
|
419
|
+
import {
|
|
420
|
+
UpdateIntermediateTableCommandInput,
|
|
421
|
+
UpdateIntermediateTableCommandOutput,
|
|
422
|
+
} from "./commands/UpdateIntermediateTableCommand";
|
|
375
423
|
import {
|
|
376
424
|
UpdateMembershipCommandInput,
|
|
377
425
|
UpdateMembershipCommandOutput,
|
|
@@ -409,6 +457,8 @@ export type ServiceInputTypes =
|
|
|
409
457
|
| CreateConfiguredTableCommandInput
|
|
410
458
|
| CreateIdMappingTableCommandInput
|
|
411
459
|
| CreateIdNamespaceAssociationCommandInput
|
|
460
|
+
| CreateIntermediateTableAnalysisRuleCommandInput
|
|
461
|
+
| CreateIntermediateTableCommandInput
|
|
412
462
|
| CreateMembershipCommandInput
|
|
413
463
|
| CreatePrivacyBudgetTemplateCommandInput
|
|
414
464
|
| DeleteAnalysisTemplateCommandInput
|
|
@@ -420,9 +470,12 @@ export type ServiceInputTypes =
|
|
|
420
470
|
| DeleteConfiguredTableCommandInput
|
|
421
471
|
| DeleteIdMappingTableCommandInput
|
|
422
472
|
| DeleteIdNamespaceAssociationCommandInput
|
|
473
|
+
| DeleteIntermediateTableAnalysisRuleCommandInput
|
|
474
|
+
| DeleteIntermediateTableCommandInput
|
|
423
475
|
| DeleteMemberCommandInput
|
|
424
476
|
| DeleteMembershipCommandInput
|
|
425
477
|
| DeletePrivacyBudgetTemplateCommandInput
|
|
478
|
+
| DisallowIntermediateTableCommandInput
|
|
426
479
|
| GetAnalysisTemplateCommandInput
|
|
427
480
|
| GetCollaborationAnalysisTemplateCommandInput
|
|
428
481
|
| GetCollaborationChangeRequestCommandInput
|
|
@@ -437,6 +490,8 @@ export type ServiceInputTypes =
|
|
|
437
490
|
| GetConfiguredTableCommandInput
|
|
438
491
|
| GetIdMappingTableCommandInput
|
|
439
492
|
| GetIdNamespaceAssociationCommandInput
|
|
493
|
+
| GetIntermediateTableAnalysisRuleCommandInput
|
|
494
|
+
| GetIntermediateTableCommandInput
|
|
440
495
|
| GetMembershipCommandInput
|
|
441
496
|
| GetPrivacyBudgetTemplateCommandInput
|
|
442
497
|
| GetProtectedJobCommandInput
|
|
@@ -456,6 +511,8 @@ export type ServiceInputTypes =
|
|
|
456
511
|
| ListConfiguredTablesCommandInput
|
|
457
512
|
| ListIdMappingTablesCommandInput
|
|
458
513
|
| ListIdNamespaceAssociationsCommandInput
|
|
514
|
+
| ListIntermediateTableVersionsCommandInput
|
|
515
|
+
| ListIntermediateTablesCommandInput
|
|
459
516
|
| ListMembersCommandInput
|
|
460
517
|
| ListMembershipsCommandInput
|
|
461
518
|
| ListPrivacyBudgetTemplatesCommandInput
|
|
@@ -465,6 +522,7 @@ export type ServiceInputTypes =
|
|
|
465
522
|
| ListSchemasCommandInput
|
|
466
523
|
| ListTagsForResourceCommandInput
|
|
467
524
|
| PopulateIdMappingTableCommandInput
|
|
525
|
+
| PopulateIntermediateTableCommandInput
|
|
468
526
|
| PreviewPrivacyImpactCommandInput
|
|
469
527
|
| StartProtectedJobCommandInput
|
|
470
528
|
| StartProtectedQueryCommandInput
|
|
@@ -480,6 +538,8 @@ export type ServiceInputTypes =
|
|
|
480
538
|
| UpdateConfiguredTableCommandInput
|
|
481
539
|
| UpdateIdMappingTableCommandInput
|
|
482
540
|
| UpdateIdNamespaceAssociationCommandInput
|
|
541
|
+
| UpdateIntermediateTableAnalysisRuleCommandInput
|
|
542
|
+
| UpdateIntermediateTableCommandInput
|
|
483
543
|
| UpdateMembershipCommandInput
|
|
484
544
|
| UpdatePrivacyBudgetTemplateCommandInput
|
|
485
545
|
| UpdateProtectedJobCommandInput
|
|
@@ -498,6 +558,8 @@ export type ServiceOutputTypes =
|
|
|
498
558
|
| CreateConfiguredTableCommandOutput
|
|
499
559
|
| CreateIdMappingTableCommandOutput
|
|
500
560
|
| CreateIdNamespaceAssociationCommandOutput
|
|
561
|
+
| CreateIntermediateTableAnalysisRuleCommandOutput
|
|
562
|
+
| CreateIntermediateTableCommandOutput
|
|
501
563
|
| CreateMembershipCommandOutput
|
|
502
564
|
| CreatePrivacyBudgetTemplateCommandOutput
|
|
503
565
|
| DeleteAnalysisTemplateCommandOutput
|
|
@@ -509,9 +571,12 @@ export type ServiceOutputTypes =
|
|
|
509
571
|
| DeleteConfiguredTableCommandOutput
|
|
510
572
|
| DeleteIdMappingTableCommandOutput
|
|
511
573
|
| DeleteIdNamespaceAssociationCommandOutput
|
|
574
|
+
| DeleteIntermediateTableAnalysisRuleCommandOutput
|
|
575
|
+
| DeleteIntermediateTableCommandOutput
|
|
512
576
|
| DeleteMemberCommandOutput
|
|
513
577
|
| DeleteMembershipCommandOutput
|
|
514
578
|
| DeletePrivacyBudgetTemplateCommandOutput
|
|
579
|
+
| DisallowIntermediateTableCommandOutput
|
|
515
580
|
| GetAnalysisTemplateCommandOutput
|
|
516
581
|
| GetCollaborationAnalysisTemplateCommandOutput
|
|
517
582
|
| GetCollaborationChangeRequestCommandOutput
|
|
@@ -526,6 +591,8 @@ export type ServiceOutputTypes =
|
|
|
526
591
|
| GetConfiguredTableCommandOutput
|
|
527
592
|
| GetIdMappingTableCommandOutput
|
|
528
593
|
| GetIdNamespaceAssociationCommandOutput
|
|
594
|
+
| GetIntermediateTableAnalysisRuleCommandOutput
|
|
595
|
+
| GetIntermediateTableCommandOutput
|
|
529
596
|
| GetMembershipCommandOutput
|
|
530
597
|
| GetPrivacyBudgetTemplateCommandOutput
|
|
531
598
|
| GetProtectedJobCommandOutput
|
|
@@ -545,6 +612,8 @@ export type ServiceOutputTypes =
|
|
|
545
612
|
| ListConfiguredTablesCommandOutput
|
|
546
613
|
| ListIdMappingTablesCommandOutput
|
|
547
614
|
| ListIdNamespaceAssociationsCommandOutput
|
|
615
|
+
| ListIntermediateTableVersionsCommandOutput
|
|
616
|
+
| ListIntermediateTablesCommandOutput
|
|
548
617
|
| ListMembersCommandOutput
|
|
549
618
|
| ListMembershipsCommandOutput
|
|
550
619
|
| ListPrivacyBudgetTemplatesCommandOutput
|
|
@@ -554,6 +623,7 @@ export type ServiceOutputTypes =
|
|
|
554
623
|
| ListSchemasCommandOutput
|
|
555
624
|
| ListTagsForResourceCommandOutput
|
|
556
625
|
| PopulateIdMappingTableCommandOutput
|
|
626
|
+
| PopulateIntermediateTableCommandOutput
|
|
557
627
|
| PreviewPrivacyImpactCommandOutput
|
|
558
628
|
| StartProtectedJobCommandOutput
|
|
559
629
|
| StartProtectedQueryCommandOutput
|
|
@@ -569,6 +639,8 @@ export type ServiceOutputTypes =
|
|
|
569
639
|
| UpdateConfiguredTableCommandOutput
|
|
570
640
|
| UpdateIdMappingTableCommandOutput
|
|
571
641
|
| UpdateIdNamespaceAssociationCommandOutput
|
|
642
|
+
| UpdateIntermediateTableAnalysisRuleCommandOutput
|
|
643
|
+
| UpdateIntermediateTableCommandOutput
|
|
572
644
|
| UpdateMembershipCommandOutput
|
|
573
645
|
| UpdatePrivacyBudgetTemplateCommandOutput
|
|
574
646
|
| UpdateProtectedJobCommandOutput
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateIntermediateTableAnalysisRuleInput,
|
|
10
|
+
CreateIntermediateTableAnalysisRuleOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateIntermediateTableAnalysisRuleCommandInput
|
|
15
|
+
extends CreateIntermediateTableAnalysisRuleInput {}
|
|
16
|
+
export interface CreateIntermediateTableAnalysisRuleCommandOutput
|
|
17
|
+
extends CreateIntermediateTableAnalysisRuleOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateIntermediateTableAnalysisRuleCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateIntermediateTableAnalysisRuleCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
CreateIntermediateTableAnalysisRuleCommandInput,
|
|
24
|
+
CreateIntermediateTableAnalysisRuleCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateIntermediateTableAnalysisRuleCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
CreateIntermediateTableAnalysisRuleCommandInput,
|
|
33
|
+
CreateIntermediateTableAnalysisRuleCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class CreateIntermediateTableAnalysisRuleCommand extends CreateIntermediateTableAnalysisRuleCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: CreateIntermediateTableAnalysisRuleInput;
|
|
46
|
+
output: CreateIntermediateTableAnalysisRuleOutput;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: CreateIntermediateTableAnalysisRuleCommandInput;
|
|
50
|
+
output: CreateIntermediateTableAnalysisRuleCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateIntermediateTableInput,
|
|
10
|
+
CreateIntermediateTableOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateIntermediateTableCommandInput
|
|
15
|
+
extends CreateIntermediateTableInput {}
|
|
16
|
+
export interface CreateIntermediateTableCommandOutput
|
|
17
|
+
extends CreateIntermediateTableOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateIntermediateTableCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateIntermediateTableCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
CreateIntermediateTableCommandInput,
|
|
24
|
+
CreateIntermediateTableCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateIntermediateTableCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
CreateIntermediateTableCommandInput,
|
|
33
|
+
CreateIntermediateTableCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class CreateIntermediateTableCommand extends CreateIntermediateTableCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: CreateIntermediateTableInput;
|
|
46
|
+
output: CreateIntermediateTableOutput;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: CreateIntermediateTableCommandInput;
|
|
50
|
+
output: CreateIntermediateTableCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
CreateMembershipInput,
|
|
10
10
|
CreateMembershipOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface CreateMembershipCommandInput extends CreateMembershipInput {}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
DeleteIntermediateTableAnalysisRuleInput,
|
|
10
|
+
DeleteIntermediateTableAnalysisRuleOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteIntermediateTableAnalysisRuleCommandInput
|
|
15
|
+
extends DeleteIntermediateTableAnalysisRuleInput {}
|
|
16
|
+
export interface DeleteIntermediateTableAnalysisRuleCommandOutput
|
|
17
|
+
extends DeleteIntermediateTableAnalysisRuleOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteIntermediateTableAnalysisRuleCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteIntermediateTableAnalysisRuleCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
DeleteIntermediateTableAnalysisRuleCommandInput,
|
|
24
|
+
DeleteIntermediateTableAnalysisRuleCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteIntermediateTableAnalysisRuleCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
DeleteIntermediateTableAnalysisRuleCommandInput,
|
|
33
|
+
DeleteIntermediateTableAnalysisRuleCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class DeleteIntermediateTableAnalysisRuleCommand extends DeleteIntermediateTableAnalysisRuleCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: DeleteIntermediateTableAnalysisRuleInput;
|
|
46
|
+
output: {};
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: DeleteIntermediateTableAnalysisRuleCommandInput;
|
|
50
|
+
output: DeleteIntermediateTableAnalysisRuleCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
DeleteIntermediateTableInput,
|
|
10
|
+
DeleteIntermediateTableOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteIntermediateTableCommandInput
|
|
15
|
+
extends DeleteIntermediateTableInput {}
|
|
16
|
+
export interface DeleteIntermediateTableCommandOutput
|
|
17
|
+
extends DeleteIntermediateTableOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteIntermediateTableCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteIntermediateTableCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
DeleteIntermediateTableCommandInput,
|
|
24
|
+
DeleteIntermediateTableCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteIntermediateTableCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
DeleteIntermediateTableCommandInput,
|
|
33
|
+
DeleteIntermediateTableCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class DeleteIntermediateTableCommand extends DeleteIntermediateTableCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: DeleteIntermediateTableInput;
|
|
46
|
+
output: {};
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: DeleteIntermediateTableCommandInput;
|
|
50
|
+
output: DeleteIntermediateTableCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeleteMembershipInput,
|
|
10
10
|
DeleteMembershipOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DeleteMembershipCommandInput extends DeleteMembershipInput {}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
DisallowIntermediateTableInput,
|
|
10
|
+
DisallowIntermediateTableOutput,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DisallowIntermediateTableCommandInput
|
|
15
|
+
extends DisallowIntermediateTableInput {}
|
|
16
|
+
export interface DisallowIntermediateTableCommandOutput
|
|
17
|
+
extends DisallowIntermediateTableOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DisallowIntermediateTableCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DisallowIntermediateTableCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
DisallowIntermediateTableCommandInput,
|
|
24
|
+
DisallowIntermediateTableCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DisallowIntermediateTableCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
DisallowIntermediateTableCommandInput,
|
|
33
|
+
DisallowIntermediateTableCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class DisallowIntermediateTableCommand extends DisallowIntermediateTableCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: DisallowIntermediateTableInput;
|
|
46
|
+
output: {};
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: DisallowIntermediateTableCommandInput;
|
|
50
|
+
output: DisallowIntermediateTableCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
GetIntermediateTableAnalysisRuleInput,
|
|
10
|
+
GetIntermediateTableAnalysisRuleOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetIntermediateTableAnalysisRuleCommandInput
|
|
15
|
+
extends GetIntermediateTableAnalysisRuleInput {}
|
|
16
|
+
export interface GetIntermediateTableAnalysisRuleCommandOutput
|
|
17
|
+
extends GetIntermediateTableAnalysisRuleOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetIntermediateTableAnalysisRuleCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetIntermediateTableAnalysisRuleCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
GetIntermediateTableAnalysisRuleCommandInput,
|
|
24
|
+
GetIntermediateTableAnalysisRuleCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetIntermediateTableAnalysisRuleCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
GetIntermediateTableAnalysisRuleCommandInput,
|
|
33
|
+
GetIntermediateTableAnalysisRuleCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class GetIntermediateTableAnalysisRuleCommand extends GetIntermediateTableAnalysisRuleCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: GetIntermediateTableAnalysisRuleInput;
|
|
46
|
+
output: GetIntermediateTableAnalysisRuleOutput;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: GetIntermediateTableAnalysisRuleCommandInput;
|
|
50
|
+
output: GetIntermediateTableAnalysisRuleCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
GetIntermediateTableInput,
|
|
10
|
+
GetIntermediateTableOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetIntermediateTableCommandInput
|
|
15
|
+
extends GetIntermediateTableInput {}
|
|
16
|
+
export interface GetIntermediateTableCommandOutput
|
|
17
|
+
extends GetIntermediateTableOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetIntermediateTableCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetIntermediateTableCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
GetIntermediateTableCommandInput,
|
|
24
|
+
GetIntermediateTableCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetIntermediateTableCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
GetIntermediateTableCommandInput,
|
|
33
|
+
GetIntermediateTableCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class GetIntermediateTableCommand extends GetIntermediateTableCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: GetIntermediateTableInput;
|
|
46
|
+
output: GetIntermediateTableOutput;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: GetIntermediateTableCommandInput;
|
|
50
|
+
output: GetIntermediateTableCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CleanRoomsClient";
|
|
8
|
-
import { GetMembershipInput, GetMembershipOutput } from "../models/
|
|
8
|
+
import { GetMembershipInput, GetMembershipOutput } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface GetMembershipCommandInput extends GetMembershipInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetProtectedJobInput,
|
|
10
10
|
GetProtectedJobOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetProtectedJobCommandInput extends GetProtectedJobInput {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CleanRoomsClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
GetProtectedQueryInput,
|
|
10
|
+
GetProtectedQueryOutput,
|
|
11
|
+
} from "../models/models_1";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface GetProtectedQueryCommandInput extends GetProtectedQueryInput {}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
ListIntermediateTableVersionsInput,
|
|
10
|
+
ListIntermediateTableVersionsOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListIntermediateTableVersionsCommandInput
|
|
15
|
+
extends ListIntermediateTableVersionsInput {}
|
|
16
|
+
export interface ListIntermediateTableVersionsCommandOutput
|
|
17
|
+
extends ListIntermediateTableVersionsOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListIntermediateTableVersionsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListIntermediateTableVersionsCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
ListIntermediateTableVersionsCommandInput,
|
|
24
|
+
ListIntermediateTableVersionsCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListIntermediateTableVersionsCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
ListIntermediateTableVersionsCommandInput,
|
|
33
|
+
ListIntermediateTableVersionsCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class ListIntermediateTableVersionsCommand extends ListIntermediateTableVersionsCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: ListIntermediateTableVersionsInput;
|
|
46
|
+
output: ListIntermediateTableVersionsOutput;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: ListIntermediateTableVersionsCommandInput;
|
|
50
|
+
output: ListIntermediateTableVersionsCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|