@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.
- 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 +25 -21
- 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 +244 -230
- package/dist-types/QuickSightClient.d.ts +237 -235
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- 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 +2 -1
- package/dist-types/models/enums.d.ts +41 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +17 -17
- 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 +335 -231
- package/dist-types/models/models_4.d.ts +282 -250
- package/dist-types/models/models_5.d.ts +248 -0
- package/dist-types/pagination/DescribeFolderPermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFolderResolvedPermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListActionConnectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnalysesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetBundleExportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetBundleImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBrandsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCustomPermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDashboardVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDashboardsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFlowsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFolderMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFoldersForResourcePaginator.d.ts +1 -1
- package/dist-types/pagination/ListFoldersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGroupMembershipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIngestionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNamespacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRoleMembershipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTemplateAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTemplateVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListThemeVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListThemesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTopicsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUserGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchActionConnectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchAnalysesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchDashboardsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchDataSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchDataSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchFlowsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchFoldersPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchTopicsPaginator.d.ts +1 -1
- 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 +14 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- 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 +30 -17
- package/dist-types/ts3.4/models/models_2.d.ts +33 -148
- package/dist-types/ts3.4/models/models_3.d.ts +191 -63
- package/dist-types/ts3.4/models/models_4.d.ts +82 -86
- 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 +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
|
|
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
|
+
}
|