@aws-sdk/client-quicksight 3.614.0 → 3.616.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.
Files changed (94) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +783 -401
  3. package/dist-es/QuickSight.js +6 -0
  4. package/dist-es/QuickSightClient.js +5 -5
  5. package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +25 -0
  6. package/dist-es/commands/BatchDeleteTopicReviewedAnswerCommand.js +24 -0
  7. package/dist-es/commands/CreateTemplateCommand.js +1 -1
  8. package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +1 -1
  9. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
  10. package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
  11. package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
  12. package/dist-es/commands/ListTopicReviewedAnswersCommand.js +25 -0
  13. package/dist-es/commands/index.js +3 -0
  14. package/dist-es/models/models_0.js +43 -16
  15. package/dist-es/models/models_1.js +5 -7
  16. package/dist-es/models/models_2.js +138 -101
  17. package/dist-es/models/models_3.js +70 -136
  18. package/dist-es/models/models_4.js +131 -2
  19. package/dist-es/protocols/Aws_restJson1.js +174 -4
  20. package/dist-types/QuickSight.d.ts +21 -0
  21. package/dist-types/QuickSightClient.d.ts +7 -4
  22. package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +567 -0
  23. package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +99 -0
  24. package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -0
  25. package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
  26. package/dist-types/commands/CreateFolderCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateRoleMembershipCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateTemplateCommand.d.ts +11 -1
  37. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +10 -0
  38. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -0
  39. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -0
  40. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  41. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  42. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  43. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  44. package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
  45. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -2
  47. package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +556 -0
  48. package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -0
  49. package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -0
  50. package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -0
  51. package/dist-types/commands/index.d.ts +3 -0
  52. package/dist-types/models/models_0.d.ts +119 -115
  53. package/dist-types/models/models_1.d.ts +97 -68
  54. package/dist-types/models/models_2.d.ts +2333 -2490
  55. package/dist-types/models/models_3.d.ts +4173 -4215
  56. package/dist-types/models/models_4.d.ts +1183 -2
  57. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  58. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  59. package/dist-types/runtimeConfig.d.ts +1 -1
  60. package/dist-types/runtimeConfig.native.d.ts +1 -1
  61. package/dist-types/ts3.4/QuickSight.d.ts +51 -0
  62. package/dist-types/ts3.4/QuickSightClient.d.ts +20 -2
  63. package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +38 -0
  64. package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +40 -0
  65. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +4 -2
  83. package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +40 -0
  84. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +60 -38
  86. package/dist-types/ts3.4/models/models_1.d.ts +26 -25
  87. package/dist-types/ts3.4/models/models_2.d.ts +339 -316
  88. package/dist-types/ts3.4/models/models_3.d.ts +286 -313
  89. package/dist-types/ts3.4/models/models_4.d.ts +317 -13
  90. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  91. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  92. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  93. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  94. package/package.json +17 -17
@@ -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
  */
@@ -32,8 +32,8 @@ export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
32
32
  logger?: import("@smithy/types").Logger | undefined;
33
33
  }) => import("@smithy/types").EndpointV2;
34
34
  tls?: boolean | undefined;
35
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
36
35
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
36
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
37
37
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
38
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").QuickSightHttpAuthSchemeProvider;
39
39
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -32,8 +32,8 @@ export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
32
32
  logger?: import("@smithy/types").Logger | undefined;
33
33
  }) => import("@smithy/types").EndpointV2;
34
34
  tls?: boolean | undefined;
35
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
36
35
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
36
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
37
37
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
38
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").QuickSightHttpAuthSchemeProvider;
39
39
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -31,8 +31,8 @@ export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
31
31
  logger?: import("@smithy/types").Logger | undefined;
32
32
  }) => import("@smithy/types").EndpointV2;
33
33
  tls?: boolean | undefined;
34
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
35
34
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
35
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
36
36
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
37
37
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").QuickSightHttpAuthSchemeProvider;
38
38
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -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
@@ -1129,9 +1147,9 @@ export type QuickSightClientConfigType = Partial<
1129
1147
  ClientDefaults &
1130
1148
  RegionInputConfig &
1131
1149
  EndpointInputConfig<EndpointParameters> &
1132
- RetryInputConfig &
1133
1150
  HostHeaderInputConfig &
1134
1151
  UserAgentInputConfig &
1152
+ RetryInputConfig &
1135
1153
  HttpAuthSchemeInputConfig &
1136
1154
  ClientInputEndpointParameters;
1137
1155
  export interface QuickSightClientConfig extends QuickSightClientConfigType {}
@@ -1141,9 +1159,9 @@ export type QuickSightClientResolvedConfigType =
1141
1159
  RuntimeExtensionsConfig &
1142
1160
  RegionResolvedConfig &
1143
1161
  EndpointResolvedConfig<EndpointParameters> &
1144
- RetryResolvedConfig &
1145
1162
  HostHeaderResolvedConfig &
1146
1163
  UserAgentResolvedConfig &
1164
+ RetryResolvedConfig &
1147
1165
  HttpAuthSchemeResolvedConfig &
1148
1166
  ClientResolvedEndpointParameters;
1149
1167
  export interface QuickSightClientResolvedConfig
@@ -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, CreateFolderResponse } from "../models/models_2";
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/models_2";
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/models_2";
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/models_2";
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/models_2";
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
  CreateIngestionRequest,
5
5
  CreateIngestionResponse,
6
- } from "../models/models_2";
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
  CreateNamespaceRequest,
5
5
  CreateNamespaceResponse,
6
- } from "../models/models_2";
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/models_2";
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/models_2";
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
  CreateTemplateAliasRequest,
5
5
  CreateTemplateAliasResponse,
6
- } from "../models/models_2";
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
  CreateTemplateRequest,
5
5
  CreateTemplateResponse,
6
- } from "../models/models_2";
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/models_3";
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/models_3";
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/models_3";
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
  GetSessionEmbedUrlRequest,
5
5
  GetSessionEmbedUrlResponse,
6
- } from "../models/models_3";
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/models_3";
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/models_3";
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 { ListAssetBundleImportJobsRequest } from "../models/models_3";
4
- import { ListAssetBundleImportJobsResponse } from "../models/models_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";