@aws-sdk/client-quicksight 3.332.0 → 3.337.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 +48 -0
- package/dist-cjs/QuickSight.js +12 -0
- package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAssetBundleExportJobCommand.js +45 -0
- package/dist-cjs/commands/DescribeAssetBundleImportJobCommand.js +46 -0
- package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +2 -2
- package/dist-cjs/commands/ListAssetBundleExportJobsCommand.js +45 -0
- package/dist-cjs/commands/ListAssetBundleImportJobsCommand.js +45 -0
- package/dist-cjs/commands/StartAssetBundleExportJobCommand.js +45 -0
- package/dist-cjs/commands/StartAssetBundleImportJobCommand.js +46 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_1.js +64 -159
- package/dist-cjs/models/models_2.js +240 -63
- package/dist-cjs/models/models_3.js +20 -1
- package/dist-cjs/models/models_4.js +2 -0
- package/dist-cjs/pagination/ListAssetBundleExportJobsPaginator.js +29 -0
- package/dist-cjs/pagination/ListAssetBundleImportJobsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +566 -13
- package/dist-es/QuickSight.js +12 -0
- package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +41 -0
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +42 -0
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
- package/dist-es/commands/ListAssetBundleExportJobsCommand.js +41 -0
- package/dist-es/commands/ListAssetBundleImportJobsCommand.js +41 -0
- package/dist-es/commands/StartAssetBundleExportJobCommand.js +41 -0
- package/dist-es/commands/StartAssetBundleImportJobCommand.js +42 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_1.js +58 -149
- package/dist-es/models/models_2.js +228 -59
- package/dist-es/models/models_3.js +16 -1
- package/dist-es/models/models_4.js +1 -0
- package/dist-es/pagination/ListAssetBundleExportJobsPaginator.js +25 -0
- package/dist-es/pagination/ListAssetBundleImportJobsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +544 -3
- package/dist-types/QuickSight.d.ts +42 -0
- package/dist-types/QuickSightClient.d.ts +11 -4
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +10 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +10 -1
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTopicCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -2
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +164 -0
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +284 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +11 -2
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +104 -0
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +103 -0
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +168 -0
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +283 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +2 -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/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +2 -1
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +326 -339
- package/dist-types/models/models_2.d.ts +4908 -5140
- package/dist-types/models/models_3.d.ts +1611 -609
- package/dist-types/models/models_4.d.ts +315 -0
- package/dist-types/pagination/ListAssetBundleExportJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAssetBundleImportJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +56 -2
- package/dist-types/runtimeConfig.browser.d.ts +12 -12
- package/dist-types/runtimeConfig.d.ts +9 -9
- package/dist-types/runtimeConfig.native.d.ts +13 -13
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/QuickSight.d.ts +102 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +43 -5
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +41 -0
- 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/ListAssetBundleExportJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartAssetBundleExportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +2 -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/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +189 -209
- package/dist-types/ts3.4/models/models_2.d.ts +1285 -1251
- package/dist-types/ts3.4/models/models_3.d.ts +339 -72
- package/dist-types/ts3.4/models/models_4.d.ts +74 -0
- package/dist-types/ts3.4/pagination/ListAssetBundleExportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAssetBundleImportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +74 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -15
- package/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -15
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/package.json +30 -29
|
@@ -50,6 +50,8 @@ import { DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCom
|
|
|
50
50
|
import { DescribeAnalysisCommandInput, DescribeAnalysisCommandOutput } from "./commands/DescribeAnalysisCommand";
|
|
51
51
|
import { DescribeAnalysisDefinitionCommandInput, DescribeAnalysisDefinitionCommandOutput } from "./commands/DescribeAnalysisDefinitionCommand";
|
|
52
52
|
import { DescribeAnalysisPermissionsCommandInput, DescribeAnalysisPermissionsCommandOutput } from "./commands/DescribeAnalysisPermissionsCommand";
|
|
53
|
+
import { DescribeAssetBundleExportJobCommandInput, DescribeAssetBundleExportJobCommandOutput } from "./commands/DescribeAssetBundleExportJobCommand";
|
|
54
|
+
import { DescribeAssetBundleImportJobCommandInput, DescribeAssetBundleImportJobCommandOutput } from "./commands/DescribeAssetBundleImportJobCommand";
|
|
53
55
|
import { DescribeDashboardCommandInput, DescribeDashboardCommandOutput } from "./commands/DescribeDashboardCommand";
|
|
54
56
|
import { DescribeDashboardDefinitionCommandInput, DescribeDashboardDefinitionCommandOutput } from "./commands/DescribeDashboardDefinitionCommand";
|
|
55
57
|
import { DescribeDashboardPermissionsCommandInput, DescribeDashboardPermissionsCommandOutput } from "./commands/DescribeDashboardPermissionsCommand";
|
|
@@ -86,6 +88,8 @@ import { GenerateEmbedUrlForRegisteredUserCommandInput, GenerateEmbedUrlForRegis
|
|
|
86
88
|
import { GetDashboardEmbedUrlCommandInput, GetDashboardEmbedUrlCommandOutput } from "./commands/GetDashboardEmbedUrlCommand";
|
|
87
89
|
import { GetSessionEmbedUrlCommandInput, GetSessionEmbedUrlCommandOutput } from "./commands/GetSessionEmbedUrlCommand";
|
|
88
90
|
import { ListAnalysesCommandInput, ListAnalysesCommandOutput } from "./commands/ListAnalysesCommand";
|
|
91
|
+
import { ListAssetBundleExportJobsCommandInput, ListAssetBundleExportJobsCommandOutput } from "./commands/ListAssetBundleExportJobsCommand";
|
|
92
|
+
import { ListAssetBundleImportJobsCommandInput, ListAssetBundleImportJobsCommandOutput } from "./commands/ListAssetBundleImportJobsCommand";
|
|
89
93
|
import { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "./commands/ListDashboardsCommand";
|
|
90
94
|
import { ListDashboardVersionsCommandInput, ListDashboardVersionsCommandOutput } from "./commands/ListDashboardVersionsCommand";
|
|
91
95
|
import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "./commands/ListDataSetsCommand";
|
|
@@ -120,6 +124,8 @@ import { SearchDataSetsCommandInput, SearchDataSetsCommandOutput } from "./comma
|
|
|
120
124
|
import { SearchDataSourcesCommandInput, SearchDataSourcesCommandOutput } from "./commands/SearchDataSourcesCommand";
|
|
121
125
|
import { SearchFoldersCommandInput, SearchFoldersCommandOutput } from "./commands/SearchFoldersCommand";
|
|
122
126
|
import { SearchGroupsCommandInput, SearchGroupsCommandOutput } from "./commands/SearchGroupsCommand";
|
|
127
|
+
import { StartAssetBundleExportJobCommandInput, StartAssetBundleExportJobCommandOutput } from "./commands/StartAssetBundleExportJobCommand";
|
|
128
|
+
import { StartAssetBundleImportJobCommandInput, StartAssetBundleImportJobCommandOutput } from "./commands/StartAssetBundleImportJobCommand";
|
|
123
129
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
124
130
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
125
131
|
import { UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationCommandOutput } from "./commands/UpdateAccountCustomizationCommand";
|
|
@@ -459,6 +465,18 @@ export interface QuickSight {
|
|
|
459
465
|
describeAnalysisPermissions(args: DescribeAnalysisPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAnalysisPermissionsCommandOutput>;
|
|
460
466
|
describeAnalysisPermissions(args: DescribeAnalysisPermissionsCommandInput, cb: (err: any, data?: DescribeAnalysisPermissionsCommandOutput) => void): void;
|
|
461
467
|
describeAnalysisPermissions(args: DescribeAnalysisPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAnalysisPermissionsCommandOutput) => void): void;
|
|
468
|
+
/**
|
|
469
|
+
* @see {@link DescribeAssetBundleExportJobCommand}
|
|
470
|
+
*/
|
|
471
|
+
describeAssetBundleExportJob(args: DescribeAssetBundleExportJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAssetBundleExportJobCommandOutput>;
|
|
472
|
+
describeAssetBundleExportJob(args: DescribeAssetBundleExportJobCommandInput, cb: (err: any, data?: DescribeAssetBundleExportJobCommandOutput) => void): void;
|
|
473
|
+
describeAssetBundleExportJob(args: DescribeAssetBundleExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAssetBundleExportJobCommandOutput) => void): void;
|
|
474
|
+
/**
|
|
475
|
+
* @see {@link DescribeAssetBundleImportJobCommand}
|
|
476
|
+
*/
|
|
477
|
+
describeAssetBundleImportJob(args: DescribeAssetBundleImportJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAssetBundleImportJobCommandOutput>;
|
|
478
|
+
describeAssetBundleImportJob(args: DescribeAssetBundleImportJobCommandInput, cb: (err: any, data?: DescribeAssetBundleImportJobCommandOutput) => void): void;
|
|
479
|
+
describeAssetBundleImportJob(args: DescribeAssetBundleImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAssetBundleImportJobCommandOutput) => void): void;
|
|
462
480
|
/**
|
|
463
481
|
* @see {@link DescribeDashboardCommand}
|
|
464
482
|
*/
|
|
@@ -675,6 +693,18 @@ export interface QuickSight {
|
|
|
675
693
|
listAnalyses(args: ListAnalysesCommandInput, options?: __HttpHandlerOptions): Promise<ListAnalysesCommandOutput>;
|
|
676
694
|
listAnalyses(args: ListAnalysesCommandInput, cb: (err: any, data?: ListAnalysesCommandOutput) => void): void;
|
|
677
695
|
listAnalyses(args: ListAnalysesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnalysesCommandOutput) => void): void;
|
|
696
|
+
/**
|
|
697
|
+
* @see {@link ListAssetBundleExportJobsCommand}
|
|
698
|
+
*/
|
|
699
|
+
listAssetBundleExportJobs(args: ListAssetBundleExportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssetBundleExportJobsCommandOutput>;
|
|
700
|
+
listAssetBundleExportJobs(args: ListAssetBundleExportJobsCommandInput, cb: (err: any, data?: ListAssetBundleExportJobsCommandOutput) => void): void;
|
|
701
|
+
listAssetBundleExportJobs(args: ListAssetBundleExportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssetBundleExportJobsCommandOutput) => void): void;
|
|
702
|
+
/**
|
|
703
|
+
* @see {@link ListAssetBundleImportJobsCommand}
|
|
704
|
+
*/
|
|
705
|
+
listAssetBundleImportJobs(args: ListAssetBundleImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssetBundleImportJobsCommandOutput>;
|
|
706
|
+
listAssetBundleImportJobs(args: ListAssetBundleImportJobsCommandInput, cb: (err: any, data?: ListAssetBundleImportJobsCommandOutput) => void): void;
|
|
707
|
+
listAssetBundleImportJobs(args: ListAssetBundleImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssetBundleImportJobsCommandOutput) => void): void;
|
|
678
708
|
/**
|
|
679
709
|
* @see {@link ListDashboardsCommand}
|
|
680
710
|
*/
|
|
@@ -879,6 +909,18 @@ export interface QuickSight {
|
|
|
879
909
|
searchGroups(args: SearchGroupsCommandInput, options?: __HttpHandlerOptions): Promise<SearchGroupsCommandOutput>;
|
|
880
910
|
searchGroups(args: SearchGroupsCommandInput, cb: (err: any, data?: SearchGroupsCommandOutput) => void): void;
|
|
881
911
|
searchGroups(args: SearchGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchGroupsCommandOutput) => void): void;
|
|
912
|
+
/**
|
|
913
|
+
* @see {@link StartAssetBundleExportJobCommand}
|
|
914
|
+
*/
|
|
915
|
+
startAssetBundleExportJob(args: StartAssetBundleExportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartAssetBundleExportJobCommandOutput>;
|
|
916
|
+
startAssetBundleExportJob(args: StartAssetBundleExportJobCommandInput, cb: (err: any, data?: StartAssetBundleExportJobCommandOutput) => void): void;
|
|
917
|
+
startAssetBundleExportJob(args: StartAssetBundleExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAssetBundleExportJobCommandOutput) => void): void;
|
|
918
|
+
/**
|
|
919
|
+
* @see {@link StartAssetBundleImportJobCommand}
|
|
920
|
+
*/
|
|
921
|
+
startAssetBundleImportJob(args: StartAssetBundleImportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartAssetBundleImportJobCommandOutput>;
|
|
922
|
+
startAssetBundleImportJob(args: StartAssetBundleImportJobCommandInput, cb: (err: any, data?: StartAssetBundleImportJobCommandOutput) => void): void;
|
|
923
|
+
startAssetBundleImportJob(args: StartAssetBundleImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAssetBundleImportJobCommandOutput) => void): void;
|
|
882
924
|
/**
|
|
883
925
|
* @see {@link TagResourceCommand}
|
|
884
926
|
*/
|
|
@@ -4,9 +4,10 @@ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middle
|
|
|
4
4
|
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
5
5
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
6
6
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
7
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
8
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
9
|
-
import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as __ChecksumConstructor, Credentials as __Credentials,
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as __ChecksumConstructor, Credentials as __Credentials, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
+
import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
|
|
10
|
+
import { Decoder as __Decoder, Encoder as __Encoder, Provider as __Provider, StreamCollector as __StreamCollector } from "@smithy/types";
|
|
10
11
|
import { CancelIngestionCommandInput, CancelIngestionCommandOutput } from "./commands/CancelIngestionCommand";
|
|
11
12
|
import { CreateAccountCustomizationCommandInput, CreateAccountCustomizationCommandOutput } from "./commands/CreateAccountCustomizationCommand";
|
|
12
13
|
import { CreateAccountSubscriptionCommandInput, CreateAccountSubscriptionCommandOutput } from "./commands/CreateAccountSubscriptionCommand";
|
|
@@ -58,6 +59,8 @@ import { DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCom
|
|
|
58
59
|
import { DescribeAnalysisCommandInput, DescribeAnalysisCommandOutput } from "./commands/DescribeAnalysisCommand";
|
|
59
60
|
import { DescribeAnalysisDefinitionCommandInput, DescribeAnalysisDefinitionCommandOutput } from "./commands/DescribeAnalysisDefinitionCommand";
|
|
60
61
|
import { DescribeAnalysisPermissionsCommandInput, DescribeAnalysisPermissionsCommandOutput } from "./commands/DescribeAnalysisPermissionsCommand";
|
|
62
|
+
import { DescribeAssetBundleExportJobCommandInput, DescribeAssetBundleExportJobCommandOutput } from "./commands/DescribeAssetBundleExportJobCommand";
|
|
63
|
+
import { DescribeAssetBundleImportJobCommandInput, DescribeAssetBundleImportJobCommandOutput } from "./commands/DescribeAssetBundleImportJobCommand";
|
|
61
64
|
import { DescribeDashboardCommandInput, DescribeDashboardCommandOutput } from "./commands/DescribeDashboardCommand";
|
|
62
65
|
import { DescribeDashboardDefinitionCommandInput, DescribeDashboardDefinitionCommandOutput } from "./commands/DescribeDashboardDefinitionCommand";
|
|
63
66
|
import { DescribeDashboardPermissionsCommandInput, DescribeDashboardPermissionsCommandOutput } from "./commands/DescribeDashboardPermissionsCommand";
|
|
@@ -94,6 +97,8 @@ import { GenerateEmbedUrlForRegisteredUserCommandInput, GenerateEmbedUrlForRegis
|
|
|
94
97
|
import { GetDashboardEmbedUrlCommandInput, GetDashboardEmbedUrlCommandOutput } from "./commands/GetDashboardEmbedUrlCommand";
|
|
95
98
|
import { GetSessionEmbedUrlCommandInput, GetSessionEmbedUrlCommandOutput } from "./commands/GetSessionEmbedUrlCommand";
|
|
96
99
|
import { ListAnalysesCommandInput, ListAnalysesCommandOutput } from "./commands/ListAnalysesCommand";
|
|
100
|
+
import { ListAssetBundleExportJobsCommandInput, ListAssetBundleExportJobsCommandOutput } from "./commands/ListAssetBundleExportJobsCommand";
|
|
101
|
+
import { ListAssetBundleImportJobsCommandInput, ListAssetBundleImportJobsCommandOutput } from "./commands/ListAssetBundleImportJobsCommand";
|
|
97
102
|
import { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "./commands/ListDashboardsCommand";
|
|
98
103
|
import { ListDashboardVersionsCommandInput, ListDashboardVersionsCommandOutput } from "./commands/ListDashboardVersionsCommand";
|
|
99
104
|
import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "./commands/ListDataSetsCommand";
|
|
@@ -128,6 +133,8 @@ import { SearchDataSetsCommandInput, SearchDataSetsCommandOutput } from "./comma
|
|
|
128
133
|
import { SearchDataSourcesCommandInput, SearchDataSourcesCommandOutput } from "./commands/SearchDataSourcesCommand";
|
|
129
134
|
import { SearchFoldersCommandInput, SearchFoldersCommandOutput } from "./commands/SearchFoldersCommand";
|
|
130
135
|
import { SearchGroupsCommandInput, SearchGroupsCommandOutput } from "./commands/SearchGroupsCommand";
|
|
136
|
+
import { StartAssetBundleExportJobCommandInput, StartAssetBundleExportJobCommandOutput } from "./commands/StartAssetBundleExportJobCommand";
|
|
137
|
+
import { StartAssetBundleImportJobCommandInput, StartAssetBundleImportJobCommandOutput } from "./commands/StartAssetBundleImportJobCommand";
|
|
131
138
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
132
139
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
133
140
|
import { UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationCommandOutput } from "./commands/UpdateAccountCustomizationCommand";
|
|
@@ -163,11 +170,11 @@ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, Endpoi
|
|
|
163
170
|
/**
|
|
164
171
|
* @public
|
|
165
172
|
*/
|
|
166
|
-
export type ServiceInputTypes = CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateAnalysisCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateRefreshScheduleCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | CreateTopicCommandInput | CreateTopicRefreshScheduleCommandInput | CreateVPCConnectionCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteAnalysisCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSetRefreshPropertiesCommandInput | DeleteDataSourceCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteNamespaceCommandInput | DeleteRefreshScheduleCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteTopicCommandInput | DeleteTopicRefreshScheduleCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DeleteVPCConnectionCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSetRefreshPropertiesCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeNamespaceCommandInput | DescribeRefreshScheduleCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeTopicCommandInput | DescribeTopicPermissionsCommandInput | DescribeTopicRefreshCommandInput | DescribeTopicRefreshScheduleCommandInput | DescribeUserCommandInput | DescribeVPCConnectionCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GetDashboardEmbedUrlCommandInput | GetSessionEmbedUrlCommandInput | ListAnalysesCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListRefreshSchedulesCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListTopicRefreshSchedulesCommandInput | ListTopicsCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | ListVPCConnectionsCommandInput | PutDataSetRefreshPropertiesCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIpRestrictionCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateRefreshScheduleCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateTopicCommandInput | UpdateTopicPermissionsCommandInput | UpdateTopicRefreshScheduleCommandInput | UpdateUserCommandInput | UpdateVPCConnectionCommandInput;
|
|
173
|
+
export type ServiceInputTypes = CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateAnalysisCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateRefreshScheduleCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | CreateTopicCommandInput | CreateTopicRefreshScheduleCommandInput | CreateVPCConnectionCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteAnalysisCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSetRefreshPropertiesCommandInput | DeleteDataSourceCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteNamespaceCommandInput | DeleteRefreshScheduleCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteTopicCommandInput | DeleteTopicRefreshScheduleCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DeleteVPCConnectionCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeAssetBundleExportJobCommandInput | DescribeAssetBundleImportJobCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSetRefreshPropertiesCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeNamespaceCommandInput | DescribeRefreshScheduleCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeTopicCommandInput | DescribeTopicPermissionsCommandInput | DescribeTopicRefreshCommandInput | DescribeTopicRefreshScheduleCommandInput | DescribeUserCommandInput | DescribeVPCConnectionCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GetDashboardEmbedUrlCommandInput | GetSessionEmbedUrlCommandInput | ListAnalysesCommandInput | ListAssetBundleExportJobsCommandInput | ListAssetBundleImportJobsCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListRefreshSchedulesCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListTopicRefreshSchedulesCommandInput | ListTopicsCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | ListVPCConnectionsCommandInput | PutDataSetRefreshPropertiesCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | StartAssetBundleExportJobCommandInput | StartAssetBundleImportJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIpRestrictionCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateRefreshScheduleCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateTopicCommandInput | UpdateTopicPermissionsCommandInput | UpdateTopicRefreshScheduleCommandInput | UpdateUserCommandInput | UpdateVPCConnectionCommandInput;
|
|
167
174
|
/**
|
|
168
175
|
* @public
|
|
169
176
|
*/
|
|
170
|
-
export type ServiceOutputTypes = CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateAnalysisCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateRefreshScheduleCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | CreateTopicCommandOutput | CreateTopicRefreshScheduleCommandOutput | CreateVPCConnectionCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteAnalysisCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSetRefreshPropertiesCommandOutput | DeleteDataSourceCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteNamespaceCommandOutput | DeleteRefreshScheduleCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteTopicCommandOutput | DeleteTopicRefreshScheduleCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DeleteVPCConnectionCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSetRefreshPropertiesCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeNamespaceCommandOutput | DescribeRefreshScheduleCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeTopicCommandOutput | DescribeTopicPermissionsCommandOutput | DescribeTopicRefreshCommandOutput | DescribeTopicRefreshScheduleCommandOutput | DescribeUserCommandOutput | DescribeVPCConnectionCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GetDashboardEmbedUrlCommandOutput | GetSessionEmbedUrlCommandOutput | ListAnalysesCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListRefreshSchedulesCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListTopicRefreshSchedulesCommandOutput | ListTopicsCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | ListVPCConnectionsCommandOutput | PutDataSetRefreshPropertiesCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIpRestrictionCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateTopicCommandOutput | UpdateTopicPermissionsCommandOutput | UpdateTopicRefreshScheduleCommandOutput | UpdateUserCommandOutput | UpdateVPCConnectionCommandOutput;
|
|
177
|
+
export type ServiceOutputTypes = CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateAnalysisCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateRefreshScheduleCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | CreateTopicCommandOutput | CreateTopicRefreshScheduleCommandOutput | CreateVPCConnectionCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteAnalysisCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSetRefreshPropertiesCommandOutput | DeleteDataSourceCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteNamespaceCommandOutput | DeleteRefreshScheduleCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteTopicCommandOutput | DeleteTopicRefreshScheduleCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DeleteVPCConnectionCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeAssetBundleExportJobCommandOutput | DescribeAssetBundleImportJobCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSetRefreshPropertiesCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeNamespaceCommandOutput | DescribeRefreshScheduleCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeTopicCommandOutput | DescribeTopicPermissionsCommandOutput | DescribeTopicRefreshCommandOutput | DescribeTopicRefreshScheduleCommandOutput | DescribeUserCommandOutput | DescribeVPCConnectionCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GetDashboardEmbedUrlCommandOutput | GetSessionEmbedUrlCommandOutput | ListAnalysesCommandOutput | ListAssetBundleExportJobsCommandOutput | ListAssetBundleImportJobsCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListRefreshSchedulesCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListTopicRefreshSchedulesCommandOutput | ListTopicsCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | ListVPCConnectionsCommandOutput | PutDataSetRefreshPropertiesCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | StartAssetBundleExportJobCommandOutput | StartAssetBundleImportJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIpRestrictionCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateTopicCommandOutput | UpdateTopicPermissionsCommandOutput | UpdateTopicRefreshScheduleCommandOutput | UpdateUserCommandOutput | UpdateVPCConnectionCommandOutput;
|
|
171
178
|
/**
|
|
172
179
|
* @public
|
|
173
180
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { CancelIngestionRequest, CancelIngestionResponse } from "../models/
|
|
4
|
+
import { CancelIngestionRequest, CancelIngestionResponse } from "../models/models_2";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -3307,7 +3307,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
3307
3307
|
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3308
3308
|
* },
|
|
3309
3309
|
* PointStyleOptions: { // GeospatialPointStyleOptions
|
|
3310
|
-
* SelectedPointStyle: "POINT" || "CLUSTER",
|
|
3310
|
+
* SelectedPointStyle: "POINT" || "CLUSTER" || "HEATMAP",
|
|
3311
3311
|
* ClusterMarkerConfiguration: { // ClusterMarkerConfiguration
|
|
3312
3312
|
* ClusterMarker: { // ClusterMarker
|
|
3313
3313
|
* SimpleClusterMarker: { // SimpleClusterMarker
|
|
@@ -3315,6 +3315,15 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
3315
3315
|
* },
|
|
3316
3316
|
* },
|
|
3317
3317
|
* },
|
|
3318
|
+
* HeatmapConfiguration: { // GeospatialHeatmapConfiguration
|
|
3319
|
+
* HeatmapColor: { // GeospatialHeatmapColorScale
|
|
3320
|
+
* Colors: [ // GeospatialHeatmapDataColorList
|
|
3321
|
+
* { // GeospatialHeatmapDataColor
|
|
3322
|
+
* Color: "STRING_VALUE", // required
|
|
3323
|
+
* },
|
|
3324
|
+
* ],
|
|
3325
|
+
* },
|
|
3326
|
+
* },
|
|
3318
3327
|
* },
|
|
3319
3328
|
* VisualPalette: {
|
|
3320
3329
|
* ChartColor: "STRING_VALUE",
|
|
@@ -3353,7 +3353,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
3353
3353
|
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3354
3354
|
* },
|
|
3355
3355
|
* PointStyleOptions: { // GeospatialPointStyleOptions
|
|
3356
|
-
* SelectedPointStyle: "POINT" || "CLUSTER",
|
|
3356
|
+
* SelectedPointStyle: "POINT" || "CLUSTER" || "HEATMAP",
|
|
3357
3357
|
* ClusterMarkerConfiguration: { // ClusterMarkerConfiguration
|
|
3358
3358
|
* ClusterMarker: { // ClusterMarker
|
|
3359
3359
|
* SimpleClusterMarker: { // SimpleClusterMarker
|
|
@@ -3361,6 +3361,15 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
3361
3361
|
* },
|
|
3362
3362
|
* },
|
|
3363
3363
|
* },
|
|
3364
|
+
* HeatmapConfiguration: { // GeospatialHeatmapConfiguration
|
|
3365
|
+
* HeatmapColor: { // GeospatialHeatmapColorScale
|
|
3366
|
+
* Colors: [ // GeospatialHeatmapDataColorList
|
|
3367
|
+
* { // GeospatialHeatmapDataColor
|
|
3368
|
+
* Color: "STRING_VALUE", // required
|
|
3369
|
+
* },
|
|
3370
|
+
* ],
|
|
3371
|
+
* },
|
|
3372
|
+
* },
|
|
3364
3373
|
* },
|
|
3365
3374
|
* VisualPalette: {
|
|
3366
3375
|
* ChartColor: "STRING_VALUE",
|
|
@@ -3301,7 +3301,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
3301
3301
|
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3302
3302
|
* },
|
|
3303
3303
|
* PointStyleOptions: { // GeospatialPointStyleOptions
|
|
3304
|
-
* SelectedPointStyle: "POINT" || "CLUSTER",
|
|
3304
|
+
* SelectedPointStyle: "POINT" || "CLUSTER" || "HEATMAP",
|
|
3305
3305
|
* ClusterMarkerConfiguration: { // ClusterMarkerConfiguration
|
|
3306
3306
|
* ClusterMarker: { // ClusterMarker
|
|
3307
3307
|
* SimpleClusterMarker: { // SimpleClusterMarker
|
|
@@ -3309,6 +3309,15 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
3309
3309
|
* },
|
|
3310
3310
|
* },
|
|
3311
3311
|
* },
|
|
3312
|
+
* HeatmapConfiguration: { // GeospatialHeatmapConfiguration
|
|
3313
|
+
* HeatmapColor: { // GeospatialHeatmapColorScale
|
|
3314
|
+
* Colors: [ // GeospatialHeatmapDataColorList
|
|
3315
|
+
* { // GeospatialHeatmapDataColor
|
|
3316
|
+
* Color: "STRING_VALUE", // required
|
|
3317
|
+
* },
|
|
3318
|
+
* ],
|
|
3319
|
+
* },
|
|
3320
|
+
* },
|
|
3312
3321
|
* },
|
|
3313
3322
|
* VisualPalette: {
|
|
3314
3323
|
* ChartColor: "STRING_VALUE",
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteNamespaceRequest
|
|
4
|
+
import { DeleteNamespaceRequest } from "../models/models_2";
|
|
5
|
+
import { DeleteNamespaceResponse } from "../models/models_3";
|
|
5
6
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteRefreshScheduleRequest, DeleteRefreshScheduleResponse } from "../models/
|
|
4
|
+
import { DeleteRefreshScheduleRequest, DeleteRefreshScheduleResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteTemplateAliasRequest, DeleteTemplateAliasResponse } from "../models/
|
|
4
|
+
import { DeleteTemplateAliasRequest, DeleteTemplateAliasResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteTemplateRequest, DeleteTemplateResponse } from "../models/
|
|
4
|
+
import { DeleteTemplateRequest, DeleteTemplateResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteThemeAliasRequest, DeleteThemeAliasResponse } from "../models/
|
|
4
|
+
import { DeleteThemeAliasRequest, DeleteThemeAliasResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteThemeRequest, DeleteThemeResponse } from "../models/
|
|
4
|
+
import { DeleteThemeRequest, DeleteThemeResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteTopicRequest, DeleteTopicResponse } from "../models/
|
|
4
|
+
import { DeleteTopicRequest, DeleteTopicResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteTopicRefreshScheduleRequest, DeleteTopicRefreshScheduleResponse } from "../models/
|
|
4
|
+
import { DeleteTopicRefreshScheduleRequest, DeleteTopicRefreshScheduleResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteUserByPrincipalIdRequest, DeleteUserByPrincipalIdResponse } from "../models/
|
|
4
|
+
import { DeleteUserByPrincipalIdRequest, DeleteUserByPrincipalIdResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteUserRequest, DeleteUserResponse } from "../models/
|
|
4
|
+
import { DeleteUserRequest, DeleteUserResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteVPCConnectionRequest, DeleteVPCConnectionResponse } from "../models/
|
|
4
|
+
import { DeleteVPCConnectionRequest, DeleteVPCConnectionResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DescribeAccountCustomizationRequest, DescribeAccountCustomizationResponse } from "../models/
|
|
4
|
+
import { DescribeAccountCustomizationRequest, DescribeAccountCustomizationResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DescribeAccountSettingsRequest, DescribeAccountSettingsResponse } from "../models/
|
|
4
|
+
import { DescribeAccountSettingsRequest, DescribeAccountSettingsResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DescribeAccountSubscriptionRequest, DescribeAccountSubscriptionResponse } from "../models/
|
|
4
|
+
import { DescribeAccountSubscriptionRequest, DescribeAccountSubscriptionResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DescribeAnalysisRequest, DescribeAnalysisResponse } from "../models/
|
|
4
|
+
import { DescribeAnalysisRequest, DescribeAnalysisResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DescribeAnalysisDefinitionRequest, DescribeAnalysisDefinitionResponse } from "../models/
|
|
4
|
+
import { DescribeAnalysisDefinitionRequest, DescribeAnalysisDefinitionResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -3273,7 +3273,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
|
|
|
3273
3273
|
* // BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3274
3274
|
* // },
|
|
3275
3275
|
* // PointStyleOptions: { // GeospatialPointStyleOptions
|
|
3276
|
-
* // SelectedPointStyle: "POINT" || "CLUSTER",
|
|
3276
|
+
* // SelectedPointStyle: "POINT" || "CLUSTER" || "HEATMAP",
|
|
3277
3277
|
* // ClusterMarkerConfiguration: { // ClusterMarkerConfiguration
|
|
3278
3278
|
* // ClusterMarker: { // ClusterMarker
|
|
3279
3279
|
* // SimpleClusterMarker: { // SimpleClusterMarker
|
|
@@ -3281,6 +3281,15 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
|
|
|
3281
3281
|
* // },
|
|
3282
3282
|
* // },
|
|
3283
3283
|
* // },
|
|
3284
|
+
* // HeatmapConfiguration: { // GeospatialHeatmapConfiguration
|
|
3285
|
+
* // HeatmapColor: { // GeospatialHeatmapColorScale
|
|
3286
|
+
* // Colors: [ // GeospatialHeatmapDataColorList
|
|
3287
|
+
* // { // GeospatialHeatmapDataColor
|
|
3288
|
+
* // Color: "STRING_VALUE", // required
|
|
3289
|
+
* // },
|
|
3290
|
+
* // ],
|
|
3291
|
+
* // },
|
|
3292
|
+
* // },
|
|
3284
3293
|
* // },
|
|
3285
3294
|
* // VisualPalette: {
|
|
3286
3295
|
* // ChartColor: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DescribeAnalysisPermissionsRequest, DescribeAnalysisPermissionsResponse } from "../models/
|
|
4
|
+
import { DescribeAnalysisPermissionsRequest, DescribeAnalysisPermissionsResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|