@aws-sdk/client-quicksight 3.1019.0 → 3.1021.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 (115) 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 +25 -21
  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 +244 -230
  13. package/dist-types/QuickSightClient.d.ts +237 -235
  14. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  15. package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateAnalysisCommand.d.ts +2007 -161
  17. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +3 -0
  18. package/dist-types/commands/CreateDashboardCommand.d.ts +2007 -161
  19. package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -4
  20. package/dist-types/commands/CreateTemplateCommand.d.ts +2007 -161
  21. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +2007 -161
  22. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +2 -2
  23. package/dist-types/commands/DescribeAutomationJobCommand.d.ts +104 -0
  24. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +3 -0
  25. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +2007 -161
  26. package/dist-types/commands/DescribeDataSourceCommand.d.ts +4 -4
  27. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -2
  28. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +2007 -161
  30. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +3 -0
  31. package/dist-types/commands/ListDataSourcesCommand.d.ts +4 -4
  32. package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
  33. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +2 -2
  34. package/dist-types/commands/StartAutomationJobCommand.d.ts +101 -0
  35. package/dist-types/commands/UpdateAnalysisCommand.d.ts +2007 -161
  36. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +3 -0
  37. package/dist-types/commands/UpdateDashboardCommand.d.ts +2007 -161
  38. package/dist-types/commands/UpdateDataSourceCommand.d.ts +9 -4
  39. package/dist-types/commands/UpdateTemplateCommand.d.ts +2007 -161
  40. package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  42. package/dist-types/commands/index.d.ts +2 -0
  43. package/dist-types/index.d.ts +2 -1
  44. package/dist-types/models/enums.d.ts +41 -0
  45. package/dist-types/models/errors.d.ts +1 -1
  46. package/dist-types/models/models_0.d.ts +17 -17
  47. package/dist-types/models/models_1.d.ts +84 -30
  48. package/dist-types/models/models_2.d.ts +96 -213
  49. package/dist-types/models/models_3.d.ts +335 -231
  50. package/dist-types/models/models_4.d.ts +282 -250
  51. package/dist-types/models/models_5.d.ts +248 -0
  52. package/dist-types/pagination/DescribeFolderPermissionsPaginator.d.ts +1 -1
  53. package/dist-types/pagination/DescribeFolderResolvedPermissionsPaginator.d.ts +1 -1
  54. package/dist-types/pagination/ListActionConnectorsPaginator.d.ts +1 -1
  55. package/dist-types/pagination/ListAnalysesPaginator.d.ts +1 -1
  56. package/dist-types/pagination/ListAssetBundleExportJobsPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListAssetBundleImportJobsPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListBrandsPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListCustomPermissionsPaginator.d.ts +1 -1
  60. package/dist-types/pagination/ListDashboardVersionsPaginator.d.ts +1 -1
  61. package/dist-types/pagination/ListDashboardsPaginator.d.ts +1 -1
  62. package/dist-types/pagination/ListDataSetsPaginator.d.ts +1 -1
  63. package/dist-types/pagination/ListDataSourcesPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListFlowsPaginator.d.ts +1 -1
  65. package/dist-types/pagination/ListFolderMembersPaginator.d.ts +1 -1
  66. package/dist-types/pagination/ListFoldersForResourcePaginator.d.ts +1 -1
  67. package/dist-types/pagination/ListFoldersPaginator.d.ts +1 -1
  68. package/dist-types/pagination/ListGroupMembershipsPaginator.d.ts +1 -1
  69. package/dist-types/pagination/ListGroupsPaginator.d.ts +1 -1
  70. package/dist-types/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +1 -1
  71. package/dist-types/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +1 -1
  72. package/dist-types/pagination/ListIngestionsPaginator.d.ts +1 -1
  73. package/dist-types/pagination/ListNamespacesPaginator.d.ts +1 -1
  74. package/dist-types/pagination/ListRoleMembershipsPaginator.d.ts +1 -1
  75. package/dist-types/pagination/ListTemplateAliasesPaginator.d.ts +1 -1
  76. package/dist-types/pagination/ListTemplateVersionsPaginator.d.ts +1 -1
  77. package/dist-types/pagination/ListTemplatesPaginator.d.ts +1 -1
  78. package/dist-types/pagination/ListThemeVersionsPaginator.d.ts +1 -1
  79. package/dist-types/pagination/ListThemesPaginator.d.ts +1 -1
  80. package/dist-types/pagination/ListTopicsPaginator.d.ts +1 -1
  81. package/dist-types/pagination/ListUserGroupsPaginator.d.ts +1 -1
  82. package/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
  83. package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +1 -1
  84. package/dist-types/pagination/SearchActionConnectorsPaginator.d.ts +1 -1
  85. package/dist-types/pagination/SearchAnalysesPaginator.d.ts +1 -1
  86. package/dist-types/pagination/SearchDashboardsPaginator.d.ts +1 -1
  87. package/dist-types/pagination/SearchDataSetsPaginator.d.ts +1 -1
  88. package/dist-types/pagination/SearchDataSourcesPaginator.d.ts +1 -1
  89. package/dist-types/pagination/SearchFlowsPaginator.d.ts +1 -1
  90. package/dist-types/pagination/SearchFoldersPaginator.d.ts +1 -1
  91. package/dist-types/pagination/SearchGroupsPaginator.d.ts +1 -1
  92. package/dist-types/pagination/SearchTopicsPaginator.d.ts +1 -1
  93. package/dist-types/schemas/schemas_0.d.ts +10 -0
  94. package/dist-types/ts3.4/QuickSight.d.ts +34 -0
  95. package/dist-types/ts3.4/QuickSightClient.d.ts +14 -3
  96. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeAutomationJobCommand.d.ts +51 -0
  99. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +4 -2
  100. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
  102. package/dist-types/ts3.4/commands/StartAutomationJobCommand.d.ts +51 -0
  103. package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +2 -4
  104. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  106. package/dist-types/ts3.4/index.d.ts +1 -0
  107. package/dist-types/ts3.4/models/enums.d.ts +23 -0
  108. package/dist-types/ts3.4/models/models_0.d.ts +4 -4
  109. package/dist-types/ts3.4/models/models_1.d.ts +30 -17
  110. package/dist-types/ts3.4/models/models_2.d.ts +33 -148
  111. package/dist-types/ts3.4/models/models_3.d.ts +191 -63
  112. package/dist-types/ts3.4/models/models_4.d.ts +82 -86
  113. package/dist-types/ts3.4/models/models_5.d.ts +62 -0
  114. package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
  115. package/package.json +14 -14
