@aws-sdk/client-quicksight 3.696.0 → 3.705.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 +88 -0
- package/dist-cjs/index.js +2218 -750
- package/dist-es/QuickSight.js +22 -0
- package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +1 -1
- package/dist-es/commands/CreateAnalysisCommand.js +1 -1
- package/dist-es/commands/CreateDashboardCommand.js +1 -1
- package/dist-es/commands/DeleteDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeAnalysisCommand.js +2 -1
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +1 -1
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardCommand.js +2 -1
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeTemplateCommand.js +2 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +23 -0
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +1 -1
- package/dist-es/commands/PredictQAResultsCommand.js +23 -0
- package/dist-es/commands/SearchTopicsCommand.js +22 -0
- package/dist-es/commands/UpdateApplicationWithTokenExchangeGrantCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardCommand.js +1 -1
- package/dist-es/commands/UpdateDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/UpdateQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateTopicCommand.js +1 -1
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +72 -82
- package/dist-es/models/models_1.js +102 -132
- package/dist-es/models/models_2.js +137 -193
- package/dist-es/models/models_3.js +205 -112
- package/dist-es/models/models_4.js +185 -49
- package/dist-es/models/models_5.js +50 -0
- package/dist-es/pagination/SearchTopicsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +1044 -12
- package/dist-types/QuickSight.d.ts +77 -0
- package/dist-types/QuickSightClient.d.ts +13 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +434 -5
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +434 -5
- package/dist-types/commands/CreateTemplateCommand.d.ts +433 -4
- package/dist-types/commands/CreateTopicCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +80 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +434 -5
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +92 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +79 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +162 -0
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/PredictQAResultsCommand.d.ts +139 -0
- package/dist-types/commands/SearchTopicsCommand.d.ts +111 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +433 -4
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +97 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +434 -5
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +434 -5
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +1 -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/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +487 -546
- package/dist-types/models/models_1.d.ts +1748 -1766
- package/dist-types/models/models_2.d.ts +4413 -4505
- package/dist-types/models/models_3.d.ts +4169 -4324
- package/dist-types/models/models_4.d.ts +3851 -3830
- package/dist-types/models/models_5.d.ts +2394 -0
- package/dist-types/pagination/SearchTopicsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/QuickSight.d.ts +235 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- 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/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +1 -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/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +142 -156
- package/dist-types/ts3.4/models/models_1.d.ts +324 -356
- package/dist-types/ts3.4/models/models_2.d.ts +428 -418
- package/dist-types/ts3.4/models/models_3.d.ts +453 -503
- package/dist-types/ts3.4/models/models_4.d.ts +1426 -1311
- package/dist-types/ts3.4/models/models_5.d.ts +596 -0
- package/dist-types/ts3.4/pagination/SearchTopicsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +4 -4
|
@@ -3,44 +3,36 @@ import {
|
|
|
3
3
|
AccountCustomization,
|
|
4
4
|
AccountInfo,
|
|
5
5
|
AccountSettings,
|
|
6
|
+
AdHocFilteringOption,
|
|
6
7
|
Analysis,
|
|
7
8
|
AnalysisDefaults,
|
|
8
9
|
AnalysisError,
|
|
9
10
|
AssetOptions,
|
|
10
11
|
CalculatedField,
|
|
11
12
|
ColumnConfiguration,
|
|
13
|
+
DashboardBehavior,
|
|
14
|
+
DataSetIdentifierDeclaration,
|
|
15
|
+
Edition,
|
|
12
16
|
Entity,
|
|
13
17
|
FilterGroup,
|
|
14
18
|
ParameterDeclaration,
|
|
15
19
|
QueryExecutionOptions,
|
|
16
20
|
ResourceStatus,
|
|
17
21
|
Sheet,
|
|
22
|
+
TimeGranularity,
|
|
18
23
|
TopicTimeGranularity,
|
|
24
|
+
VisualMenuOption,
|
|
19
25
|
} from "./models_0";
|
|
20
26
|
import {
|
|
21
|
-
_Parameters,
|
|
22
27
|
AnalysisDefinition,
|
|
23
|
-
|
|
24
|
-
AssetBundleCloudFormationOverridePropertyConfiguration,
|
|
25
|
-
AssetBundleExportFormat,
|
|
26
|
-
AssetBundleExportJobError,
|
|
27
|
-
AssetBundleExportJobStatus,
|
|
28
|
-
AssetBundleExportJobValidationStrategy,
|
|
29
|
-
AssetBundleExportJobWarning,
|
|
30
|
-
AssetBundleImportFailureAction,
|
|
31
|
-
AssetBundleImportJobError,
|
|
32
|
-
AssetBundleImportJobOverrideParameters,
|
|
33
|
-
AssetBundleImportJobOverridePermissions,
|
|
34
|
-
AssetBundleImportJobOverrideTags,
|
|
35
|
-
AssetBundleImportJobOverrideValidationStrategy,
|
|
36
|
-
AssetBundleImportJobStatus,
|
|
37
|
-
AssetBundleImportJobWarning,
|
|
38
|
-
AssetBundleImportSourceDescription,
|
|
28
|
+
AnalysisSourceEntity,
|
|
39
29
|
AssignmentStatus,
|
|
30
|
+
AuthenticationMethodOption,
|
|
40
31
|
AuthorSpecifiedAggregation,
|
|
41
32
|
BorderStyle,
|
|
42
33
|
BrandDefinition,
|
|
43
34
|
BrandDetail,
|
|
35
|
+
CalculatedColumn,
|
|
44
36
|
Capabilities,
|
|
45
37
|
CastColumnTypeOperation,
|
|
46
38
|
CategoryFilterFunction,
|
|
@@ -50,36 +42,408 @@ import {
|
|
|
50
42
|
ColumnDataRole,
|
|
51
43
|
ColumnDataSubType,
|
|
52
44
|
ColumnDataType,
|
|
45
|
+
ColumnDescription,
|
|
53
46
|
ColumnGroup,
|
|
54
47
|
ColumnGroupSchema,
|
|
55
48
|
ColumnLevelPermissionRule,
|
|
56
|
-
ColumnSchema,
|
|
57
|
-
ColumnTag,
|
|
58
|
-
ColumnTagName,
|
|
59
|
-
ComparativeOrder,
|
|
60
49
|
ConstantType,
|
|
61
|
-
CreateColumnsOperation,
|
|
62
|
-
DashboardPublishOptions,
|
|
63
|
-
DashboardVersionDefinition,
|
|
64
|
-
DatasetParameter,
|
|
65
50
|
DataSetReference,
|
|
66
51
|
DataSourceParameters,
|
|
67
52
|
DisplayFormat,
|
|
68
53
|
DisplayFormatOptions,
|
|
54
|
+
ExceptionResourceType,
|
|
69
55
|
FilterClass,
|
|
70
56
|
FilterOperator,
|
|
71
|
-
LinkSharingConfiguration,
|
|
72
|
-
ResourcePermission,
|
|
73
57
|
ServiceType,
|
|
74
58
|
SheetDefinition,
|
|
75
|
-
SnapshotFile,
|
|
76
|
-
SnapshotS3DestinationConfiguration,
|
|
77
59
|
SslProperties,
|
|
60
|
+
StaticFile,
|
|
78
61
|
Tag,
|
|
79
|
-
ValidationStrategy,
|
|
80
62
|
VpcConnectionProperties,
|
|
81
63
|
} from "./models_2";
|
|
82
64
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
65
|
+
export declare const ColumnOrderingType: {
|
|
66
|
+
readonly GREATER_IS_BETTER: "GREATER_IS_BETTER";
|
|
67
|
+
readonly LESSER_IS_BETTER: "LESSER_IS_BETTER";
|
|
68
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
69
|
+
};
|
|
70
|
+
export type ColumnOrderingType =
|
|
71
|
+
(typeof ColumnOrderingType)[keyof typeof ColumnOrderingType];
|
|
72
|
+
export interface ColumnSchema {
|
|
73
|
+
Name?: string | undefined;
|
|
74
|
+
DataType?: string | undefined;
|
|
75
|
+
GeographicRole?: string | undefined;
|
|
76
|
+
}
|
|
77
|
+
export declare const GeoSpatialDataRole: {
|
|
78
|
+
readonly CITY: "CITY";
|
|
79
|
+
readonly COUNTRY: "COUNTRY";
|
|
80
|
+
readonly COUNTY: "COUNTY";
|
|
81
|
+
readonly LATITUDE: "LATITUDE";
|
|
82
|
+
readonly LONGITUDE: "LONGITUDE";
|
|
83
|
+
readonly POSTCODE: "POSTCODE";
|
|
84
|
+
readonly STATE: "STATE";
|
|
85
|
+
};
|
|
86
|
+
export type GeoSpatialDataRole =
|
|
87
|
+
(typeof GeoSpatialDataRole)[keyof typeof GeoSpatialDataRole];
|
|
88
|
+
export interface ColumnTag {
|
|
89
|
+
ColumnGeographicRole?: GeoSpatialDataRole | undefined;
|
|
90
|
+
ColumnDescription?: ColumnDescription | undefined;
|
|
91
|
+
}
|
|
92
|
+
export declare const ColumnTagName: {
|
|
93
|
+
readonly COLUMN_DESCRIPTION: "COLUMN_DESCRIPTION";
|
|
94
|
+
readonly COLUMN_GEOGRAPHIC_ROLE: "COLUMN_GEOGRAPHIC_ROLE";
|
|
95
|
+
};
|
|
96
|
+
export type ColumnTagName = (typeof ColumnTagName)[keyof typeof ColumnTagName];
|
|
97
|
+
export declare const UndefinedSpecifiedValueType: {
|
|
98
|
+
readonly LEAST: "LEAST";
|
|
99
|
+
readonly MOST: "MOST";
|
|
100
|
+
};
|
|
101
|
+
export type UndefinedSpecifiedValueType =
|
|
102
|
+
(typeof UndefinedSpecifiedValueType)[keyof typeof UndefinedSpecifiedValueType];
|
|
103
|
+
export interface ComparativeOrder {
|
|
104
|
+
UseOrdering?: ColumnOrderingType | undefined;
|
|
105
|
+
SpecifedOrder?: string[] | undefined;
|
|
106
|
+
TreatUndefinedSpecifiedValues?: UndefinedSpecifiedValueType | undefined;
|
|
107
|
+
}
|
|
108
|
+
export declare class ConcurrentUpdatingException extends __BaseException {
|
|
109
|
+
readonly name: "ConcurrentUpdatingException";
|
|
110
|
+
readonly $fault: "server";
|
|
111
|
+
Message?: string | undefined;
|
|
112
|
+
RequestId?: string | undefined;
|
|
113
|
+
constructor(
|
|
114
|
+
opts: __ExceptionOptionType<ConcurrentUpdatingException, __BaseException>
|
|
115
|
+
);
|
|
116
|
+
}
|
|
117
|
+
export interface CreateAccountCustomizationRequest {
|
|
118
|
+
AwsAccountId: string | undefined;
|
|
119
|
+
Namespace?: string | undefined;
|
|
120
|
+
AccountCustomization: AccountCustomization | undefined;
|
|
121
|
+
Tags?: Tag[] | undefined;
|
|
122
|
+
}
|
|
123
|
+
export interface CreateAccountCustomizationResponse {
|
|
124
|
+
Arn?: string | undefined;
|
|
125
|
+
AwsAccountId?: string | undefined;
|
|
126
|
+
Namespace?: string | undefined;
|
|
127
|
+
AccountCustomization?: AccountCustomization | undefined;
|
|
128
|
+
RequestId?: string | undefined;
|
|
129
|
+
Status?: number | undefined;
|
|
130
|
+
}
|
|
131
|
+
export declare class ResourceUnavailableException extends __BaseException {
|
|
132
|
+
readonly name: "ResourceUnavailableException";
|
|
133
|
+
readonly $fault: "server";
|
|
134
|
+
Message?: string | undefined;
|
|
135
|
+
ResourceType?: ExceptionResourceType | undefined;
|
|
136
|
+
RequestId?: string | undefined;
|
|
137
|
+
constructor(
|
|
138
|
+
opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>
|
|
139
|
+
);
|
|
140
|
+
}
|
|
141
|
+
export interface CreateAccountSubscriptionRequest {
|
|
142
|
+
Edition?: Edition | undefined;
|
|
143
|
+
AuthenticationMethod: AuthenticationMethodOption | undefined;
|
|
144
|
+
AwsAccountId: string | undefined;
|
|
145
|
+
AccountName: string | undefined;
|
|
146
|
+
NotificationEmail: string | undefined;
|
|
147
|
+
ActiveDirectoryName?: string | undefined;
|
|
148
|
+
Realm?: string | undefined;
|
|
149
|
+
DirectoryId?: string | undefined;
|
|
150
|
+
AdminGroup?: string[] | undefined;
|
|
151
|
+
AuthorGroup?: string[] | undefined;
|
|
152
|
+
ReaderGroup?: string[] | undefined;
|
|
153
|
+
AdminProGroup?: string[] | undefined;
|
|
154
|
+
AuthorProGroup?: string[] | undefined;
|
|
155
|
+
ReaderProGroup?: string[] | undefined;
|
|
156
|
+
FirstName?: string | undefined;
|
|
157
|
+
LastName?: string | undefined;
|
|
158
|
+
EmailAddress?: string | undefined;
|
|
159
|
+
ContactNumber?: string | undefined;
|
|
160
|
+
IAMIdentityCenterInstanceArn?: string | undefined;
|
|
161
|
+
}
|
|
162
|
+
export interface SignupResponse {
|
|
163
|
+
IAMUser?: boolean | undefined;
|
|
164
|
+
userLoginName?: string | undefined;
|
|
165
|
+
accountName?: string | undefined;
|
|
166
|
+
directoryType?: string | undefined;
|
|
167
|
+
}
|
|
168
|
+
export interface CreateAccountSubscriptionResponse {
|
|
169
|
+
SignupResponse?: SignupResponse | undefined;
|
|
170
|
+
Status?: number | undefined;
|
|
171
|
+
RequestId?: string | undefined;
|
|
172
|
+
}
|
|
173
|
+
export declare class PreconditionNotMetException extends __BaseException {
|
|
174
|
+
readonly name: "PreconditionNotMetException";
|
|
175
|
+
readonly $fault: "client";
|
|
176
|
+
Message?: string | undefined;
|
|
177
|
+
RequestId?: string | undefined;
|
|
178
|
+
constructor(
|
|
179
|
+
opts: __ExceptionOptionType<PreconditionNotMetException, __BaseException>
|
|
180
|
+
);
|
|
181
|
+
}
|
|
182
|
+
export interface DateTimeParameter {
|
|
183
|
+
Name: string | undefined;
|
|
184
|
+
Values: Date[] | undefined;
|
|
185
|
+
}
|
|
186
|
+
export interface DecimalParameter {
|
|
187
|
+
Name: string | undefined;
|
|
188
|
+
Values: number[] | undefined;
|
|
189
|
+
}
|
|
190
|
+
export interface IntegerParameter {
|
|
191
|
+
Name: string | undefined;
|
|
192
|
+
Values: number[] | undefined;
|
|
193
|
+
}
|
|
194
|
+
export interface StringParameter {
|
|
195
|
+
Name: string | undefined;
|
|
196
|
+
Values: string[] | undefined;
|
|
197
|
+
}
|
|
198
|
+
export interface _Parameters {
|
|
199
|
+
StringParameters?: StringParameter[] | undefined;
|
|
200
|
+
IntegerParameters?: IntegerParameter[] | undefined;
|
|
201
|
+
DecimalParameters?: DecimalParameter[] | undefined;
|
|
202
|
+
DateTimeParameters?: DateTimeParameter[] | undefined;
|
|
203
|
+
}
|
|
204
|
+
export interface ResourcePermission {
|
|
205
|
+
Principal: string | undefined;
|
|
206
|
+
Actions: string[] | undefined;
|
|
207
|
+
}
|
|
208
|
+
export declare const ValidationStrategyMode: {
|
|
209
|
+
readonly LENIENT: "LENIENT";
|
|
210
|
+
readonly STRICT: "STRICT";
|
|
211
|
+
};
|
|
212
|
+
export type ValidationStrategyMode =
|
|
213
|
+
(typeof ValidationStrategyMode)[keyof typeof ValidationStrategyMode];
|
|
214
|
+
export interface ValidationStrategy {
|
|
215
|
+
Mode: ValidationStrategyMode | undefined;
|
|
216
|
+
}
|
|
217
|
+
export interface CreateAnalysisRequest {
|
|
218
|
+
AwsAccountId: string | undefined;
|
|
219
|
+
AnalysisId: string | undefined;
|
|
220
|
+
Name: string | undefined;
|
|
221
|
+
Parameters?: _Parameters | undefined;
|
|
222
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
223
|
+
SourceEntity?: AnalysisSourceEntity | undefined;
|
|
224
|
+
ThemeArn?: string | undefined;
|
|
225
|
+
Tags?: Tag[] | undefined;
|
|
226
|
+
Definition?: AnalysisDefinition | undefined;
|
|
227
|
+
ValidationStrategy?: ValidationStrategy | undefined;
|
|
228
|
+
FolderArns?: string[] | undefined;
|
|
229
|
+
}
|
|
230
|
+
export interface CreateAnalysisResponse {
|
|
231
|
+
Arn?: string | undefined;
|
|
232
|
+
AnalysisId?: string | undefined;
|
|
233
|
+
CreationStatus?: ResourceStatus | undefined;
|
|
234
|
+
Status?: number | undefined;
|
|
235
|
+
RequestId?: string | undefined;
|
|
236
|
+
}
|
|
237
|
+
export declare class LimitExceededException extends __BaseException {
|
|
238
|
+
readonly name: "LimitExceededException";
|
|
239
|
+
readonly $fault: "client";
|
|
240
|
+
Message?: string | undefined;
|
|
241
|
+
ResourceType?: ExceptionResourceType | undefined;
|
|
242
|
+
RequestId?: string | undefined;
|
|
243
|
+
constructor(
|
|
244
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
245
|
+
);
|
|
246
|
+
}
|
|
247
|
+
export declare class UnsupportedUserEditionException extends __BaseException {
|
|
248
|
+
readonly name: "UnsupportedUserEditionException";
|
|
249
|
+
readonly $fault: "client";
|
|
250
|
+
Message?: string | undefined;
|
|
251
|
+
RequestId?: string | undefined;
|
|
252
|
+
constructor(
|
|
253
|
+
opts: __ExceptionOptionType<
|
|
254
|
+
UnsupportedUserEditionException,
|
|
255
|
+
__BaseException
|
|
256
|
+
>
|
|
257
|
+
);
|
|
258
|
+
}
|
|
259
|
+
export interface CreateBrandRequest {
|
|
260
|
+
AwsAccountId: string | undefined;
|
|
261
|
+
BrandId: string | undefined;
|
|
262
|
+
BrandDefinition?: BrandDefinition | undefined;
|
|
263
|
+
Tags?: Tag[] | undefined;
|
|
264
|
+
}
|
|
265
|
+
export interface CreateBrandResponse {
|
|
266
|
+
RequestId?: string | undefined;
|
|
267
|
+
BrandDetail?: BrandDetail | undefined;
|
|
268
|
+
BrandDefinition?: BrandDefinition | undefined;
|
|
269
|
+
}
|
|
270
|
+
export declare class InternalServerException extends __BaseException {
|
|
271
|
+
readonly name: "InternalServerException";
|
|
272
|
+
readonly $fault: "server";
|
|
273
|
+
Message: string | undefined;
|
|
274
|
+
constructor(
|
|
275
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
276
|
+
);
|
|
277
|
+
}
|
|
278
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
279
|
+
readonly name: "InvalidRequestException";
|
|
280
|
+
readonly $fault: "client";
|
|
281
|
+
Message?: string | undefined;
|
|
282
|
+
RequestId?: string | undefined;
|
|
283
|
+
constructor(
|
|
284
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
285
|
+
);
|
|
286
|
+
}
|
|
287
|
+
export interface CreateColumnsOperation {
|
|
288
|
+
Columns: CalculatedColumn[] | undefined;
|
|
289
|
+
}
|
|
290
|
+
export interface CreateCustomPermissionsRequest {
|
|
291
|
+
AwsAccountId: string | undefined;
|
|
292
|
+
CustomPermissionsName: string | undefined;
|
|
293
|
+
Capabilities?: Capabilities | undefined;
|
|
294
|
+
Tags?: Tag[] | undefined;
|
|
295
|
+
}
|
|
296
|
+
export interface CreateCustomPermissionsResponse {
|
|
297
|
+
Status?: number | undefined;
|
|
298
|
+
Arn?: string | undefined;
|
|
299
|
+
RequestId?: string | undefined;
|
|
300
|
+
}
|
|
301
|
+
export interface DataPointDrillUpDownOption {
|
|
302
|
+
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
303
|
+
}
|
|
304
|
+
export interface DataPointMenuLabelOption {
|
|
305
|
+
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
306
|
+
}
|
|
307
|
+
export interface DataPointTooltipOption {
|
|
308
|
+
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
309
|
+
}
|
|
310
|
+
export interface ExportToCSVOption {
|
|
311
|
+
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
312
|
+
}
|
|
313
|
+
export interface ExportWithHiddenFieldsOption {
|
|
314
|
+
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
315
|
+
}
|
|
316
|
+
export declare const DashboardUIState: {
|
|
317
|
+
readonly COLLAPSED: "COLLAPSED";
|
|
318
|
+
readonly EXPANDED: "EXPANDED";
|
|
319
|
+
};
|
|
320
|
+
export type DashboardUIState =
|
|
321
|
+
(typeof DashboardUIState)[keyof typeof DashboardUIState];
|
|
322
|
+
export interface SheetControlsOption {
|
|
323
|
+
VisibilityState?: DashboardUIState | undefined;
|
|
324
|
+
}
|
|
325
|
+
export interface SheetLayoutElementMaximizationOption {
|
|
326
|
+
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
327
|
+
}
|
|
328
|
+
export interface VisualAxisSortOption {
|
|
329
|
+
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
330
|
+
}
|
|
331
|
+
export interface ExportHiddenFieldsOption {
|
|
332
|
+
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
333
|
+
}
|
|
334
|
+
export interface DashboardVisualPublishOptions {
|
|
335
|
+
ExportHiddenFieldsOption?: ExportHiddenFieldsOption | undefined;
|
|
336
|
+
}
|
|
337
|
+
export interface DashboardPublishOptions {
|
|
338
|
+
AdHocFilteringOption?: AdHocFilteringOption | undefined;
|
|
339
|
+
ExportToCSVOption?: ExportToCSVOption | undefined;
|
|
340
|
+
SheetControlsOption?: SheetControlsOption | undefined;
|
|
341
|
+
VisualPublishOptions?: DashboardVisualPublishOptions | undefined;
|
|
342
|
+
SheetLayoutElementMaximizationOption?:
|
|
343
|
+
| SheetLayoutElementMaximizationOption
|
|
344
|
+
| undefined;
|
|
345
|
+
VisualMenuOption?: VisualMenuOption | undefined;
|
|
346
|
+
VisualAxisSortOption?: VisualAxisSortOption | undefined;
|
|
347
|
+
ExportWithHiddenFieldsOption?: ExportWithHiddenFieldsOption | undefined;
|
|
348
|
+
DataPointDrillUpDownOption?: DataPointDrillUpDownOption | undefined;
|
|
349
|
+
DataPointMenuLabelOption?: DataPointMenuLabelOption | undefined;
|
|
350
|
+
DataPointTooltipOption?: DataPointTooltipOption | undefined;
|
|
351
|
+
}
|
|
352
|
+
export interface DashboardVersionDefinition {
|
|
353
|
+
DataSetIdentifierDeclarations: DataSetIdentifierDeclaration[] | undefined;
|
|
354
|
+
Sheets?: SheetDefinition[] | undefined;
|
|
355
|
+
CalculatedFields?: CalculatedField[] | undefined;
|
|
356
|
+
ParameterDeclarations?: ParameterDeclaration[] | undefined;
|
|
357
|
+
FilterGroups?: FilterGroup[] | undefined;
|
|
358
|
+
ColumnConfigurations?: ColumnConfiguration[] | undefined;
|
|
359
|
+
AnalysisDefaults?: AnalysisDefaults | undefined;
|
|
360
|
+
Options?: AssetOptions | undefined;
|
|
361
|
+
StaticFiles?: StaticFile[] | undefined;
|
|
362
|
+
}
|
|
363
|
+
export interface LinkSharingConfiguration {
|
|
364
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
365
|
+
}
|
|
366
|
+
export interface DashboardSourceTemplate {
|
|
367
|
+
DataSetReferences: DataSetReference[] | undefined;
|
|
368
|
+
Arn: string | undefined;
|
|
369
|
+
}
|
|
370
|
+
export interface DashboardSourceEntity {
|
|
371
|
+
SourceTemplate?: DashboardSourceTemplate | undefined;
|
|
372
|
+
}
|
|
373
|
+
export interface CreateDashboardRequest {
|
|
374
|
+
AwsAccountId: string | undefined;
|
|
375
|
+
DashboardId: string | undefined;
|
|
376
|
+
Name: string | undefined;
|
|
377
|
+
Parameters?: _Parameters | undefined;
|
|
378
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
379
|
+
SourceEntity?: DashboardSourceEntity | undefined;
|
|
380
|
+
Tags?: Tag[] | undefined;
|
|
381
|
+
VersionDescription?: string | undefined;
|
|
382
|
+
DashboardPublishOptions?: DashboardPublishOptions | undefined;
|
|
383
|
+
ThemeArn?: string | undefined;
|
|
384
|
+
Definition?: DashboardVersionDefinition | undefined;
|
|
385
|
+
ValidationStrategy?: ValidationStrategy | undefined;
|
|
386
|
+
FolderArns?: string[] | undefined;
|
|
387
|
+
LinkSharingConfiguration?: LinkSharingConfiguration | undefined;
|
|
388
|
+
LinkEntities?: string[] | undefined;
|
|
389
|
+
}
|
|
390
|
+
export interface CreateDashboardResponse {
|
|
391
|
+
Arn?: string | undefined;
|
|
392
|
+
VersionArn?: string | undefined;
|
|
393
|
+
DashboardId?: string | undefined;
|
|
394
|
+
CreationStatus?: ResourceStatus | undefined;
|
|
395
|
+
Status?: number | undefined;
|
|
396
|
+
RequestId?: string | undefined;
|
|
397
|
+
}
|
|
398
|
+
export interface DateTimeDatasetParameterDefaultValues {
|
|
399
|
+
StaticValues?: Date[] | undefined;
|
|
400
|
+
}
|
|
401
|
+
export declare const DatasetParameterValueType: {
|
|
402
|
+
readonly MULTI_VALUED: "MULTI_VALUED";
|
|
403
|
+
readonly SINGLE_VALUED: "SINGLE_VALUED";
|
|
404
|
+
};
|
|
405
|
+
export type DatasetParameterValueType =
|
|
406
|
+
(typeof DatasetParameterValueType)[keyof typeof DatasetParameterValueType];
|
|
407
|
+
export interface DateTimeDatasetParameter {
|
|
408
|
+
Id: string | undefined;
|
|
409
|
+
Name: string | undefined;
|
|
410
|
+
ValueType: DatasetParameterValueType | undefined;
|
|
411
|
+
TimeGranularity?: TimeGranularity | undefined;
|
|
412
|
+
DefaultValues?: DateTimeDatasetParameterDefaultValues | undefined;
|
|
413
|
+
}
|
|
414
|
+
export interface DecimalDatasetParameterDefaultValues {
|
|
415
|
+
StaticValues?: number[] | undefined;
|
|
416
|
+
}
|
|
417
|
+
export interface DecimalDatasetParameter {
|
|
418
|
+
Id: string | undefined;
|
|
419
|
+
Name: string | undefined;
|
|
420
|
+
ValueType: DatasetParameterValueType | undefined;
|
|
421
|
+
DefaultValues?: DecimalDatasetParameterDefaultValues | undefined;
|
|
422
|
+
}
|
|
423
|
+
export interface IntegerDatasetParameterDefaultValues {
|
|
424
|
+
StaticValues?: number[] | undefined;
|
|
425
|
+
}
|
|
426
|
+
export interface IntegerDatasetParameter {
|
|
427
|
+
Id: string | undefined;
|
|
428
|
+
Name: string | undefined;
|
|
429
|
+
ValueType: DatasetParameterValueType | undefined;
|
|
430
|
+
DefaultValues?: IntegerDatasetParameterDefaultValues | undefined;
|
|
431
|
+
}
|
|
432
|
+
export interface StringDatasetParameterDefaultValues {
|
|
433
|
+
StaticValues?: string[] | undefined;
|
|
434
|
+
}
|
|
435
|
+
export interface StringDatasetParameter {
|
|
436
|
+
Id: string | undefined;
|
|
437
|
+
Name: string | undefined;
|
|
438
|
+
ValueType: DatasetParameterValueType | undefined;
|
|
439
|
+
DefaultValues?: StringDatasetParameterDefaultValues | undefined;
|
|
440
|
+
}
|
|
441
|
+
export interface DatasetParameter {
|
|
442
|
+
StringDatasetParameter?: StringDatasetParameter | undefined;
|
|
443
|
+
DecimalDatasetParameter?: DecimalDatasetParameter | undefined;
|
|
444
|
+
IntegerDatasetParameter?: IntegerDatasetParameter | undefined;
|
|
445
|
+
DateTimeDatasetParameter?: DateTimeDatasetParameter | undefined;
|
|
446
|
+
}
|
|
83
447
|
export interface DataSetUsageConfiguration {
|
|
84
448
|
DisableUseAsDirectQuerySource?: boolean | undefined;
|
|
85
449
|
DisableUseAsImportedSource?: boolean | undefined;
|
|
@@ -746,6 +1110,7 @@ export interface TemplateVersionDefinition {
|
|
|
746
1110
|
AnalysisDefaults?: AnalysisDefaults | undefined;
|
|
747
1111
|
Options?: AssetOptions | undefined;
|
|
748
1112
|
QueryExecutionOptions?: QueryExecutionOptions | undefined;
|
|
1113
|
+
StaticFiles?: StaticFile[] | undefined;
|
|
749
1114
|
}
|
|
750
1115
|
export interface TemplateSourceAnalysis {
|
|
751
1116
|
Arn: string | undefined;
|
|
@@ -1119,6 +1484,7 @@ export interface CreateTopicRequest {
|
|
|
1119
1484
|
TopicId: string | undefined;
|
|
1120
1485
|
Topic: TopicDetails | undefined;
|
|
1121
1486
|
Tags?: Tag[] | undefined;
|
|
1487
|
+
FolderArns?: string[] | undefined;
|
|
1122
1488
|
}
|
|
1123
1489
|
export interface CreateTopicResponse {
|
|
1124
1490
|
Arn?: string | undefined;
|
|
@@ -1257,6 +1623,12 @@ export interface DashboardSearchFilter {
|
|
|
1257
1623
|
Name?: DashboardFilterAttribute | undefined;
|
|
1258
1624
|
Value?: string | undefined;
|
|
1259
1625
|
}
|
|
1626
|
+
export declare const DashboardsQAStatus: {
|
|
1627
|
+
readonly DISABLED: "DISABLED";
|
|
1628
|
+
readonly ENABLED: "ENABLED";
|
|
1629
|
+
};
|
|
1630
|
+
export type DashboardsQAStatus =
|
|
1631
|
+
(typeof DashboardsQAStatus)[keyof typeof DashboardsQAStatus];
|
|
1260
1632
|
export interface DashboardSummary {
|
|
1261
1633
|
Arn?: string | undefined;
|
|
1262
1634
|
DashboardId?: string | undefined;
|
|
@@ -1274,6 +1646,16 @@ export interface DashboardVersionSummary {
|
|
|
1274
1646
|
SourceEntityArn?: string | undefined;
|
|
1275
1647
|
Description?: string | undefined;
|
|
1276
1648
|
}
|
|
1649
|
+
export interface DashboardVisualResult {
|
|
1650
|
+
DashboardId?: string | undefined;
|
|
1651
|
+
DashboardName?: string | undefined;
|
|
1652
|
+
SheetId?: string | undefined;
|
|
1653
|
+
SheetName?: string | undefined;
|
|
1654
|
+
VisualId?: string | undefined;
|
|
1655
|
+
VisualTitle?: string | undefined;
|
|
1656
|
+
VisualSubtitle?: string | undefined;
|
|
1657
|
+
DashboardUrl?: string | undefined;
|
|
1658
|
+
}
|
|
1277
1659
|
export interface OutputColumn {
|
|
1278
1660
|
Name?: string | undefined;
|
|
1279
1661
|
Description?: string | undefined;
|
|
@@ -1489,6 +1871,14 @@ export interface DeleteDataSourceResponse {
|
|
|
1489
1871
|
RequestId?: string | undefined;
|
|
1490
1872
|
Status?: number | undefined;
|
|
1491
1873
|
}
|
|
1874
|
+
export interface DeleteDefaultQBusinessApplicationRequest {
|
|
1875
|
+
AwsAccountId: string | undefined;
|
|
1876
|
+
Namespace?: string | undefined;
|
|
1877
|
+
}
|
|
1878
|
+
export interface DeleteDefaultQBusinessApplicationResponse {
|
|
1879
|
+
RequestId?: string | undefined;
|
|
1880
|
+
Status?: number | undefined;
|
|
1881
|
+
}
|
|
1492
1882
|
export interface DeleteFolderRequest {
|
|
1493
1883
|
AwsAccountId: string | undefined;
|
|
1494
1884
|
FolderId: string | undefined;
|
|
@@ -1743,455 +2133,32 @@ export interface DescribeAnalysisDefinitionResponse {
|
|
|
1743
2133
|
Status?: number | undefined;
|
|
1744
2134
|
RequestId?: string | undefined;
|
|
1745
2135
|
}
|
|
1746
|
-
export
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
export
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
export
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
Arn?: string | undefined;
|
|
1773
|
-
CreatedTime?: Date | undefined;
|
|
1774
|
-
AssetBundleExportJobId?: string | undefined;
|
|
1775
|
-
AwsAccountId?: string | undefined;
|
|
1776
|
-
ResourceArns?: string[] | undefined;
|
|
1777
|
-
IncludeAllDependencies?: boolean | undefined;
|
|
1778
|
-
ExportFormat?: AssetBundleExportFormat | undefined;
|
|
1779
|
-
CloudFormationOverridePropertyConfiguration?:
|
|
1780
|
-
| AssetBundleCloudFormationOverridePropertyConfiguration
|
|
1781
|
-
| undefined;
|
|
1782
|
-
RequestId?: string | undefined;
|
|
1783
|
-
Status?: number | undefined;
|
|
1784
|
-
IncludePermissions?: boolean | undefined;
|
|
1785
|
-
IncludeTags?: boolean | undefined;
|
|
1786
|
-
ValidationStrategy?: AssetBundleExportJobValidationStrategy | undefined;
|
|
1787
|
-
Warnings?: AssetBundleExportJobWarning[] | undefined;
|
|
1788
|
-
IncludeFolderMemberships?: boolean | undefined;
|
|
1789
|
-
IncludeFolderMembers?: IncludeFolderMembers | undefined;
|
|
1790
|
-
}
|
|
1791
|
-
export interface DescribeAssetBundleImportJobRequest {
|
|
1792
|
-
AwsAccountId: string | undefined;
|
|
1793
|
-
AssetBundleImportJobId: string | undefined;
|
|
1794
|
-
}
|
|
1795
|
-
export interface DescribeAssetBundleImportJobResponse {
|
|
1796
|
-
JobStatus?: AssetBundleImportJobStatus | undefined;
|
|
1797
|
-
Errors?: AssetBundleImportJobError[] | undefined;
|
|
1798
|
-
RollbackErrors?: AssetBundleImportJobError[] | undefined;
|
|
1799
|
-
Arn?: string | undefined;
|
|
1800
|
-
CreatedTime?: Date | undefined;
|
|
1801
|
-
AssetBundleImportJobId?: string | undefined;
|
|
1802
|
-
AwsAccountId?: string | undefined;
|
|
1803
|
-
AssetBundleImportSource?: AssetBundleImportSourceDescription | undefined;
|
|
1804
|
-
OverrideParameters?: AssetBundleImportJobOverrideParameters | undefined;
|
|
1805
|
-
FailureAction?: AssetBundleImportFailureAction | undefined;
|
|
1806
|
-
RequestId?: string | undefined;
|
|
1807
|
-
Status?: number | undefined;
|
|
1808
|
-
OverridePermissions?: AssetBundleImportJobOverridePermissions | undefined;
|
|
1809
|
-
OverrideTags?: AssetBundleImportJobOverrideTags | undefined;
|
|
1810
|
-
OverrideValidationStrategy?:
|
|
1811
|
-
| AssetBundleImportJobOverrideValidationStrategy
|
|
1812
|
-
| undefined;
|
|
1813
|
-
Warnings?: AssetBundleImportJobWarning[] | undefined;
|
|
1814
|
-
}
|
|
1815
|
-
export interface DescribeBrandRequest {
|
|
1816
|
-
AwsAccountId: string | undefined;
|
|
1817
|
-
BrandId: string | undefined;
|
|
1818
|
-
VersionId?: string | undefined;
|
|
1819
|
-
}
|
|
1820
|
-
export interface DescribeBrandResponse {
|
|
1821
|
-
RequestId?: string | undefined;
|
|
1822
|
-
BrandDetail?: BrandDetail | undefined;
|
|
1823
|
-
BrandDefinition?: BrandDefinition | undefined;
|
|
1824
|
-
}
|
|
1825
|
-
export interface DescribeBrandAssignmentRequest {
|
|
1826
|
-
AwsAccountId: string | undefined;
|
|
1827
|
-
}
|
|
1828
|
-
export interface DescribeBrandAssignmentResponse {
|
|
1829
|
-
RequestId?: string | undefined;
|
|
1830
|
-
BrandArn?: string | undefined;
|
|
1831
|
-
}
|
|
1832
|
-
export interface DescribeBrandPublishedVersionRequest {
|
|
1833
|
-
AwsAccountId: string | undefined;
|
|
1834
|
-
BrandId: string | undefined;
|
|
1835
|
-
}
|
|
1836
|
-
export interface DescribeBrandPublishedVersionResponse {
|
|
1837
|
-
RequestId?: string | undefined;
|
|
1838
|
-
BrandDetail?: BrandDetail | undefined;
|
|
1839
|
-
BrandDefinition?: BrandDefinition | undefined;
|
|
1840
|
-
}
|
|
1841
|
-
export interface DescribeCustomPermissionsRequest {
|
|
1842
|
-
AwsAccountId: string | undefined;
|
|
1843
|
-
CustomPermissionsName: string | undefined;
|
|
1844
|
-
}
|
|
1845
|
-
export interface DescribeCustomPermissionsResponse {
|
|
1846
|
-
Status?: number | undefined;
|
|
1847
|
-
CustomPermissions?: CustomPermissions | undefined;
|
|
1848
|
-
RequestId?: string | undefined;
|
|
1849
|
-
}
|
|
1850
|
-
export interface DescribeDashboardRequest {
|
|
1851
|
-
AwsAccountId: string | undefined;
|
|
1852
|
-
DashboardId: string | undefined;
|
|
1853
|
-
VersionNumber?: number | undefined;
|
|
1854
|
-
AliasName?: string | undefined;
|
|
1855
|
-
}
|
|
1856
|
-
export interface DescribeDashboardResponse {
|
|
1857
|
-
Dashboard?: Dashboard | undefined;
|
|
1858
|
-
Status?: number | undefined;
|
|
1859
|
-
RequestId?: string | undefined;
|
|
1860
|
-
}
|
|
1861
|
-
export interface DescribeDashboardDefinitionRequest {
|
|
1862
|
-
AwsAccountId: string | undefined;
|
|
1863
|
-
DashboardId: string | undefined;
|
|
1864
|
-
VersionNumber?: number | undefined;
|
|
1865
|
-
AliasName?: string | undefined;
|
|
1866
|
-
}
|
|
1867
|
-
export interface DescribeDashboardDefinitionResponse {
|
|
1868
|
-
DashboardId?: string | undefined;
|
|
1869
|
-
Errors?: DashboardError[] | undefined;
|
|
1870
|
-
Name?: string | undefined;
|
|
1871
|
-
ResourceStatus?: ResourceStatus | undefined;
|
|
1872
|
-
ThemeArn?: string | undefined;
|
|
1873
|
-
Definition?: DashboardVersionDefinition | undefined;
|
|
1874
|
-
Status?: number | undefined;
|
|
1875
|
-
RequestId?: string | undefined;
|
|
1876
|
-
DashboardPublishOptions?: DashboardPublishOptions | undefined;
|
|
1877
|
-
}
|
|
1878
|
-
export interface DescribeDashboardPermissionsRequest {
|
|
1879
|
-
AwsAccountId: string | undefined;
|
|
1880
|
-
DashboardId: string | undefined;
|
|
1881
|
-
}
|
|
1882
|
-
export interface DescribeDashboardPermissionsResponse {
|
|
1883
|
-
DashboardId?: string | undefined;
|
|
1884
|
-
DashboardArn?: string | undefined;
|
|
1885
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1886
|
-
Status?: number | undefined;
|
|
1887
|
-
RequestId?: string | undefined;
|
|
1888
|
-
LinkSharingConfiguration?: LinkSharingConfiguration | undefined;
|
|
1889
|
-
}
|
|
1890
|
-
export interface DescribeDashboardSnapshotJobRequest {
|
|
1891
|
-
AwsAccountId: string | undefined;
|
|
1892
|
-
DashboardId: string | undefined;
|
|
1893
|
-
SnapshotJobId: string | undefined;
|
|
1894
|
-
}
|
|
1895
|
-
export declare const SnapshotJobStatus: {
|
|
1896
|
-
readonly COMPLETED: "COMPLETED";
|
|
1897
|
-
readonly FAILED: "FAILED";
|
|
1898
|
-
readonly QUEUED: "QUEUED";
|
|
1899
|
-
readonly RUNNING: "RUNNING";
|
|
1900
|
-
};
|
|
1901
|
-
export type SnapshotJobStatus =
|
|
1902
|
-
(typeof SnapshotJobStatus)[keyof typeof SnapshotJobStatus];
|
|
1903
|
-
export interface SnapshotDestinationConfiguration {
|
|
1904
|
-
S3Destinations?: SnapshotS3DestinationConfiguration[] | undefined;
|
|
1905
|
-
}
|
|
1906
|
-
export interface SnapshotFileGroup {
|
|
1907
|
-
Files?: SnapshotFile[] | undefined;
|
|
1908
|
-
}
|
|
1909
|
-
export interface SnapshotConfiguration {
|
|
1910
|
-
FileGroups: SnapshotFileGroup[] | undefined;
|
|
1911
|
-
DestinationConfiguration?: SnapshotDestinationConfiguration | undefined;
|
|
1912
|
-
Parameters?: _Parameters | undefined;
|
|
1913
|
-
}
|
|
1914
|
-
export interface SnapshotAnonymousUserRedacted {
|
|
1915
|
-
RowLevelPermissionTagKeys?: string[] | undefined;
|
|
1916
|
-
}
|
|
1917
|
-
export interface SnapshotUserConfigurationRedacted {
|
|
1918
|
-
AnonymousUsers?: SnapshotAnonymousUserRedacted[] | undefined;
|
|
1919
|
-
}
|
|
1920
|
-
export interface DescribeDashboardSnapshotJobResponse {
|
|
1921
|
-
AwsAccountId?: string | undefined;
|
|
1922
|
-
DashboardId?: string | undefined;
|
|
1923
|
-
SnapshotJobId?: string | undefined;
|
|
1924
|
-
UserConfiguration?: SnapshotUserConfigurationRedacted | undefined;
|
|
1925
|
-
SnapshotConfiguration?: SnapshotConfiguration | undefined;
|
|
1926
|
-
Arn?: string | undefined;
|
|
1927
|
-
JobStatus?: SnapshotJobStatus | undefined;
|
|
1928
|
-
CreatedTime?: Date | undefined;
|
|
1929
|
-
LastUpdatedTime?: Date | undefined;
|
|
1930
|
-
RequestId?: string | undefined;
|
|
1931
|
-
Status?: number | undefined;
|
|
1932
|
-
}
|
|
1933
|
-
export interface DescribeDashboardSnapshotJobResultRequest {
|
|
1934
|
-
AwsAccountId: string | undefined;
|
|
1935
|
-
DashboardId: string | undefined;
|
|
1936
|
-
SnapshotJobId: string | undefined;
|
|
1937
|
-
}
|
|
1938
|
-
export interface SnapshotJobErrorInfo {
|
|
1939
|
-
ErrorMessage?: string | undefined;
|
|
1940
|
-
ErrorType?: string | undefined;
|
|
1941
|
-
}
|
|
1942
|
-
export interface SnapshotJobResult {
|
|
1943
|
-
AnonymousUsers?: AnonymousUserSnapshotJobResult[] | undefined;
|
|
1944
|
-
}
|
|
1945
|
-
export interface DescribeDashboardSnapshotJobResultResponse {
|
|
1946
|
-
Arn?: string | undefined;
|
|
1947
|
-
JobStatus?: SnapshotJobStatus | undefined;
|
|
1948
|
-
CreatedTime?: Date | undefined;
|
|
1949
|
-
LastUpdatedTime?: Date | undefined;
|
|
1950
|
-
Result?: SnapshotJobResult | undefined;
|
|
1951
|
-
ErrorInfo?: SnapshotJobErrorInfo | undefined;
|
|
1952
|
-
RequestId?: string | undefined;
|
|
1953
|
-
Status?: number | undefined;
|
|
1954
|
-
}
|
|
1955
|
-
export interface DescribeDataSetRequest {
|
|
1956
|
-
AwsAccountId: string | undefined;
|
|
1957
|
-
DataSetId: string | undefined;
|
|
1958
|
-
}
|
|
1959
|
-
export interface DescribeDataSetResponse {
|
|
1960
|
-
DataSet?: DataSet | undefined;
|
|
1961
|
-
RequestId?: string | undefined;
|
|
1962
|
-
Status?: number | undefined;
|
|
1963
|
-
}
|
|
1964
|
-
export interface DescribeDataSetPermissionsRequest {
|
|
1965
|
-
AwsAccountId: string | undefined;
|
|
1966
|
-
DataSetId: string | undefined;
|
|
1967
|
-
}
|
|
1968
|
-
export interface DescribeDataSetPermissionsResponse {
|
|
1969
|
-
DataSetArn?: string | undefined;
|
|
1970
|
-
DataSetId?: string | undefined;
|
|
1971
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1972
|
-
RequestId?: string | undefined;
|
|
1973
|
-
Status?: number | undefined;
|
|
1974
|
-
}
|
|
1975
|
-
export interface DescribeDataSetRefreshPropertiesRequest {
|
|
1976
|
-
AwsAccountId: string | undefined;
|
|
1977
|
-
DataSetId: string | undefined;
|
|
1978
|
-
}
|
|
1979
|
-
export interface DescribeDataSetRefreshPropertiesResponse {
|
|
1980
|
-
RequestId?: string | undefined;
|
|
1981
|
-
Status?: number | undefined;
|
|
1982
|
-
DataSetRefreshProperties?: DataSetRefreshProperties | undefined;
|
|
1983
|
-
}
|
|
1984
|
-
export interface DescribeDataSourceRequest {
|
|
1985
|
-
AwsAccountId: string | undefined;
|
|
1986
|
-
DataSourceId: string | undefined;
|
|
1987
|
-
}
|
|
1988
|
-
export interface DescribeDataSourceResponse {
|
|
1989
|
-
DataSource?: DataSource | undefined;
|
|
1990
|
-
RequestId?: string | undefined;
|
|
1991
|
-
Status?: number | undefined;
|
|
1992
|
-
}
|
|
1993
|
-
export interface DescribeDataSourcePermissionsRequest {
|
|
1994
|
-
AwsAccountId: string | undefined;
|
|
1995
|
-
DataSourceId: string | undefined;
|
|
1996
|
-
}
|
|
1997
|
-
export interface DescribeDataSourcePermissionsResponse {
|
|
1998
|
-
DataSourceArn?: string | undefined;
|
|
1999
|
-
DataSourceId?: string | undefined;
|
|
2000
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
2001
|
-
RequestId?: string | undefined;
|
|
2002
|
-
Status?: number | undefined;
|
|
2003
|
-
}
|
|
2004
|
-
export interface DescribeFolderRequest {
|
|
2005
|
-
AwsAccountId: string | undefined;
|
|
2006
|
-
FolderId: string | undefined;
|
|
2007
|
-
}
|
|
2008
|
-
export interface Folder {
|
|
2009
|
-
FolderId?: string | undefined;
|
|
2010
|
-
Arn?: string | undefined;
|
|
2011
|
-
Name?: string | undefined;
|
|
2012
|
-
FolderType?: FolderType | undefined;
|
|
2013
|
-
FolderPath?: string[] | undefined;
|
|
2014
|
-
CreatedTime?: Date | undefined;
|
|
2015
|
-
LastUpdatedTime?: Date | undefined;
|
|
2016
|
-
SharingModel?: SharingModel | undefined;
|
|
2017
|
-
}
|
|
2018
|
-
export interface DescribeFolderResponse {
|
|
2019
|
-
Status?: number | undefined;
|
|
2020
|
-
Folder?: Folder | undefined;
|
|
2021
|
-
RequestId?: string | undefined;
|
|
2022
|
-
}
|
|
2023
|
-
export interface DescribeFolderPermissionsRequest {
|
|
2024
|
-
AwsAccountId: string | undefined;
|
|
2025
|
-
FolderId: string | undefined;
|
|
2026
|
-
Namespace?: string | undefined;
|
|
2027
|
-
MaxResults?: number | undefined;
|
|
2028
|
-
NextToken?: string | undefined;
|
|
2029
|
-
}
|
|
2030
|
-
export interface DescribeFolderPermissionsResponse {
|
|
2031
|
-
Status?: number | undefined;
|
|
2032
|
-
FolderId?: string | undefined;
|
|
2033
|
-
Arn?: string | undefined;
|
|
2034
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
2035
|
-
RequestId?: string | undefined;
|
|
2036
|
-
NextToken?: string | undefined;
|
|
2037
|
-
}
|
|
2038
|
-
export declare class InvalidNextTokenException extends __BaseException {
|
|
2039
|
-
readonly name: "InvalidNextTokenException";
|
|
2040
|
-
readonly $fault: "client";
|
|
2041
|
-
Message?: string | undefined;
|
|
2042
|
-
RequestId?: string | undefined;
|
|
2043
|
-
constructor(
|
|
2044
|
-
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
2045
|
-
);
|
|
2046
|
-
}
|
|
2047
|
-
export interface DescribeFolderResolvedPermissionsRequest {
|
|
2048
|
-
AwsAccountId: string | undefined;
|
|
2049
|
-
FolderId: string | undefined;
|
|
2050
|
-
Namespace?: string | undefined;
|
|
2051
|
-
MaxResults?: number | undefined;
|
|
2052
|
-
NextToken?: string | undefined;
|
|
2053
|
-
}
|
|
2054
|
-
export interface DescribeFolderResolvedPermissionsResponse {
|
|
2055
|
-
Status?: number | undefined;
|
|
2056
|
-
FolderId?: string | undefined;
|
|
2057
|
-
Arn?: string | undefined;
|
|
2058
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
2059
|
-
RequestId?: string | undefined;
|
|
2060
|
-
NextToken?: string | undefined;
|
|
2061
|
-
}
|
|
2062
|
-
export interface DescribeGroupRequest {
|
|
2063
|
-
GroupName: string | undefined;
|
|
2064
|
-
AwsAccountId: string | undefined;
|
|
2065
|
-
Namespace: string | undefined;
|
|
2066
|
-
}
|
|
2067
|
-
export interface DescribeGroupResponse {
|
|
2068
|
-
Group?: Group | undefined;
|
|
2069
|
-
RequestId?: string | undefined;
|
|
2070
|
-
Status?: number | undefined;
|
|
2071
|
-
}
|
|
2072
|
-
export interface DescribeGroupMembershipRequest {
|
|
2073
|
-
MemberName: string | undefined;
|
|
2074
|
-
GroupName: string | undefined;
|
|
2075
|
-
AwsAccountId: string | undefined;
|
|
2076
|
-
Namespace: string | undefined;
|
|
2077
|
-
}
|
|
2078
|
-
export interface DescribeGroupMembershipResponse {
|
|
2079
|
-
GroupMember?: GroupMember | undefined;
|
|
2080
|
-
RequestId?: string | undefined;
|
|
2081
|
-
Status?: number | undefined;
|
|
2082
|
-
}
|
|
2083
|
-
export interface DescribeIAMPolicyAssignmentRequest {
|
|
2084
|
-
AwsAccountId: string | undefined;
|
|
2085
|
-
AssignmentName: string | undefined;
|
|
2086
|
-
Namespace: string | undefined;
|
|
2087
|
-
}
|
|
2088
|
-
export interface IAMPolicyAssignment {
|
|
2089
|
-
AwsAccountId?: string | undefined;
|
|
2090
|
-
AssignmentId?: string | undefined;
|
|
2091
|
-
AssignmentName?: string | undefined;
|
|
2092
|
-
PolicyArn?: string | undefined;
|
|
2093
|
-
Identities?: Record<string, string[]> | undefined;
|
|
2094
|
-
AssignmentStatus?: AssignmentStatus | undefined;
|
|
2095
|
-
}
|
|
2096
|
-
export interface DescribeIAMPolicyAssignmentResponse {
|
|
2097
|
-
IAMPolicyAssignment?: IAMPolicyAssignment | undefined;
|
|
2098
|
-
RequestId?: string | undefined;
|
|
2099
|
-
Status?: number | undefined;
|
|
2100
|
-
}
|
|
2101
|
-
export interface DescribeIngestionRequest {
|
|
2102
|
-
AwsAccountId: string | undefined;
|
|
2103
|
-
DataSetId: string | undefined;
|
|
2104
|
-
IngestionId: string | undefined;
|
|
2105
|
-
}
|
|
2106
|
-
export declare const IngestionErrorType: {
|
|
2107
|
-
readonly ACCOUNT_CAPACITY_LIMIT_EXCEEDED: "ACCOUNT_CAPACITY_LIMIT_EXCEEDED";
|
|
2108
|
-
readonly CONNECTION_FAILURE: "CONNECTION_FAILURE";
|
|
2109
|
-
readonly CURSOR_NOT_ENABLED: "CURSOR_NOT_ENABLED";
|
|
2110
|
-
readonly CUSTOMER_ERROR: "CUSTOMER_ERROR";
|
|
2111
|
-
readonly DATA_SET_DELETED: "DATA_SET_DELETED";
|
|
2112
|
-
readonly DATA_SET_NOT_SPICE: "DATA_SET_NOT_SPICE";
|
|
2113
|
-
readonly DATA_SET_SIZE_LIMIT_EXCEEDED: "DATA_SET_SIZE_LIMIT_EXCEEDED";
|
|
2114
|
-
readonly DATA_SOURCE_AUTH_FAILED: "DATA_SOURCE_AUTH_FAILED";
|
|
2115
|
-
readonly DATA_SOURCE_CONNECTION_FAILED: "DATA_SOURCE_CONNECTION_FAILED";
|
|
2116
|
-
readonly DATA_SOURCE_NOT_FOUND: "DATA_SOURCE_NOT_FOUND";
|
|
2117
|
-
readonly DATA_TOLERANCE_EXCEPTION: "DATA_TOLERANCE_EXCEPTION";
|
|
2118
|
-
readonly DUPLICATE_COLUMN_NAMES_FOUND: "DUPLICATE_COLUMN_NAMES_FOUND";
|
|
2119
|
-
readonly ELASTICSEARCH_CURSOR_NOT_ENABLED: "ELASTICSEARCH_CURSOR_NOT_ENABLED";
|
|
2120
|
-
readonly FAILURE_TO_ASSUME_ROLE: "FAILURE_TO_ASSUME_ROLE";
|
|
2121
|
-
readonly FAILURE_TO_PROCESS_JSON_FILE: "FAILURE_TO_PROCESS_JSON_FILE";
|
|
2122
|
-
readonly IAM_ROLE_NOT_AVAILABLE: "IAM_ROLE_NOT_AVAILABLE";
|
|
2123
|
-
readonly INGESTION_CANCELED: "INGESTION_CANCELED";
|
|
2124
|
-
readonly INGESTION_SUPERSEDED: "INGESTION_SUPERSEDED";
|
|
2125
|
-
readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
|
|
2126
|
-
readonly INVALID_DATAPREP_SYNTAX: "INVALID_DATAPREP_SYNTAX";
|
|
2127
|
-
readonly INVALID_DATA_SOURCE_CONFIG: "INVALID_DATA_SOURCE_CONFIG";
|
|
2128
|
-
readonly INVALID_DATE_FORMAT: "INVALID_DATE_FORMAT";
|
|
2129
|
-
readonly IOT_DATA_SET_FILE_EMPTY: "IOT_DATA_SET_FILE_EMPTY";
|
|
2130
|
-
readonly IOT_FILE_NOT_FOUND: "IOT_FILE_NOT_FOUND";
|
|
2131
|
-
readonly OAUTH_TOKEN_FAILURE: "OAUTH_TOKEN_FAILURE";
|
|
2132
|
-
readonly PASSWORD_AUTHENTICATION_FAILURE: "PASSWORD_AUTHENTICATION_FAILURE";
|
|
2133
|
-
readonly PERMISSION_DENIED: "PERMISSION_DENIED";
|
|
2134
|
-
readonly PERMISSION_NOT_FOUND: "PERMISSION_NOT_FOUND";
|
|
2135
|
-
readonly QUERY_TIMEOUT: "QUERY_TIMEOUT";
|
|
2136
|
-
readonly REFRESH_SUPPRESSED_BY_EDIT: "REFRESH_SUPPRESSED_BY_EDIT";
|
|
2137
|
-
readonly ROW_SIZE_LIMIT_EXCEEDED: "ROW_SIZE_LIMIT_EXCEEDED";
|
|
2138
|
-
readonly S3_FILE_INACCESSIBLE: "S3_FILE_INACCESSIBLE";
|
|
2139
|
-
readonly S3_MANIFEST_ERROR: "S3_MANIFEST_ERROR";
|
|
2140
|
-
readonly S3_UPLOADED_FILE_DELETED: "S3_UPLOADED_FILE_DELETED";
|
|
2141
|
-
readonly SOURCE_API_LIMIT_EXCEEDED_FAILURE: "SOURCE_API_LIMIT_EXCEEDED_FAILURE";
|
|
2142
|
-
readonly SOURCE_RESOURCE_LIMIT_EXCEEDED: "SOURCE_RESOURCE_LIMIT_EXCEEDED";
|
|
2143
|
-
readonly SPICE_TABLE_NOT_FOUND: "SPICE_TABLE_NOT_FOUND";
|
|
2144
|
-
readonly SQL_EXCEPTION: "SQL_EXCEPTION";
|
|
2145
|
-
readonly SQL_INVALID_PARAMETER_VALUE: "SQL_INVALID_PARAMETER_VALUE";
|
|
2146
|
-
readonly SQL_NUMERIC_OVERFLOW: "SQL_NUMERIC_OVERFLOW";
|
|
2147
|
-
readonly SQL_SCHEMA_MISMATCH_ERROR: "SQL_SCHEMA_MISMATCH_ERROR";
|
|
2148
|
-
readonly SQL_TABLE_NOT_FOUND: "SQL_TABLE_NOT_FOUND";
|
|
2149
|
-
readonly SSL_CERTIFICATE_VALIDATION_FAILURE: "SSL_CERTIFICATE_VALIDATION_FAILURE";
|
|
2150
|
-
readonly UNRESOLVABLE_HOST: "UNRESOLVABLE_HOST";
|
|
2151
|
-
readonly UNROUTABLE_HOST: "UNROUTABLE_HOST";
|
|
2152
|
-
};
|
|
2153
|
-
export type IngestionErrorType =
|
|
2154
|
-
(typeof IngestionErrorType)[keyof typeof IngestionErrorType];
|
|
2155
|
-
export interface ErrorInfo {
|
|
2156
|
-
Type?: IngestionErrorType | undefined;
|
|
2157
|
-
Message?: string | undefined;
|
|
2158
|
-
}
|
|
2159
|
-
export interface QueueInfo {
|
|
2160
|
-
WaitingOnIngestion: string | undefined;
|
|
2161
|
-
QueuedIngestion: string | undefined;
|
|
2162
|
-
}
|
|
2163
|
-
export declare const IngestionRequestSource: {
|
|
2164
|
-
readonly MANUAL: "MANUAL";
|
|
2165
|
-
readonly SCHEDULED: "SCHEDULED";
|
|
2166
|
-
};
|
|
2167
|
-
export type IngestionRequestSource =
|
|
2168
|
-
(typeof IngestionRequestSource)[keyof typeof IngestionRequestSource];
|
|
2169
|
-
export declare const IngestionRequestType: {
|
|
2170
|
-
readonly EDIT: "EDIT";
|
|
2171
|
-
readonly FULL_REFRESH: "FULL_REFRESH";
|
|
2172
|
-
readonly INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH";
|
|
2173
|
-
readonly INITIAL_INGESTION: "INITIAL_INGESTION";
|
|
2174
|
-
};
|
|
2175
|
-
export type IngestionRequestType =
|
|
2176
|
-
(typeof IngestionRequestType)[keyof typeof IngestionRequestType];
|
|
2177
|
-
export interface RowInfo {
|
|
2178
|
-
RowsIngested?: number | undefined;
|
|
2179
|
-
RowsDropped?: number | undefined;
|
|
2180
|
-
TotalRowsInDataset?: number | undefined;
|
|
2181
|
-
}
|
|
2182
|
-
export interface Ingestion {
|
|
2183
|
-
Arn: string | undefined;
|
|
2184
|
-
IngestionId?: string | undefined;
|
|
2185
|
-
IngestionStatus: IngestionStatus | undefined;
|
|
2186
|
-
ErrorInfo?: ErrorInfo | undefined;
|
|
2187
|
-
RowInfo?: RowInfo | undefined;
|
|
2188
|
-
QueueInfo?: QueueInfo | undefined;
|
|
2189
|
-
CreatedTime: Date | undefined;
|
|
2190
|
-
IngestionTimeInSeconds?: number | undefined;
|
|
2191
|
-
IngestionSizeInBytes?: number | undefined;
|
|
2192
|
-
RequestSource?: IngestionRequestSource | undefined;
|
|
2193
|
-
RequestType?: IngestionRequestType | undefined;
|
|
2194
|
-
}
|
|
2136
|
+
export declare const ColumnTagFilterSensitiveLog: (obj: ColumnTag) => any;
|
|
2137
|
+
export declare const DateTimeParameterFilterSensitiveLog: (
|
|
2138
|
+
obj: DateTimeParameter
|
|
2139
|
+
) => any;
|
|
2140
|
+
export declare const DecimalParameterFilterSensitiveLog: (
|
|
2141
|
+
obj: DecimalParameter
|
|
2142
|
+
) => any;
|
|
2143
|
+
export declare const IntegerParameterFilterSensitiveLog: (
|
|
2144
|
+
obj: IntegerParameter
|
|
2145
|
+
) => any;
|
|
2146
|
+
export declare const StringParameterFilterSensitiveLog: (
|
|
2147
|
+
obj: StringParameter
|
|
2148
|
+
) => any;
|
|
2149
|
+
export declare const _ParametersFilterSensitiveLog: (obj: _Parameters) => any;
|
|
2150
|
+
export declare const CreateAnalysisRequestFilterSensitiveLog: (
|
|
2151
|
+
obj: CreateAnalysisRequest
|
|
2152
|
+
) => any;
|
|
2153
|
+
export declare const CreateColumnsOperationFilterSensitiveLog: (
|
|
2154
|
+
obj: CreateColumnsOperation
|
|
2155
|
+
) => any;
|
|
2156
|
+
export declare const DashboardVersionDefinitionFilterSensitiveLog: (
|
|
2157
|
+
obj: DashboardVersionDefinition
|
|
2158
|
+
) => any;
|
|
2159
|
+
export declare const CreateDashboardRequestFilterSensitiveLog: (
|
|
2160
|
+
obj: CreateDashboardRequest
|
|
2161
|
+
) => any;
|
|
2195
2162
|
export declare const FilterOperationFilterSensitiveLog: (
|
|
2196
2163
|
obj: FilterOperation
|
|
2197
2164
|
) => any;
|
|
@@ -2260,32 +2227,15 @@ export declare const TopicDetailsFilterSensitiveLog: (obj: TopicDetails) => any;
|
|
|
2260
2227
|
export declare const CreateTopicRequestFilterSensitiveLog: (
|
|
2261
2228
|
obj: CreateTopicRequest
|
|
2262
2229
|
) => any;
|
|
2230
|
+
export declare const DashboardVersionFilterSensitiveLog: (
|
|
2231
|
+
obj: DashboardVersion
|
|
2232
|
+
) => any;
|
|
2233
|
+
export declare const DashboardFilterSensitiveLog: (obj: Dashboard) => any;
|
|
2263
2234
|
export declare const OutputColumnFilterSensitiveLog: (obj: OutputColumn) => any;
|
|
2264
2235
|
export declare const DataSetFilterSensitiveLog: (obj: DataSet) => any;
|
|
2236
|
+
export declare const DescribeAnalysisResponseFilterSensitiveLog: (
|
|
2237
|
+
obj: DescribeAnalysisResponse
|
|
2238
|
+
) => any;
|
|
2265
2239
|
export declare const DescribeAnalysisDefinitionResponseFilterSensitiveLog: (
|
|
2266
2240
|
obj: DescribeAnalysisDefinitionResponse
|
|
2267
2241
|
) => any;
|
|
2268
|
-
export declare const DescribeAssetBundleExportJobResponseFilterSensitiveLog: (
|
|
2269
|
-
obj: DescribeAssetBundleExportJobResponse
|
|
2270
|
-
) => any;
|
|
2271
|
-
export declare const DescribeAssetBundleImportJobResponseFilterSensitiveLog: (
|
|
2272
|
-
obj: DescribeAssetBundleImportJobResponse
|
|
2273
|
-
) => any;
|
|
2274
|
-
export declare const DescribeDashboardDefinitionResponseFilterSensitiveLog: (
|
|
2275
|
-
obj: DescribeDashboardDefinitionResponse
|
|
2276
|
-
) => any;
|
|
2277
|
-
export declare const SnapshotConfigurationFilterSensitiveLog: (
|
|
2278
|
-
obj: SnapshotConfiguration
|
|
2279
|
-
) => any;
|
|
2280
|
-
export declare const DescribeDashboardSnapshotJobResponseFilterSensitiveLog: (
|
|
2281
|
-
obj: DescribeDashboardSnapshotJobResponse
|
|
2282
|
-
) => any;
|
|
2283
|
-
export declare const SnapshotJobResultFilterSensitiveLog: (
|
|
2284
|
-
obj: SnapshotJobResult
|
|
2285
|
-
) => any;
|
|
2286
|
-
export declare const DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog: (
|
|
2287
|
-
obj: DescribeDashboardSnapshotJobResultResponse
|
|
2288
|
-
) => any;
|
|
2289
|
-
export declare const DescribeDataSetResponseFilterSensitiveLog: (
|
|
2290
|
-
obj: DescribeDataSetResponse
|
|
2291
|
-
) => any;
|