@aws-sdk/client-quicksight 3.613.0 → 3.615.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 +24 -0
- package/dist-cjs/index.js +778 -396
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +25 -0
- package/dist-es/commands/BatchDeleteTopicReviewedAnswerCommand.js +24 -0
- package/dist-es/commands/CreateTemplateCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +25 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +43 -16
- package/dist-es/models/models_1.js +5 -7
- package/dist-es/models/models_2.js +138 -101
- package/dist-es/models/models_3.js +70 -136
- package/dist-es/models/models_4.js +131 -2
- package/dist-es/protocols/Aws_restJson1.js +174 -4
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +567 -0
- package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +99 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +2 -1
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +11 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -2
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +556 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +119 -115
- package/dist-types/models/models_1.d.ts +97 -68
- package/dist-types/models/models_2.d.ts +2333 -2490
- package/dist-types/models/models_3.d.ts +4173 -4215
- package/dist-types/models/models_4.d.ts +1183 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +51 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +60 -38
- package/dist-types/ts3.4/models/models_1.d.ts +26 -25
- package/dist-types/ts3.4/models/models_2.d.ts +339 -316
- package/dist-types/ts3.4/models/models_3.d.ts +286 -313
- package/dist-types/ts3.4/models/models_4.d.ts +317 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +20 -20
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
+
import { BatchCreateTopicReviewedAnswerCommandInput, BatchCreateTopicReviewedAnswerCommandOutput } from "../commands/BatchCreateTopicReviewedAnswerCommand";
|
|
4
|
+
import { BatchDeleteTopicReviewedAnswerCommandInput, BatchDeleteTopicReviewedAnswerCommandOutput } from "../commands/BatchDeleteTopicReviewedAnswerCommand";
|
|
3
5
|
import { CancelIngestionCommandInput, CancelIngestionCommandOutput } from "../commands/CancelIngestionCommand";
|
|
4
6
|
import { CreateAccountCustomizationCommandInput, CreateAccountCustomizationCommandOutput } from "../commands/CreateAccountCustomizationCommand";
|
|
5
7
|
import { CreateAccountSubscriptionCommandInput, CreateAccountSubscriptionCommandOutput } from "../commands/CreateAccountSubscriptionCommand";
|
|
@@ -122,6 +124,7 @@ import { ListThemeAliasesCommandInput, ListThemeAliasesCommandOutput } from "../
|
|
|
122
124
|
import { ListThemesCommandInput, ListThemesCommandOutput } from "../commands/ListThemesCommand";
|
|
123
125
|
import { ListThemeVersionsCommandInput, ListThemeVersionsCommandOutput } from "../commands/ListThemeVersionsCommand";
|
|
124
126
|
import { ListTopicRefreshSchedulesCommandInput, ListTopicRefreshSchedulesCommandOutput } from "../commands/ListTopicRefreshSchedulesCommand";
|
|
127
|
+
import { ListTopicReviewedAnswersCommandInput, ListTopicReviewedAnswersCommandOutput } from "../commands/ListTopicReviewedAnswersCommand";
|
|
125
128
|
import { ListTopicsCommandInput, ListTopicsCommandOutput } from "../commands/ListTopicsCommand";
|
|
126
129
|
import { ListUserGroupsCommandInput, ListUserGroupsCommandOutput } from "../commands/ListUserGroupsCommand";
|
|
127
130
|
import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
|
|
@@ -174,6 +177,14 @@ import { UpdateTopicPermissionsCommandInput, UpdateTopicPermissionsCommandOutput
|
|
|
174
177
|
import { UpdateTopicRefreshScheduleCommandInput, UpdateTopicRefreshScheduleCommandOutput } from "../commands/UpdateTopicRefreshScheduleCommand";
|
|
175
178
|
import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
|
|
176
179
|
import { UpdateVPCConnectionCommandInput, UpdateVPCConnectionCommandOutput } from "../commands/UpdateVPCConnectionCommand";
|
|
180
|
+
/**
|
|
181
|
+
* serializeAws_restJson1BatchCreateTopicReviewedAnswerCommand
|
|
182
|
+
*/
|
|
183
|
+
export declare const se_BatchCreateTopicReviewedAnswerCommand: (input: BatchCreateTopicReviewedAnswerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
184
|
+
/**
|
|
185
|
+
* serializeAws_restJson1BatchDeleteTopicReviewedAnswerCommand
|
|
186
|
+
*/
|
|
187
|
+
export declare const se_BatchDeleteTopicReviewedAnswerCommand: (input: BatchDeleteTopicReviewedAnswerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
177
188
|
/**
|
|
178
189
|
* serializeAws_restJson1CancelIngestionCommand
|
|
179
190
|
*/
|
|
@@ -662,6 +673,10 @@ export declare const se_ListThemeVersionsCommand: (input: ListThemeVersionsComma
|
|
|
662
673
|
* serializeAws_restJson1ListTopicRefreshSchedulesCommand
|
|
663
674
|
*/
|
|
664
675
|
export declare const se_ListTopicRefreshSchedulesCommand: (input: ListTopicRefreshSchedulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
676
|
+
/**
|
|
677
|
+
* serializeAws_restJson1ListTopicReviewedAnswersCommand
|
|
678
|
+
*/
|
|
679
|
+
export declare const se_ListTopicReviewedAnswersCommand: (input: ListTopicReviewedAnswersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
665
680
|
/**
|
|
666
681
|
* serializeAws_restJson1ListTopicsCommand
|
|
667
682
|
*/
|
|
@@ -870,6 +885,14 @@ export declare const se_UpdateUserCommand: (input: UpdateUserCommandInput, conte
|
|
|
870
885
|
* serializeAws_restJson1UpdateVPCConnectionCommand
|
|
871
886
|
*/
|
|
872
887
|
export declare const se_UpdateVPCConnectionCommand: (input: UpdateVPCConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
888
|
+
/**
|
|
889
|
+
* deserializeAws_restJson1BatchCreateTopicReviewedAnswerCommand
|
|
890
|
+
*/
|
|
891
|
+
export declare const de_BatchCreateTopicReviewedAnswerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateTopicReviewedAnswerCommandOutput>;
|
|
892
|
+
/**
|
|
893
|
+
* deserializeAws_restJson1BatchDeleteTopicReviewedAnswerCommand
|
|
894
|
+
*/
|
|
895
|
+
export declare const de_BatchDeleteTopicReviewedAnswerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteTopicReviewedAnswerCommandOutput>;
|
|
873
896
|
/**
|
|
874
897
|
* deserializeAws_restJson1CancelIngestionCommand
|
|
875
898
|
*/
|
|
@@ -1358,6 +1381,10 @@ export declare const de_ListThemeVersionsCommand: (output: __HttpResponse, conte
|
|
|
1358
1381
|
* deserializeAws_restJson1ListTopicRefreshSchedulesCommand
|
|
1359
1382
|
*/
|
|
1360
1383
|
export declare const de_ListTopicRefreshSchedulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTopicRefreshSchedulesCommandOutput>;
|
|
1384
|
+
/**
|
|
1385
|
+
* deserializeAws_restJson1ListTopicReviewedAnswersCommand
|
|
1386
|
+
*/
|
|
1387
|
+
export declare const de_ListTopicReviewedAnswersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTopicReviewedAnswersCommandOutput>;
|
|
1361
1388
|
/**
|
|
1362
1389
|
* deserializeAws_restJson1ListTopicsCommand
|
|
1363
1390
|
*/
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
BatchCreateTopicReviewedAnswerCommandInput,
|
|
4
|
+
BatchCreateTopicReviewedAnswerCommandOutput,
|
|
5
|
+
} from "./commands/BatchCreateTopicReviewedAnswerCommand";
|
|
6
|
+
import {
|
|
7
|
+
BatchDeleteTopicReviewedAnswerCommandInput,
|
|
8
|
+
BatchDeleteTopicReviewedAnswerCommandOutput,
|
|
9
|
+
} from "./commands/BatchDeleteTopicReviewedAnswerCommand";
|
|
2
10
|
import {
|
|
3
11
|
CancelIngestionCommandInput,
|
|
4
12
|
CancelIngestionCommandOutput,
|
|
@@ -487,6 +495,10 @@ import {
|
|
|
487
495
|
ListTopicRefreshSchedulesCommandInput,
|
|
488
496
|
ListTopicRefreshSchedulesCommandOutput,
|
|
489
497
|
} from "./commands/ListTopicRefreshSchedulesCommand";
|
|
498
|
+
import {
|
|
499
|
+
ListTopicReviewedAnswersCommandInput,
|
|
500
|
+
ListTopicReviewedAnswersCommandOutput,
|
|
501
|
+
} from "./commands/ListTopicReviewedAnswersCommand";
|
|
490
502
|
import {
|
|
491
503
|
ListTopicsCommandInput,
|
|
492
504
|
ListTopicsCommandOutput,
|
|
@@ -697,6 +709,32 @@ import {
|
|
|
697
709
|
} from "./commands/UpdateVPCConnectionCommand";
|
|
698
710
|
import { QuickSightClient } from "./QuickSightClient";
|
|
699
711
|
export interface QuickSight {
|
|
712
|
+
batchCreateTopicReviewedAnswer(
|
|
713
|
+
args: BatchCreateTopicReviewedAnswerCommandInput,
|
|
714
|
+
options?: __HttpHandlerOptions
|
|
715
|
+
): Promise<BatchCreateTopicReviewedAnswerCommandOutput>;
|
|
716
|
+
batchCreateTopicReviewedAnswer(
|
|
717
|
+
args: BatchCreateTopicReviewedAnswerCommandInput,
|
|
718
|
+
cb: (err: any, data?: BatchCreateTopicReviewedAnswerCommandOutput) => void
|
|
719
|
+
): void;
|
|
720
|
+
batchCreateTopicReviewedAnswer(
|
|
721
|
+
args: BatchCreateTopicReviewedAnswerCommandInput,
|
|
722
|
+
options: __HttpHandlerOptions,
|
|
723
|
+
cb: (err: any, data?: BatchCreateTopicReviewedAnswerCommandOutput) => void
|
|
724
|
+
): void;
|
|
725
|
+
batchDeleteTopicReviewedAnswer(
|
|
726
|
+
args: BatchDeleteTopicReviewedAnswerCommandInput,
|
|
727
|
+
options?: __HttpHandlerOptions
|
|
728
|
+
): Promise<BatchDeleteTopicReviewedAnswerCommandOutput>;
|
|
729
|
+
batchDeleteTopicReviewedAnswer(
|
|
730
|
+
args: BatchDeleteTopicReviewedAnswerCommandInput,
|
|
731
|
+
cb: (err: any, data?: BatchDeleteTopicReviewedAnswerCommandOutput) => void
|
|
732
|
+
): void;
|
|
733
|
+
batchDeleteTopicReviewedAnswer(
|
|
734
|
+
args: BatchDeleteTopicReviewedAnswerCommandInput,
|
|
735
|
+
options: __HttpHandlerOptions,
|
|
736
|
+
cb: (err: any, data?: BatchDeleteTopicReviewedAnswerCommandOutput) => void
|
|
737
|
+
): void;
|
|
700
738
|
cancelIngestion(
|
|
701
739
|
args: CancelIngestionCommandInput,
|
|
702
740
|
options?: __HttpHandlerOptions
|
|
@@ -2301,6 +2339,19 @@ export interface QuickSight {
|
|
|
2301
2339
|
options: __HttpHandlerOptions,
|
|
2302
2340
|
cb: (err: any, data?: ListTopicRefreshSchedulesCommandOutput) => void
|
|
2303
2341
|
): void;
|
|
2342
|
+
listTopicReviewedAnswers(
|
|
2343
|
+
args: ListTopicReviewedAnswersCommandInput,
|
|
2344
|
+
options?: __HttpHandlerOptions
|
|
2345
|
+
): Promise<ListTopicReviewedAnswersCommandOutput>;
|
|
2346
|
+
listTopicReviewedAnswers(
|
|
2347
|
+
args: ListTopicReviewedAnswersCommandInput,
|
|
2348
|
+
cb: (err: any, data?: ListTopicReviewedAnswersCommandOutput) => void
|
|
2349
|
+
): void;
|
|
2350
|
+
listTopicReviewedAnswers(
|
|
2351
|
+
args: ListTopicReviewedAnswersCommandInput,
|
|
2352
|
+
options: __HttpHandlerOptions,
|
|
2353
|
+
cb: (err: any, data?: ListTopicReviewedAnswersCommandOutput) => void
|
|
2354
|
+
): void;
|
|
2304
2355
|
listTopics(
|
|
2305
2356
|
args: ListTopicsCommandInput,
|
|
2306
2357
|
options?: __HttpHandlerOptions
|
|
@@ -45,6 +45,14 @@ import {
|
|
|
45
45
|
HttpAuthSchemeInputConfig,
|
|
46
46
|
HttpAuthSchemeResolvedConfig,
|
|
47
47
|
} from "./auth/httpAuthSchemeProvider";
|
|
48
|
+
import {
|
|
49
|
+
BatchCreateTopicReviewedAnswerCommandInput,
|
|
50
|
+
BatchCreateTopicReviewedAnswerCommandOutput,
|
|
51
|
+
} from "./commands/BatchCreateTopicReviewedAnswerCommand";
|
|
52
|
+
import {
|
|
53
|
+
BatchDeleteTopicReviewedAnswerCommandInput,
|
|
54
|
+
BatchDeleteTopicReviewedAnswerCommandOutput,
|
|
55
|
+
} from "./commands/BatchDeleteTopicReviewedAnswerCommand";
|
|
48
56
|
import {
|
|
49
57
|
CancelIngestionCommandInput,
|
|
50
58
|
CancelIngestionCommandOutput,
|
|
@@ -533,6 +541,10 @@ import {
|
|
|
533
541
|
ListTopicRefreshSchedulesCommandInput,
|
|
534
542
|
ListTopicRefreshSchedulesCommandOutput,
|
|
535
543
|
} from "./commands/ListTopicRefreshSchedulesCommand";
|
|
544
|
+
import {
|
|
545
|
+
ListTopicReviewedAnswersCommandInput,
|
|
546
|
+
ListTopicReviewedAnswersCommandOutput,
|
|
547
|
+
} from "./commands/ListTopicReviewedAnswersCommand";
|
|
536
548
|
import {
|
|
537
549
|
ListTopicsCommandInput,
|
|
538
550
|
ListTopicsCommandOutput,
|
|
@@ -749,6 +761,8 @@ import {
|
|
|
749
761
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
750
762
|
export { __Client };
|
|
751
763
|
export type ServiceInputTypes =
|
|
764
|
+
| BatchCreateTopicReviewedAnswerCommandInput
|
|
765
|
+
| BatchDeleteTopicReviewedAnswerCommandInput
|
|
752
766
|
| CancelIngestionCommandInput
|
|
753
767
|
| CreateAccountCustomizationCommandInput
|
|
754
768
|
| CreateAccountSubscriptionCommandInput
|
|
@@ -871,6 +885,7 @@ export type ServiceInputTypes =
|
|
|
871
885
|
| ListThemeVersionsCommandInput
|
|
872
886
|
| ListThemesCommandInput
|
|
873
887
|
| ListTopicRefreshSchedulesCommandInput
|
|
888
|
+
| ListTopicReviewedAnswersCommandInput
|
|
874
889
|
| ListTopicsCommandInput
|
|
875
890
|
| ListUserGroupsCommandInput
|
|
876
891
|
| ListUsersCommandInput
|
|
@@ -924,6 +939,8 @@ export type ServiceInputTypes =
|
|
|
924
939
|
| UpdateUserCommandInput
|
|
925
940
|
| UpdateVPCConnectionCommandInput;
|
|
926
941
|
export type ServiceOutputTypes =
|
|
942
|
+
| BatchCreateTopicReviewedAnswerCommandOutput
|
|
943
|
+
| BatchDeleteTopicReviewedAnswerCommandOutput
|
|
927
944
|
| CancelIngestionCommandOutput
|
|
928
945
|
| CreateAccountCustomizationCommandOutput
|
|
929
946
|
| CreateAccountSubscriptionCommandOutput
|
|
@@ -1046,6 +1063,7 @@ export type ServiceOutputTypes =
|
|
|
1046
1063
|
| ListThemeVersionsCommandOutput
|
|
1047
1064
|
| ListThemesCommandOutput
|
|
1048
1065
|
| ListTopicRefreshSchedulesCommandOutput
|
|
1066
|
+
| ListTopicReviewedAnswersCommandOutput
|
|
1049
1067
|
| ListTopicsCommandOutput
|
|
1050
1068
|
| ListUserGroupsCommandOutput
|
|
1051
1069
|
| ListUsersCommandOutput
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { BatchCreateTopicReviewedAnswerResponse } from "../models/models_2";
|
|
4
|
+
import { BatchCreateTopicReviewedAnswerRequest } from "../models/models_4";
|
|
5
|
+
import {
|
|
6
|
+
QuickSightClientResolvedConfig,
|
|
7
|
+
ServiceInputTypes,
|
|
8
|
+
ServiceOutputTypes,
|
|
9
|
+
} from "../QuickSightClient";
|
|
10
|
+
export { __MetadataBearer };
|
|
11
|
+
export { $Command };
|
|
12
|
+
export interface BatchCreateTopicReviewedAnswerCommandInput
|
|
13
|
+
extends BatchCreateTopicReviewedAnswerRequest {}
|
|
14
|
+
export interface BatchCreateTopicReviewedAnswerCommandOutput
|
|
15
|
+
extends BatchCreateTopicReviewedAnswerResponse,
|
|
16
|
+
__MetadataBearer {}
|
|
17
|
+
declare const BatchCreateTopicReviewedAnswerCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: BatchCreateTopicReviewedAnswerCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
BatchCreateTopicReviewedAnswerCommandInput,
|
|
22
|
+
BatchCreateTopicReviewedAnswerCommandOutput,
|
|
23
|
+
QuickSightClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: BatchCreateTopicReviewedAnswerCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
BatchCreateTopicReviewedAnswerCommandInput,
|
|
31
|
+
BatchCreateTopicReviewedAnswerCommandOutput,
|
|
32
|
+
QuickSightClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
36
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
37
|
+
};
|
|
38
|
+
export declare class BatchCreateTopicReviewedAnswerCommand extends BatchCreateTopicReviewedAnswerCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BatchDeleteTopicReviewedAnswerRequest,
|
|
5
|
+
BatchDeleteTopicReviewedAnswerResponse,
|
|
6
|
+
} from "../models/models_2";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface BatchDeleteTopicReviewedAnswerCommandInput
|
|
15
|
+
extends BatchDeleteTopicReviewedAnswerRequest {}
|
|
16
|
+
export interface BatchDeleteTopicReviewedAnswerCommandOutput
|
|
17
|
+
extends BatchDeleteTopicReviewedAnswerResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const BatchDeleteTopicReviewedAnswerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: BatchDeleteTopicReviewedAnswerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
BatchDeleteTopicReviewedAnswerCommandInput,
|
|
24
|
+
BatchDeleteTopicReviewedAnswerCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: BatchDeleteTopicReviewedAnswerCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
BatchDeleteTopicReviewedAnswerCommandInput,
|
|
33
|
+
BatchDeleteTopicReviewedAnswerCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class BatchDeleteTopicReviewedAnswerCommand extends BatchDeleteTopicReviewedAnswerCommand_base {}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateFolderRequest
|
|
3
|
+
import { CreateFolderRequest } from "../models/models_2";
|
|
4
|
+
import { CreateFolderResponse } from "../models/models_3";
|
|
4
5
|
import {
|
|
5
6
|
QuickSightClientResolvedConfig,
|
|
6
7
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreateFolderMembershipRequest,
|
|
5
5
|
CreateFolderMembershipResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateGroupRequest, CreateGroupResponse } from "../models/
|
|
3
|
+
import { CreateGroupRequest, CreateGroupResponse } from "../models/models_3";
|
|
4
4
|
import {
|
|
5
5
|
QuickSightClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreateGroupMembershipRequest,
|
|
5
5
|
CreateGroupMembershipResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreateIAMPolicyAssignmentRequest,
|
|
5
5
|
CreateIAMPolicyAssignmentResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreateRefreshScheduleRequest,
|
|
5
5
|
CreateRefreshScheduleResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreateRoleMembershipRequest,
|
|
5
5
|
CreateRoleMembershipResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
GenerateEmbedUrlForAnonymousUserRequest,
|
|
5
5
|
GenerateEmbedUrlForAnonymousUserResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
GenerateEmbedUrlForRegisteredUserRequest,
|
|
5
5
|
GenerateEmbedUrlForRegisteredUserResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
GetDashboardEmbedUrlRequest,
|
|
5
5
|
GetDashboardEmbedUrlResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListAnalysesRequest, ListAnalysesResponse } from "../models/
|
|
3
|
+
import { ListAnalysesRequest, ListAnalysesResponse } from "../models/models_4";
|
|
4
4
|
import {
|
|
5
5
|
QuickSightClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListAssetBundleExportJobsRequest,
|
|
5
5
|
ListAssetBundleExportJobsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
ListAssetBundleImportJobsRequest,
|
|
5
|
+
ListAssetBundleImportJobsResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
5
7
|
import {
|
|
6
8
|
QuickSightClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListTopicReviewedAnswersRequest,
|
|
5
|
+
ListTopicReviewedAnswersResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListTopicReviewedAnswersCommandInput
|
|
15
|
+
extends ListTopicReviewedAnswersRequest {}
|
|
16
|
+
export interface ListTopicReviewedAnswersCommandOutput
|
|
17
|
+
extends ListTopicReviewedAnswersResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListTopicReviewedAnswersCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListTopicReviewedAnswersCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListTopicReviewedAnswersCommandInput,
|
|
24
|
+
ListTopicReviewedAnswersCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ListTopicReviewedAnswersCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListTopicReviewedAnswersCommandInput,
|
|
33
|
+
ListTopicReviewedAnswersCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListTopicReviewedAnswersCommand extends ListTopicReviewedAnswersCommand_base {}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export * from "./BatchCreateTopicReviewedAnswerCommand";
|
|
2
|
+
export * from "./BatchDeleteTopicReviewedAnswerCommand";
|
|
1
3
|
export * from "./CancelIngestionCommand";
|
|
2
4
|
export * from "./CreateAccountCustomizationCommand";
|
|
3
5
|
export * from "./CreateAccountSubscriptionCommand";
|
|
@@ -120,6 +122,7 @@ export * from "./ListThemeAliasesCommand";
|
|
|
120
122
|
export * from "./ListThemeVersionsCommand";
|
|
121
123
|
export * from "./ListThemesCommand";
|
|
122
124
|
export * from "./ListTopicRefreshSchedulesCommand";
|
|
125
|
+
export * from "./ListTopicReviewedAnswersCommand";
|
|
123
126
|
export * from "./ListTopicsCommand";
|
|
124
127
|
export * from "./ListUserGroupsCommand";
|
|
125
128
|
export * from "./ListUsersCommand";
|
|
@@ -48,6 +48,47 @@ export type DashboardBehavior =
|
|
|
48
48
|
export interface AdHocFilteringOption {
|
|
49
49
|
AvailabilityStatus?: DashboardBehavior;
|
|
50
50
|
}
|
|
51
|
+
export declare const AggType: {
|
|
52
|
+
readonly AVERAGE: "AVERAGE";
|
|
53
|
+
readonly COLUMN: "COLUMN";
|
|
54
|
+
readonly COUNT: "COUNT";
|
|
55
|
+
readonly CUSTOM: "CUSTOM";
|
|
56
|
+
readonly DISTINCT_COUNT: "DISTINCT_COUNT";
|
|
57
|
+
readonly MAX: "MAX";
|
|
58
|
+
readonly MEDIAN: "MEDIAN";
|
|
59
|
+
readonly MIN: "MIN";
|
|
60
|
+
readonly PERCENTILE: "PERCENTILE";
|
|
61
|
+
readonly PTD_AVERAGE: "PTD_AVERAGE";
|
|
62
|
+
readonly PTD_COUNT: "PTD_COUNT";
|
|
63
|
+
readonly PTD_DISTINCT_COUNT: "PTD_DISTINCT_COUNT";
|
|
64
|
+
readonly PTD_MAX: "PTD_MAX";
|
|
65
|
+
readonly PTD_MIN: "PTD_MIN";
|
|
66
|
+
readonly PTD_SUM: "PTD_SUM";
|
|
67
|
+
readonly STDEV: "STDEV";
|
|
68
|
+
readonly STDEVP: "STDEVP";
|
|
69
|
+
readonly SUM: "SUM";
|
|
70
|
+
readonly VAR: "VAR";
|
|
71
|
+
readonly VARP: "VARP";
|
|
72
|
+
};
|
|
73
|
+
export type AggType = (typeof AggType)[keyof typeof AggType];
|
|
74
|
+
export declare const TopicTimeGranularity: {
|
|
75
|
+
readonly DAY: "DAY";
|
|
76
|
+
readonly HOUR: "HOUR";
|
|
77
|
+
readonly MINUTE: "MINUTE";
|
|
78
|
+
readonly MONTH: "MONTH";
|
|
79
|
+
readonly QUARTER: "QUARTER";
|
|
80
|
+
readonly SECOND: "SECOND";
|
|
81
|
+
readonly WEEK: "WEEK";
|
|
82
|
+
readonly YEAR: "YEAR";
|
|
83
|
+
};
|
|
84
|
+
export type TopicTimeGranularity =
|
|
85
|
+
(typeof TopicTimeGranularity)[keyof typeof TopicTimeGranularity];
|
|
86
|
+
export interface AggFunction {
|
|
87
|
+
Aggregation?: AggType;
|
|
88
|
+
AggregationFunctionParameters?: Record<string, string>;
|
|
89
|
+
Period?: TopicTimeGranularity;
|
|
90
|
+
PeriodField?: string;
|
|
91
|
+
}
|
|
51
92
|
export declare const SimpleAttributeAggregationFunction: {
|
|
52
93
|
readonly UNIQUE_VALUE: "UNIQUE_VALUE";
|
|
53
94
|
};
|
|
@@ -99,6 +140,23 @@ export interface AggregationFunction {
|
|
|
99
140
|
DateAggregationFunction?: DateAggregationFunction;
|
|
100
141
|
AttributeAggregationFunction?: AttributeAggregationFunction;
|
|
101
142
|
}
|
|
143
|
+
export declare const TimeGranularity: {
|
|
144
|
+
readonly DAY: "DAY";
|
|
145
|
+
readonly HOUR: "HOUR";
|
|
146
|
+
readonly MILLISECOND: "MILLISECOND";
|
|
147
|
+
readonly MINUTE: "MINUTE";
|
|
148
|
+
readonly MONTH: "MONTH";
|
|
149
|
+
readonly QUARTER: "QUARTER";
|
|
150
|
+
readonly SECOND: "SECOND";
|
|
151
|
+
readonly WEEK: "WEEK";
|
|
152
|
+
readonly YEAR: "YEAR";
|
|
153
|
+
};
|
|
154
|
+
export type TimeGranularity =
|
|
155
|
+
(typeof TimeGranularity)[keyof typeof TimeGranularity];
|
|
156
|
+
export interface AggregationPartitionBy {
|
|
157
|
+
FieldName?: string;
|
|
158
|
+
TimeGranularity?: TimeGranularity;
|
|
159
|
+
}
|
|
102
160
|
export interface ColumnIdentifier {
|
|
103
161
|
DataSetIdentifier: string | undefined;
|
|
104
162
|
ColumnName: string | undefined;
|
|
@@ -482,6 +540,8 @@ export interface DateTimePickerControlDisplayOptions {
|
|
|
482
540
|
TitleOptions?: LabelOptions;
|
|
483
541
|
DateTimeFormat?: string;
|
|
484
542
|
InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
|
|
543
|
+
HelperTextVisibility?: Visibility;
|
|
544
|
+
DateIconVisibility?: Visibility;
|
|
485
545
|
}
|
|
486
546
|
export declare const SheetControlDateTimePickerType: {
|
|
487
547
|
readonly DATE_RANGE: "DATE_RANGE";
|
|
@@ -653,19 +713,6 @@ export interface AnchorDateConfiguration {
|
|
|
653
713
|
AnchorOption?: AnchorOption;
|
|
654
714
|
ParameterName?: string;
|
|
655
715
|
}
|
|
656
|
-
export declare const TimeGranularity: {
|
|
657
|
-
readonly DAY: "DAY";
|
|
658
|
-
readonly HOUR: "HOUR";
|
|
659
|
-
readonly MILLISECOND: "MILLISECOND";
|
|
660
|
-
readonly MINUTE: "MINUTE";
|
|
661
|
-
readonly MONTH: "MONTH";
|
|
662
|
-
readonly QUARTER: "QUARTER";
|
|
663
|
-
readonly SECOND: "SECOND";
|
|
664
|
-
readonly WEEK: "WEEK";
|
|
665
|
-
readonly YEAR: "YEAR";
|
|
666
|
-
};
|
|
667
|
-
export type TimeGranularity =
|
|
668
|
-
(typeof TimeGranularity)[keyof typeof TimeGranularity];
|
|
669
716
|
export declare const WidgetStatus: {
|
|
670
717
|
readonly DISABLED: "DISABLED";
|
|
671
718
|
readonly ENABLED: "ENABLED";
|
|
@@ -1622,31 +1669,6 @@ export interface FieldSort {
|
|
|
1622
1669
|
FieldId: string | undefined;
|
|
1623
1670
|
Direction: SortDirection | undefined;
|
|
1624
1671
|
}
|
|
1625
|
-
export interface FieldSortOptions {
|
|
1626
|
-
FieldSort?: FieldSort;
|
|
1627
|
-
ColumnSort?: ColumnSort;
|
|
1628
|
-
}
|
|
1629
|
-
export interface BarChartSortConfiguration {
|
|
1630
|
-
CategorySort?: FieldSortOptions[];
|
|
1631
|
-
CategoryItemsLimit?: ItemsLimitConfiguration;
|
|
1632
|
-
ColorSort?: FieldSortOptions[];
|
|
1633
|
-
ColorItemsLimit?: ItemsLimitConfiguration;
|
|
1634
|
-
SmallMultiplesSort?: FieldSortOptions[];
|
|
1635
|
-
SmallMultiplesLimitConfiguration?: ItemsLimitConfiguration;
|
|
1636
|
-
}
|
|
1637
|
-
export declare const TooltipTarget: {
|
|
1638
|
-
readonly BAR: "BAR";
|
|
1639
|
-
readonly BOTH: "BOTH";
|
|
1640
|
-
readonly LINE: "LINE";
|
|
1641
|
-
};
|
|
1642
|
-
export type TooltipTarget = (typeof TooltipTarget)[keyof typeof TooltipTarget];
|
|
1643
|
-
export interface ColumnTooltipItem {
|
|
1644
|
-
Column: ColumnIdentifier | undefined;
|
|
1645
|
-
Label?: string;
|
|
1646
|
-
Visibility?: Visibility;
|
|
1647
|
-
Aggregation?: AggregationFunction;
|
|
1648
|
-
TooltipTarget?: TooltipTarget;
|
|
1649
|
-
}
|
|
1650
1672
|
export declare const CalculatedFieldFilterSensitiveLog: (
|
|
1651
1673
|
obj: CalculatedField
|
|
1652
1674
|
) => any;
|