@@ -6,14 +6,14 @@ import { CreateAccountCustomizationCommand, } from "./commands/CreateAccountCust
6
6
  import { CreateAccountSubscriptionCommand, } from "./commands/CreateAccountSubscriptionCommand";
7
7
  import { CreateActionConnectorCommand, } from "./commands/CreateActionConnectorCommand";
8
8
  import { CreateAnalysisCommand, } from "./commands/CreateAnalysisCommand";
9
- import { CreateBrandCommand } from "./commands/CreateBrandCommand";
9
+ import { CreateBrandCommand, } from "./commands/CreateBrandCommand";
10
10
  import { CreateCustomPermissionsCommand, } from "./commands/CreateCustomPermissionsCommand";
11
11
  import { CreateDashboardCommand, } from "./commands/CreateDashboardCommand";
12
12
  import { CreateDataSetCommand, } from "./commands/CreateDataSetCommand";
13
13
  import { CreateDataSourceCommand, } from "./commands/CreateDataSourceCommand";
14
14
  import { CreateFolderCommand, } from "./commands/CreateFolderCommand";
15
15
  import { CreateFolderMembershipCommand, } from "./commands/CreateFolderMembershipCommand";
16
- import { CreateGroupCommand } from "./commands/CreateGroupCommand";
16
+ import { CreateGroupCommand, } from "./commands/CreateGroupCommand";
17
17
  import { CreateGroupMembershipCommand, } from "./commands/CreateGroupMembershipCommand";
18
18
  import { CreateIAMPolicyAssignmentCommand, } from "./commands/CreateIAMPolicyAssignmentCommand";
19
19
  import { CreateIngestionCommand, } from "./commands/CreateIngestionCommand";
@@ -23,8 +23,8 @@ import { CreateRoleMembershipCommand, } from "./commands/CreateRoleMembershipCom
23
23
  import { CreateTemplateAliasCommand, } from "./commands/CreateTemplateAliasCommand";
24
24
  import { CreateTemplateCommand, } from "./commands/CreateTemplateCommand";
