@aws-sdk/client-quicksight 3.1020.0 → 3.1022.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 +14 -0
- package/dist-cjs/index.js +48 -0
- package/dist-cjs/schemas/schemas_0.js +186 -82
- package/dist-es/QuickSight.js +4 -0
- package/dist-es/commands/DescribeAutomationJobCommand.js +16 -0
- package/dist-es/commands/StartAutomationJobCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +17 -0
- package/dist-es/models/models_5.js +1 -0
- package/dist-es/schemas/schemas_0.js +160 -56
- package/dist-types/QuickSight.d.ts +14 -0
- package/dist-types/QuickSightClient.d.ts +4 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +2007 -161
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +2007 -161
- package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -4
- package/dist-types/commands/CreateTemplateCommand.d.ts +2007 -161
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +2007 -161
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAutomationJobCommand.d.ts +104 -0
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +2007 -161
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +4 -4
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +2007 -161
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +4 -4
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +2 -2
- package/dist-types/commands/StartAutomationJobCommand.d.ts +101 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +2007 -161
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +2007 -161
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +9 -4
- package/dist-types/commands/UpdateTemplateCommand.d.ts +2007 -161
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +41 -0
- package/dist-types/models/models_0.d.ts +16 -16
- package/dist-types/models/models_1.d.ts +84 -30
- package/dist-types/models/models_2.d.ts +96 -213
- package/dist-types/models/models_3.d.ts +334 -230
- package/dist-types/models/models_4.d.ts +282 -250
- package/dist-types/models/models_5.d.ts +248 -0
- package/dist-types/schemas/schemas_0.d.ts +10 -0
- package/dist-types/ts3.4/QuickSight.d.ts +34 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAutomationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartAutomationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +23 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -4
- package/dist-types/ts3.4/models/models_1.d.ts +21 -8
- package/dist-types/ts3.4/models/models_2.d.ts +22 -137
- package/dist-types/ts3.4/models/models_3.d.ts +171 -43
- package/dist-types/ts3.4/models/models_4.d.ts +56 -60
- package/dist-types/ts3.4/models/models_5.d.ts +62 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
- package/package.json +6 -6
package/dist-es/QuickSight.js
CHANGED
|
@@ -71,6 +71,7 @@ import { DescribeAnalysisDefinitionCommand, } from "./commands/DescribeAnalysisD
|
|
|
71
71
|
import { DescribeAnalysisPermissionsCommand, } from "./commands/DescribeAnalysisPermissionsCommand";
|
|
72
72
|
import { DescribeAssetBundleExportJobCommand, } from "./commands/DescribeAssetBundleExportJobCommand";
|
|
73
73
|
import { DescribeAssetBundleImportJobCommand, } from "./commands/DescribeAssetBundleImportJobCommand";
|
|
74
|
+
import { DescribeAutomationJobCommand, } from "./commands/DescribeAutomationJobCommand";
|
|
74
75
|
import { DescribeBrandAssignmentCommand, } from "./commands/DescribeBrandAssignmentCommand";
|
|
75
76
|
import { DescribeBrandCommand, } from "./commands/DescribeBrandCommand";
|
|
76
77
|
import { DescribeBrandPublishedVersionCommand, } from "./commands/DescribeBrandPublishedVersionCommand";
|
|
@@ -175,6 +176,7 @@ import { SearchGroupsCommand, } from "./commands/SearchGroupsCommand";
|
|
|
175
176
|
import { SearchTopicsCommand, } from "./commands/SearchTopicsCommand";
|
|
176
177
|
import { StartAssetBundleExportJobCommand, } from "./commands/StartAssetBundleExportJobCommand";
|
|
177
178
|
import { StartAssetBundleImportJobCommand, } from "./commands/StartAssetBundleImportJobCommand";
|
|
179
|
+
import { StartAutomationJobCommand, } from "./commands/StartAutomationJobCommand";
|
|
178
180
|
import { StartDashboardSnapshotJobCommand, } from "./commands/StartDashboardSnapshotJobCommand";
|
|
179
181
|
import { StartDashboardSnapshotJobScheduleCommand, } from "./commands/StartDashboardSnapshotJobScheduleCommand";
|
|
180
182
|
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
@@ -344,6 +346,7 @@ const commands = {
|
|
|
344
346
|
DescribeAnalysisPermissionsCommand,
|
|
345
347
|
DescribeAssetBundleExportJobCommand,
|
|
346
348
|
DescribeAssetBundleImportJobCommand,
|
|
349
|
+
DescribeAutomationJobCommand,
|
|
347
350
|
DescribeBrandCommand,
|
|
348
351
|
DescribeBrandAssignmentCommand,
|
|
349
352
|
DescribeBrandPublishedVersionCommand,
|
|
@@ -448,6 +451,7 @@ const commands = {
|
|
|
448
451
|
SearchTopicsCommand,
|
|
449
452
|
StartAssetBundleExportJobCommand,
|
|
450
453
|
StartAssetBundleImportJobCommand,
|
|
454
|
+
StartAutomationJobCommand,
|
|
451
455
|
StartDashboardSnapshotJobCommand,
|
|
452
456
|
StartDashboardSnapshotJobScheduleCommand,
|
|
453
457
|
TagResourceCommand,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeAutomationJob$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeAutomationJobCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "DescribeAutomationJob", {})
|
|
13
|
+
.n("QuickSightClient", "DescribeAutomationJobCommand")
|
|
14
|
+
.sc(DescribeAutomationJob$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { StartAutomationJob$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class StartAutomationJobCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "StartAutomationJob", {})
|
|
13
|
+
.n("QuickSightClient", "StartAutomationJobCommand")
|
|
14
|
+
.sc(StartAutomationJob$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -70,6 +70,7 @@ export * from "./DescribeAnalysisDefinitionCommand";
|
|
|
70
70
|
export * from "./DescribeAnalysisPermissionsCommand";
|
|
71
71
|
export * from "./DescribeAssetBundleExportJobCommand";
|
|
72
72
|
export * from "./DescribeAssetBundleImportJobCommand";
|
|
73
|
+
export * from "./DescribeAutomationJobCommand";
|
|
73
74
|
export * from "./DescribeBrandAssignmentCommand";
|
|
74
75
|
export * from "./DescribeBrandCommand";
|
|
75
76
|
export * from "./DescribeBrandPublishedVersionCommand";
|
|
@@ -174,6 +175,7 @@ export * from "./SearchGroupsCommand";
|
|
|
174
175
|
export * from "./SearchTopicsCommand";
|
|
175
176
|
export * from "./StartAssetBundleExportJobCommand";
|
|
176
177
|
export * from "./StartAssetBundleImportJobCommand";
|
|
178
|
+
export * from "./StartAutomationJobCommand";
|
|
177
179
|
export * from "./StartDashboardSnapshotJobCommand";
|
|
178
180
|
export * from "./StartDashboardSnapshotJobScheduleCommand";
|
|
179
181
|
export * from "./TagResourceCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -10,4 +10,5 @@ export * from "./models/models_1";
|
|
|
10
10
|
export * from "./models/models_2";
|
|
11
11
|
export * from "./models/models_3";
|
|
12
12
|
export * from "./models/models_4";
|
|
13
|
+
export * from "./models/models_5";
|
|
13
14
|
export { QuickSightServiceException } from "./models/QuickSightServiceException";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -503,6 +503,7 @@ export const TooltipTitleType = {
|
|
|
503
503
|
export const SelectedTooltipType = {
|
|
504
504
|
BASIC: "BASIC",
|
|
505
505
|
DETAILED: "DETAILED",
|
|
506
|
+
SHEET: "SHEET",
|
|
506
507
|
};
|
|
507
508
|
export const PivotTableDataPathType = {
|
|
508
509
|
COUNT_METRIC_COLUMN: "COUNT_METRIC_COLUMN",
|
|
@@ -777,6 +778,14 @@ export const TransposedColumnType = {
|
|
|
777
778
|
ROW_HEADER_COLUMN: "ROW_HEADER_COLUMN",
|
|
778
779
|
VALUE_COLUMN: "VALUE_COLUMN",
|
|
779
780
|
};
|
|
781
|
+
export const SparklineVisualType = {
|
|
782
|
+
AREA_LINE: "AREA_LINE",
|
|
783
|
+
LINE: "LINE",
|
|
784
|
+
};
|
|
785
|
+
export const SparklineAxisBehavior = {
|
|
786
|
+
INDEPENDENT: "INDEPENDENT",
|
|
787
|
+
SHARED: "SHARED",
|
|
788
|
+
};
|
|
780
789
|
export const TableOrientation = {
|
|
781
790
|
HORIZONTAL: "HORIZONTAL",
|
|
782
791
|
VERTICAL: "VERTICAL",
|
|
@@ -899,6 +908,7 @@ export const LookbackWindowSizeUnit = {
|
|
|
899
908
|
WEEK: "WEEK",
|
|
900
909
|
};
|
|
901
910
|
export const AuthenticationType = {
|
|
911
|
+
KEYPAIR: "KEYPAIR",
|
|
902
912
|
PASSWORD: "PASSWORD",
|
|
903
913
|
TOKEN: "TOKEN",
|
|
904
914
|
X509: "X509",
|
|
@@ -952,6 +962,13 @@ export const AuthorSpecifiedAggregation = {
|
|
|
952
962
|
VAR: "VAR",
|
|
953
963
|
VARP: "VARP",
|
|
954
964
|
};
|
|
965
|
+
export const AutomationJobStatus = {
|
|
966
|
+
FAILED: "FAILED",
|
|
967
|
+
QUEUED: "QUEUED",
|
|
968
|
+
RUNNING: "RUNNING",
|
|
969
|
+
STOPPED: "STOPPED",
|
|
970
|
+
SUCCEEDED: "SUCCEEDED",
|
|
971
|
+
};
|
|
955
972
|
export const ContributionAnalysisDirection = {
|
|
956
973
|
DECREASE: "DECREASE",
|
|
957
974
|
INCREASE: "INCREASE",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|