@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.
Files changed (71) hide show
  1. package/README.md +14 -0
  2. package/dist-cjs/index.js +48 -0
  3. package/dist-cjs/schemas/schemas_0.js +186 -82
  4. package/dist-es/QuickSight.js +4 -0
  5. package/dist-es/commands/DescribeAutomationJobCommand.js +16 -0
  6. package/dist-es/commands/StartAutomationJobCommand.js +16 -0
  7. package/dist-es/commands/index.js +2 -0
  8. package/dist-es/index.js +1 -0
  9. package/dist-es/models/enums.js +17 -0
  10. package/dist-es/models/models_5.js +1 -0
  11. package/dist-es/schemas/schemas_0.js +160 -56
  12. package/dist-types/QuickSight.d.ts +14 -0
  13. package/dist-types/QuickSightClient.d.ts +4 -2
  14. package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateAnalysisCommand.d.ts +2007 -161
  16. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +3 -0
  17. package/dist-types/commands/CreateDashboardCommand.d.ts +2007 -161
  18. package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -4
  19. package/dist-types/commands/CreateTemplateCommand.d.ts +2007 -161
  20. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +2007 -161
  21. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +2 -2
  22. package/dist-types/commands/DescribeAutomationJobCommand.d.ts +104 -0
  23. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +3 -0
  24. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +2007 -161
  25. package/dist-types/commands/DescribeDataSourceCommand.d.ts +4 -4
  26. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -2
  27. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +2007 -161
  29. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +3 -0
  30. package/dist-types/commands/ListDataSourcesCommand.d.ts +4 -4
  31. package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
  32. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +2 -2
  33. package/dist-types/commands/StartAutomationJobCommand.d.ts +101 -0
  34. package/dist-types/commands/UpdateAnalysisCommand.d.ts +2007 -161
  35. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +3 -0
  36. package/dist-types/commands/UpdateDashboardCommand.d.ts +2007 -161
  37. package/dist-types/commands/UpdateDataSourceCommand.d.ts +9 -4
  38. package/dist-types/commands/UpdateTemplateCommand.d.ts +2007 -161
  39. package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +2 -1
  40. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  41. package/dist-types/commands/index.d.ts +2 -0
  42. package/dist-types/index.d.ts +1 -0
  43. package/dist-types/models/enums.d.ts +41 -0
  44. package/dist-types/models/models_0.d.ts +16 -16
  45. package/dist-types/models/models_1.d.ts +84 -30
  46. package/dist-types/models/models_2.d.ts +96 -213
  47. package/dist-types/models/models_3.d.ts +334 -230
  48. package/dist-types/models/models_4.d.ts +282 -250
  49. package/dist-types/models/models_5.d.ts +248 -0
  50. package/dist-types/schemas/schemas_0.d.ts +10 -0
  51. package/dist-types/ts3.4/QuickSight.d.ts +34 -0
  52. package/dist-types/ts3.4/QuickSightClient.d.ts +12 -0
  53. package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/DescribeAutomationJobCommand.d.ts +51 -0
  55. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +4 -2
  56. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
  58. package/dist-types/ts3.4/commands/StartAutomationJobCommand.d.ts +51 -0
  59. package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +2 -4
  60. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  62. package/dist-types/ts3.4/index.d.ts +1 -0
  63. package/dist-types/ts3.4/models/enums.d.ts +23 -0
  64. package/dist-types/ts3.4/models/models_0.d.ts +4 -4
  65. package/dist-types/ts3.4/models/models_1.d.ts +21 -8
  66. package/dist-types/ts3.4/models/models_2.d.ts +22 -137
  67. package/dist-types/ts3.4/models/models_3.d.ts +171 -43
  68. package/dist-types/ts3.4/models/models_4.d.ts +56 -60
  69. package/dist-types/ts3.4/models/models_5.d.ts +62 -0
  70. package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
  71. package/package.json +6 -6
@@ -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";
@@ -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 {};