25
25
  import { CreateThemeAliasCommand, } from "./commands/CreateThemeAliasCommand";
26
- import { CreateThemeCommand } from "./commands/CreateThemeCommand";
27
- import { CreateTopicCommand } from "./commands/CreateTopicCommand";
26
+ import { CreateThemeCommand, } from "./commands/CreateThemeCommand";
27
+ import { CreateTopicCommand, } from "./commands/CreateTopicCommand";
28
28
  import { CreateTopicRefreshScheduleCommand, } from "./commands/CreateTopicRefreshScheduleCommand";
29
29
  import { CreateVPCConnectionCommand, } from "./commands/CreateVPCConnectionCommand";
30
30
  import { DeleteAccountCustomizationCommand, } from "./commands/DeleteAccountCustomizationCommand";
@@ -33,7 +33,7 @@ import { DeleteAccountSubscriptionCommand, } from "./commands/DeleteAccountSubsc
33
33
  import { DeleteActionConnectorCommand, } from "./commands/DeleteActionConnectorCommand";
34
34
  import { DeleteAnalysisCommand, } from "./commands/DeleteAnalysisCommand";
35
35
  import { DeleteBrandAssignmentCommand, } from "./commands/DeleteBrandAssignmentCommand";
36
- import { DeleteBrandCommand } from "./commands/DeleteBrandCommand";
36
+ import { DeleteBrandCommand, } from "./commands/DeleteBrandCommand";
37
37
  import { DeleteCustomPermissionsCommand, } from "./commands/DeleteCustomPermissionsCommand";
38
38
  import { DeleteDashboardCommand, } from "./commands/DeleteDashboardCommand";
39
39
  import { DeleteDataSetCommand, } from "./commands/DeleteDataSetCommand";
@@ -42,7 +42,7 @@ import { DeleteDataSourceCommand, } from "./commands/DeleteDataSourceCommand";
42
42
  import { DeleteDefaultQBusinessApplicationCommand, } from "./commands/DeleteDefaultQBusinessApplicationCommand";
43
43
  import { DeleteFolderCommand, } from "./commands/DeleteFolderCommand";
44
44
  import { DeleteFolderMembershipCommand, } from "./commands/DeleteFolderMembershipCommand";
45
- import { DeleteGroupCommand } from "./commands/DeleteGroupCommand";
45
+ import { DeleteGroupCommand, } from "./commands/DeleteGroupCommand";
46
46
  import { DeleteGroupMembershipCommand, } from "./commands/DeleteGroupMembershipCommand";
47
47
  import { DeleteIAMPolicyAssignmentCommand, } from "./commands/DeleteIAMPolicyAssignmentCommand";
48
48
  import { DeleteIdentityPropagationConfigCommand, } from "./commands/DeleteIdentityPropagationConfigCommand";
@@ -53,11 +53,11 @@ import { DeleteRoleMembershipCommand, } from "./commands/DeleteRoleMembershipCom
53
53
  import { DeleteTemplateAliasCommand, } from "./commands/DeleteTemplateAliasCommand";
54
54
  import { DeleteTemplateCommand, } from "./commands/DeleteTemplateCommand";
55
55
  import { DeleteThemeAliasCommand, } from "./commands/DeleteThemeAliasCommand";
56
- import { DeleteThemeCommand } from "./commands/DeleteThemeCommand";
57
- import { DeleteTopicCommand } from "./commands/DeleteTopicCommand";
56
+ import { DeleteThemeCommand, } from "./commands/DeleteThemeCommand";
57
+ import { DeleteTopicCommand, } from "./commands/DeleteTopicCommand";
58
58
  import { DeleteTopicRefreshScheduleCommand, } from "./commands/DeleteTopicRefreshScheduleCommand";
59
59
  import { DeleteUserByPrincipalIdCommand, } from "./commands/DeleteUserByPrincipalIdCommand";
60
- import { DeleteUserCommand } from "./commands/DeleteUserCommand";
60
+ import { DeleteUserCommand, } from "./commands/DeleteUserCommand";
61
61
  import { DeleteUserCustomPermissionCommand, } from "./commands/DeleteUserCustomPermissionCommand";
62
62
  import { DeleteVPCConnectionCommand, } from "./commands/DeleteVPCConnectionCommand";
