@aws-sdk/client-quicksight 3.332.0 → 3.337.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 +48 -0
- package/dist-cjs/QuickSight.js +12 -0
- package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAssetBundleExportJobCommand.js +45 -0
- package/dist-cjs/commands/DescribeAssetBundleImportJobCommand.js +46 -0
- package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +2 -2
- package/dist-cjs/commands/ListAssetBundleExportJobsCommand.js +45 -0
- package/dist-cjs/commands/ListAssetBundleImportJobsCommand.js +45 -0
- package/dist-cjs/commands/StartAssetBundleExportJobCommand.js +45 -0
- package/dist-cjs/commands/StartAssetBundleImportJobCommand.js +46 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_1.js +64 -159
- package/dist-cjs/models/models_2.js +240 -63
- package/dist-cjs/models/models_3.js +20 -1
- package/dist-cjs/models/models_4.js +2 -0
- package/dist-cjs/pagination/ListAssetBundleExportJobsPaginator.js +29 -0
- package/dist-cjs/pagination/ListAssetBundleImportJobsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +566 -13
- package/dist-es/QuickSight.js +12 -0
- package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +41 -0
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +42 -0
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
- package/dist-es/commands/ListAssetBundleExportJobsCommand.js +41 -0
- package/dist-es/commands/ListAssetBundleImportJobsCommand.js +41 -0
- package/dist-es/commands/StartAssetBundleExportJobCommand.js +41 -0
- package/dist-es/commands/StartAssetBundleImportJobCommand.js +42 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_1.js +58 -149
- package/dist-es/models/models_2.js +228 -59
- package/dist-es/models/models_3.js +16 -1
- package/dist-es/models/models_4.js +1 -0
- package/dist-es/pagination/ListAssetBundleExportJobsPaginator.js +25 -0
- package/dist-es/pagination/ListAssetBundleImportJobsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +544 -3
- package/dist-types/QuickSight.d.ts +42 -0
- package/dist-types/QuickSightClient.d.ts +11 -4
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +10 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +10 -1
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTopicCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -2
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +164 -0
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +284 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +11 -2
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +104 -0
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +103 -0
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +168 -0
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +283 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +2 -1
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +326 -339
- package/dist-types/models/models_2.d.ts +4908 -5140
- package/dist-types/models/models_3.d.ts +1611 -609
- package/dist-types/models/models_4.d.ts +315 -0
- package/dist-types/pagination/ListAssetBundleExportJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAssetBundleImportJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +56 -2
- package/dist-types/runtimeConfig.browser.d.ts +12 -12
- package/dist-types/runtimeConfig.d.ts +9 -9
- package/dist-types/runtimeConfig.native.d.ts +13 -13
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/QuickSight.d.ts +102 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +43 -5
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartAssetBundleExportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +189 -209
- package/dist-types/ts3.4/models/models_2.d.ts +1285 -1251
- package/dist-types/ts3.4/models/models_3.d.ts +339 -72
- package/dist-types/ts3.4/models/models_4.d.ts +74 -0
- package/dist-types/ts3.4/pagination/ListAssetBundleExportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAssetBundleImportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +74 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -15
- package/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -15
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/package.json +30 -29
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ListAssetBundleImportJobsRequest, ListAssetBundleImportJobsResponse } from "../models/models_3";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link ListAssetBundleImportJobsCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface ListAssetBundleImportJobsCommandInput extends ListAssetBundleImportJobsRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link ListAssetBundleImportJobsCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListAssetBundleImportJobsCommandOutput extends ListAssetBundleImportJobsResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Lists all asset bundle import jobs that have taken place in the last 14 days. Jobs created more than 14 days ago are deleted forever and are not returned. If you are using the same job ID for multiple jobs, <code>ListAssetBundleImportJobs</code> only returns the most recent job that uses the repeated job ID.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { QuickSightClient, ListAssetBundleImportJobsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
|
+
* // const { QuickSightClient, ListAssetBundleImportJobsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
|
+
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // ListAssetBundleImportJobsRequest
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* NextToken: "STRING_VALUE",
|
|
32
|
+
* MaxResults: Number("int"),
|
|
33
|
+
* };
|
|
34
|
+
* const command = new ListAssetBundleImportJobsCommand(input);
|
|
35
|
+
* const response = await client.send(command);
|
|
36
|
+
* // { // ListAssetBundleImportJobsResponse
|
|
37
|
+
* // AssetBundleImportJobSummaryList: [ // AssetBundleImportJobSummaryList
|
|
38
|
+
* // { // AssetBundleImportJobSummary
|
|
39
|
+
* // JobStatus: "QUEUED_FOR_IMMEDIATE_EXECUTION" || "IN_PROGRESS" || "SUCCESSFUL" || "FAILED" || "FAILED_ROLLBACK_IN_PROGRESS" || "FAILED_ROLLBACK_COMPLETED" || "FAILED_ROLLBACK_ERROR",
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
42
|
+
* // AssetBundleImportJobId: "STRING_VALUE",
|
|
43
|
+
* // FailureAction: "DO_NOTHING" || "ROLLBACK",
|
|
44
|
+
* // },
|
|
45
|
+
* // ],
|
|
46
|
+
* // NextToken: "STRING_VALUE",
|
|
47
|
+
* // RequestId: "STRING_VALUE",
|
|
48
|
+
* // Status: Number("int"),
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
51
|
+
* ```
|
|
52
|
+
*
|
|
53
|
+
* @param ListAssetBundleImportJobsCommandInput - {@link ListAssetBundleImportJobsCommandInput}
|
|
54
|
+
* @returns {@link ListAssetBundleImportJobsCommandOutput}
|
|
55
|
+
* @see {@link ListAssetBundleImportJobsCommandInput} for command's `input` shape.
|
|
56
|
+
* @see {@link ListAssetBundleImportJobsCommandOutput} for command's `response` shape.
|
|
57
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
60
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
61
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
62
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
63
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
66
|
+
* <p>The <code>NextToken</code> value isn't valid.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
69
|
+
* <p>One or more resources can't be found.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
72
|
+
* <p>Access is throttled.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
75
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
76
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
77
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
78
|
+
* capability is available in every edition.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link QuickSightServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
82
|
+
*
|
|
83
|
+
*/
|
|
84
|
+
export declare class ListAssetBundleImportJobsCommand extends $Command<ListAssetBundleImportJobsCommandInput, ListAssetBundleImportJobsCommandOutput, QuickSightClientResolvedConfig> {
|
|
85
|
+
readonly input: ListAssetBundleImportJobsCommandInput;
|
|
86
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
constructor(input: ListAssetBundleImportJobsCommandInput);
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
94
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssetBundleImportJobsCommandInput, ListAssetBundleImportJobsCommandOutput>;
|
|
95
|
+
/**
|
|
96
|
+
* @internal
|
|
97
|
+
*/
|
|
98
|
+
private serialize;
|
|
99
|
+
/**
|
|
100
|
+
* @internal
|
|
101
|
+
*/
|
|
102
|
+
private deserialize;
|
|
103
|
+
}
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { StartAssetBundleExportJobRequest, StartAssetBundleExportJobResponse } from "../models/models_3";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link StartAssetBundleExportJobCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface StartAssetBundleExportJobCommandInput extends StartAssetBundleExportJobRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link StartAssetBundleExportJobCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface StartAssetBundleExportJobCommandOutput extends StartAssetBundleExportJobResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Starts an Asset Bundle export job.</p>
|
|
23
|
+
* <p>An Asset Bundle export job exports specified Amazon QuickSight assets. You can also choose to export any asset dependencies in the same job. Export jobs run asynchronously and can be polled with a <code>DescribeAssetBundleExportJob</code> API call. When a job is successfully completed, a download URL that contains the exported assets is returned. The URL is valid for 5 minutes and can be refreshed with a <code>DescribeAssetBundleExportJob</code> API call. Each Amazon QuickSight account can run up to 10 export jobs concurrently.</p>
|
|
24
|
+
* <p>The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.</p>
|
|
25
|
+
* @example
|
|
26
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
+
* ```javascript
|
|
28
|
+
* import { QuickSightClient, StartAssetBundleExportJobCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
29
|
+
* // const { QuickSightClient, StartAssetBundleExportJobCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
30
|
+
* const client = new QuickSightClient(config);
|
|
31
|
+
* const input = { // StartAssetBundleExportJobRequest
|
|
32
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
33
|
+
* AssetBundleExportJobId: "STRING_VALUE", // required
|
|
34
|
+
* ResourceArns: [ // AssetBundleResourceArns // required
|
|
35
|
+
* "STRING_VALUE",
|
|
36
|
+
* ],
|
|
37
|
+
* IncludeAllDependencies: true || false,
|
|
38
|
+
* ExportFormat: "CLOUDFORMATION_JSON" || "QUICKSIGHT_JSON", // required
|
|
39
|
+
* CloudFormationOverridePropertyConfiguration: { // AssetBundleCloudFormationOverridePropertyConfiguration
|
|
40
|
+
* ResourceIdOverrideConfiguration: { // AssetBundleExportJobResourceIdOverrideConfiguration
|
|
41
|
+
* PrefixForAllResources: true || false,
|
|
42
|
+
* },
|
|
43
|
+
* VPCConnections: [ // AssetBundleExportJobVPCConnectionOverridePropertiesList
|
|
44
|
+
* { // AssetBundleExportJobVPCConnectionOverrideProperties
|
|
45
|
+
* Arn: "STRING_VALUE",
|
|
46
|
+
* Properties: [ // AssetBundleExportJobVPCConnectionPropertyToOverrideList // required
|
|
47
|
+
* "Name" || "DnsResolvers" || "RoleArn",
|
|
48
|
+
* ],
|
|
49
|
+
* },
|
|
50
|
+
* ],
|
|
51
|
+
* RefreshSchedules: [ // AssetBundleExportJobRefreshScheduleOverridePropertiesList
|
|
52
|
+
* { // AssetBundleExportJobRefreshScheduleOverrideProperties
|
|
53
|
+
* Arn: "STRING_VALUE",
|
|
54
|
+
* Properties: [ // AssetBundleExportJobRefreshSchedulePropertyToOverrideList // required
|
|
55
|
+
* "StartAfterDateTime",
|
|
56
|
+
* ],
|
|
57
|
+
* },
|
|
58
|
+
* ],
|
|
59
|
+
* DataSources: [ // AssetBundleExportJobDataSourceOverridePropertiesList
|
|
60
|
+
* { // AssetBundleExportJobDataSourceOverrideProperties
|
|
61
|
+
* Arn: "STRING_VALUE",
|
|
62
|
+
* Properties: [ // AssetBundleExportJobDataSourcePropertyToOverrideList // required
|
|
63
|
+
* "Name" || "DisableSsl" || "SecretArn" || "Username" || "Password" || "Domain" || "WorkGroup" || "Host" || "Port" || "Database" || "DataSetName" || "Catalog" || "InstanceId" || "ClusterId" || "ManifestFileLocation" || "Warehouse" || "RoleArn",
|
|
64
|
+
* ],
|
|
65
|
+
* },
|
|
66
|
+
* ],
|
|
67
|
+
* DataSets: [ // AssetBundleExportJobDataSetOverridePropertiesList
|
|
68
|
+
* { // AssetBundleExportJobDataSetOverrideProperties
|
|
69
|
+
* Arn: "STRING_VALUE",
|
|
70
|
+
* Properties: [ // AssetBundleExportJobDataSetPropertyToOverrideList // required
|
|
71
|
+
* "Name",
|
|
72
|
+
* ],
|
|
73
|
+
* },
|
|
74
|
+
* ],
|
|
75
|
+
* Themes: [ // AssetBundleExportJobThemeOverridePropertiesList
|
|
76
|
+
* { // AssetBundleExportJobThemeOverrideProperties
|
|
77
|
+
* Arn: "STRING_VALUE",
|
|
78
|
+
* Properties: [ // AssetBundleExportJobThemePropertyToOverrideList // required
|
|
79
|
+
* "Name",
|
|
80
|
+
* ],
|
|
81
|
+
* },
|
|
82
|
+
* ],
|
|
83
|
+
* Analyses: [ // AssetBundleExportJobAnalysisOverridePropertiesList
|
|
84
|
+
* { // AssetBundleExportJobAnalysisOverrideProperties
|
|
85
|
+
* Arn: "STRING_VALUE",
|
|
86
|
+
* Properties: [ // AssetBundleExportJobAnalysisPropertyToOverrideList // required
|
|
87
|
+
* "Name",
|
|
88
|
+
* ],
|
|
89
|
+
* },
|
|
90
|
+
* ],
|
|
91
|
+
* Dashboards: [ // AssetBundleExportJobDashboardOverridePropertiesList
|
|
92
|
+
* { // AssetBundleExportJobDashboardOverrideProperties
|
|
93
|
+
* Arn: "STRING_VALUE",
|
|
94
|
+
* Properties: [ // AssetBundleExportJobDashboardPropertyToOverrideList // required
|
|
95
|
+
* "Name",
|
|
96
|
+
* ],
|
|
97
|
+
* },
|
|
98
|
+
* ],
|
|
99
|
+
* },
|
|
100
|
+
* };
|
|
101
|
+
* const command = new StartAssetBundleExportJobCommand(input);
|
|
102
|
+
* const response = await client.send(command);
|
|
103
|
+
* // { // StartAssetBundleExportJobResponse
|
|
104
|
+
* // Arn: "STRING_VALUE",
|
|
105
|
+
* // AssetBundleExportJobId: "STRING_VALUE",
|
|
106
|
+
* // RequestId: "STRING_VALUE",
|
|
107
|
+
* // Status: Number("int"),
|
|
108
|
+
* // };
|
|
109
|
+
*
|
|
110
|
+
* ```
|
|
111
|
+
*
|
|
112
|
+
* @param StartAssetBundleExportJobCommandInput - {@link StartAssetBundleExportJobCommandInput}
|
|
113
|
+
* @returns {@link StartAssetBundleExportJobCommandOutput}
|
|
114
|
+
* @see {@link StartAssetBundleExportJobCommandInput} for command's `input` shape.
|
|
115
|
+
* @see {@link StartAssetBundleExportJobCommandOutput} for command's `response` shape.
|
|
116
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
117
|
+
*
|
|
118
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
119
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
120
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
121
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
122
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
123
|
+
*
|
|
124
|
+
* @throws {@link ConflictException} (client fault)
|
|
125
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
126
|
+
*
|
|
127
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
128
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
129
|
+
*
|
|
130
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
131
|
+
* <p>A limit is exceeded.</p>
|
|
132
|
+
*
|
|
133
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
134
|
+
* <p>One or more resources can't be found.</p>
|
|
135
|
+
*
|
|
136
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
137
|
+
* <p>Access is throttled.</p>
|
|
138
|
+
*
|
|
139
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
140
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
141
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
142
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
143
|
+
* capability is available in every edition.</p>
|
|
144
|
+
*
|
|
145
|
+
* @throws {@link QuickSightServiceException}
|
|
146
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
147
|
+
*
|
|
148
|
+
*/
|
|
149
|
+
export declare class StartAssetBundleExportJobCommand extends $Command<StartAssetBundleExportJobCommandInput, StartAssetBundleExportJobCommandOutput, QuickSightClientResolvedConfig> {
|
|
150
|
+
readonly input: StartAssetBundleExportJobCommandInput;
|
|
151
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
152
|
+
/**
|
|
153
|
+
* @public
|
|
154
|
+
*/
|
|
155
|
+
constructor(input: StartAssetBundleExportJobCommandInput);
|
|
156
|
+
/**
|
|
157
|
+
* @internal
|
|
158
|
+
*/
|
|
159
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartAssetBundleExportJobCommandInput, StartAssetBundleExportJobCommandOutput>;
|
|
160
|
+
/**
|
|
161
|
+
* @internal
|
|
162
|
+
*/
|
|
163
|
+
private serialize;
|
|
164
|
+
/**
|
|
165
|
+
* @internal
|
|
166
|
+
*/
|
|
167
|
+
private deserialize;
|
|
168
|
+
}
|
|
@@ -0,0 +1,283 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { StartAssetBundleImportJobRequest, StartAssetBundleImportJobResponse } from "../models/models_3";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link StartAssetBundleImportJobCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface StartAssetBundleImportJobCommandInput extends StartAssetBundleImportJobRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link StartAssetBundleImportJobCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface StartAssetBundleImportJobCommandOutput extends StartAssetBundleImportJobResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Starts an Asset Bundle import job.</p>
|
|
23
|
+
* <p>An Asset Bundle import job imports specified Amazon QuickSight assets into an Amazon QuickSight account. You can also choose to import a naming prefix and specified configuration overrides. The assets that are contained in the bundle file that you provide are used to create or update a new or existing asset in your Amazon QuickSight account. Each Amazon QuickSight account can run up to 10 import jobs concurrently.</p>
|
|
24
|
+
* <p>The API caller must have the necessary <code>"create"</code>, <code>"describe"</code>, and <code>"update"</code> permissions in their IAM role to access each resource type that is contained in the bundle file before the resources can be imported.</p>
|
|
25
|
+
* @example
|
|
26
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
+
* ```javascript
|
|
28
|
+
* import { QuickSightClient, StartAssetBundleImportJobCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
29
|
+
* // const { QuickSightClient, StartAssetBundleImportJobCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
30
|
+
* const client = new QuickSightClient(config);
|
|
31
|
+
* const input = { // StartAssetBundleImportJobRequest
|
|
32
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
33
|
+
* AssetBundleImportJobId: "STRING_VALUE", // required
|
|
34
|
+
* AssetBundleImportSource: { // AssetBundleImportSource
|
|
35
|
+
* Body: "BLOB_VALUE",
|
|
36
|
+
* S3Uri: "STRING_VALUE",
|
|
37
|
+
* },
|
|
38
|
+
* OverrideParameters: { // AssetBundleImportJobOverrideParameters
|
|
39
|
+
* ResourceIdOverrideConfiguration: { // AssetBundleImportJobResourceIdOverrideConfiguration
|
|
40
|
+
* PrefixForAllResources: "STRING_VALUE",
|
|
41
|
+
* },
|
|
42
|
+
* VPCConnections: [ // AssetBundleImportJobVPCConnectionOverrideParametersList
|
|
43
|
+
* { // AssetBundleImportJobVPCConnectionOverrideParameters
|
|
44
|
+
* VPCConnectionId: "STRING_VALUE", // required
|
|
45
|
+
* Name: "STRING_VALUE",
|
|
46
|
+
* SubnetIds: [ // SubnetIdList
|
|
47
|
+
* "STRING_VALUE",
|
|
48
|
+
* ],
|
|
49
|
+
* SecurityGroupIds: [ // SecurityGroupIdList
|
|
50
|
+
* "STRING_VALUE",
|
|
51
|
+
* ],
|
|
52
|
+
* DnsResolvers: [ // DnsResolverList
|
|
53
|
+
* "STRING_VALUE",
|
|
54
|
+
* ],
|
|
55
|
+
* RoleArn: "STRING_VALUE",
|
|
56
|
+
* },
|
|
57
|
+
* ],
|
|
58
|
+
* RefreshSchedules: [ // AssetBundleImportJobRefreshScheduleOverrideParametersList
|
|
59
|
+
* { // AssetBundleImportJobRefreshScheduleOverrideParameters
|
|
60
|
+
* DataSetId: "STRING_VALUE", // required
|
|
61
|
+
* ScheduleId: "STRING_VALUE", // required
|
|
62
|
+
* StartAfterDateTime: new Date("TIMESTAMP"),
|
|
63
|
+
* },
|
|
64
|
+
* ],
|
|
65
|
+
* DataSources: [ // AssetBundleImportJobDataSourceOverrideParametersList
|
|
66
|
+
* { // AssetBundleImportJobDataSourceOverrideParameters
|
|
67
|
+
* DataSourceId: "STRING_VALUE", // required
|
|
68
|
+
* Name: "STRING_VALUE",
|
|
69
|
+
* DataSourceParameters: { // DataSourceParameters Union: only one key present
|
|
70
|
+
* AmazonElasticsearchParameters: { // AmazonElasticsearchParameters
|
|
71
|
+
* Domain: "STRING_VALUE", // required
|
|
72
|
+
* },
|
|
73
|
+
* AthenaParameters: { // AthenaParameters
|
|
74
|
+
* WorkGroup: "STRING_VALUE",
|
|
75
|
+
* RoleArn: "STRING_VALUE",
|
|
76
|
+
* },
|
|
77
|
+
* AuroraParameters: { // AuroraParameters
|
|
78
|
+
* Host: "STRING_VALUE", // required
|
|
79
|
+
* Port: Number("int"), // required
|
|
80
|
+
* Database: "STRING_VALUE", // required
|
|
81
|
+
* },
|
|
82
|
+
* AuroraPostgreSqlParameters: { // AuroraPostgreSqlParameters
|
|
83
|
+
* Host: "STRING_VALUE", // required
|
|
84
|
+
* Port: Number("int"), // required
|
|
85
|
+
* Database: "STRING_VALUE", // required
|
|
86
|
+
* },
|
|
87
|
+
* AwsIotAnalyticsParameters: { // AwsIotAnalyticsParameters
|
|
88
|
+
* DataSetName: "STRING_VALUE", // required
|
|
89
|
+
* },
|
|
90
|
+
* JiraParameters: { // JiraParameters
|
|
91
|
+
* SiteBaseUrl: "STRING_VALUE", // required
|
|
92
|
+
* },
|
|
93
|
+
* MariaDbParameters: { // MariaDbParameters
|
|
94
|
+
* Host: "STRING_VALUE", // required
|
|
95
|
+
* Port: Number("int"), // required
|
|
96
|
+
* Database: "STRING_VALUE", // required
|
|
97
|
+
* },
|
|
98
|
+
* MySqlParameters: { // MySqlParameters
|
|
99
|
+
* Host: "STRING_VALUE", // required
|
|
100
|
+
* Port: Number("int"), // required
|
|
101
|
+
* Database: "STRING_VALUE", // required
|
|
102
|
+
* },
|
|
103
|
+
* OracleParameters: { // OracleParameters
|
|
104
|
+
* Host: "STRING_VALUE", // required
|
|
105
|
+
* Port: Number("int"), // required
|
|
106
|
+
* Database: "STRING_VALUE", // required
|
|
107
|
+
* },
|
|
108
|
+
* PostgreSqlParameters: { // PostgreSqlParameters
|
|
109
|
+
* Host: "STRING_VALUE", // required
|
|
110
|
+
* Port: Number("int"), // required
|
|
111
|
+
* Database: "STRING_VALUE", // required
|
|
112
|
+
* },
|
|
113
|
+
* PrestoParameters: { // PrestoParameters
|
|
114
|
+
* Host: "STRING_VALUE", // required
|
|
115
|
+
* Port: Number("int"), // required
|
|
116
|
+
* Catalog: "STRING_VALUE", // required
|
|
117
|
+
* },
|
|
118
|
+
* RdsParameters: { // RdsParameters
|
|
119
|
+
* InstanceId: "STRING_VALUE", // required
|
|
120
|
+
* Database: "STRING_VALUE", // required
|
|
121
|
+
* },
|
|
122
|
+
* RedshiftParameters: { // RedshiftParameters
|
|
123
|
+
* Host: "STRING_VALUE",
|
|
124
|
+
* Port: Number("int"),
|
|
125
|
+
* Database: "STRING_VALUE", // required
|
|
126
|
+
* ClusterId: "STRING_VALUE",
|
|
127
|
+
* },
|
|
128
|
+
* S3Parameters: { // S3Parameters
|
|
129
|
+
* ManifestFileLocation: { // ManifestFileLocation
|
|
130
|
+
* Bucket: "STRING_VALUE", // required
|
|
131
|
+
* Key: "STRING_VALUE", // required
|
|
132
|
+
* },
|
|
133
|
+
* RoleArn: "STRING_VALUE",
|
|
134
|
+
* },
|
|
135
|
+
* ServiceNowParameters: { // ServiceNowParameters
|
|
136
|
+
* SiteBaseUrl: "STRING_VALUE", // required
|
|
137
|
+
* },
|
|
138
|
+
* SnowflakeParameters: { // SnowflakeParameters
|
|
139
|
+
* Host: "STRING_VALUE", // required
|
|
140
|
+
* Database: "STRING_VALUE", // required
|
|
141
|
+
* Warehouse: "STRING_VALUE", // required
|
|
142
|
+
* },
|
|
143
|
+
* SparkParameters: { // SparkParameters
|
|
144
|
+
* Host: "STRING_VALUE", // required
|
|
145
|
+
* Port: Number("int"), // required
|
|
146
|
+
* },
|
|
147
|
+
* SqlServerParameters: { // SqlServerParameters
|
|
148
|
+
* Host: "STRING_VALUE", // required
|
|
149
|
+
* Port: Number("int"), // required
|
|
150
|
+
* Database: "STRING_VALUE", // required
|
|
151
|
+
* },
|
|
152
|
+
* TeradataParameters: { // TeradataParameters
|
|
153
|
+
* Host: "STRING_VALUE", // required
|
|
154
|
+
* Port: Number("int"), // required
|
|
155
|
+
* Database: "STRING_VALUE", // required
|
|
156
|
+
* },
|
|
157
|
+
* TwitterParameters: { // TwitterParameters
|
|
158
|
+
* Query: "STRING_VALUE", // required
|
|
159
|
+
* MaxRows: Number("int"), // required
|
|
160
|
+
* },
|
|
161
|
+
* AmazonOpenSearchParameters: { // AmazonOpenSearchParameters
|
|
162
|
+
* Domain: "STRING_VALUE", // required
|
|
163
|
+
* },
|
|
164
|
+
* ExasolParameters: { // ExasolParameters
|
|
165
|
+
* Host: "STRING_VALUE", // required
|
|
166
|
+
* Port: Number("int"), // required
|
|
167
|
+
* },
|
|
168
|
+
* DatabricksParameters: { // DatabricksParameters
|
|
169
|
+
* Host: "STRING_VALUE", // required
|
|
170
|
+
* Port: Number("int"), // required
|
|
171
|
+
* SqlEndpointPath: "STRING_VALUE", // required
|
|
172
|
+
* },
|
|
173
|
+
* },
|
|
174
|
+
* VpcConnectionProperties: { // VpcConnectionProperties
|
|
175
|
+
* VpcConnectionArn: "STRING_VALUE", // required
|
|
176
|
+
* },
|
|
177
|
+
* SslProperties: { // SslProperties
|
|
178
|
+
* DisableSsl: true || false,
|
|
179
|
+
* },
|
|
180
|
+
* Credentials: { // AssetBundleImportJobDataSourceCredentials
|
|
181
|
+
* CredentialPair: { // AssetBundleImportJobDataSourceCredentialPair
|
|
182
|
+
* Username: "STRING_VALUE", // required
|
|
183
|
+
* Password: "STRING_VALUE", // required
|
|
184
|
+
* },
|
|
185
|
+
* SecretArn: "STRING_VALUE",
|
|
186
|
+
* },
|
|
187
|
+
* },
|
|
188
|
+
* ],
|
|
189
|
+
* DataSets: [ // AssetBundleImportJobDataSetOverrideParametersList
|
|
190
|
+
* { // AssetBundleImportJobDataSetOverrideParameters
|
|
191
|
+
* DataSetId: "STRING_VALUE", // required
|
|
192
|
+
* Name: "STRING_VALUE",
|
|
193
|
+
* },
|
|
194
|
+
* ],
|
|
195
|
+
* Themes: [ // AssetBundleImportJobThemeOverrideParametersList
|
|
196
|
+
* { // AssetBundleImportJobThemeOverrideParameters
|
|
197
|
+
* ThemeId: "STRING_VALUE", // required
|
|
198
|
+
* Name: "STRING_VALUE",
|
|
199
|
+
* },
|
|
200
|
+
* ],
|
|
201
|
+
* Analyses: [ // AssetBundleImportJobAnalysisOverrideParametersList
|
|
202
|
+
* { // AssetBundleImportJobAnalysisOverrideParameters
|
|
203
|
+
* AnalysisId: "STRING_VALUE", // required
|
|
204
|
+
* Name: "STRING_VALUE",
|
|
205
|
+
* },
|
|
206
|
+
* ],
|
|
207
|
+
* Dashboards: [ // AssetBundleImportJobDashboardOverrideParametersList
|
|
208
|
+
* { // AssetBundleImportJobDashboardOverrideParameters
|
|
209
|
+
* DashboardId: "STRING_VALUE", // required
|
|
210
|
+
* Name: "STRING_VALUE",
|
|
211
|
+
* },
|
|
212
|
+
* ],
|
|
213
|
+
* },
|
|
214
|
+
* FailureAction: "DO_NOTHING" || "ROLLBACK",
|
|
215
|
+
* };
|
|
216
|
+
* const command = new StartAssetBundleImportJobCommand(input);
|
|
217
|
+
* const response = await client.send(command);
|
|
218
|
+
* // { // StartAssetBundleImportJobResponse
|
|
219
|
+
* // Arn: "STRING_VALUE",
|
|
220
|
+
* // AssetBundleImportJobId: "STRING_VALUE",
|
|
221
|
+
* // RequestId: "STRING_VALUE",
|
|
222
|
+
* // Status: Number("int"),
|
|
223
|
+
* // };
|
|
224
|
+
*
|
|
225
|
+
* ```
|
|
226
|
+
*
|
|
227
|
+
* @param StartAssetBundleImportJobCommandInput - {@link StartAssetBundleImportJobCommandInput}
|
|
228
|
+
* @returns {@link StartAssetBundleImportJobCommandOutput}
|
|
229
|
+
* @see {@link StartAssetBundleImportJobCommandInput} for command's `input` shape.
|
|
230
|
+
* @see {@link StartAssetBundleImportJobCommandOutput} for command's `response` shape.
|
|
231
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
232
|
+
*
|
|
233
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
234
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
235
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
236
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
237
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
238
|
+
*
|
|
239
|
+
* @throws {@link ConflictException} (client fault)
|
|
240
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
241
|
+
*
|
|
242
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
243
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
244
|
+
*
|
|
245
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
246
|
+
* <p>A limit is exceeded.</p>
|
|
247
|
+
*
|
|
248
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
249
|
+
* <p>One or more resources can't be found.</p>
|
|
250
|
+
*
|
|
251
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
252
|
+
* <p>Access is throttled.</p>
|
|
253
|
+
*
|
|
254
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
255
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
256
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
257
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
258
|
+
* capability is available in every edition.</p>
|
|
259
|
+
*
|
|
260
|
+
* @throws {@link QuickSightServiceException}
|
|
261
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
262
|
+
*
|
|
263
|
+
*/
|
|
264
|
+
export declare class StartAssetBundleImportJobCommand extends $Command<StartAssetBundleImportJobCommandInput, StartAssetBundleImportJobCommandOutput, QuickSightClientResolvedConfig> {
|
|
265
|
+
readonly input: StartAssetBundleImportJobCommandInput;
|
|
266
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
267
|
+
/**
|
|
268
|
+
* @public
|
|
269
|
+
*/
|
|
270
|
+
constructor(input: StartAssetBundleImportJobCommandInput);
|
|
271
|
+
/**
|
|
272
|
+
* @internal
|
|
273
|
+
*/
|
|
274
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartAssetBundleImportJobCommandInput, StartAssetBundleImportJobCommandOutput>;
|
|
275
|
+
/**
|
|
276
|
+
* @internal
|
|
277
|
+
*/
|
|
278
|
+
private serialize;
|
|
279
|
+
/**
|
|
280
|
+
* @internal
|
|
281
|
+
*/
|
|
282
|
+
private deserialize;
|
|
283
|
+
}
|
|
@@ -3293,7 +3293,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
3293
3293
|
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3294
3294
|
* },
|
|
3295
3295
|
* PointStyleOptions: { // GeospatialPointStyleOptions
|
|
3296
|
-
* SelectedPointStyle: "POINT" || "CLUSTER",
|
|
3296
|
+
* SelectedPointStyle: "POINT" || "CLUSTER" || "HEATMAP",
|
|
3297
3297
|
* ClusterMarkerConfiguration: { // ClusterMarkerConfiguration
|
|
3298
3298
|
* ClusterMarker: { // ClusterMarker
|
|
3299
3299
|
* SimpleClusterMarker: { // SimpleClusterMarker
|
|
@@ -3301,6 +3301,15 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
3301
3301
|
* },
|
|
3302
3302
|
* },
|
|
3303
3303
|
* },
|
|
3304
|
+
* HeatmapConfiguration: { // GeospatialHeatmapConfiguration
|
|
3305
|
+
* HeatmapColor: { // GeospatialHeatmapColorScale
|
|
3306
|
+
* Colors: [ // GeospatialHeatmapDataColorList
|
|
3307
|
+
* { // GeospatialHeatmapDataColor
|
|
3308
|
+
* Color: "STRING_VALUE", // required
|
|
3309
|
+
* },
|
|
3310
|
+
* ],
|
|
3311
|
+
* },
|
|
3312
|
+
* },
|
|
3304
3313
|
* },
|
|
3305
3314
|
* VisualPalette: {
|
|
3306
3315
|
* ChartColor: "STRING_VALUE",
|
|
@@ -3338,7 +3338,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
3338
3338
|
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3339
3339
|
* },
|
|
3340
3340
|
* PointStyleOptions: { // GeospatialPointStyleOptions
|
|
3341
|
-
* SelectedPointStyle: "POINT" || "CLUSTER",
|
|
3341
|
+
* SelectedPointStyle: "POINT" || "CLUSTER" || "HEATMAP",
|
|
3342
3342
|
* ClusterMarkerConfiguration: { // ClusterMarkerConfiguration
|
|
3343
3343
|
* ClusterMarker: { // ClusterMarker
|
|
3344
3344
|
* SimpleClusterMarker: { // SimpleClusterMarker
|
|
@@ -3346,6 +3346,15 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
3346
3346
|
* },
|
|
3347
3347
|
* },
|
|
3348
3348
|
* },
|
|
3349
|
+
* HeatmapConfiguration: { // GeospatialHeatmapConfiguration
|
|
3350
|
+
* HeatmapColor: { // GeospatialHeatmapColorScale
|
|
3351
|
+
* Colors: [ // GeospatialHeatmapDataColorList
|
|
3352
|
+
* { // GeospatialHeatmapDataColor
|
|
3353
|
+
* Color: "STRING_VALUE", // required
|
|
3354
|
+
* },
|
|
3355
|
+
* ],
|
|
3356
|
+
* },
|
|
3357
|
+
* },
|
|
3349
3358
|
* },
|
|
3350
3359
|
* VisualPalette: {
|
|
3351
3360
|
* ChartColor: "STRING_VALUE",
|
|
@@ -3280,7 +3280,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
3280
3280
|
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3281
3281
|
* },
|
|
3282
3282
|
* PointStyleOptions: { // GeospatialPointStyleOptions
|
|
3283
|
-
* SelectedPointStyle: "POINT" || "CLUSTER",
|
|
3283
|
+
* SelectedPointStyle: "POINT" || "CLUSTER" || "HEATMAP",
|
|
3284
3284
|
* ClusterMarkerConfiguration: { // ClusterMarkerConfiguration
|
|
3285
3285
|
* ClusterMarker: { // ClusterMarker
|
|
3286
3286
|
* SimpleClusterMarker: { // SimpleClusterMarker
|
|
@@ -3288,6 +3288,15 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
3288
3288
|
* },
|
|
3289
3289
|
* },
|
|
3290
3290
|
* },
|
|
3291
|
+
* HeatmapConfiguration: { // GeospatialHeatmapConfiguration
|
|
3292
|
+
* HeatmapColor: { // GeospatialHeatmapColorScale
|
|
3293
|
+
* Colors: [ // GeospatialHeatmapDataColorList
|
|
3294
|
+
* { // GeospatialHeatmapDataColor
|
|
3295
|
+
* Color: "STRING_VALUE", // required
|
|
3296
|
+
* },
|
|
3297
|
+
* ],
|
|
3298
|
+
* },
|
|
3299
|
+
* },
|
|
3291
3300
|
* },
|
|
3292
3301
|
* VisualPalette: {
|
|
3293
3302
|
* ChartColor: "STRING_VALUE",
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateTopicRequest
|
|
4
|
+
import { UpdateTopicRequest } from "../models/models_3";
|
|
5
|
+
import { UpdateTopicResponse } from "../models/models_4";
|
|
5
6
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateTopicPermissionsRequest, UpdateTopicPermissionsResponse } from "../models/
|
|
4
|
+
import { UpdateTopicPermissionsRequest, UpdateTopicPermissionsResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateTopicRefreshScheduleRequest, UpdateTopicRefreshScheduleResponse } from "../models/
|
|
4
|
+
import { UpdateTopicRefreshScheduleRequest, UpdateTopicRefreshScheduleResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|