@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
@@ -261,8 +261,11 @@ declare const ListCustomPermissionsCommand_base: {
261
261
  * // BuildCalculatedFieldWithQ: "DENY",
262
262
  * // CreateDashboardExecutiveSummaryWithQ: "DENY",
263
263
  * // Space: "DENY",
264
+ * // CreateSpaces: "DENY",
265
+ * // ShareSpaces: "DENY",
264
266
  * // ChatAgent: "DENY",
265
267
  * // CreateChatAgents: "DENY",
268
+ * // ShareChatAgents: "DENY",
266
269
  * // Research: "DENY",
267
270
  * // SelfUpgradeUserRole: "DENY",
268
271
  * // Extension: "DENY",
@@ -146,7 +146,7 @@ declare const ListDataSourcesCommand_base: {
146
146
  * // Host: "STRING_VALUE", // required
147
147
  * // Database: "STRING_VALUE", // required
148
148
  * // Warehouse: "STRING_VALUE", // required
149
- * // AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
149
+ * // AuthenticationType: "PASSWORD" || "KEYPAIR" || "TOKEN" || "X509",
150
150
  * // DatabaseAccessControlRole: "STRING_VALUE",
151
151
  * // OAuthParameters: { // OAuthParameters
152
152
  * // TokenProviderUrl: "STRING_VALUE", // required
@@ -193,7 +193,7 @@ declare const ListDataSourcesCommand_base: {
193
193
  * // Catalog: "STRING_VALUE", // required
194
194
  * // ProductType: "GALAXY" || "ENTERPRISE",
195
195
  * // DatabaseAccessControlRole: "STRING_VALUE",
196
- * // AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
196
+ * // AuthenticationType: "PASSWORD" || "KEYPAIR" || "TOKEN" || "X509",
197
197
  * // OAuthParameters: {
198
198
  * // TokenProviderUrl: "STRING_VALUE", // required
199
199
  * // OAuthScope: "STRING_VALUE",
@@ -332,7 +332,7 @@ declare const ListDataSourcesCommand_base: {
332
332
  * // Host: "STRING_VALUE", // required
333
333
  * // Database: "STRING_VALUE", // required
334
334
  * // Warehouse: "STRING_VALUE", // required
335
- * // AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
335
+ * // AuthenticationType: "PASSWORD" || "KEYPAIR" || "TOKEN" || "X509",
336
336
  * // DatabaseAccessControlRole: "STRING_VALUE",
337
337
  * // OAuthParameters: {
338
338
  * // TokenProviderUrl: "STRING_VALUE", // required
@@ -379,7 +379,7 @@ declare const ListDataSourcesCommand_base: {
379
379
  * // Catalog: "STRING_VALUE", // required
380
380
  * // ProductType: "GALAXY" || "ENTERPRISE",
381
381
  * // DatabaseAccessControlRole: "STRING_VALUE",
382
- * // AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
382
+ * // AuthenticationType: "PASSWORD" || "KEYPAIR" || "TOKEN" || "X509",
383
383
  * // OAuthParameters: {
384
384
  * // TokenProviderUrl: "STRING_VALUE", // required
385
385
  * // OAuthScope: "STRING_VALUE",
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListTopicReviewedAnswersRequest, ListTopicReviewedAnswersResponse } from "../models/models_4";
3
+ import type { ListTopicReviewedAnswersRequest } from "../models/models_4";
4
+ import type { ListTopicReviewedAnswersResponse } from "../models/models_5";
4
5
  import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
6
  /**
6
7
  * @public
@@ -176,7 +176,7 @@ declare const StartAssetBundleImportJobCommand_base: {
176
176
  * Host: "STRING_VALUE", // required
177
177
  * Database: "STRING_VALUE", // required
178
178
  * Warehouse: "STRING_VALUE", // required
179
- * AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
179
+ * AuthenticationType: "PASSWORD" || "KEYPAIR" || "TOKEN" || "X509",
180
180
  * DatabaseAccessControlRole: "STRING_VALUE",
181
181
  * OAuthParameters: { // OAuthParameters
182
182
  * TokenProviderUrl: "STRING_VALUE", // required
@@ -223,7 +223,7 @@ declare const StartAssetBundleImportJobCommand_base: {
223
223
  * Catalog: "STRING_VALUE", // required
224
224
  * ProductType: "GALAXY" || "ENTERPRISE",
225
225
  * DatabaseAccessControlRole: "STRING_VALUE",
226
- * AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
226
+ * AuthenticationType: "PASSWORD" || "KEYPAIR" || "TOKEN" || "X509",
227
227
  * OAuthParameters: {
228
228
  * TokenProviderUrl: "STRING_VALUE", // required
229
229
  * OAuthScope: "STRING_VALUE",
@@ -0,0 +1,101 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { StartAutomationJobRequest, StartAutomationJobResponse } from "../models/models_4";
4
+ import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link StartAutomationJobCommand}.
14
+ */
15
+ export interface StartAutomationJobCommandInput extends StartAutomationJobRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link StartAutomationJobCommand}.
21
+ */
22
+ export interface StartAutomationJobCommandOutput extends StartAutomationJobResponse, __MetadataBearer {
23
+ }
24
+ declare const StartAutomationJobCommand_base: {
25
+ new (input: StartAutomationJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartAutomationJobCommandInput, StartAutomationJobCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartAutomationJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartAutomationJobCommandInput, StartAutomationJobCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Starts a new job for a specified automation. The job runs the automation with the provided input payload.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { QuickSightClient, StartAutomationJobCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
35
+ * // const { QuickSightClient, StartAutomationJobCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
36
+ * // import type { QuickSightClientConfig } from "@aws-sdk/client-quicksight";
37
+ * const config = {}; // type is QuickSightClientConfig
38
+ * const client = new QuickSightClient(config);
39
+ * const input = { // StartAutomationJobRequest
40
+ * AwsAccountId: "STRING_VALUE", // required
41
+ * AutomationGroupId: "STRING_VALUE", // required
42
+ * AutomationId: "STRING_VALUE", // required
43
+ * InputPayload: "STRING_VALUE",
44
+ * };
45
+ * const command = new StartAutomationJobCommand(input);
46
+ * const response = await client.send(command);
47
+ * // { // StartAutomationJobResponse
48
+ * // Arn: "STRING_VALUE", // required
49
+ * // JobId: "STRING_VALUE", // required
50
+ * // Status: Number("int"),
51
+ * // RequestId: "STRING_VALUE",
52
+ * // };
53
+ *
54
+ * ```
55
+ *
56
+ * @param StartAutomationJobCommandInput - {@link StartAutomationJobCommandInput}
57
+ * @returns {@link StartAutomationJobCommandOutput}
58
+ * @see {@link StartAutomationJobCommandInput} for command's `input` shape.
59
+ * @see {@link StartAutomationJobCommandOutput} for command's `response` shape.
60
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
61
+ *
62
+ * @throws {@link AccessDeniedException} (client fault)
63
+ * <p>You don't have access to this item. The provided credentials couldn't be
64
+ * validated. You might not be authorized to carry out the request. Make sure that your
65
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
66
+ * correct permissions, and that you are using the correct credentials.</p>
67
+ *
68
+ * @throws {@link InternalFailureException} (server fault)
69
+ * <p>An internal failure occurred.</p>
70
+ *
71
+ * @throws {@link InvalidParameterValueException} (client fault)
72
+ * <p>One or more parameters has a value that isn't valid.</p>
73
+ *
74
+ * @throws {@link LimitExceededException} (client fault)
75
+ * <p>A limit is exceeded.</p>
76
+ *
77
+ * @throws {@link ResourceNotFoundException} (client fault)
78
+ * <p>One or more resources can't be found.</p>
79
+ *
80
+ * @throws {@link ThrottlingException} (client fault)
81
+ * <p>Access is throttled.</p>
82
+ *
83
+ * @throws {@link QuickSightServiceException}
84
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
85
+ *
86
+ *
87
+ * @public
88
+ */
89
+ export declare class StartAutomationJobCommand extends StartAutomationJobCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: StartAutomationJobRequest;
94
+ output: StartAutomationJobResponse;
95
+ };
96
+ sdk: {
97
+ input: StartAutomationJobCommandInput;
98
+ output: StartAutomationJobCommandOutput;
99
+ };
100
+ };
101
+ }