63
63
  import { DescribeAccountCustomizationCommand, } from "./commands/DescribeAccountCustomizationCommand";
@@ -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";
@@ -127,7 +128,7 @@ import { ListActionConnectorsCommand, } from "./commands/ListActionConnectorsCom
127
128
  import { ListAnalysesCommand, } from "./commands/ListAnalysesCommand";
128
129
  import { ListAssetBundleExportJobsCommand, } from "./commands/ListAssetBundleExportJobsCommand";
129
130
  import { ListAssetBundleImportJobsCommand, } from "./commands/ListAssetBundleImportJobsCommand";
130
- import { ListBrandsCommand } from "./commands/ListBrandsCommand";
131
+ import { ListBrandsCommand, } from "./commands/ListBrandsCommand";
131
132
  import { ListCustomPermissionsCommand, } from "./commands/ListCustomPermissionsCommand";
132
133
  import { ListDashboardsCommand, } from "./commands/ListDashboardsCommand";
133
134
  import { ListDashboardVersionsCommand, } from "./commands/ListDashboardVersionsCommand";
@@ -135,10 +136,10 @@ import { ListDataSetsCommand, } from "./commands/ListDataSetsCommand";
135
136
  import { ListDataSourcesCommand, } from "./commands/ListDataSourcesCommand";
136
137
  import { ListFlowsCommand } from "./commands/ListFlowsCommand";
137
138
  import { ListFolderMembersCommand, } from "./commands/ListFolderMembersCommand";
138
- import { ListFoldersCommand } from "./commands/ListFoldersCommand";
139
+ import { ListFoldersCommand, } from "./commands/ListFoldersCommand";
139
140
  import { ListFoldersForResourceCommand, } from "./commands/ListFoldersForResourceCommand";
140
141
  import { ListGroupMembershipsCommand, } from "./commands/ListGroupMembershipsCommand";
141
- import { ListGroupsCommand } from "./commands/ListGroupsCommand";
142
+ import { ListGroupsCommand, } from "./commands/ListGroupsCommand";
142
143
  import { ListIAMPolicyAssignmentsCommand, } from "./commands/ListIAMPolicyAssignmentsCommand";
143
144
  import { ListIAMPolicyAssignmentsForUserCommand, } from "./commands/ListIAMPolicyAssignmentsForUserCommand";
144
145
  import { ListIdentityPropagationConfigsCommand, } from "./commands/ListIdentityPropagationConfigsCommand";
@@ -152,11 +153,11 @@ import { ListTemplateAliasesCommand, } from "./commands/ListTemplateAliasesComma
152
153
  import { ListTemplatesCommand, } from "./commands/ListTemplatesCommand";
153
154
  import { ListTemplateVersionsCommand, } from "./commands/ListTemplateVersionsCommand";
154
155
  import { ListThemeAliasesCommand, } from "./commands/ListThemeAliasesCommand";
155
- import { ListThemesCommand } from "./commands/ListThemesCommand";
156
+ import { ListThemesCommand, } from "./commands/ListThemesCommand";
156
157
  import { ListThemeVersionsCommand, } from "./commands/ListThemeVersionsCommand";
157
158
  import { ListTopicRefreshSchedulesCommand, } from "./commands/ListTopicRefreshSchedulesCommand";
158
159
  import { ListTopicReviewedAnswersCommand, } from "./commands/ListTopicReviewedAnswersCommand";
159
- import { ListTopicsCommand } from "./commands/ListTopicsCommand";
160
+ import { ListTopicsCommand, } from "./commands/ListTopicsCommand";
160
161
  import { ListUserGroupsCommand, } from "./commands/ListUserGroupsCommand";
161
162
  import { ListUsersCommand } from "./commands/ListUsersCommand";
162
163
  import { ListVPCConnectionsCommand, } from "./commands/ListVPCConnectionsCommand";
@@ -169,15 +170,16 @@ import { SearchAnalysesCommand, } from "./commands/SearchAnalysesCommand";
169
170
  import { SearchDashboardsCommand, } from "./commands/SearchDashboardsCommand";
170
171
  import { SearchDataSetsCommand, } from "./commands/SearchDataSetsCommand";
171
172
  import { SearchDataSourcesCommand, } from "./commands/SearchDataSourcesCommand";
