@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
package/README.md CHANGED
@@ -689,6 +689,13 @@ DescribeAssetBundleImportJob
689
689
  </details>
690
690
  <details>
691
691
  <summary>
692
+ DescribeAutomationJob
693
+ </summary>
694
+
695
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DescribeAutomationJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeAutomationJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeAutomationJobCommandOutput/)
696
+ </details>
697
+ <details>
698
+ <summary>
692
699
  DescribeBrand
693
700
  </summary>
694
701
 
@@ -1417,6 +1424,13 @@ StartAssetBundleImportJob
1417
1424
  </details>
1418
1425
  <details>
1419
1426
  <summary>
1427
+ StartAutomationJob
1428
+ </summary>
1429
+
1430
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/StartAutomationJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/StartAutomationJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/StartAutomationJobCommandOutput/)
1431
+ </details>
1432
+ <details>
1433
+ <summary>
1420
1434
  StartDashboardSnapshotJob
1421
1435
  </summary>
1422
1436
 
package/dist-cjs/index.js CHANGED
@@ -977,6 +977,18 @@ class DescribeAssetBundleImportJobCommand extends smithyClient.Command
977
977
  .build() {
978
978
  }
979
979
 
980
+ class DescribeAutomationJobCommand extends smithyClient.Command
981
+ .classBuilder()
982
+ .ep(commonParams)
983
+ .m(function (Command, cs, config, o) {
984
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
985
+ })
986
+ .s("QuickSight_20180401", "DescribeAutomationJob", {})
987
+ .n("QuickSightClient", "DescribeAutomationJobCommand")
988
+ .sc(schemas_0.DescribeAutomationJob$)
989
+ .build() {
990
+ }
991
+
980
992
  class DescribeBrandAssignmentCommand extends smithyClient.Command
981
993
  .classBuilder()
982
994
  .ep(commonParams)
@@ -2225,6 +2237,18 @@ class StartAssetBundleImportJobCommand extends smithyClient.Command
2225
2237
  .build() {
2226
2238
  }
2227
2239
 
2240
+ class StartAutomationJobCommand extends smithyClient.Command
2241
+ .classBuilder()
2242
+ .ep(commonParams)
2243
+ .m(function (Command, cs, config, o) {
2244
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2245
+ })
2246
+ .s("QuickSight_20180401", "StartAutomationJob", {})
2247
+ .n("QuickSightClient", "StartAutomationJobCommand")
2248
+ .sc(schemas_0.StartAutomationJob$)
2249
+ .build() {
2250
+ }
2251
+
2228
2252
  class StartDashboardSnapshotJobCommand extends smithyClient.Command
2229
2253
  .classBuilder()
2230
2254
  .ep(commonParams)
