@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
|
@@ -514,6 +514,8 @@ export declare var DescribeAssetBundleExportJobRequest$: StaticStructureSchema;
|
|
|
514
514
|
export declare var DescribeAssetBundleExportJobResponse$: StaticStructureSchema;
|
|
515
515
|
export declare var DescribeAssetBundleImportJobRequest$: StaticStructureSchema;
|
|
516
516
|
export declare var DescribeAssetBundleImportJobResponse$: StaticStructureSchema;
|
|
517
|
+
export declare var DescribeAutomationJobRequest$: StaticStructureSchema;
|
|
518
|
+
export declare var DescribeAutomationJobResponse$: StaticStructureSchema;
|
|
517
519
|
export declare var DescribeBrandAssignmentRequest$: StaticStructureSchema;
|
|
518
520
|
export declare var DescribeBrandAssignmentResponse$: StaticStructureSchema;
|
|
519
521
|
export declare var DescribeBrandPublishedVersionRequest$: StaticStructureSchema;
|
|
@@ -973,6 +975,7 @@ export declare var NumericFormatConfiguration$: StaticStructureSchema;
|
|
|
973
975
|
export declare var NumericRangeFilter$: StaticStructureSchema;
|
|
974
976
|
export declare var NumericRangeFilterValue$: StaticStructureSchema;
|
|
975
977
|
export declare var NumericSeparatorConfiguration$: StaticStructureSchema;
|
|
978
|
+
export declare var OAuthClientCredentials$: StaticStructureSchema;
|
|
976
979
|
export declare var OAuthParameters$: StaticStructureSchema;
|
|
977
980
|
export declare var OracleParameters$: StaticStructureSchema;
|
|
978
981
|
export declare var OutputColumn$: StaticStructureSchema;
|
|
@@ -1196,6 +1199,7 @@ export declare var SheetLayoutGroup$: StaticStructureSchema;
|
|
|
1196
1199
|
export declare var SheetLayoutGroupMember$: StaticStructureSchema;
|
|
1197
1200
|
export declare var SheetStyle$: StaticStructureSchema;
|
|
1198
1201
|
export declare var SheetTextBox$: StaticStructureSchema;
|
|
1202
|
+
export declare var SheetTooltip$: StaticStructureSchema;
|
|
1199
1203
|
export declare var SheetVisualScopingConfiguration$: StaticStructureSchema;
|
|
1200
1204
|
export declare var ShortFormatText$: StaticStructureSchema;
|
|
1201
1205
|
export declare var SignupResponse$: StaticStructureSchema;
|
|
@@ -1223,6 +1227,7 @@ export declare var SnapshotUserConfigurationRedacted$: StaticStructureSchema;
|
|
|
1223
1227
|
export declare var SnowflakeParameters$: StaticStructureSchema;
|
|
1224
1228
|
export declare var SourceTable$: StaticStructureSchema;
|
|
1225
1229
|
export declare var Spacing$: StaticStructureSchema;
|
|
1230
|
+
export declare var SparklinesOptions$: StaticStructureSchema;
|
|
1226
1231
|
export declare var SparkParameters$: StaticStructureSchema;
|
|
1227
1232
|
export declare var SpatialStaticFile$: StaticStructureSchema;
|
|
1228
1233
|
export declare var SqlServerParameters$: StaticStructureSchema;
|
|
@@ -1232,6 +1237,8 @@ export declare var StartAssetBundleExportJobRequest$: StaticStructureSchema;
|
|
|
1232
1237
|
export declare var StartAssetBundleExportJobResponse$: StaticStructureSchema;
|
|
1233
1238
|
export declare var StartAssetBundleImportJobRequest$: StaticStructureSchema;
|
|
1234
1239
|
export declare var StartAssetBundleImportJobResponse$: StaticStructureSchema;
|
|
1240
|
+
export declare var StartAutomationJobRequest$: StaticStructureSchema;
|
|
1241
|
+
export declare var StartAutomationJobResponse$: StaticStructureSchema;
|
|
1235
1242
|
export declare var StartDashboardSnapshotJobRequest$: StaticStructureSchema;
|
|
1236
1243
|
export declare var StartDashboardSnapshotJobResponse$: StaticStructureSchema;
|
|
1237
1244
|
export declare var StartDashboardSnapshotJobScheduleRequest$: StaticStructureSchema;
|
|
@@ -1318,6 +1325,7 @@ export declare var TimeRangeFilter$: StaticStructureSchema;
|
|
|
1318
1325
|
export declare var TimeRangeFilterValue$: StaticStructureSchema;
|
|
1319
1326
|
export declare var TooltipItem$: StaticStructureSchema;
|
|
1320
1327
|
export declare var TooltipOptions$: StaticStructureSchema;
|
|
1328
|
+
export declare var TooltipSheetDefinition$: StaticStructureSchema;
|
|
1321
1329
|
export declare var TopBottomFilter$: StaticStructureSchema;
|
|
1322
1330
|
export declare var TopBottomMoversComputation$: StaticStructureSchema;
|
|
1323
1331
|
export declare var TopBottomRankedComputation$: StaticStructureSchema;
|
|
@@ -1602,6 +1610,7 @@ export declare var DescribeAnalysisDefinition$: StaticOperationSchema;
|
|
|
1602
1610
|
export declare var DescribeAnalysisPermissions$: StaticOperationSchema;
|
|
1603
1611
|
export declare var DescribeAssetBundleExportJob$: StaticOperationSchema;
|
|
1604
1612
|
export declare var DescribeAssetBundleImportJob$: StaticOperationSchema;
|
|
1613
|
+
export declare var DescribeAutomationJob$: StaticOperationSchema;
|
|
1605
1614
|
export declare var DescribeBrand$: StaticOperationSchema;
|
|
1606
1615
|
export declare var DescribeBrandAssignment$: StaticOperationSchema;
|
|
1607
1616
|
export declare var DescribeBrandPublishedVersion$: StaticOperationSchema;
|
|
@@ -1706,6 +1715,7 @@ export declare var SearchGroups$: StaticOperationSchema;
|
|
|
1706
1715
|
export declare var SearchTopics$: StaticOperationSchema;
|
|
1707
1716
|
export declare var StartAssetBundleExportJob$: StaticOperationSchema;
|
|
1708
1717
|
export declare var StartAssetBundleImportJob$: StaticOperationSchema;
|
|
1718
|
+
export declare var StartAutomationJob$: StaticOperationSchema;
|
|
1709
1719
|
export declare var StartDashboardSnapshotJob$: StaticOperationSchema;
|
|
1710
1720
|
export declare var StartDashboardSnapshotJobSchedule$: StaticOperationSchema;
|
|
1711
1721
|
export declare var TagResource$: StaticOperationSchema;
|
|
@@ -291,6 +291,10 @@ import {
|
|
|
291
291
|
DescribeAssetBundleImportJobCommandInput,
|
|
292
292
|
DescribeAssetBundleImportJobCommandOutput,
|
|
293
293
|
} from "./commands/DescribeAssetBundleImportJobCommand";
|
|
294
|
+
import {
|
|
295
|
+
DescribeAutomationJobCommandInput,
|
|
296
|
+
DescribeAutomationJobCommandOutput,
|
|
297
|
+
} from "./commands/DescribeAutomationJobCommand";
|
|
294
298
|
import {
|
|
295
299
|
DescribeBrandAssignmentCommandInput,
|
|
296
300
|
DescribeBrandAssignmentCommandOutput,
|
|
@@ -707,6 +711,10 @@ import {
|
|
|
707
711
|
StartAssetBundleImportJobCommandInput,
|
|
708
712
|
StartAssetBundleImportJobCommandOutput,
|
|
709
713
|
} from "./commands/StartAssetBundleImportJobCommand";
|
|
714
|
+
import {
|
|
715
|
+
StartAutomationJobCommandInput,
|
|
716
|
+
StartAutomationJobCommandOutput,
|
|
717
|
+
} from "./commands/StartAutomationJobCommand";
|
|
710
718
|
import {
|
|
711
719
|
StartDashboardSnapshotJobCommandInput,
|
|
712
720
|
StartDashboardSnapshotJobCommandOutput,
|
|
@@ -1873,6 +1881,19 @@ export interface QuickSight {
|
|
|
1873
1881
|
options: __HttpHandlerOptions,
|
|
1874
1882
|
cb: (err: any, data?: DescribeAssetBundleImportJobCommandOutput) => void
|
|
1875
1883
|
): void;
|
|
1884
|
+
describeAutomationJob(
|
|
1885
|
+
args: DescribeAutomationJobCommandInput,
|
|
1886
|
+
options?: __HttpHandlerOptions
|
|
1887
|
+
): Promise<DescribeAutomationJobCommandOutput>;
|
|
1888
|
+
describeAutomationJob(
|
|
1889
|
+
args: DescribeAutomationJobCommandInput,
|
|
1890
|
+
cb: (err: any, data?: DescribeAutomationJobCommandOutput) => void
|
|
1891
|
+
): void;
|
|
1892
|
+
describeAutomationJob(
|
|
1893
|
+
args: DescribeAutomationJobCommandInput,
|
|
1894
|
+
options: __HttpHandlerOptions,
|
|
1895
|
+
cb: (err: any, data?: DescribeAutomationJobCommandOutput) => void
|
|
1896
|
+
): void;
|
|
1876
1897
|
describeBrand(
|
|
1877
1898
|
args: DescribeBrandCommandInput,
|
|
1878
1899
|
options?: __HttpHandlerOptions
|
|
@@ -3273,6 +3294,19 @@ export interface QuickSight {
|
|
|
3273
3294
|
options: __HttpHandlerOptions,
|
|
3274
3295
|
cb: (err: any, data?: StartAssetBundleImportJobCommandOutput) => void
|
|
3275
3296
|
): void;
|
|
3297
|
+
startAutomationJob(
|
|
3298
|
+
args: StartAutomationJobCommandInput,
|
|
3299
|
+
options?: __HttpHandlerOptions
|
|
3300
|
+
): Promise<StartAutomationJobCommandOutput>;
|
|
3301
|
+
startAutomationJob(
|
|
3302
|
+
args: StartAutomationJobCommandInput,
|
|
3303
|
+
cb: (err: any, data?: StartAutomationJobCommandOutput) => void
|
|
3304
|
+
): void;
|
|
3305
|
+
startAutomationJob(
|
|
3306
|
+
args: StartAutomationJobCommandInput,
|
|
3307
|
+
options: __HttpHandlerOptions,
|
|
3308
|
+
cb: (err: any, data?: StartAutomationJobCommandOutput) => void
|
|
3309
|
+
): void;
|
|
3276
3310
|
startDashboardSnapshotJob(
|
|
3277
3311
|
args: StartDashboardSnapshotJobCommandInput,
|
|
3278
3312
|
options?: __HttpHandlerOptions
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -333,6 +332,10 @@ import {
|
|
|
333
332
|
DescribeAssetBundleImportJobCommandInput,
|
|
334
333
|
DescribeAssetBundleImportJobCommandOutput,
|
|
335
334
|
} from "./commands/DescribeAssetBundleImportJobCommand";
|
|
335
|
+
import {
|
|
336
|
+
DescribeAutomationJobCommandInput,
|
|
337
|
+
DescribeAutomationJobCommandOutput,
|
|
338
|
+
} from "./commands/DescribeAutomationJobCommand";
|
|
336
339
|
import {
|
|
337
340
|
DescribeBrandAssignmentCommandInput,
|
|
338
341
|
DescribeBrandAssignmentCommandOutput,
|
|
@@ -749,6 +752,10 @@ import {
|
|
|
749
752
|
StartAssetBundleImportJobCommandInput,
|
|
750
753
|
StartAssetBundleImportJobCommandOutput,
|
|
751
754
|
} from "./commands/StartAssetBundleImportJobCommand";
|
|
755
|
+
import {
|
|
756
|
+
StartAutomationJobCommandInput,
|
|
757
|
+
StartAutomationJobCommandOutput,
|
|
758
|
+
} from "./commands/StartAutomationJobCommand";
|
|
752
759
|
import {
|
|
753
760
|
StartDashboardSnapshotJobCommandInput,
|
|
754
761
|
StartDashboardSnapshotJobCommandOutput,
|
|
@@ -1045,6 +1052,7 @@ export type ServiceInputTypes =
|
|
|
1045
1052
|
| DescribeAnalysisPermissionsCommandInput
|
|
1046
1053
|
| DescribeAssetBundleExportJobCommandInput
|
|
1047
1054
|
| DescribeAssetBundleImportJobCommandInput
|
|
1055
|
+
| DescribeAutomationJobCommandInput
|
|
1048
1056
|
| DescribeBrandAssignmentCommandInput
|
|
1049
1057
|
| DescribeBrandCommandInput
|
|
1050
1058
|
| DescribeBrandPublishedVersionCommandInput
|
|
@@ -1149,6 +1157,7 @@ export type ServiceInputTypes =
|
|
|
1149
1157
|
| SearchTopicsCommandInput
|
|
1150
1158
|
| StartAssetBundleExportJobCommandInput
|
|
1151
1159
|
| StartAssetBundleImportJobCommandInput
|
|
1160
|
+
| StartAutomationJobCommandInput
|
|
1152
1161
|
| StartDashboardSnapshotJobCommandInput
|
|
1153
1162
|
| StartDashboardSnapshotJobScheduleCommandInput
|
|
1154
1163
|
| TagResourceCommandInput
|
|
@@ -1276,6 +1285,7 @@ export type ServiceOutputTypes =
|
|
|
1276
1285
|
| DescribeAnalysisPermissionsCommandOutput
|
|
1277
1286
|
| DescribeAssetBundleExportJobCommandOutput
|
|
1278
1287
|
| DescribeAssetBundleImportJobCommandOutput
|
|
1288
|
+
| DescribeAutomationJobCommandOutput
|
|
1279
1289
|
| DescribeBrandAssignmentCommandOutput
|
|
1280
1290
|
| DescribeBrandCommandOutput
|
|
1281
1291
|
| DescribeBrandPublishedVersionCommandOutput
|
|
@@ -1380,6 +1390,7 @@ export type ServiceOutputTypes =
|
|
|
1380
1390
|
| SearchTopicsCommandOutput
|
|
1381
1391
|
| StartAssetBundleExportJobCommandOutput
|
|
1382
1392
|
| StartAssetBundleImportJobCommandOutput
|
|
1393
|
+
| StartAutomationJobCommandOutput
|
|
1383
1394
|
| StartDashboardSnapshotJobCommandOutput
|
|
1384
1395
|
| StartDashboardSnapshotJobScheduleCommandOutput
|
|
1385
1396
|
| TagResourceCommandOutput
|
|
@@ -1452,7 +1463,7 @@ export interface ClientDefaults
|
|
|
1452
1463
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
1453
1464
|
region?: string | __Provider<string>;
|
|
1454
1465
|
profile?: string;
|
|
1455
|
-
defaultUserAgentProvider?:
|
|
1466
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
1456
1467
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
1457
1468
|
maxAttempts?: number | __Provider<number>;
|
|
1458
1469
|
retryMode?: string | __Provider<string>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { BatchCreateTopicReviewedAnswerResponse } from "../models/models_2";
|
|
4
|
-
import { BatchCreateTopicReviewedAnswerRequest } from "../models/
|
|
4
|
+
import { BatchCreateTopicReviewedAnswerRequest } from "../models/models_5";
|
|
5
5
|
import {
|
|
6
6
|
QuickSightClientResolvedConfig,
|
|
7
7
|
ServiceInputTypes,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DescribeAutomationJobRequest,
|
|
5
|
+
DescribeAutomationJobResponse,
|
|
6
|
+
} from "../models/models_3";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeAutomationJobCommandInput
|
|
15
|
+
extends DescribeAutomationJobRequest {}
|
|
16
|
+
export interface DescribeAutomationJobCommandOutput
|
|
17
|
+
extends DescribeAutomationJobResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeAutomationJobCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeAutomationJobCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeAutomationJobCommandInput,
|
|
24
|
+
DescribeAutomationJobCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DescribeAutomationJobCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeAutomationJobCommandInput,
|
|
33
|
+
DescribeAutomationJobCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeAutomationJobCommand extends DescribeAutomationJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeAutomationJobRequest;
|
|
44
|
+
output: DescribeAutomationJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeAutomationJobCommandInput;
|
|
48
|
+
output: DescribeAutomationJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
DescribeTemplateAliasRequest,
|
|
5
|
+
DescribeTemplateAliasResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
5
7
|
import {
|
|
6
8
|
QuickSightClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
ListTopicReviewedAnswersResponse,
|
|
6
|
-
} from "../models/models_4";
|
|
3
|
+
import { ListTopicReviewedAnswersRequest } from "../models/models_4";
|
|
4
|
+
import { ListTopicReviewedAnswersResponse } from "../models/models_5";
|
|
7
5
|
import {
|
|
8
6
|
QuickSightClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
StartAutomationJobRequest,
|
|
5
|
+
StartAutomationJobResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface StartAutomationJobCommandInput
|
|
15
|
+
extends StartAutomationJobRequest {}
|
|
16
|
+
export interface StartAutomationJobCommandOutput
|
|
17
|
+
extends StartAutomationJobResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const StartAutomationJobCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: StartAutomationJobCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
StartAutomationJobCommandInput,
|
|
24
|
+
StartAutomationJobCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: StartAutomationJobCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
StartAutomationJobCommandInput,
|
|
33
|
+
StartAutomationJobCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class StartAutomationJobCommand extends StartAutomationJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartAutomationJobRequest;
|
|
44
|
+
output: StartAutomationJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartAutomationJobCommandInput;
|
|
48
|
+
output: StartAutomationJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
UpdateUserCustomPermissionResponse,
|
|
6
|
-
} from "../models/models_4";
|
|
3
|
+
import { UpdateUserCustomPermissionRequest } from "../models/models_4";
|
|
4
|
+
import { UpdateUserCustomPermissionResponse } from "../models/models_5";
|
|
7
5
|
import {
|
|
8
6
|
QuickSightClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -70,6 +70,7 @@ export * from "./DescribeAnalysisDefinitionCommand";
|
|
|
70
70
|
export * from "./DescribeAnalysisPermissionsCommand";
|
|
71
71
|
export * from "./DescribeAssetBundleExportJobCommand";
|
|
72
72
|
export * from "./DescribeAssetBundleImportJobCommand";
|
|
73
|
+
export * from "./DescribeAutomationJobCommand";
|
|
73
74
|
export * from "./DescribeBrandAssignmentCommand";
|
|
74
75
|
export * from "./DescribeBrandCommand";
|
|
75
76
|
export * from "./DescribeBrandPublishedVersionCommand";
|
|
@@ -174,6 +175,7 @@ export * from "./SearchGroupsCommand";
|
|
|
174
175
|
export * from "./SearchTopicsCommand";
|
|
175
176
|
export * from "./StartAssetBundleExportJobCommand";
|
|
176
177
|
export * from "./StartAssetBundleImportJobCommand";
|
|
178
|
+
export * from "./StartAutomationJobCommand";
|
|
177
179
|
export * from "./StartDashboardSnapshotJobCommand";
|
|
178
180
|
export * from "./StartDashboardSnapshotJobScheduleCommand";
|
|
179
181
|
export * from "./TagResourceCommand";
|
|
@@ -13,4 +13,5 @@ export * from "./models/models_1";
|
|
|
13
13
|
export * from "./models/models_2";
|
|
14
14
|
export * from "./models/models_3";
|
|
15
15
|
export * from "./models/models_4";
|
|
16
|
+
export * from "./models/models_5";
|
|
16
17
|
export { QuickSightServiceException } from "./models/QuickSightServiceException";
|
|
@@ -659,6 +659,7 @@ export type TooltipTitleType =
|
|
|
659
659
|
export declare const SelectedTooltipType: {
|
|
660
660
|
readonly BASIC: "BASIC";
|
|
661
661
|
readonly DETAILED: "DETAILED";
|
|
662
|
+
readonly SHEET: "SHEET";
|
|
662
663
|
};
|
|
663
664
|
export type SelectedTooltipType =
|
|
664
665
|
(typeof SelectedTooltipType)[keyof typeof SelectedTooltipType];
|
|
@@ -1033,6 +1034,18 @@ export declare const TransposedColumnType: {
|
|
|
1033
1034
|
};
|
|
1034
1035
|
export type TransposedColumnType =
|
|
1035
1036
|
(typeof TransposedColumnType)[keyof typeof TransposedColumnType];
|
|
1037
|
+
export declare const SparklineVisualType: {
|
|
1038
|
+
readonly AREA_LINE: "AREA_LINE";
|
|
1039
|
+
readonly LINE: "LINE";
|
|
1040
|
+
};
|
|
1041
|
+
export type SparklineVisualType =
|
|
1042
|
+
(typeof SparklineVisualType)[keyof typeof SparklineVisualType];
|
|
1043
|
+
export declare const SparklineAxisBehavior: {
|
|
1044
|
+
readonly INDEPENDENT: "INDEPENDENT";
|
|
1045
|
+
readonly SHARED: "SHARED";
|
|
1046
|
+
};
|
|
1047
|
+
export type SparklineAxisBehavior =
|
|
1048
|
+
(typeof SparklineAxisBehavior)[keyof typeof SparklineAxisBehavior];
|
|
1036
1049
|
export declare const TableOrientation: {
|
|
1037
1050
|
readonly HORIZONTAL: "HORIZONTAL";
|
|
1038
1051
|
readonly VERTICAL: "VERTICAL";
|
|
@@ -1204,6 +1217,7 @@ export declare const LookbackWindowSizeUnit: {
|
|
|
1204
1217
|
export type LookbackWindowSizeUnit =
|
|
1205
1218
|
(typeof LookbackWindowSizeUnit)[keyof typeof LookbackWindowSizeUnit];
|
|
1206
1219
|
export declare const AuthenticationType: {
|
|
1220
|
+
readonly KEYPAIR: "KEYPAIR";
|
|
1207
1221
|
readonly PASSWORD: "PASSWORD";
|
|
1208
1222
|
readonly TOKEN: "TOKEN";
|
|
1209
1223
|
readonly X509: "X509";
|
|
@@ -1272,6 +1286,15 @@ export declare const AuthorSpecifiedAggregation: {
|
|
|
1272
1286
|
};
|
|
1273
1287
|
export type AuthorSpecifiedAggregation =
|
|
1274
1288
|
(typeof AuthorSpecifiedAggregation)[keyof typeof AuthorSpecifiedAggregation];
|
|
1289
|
+
export declare const AutomationJobStatus: {
|
|
1290
|
+
readonly FAILED: "FAILED";
|
|
1291
|
+
readonly QUEUED: "QUEUED";
|
|
1292
|
+
readonly RUNNING: "RUNNING";
|
|
1293
|
+
readonly STOPPED: "STOPPED";
|
|
1294
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
1295
|
+
};
|
|
1296
|
+
export type AutomationJobStatus =
|
|
1297
|
+
(typeof AutomationJobStatus)[keyof typeof AutomationJobStatus];
|
|
1275
1298
|
export declare const ContributionAnalysisDirection: {
|
|
1276
1299
|
readonly DECREASE: "DECREASE";
|
|
1277
1300
|
readonly INCREASE: "INCREASE";
|
|
@@ -1733,10 +1733,14 @@ export interface FieldBasedTooltip {
|
|
|
1733
1733
|
TooltipTitleType?: TooltipTitleType | undefined;
|
|
1734
1734
|
TooltipFields?: TooltipItem[] | undefined;
|
|
1735
1735
|
}
|
|
1736
|
+
export interface SheetTooltip {
|
|
1737
|
+
SheetId?: string | undefined;
|
|
1738
|
+
}
|
|
1736
1739
|
export interface TooltipOptions {
|
|
1737
1740
|
TooltipVisibility?: Visibility | undefined;
|
|
1738
1741
|
SelectedTooltipType?: SelectedTooltipType | undefined;
|
|
1739
1742
|
FieldBasedTooltip?: FieldBasedTooltip | undefined;
|
|
1743
|
+
SheetTooltip?: SheetTooltip | undefined;
|
|
1740
1744
|
}
|
|
1741
1745
|
export interface DataPathType {
|
|
1742
1746
|
PivotTableDataPathType?: PivotTableDataPathType | undefined;
|
|
@@ -1751,7 +1755,3 @@ export interface DataPathColor {
|
|
|
1751
1755
|
Color: string | undefined;
|
|
1752
1756
|
TimeGranularity?: TimeGranularity | undefined;
|
|
1753
1757
|
}
|
|
1754
|
-
export interface VisualPalette {
|
|
1755
|
-
ChartColor?: string | undefined;
|
|
1756
|
-
ColorMap?: DataPathColor[] | undefined;
|
|
1757
|
-
}
|
|
@@ -45,6 +45,8 @@ import {
|
|
|
45
45
|
SimpleTotalAggregationFunction,
|
|
46
46
|
SingleYAxisOption,
|
|
47
47
|
SortDirection,
|
|
48
|
+
SparklineAxisBehavior,
|
|
49
|
+
SparklineVisualType,
|
|
48
50
|
StyledCellType,
|
|
49
51
|
TableBorderStyle,
|
|
50
52
|
TableCellImageScalingConfiguration,
|
|
@@ -67,36 +69,40 @@ import {
|
|
|
67
69
|
BarChartDefaultSeriesSettings,
|
|
68
70
|
BarChartFieldWells,
|
|
69
71
|
BarChartSortConfiguration,
|
|
72
|
+
BarSeriesItem,
|
|
70
73
|
BorderSettings,
|
|
71
74
|
ChartAxisLabelOptions,
|
|
75
|
+
ColumnIdentifier,
|
|
72
76
|
ColumnSort,
|
|
77
|
+
ContributionAnalysisDefault,
|
|
73
78
|
CustomActionFilterOperation,
|
|
74
79
|
CustomActionNavigationOperation,
|
|
75
80
|
CustomActionSetParametersOperation,
|
|
76
81
|
CustomActionURLOperation,
|
|
77
82
|
DataLabelOptions,
|
|
83
|
+
DataPathColor,
|
|
84
|
+
DataPathValue,
|
|
78
85
|
DecalSettings,
|
|
86
|
+
DimensionField,
|
|
79
87
|
FieldSort,
|
|
88
|
+
FieldSortOptions,
|
|
80
89
|
FontConfiguration,
|
|
81
90
|
FormatConfiguration,
|
|
82
91
|
ItemsLimitConfiguration,
|
|
83
92
|
LegendOptions,
|
|
93
|
+
MeasureField,
|
|
84
94
|
NumberDisplayFormatConfiguration,
|
|
85
95
|
PercentageDisplayFormatConfiguration,
|
|
96
|
+
ReferenceLine,
|
|
86
97
|
SmallMultiplesOptions,
|
|
87
98
|
TooltipOptions,
|
|
88
|
-
VisualInteractionOptions,
|
|
89
|
-
VisualPalette,
|
|
90
|
-
BarSeriesItem,
|
|
91
|
-
ColumnIdentifier,
|
|
92
|
-
ContributionAnalysisDefault,
|
|
93
|
-
DataPathValue,
|
|
94
|
-
DimensionField,
|
|
95
|
-
FieldSortOptions,
|
|
96
|
-
MeasureField,
|
|
97
|
-
ReferenceLine,
|
|
98
99
|
VisualCustomAction,
|
|
100
|
+
VisualInteractionOptions,
|
|
99
101
|
} from "./models_0";
|
|
102
|
+
export interface VisualPalette {
|
|
103
|
+
ChartColor?: string | undefined;
|
|
104
|
+
ColorMap?: DataPathColor[] | undefined;
|
|
105
|
+
}
|
|
100
106
|
export interface BarChartConfiguration {
|
|
101
107
|
FieldWells?: BarChartFieldWells | undefined;
|
|
102
108
|
SortConfiguration?: BarChartSortConfiguration | undefined;
|
|
@@ -1366,6 +1372,7 @@ export interface PivotTableConfiguration {
|
|
|
1366
1372
|
TotalOptions?: PivotTableTotalOptions | undefined;
|
|
1367
1373
|
FieldOptions?: PivotTableFieldOptions | undefined;
|
|
1368
1374
|
PaginatedReportOptions?: PivotTablePaginatedReportOptions | undefined;
|
|
1375
|
+
Tooltip?: TooltipOptions | undefined;
|
|
1369
1376
|
DashboardCustomizationVisualOptions?:
|
|
1370
1377
|
| DashboardCustomizationVisualOptions
|
|
1371
1378
|
| undefined;
|
|
@@ -1634,8 +1641,20 @@ export interface DataBarsOptions {
|
|
|
1634
1641
|
PositiveColor?: string | undefined;
|
|
1635
1642
|
NegativeColor?: string | undefined;
|
|
1636
1643
|
}
|
|
1644
|
+
export interface SparklinesOptions {
|
|
1645
|
+
FieldId: string | undefined;
|
|
1646
|
+
XAxisField: DimensionField | undefined;
|
|
1647
|
+
YAxisBehavior?: SparklineAxisBehavior | undefined;
|
|
1648
|
+
VisualType?: SparklineVisualType | undefined;
|
|
1649
|
+
LineColor?: string | undefined;
|
|
1650
|
+
LineInterpolation?: LineInterpolation | undefined;
|
|
1651
|
+
AllPointsMarker?: LineChartMarkerStyleSettings | undefined;
|
|
1652
|
+
MaxValueMarker?: LineChartMarkerStyleSettings | undefined;
|
|
1653
|
+
MinValueMarker?: LineChartMarkerStyleSettings | undefined;
|
|
1654
|
+
}
|
|
1637
1655
|
export interface TableInlineVisualization {
|
|
1638
1656
|
DataBars?: DataBarsOptions | undefined;
|
|
1657
|
+
Sparklines?: SparklinesOptions | undefined;
|
|
1639
1658
|
}
|
|
1640
1659
|
export interface TableOptions {
|
|
1641
1660
|
Orientation?: TableOrientation | undefined;
|
|
@@ -1659,6 +1678,7 @@ export interface TableConfiguration {
|
|
|
1659
1678
|
FieldOptions?: TableFieldOptions | undefined;
|
|
1660
1679
|
PaginatedReportOptions?: TablePaginatedReportOptions | undefined;
|
|
1661
1680
|
TableInlineVisualizations?: TableInlineVisualization[] | undefined;
|
|
1681
|
+
Tooltip?: TooltipOptions | undefined;
|
|
1662
1682
|
DashboardCustomizationVisualOptions?:
|
|
1663
1683
|
| DashboardCustomizationVisualOptions
|
|
1664
1684
|
| undefined;
|
|
@@ -1769,10 +1789,3 @@ export interface WaterfallVisual {
|
|
|
1769
1789
|
ColumnHierarchies?: ColumnHierarchy[] | undefined;
|
|
1770
1790
|
VisualContentAltText?: string | undefined;
|
|
1771
1791
|
}
|
|
1772
|
-
export interface WordCloudAggregatedFieldWells {
|
|
1773
|
-
GroupBy?: DimensionField[] | undefined;
|
|
1774
|
-
Size?: MeasureField[] | undefined;
|
|
1775
|
-
}
|
|
1776
|
-
export interface WordCloudFieldWells {
|
|
1777
|
-
WordCloudAggregatedFieldWells?: WordCloudAggregatedFieldWells | undefined;
|
|
1778
|
-
}
|