172
- import { SearchFlowsCommand } from "./commands/SearchFlowsCommand";
173
+ import { SearchFlowsCommand, } from "./commands/SearchFlowsCommand";
173
174
  import { SearchFoldersCommand, } from "./commands/SearchFoldersCommand";
174
175
  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
- import { TagResourceCommand } from "./commands/TagResourceCommand";
182
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
181
183
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
182
184
  import { UpdateAccountCustomizationCommand, } from "./commands/UpdateAccountCustomizationCommand";
183
185
  import { UpdateAccountCustomPermissionCommand, } from "./commands/UpdateAccountCustomPermissionCommand";
@@ -188,7 +190,7 @@ import { UpdateAnalysisCommand, } from "./commands/UpdateAnalysisCommand";
188
190
  import { UpdateAnalysisPermissionsCommand, } from "./commands/UpdateAnalysisPermissionsCommand";
189
191
  import { UpdateApplicationWithTokenExchangeGrantCommand, } from "./commands/UpdateApplicationWithTokenExchangeGrantCommand";
190
192
  import { UpdateBrandAssignmentCommand, } from "./commands/UpdateBrandAssignmentCommand";
191
- import { UpdateBrandCommand } from "./commands/UpdateBrandCommand";
193
+ import { UpdateBrandCommand, } from "./commands/UpdateBrandCommand";
192
194
  import { UpdateBrandPublishedVersionCommand, } from "./commands/UpdateBrandPublishedVersionCommand";
193
195
  import { UpdateCustomPermissionsCommand, } from "./commands/UpdateCustomPermissionsCommand";
194
196
  import { UpdateDashboardCommand, } from "./commands/UpdateDashboardCommand";
@@ -204,7 +206,7 @@ import { UpdateDefaultQBusinessApplicationCommand, } from "./commands/UpdateDefa
204
206
  import { UpdateFlowPermissionsCommand, } from "./commands/UpdateFlowPermissionsCommand";
205
207
  import { UpdateFolderCommand, } from "./commands/UpdateFolderCommand";
206
208
  import { UpdateFolderPermissionsCommand, } from "./commands/UpdateFolderPermissionsCommand";
207
- import { UpdateGroupCommand } from "./commands/UpdateGroupCommand";
209
+ import { UpdateGroupCommand, } from "./commands/UpdateGroupCommand";
208
210
  import { UpdateIAMPolicyAssignmentCommand, } from "./commands/UpdateIAMPolicyAssignmentCommand";
209
211
  import { UpdateIdentityPropagationConfigCommand, } from "./commands/UpdateIdentityPropagationConfigCommand";
210
212
  import { UpdateIpRestrictionCommand, } from "./commands/UpdateIpRestrictionCommand";
@@ -221,12 +223,12 @@ import { UpdateTemplateAliasCommand, } from "./commands/UpdateTemplateAliasComma
221
223
  import { UpdateTemplateCommand, } from "./commands/UpdateTemplateCommand";
222
224
  import { UpdateTemplatePermissionsCommand, } from "./commands/UpdateTemplatePermissionsCommand";
223
225
  import { UpdateThemeAliasCommand, } from "./commands/UpdateThemeAliasCommand";
224
- import { UpdateThemeCommand } from "./commands/UpdateThemeCommand";
226
+ import { UpdateThemeCommand, } from "./commands/UpdateThemeCommand";
225
227
  import { UpdateThemePermissionsCommand, } from "./commands/UpdateThemePermissionsCommand";
226
- import { UpdateTopicCommand } from "./commands/UpdateTopicCommand";
228
+ import { UpdateTopicCommand, } from "./commands/UpdateTopicCommand";
227
229
  import { UpdateTopicPermissionsCommand, } from "./commands/UpdateTopicPermissionsCommand";
228
230
  import { UpdateTopicRefreshScheduleCommand, } from "./commands/UpdateTopicRefreshScheduleCommand";
229
- import { UpdateUserCommand } from "./commands/UpdateUserCommand";
231
+ import { UpdateUserCommand, } from "./commands/UpdateUserCommand";
230
232
  import { UpdateUserCustomPermissionCommand, } from "./commands/UpdateUserCustomPermissionCommand";
231
233
  import { UpdateVPCConnectionCommand, } from "./commands/UpdateVPCConnectionCommand";
232
234
  import { paginateDescribeFolderPermissions } from "./pagination/DescribeFolderPermissionsPaginator";
@@ -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 {};