@aws-sdk/client-quicksight 3.335.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 +565 -12
- 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 +543 -2
- package/dist-types/QuickSight.d.ts +42 -0
- package/dist-types/QuickSightClient.d.ts +8 -2
- 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/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 +54 -0
- package/dist-types/ts3.4/QuickSight.d.ts +102 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +36 -0
- 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/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 +72 -0
- package/package.json +28 -28
|
@@ -0,0 +1,164 @@
|
|
|
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 { DescribeAssetBundleExportJobRequest, DescribeAssetBundleExportJobResponse } from "../models/models_3";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link DescribeAssetBundleExportJobCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface DescribeAssetBundleExportJobCommandInput extends DescribeAssetBundleExportJobRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link DescribeAssetBundleExportJobCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface DescribeAssetBundleExportJobCommandOutput extends DescribeAssetBundleExportJobResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Describes an existing export job.</p>
|
|
23
|
+
* <p>Poll job descriptions after a job starts to know the status of the job. When a job succeeds, a URL is provided to download the exported assets' data from. Download URLs are valid for five minutes after they are generated. You can call the <code>DescribeAssetBundleExportJob</code> API for a new download URL as needed.</p>
|
|
24
|
+
* <p>Job descriptions are available for 14 days after the job starts.</p>
|
|
25
|
+
* @example
|
|
26
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
+
* ```javascript
|
|
28
|
+
* import { QuickSightClient, DescribeAssetBundleExportJobCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
29
|
+
* // const { QuickSightClient, DescribeAssetBundleExportJobCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
30
|
+
* const client = new QuickSightClient(config);
|
|
31
|
+
* const input = { // DescribeAssetBundleExportJobRequest
|
|
32
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
33
|
+
* AssetBundleExportJobId: "STRING_VALUE", // required
|
|
34
|
+
* };
|
|
35
|
+
* const command = new DescribeAssetBundleExportJobCommand(input);
|
|
36
|
+
* const response = await client.send(command);
|
|
37
|
+
* // { // DescribeAssetBundleExportJobResponse
|
|
38
|
+
* // JobStatus: "QUEUED_FOR_IMMEDIATE_EXECUTION" || "IN_PROGRESS" || "SUCCESSFUL" || "FAILED",
|
|
39
|
+
* // DownloadUrl: "STRING_VALUE",
|
|
40
|
+
* // Errors: [ // AssetBundleExportJobErrorList
|
|
41
|
+
* // { // AssetBundleExportJobError
|
|
42
|
+
* // Arn: "STRING_VALUE",
|
|
43
|
+
* // Type: "STRING_VALUE",
|
|
44
|
+
* // Message: "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // ],
|
|
47
|
+
* // Arn: "STRING_VALUE",
|
|
48
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
49
|
+
* // AssetBundleExportJobId: "STRING_VALUE",
|
|
50
|
+
* // AwsAccountId: "STRING_VALUE",
|
|
51
|
+
* // ResourceArns: [ // AssetBundleResourceArns
|
|
52
|
+
* // "STRING_VALUE",
|
|
53
|
+
* // ],
|
|
54
|
+
* // IncludeAllDependencies: true || false,
|
|
55
|
+
* // ExportFormat: "CLOUDFORMATION_JSON" || "QUICKSIGHT_JSON",
|
|
56
|
+
* // CloudFormationOverridePropertyConfiguration: { // AssetBundleCloudFormationOverridePropertyConfiguration
|
|
57
|
+
* // ResourceIdOverrideConfiguration: { // AssetBundleExportJobResourceIdOverrideConfiguration
|
|
58
|
+
* // PrefixForAllResources: true || false,
|
|
59
|
+
* // },
|
|
60
|
+
* // VPCConnections: [ // AssetBundleExportJobVPCConnectionOverridePropertiesList
|
|
61
|
+
* // { // AssetBundleExportJobVPCConnectionOverrideProperties
|
|
62
|
+
* // Arn: "STRING_VALUE",
|
|
63
|
+
* // Properties: [ // AssetBundleExportJobVPCConnectionPropertyToOverrideList // required
|
|
64
|
+
* // "Name" || "DnsResolvers" || "RoleArn",
|
|
65
|
+
* // ],
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
68
|
+
* // RefreshSchedules: [ // AssetBundleExportJobRefreshScheduleOverridePropertiesList
|
|
69
|
+
* // { // AssetBundleExportJobRefreshScheduleOverrideProperties
|
|
70
|
+
* // Arn: "STRING_VALUE",
|
|
71
|
+
* // Properties: [ // AssetBundleExportJobRefreshSchedulePropertyToOverrideList // required
|
|
72
|
+
* // "StartAfterDateTime",
|
|
73
|
+
* // ],
|
|
74
|
+
* // },
|
|
75
|
+
* // ],
|
|
76
|
+
* // DataSources: [ // AssetBundleExportJobDataSourceOverridePropertiesList
|
|
77
|
+
* // { // AssetBundleExportJobDataSourceOverrideProperties
|
|
78
|
+
* // Arn: "STRING_VALUE",
|
|
79
|
+
* // Properties: [ // AssetBundleExportJobDataSourcePropertyToOverrideList // required
|
|
80
|
+
* // "Name" || "DisableSsl" || "SecretArn" || "Username" || "Password" || "Domain" || "WorkGroup" || "Host" || "Port" || "Database" || "DataSetName" || "Catalog" || "InstanceId" || "ClusterId" || "ManifestFileLocation" || "Warehouse" || "RoleArn",
|
|
81
|
+
* // ],
|
|
82
|
+
* // },
|
|
83
|
+
* // ],
|
|
84
|
+
* // DataSets: [ // AssetBundleExportJobDataSetOverridePropertiesList
|
|
85
|
+
* // { // AssetBundleExportJobDataSetOverrideProperties
|
|
86
|
+
* // Arn: "STRING_VALUE",
|
|
87
|
+
* // Properties: [ // AssetBundleExportJobDataSetPropertyToOverrideList // required
|
|
88
|
+
* // "Name",
|
|
89
|
+
* // ],
|
|
90
|
+
* // },
|
|
91
|
+
* // ],
|
|
92
|
+
* // Themes: [ // AssetBundleExportJobThemeOverridePropertiesList
|
|
93
|
+
* // { // AssetBundleExportJobThemeOverrideProperties
|
|
94
|
+
* // Arn: "STRING_VALUE",
|
|
95
|
+
* // Properties: [ // AssetBundleExportJobThemePropertyToOverrideList // required
|
|
96
|
+
* // "Name",
|
|
97
|
+
* // ],
|
|
98
|
+
* // },
|
|
99
|
+
* // ],
|
|
100
|
+
* // Analyses: [ // AssetBundleExportJobAnalysisOverridePropertiesList
|
|
101
|
+
* // { // AssetBundleExportJobAnalysisOverrideProperties
|
|
102
|
+
* // Arn: "STRING_VALUE",
|
|
103
|
+
* // Properties: [ // AssetBundleExportJobAnalysisPropertyToOverrideList // required
|
|
104
|
+
* // "Name",
|
|
105
|
+
* // ],
|
|
106
|
+
* // },
|
|
107
|
+
* // ],
|
|
108
|
+
* // Dashboards: [ // AssetBundleExportJobDashboardOverridePropertiesList
|
|
109
|
+
* // { // AssetBundleExportJobDashboardOverrideProperties
|
|
110
|
+
* // Arn: "STRING_VALUE",
|
|
111
|
+
* // Properties: [ // AssetBundleExportJobDashboardPropertyToOverrideList // required
|
|
112
|
+
* // "Name",
|
|
113
|
+
* // ],
|
|
114
|
+
* // },
|
|
115
|
+
* // ],
|
|
116
|
+
* // },
|
|
117
|
+
* // RequestId: "STRING_VALUE",
|
|
118
|
+
* // Status: Number("int"),
|
|
119
|
+
* // };
|
|
120
|
+
*
|
|
121
|
+
* ```
|
|
122
|
+
*
|
|
123
|
+
* @param DescribeAssetBundleExportJobCommandInput - {@link DescribeAssetBundleExportJobCommandInput}
|
|
124
|
+
* @returns {@link DescribeAssetBundleExportJobCommandOutput}
|
|
125
|
+
* @see {@link DescribeAssetBundleExportJobCommandInput} for command's `input` shape.
|
|
126
|
+
* @see {@link DescribeAssetBundleExportJobCommandOutput} for command's `response` shape.
|
|
127
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
128
|
+
*
|
|
129
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
130
|
+
* <p>One or more resources can't be found.</p>
|
|
131
|
+
*
|
|
132
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
133
|
+
* <p>Access is throttled.</p>
|
|
134
|
+
*
|
|
135
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
136
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
137
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
138
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
139
|
+
* capability is available in every edition.</p>
|
|
140
|
+
*
|
|
141
|
+
* @throws {@link QuickSightServiceException}
|
|
142
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
143
|
+
*
|
|
144
|
+
*/
|
|
145
|
+
export declare class DescribeAssetBundleExportJobCommand extends $Command<DescribeAssetBundleExportJobCommandInput, DescribeAssetBundleExportJobCommandOutput, QuickSightClientResolvedConfig> {
|
|
146
|
+
readonly input: DescribeAssetBundleExportJobCommandInput;
|
|
147
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
148
|
+
/**
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
constructor(input: DescribeAssetBundleExportJobCommandInput);
|
|
152
|
+
/**
|
|
153
|
+
* @internal
|
|
154
|
+
*/
|
|
155
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAssetBundleExportJobCommandInput, DescribeAssetBundleExportJobCommandOutput>;
|
|
156
|
+
/**
|
|
157
|
+
* @internal
|
|
158
|
+
*/
|
|
159
|
+
private serialize;
|
|
160
|
+
/**
|
|
161
|
+
* @internal
|
|
162
|
+
*/
|
|
163
|
+
private deserialize;
|
|
164
|
+
}
|
|
@@ -0,0 +1,284 @@
|
|
|
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 { DescribeAssetBundleImportJobRequest, DescribeAssetBundleImportJobResponse } from "../models/models_3";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link DescribeAssetBundleImportJobCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface DescribeAssetBundleImportJobCommandInput extends DescribeAssetBundleImportJobRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link DescribeAssetBundleImportJobCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface DescribeAssetBundleImportJobCommandOutput extends DescribeAssetBundleImportJobResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Describes an existing import job.</p>
|
|
23
|
+
* <p>Poll job descriptions after starting a job to know when it has succeeded or failed. Job descriptions are available for 14 days after job starts.</p>
|
|
24
|
+
* @example
|
|
25
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
+
* ```javascript
|
|
27
|
+
* import { QuickSightClient, DescribeAssetBundleImportJobCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
28
|
+
* // const { QuickSightClient, DescribeAssetBundleImportJobCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
29
|
+
* const client = new QuickSightClient(config);
|
|
30
|
+
* const input = { // DescribeAssetBundleImportJobRequest
|
|
31
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
32
|
+
* AssetBundleImportJobId: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
34
|
+
* const command = new DescribeAssetBundleImportJobCommand(input);
|
|
35
|
+
* const response = await client.send(command);
|
|
36
|
+
* // { // DescribeAssetBundleImportJobResponse
|
|
37
|
+
* // JobStatus: "QUEUED_FOR_IMMEDIATE_EXECUTION" || "IN_PROGRESS" || "SUCCESSFUL" || "FAILED" || "FAILED_ROLLBACK_IN_PROGRESS" || "FAILED_ROLLBACK_COMPLETED" || "FAILED_ROLLBACK_ERROR",
|
|
38
|
+
* // Errors: [ // AssetBundleImportJobErrorList
|
|
39
|
+
* // { // AssetBundleImportJobError
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // Type: "STRING_VALUE",
|
|
42
|
+
* // Message: "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // ],
|
|
45
|
+
* // RollbackErrors: [
|
|
46
|
+
* // {
|
|
47
|
+
* // Arn: "STRING_VALUE",
|
|
48
|
+
* // Type: "STRING_VALUE",
|
|
49
|
+
* // Message: "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // ],
|
|
52
|
+
* // Arn: "STRING_VALUE",
|
|
53
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
54
|
+
* // AssetBundleImportJobId: "STRING_VALUE",
|
|
55
|
+
* // AwsAccountId: "STRING_VALUE",
|
|
56
|
+
* // AssetBundleImportSource: { // AssetBundleImportSourceDescription
|
|
57
|
+
* // Body: "STRING_VALUE",
|
|
58
|
+
* // S3Uri: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // OverrideParameters: { // AssetBundleImportJobOverrideParameters
|
|
61
|
+
* // ResourceIdOverrideConfiguration: { // AssetBundleImportJobResourceIdOverrideConfiguration
|
|
62
|
+
* // PrefixForAllResources: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // VPCConnections: [ // AssetBundleImportJobVPCConnectionOverrideParametersList
|
|
65
|
+
* // { // AssetBundleImportJobVPCConnectionOverrideParameters
|
|
66
|
+
* // VPCConnectionId: "STRING_VALUE", // required
|
|
67
|
+
* // Name: "STRING_VALUE",
|
|
68
|
+
* // SubnetIds: [ // SubnetIdList
|
|
69
|
+
* // "STRING_VALUE",
|
|
70
|
+
* // ],
|
|
71
|
+
* // SecurityGroupIds: [ // SecurityGroupIdList
|
|
72
|
+
* // "STRING_VALUE",
|
|
73
|
+
* // ],
|
|
74
|
+
* // DnsResolvers: [ // DnsResolverList
|
|
75
|
+
* // "STRING_VALUE",
|
|
76
|
+
* // ],
|
|
77
|
+
* // RoleArn: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // ],
|
|
80
|
+
* // RefreshSchedules: [ // AssetBundleImportJobRefreshScheduleOverrideParametersList
|
|
81
|
+
* // { // AssetBundleImportJobRefreshScheduleOverrideParameters
|
|
82
|
+
* // DataSetId: "STRING_VALUE", // required
|
|
83
|
+
* // ScheduleId: "STRING_VALUE", // required
|
|
84
|
+
* // StartAfterDateTime: new Date("TIMESTAMP"),
|
|
85
|
+
* // },
|
|
86
|
+
* // ],
|
|
87
|
+
* // DataSources: [ // AssetBundleImportJobDataSourceOverrideParametersList
|
|
88
|
+
* // { // AssetBundleImportJobDataSourceOverrideParameters
|
|
89
|
+
* // DataSourceId: "STRING_VALUE", // required
|
|
90
|
+
* // Name: "STRING_VALUE",
|
|
91
|
+
* // DataSourceParameters: { // DataSourceParameters Union: only one key present
|
|
92
|
+
* // AmazonElasticsearchParameters: { // AmazonElasticsearchParameters
|
|
93
|
+
* // Domain: "STRING_VALUE", // required
|
|
94
|
+
* // },
|
|
95
|
+
* // AthenaParameters: { // AthenaParameters
|
|
96
|
+
* // WorkGroup: "STRING_VALUE",
|
|
97
|
+
* // RoleArn: "STRING_VALUE",
|
|
98
|
+
* // },
|
|
99
|
+
* // AuroraParameters: { // AuroraParameters
|
|
100
|
+
* // Host: "STRING_VALUE", // required
|
|
101
|
+
* // Port: Number("int"), // required
|
|
102
|
+
* // Database: "STRING_VALUE", // required
|
|
103
|
+
* // },
|
|
104
|
+
* // AuroraPostgreSqlParameters: { // AuroraPostgreSqlParameters
|
|
105
|
+
* // Host: "STRING_VALUE", // required
|
|
106
|
+
* // Port: Number("int"), // required
|
|
107
|
+
* // Database: "STRING_VALUE", // required
|
|
108
|
+
* // },
|
|
109
|
+
* // AwsIotAnalyticsParameters: { // AwsIotAnalyticsParameters
|
|
110
|
+
* // DataSetName: "STRING_VALUE", // required
|
|
111
|
+
* // },
|
|
112
|
+
* // JiraParameters: { // JiraParameters
|
|
113
|
+
* // SiteBaseUrl: "STRING_VALUE", // required
|
|
114
|
+
* // },
|
|
115
|
+
* // MariaDbParameters: { // MariaDbParameters
|
|
116
|
+
* // Host: "STRING_VALUE", // required
|
|
117
|
+
* // Port: Number("int"), // required
|
|
118
|
+
* // Database: "STRING_VALUE", // required
|
|
119
|
+
* // },
|
|
120
|
+
* // MySqlParameters: { // MySqlParameters
|
|
121
|
+
* // Host: "STRING_VALUE", // required
|
|
122
|
+
* // Port: Number("int"), // required
|
|
123
|
+
* // Database: "STRING_VALUE", // required
|
|
124
|
+
* // },
|
|
125
|
+
* // OracleParameters: { // OracleParameters
|
|
126
|
+
* // Host: "STRING_VALUE", // required
|
|
127
|
+
* // Port: Number("int"), // required
|
|
128
|
+
* // Database: "STRING_VALUE", // required
|
|
129
|
+
* // },
|
|
130
|
+
* // PostgreSqlParameters: { // PostgreSqlParameters
|
|
131
|
+
* // Host: "STRING_VALUE", // required
|
|
132
|
+
* // Port: Number("int"), // required
|
|
133
|
+
* // Database: "STRING_VALUE", // required
|
|
134
|
+
* // },
|
|
135
|
+
* // PrestoParameters: { // PrestoParameters
|
|
136
|
+
* // Host: "STRING_VALUE", // required
|
|
137
|
+
* // Port: Number("int"), // required
|
|
138
|
+
* // Catalog: "STRING_VALUE", // required
|
|
139
|
+
* // },
|
|
140
|
+
* // RdsParameters: { // RdsParameters
|
|
141
|
+
* // InstanceId: "STRING_VALUE", // required
|
|
142
|
+
* // Database: "STRING_VALUE", // required
|
|
143
|
+
* // },
|
|
144
|
+
* // RedshiftParameters: { // RedshiftParameters
|
|
145
|
+
* // Host: "STRING_VALUE",
|
|
146
|
+
* // Port: Number("int"),
|
|
147
|
+
* // Database: "STRING_VALUE", // required
|
|
148
|
+
* // ClusterId: "STRING_VALUE",
|
|
149
|
+
* // },
|
|
150
|
+
* // S3Parameters: { // S3Parameters
|
|
151
|
+
* // ManifestFileLocation: { // ManifestFileLocation
|
|
152
|
+
* // Bucket: "STRING_VALUE", // required
|
|
153
|
+
* // Key: "STRING_VALUE", // required
|
|
154
|
+
* // },
|
|
155
|
+
* // RoleArn: "STRING_VALUE",
|
|
156
|
+
* // },
|
|
157
|
+
* // ServiceNowParameters: { // ServiceNowParameters
|
|
158
|
+
* // SiteBaseUrl: "STRING_VALUE", // required
|
|
159
|
+
* // },
|
|
160
|
+
* // SnowflakeParameters: { // SnowflakeParameters
|
|
161
|
+
* // Host: "STRING_VALUE", // required
|
|
162
|
+
* // Database: "STRING_VALUE", // required
|
|
163
|
+
* // Warehouse: "STRING_VALUE", // required
|
|
164
|
+
* // },
|
|
165
|
+
* // SparkParameters: { // SparkParameters
|
|
166
|
+
* // Host: "STRING_VALUE", // required
|
|
167
|
+
* // Port: Number("int"), // required
|
|
168
|
+
* // },
|
|
169
|
+
* // SqlServerParameters: { // SqlServerParameters
|
|
170
|
+
* // Host: "STRING_VALUE", // required
|
|
171
|
+
* // Port: Number("int"), // required
|
|
172
|
+
* // Database: "STRING_VALUE", // required
|
|
173
|
+
* // },
|
|
174
|
+
* // TeradataParameters: { // TeradataParameters
|
|
175
|
+
* // Host: "STRING_VALUE", // required
|
|
176
|
+
* // Port: Number("int"), // required
|
|
177
|
+
* // Database: "STRING_VALUE", // required
|
|
178
|
+
* // },
|
|
179
|
+
* // TwitterParameters: { // TwitterParameters
|
|
180
|
+
* // Query: "STRING_VALUE", // required
|
|
181
|
+
* // MaxRows: Number("int"), // required
|
|
182
|
+
* // },
|
|
183
|
+
* // AmazonOpenSearchParameters: { // AmazonOpenSearchParameters
|
|
184
|
+
* // Domain: "STRING_VALUE", // required
|
|
185
|
+
* // },
|
|
186
|
+
* // ExasolParameters: { // ExasolParameters
|
|
187
|
+
* // Host: "STRING_VALUE", // required
|
|
188
|
+
* // Port: Number("int"), // required
|
|
189
|
+
* // },
|
|
190
|
+
* // DatabricksParameters: { // DatabricksParameters
|
|
191
|
+
* // Host: "STRING_VALUE", // required
|
|
192
|
+
* // Port: Number("int"), // required
|
|
193
|
+
* // SqlEndpointPath: "STRING_VALUE", // required
|
|
194
|
+
* // },
|
|
195
|
+
* // },
|
|
196
|
+
* // VpcConnectionProperties: { // VpcConnectionProperties
|
|
197
|
+
* // VpcConnectionArn: "STRING_VALUE", // required
|
|
198
|
+
* // },
|
|
199
|
+
* // SslProperties: { // SslProperties
|
|
200
|
+
* // DisableSsl: true || false,
|
|
201
|
+
* // },
|
|
202
|
+
* // Credentials: { // AssetBundleImportJobDataSourceCredentials
|
|
203
|
+
* // CredentialPair: { // AssetBundleImportJobDataSourceCredentialPair
|
|
204
|
+
* // Username: "STRING_VALUE", // required
|
|
205
|
+
* // Password: "STRING_VALUE", // required
|
|
206
|
+
* // },
|
|
207
|
+
* // SecretArn: "STRING_VALUE",
|
|
208
|
+
* // },
|
|
209
|
+
* // },
|
|
210
|
+
* // ],
|
|
211
|
+
* // DataSets: [ // AssetBundleImportJobDataSetOverrideParametersList
|
|
212
|
+
* // { // AssetBundleImportJobDataSetOverrideParameters
|
|
213
|
+
* // DataSetId: "STRING_VALUE", // required
|
|
214
|
+
* // Name: "STRING_VALUE",
|
|
215
|
+
* // },
|
|
216
|
+
* // ],
|
|
217
|
+
* // Themes: [ // AssetBundleImportJobThemeOverrideParametersList
|
|
218
|
+
* // { // AssetBundleImportJobThemeOverrideParameters
|
|
219
|
+
* // ThemeId: "STRING_VALUE", // required
|
|
220
|
+
* // Name: "STRING_VALUE",
|
|
221
|
+
* // },
|
|
222
|
+
* // ],
|
|
223
|
+
* // Analyses: [ // AssetBundleImportJobAnalysisOverrideParametersList
|
|
224
|
+
* // { // AssetBundleImportJobAnalysisOverrideParameters
|
|
225
|
+
* // AnalysisId: "STRING_VALUE", // required
|
|
226
|
+
* // Name: "STRING_VALUE",
|
|
227
|
+
* // },
|
|
228
|
+
* // ],
|
|
229
|
+
* // Dashboards: [ // AssetBundleImportJobDashboardOverrideParametersList
|
|
230
|
+
* // { // AssetBundleImportJobDashboardOverrideParameters
|
|
231
|
+
* // DashboardId: "STRING_VALUE", // required
|
|
232
|
+
* // Name: "STRING_VALUE",
|
|
233
|
+
* // },
|
|
234
|
+
* // ],
|
|
235
|
+
* // },
|
|
236
|
+
* // FailureAction: "DO_NOTHING" || "ROLLBACK",
|
|
237
|
+
* // RequestId: "STRING_VALUE",
|
|
238
|
+
* // Status: Number("int"),
|
|
239
|
+
* // };
|
|
240
|
+
*
|
|
241
|
+
* ```
|
|
242
|
+
*
|
|
243
|
+
* @param DescribeAssetBundleImportJobCommandInput - {@link DescribeAssetBundleImportJobCommandInput}
|
|
244
|
+
* @returns {@link DescribeAssetBundleImportJobCommandOutput}
|
|
245
|
+
* @see {@link DescribeAssetBundleImportJobCommandInput} for command's `input` shape.
|
|
246
|
+
* @see {@link DescribeAssetBundleImportJobCommandOutput} for command's `response` shape.
|
|
247
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
248
|
+
*
|
|
249
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
250
|
+
* <p>One or more resources can't be found.</p>
|
|
251
|
+
*
|
|
252
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
253
|
+
* <p>Access is throttled.</p>
|
|
254
|
+
*
|
|
255
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
256
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
257
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
258
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
259
|
+
* capability is available in every edition.</p>
|
|
260
|
+
*
|
|
261
|
+
* @throws {@link QuickSightServiceException}
|
|
262
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
263
|
+
*
|
|
264
|
+
*/
|
|
265
|
+
export declare class DescribeAssetBundleImportJobCommand extends $Command<DescribeAssetBundleImportJobCommandInput, DescribeAssetBundleImportJobCommandOutput, QuickSightClientResolvedConfig> {
|
|
266
|
+
readonly input: DescribeAssetBundleImportJobCommandInput;
|
|
267
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
268
|
+
/**
|
|
269
|
+
* @public
|
|
270
|
+
*/
|
|
271
|
+
constructor(input: DescribeAssetBundleImportJobCommandInput);
|
|
272
|
+
/**
|
|
273
|
+
* @internal
|
|
274
|
+
*/
|
|
275
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAssetBundleImportJobCommandInput, DescribeAssetBundleImportJobCommandOutput>;
|
|
276
|
+
/**
|
|
277
|
+
* @internal
|
|
278
|
+
*/
|
|
279
|
+
private serialize;
|
|
280
|
+
/**
|
|
281
|
+
* @internal
|
|
282
|
+
*/
|
|
283
|
+
private deserialize;
|
|
284
|
+
}
|
|
@@ -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 { DescribeDashboardRequest, DescribeDashboardResponse } from "../models/
|
|
4
|
+
import { DescribeDashboardRequest, DescribeDashboardResponse } from "../models/models_3";
|
|
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 { DescribeDashboardDefinitionRequest, DescribeDashboardDefinitionResponse } from "../models/
|
|
4
|
+
import { DescribeDashboardDefinitionRequest, DescribeDashboardDefinitionResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -3275,7 +3275,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
|
|
|
3275
3275
|
* // BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3276
3276
|
* // },
|
|
3277
3277
|
* // PointStyleOptions: { // GeospatialPointStyleOptions
|
|
3278
|
-
* // SelectedPointStyle: "POINT" || "CLUSTER",
|
|
3278
|
+
* // SelectedPointStyle: "POINT" || "CLUSTER" || "HEATMAP",
|
|
3279
3279
|
* // ClusterMarkerConfiguration: { // ClusterMarkerConfiguration
|
|
3280
3280
|
* // ClusterMarker: { // ClusterMarker
|
|
3281
3281
|
* // SimpleClusterMarker: { // SimpleClusterMarker
|
|
@@ -3283,6 +3283,15 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
|
|
|
3283
3283
|
* // },
|
|
3284
3284
|
* // },
|
|
3285
3285
|
* // },
|
|
3286
|
+
* // HeatmapConfiguration: { // GeospatialHeatmapConfiguration
|
|
3287
|
+
* // HeatmapColor: { // GeospatialHeatmapColorScale
|
|
3288
|
+
* // Colors: [ // GeospatialHeatmapDataColorList
|
|
3289
|
+
* // { // GeospatialHeatmapDataColor
|
|
3290
|
+
* // Color: "STRING_VALUE", // required
|
|
3291
|
+
* // },
|
|
3292
|
+
* // ],
|
|
3293
|
+
* // },
|
|
3294
|
+
* // },
|
|
3286
3295
|
* // },
|
|
3287
3296
|
* // VisualPalette: {
|
|
3288
3297
|
* // ChartColor: "STRING_VALUE",
|
|
@@ -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 { DescribeDashboardPermissionsRequest, DescribeDashboardPermissionsResponse } from "../models/
|
|
4
|
+
import { DescribeDashboardPermissionsRequest, DescribeDashboardPermissionsResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -3293,7 +3293,7 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
|
|
|
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 DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
|
|
|
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",
|
|
@@ -0,0 +1,104 @@
|
|
|
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 { ListAssetBundleExportJobsRequest, ListAssetBundleExportJobsResponse } from "../models/models_3";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link ListAssetBundleExportJobsCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface ListAssetBundleExportJobsCommandInput extends ListAssetBundleExportJobsRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link ListAssetBundleExportJobsCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListAssetBundleExportJobsCommandOutput extends ListAssetBundleExportJobsResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Lists all asset bundle export jobs that have been 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>ListAssetBundleExportJobs</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, ListAssetBundleExportJobsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
|
+
* // const { QuickSightClient, ListAssetBundleExportJobsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
|
+
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // ListAssetBundleExportJobsRequest
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* NextToken: "STRING_VALUE",
|
|
32
|
+
* MaxResults: Number("int"),
|
|
33
|
+
* };
|
|
34
|
+
* const command = new ListAssetBundleExportJobsCommand(input);
|
|
35
|
+
* const response = await client.send(command);
|
|
36
|
+
* // { // ListAssetBundleExportJobsResponse
|
|
37
|
+
* // AssetBundleExportJobSummaryList: [ // AssetBundleExportJobSummaryList
|
|
38
|
+
* // { // AssetBundleExportJobSummary
|
|
39
|
+
* // JobStatus: "QUEUED_FOR_IMMEDIATE_EXECUTION" || "IN_PROGRESS" || "SUCCESSFUL" || "FAILED",
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
42
|
+
* // AssetBundleExportJobId: "STRING_VALUE",
|
|
43
|
+
* // IncludeAllDependencies: true || false,
|
|
44
|
+
* // ExportFormat: "CLOUDFORMATION_JSON" || "QUICKSIGHT_JSON",
|
|
45
|
+
* // },
|
|
46
|
+
* // ],
|
|
47
|
+
* // NextToken: "STRING_VALUE",
|
|
48
|
+
* // RequestId: "STRING_VALUE",
|
|
49
|
+
* // Status: Number("int"),
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
52
|
+
* ```
|
|
53
|
+
*
|
|
54
|
+
* @param ListAssetBundleExportJobsCommandInput - {@link ListAssetBundleExportJobsCommandInput}
|
|
55
|
+
* @returns {@link ListAssetBundleExportJobsCommandOutput}
|
|
56
|
+
* @see {@link ListAssetBundleExportJobsCommandInput} for command's `input` shape.
|
|
57
|
+
* @see {@link ListAssetBundleExportJobsCommandOutput} for command's `response` shape.
|
|
58
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
61
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
62
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
63
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
64
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
67
|
+
* <p>The <code>NextToken</code> value isn't valid.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
70
|
+
* <p>One or more resources can't be found.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
73
|
+
* <p>Access is throttled.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
76
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
77
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
78
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
79
|
+
* capability is available in every edition.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link QuickSightServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
83
|
+
*
|
|
84
|
+
*/
|
|
85
|
+
export declare class ListAssetBundleExportJobsCommand extends $Command<ListAssetBundleExportJobsCommandInput, ListAssetBundleExportJobsCommandOutput, QuickSightClientResolvedConfig> {
|
|
86
|
+
readonly input: ListAssetBundleExportJobsCommandInput;
|
|
87
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
+
/**
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
constructor(input: ListAssetBundleExportJobsCommandInput);
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
95
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssetBundleExportJobsCommandInput, ListAssetBundleExportJobsCommandOutput>;
|
|
96
|
+
/**
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
99
|
+
private serialize;
|
|
100
|
+
/**
|
|
101
|
+
* @internal
|
|
102
|
+
*/
|
|
103
|
+
private deserialize;
|
|
104
|
+
}
|