@aws-sdk/client-quicksight 3.696.0 → 3.705.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 +88 -0
- package/dist-cjs/index.js +2218 -750
- package/dist-es/QuickSight.js +22 -0
- package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +1 -1
- package/dist-es/commands/CreateAnalysisCommand.js +1 -1
- package/dist-es/commands/CreateDashboardCommand.js +1 -1
- package/dist-es/commands/DeleteDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeAnalysisCommand.js +2 -1
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +1 -1
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardCommand.js +2 -1
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeTemplateCommand.js +2 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +23 -0
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +1 -1
- package/dist-es/commands/PredictQAResultsCommand.js +23 -0
- package/dist-es/commands/SearchTopicsCommand.js +22 -0
- package/dist-es/commands/UpdateApplicationWithTokenExchangeGrantCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardCommand.js +1 -1
- package/dist-es/commands/UpdateDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/UpdateQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateTopicCommand.js +1 -1
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +72 -82
- package/dist-es/models/models_1.js +102 -132
- package/dist-es/models/models_2.js +137 -193
- package/dist-es/models/models_3.js +205 -112
- package/dist-es/models/models_4.js +185 -49
- package/dist-es/models/models_5.js +50 -0
- package/dist-es/pagination/SearchTopicsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +1044 -12
- package/dist-types/QuickSight.d.ts +77 -0
- package/dist-types/QuickSightClient.d.ts +13 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +434 -5
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +434 -5
- package/dist-types/commands/CreateTemplateCommand.d.ts +433 -4
- package/dist-types/commands/CreateTopicCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +80 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +434 -5
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +92 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +79 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +162 -0
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/PredictQAResultsCommand.d.ts +139 -0
- package/dist-types/commands/SearchTopicsCommand.d.ts +111 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +433 -4
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +97 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +434 -5
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +434 -5
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +487 -546
- package/dist-types/models/models_1.d.ts +1748 -1766
- package/dist-types/models/models_2.d.ts +4413 -4505
- package/dist-types/models/models_3.d.ts +4169 -4324
- package/dist-types/models/models_4.d.ts +3851 -3830
- package/dist-types/models/models_5.d.ts +2394 -0
- package/dist-types/pagination/SearchTopicsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/QuickSight.d.ts +235 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +142 -156
- package/dist-types/ts3.4/models/models_1.d.ts +324 -356
- package/dist-types/ts3.4/models/models_2.d.ts +428 -418
- package/dist-types/ts3.4/models/models_3.d.ts +453 -503
- package/dist-types/ts3.4/models/models_4.d.ts +1426 -1311
- package/dist-types/ts3.4/models/models_5.d.ts +596 -0
- package/dist-types/ts3.4/pagination/SearchTopicsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +4 -4
|
@@ -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 { CreateBrandRequest, CreateBrandResponse } from "../models/
|
|
3
|
+
import { CreateBrandRequest, CreateBrandResponse } 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
|
CreateCustomPermissionsRequest,
|
|
5
5
|
CreateCustomPermissionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteDefaultQBusinessApplicationRequest,
|
|
5
|
+
DeleteDefaultQBusinessApplicationResponse,
|
|
6
|
+
} from "../models/models_3";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteDefaultQBusinessApplicationCommandInput
|
|
15
|
+
extends DeleteDefaultQBusinessApplicationRequest {}
|
|
16
|
+
export interface DeleteDefaultQBusinessApplicationCommandOutput
|
|
17
|
+
extends DeleteDefaultQBusinessApplicationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteDefaultQBusinessApplicationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteDefaultQBusinessApplicationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteDefaultQBusinessApplicationCommandInput,
|
|
24
|
+
DeleteDefaultQBusinessApplicationCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DeleteDefaultQBusinessApplicationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteDefaultQBusinessApplicationCommandInput,
|
|
33
|
+
DeleteDefaultQBusinessApplicationCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteDefaultQBusinessApplicationCommand extends DeleteDefaultQBusinessApplicationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteDefaultQBusinessApplicationRequest;
|
|
44
|
+
output: DeleteDefaultQBusinessApplicationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteDefaultQBusinessApplicationCommandInput;
|
|
48
|
+
output: DeleteDefaultQBusinessApplicationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeAnalysisPermissionsRequest,
|
|
5
5
|
DescribeAnalysisPermissionsResponse,
|
|
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
|
DescribeAssetBundleExportJobRequest,
|
|
5
5
|
DescribeAssetBundleExportJobResponse,
|
|
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
|
DescribeAssetBundleImportJobRequest,
|
|
5
5
|
DescribeAssetBundleImportJobResponse,
|
|
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
|
DescribeBrandAssignmentRequest,
|
|
5
5
|
DescribeBrandAssignmentResponse,
|
|
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
|
DescribeBrandPublishedVersionRequest,
|
|
5
5
|
DescribeBrandPublishedVersionResponse,
|
|
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
|
DescribeCustomPermissionsRequest,
|
|
5
5
|
DescribeCustomPermissionsResponse,
|
|
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
|
DescribeDashboardDefinitionRequest,
|
|
5
5
|
DescribeDashboardDefinitionResponse,
|
|
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
|
DescribeDashboardPermissionsRequest,
|
|
5
5
|
DescribeDashboardPermissionsResponse,
|
|
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
|
DescribeDashboardSnapshotJobRequest,
|
|
5
5
|
DescribeDashboardSnapshotJobResponse,
|
|
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
|
DescribeDashboardSnapshotJobResultRequest,
|
|
5
5
|
DescribeDashboardSnapshotJobResultResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DescribeDashboardsQAConfigurationRequest,
|
|
5
|
+
DescribeDashboardsQAConfigurationResponse,
|
|
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 DescribeDashboardsQAConfigurationCommandInput
|
|
15
|
+
extends DescribeDashboardsQAConfigurationRequest {}
|
|
16
|
+
export interface DescribeDashboardsQAConfigurationCommandOutput
|
|
17
|
+
extends DescribeDashboardsQAConfigurationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeDashboardsQAConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeDashboardsQAConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeDashboardsQAConfigurationCommandInput,
|
|
24
|
+
DescribeDashboardsQAConfigurationCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DescribeDashboardsQAConfigurationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeDashboardsQAConfigurationCommandInput,
|
|
33
|
+
DescribeDashboardsQAConfigurationCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeDashboardsQAConfigurationCommand extends DescribeDashboardsQAConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDashboardsQAConfigurationRequest;
|
|
44
|
+
output: DescribeDashboardsQAConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDashboardsQAConfigurationCommandInput;
|
|
48
|
+
output: DescribeDashboardsQAConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeDataSetPermissionsRequest,
|
|
5
5
|
DescribeDataSetPermissionsResponse,
|
|
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
|
DescribeDataSetRefreshPropertiesRequest,
|
|
5
5
|
DescribeDataSetRefreshPropertiesResponse,
|
|
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
|
DescribeDataSourcePermissionsRequest,
|
|
5
5
|
DescribeDataSourcePermissionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DescribeDefaultQBusinessApplicationRequest,
|
|
5
|
+
DescribeDefaultQBusinessApplicationResponse,
|
|
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 DescribeDefaultQBusinessApplicationCommandInput
|
|
15
|
+
extends DescribeDefaultQBusinessApplicationRequest {}
|
|
16
|
+
export interface DescribeDefaultQBusinessApplicationCommandOutput
|
|
17
|
+
extends DescribeDefaultQBusinessApplicationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeDefaultQBusinessApplicationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeDefaultQBusinessApplicationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeDefaultQBusinessApplicationCommandInput,
|
|
24
|
+
DescribeDefaultQBusinessApplicationCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DescribeDefaultQBusinessApplicationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeDefaultQBusinessApplicationCommandInput,
|
|
33
|
+
DescribeDefaultQBusinessApplicationCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeDefaultQBusinessApplicationCommand extends DescribeDefaultQBusinessApplicationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDefaultQBusinessApplicationRequest;
|
|
44
|
+
output: DescribeDefaultQBusinessApplicationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDefaultQBusinessApplicationCommandInput;
|
|
48
|
+
output: DescribeDefaultQBusinessApplicationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeFolderPermissionsRequest,
|
|
5
5
|
DescribeFolderPermissionsResponse,
|
|
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
|
DescribeFolderResolvedPermissionsRequest,
|
|
5
5
|
DescribeFolderResolvedPermissionsResponse,
|
|
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
|
DescribeGroupMembershipRequest,
|
|
5
5
|
DescribeGroupMembershipResponse,
|
|
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
|
DescribeIAMPolicyAssignmentRequest,
|
|
5
5
|
DescribeIAMPolicyAssignmentResponse,
|
|
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
|
+
DescribeIngestionRequest,
|
|
5
|
+
DescribeIngestionResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
5
7
|
import {
|
|
6
8
|
QuickSightClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DescribeQuickSightQSearchConfigurationRequest,
|
|
5
|
+
DescribeQuickSightQSearchConfigurationResponse,
|
|
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 DescribeQuickSightQSearchConfigurationCommandInput
|
|
15
|
+
extends DescribeQuickSightQSearchConfigurationRequest {}
|
|
16
|
+
export interface DescribeQuickSightQSearchConfigurationCommandOutput
|
|
17
|
+
extends DescribeQuickSightQSearchConfigurationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeQuickSightQSearchConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeQuickSightQSearchConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeQuickSightQSearchConfigurationCommandInput,
|
|
24
|
+
DescribeQuickSightQSearchConfigurationCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DescribeQuickSightQSearchConfigurationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeQuickSightQSearchConfigurationCommandInput,
|
|
33
|
+
DescribeQuickSightQSearchConfigurationCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeQuickSightQSearchConfigurationCommand extends DescribeQuickSightQSearchConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeQuickSightQSearchConfigurationRequest;
|
|
44
|
+
output: DescribeQuickSightQSearchConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeQuickSightQSearchConfigurationCommandInput;
|
|
48
|
+
output: DescribeQuickSightQSearchConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityRequest,
|
|
5
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityResponse,
|
|
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 GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput
|
|
15
|
+
extends GenerateEmbedUrlForRegisteredUserWithIdentityRequest {}
|
|
16
|
+
export interface GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput
|
|
17
|
+
extends GenerateEmbedUrlForRegisteredUserWithIdentityResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GenerateEmbedUrlForRegisteredUserWithIdentityCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput,
|
|
24
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput,
|
|
33
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GenerateEmbedUrlForRegisteredUserWithIdentityCommand extends GenerateEmbedUrlForRegisteredUserWithIdentityCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GenerateEmbedUrlForRegisteredUserWithIdentityRequest;
|
|
44
|
+
output: GenerateEmbedUrlForRegisteredUserWithIdentityResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput;
|
|
48
|
+
output: GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
ListTopicReviewedAnswersResponse,
|
|
6
|
-
} from "../models/models_4";
|
|
3
|
+
import { ListTopicReviewedAnswersRequest } from "../models/models_4";
|
|
4
|
+
import { ListTopicReviewedAnswersResponse } from "../models/models_5";
|
|
7
5
|
import {
|
|
8
6
|
QuickSightClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
PredictQAResultsRequest,
|
|
5
|
+
PredictQAResultsResponse,
|
|
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 PredictQAResultsCommandInput extends PredictQAResultsRequest {}
|
|
15
|
+
export interface PredictQAResultsCommandOutput
|
|
16
|
+
extends PredictQAResultsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const PredictQAResultsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: PredictQAResultsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
PredictQAResultsCommandInput,
|
|
23
|
+
PredictQAResultsCommandOutput,
|
|
24
|
+
QuickSightClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: PredictQAResultsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
PredictQAResultsCommandInput,
|
|
32
|
+
PredictQAResultsCommandOutput,
|
|
33
|
+
QuickSightClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class PredictQAResultsCommand extends PredictQAResultsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: PredictQAResultsRequest;
|
|
43
|
+
output: PredictQAResultsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: PredictQAResultsCommandInput;
|
|
47
|
+
output: PredictQAResultsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { SearchTopicsRequest, SearchTopicsResponse } from "../models/models_4";
|
|
4
|
+
import {
|
|
5
|
+
QuickSightClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../QuickSightClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface SearchTopicsCommandInput extends SearchTopicsRequest {}
|
|
12
|
+
export interface SearchTopicsCommandOutput
|
|
13
|
+
extends SearchTopicsResponse,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const SearchTopicsCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: SearchTopicsCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
SearchTopicsCommandInput,
|
|
20
|
+
SearchTopicsCommandOutput,
|
|
21
|
+
QuickSightClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: SearchTopicsCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
SearchTopicsCommandInput,
|
|
29
|
+
SearchTopicsCommandOutput,
|
|
30
|
+
QuickSightClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class SearchTopicsCommand extends SearchTopicsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: SearchTopicsRequest;
|
|
40
|
+
output: SearchTopicsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: SearchTopicsCommandInput;
|
|
44
|
+
output: SearchTopicsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|