@@ -3028,6 +3052,7 @@ const commands = {
3028
3052
  DescribeAnalysisPermissionsCommand,
3029
3053
  DescribeAssetBundleExportJobCommand,
3030
3054
  DescribeAssetBundleImportJobCommand,
3055
+ DescribeAutomationJobCommand,
3031
3056
  DescribeBrandCommand,
3032
3057
  DescribeBrandAssignmentCommand,
3033
3058
  DescribeBrandPublishedVersionCommand,
@@ -3132,6 +3157,7 @@ const commands = {
3132
3157
  SearchTopicsCommand,
3133
3158
  StartAssetBundleExportJobCommand,
3134
3159
  StartAssetBundleImportJobCommand,
3160
+ StartAutomationJobCommand,
3135
3161
  StartDashboardSnapshotJobCommand,
3136
3162
  StartDashboardSnapshotJobScheduleCommand,
3137
3163
  TagResourceCommand,
@@ -3739,6 +3765,7 @@ const TooltipTitleType = {
3739
3765
  const SelectedTooltipType = {
3740
3766
  BASIC: "BASIC",
3741
3767
  DETAILED: "DETAILED",
3768
+ SHEET: "SHEET",
3742
3769
  };
3743
3770
  const PivotTableDataPathType = {
3744
3771
  COUNT_METRIC_COLUMN: "COUNT_METRIC_COLUMN",
@@ -4013,6 +4040,14 @@ const TransposedColumnType = {
4013
4040
  ROW_HEADER_COLUMN: "ROW_HEADER_COLUMN",
4014
4041
  VALUE_COLUMN: "VALUE_COLUMN",
4015
4042
  };
4043
+ const SparklineVisualType = {
4044
+ AREA_LINE: "AREA_LINE",
4045
+ LINE: "LINE",
4046
+ };
4047
+ const SparklineAxisBehavior = {
4048
+ INDEPENDENT: "INDEPENDENT",
4049
+ SHARED: "SHARED",
4050
+ };
4016
4051
  const TableOrientation = {
4017
4052
  HORIZONTAL: "HORIZONTAL",
4018
4053
  VERTICAL: "VERTICAL",
@@ -4135,6 +4170,7 @@ const LookbackWindowSizeUnit = {
4135
4170
  WEEK: "WEEK",
4136
4171
  };
4137
4172
  const AuthenticationType = {
4173
+ KEYPAIR: "KEYPAIR",
4138
4174
  PASSWORD: "PASSWORD",
4139
4175
  TOKEN: "TOKEN",
4140
4176
  X509: "X509",
@@ -4188,6 +4224,13 @@ const AuthorSpecifiedAggregation = {
4188
4224
  VAR: "VAR",
4189
4225
  VARP: "VARP",
4190
4226
  };
4227
+ const AutomationJobStatus = {
4228
+ FAILED: "FAILED",
4229
+ QUEUED: "QUEUED",
4230
+ RUNNING: "RUNNING",
4231
+ STOPPED: "STOPPED",
4232
+ SUCCEEDED: "SUCCEEDED",
4233
+ };
4191
4234
  const ContributionAnalysisDirection = {
4192
4235
  DECREASE: "DECREASE",
4193
4236
  INCREASE: "INCREASE",
@@ -4948,6 +4991,7 @@ exports.AuthenticationMethodOption = AuthenticationMethodOption;
4948
4991
  exports.AuthenticationType = AuthenticationType;
4949
4992
  exports.AuthorSpecifiedAggregation = AuthorSpecifiedAggregation;
4950
4993
  exports.AuthorizationCodeGrantCredentialsSource = AuthorizationCodeGrantCredentialsSource;
4994
+ exports.AutomationJobStatus = AutomationJobStatus;
4951
4995
  exports.AxisBinding = AxisBinding;
4952
4996
  exports.BarChartOrientation = BarChartOrientation;
4953
4997
  exports.BarsArrangement = BarsArrangement;
@@ -5080,6 +5124,7 @@ exports.DescribeAnalysisDefinitionCommand = DescribeAnalysisDefinitionCommand;
5080
5124
  exports.DescribeAnalysisPermissionsCommand = DescribeAnalysisPermissionsCommand;
5081
5125
  exports.DescribeAssetBundleExportJobCommand = DescribeAssetBundleExportJobCommand;
5082
5126
  exports.DescribeAssetBundleImportJobCommand = DescribeAssetBundleImportJobCommand;
5127
+ exports.DescribeAutomationJobCommand = DescribeAutomationJobCommand;
5083
5128
  exports.DescribeBrandAssignmentCommand = DescribeBrandAssignmentCommand;
5084
5129
  exports.DescribeBrandCommand = DescribeBrandCommand;
5085
5130
  exports.DescribeBrandPublishedVersionCommand = DescribeBrandPublishedVersionCommand;
@@ -5321,10 +5366,13 @@ exports.SnapshotFileFormatType = SnapshotFileFormatType;
5321
5366
  exports.SnapshotFileSheetSelectionScope = SnapshotFileSheetSelectionScope;
5322
5367
  exports.SnapshotJobStatus = SnapshotJobStatus;
5323
5368
  exports.SortDirection = SortDirection;
5369
+ exports.SparklineAxisBehavior = SparklineAxisBehavior;
5370
+ exports.SparklineVisualType = SparklineVisualType;
5324
5371
  exports.SpecialValue = SpecialValue;
5325
5372
  exports.StarburstProductType = StarburstProductType;
5326
5373
  exports.StartAssetBundleExportJobCommand = StartAssetBundleExportJobCommand;
5327
5374
  exports.StartAssetBundleImportJobCommand = StartAssetBundleImportJobCommand;
5375
+ exports.StartAutomationJobCommand = StartAutomationJobCommand;
5328
5376
  exports.StartDashboardSnapshotJobCommand = StartDashboardSnapshotJobCommand;
5329
5377
  exports.StartDashboardSnapshotJobScheduleCommand = StartDashboardSnapshotJobScheduleCommand;
5330
5378
  exports.Status = Status;