@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
|
@@ -7,1890 +7,2023 @@ import {
|
|
|
7
7
|
Sheet,
|
|
8
8
|
} from "./models_0";
|
|
9
9
|
import {
|
|
10
|
-
_Parameters,
|
|
11
10
|
AnalysisDefinition,
|
|
12
11
|
AnalysisSearchFilter,
|
|
13
12
|
AnalysisSourceEntity,
|
|
14
13
|
AnalysisSummary,
|
|
15
14
|
AnonymousUserEmbeddingExperienceConfiguration,
|
|
15
|
+
AnonymousUserSnapshotJobResult,
|
|
16
16
|
AssetBundleCloudFormationOverridePropertyConfiguration,
|
|
17
17
|
AssetBundleExportFormat,
|
|
18
|
+
AssetBundleExportJobError,
|
|
19
|
+
AssetBundleExportJobStatus,
|
|
18
20
|
AssetBundleExportJobSummary,
|
|
19
21
|
AssetBundleExportJobValidationStrategy,
|
|
22
|
+
AssetBundleExportJobWarning,
|
|
20
23
|
AssetBundleImportFailureAction,
|
|
24
|
+
AssetBundleImportJobError,
|
|
21
25
|
AssetBundleImportJobOverrideParameters,
|
|
22
26
|
AssetBundleImportJobOverridePermissions,
|
|
23
27
|
AssetBundleImportJobOverrideTags,
|
|
24
28
|
AssetBundleImportJobOverrideValidationStrategy,
|
|
29
|
+
AssetBundleImportJobStatus,
|
|
25
30
|
AssetBundleImportJobSummary,
|
|
31
|
+
AssetBundleImportJobWarning,
|
|
26
32
|
AssetBundleImportSource,
|
|
33
|
+
AssetBundleImportSourceDescription,
|
|
27
34
|
AssignmentStatus,
|
|
28
35
|
AuthorizedTargetsByService,
|
|
29
36
|
BookmarksConfigurations,
|
|
30
37
|
BrandDefinition,
|
|
31
38
|
BrandDetail,
|
|
32
39
|
BrandSummary,
|
|
33
|
-
Capabilities,
|
|
34
|
-
ColumnGroup,
|
|
35
|
-
ColumnLevelPermissionRule,
|
|
36
|
-
DashboardPublishOptions,
|
|
37
|
-
DashboardSourceEntity,
|
|
38
|
-
DashboardVersionDefinition,
|
|
39
40
|
DashboardVisualId,
|
|
40
|
-
DatasetParameter,
|
|
41
|
-
DataSourceParameters,
|
|
42
41
|
FilterOperator,
|
|
43
|
-
LinkSharingConfiguration,
|
|
44
|
-
ResourcePermission,
|
|
45
|
-
ServiceType,
|
|
46
42
|
SharedViewConfigurations,
|
|
47
|
-
|
|
43
|
+
SnapshotFile,
|
|
44
|
+
SnapshotS3DestinationConfiguration,
|
|
48
45
|
Tag,
|
|
49
|
-
TopicIR,
|
|
50
|
-
TopicTemplate,
|
|
51
|
-
ValidationStrategy,
|
|
52
|
-
VisualRole,
|
|
53
|
-
VpcConnectionProperties,
|
|
54
46
|
} from "./models_2";
|
|
55
47
|
import {
|
|
48
|
+
_Parameters,
|
|
56
49
|
CustomPermissions,
|
|
50
|
+
Dashboard,
|
|
51
|
+
DashboardError,
|
|
52
|
+
DashboardPublishOptions,
|
|
57
53
|
DashboardSearchFilter,
|
|
54
|
+
DashboardsQAStatus,
|
|
58
55
|
DashboardSummary,
|
|
56
|
+
DashboardVersionDefinition,
|
|
59
57
|
DashboardVersionSummary,
|
|
58
|
+
DashboardVisualResult,
|
|
59
|
+
DataSet,
|
|
60
60
|
DataSetConfiguration,
|
|
61
|
-
DataSetImportMode,
|
|
62
61
|
DataSetRefreshProperties,
|
|
63
62
|
DataSetSearchFilter,
|
|
64
63
|
DataSetSummary,
|
|
65
|
-
DataSetUsageConfiguration,
|
|
66
64
|
DataSource,
|
|
67
|
-
DataSourceCredentials,
|
|
68
65
|
DataSourceSearchFilter,
|
|
69
66
|
DataSourceSummary,
|
|
70
|
-
FieldFolder,
|
|
71
67
|
FolderType,
|
|
72
68
|
Group,
|
|
73
69
|
GroupMember,
|
|
74
70
|
IdentityStore,
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
LogicalTable,
|
|
71
|
+
IngestionStatus,
|
|
72
|
+
LinkSharingConfiguration,
|
|
78
73
|
NamespaceStatus,
|
|
79
|
-
PhysicalTable,
|
|
80
74
|
RefreshSchedule,
|
|
75
|
+
ResourcePermission,
|
|
81
76
|
Role,
|
|
82
|
-
RowLevelPermissionDataSet,
|
|
83
|
-
RowLevelPermissionTagConfiguration,
|
|
84
77
|
SharingModel,
|
|
85
|
-
SnapshotConfiguration,
|
|
86
78
|
TemplateAlias,
|
|
87
|
-
TemplateSourceEntity,
|
|
88
79
|
TemplateVersionDefinition,
|
|
89
80
|
ThemeAlias,
|
|
90
81
|
ThemeConfiguration,
|
|
91
82
|
TopicDetails,
|
|
92
83
|
TopicRefreshSchedule,
|
|
93
84
|
TopicUserExperienceVersion,
|
|
85
|
+
ValidationStrategy,
|
|
94
86
|
VPCConnectionAvailabilityStatus,
|
|
95
87
|
VPCConnectionResourceStatus,
|
|
96
88
|
} from "./models_3";
|
|
97
89
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
98
|
-
export interface
|
|
99
|
-
Ingestion?: Ingestion | undefined;
|
|
100
|
-
RequestId?: string | undefined;
|
|
101
|
-
Status?: number | undefined;
|
|
102
|
-
}
|
|
103
|
-
export interface DescribeIpRestrictionRequest {
|
|
90
|
+
export interface DescribeAnalysisPermissionsRequest {
|
|
104
91
|
AwsAccountId: string | undefined;
|
|
92
|
+
AnalysisId: string | undefined;
|
|
105
93
|
}
|
|
106
|
-
export interface
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
VpcEndpointIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
111
|
-
Enabled?: boolean | undefined;
|
|
112
|
-
RequestId?: string | undefined;
|
|
94
|
+
export interface DescribeAnalysisPermissionsResponse {
|
|
95
|
+
AnalysisId?: string | undefined;
|
|
96
|
+
AnalysisArn?: string | undefined;
|
|
97
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
113
98
|
Status?: number | undefined;
|
|
99
|
+
RequestId?: string | undefined;
|
|
114
100
|
}
|
|
115
|
-
export interface
|
|
101
|
+
export interface DescribeAssetBundleExportJobRequest {
|
|
116
102
|
AwsAccountId: string | undefined;
|
|
117
|
-
|
|
118
|
-
}
|
|
119
|
-
export interface RegisteredCustomerManagedKey {
|
|
120
|
-
KeyArn?: string | undefined;
|
|
121
|
-
DefaultKey?: boolean | undefined;
|
|
103
|
+
AssetBundleExportJobId: string | undefined;
|
|
122
104
|
}
|
|
123
|
-
export
|
|
105
|
+
export declare const IncludeFolderMembers: {
|
|
106
|
+
readonly NONE: "NONE";
|
|
107
|
+
readonly ONE_LEVEL: "ONE_LEVEL";
|
|
108
|
+
readonly RECURSE: "RECURSE";
|
|
109
|
+
};
|
|
110
|
+
export type IncludeFolderMembers =
|
|
111
|
+
(typeof IncludeFolderMembers)[keyof typeof IncludeFolderMembers];
|
|
112
|
+
export interface DescribeAssetBundleExportJobResponse {
|
|
113
|
+
JobStatus?: AssetBundleExportJobStatus | undefined;
|
|
114
|
+
DownloadUrl?: string | undefined;
|
|
115
|
+
Errors?: AssetBundleExportJobError[] | undefined;
|
|
116
|
+
Arn?: string | undefined;
|
|
117
|
+
CreatedTime?: Date | undefined;
|
|
118
|
+
AssetBundleExportJobId?: string | undefined;
|
|
124
119
|
AwsAccountId?: string | undefined;
|
|
125
|
-
|
|
120
|
+
ResourceArns?: string[] | undefined;
|
|
121
|
+
IncludeAllDependencies?: boolean | undefined;
|
|
122
|
+
ExportFormat?: AssetBundleExportFormat | undefined;
|
|
123
|
+
CloudFormationOverridePropertyConfiguration?:
|
|
124
|
+
| AssetBundleCloudFormationOverridePropertyConfiguration
|
|
125
|
+
| undefined;
|
|
126
126
|
RequestId?: string | undefined;
|
|
127
127
|
Status?: number | undefined;
|
|
128
|
+
IncludePermissions?: boolean | undefined;
|
|
129
|
+
IncludeTags?: boolean | undefined;
|
|
130
|
+
ValidationStrategy?: AssetBundleExportJobValidationStrategy | undefined;
|
|
131
|
+
Warnings?: AssetBundleExportJobWarning[] | undefined;
|
|
132
|
+
IncludeFolderMemberships?: boolean | undefined;
|
|
133
|
+
IncludeFolderMembers?: IncludeFolderMembers | undefined;
|
|
128
134
|
}
|
|
129
|
-
export interface
|
|
135
|
+
export interface DescribeAssetBundleImportJobRequest {
|
|
130
136
|
AwsAccountId: string | undefined;
|
|
131
|
-
|
|
132
|
-
}
|
|
133
|
-
export declare const NamespaceErrorType: {
|
|
134
|
-
readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
|
|
135
|
-
readonly PERMISSION_DENIED: "PERMISSION_DENIED";
|
|
136
|
-
};
|
|
137
|
-
export type NamespaceErrorType =
|
|
138
|
-
(typeof NamespaceErrorType)[keyof typeof NamespaceErrorType];
|
|
139
|
-
export interface NamespaceError {
|
|
140
|
-
Type?: NamespaceErrorType | undefined;
|
|
141
|
-
Message?: string | undefined;
|
|
137
|
+
AssetBundleImportJobId: string | undefined;
|
|
142
138
|
}
|
|
143
|
-
export interface
|
|
144
|
-
|
|
139
|
+
export interface DescribeAssetBundleImportJobResponse {
|
|
140
|
+
JobStatus?: AssetBundleImportJobStatus | undefined;
|
|
141
|
+
Errors?: AssetBundleImportJobError[] | undefined;
|
|
142
|
+
RollbackErrors?: AssetBundleImportJobError[] | undefined;
|
|
145
143
|
Arn?: string | undefined;
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
Namespace?: NamespaceInfoV2 | undefined;
|
|
144
|
+
CreatedTime?: Date | undefined;
|
|
145
|
+
AssetBundleImportJobId?: string | undefined;
|
|
146
|
+
AwsAccountId?: string | undefined;
|
|
147
|
+
AssetBundleImportSource?: AssetBundleImportSourceDescription | undefined;
|
|
148
|
+
OverrideParameters?: AssetBundleImportJobOverrideParameters | undefined;
|
|
149
|
+
FailureAction?: AssetBundleImportFailureAction | undefined;
|
|
153
150
|
RequestId?: string | undefined;
|
|
154
151
|
Status?: number | undefined;
|
|
152
|
+
OverridePermissions?: AssetBundleImportJobOverridePermissions | undefined;
|
|
153
|
+
OverrideTags?: AssetBundleImportJobOverrideTags | undefined;
|
|
154
|
+
OverrideValidationStrategy?:
|
|
155
|
+
| AssetBundleImportJobOverrideValidationStrategy
|
|
156
|
+
| undefined;
|
|
157
|
+
Warnings?: AssetBundleImportJobWarning[] | undefined;
|
|
155
158
|
}
|
|
156
|
-
export interface
|
|
159
|
+
export interface DescribeBrandRequest {
|
|
157
160
|
AwsAccountId: string | undefined;
|
|
161
|
+
BrandId: string | undefined;
|
|
162
|
+
VersionId?: string | undefined;
|
|
158
163
|
}
|
|
159
|
-
export
|
|
160
|
-
readonly DISABLED: "DISABLED";
|
|
161
|
-
readonly ENABLED: "ENABLED";
|
|
162
|
-
};
|
|
163
|
-
export type PersonalizationMode =
|
|
164
|
-
(typeof PersonalizationMode)[keyof typeof PersonalizationMode];
|
|
165
|
-
export interface DescribeQPersonalizationConfigurationResponse {
|
|
166
|
-
PersonalizationMode?: PersonalizationMode | undefined;
|
|
164
|
+
export interface DescribeBrandResponse {
|
|
167
165
|
RequestId?: string | undefined;
|
|
168
|
-
|
|
166
|
+
BrandDetail?: BrandDetail | undefined;
|
|
167
|
+
BrandDefinition?: BrandDefinition | undefined;
|
|
169
168
|
}
|
|
170
|
-
export interface
|
|
169
|
+
export interface DescribeBrandAssignmentRequest {
|
|
171
170
|
AwsAccountId: string | undefined;
|
|
172
|
-
DataSetId: string | undefined;
|
|
173
|
-
ScheduleId: string | undefined;
|
|
174
171
|
}
|
|
175
|
-
export interface
|
|
176
|
-
RefreshSchedule?: RefreshSchedule | undefined;
|
|
177
|
-
Status?: number | undefined;
|
|
172
|
+
export interface DescribeBrandAssignmentResponse {
|
|
178
173
|
RequestId?: string | undefined;
|
|
179
|
-
|
|
174
|
+
BrandArn?: string | undefined;
|
|
180
175
|
}
|
|
181
|
-
export interface
|
|
182
|
-
Role: Role | undefined;
|
|
176
|
+
export interface DescribeBrandPublishedVersionRequest {
|
|
183
177
|
AwsAccountId: string | undefined;
|
|
184
|
-
|
|
178
|
+
BrandId: string | undefined;
|
|
185
179
|
}
|
|
186
|
-
export interface
|
|
187
|
-
CustomPermissionsName?: string | undefined;
|
|
180
|
+
export interface DescribeBrandPublishedVersionResponse {
|
|
188
181
|
RequestId?: string | undefined;
|
|
189
|
-
|
|
182
|
+
BrandDetail?: BrandDetail | undefined;
|
|
183
|
+
BrandDefinition?: BrandDefinition | undefined;
|
|
190
184
|
}
|
|
191
|
-
export interface
|
|
185
|
+
export interface DescribeCustomPermissionsRequest {
|
|
192
186
|
AwsAccountId: string | undefined;
|
|
193
|
-
|
|
194
|
-
VersionNumber?: number | undefined;
|
|
195
|
-
AliasName?: string | undefined;
|
|
196
|
-
}
|
|
197
|
-
export declare const TemplateErrorType: {
|
|
198
|
-
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
199
|
-
readonly DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND";
|
|
200
|
-
readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
|
|
201
|
-
readonly SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND";
|
|
202
|
-
};
|
|
203
|
-
export type TemplateErrorType =
|
|
204
|
-
(typeof TemplateErrorType)[keyof typeof TemplateErrorType];
|
|
205
|
-
export interface TemplateError {
|
|
206
|
-
Type?: TemplateErrorType | undefined;
|
|
207
|
-
Message?: string | undefined;
|
|
208
|
-
ViolatedEntities?: Entity[] | undefined;
|
|
209
|
-
}
|
|
210
|
-
export interface TemplateVersion {
|
|
211
|
-
CreatedTime?: Date | undefined;
|
|
212
|
-
Errors?: TemplateError[] | undefined;
|
|
213
|
-
VersionNumber?: number | undefined;
|
|
214
|
-
Status?: ResourceStatus | undefined;
|
|
215
|
-
DataSetConfigurations?: DataSetConfiguration[] | undefined;
|
|
216
|
-
Description?: string | undefined;
|
|
217
|
-
SourceEntityArn?: string | undefined;
|
|
218
|
-
ThemeArn?: string | undefined;
|
|
219
|
-
Sheets?: Sheet[] | undefined;
|
|
220
|
-
}
|
|
221
|
-
export interface Template {
|
|
222
|
-
Arn?: string | undefined;
|
|
223
|
-
Name?: string | undefined;
|
|
224
|
-
Version?: TemplateVersion | undefined;
|
|
225
|
-
TemplateId?: string | undefined;
|
|
226
|
-
LastUpdatedTime?: Date | undefined;
|
|
227
|
-
CreatedTime?: Date | undefined;
|
|
187
|
+
CustomPermissionsName: string | undefined;
|
|
228
188
|
}
|
|
229
|
-
export interface
|
|
230
|
-
Template?: Template | undefined;
|
|
189
|
+
export interface DescribeCustomPermissionsResponse {
|
|
231
190
|
Status?: number | undefined;
|
|
191
|
+
CustomPermissions?: CustomPermissions | undefined;
|
|
232
192
|
RequestId?: string | undefined;
|
|
233
193
|
}
|
|
234
|
-
export interface
|
|
194
|
+
export interface DescribeDashboardRequest {
|
|
235
195
|
AwsAccountId: string | undefined;
|
|
236
|
-
|
|
237
|
-
|
|
196
|
+
DashboardId: string | undefined;
|
|
197
|
+
VersionNumber?: number | undefined;
|
|
198
|
+
AliasName?: string | undefined;
|
|
238
199
|
}
|
|
239
|
-
export interface
|
|
240
|
-
|
|
200
|
+
export interface DescribeDashboardResponse {
|
|
201
|
+
Dashboard?: Dashboard | undefined;
|
|
241
202
|
Status?: number | undefined;
|
|
242
203
|
RequestId?: string | undefined;
|
|
243
204
|
}
|
|
244
|
-
export interface
|
|
205
|
+
export interface DescribeDashboardDefinitionRequest {
|
|
245
206
|
AwsAccountId: string | undefined;
|
|
246
|
-
|
|
207
|
+
DashboardId: string | undefined;
|
|
247
208
|
VersionNumber?: number | undefined;
|
|
248
209
|
AliasName?: string | undefined;
|
|
249
210
|
}
|
|
250
|
-
export interface
|
|
211
|
+
export interface DescribeDashboardDefinitionResponse {
|
|
212
|
+
DashboardId?: string | undefined;
|
|
213
|
+
Errors?: DashboardError[] | undefined;
|
|
251
214
|
Name?: string | undefined;
|
|
252
|
-
TemplateId?: string | undefined;
|
|
253
|
-
Errors?: TemplateError[] | undefined;
|
|
254
215
|
ResourceStatus?: ResourceStatus | undefined;
|
|
255
216
|
ThemeArn?: string | undefined;
|
|
256
|
-
Definition?:
|
|
217
|
+
Definition?: DashboardVersionDefinition | undefined;
|
|
257
218
|
Status?: number | undefined;
|
|
258
219
|
RequestId?: string | undefined;
|
|
220
|
+
DashboardPublishOptions?: DashboardPublishOptions | undefined;
|
|
259
221
|
}
|
|
260
|
-
export interface
|
|
222
|
+
export interface DescribeDashboardPermissionsRequest {
|
|
261
223
|
AwsAccountId: string | undefined;
|
|
262
|
-
|
|
224
|
+
DashboardId: string | undefined;
|
|
263
225
|
}
|
|
264
|
-
export interface
|
|
265
|
-
|
|
266
|
-
|
|
226
|
+
export interface DescribeDashboardPermissionsResponse {
|
|
227
|
+
DashboardId?: string | undefined;
|
|
228
|
+
DashboardArn?: string | undefined;
|
|
267
229
|
Permissions?: ResourcePermission[] | undefined;
|
|
268
|
-
RequestId?: string | undefined;
|
|
269
230
|
Status?: number | undefined;
|
|
231
|
+
RequestId?: string | undefined;
|
|
232
|
+
LinkSharingConfiguration?: LinkSharingConfiguration | undefined;
|
|
270
233
|
}
|
|
271
|
-
export interface
|
|
234
|
+
export interface DescribeDashboardSnapshotJobRequest {
|
|
272
235
|
AwsAccountId: string | undefined;
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
AliasName?: string | undefined;
|
|
236
|
+
DashboardId: string | undefined;
|
|
237
|
+
SnapshotJobId: string | undefined;
|
|
276
238
|
}
|
|
277
|
-
export declare const
|
|
278
|
-
readonly
|
|
279
|
-
readonly
|
|
280
|
-
readonly
|
|
281
|
-
|
|
282
|
-
export type ThemeType = (typeof ThemeType)[keyof typeof ThemeType];
|
|
283
|
-
export declare const ThemeErrorType: {
|
|
284
|
-
readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
|
|
239
|
+
export declare const SnapshotJobStatus: {
|
|
240
|
+
readonly COMPLETED: "COMPLETED";
|
|
241
|
+
readonly FAILED: "FAILED";
|
|
242
|
+
readonly QUEUED: "QUEUED";
|
|
243
|
+
readonly RUNNING: "RUNNING";
|
|
285
244
|
};
|
|
286
|
-
export type
|
|
287
|
-
(typeof
|
|
288
|
-
export interface
|
|
289
|
-
|
|
290
|
-
Message?: string | undefined;
|
|
245
|
+
export type SnapshotJobStatus =
|
|
246
|
+
(typeof SnapshotJobStatus)[keyof typeof SnapshotJobStatus];
|
|
247
|
+
export interface SnapshotDestinationConfiguration {
|
|
248
|
+
S3Destinations?: SnapshotS3DestinationConfiguration[] | undefined;
|
|
291
249
|
}
|
|
292
|
-
export interface
|
|
293
|
-
|
|
250
|
+
export interface SnapshotFileGroup {
|
|
251
|
+
Files?: SnapshotFile[] | undefined;
|
|
252
|
+
}
|
|
253
|
+
export interface SnapshotConfiguration {
|
|
254
|
+
FileGroups: SnapshotFileGroup[] | undefined;
|
|
255
|
+
DestinationConfiguration?: SnapshotDestinationConfiguration | undefined;
|
|
256
|
+
Parameters?: _Parameters | undefined;
|
|
257
|
+
}
|
|
258
|
+
export interface SnapshotAnonymousUserRedacted {
|
|
259
|
+
RowLevelPermissionTagKeys?: string[] | undefined;
|
|
260
|
+
}
|
|
261
|
+
export interface SnapshotUserConfigurationRedacted {
|
|
262
|
+
AnonymousUsers?: SnapshotAnonymousUserRedacted[] | undefined;
|
|
263
|
+
}
|
|
264
|
+
export interface DescribeDashboardSnapshotJobResponse {
|
|
265
|
+
AwsAccountId?: string | undefined;
|
|
266
|
+
DashboardId?: string | undefined;
|
|
267
|
+
SnapshotJobId?: string | undefined;
|
|
268
|
+
UserConfiguration?: SnapshotUserConfigurationRedacted | undefined;
|
|
269
|
+
SnapshotConfiguration?: SnapshotConfiguration | undefined;
|
|
294
270
|
Arn?: string | undefined;
|
|
295
|
-
|
|
296
|
-
BaseThemeId?: string | undefined;
|
|
271
|
+
JobStatus?: SnapshotJobStatus | undefined;
|
|
297
272
|
CreatedTime?: Date | undefined;
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
Status?:
|
|
273
|
+
LastUpdatedTime?: Date | undefined;
|
|
274
|
+
RequestId?: string | undefined;
|
|
275
|
+
Status?: number | undefined;
|
|
301
276
|
}
|
|
302
|
-
export interface
|
|
277
|
+
export interface DescribeDashboardSnapshotJobResultRequest {
|
|
278
|
+
AwsAccountId: string | undefined;
|
|
279
|
+
DashboardId: string | undefined;
|
|
280
|
+
SnapshotJobId: string | undefined;
|
|
281
|
+
}
|
|
282
|
+
export interface SnapshotJobErrorInfo {
|
|
283
|
+
ErrorMessage?: string | undefined;
|
|
284
|
+
ErrorType?: string | undefined;
|
|
285
|
+
}
|
|
286
|
+
export interface SnapshotJobResult {
|
|
287
|
+
AnonymousUsers?: AnonymousUserSnapshotJobResult[] | undefined;
|
|
288
|
+
}
|
|
289
|
+
export interface DescribeDashboardSnapshotJobResultResponse {
|
|
303
290
|
Arn?: string | undefined;
|
|
304
|
-
|
|
305
|
-
ThemeId?: string | undefined;
|
|
306
|
-
Version?: ThemeVersion | undefined;
|
|
291
|
+
JobStatus?: SnapshotJobStatus | undefined;
|
|
307
292
|
CreatedTime?: Date | undefined;
|
|
308
293
|
LastUpdatedTime?: Date | undefined;
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
export interface DescribeThemeResponse {
|
|
312
|
-
Theme?: Theme | undefined;
|
|
313
|
-
Status?: number | undefined;
|
|
294
|
+
Result?: SnapshotJobResult | undefined;
|
|
295
|
+
ErrorInfo?: SnapshotJobErrorInfo | undefined;
|
|
314
296
|
RequestId?: string | undefined;
|
|
297
|
+
Status?: number | undefined;
|
|
315
298
|
}
|
|
316
|
-
export interface
|
|
299
|
+
export interface DescribeDashboardsQAConfigurationRequest {
|
|
317
300
|
AwsAccountId: string | undefined;
|
|
318
|
-
ThemeId: string | undefined;
|
|
319
|
-
AliasName: string | undefined;
|
|
320
301
|
}
|
|
321
|
-
export interface
|
|
322
|
-
|
|
323
|
-
Status?: number | undefined;
|
|
302
|
+
export interface DescribeDashboardsQAConfigurationResponse {
|
|
303
|
+
DashboardsQAStatus?: DashboardsQAStatus | undefined;
|
|
324
304
|
RequestId?: string | undefined;
|
|
305
|
+
Status?: number | undefined;
|
|
325
306
|
}
|
|
326
|
-
export interface
|
|
307
|
+
export interface DescribeDataSetRequest {
|
|
327
308
|
AwsAccountId: string | undefined;
|
|
328
|
-
|
|
309
|
+
DataSetId: string | undefined;
|
|
329
310
|
}
|
|
330
|
-
export interface
|
|
331
|
-
|
|
332
|
-
ThemeArn?: string | undefined;
|
|
333
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
311
|
+
export interface DescribeDataSetResponse {
|
|
312
|
+
DataSet?: DataSet | undefined;
|
|
334
313
|
RequestId?: string | undefined;
|
|
335
314
|
Status?: number | undefined;
|
|
336
315
|
}
|
|
337
|
-
export interface
|
|
316
|
+
export interface DescribeDataSetPermissionsRequest {
|
|
338
317
|
AwsAccountId: string | undefined;
|
|
339
|
-
|
|
318
|
+
DataSetId: string | undefined;
|
|
340
319
|
}
|
|
341
|
-
export interface
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
320
|
+
export interface DescribeDataSetPermissionsResponse {
|
|
321
|
+
DataSetArn?: string | undefined;
|
|
322
|
+
DataSetId?: string | undefined;
|
|
323
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
345
324
|
RequestId?: string | undefined;
|
|
346
325
|
Status?: number | undefined;
|
|
347
326
|
}
|
|
348
|
-
export interface
|
|
327
|
+
export interface DescribeDataSetRefreshPropertiesRequest {
|
|
349
328
|
AwsAccountId: string | undefined;
|
|
350
|
-
|
|
329
|
+
DataSetId: string | undefined;
|
|
351
330
|
}
|
|
352
|
-
export interface
|
|
353
|
-
TopicId?: string | undefined;
|
|
354
|
-
TopicArn?: string | undefined;
|
|
355
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
356
|
-
Status?: number | undefined;
|
|
331
|
+
export interface DescribeDataSetRefreshPropertiesResponse {
|
|
357
332
|
RequestId?: string | undefined;
|
|
333
|
+
Status?: number | undefined;
|
|
334
|
+
DataSetRefreshProperties?: DataSetRefreshProperties | undefined;
|
|
358
335
|
}
|
|
359
|
-
export interface
|
|
336
|
+
export interface DescribeDataSourceRequest {
|
|
360
337
|
AwsAccountId: string | undefined;
|
|
361
|
-
|
|
362
|
-
RefreshId: string | undefined;
|
|
363
|
-
}
|
|
364
|
-
export declare const TopicRefreshStatus: {
|
|
365
|
-
readonly CANCELLED: "CANCELLED";
|
|
366
|
-
readonly COMPLETED: "COMPLETED";
|
|
367
|
-
readonly FAILED: "FAILED";
|
|
368
|
-
readonly INITIALIZED: "INITIALIZED";
|
|
369
|
-
readonly RUNNING: "RUNNING";
|
|
370
|
-
};
|
|
371
|
-
export type TopicRefreshStatus =
|
|
372
|
-
(typeof TopicRefreshStatus)[keyof typeof TopicRefreshStatus];
|
|
373
|
-
export interface TopicRefreshDetails {
|
|
374
|
-
RefreshArn?: string | undefined;
|
|
375
|
-
RefreshId?: string | undefined;
|
|
376
|
-
RefreshStatus?: TopicRefreshStatus | undefined;
|
|
338
|
+
DataSourceId: string | undefined;
|
|
377
339
|
}
|
|
378
|
-
export interface
|
|
379
|
-
|
|
340
|
+
export interface DescribeDataSourceResponse {
|
|
341
|
+
DataSource?: DataSource | undefined;
|
|
380
342
|
RequestId?: string | undefined;
|
|
381
343
|
Status?: number | undefined;
|
|
382
344
|
}
|
|
383
|
-
export interface
|
|
345
|
+
export interface DescribeDataSourcePermissionsRequest {
|
|
384
346
|
AwsAccountId: string | undefined;
|
|
385
|
-
|
|
386
|
-
DatasetId: string | undefined;
|
|
347
|
+
DataSourceId: string | undefined;
|
|
387
348
|
}
|
|
388
|
-
export interface
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
RefreshSchedule?: TopicRefreshSchedule | undefined;
|
|
393
|
-
Status?: number | undefined;
|
|
349
|
+
export interface DescribeDataSourcePermissionsResponse {
|
|
350
|
+
DataSourceArn?: string | undefined;
|
|
351
|
+
DataSourceId?: string | undefined;
|
|
352
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
394
353
|
RequestId?: string | undefined;
|
|
354
|
+
Status?: number | undefined;
|
|
395
355
|
}
|
|
396
|
-
export interface
|
|
397
|
-
UserName: string | undefined;
|
|
356
|
+
export interface DescribeDefaultQBusinessApplicationRequest {
|
|
398
357
|
AwsAccountId: string | undefined;
|
|
399
|
-
Namespace
|
|
400
|
-
}
|
|
401
|
-
export declare const IdentityType: {
|
|
402
|
-
readonly IAM: "IAM";
|
|
403
|
-
readonly IAM_IDENTITY_CENTER: "IAM_IDENTITY_CENTER";
|
|
404
|
-
readonly QUICKSIGHT: "QUICKSIGHT";
|
|
405
|
-
};
|
|
406
|
-
export type IdentityType = (typeof IdentityType)[keyof typeof IdentityType];
|
|
407
|
-
export declare const UserRole: {
|
|
408
|
-
readonly ADMIN: "ADMIN";
|
|
409
|
-
readonly ADMIN_PRO: "ADMIN_PRO";
|
|
410
|
-
readonly AUTHOR: "AUTHOR";
|
|
411
|
-
readonly AUTHOR_PRO: "AUTHOR_PRO";
|
|
412
|
-
readonly READER: "READER";
|
|
413
|
-
readonly READER_PRO: "READER_PRO";
|
|
414
|
-
readonly RESTRICTED_AUTHOR: "RESTRICTED_AUTHOR";
|
|
415
|
-
readonly RESTRICTED_READER: "RESTRICTED_READER";
|
|
416
|
-
};
|
|
417
|
-
export type UserRole = (typeof UserRole)[keyof typeof UserRole];
|
|
418
|
-
export interface User {
|
|
419
|
-
Arn?: string | undefined;
|
|
420
|
-
UserName?: string | undefined;
|
|
421
|
-
Email?: string | undefined;
|
|
422
|
-
Role?: UserRole | undefined;
|
|
423
|
-
IdentityType?: IdentityType | undefined;
|
|
424
|
-
Active?: boolean | undefined;
|
|
425
|
-
PrincipalId?: string | undefined;
|
|
426
|
-
CustomPermissionsName?: string | undefined;
|
|
427
|
-
ExternalLoginFederationProviderType?: string | undefined;
|
|
428
|
-
ExternalLoginFederationProviderUrl?: string | undefined;
|
|
429
|
-
ExternalLoginId?: string | undefined;
|
|
358
|
+
Namespace?: string | undefined;
|
|
430
359
|
}
|
|
431
|
-
export interface
|
|
432
|
-
User?: User | undefined;
|
|
360
|
+
export interface DescribeDefaultQBusinessApplicationResponse {
|
|
433
361
|
RequestId?: string | undefined;
|
|
434
362
|
Status?: number | undefined;
|
|
363
|
+
ApplicationId?: string | undefined;
|
|
435
364
|
}
|
|
436
|
-
export interface
|
|
365
|
+
export interface DescribeFolderRequest {
|
|
437
366
|
AwsAccountId: string | undefined;
|
|
438
|
-
|
|
439
|
-
}
|
|
440
|
-
export declare const NetworkInterfaceStatus: {
|
|
441
|
-
readonly ATTACHMENT_FAILED_ROLLBACK_FAILED: "ATTACHMENT_FAILED_ROLLBACK_FAILED";
|
|
442
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
443
|
-
readonly CREATING: "CREATING";
|
|
444
|
-
readonly CREATION_FAILED: "CREATION_FAILED";
|
|
445
|
-
readonly DELETED: "DELETED";
|
|
446
|
-
readonly DELETING: "DELETING";
|
|
447
|
-
readonly DELETION_FAILED: "DELETION_FAILED";
|
|
448
|
-
readonly DELETION_SCHEDULED: "DELETION_SCHEDULED";
|
|
449
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
450
|
-
readonly UPDATING: "UPDATING";
|
|
451
|
-
};
|
|
452
|
-
export type NetworkInterfaceStatus =
|
|
453
|
-
(typeof NetworkInterfaceStatus)[keyof typeof NetworkInterfaceStatus];
|
|
454
|
-
export interface NetworkInterface {
|
|
455
|
-
SubnetId?: string | undefined;
|
|
456
|
-
AvailabilityZone?: string | undefined;
|
|
457
|
-
ErrorMessage?: string | undefined;
|
|
458
|
-
Status?: NetworkInterfaceStatus | undefined;
|
|
459
|
-
NetworkInterfaceId?: string | undefined;
|
|
367
|
+
FolderId: string | undefined;
|
|
460
368
|
}
|
|
461
|
-
export interface
|
|
462
|
-
|
|
369
|
+
export interface Folder {
|
|
370
|
+
FolderId?: string | undefined;
|
|
463
371
|
Arn?: string | undefined;
|
|
464
372
|
Name?: string | undefined;
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
DnsResolvers?: string[] | undefined;
|
|
468
|
-
Status?: VPCConnectionResourceStatus | undefined;
|
|
469
|
-
AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
|
|
470
|
-
NetworkInterfaces?: NetworkInterface[] | undefined;
|
|
471
|
-
RoleArn?: string | undefined;
|
|
373
|
+
FolderType?: FolderType | undefined;
|
|
374
|
+
FolderPath?: string[] | undefined;
|
|
472
375
|
CreatedTime?: Date | undefined;
|
|
473
376
|
LastUpdatedTime?: Date | undefined;
|
|
377
|
+
SharingModel?: SharingModel | undefined;
|
|
474
378
|
}
|
|
475
|
-
export interface
|
|
476
|
-
|
|
379
|
+
export interface DescribeFolderResponse {
|
|
380
|
+
Status?: number | undefined;
|
|
381
|
+
Folder?: Folder | undefined;
|
|
477
382
|
RequestId?: string | undefined;
|
|
383
|
+
}
|
|
384
|
+
export interface DescribeFolderPermissionsRequest {
|
|
385
|
+
AwsAccountId: string | undefined;
|
|
386
|
+
FolderId: string | undefined;
|
|
387
|
+
Namespace?: string | undefined;
|
|
388
|
+
MaxResults?: number | undefined;
|
|
389
|
+
NextToken?: string | undefined;
|
|
390
|
+
}
|
|
391
|
+
export interface DescribeFolderPermissionsResponse {
|
|
478
392
|
Status?: number | undefined;
|
|
393
|
+
FolderId?: string | undefined;
|
|
394
|
+
Arn?: string | undefined;
|
|
395
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
396
|
+
RequestId?: string | undefined;
|
|
397
|
+
NextToken?: string | undefined;
|
|
479
398
|
}
|
|
480
|
-
export declare class
|
|
481
|
-
readonly name: "
|
|
399
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
400
|
+
readonly name: "InvalidNextTokenException";
|
|
482
401
|
readonly $fault: "client";
|
|
483
402
|
Message?: string | undefined;
|
|
484
403
|
RequestId?: string | undefined;
|
|
485
404
|
constructor(
|
|
486
|
-
opts: __ExceptionOptionType<
|
|
405
|
+
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
487
406
|
);
|
|
488
407
|
}
|
|
489
|
-
export
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
(typeof EmbeddingIdentityType)[keyof typeof EmbeddingIdentityType];
|
|
496
|
-
export interface FailedKeyRegistrationEntry {
|
|
497
|
-
KeyArn?: string | undefined;
|
|
498
|
-
Message: string | undefined;
|
|
499
|
-
StatusCode: number | undefined;
|
|
500
|
-
SenderFault: boolean | undefined;
|
|
408
|
+
export interface DescribeFolderResolvedPermissionsRequest {
|
|
409
|
+
AwsAccountId: string | undefined;
|
|
410
|
+
FolderId: string | undefined;
|
|
411
|
+
Namespace?: string | undefined;
|
|
412
|
+
MaxResults?: number | undefined;
|
|
413
|
+
NextToken?: string | undefined;
|
|
501
414
|
}
|
|
502
|
-
export
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
readonly QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER";
|
|
510
|
-
};
|
|
511
|
-
export type FolderFilterAttribute =
|
|
512
|
-
(typeof FolderFilterAttribute)[keyof typeof FolderFilterAttribute];
|
|
513
|
-
export interface MemberIdArnPair {
|
|
514
|
-
MemberId?: string | undefined;
|
|
515
|
-
MemberArn?: string | undefined;
|
|
415
|
+
export interface DescribeFolderResolvedPermissionsResponse {
|
|
416
|
+
Status?: number | undefined;
|
|
417
|
+
FolderId?: string | undefined;
|
|
418
|
+
Arn?: string | undefined;
|
|
419
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
420
|
+
RequestId?: string | undefined;
|
|
421
|
+
NextToken?: string | undefined;
|
|
516
422
|
}
|
|
517
|
-
export interface
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
423
|
+
export interface DescribeGroupRequest {
|
|
424
|
+
GroupName: string | undefined;
|
|
425
|
+
AwsAccountId: string | undefined;
|
|
426
|
+
Namespace: string | undefined;
|
|
521
427
|
}
|
|
522
|
-
export interface
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
FolderType?: FolderType | undefined;
|
|
527
|
-
CreatedTime?: Date | undefined;
|
|
528
|
-
LastUpdatedTime?: Date | undefined;
|
|
529
|
-
SharingModel?: SharingModel | undefined;
|
|
428
|
+
export interface DescribeGroupResponse {
|
|
429
|
+
Group?: Group | undefined;
|
|
430
|
+
RequestId?: string | undefined;
|
|
431
|
+
Status?: number | undefined;
|
|
530
432
|
}
|
|
531
|
-
export interface
|
|
532
|
-
|
|
533
|
-
|
|
433
|
+
export interface DescribeGroupMembershipRequest {
|
|
434
|
+
MemberName: string | undefined;
|
|
435
|
+
GroupName: string | undefined;
|
|
436
|
+
AwsAccountId: string | undefined;
|
|
437
|
+
Namespace: string | undefined;
|
|
534
438
|
}
|
|
535
|
-
export interface
|
|
439
|
+
export interface DescribeGroupMembershipResponse {
|
|
440
|
+
GroupMember?: GroupMember | undefined;
|
|
441
|
+
RequestId?: string | undefined;
|
|
442
|
+
Status?: number | undefined;
|
|
443
|
+
}
|
|
444
|
+
export interface DescribeIAMPolicyAssignmentRequest {
|
|
536
445
|
AwsAccountId: string | undefined;
|
|
537
|
-
|
|
446
|
+
AssignmentName: string | undefined;
|
|
538
447
|
Namespace: string | undefined;
|
|
539
|
-
SessionTags?: SessionTag[] | undefined;
|
|
540
|
-
AuthorizedResourceArns: string[] | undefined;
|
|
541
|
-
ExperienceConfiguration:
|
|
542
|
-
| AnonymousUserEmbeddingExperienceConfiguration
|
|
543
|
-
| undefined;
|
|
544
|
-
AllowedDomains?: string[] | undefined;
|
|
545
448
|
}
|
|
546
|
-
export interface
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
449
|
+
export interface IAMPolicyAssignment {
|
|
450
|
+
AwsAccountId?: string | undefined;
|
|
451
|
+
AssignmentId?: string | undefined;
|
|
452
|
+
AssignmentName?: string | undefined;
|
|
453
|
+
PolicyArn?: string | undefined;
|
|
454
|
+
Identities?: Record<string, string[]> | undefined;
|
|
455
|
+
AssignmentStatus?: AssignmentStatus | undefined;
|
|
551
456
|
}
|
|
552
|
-
export
|
|
553
|
-
|
|
554
|
-
readonly $fault: "client";
|
|
555
|
-
Message?: string | undefined;
|
|
457
|
+
export interface DescribeIAMPolicyAssignmentResponse {
|
|
458
|
+
IAMPolicyAssignment?: IAMPolicyAssignment | undefined;
|
|
556
459
|
RequestId?: string | undefined;
|
|
557
|
-
|
|
558
|
-
opts: __ExceptionOptionType<
|
|
559
|
-
SessionLifetimeInMinutesInvalidException,
|
|
560
|
-
__BaseException
|
|
561
|
-
>
|
|
562
|
-
);
|
|
460
|
+
Status?: number | undefined;
|
|
563
461
|
}
|
|
564
|
-
export
|
|
565
|
-
|
|
566
|
-
|
|
462
|
+
export interface DescribeIngestionRequest {
|
|
463
|
+
AwsAccountId: string | undefined;
|
|
464
|
+
DataSetId: string | undefined;
|
|
465
|
+
IngestionId: string | undefined;
|
|
466
|
+
}
|
|
467
|
+
export declare const IngestionErrorType: {
|
|
468
|
+
readonly ACCOUNT_CAPACITY_LIMIT_EXCEEDED: "ACCOUNT_CAPACITY_LIMIT_EXCEEDED";
|
|
469
|
+
readonly CONNECTION_FAILURE: "CONNECTION_FAILURE";
|
|
470
|
+
readonly CURSOR_NOT_ENABLED: "CURSOR_NOT_ENABLED";
|
|
471
|
+
readonly CUSTOMER_ERROR: "CUSTOMER_ERROR";
|
|
472
|
+
readonly DATA_SET_DELETED: "DATA_SET_DELETED";
|
|
473
|
+
readonly DATA_SET_NOT_SPICE: "DATA_SET_NOT_SPICE";
|
|
474
|
+
readonly DATA_SET_SIZE_LIMIT_EXCEEDED: "DATA_SET_SIZE_LIMIT_EXCEEDED";
|
|
475
|
+
readonly DATA_SOURCE_AUTH_FAILED: "DATA_SOURCE_AUTH_FAILED";
|
|
476
|
+
readonly DATA_SOURCE_CONNECTION_FAILED: "DATA_SOURCE_CONNECTION_FAILED";
|
|
477
|
+
readonly DATA_SOURCE_NOT_FOUND: "DATA_SOURCE_NOT_FOUND";
|
|
478
|
+
readonly DATA_TOLERANCE_EXCEPTION: "DATA_TOLERANCE_EXCEPTION";
|
|
479
|
+
readonly DUPLICATE_COLUMN_NAMES_FOUND: "DUPLICATE_COLUMN_NAMES_FOUND";
|
|
480
|
+
readonly ELASTICSEARCH_CURSOR_NOT_ENABLED: "ELASTICSEARCH_CURSOR_NOT_ENABLED";
|
|
481
|
+
readonly FAILURE_TO_ASSUME_ROLE: "FAILURE_TO_ASSUME_ROLE";
|
|
482
|
+
readonly FAILURE_TO_PROCESS_JSON_FILE: "FAILURE_TO_PROCESS_JSON_FILE";
|
|
483
|
+
readonly IAM_ROLE_NOT_AVAILABLE: "IAM_ROLE_NOT_AVAILABLE";
|
|
484
|
+
readonly INGESTION_CANCELED: "INGESTION_CANCELED";
|
|
485
|
+
readonly INGESTION_SUPERSEDED: "INGESTION_SUPERSEDED";
|
|
486
|
+
readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
|
|
487
|
+
readonly INVALID_DATAPREP_SYNTAX: "INVALID_DATAPREP_SYNTAX";
|
|
488
|
+
readonly INVALID_DATA_SOURCE_CONFIG: "INVALID_DATA_SOURCE_CONFIG";
|
|
489
|
+
readonly INVALID_DATE_FORMAT: "INVALID_DATE_FORMAT";
|
|
490
|
+
readonly IOT_DATA_SET_FILE_EMPTY: "IOT_DATA_SET_FILE_EMPTY";
|
|
491
|
+
readonly IOT_FILE_NOT_FOUND: "IOT_FILE_NOT_FOUND";
|
|
492
|
+
readonly OAUTH_TOKEN_FAILURE: "OAUTH_TOKEN_FAILURE";
|
|
493
|
+
readonly PASSWORD_AUTHENTICATION_FAILURE: "PASSWORD_AUTHENTICATION_FAILURE";
|
|
494
|
+
readonly PERMISSION_DENIED: "PERMISSION_DENIED";
|
|
495
|
+
readonly PERMISSION_NOT_FOUND: "PERMISSION_NOT_FOUND";
|
|
496
|
+
readonly QUERY_TIMEOUT: "QUERY_TIMEOUT";
|
|
497
|
+
readonly REFRESH_SUPPRESSED_BY_EDIT: "REFRESH_SUPPRESSED_BY_EDIT";
|
|
498
|
+
readonly ROW_SIZE_LIMIT_EXCEEDED: "ROW_SIZE_LIMIT_EXCEEDED";
|
|
499
|
+
readonly S3_FILE_INACCESSIBLE: "S3_FILE_INACCESSIBLE";
|
|
500
|
+
readonly S3_MANIFEST_ERROR: "S3_MANIFEST_ERROR";
|
|
501
|
+
readonly S3_UPLOADED_FILE_DELETED: "S3_UPLOADED_FILE_DELETED";
|
|
502
|
+
readonly SOURCE_API_LIMIT_EXCEEDED_FAILURE: "SOURCE_API_LIMIT_EXCEEDED_FAILURE";
|
|
503
|
+
readonly SOURCE_RESOURCE_LIMIT_EXCEEDED: "SOURCE_RESOURCE_LIMIT_EXCEEDED";
|
|
504
|
+
readonly SPICE_TABLE_NOT_FOUND: "SPICE_TABLE_NOT_FOUND";
|
|
505
|
+
readonly SQL_EXCEPTION: "SQL_EXCEPTION";
|
|
506
|
+
readonly SQL_INVALID_PARAMETER_VALUE: "SQL_INVALID_PARAMETER_VALUE";
|
|
507
|
+
readonly SQL_NUMERIC_OVERFLOW: "SQL_NUMERIC_OVERFLOW";
|
|
508
|
+
readonly SQL_SCHEMA_MISMATCH_ERROR: "SQL_SCHEMA_MISMATCH_ERROR";
|
|
509
|
+
readonly SQL_TABLE_NOT_FOUND: "SQL_TABLE_NOT_FOUND";
|
|
510
|
+
readonly SSL_CERTIFICATE_VALIDATION_FAILURE: "SSL_CERTIFICATE_VALIDATION_FAILURE";
|
|
511
|
+
readonly UNRESOLVABLE_HOST: "UNRESOLVABLE_HOST";
|
|
512
|
+
readonly UNROUTABLE_HOST: "UNROUTABLE_HOST";
|
|
513
|
+
};
|
|
514
|
+
export type IngestionErrorType =
|
|
515
|
+
(typeof IngestionErrorType)[keyof typeof IngestionErrorType];
|
|
516
|
+
export interface ErrorInfo {
|
|
517
|
+
Type?: IngestionErrorType | undefined;
|
|
567
518
|
Message?: string | undefined;
|
|
568
|
-
RequestId?: string | undefined;
|
|
569
|
-
constructor(
|
|
570
|
-
opts: __ExceptionOptionType<
|
|
571
|
-
UnsupportedPricingPlanException,
|
|
572
|
-
__BaseException
|
|
573
|
-
>
|
|
574
|
-
);
|
|
575
519
|
}
|
|
576
|
-
export interface
|
|
577
|
-
|
|
520
|
+
export interface QueueInfo {
|
|
521
|
+
WaitingOnIngestion: string | undefined;
|
|
522
|
+
QueuedIngestion: string | undefined;
|
|
578
523
|
}
|
|
579
|
-
export
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
export interface
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
524
|
+
export declare const IngestionRequestSource: {
|
|
525
|
+
readonly MANUAL: "MANUAL";
|
|
526
|
+
readonly SCHEDULED: "SCHEDULED";
|
|
527
|
+
};
|
|
528
|
+
export type IngestionRequestSource =
|
|
529
|
+
(typeof IngestionRequestSource)[keyof typeof IngestionRequestSource];
|
|
530
|
+
export declare const IngestionRequestType: {
|
|
531
|
+
readonly EDIT: "EDIT";
|
|
532
|
+
readonly FULL_REFRESH: "FULL_REFRESH";
|
|
533
|
+
readonly INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH";
|
|
534
|
+
readonly INITIAL_INGESTION: "INITIAL_INGESTION";
|
|
535
|
+
};
|
|
536
|
+
export type IngestionRequestType =
|
|
537
|
+
(typeof IngestionRequestType)[keyof typeof IngestionRequestType];
|
|
538
|
+
export interface RowInfo {
|
|
539
|
+
RowsIngested?: number | undefined;
|
|
540
|
+
RowsDropped?: number | undefined;
|
|
541
|
+
TotalRowsInDataset?: number | undefined;
|
|
542
|
+
}
|
|
543
|
+
export interface Ingestion {
|
|
544
|
+
Arn: string | undefined;
|
|
545
|
+
IngestionId?: string | undefined;
|
|
546
|
+
IngestionStatus: IngestionStatus | undefined;
|
|
547
|
+
ErrorInfo?: ErrorInfo | undefined;
|
|
548
|
+
RowInfo?: RowInfo | undefined;
|
|
549
|
+
QueueInfo?: QueueInfo | undefined;
|
|
550
|
+
CreatedTime: Date | undefined;
|
|
551
|
+
IngestionTimeInSeconds?: number | undefined;
|
|
552
|
+
IngestionSizeInBytes?: number | undefined;
|
|
553
|
+
RequestSource?: IngestionRequestSource | undefined;
|
|
554
|
+
RequestType?: IngestionRequestType | undefined;
|
|
608
555
|
}
|
|
609
|
-
export interface
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
| undefined;
|
|
614
|
-
QSearchBar?: RegisteredUserQSearchBarEmbeddingConfiguration | undefined;
|
|
615
|
-
DashboardVisual?:
|
|
616
|
-
| RegisteredUserDashboardVisualEmbeddingConfiguration
|
|
617
|
-
| undefined;
|
|
618
|
-
GenerativeQnA?: RegisteredUserGenerativeQnAEmbeddingConfiguration | undefined;
|
|
556
|
+
export interface DescribeIngestionResponse {
|
|
557
|
+
Ingestion?: Ingestion | undefined;
|
|
558
|
+
RequestId?: string | undefined;
|
|
559
|
+
Status?: number | undefined;
|
|
619
560
|
}
|
|
620
|
-
export interface
|
|
561
|
+
export interface DescribeIpRestrictionRequest {
|
|
621
562
|
AwsAccountId: string | undefined;
|
|
622
|
-
SessionLifetimeInMinutes?: number | undefined;
|
|
623
|
-
UserArn: string | undefined;
|
|
624
|
-
ExperienceConfiguration:
|
|
625
|
-
| RegisteredUserEmbeddingExperienceConfiguration
|
|
626
|
-
| undefined;
|
|
627
|
-
AllowedDomains?: string[] | undefined;
|
|
628
|
-
}
|
|
629
|
-
export interface GenerateEmbedUrlForRegisteredUserResponse {
|
|
630
|
-
EmbedUrl: string | undefined;
|
|
631
|
-
Status: number | undefined;
|
|
632
|
-
RequestId: string | undefined;
|
|
633
563
|
}
|
|
634
|
-
export
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
564
|
+
export interface DescribeIpRestrictionResponse {
|
|
565
|
+
AwsAccountId?: string | undefined;
|
|
566
|
+
IpRestrictionRuleMap?: Record<string, string> | undefined;
|
|
567
|
+
VpcIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
568
|
+
VpcEndpointIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
569
|
+
Enabled?: boolean | undefined;
|
|
638
570
|
RequestId?: string | undefined;
|
|
639
|
-
|
|
640
|
-
opts: __ExceptionOptionType<
|
|
641
|
-
QuickSightUserNotFoundException,
|
|
642
|
-
__BaseException
|
|
643
|
-
>
|
|
644
|
-
);
|
|
571
|
+
Status?: number | undefined;
|
|
645
572
|
}
|
|
646
|
-
export interface
|
|
573
|
+
export interface DescribeKeyRegistrationRequest {
|
|
647
574
|
AwsAccountId: string | undefined;
|
|
648
|
-
|
|
649
|
-
IdentityType: EmbeddingIdentityType | undefined;
|
|
650
|
-
SessionLifetimeInMinutes?: number | undefined;
|
|
651
|
-
UndoRedoDisabled?: boolean | undefined;
|
|
652
|
-
ResetDisabled?: boolean | undefined;
|
|
653
|
-
StatePersistenceEnabled?: boolean | undefined;
|
|
654
|
-
UserArn?: string | undefined;
|
|
655
|
-
Namespace?: string | undefined;
|
|
656
|
-
AdditionalDashboardIds?: string[] | undefined;
|
|
575
|
+
DefaultKeyOnly?: boolean | undefined;
|
|
657
576
|
}
|
|
658
|
-
export interface
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
RequestId?: string | undefined;
|
|
577
|
+
export interface RegisteredCustomerManagedKey {
|
|
578
|
+
KeyArn?: string | undefined;
|
|
579
|
+
DefaultKey?: boolean | undefined;
|
|
662
580
|
}
|
|
663
|
-
export
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
Message?: string | undefined;
|
|
581
|
+
export interface DescribeKeyRegistrationResponse {
|
|
582
|
+
AwsAccountId?: string | undefined;
|
|
583
|
+
KeyRegistration?: RegisteredCustomerManagedKey[] | undefined;
|
|
667
584
|
RequestId?: string | undefined;
|
|
668
|
-
constructor(
|
|
669
|
-
opts: __ExceptionOptionType<
|
|
670
|
-
IdentityTypeNotSupportedException,
|
|
671
|
-
__BaseException
|
|
672
|
-
>
|
|
673
|
-
);
|
|
674
|
-
}
|
|
675
|
-
export interface GetSessionEmbedUrlRequest {
|
|
676
|
-
AwsAccountId: string | undefined;
|
|
677
|
-
EntryPoint?: string | undefined;
|
|
678
|
-
SessionLifetimeInMinutes?: number | undefined;
|
|
679
|
-
UserArn?: string | undefined;
|
|
680
|
-
}
|
|
681
|
-
export interface GetSessionEmbedUrlResponse {
|
|
682
|
-
EmbedUrl?: string | undefined;
|
|
683
585
|
Status?: number | undefined;
|
|
684
|
-
RequestId?: string | undefined;
|
|
685
|
-
}
|
|
686
|
-
export declare const GroupFilterAttribute: {
|
|
687
|
-
readonly GROUP_NAME: "GROUP_NAME";
|
|
688
|
-
};
|
|
689
|
-
export type GroupFilterAttribute =
|
|
690
|
-
(typeof GroupFilterAttribute)[keyof typeof GroupFilterAttribute];
|
|
691
|
-
export declare const GroupFilterOperator: {
|
|
692
|
-
readonly StartsWith: "StartsWith";
|
|
693
|
-
};
|
|
694
|
-
export type GroupFilterOperator =
|
|
695
|
-
(typeof GroupFilterOperator)[keyof typeof GroupFilterOperator];
|
|
696
|
-
export interface GroupSearchFilter {
|
|
697
|
-
Operator: GroupFilterOperator | undefined;
|
|
698
|
-
Name: GroupFilterAttribute | undefined;
|
|
699
|
-
Value: string | undefined;
|
|
700
|
-
}
|
|
701
|
-
export interface IAMPolicyAssignmentSummary {
|
|
702
|
-
AssignmentName?: string | undefined;
|
|
703
|
-
AssignmentStatus?: AssignmentStatus | undefined;
|
|
704
586
|
}
|
|
705
|
-
export interface
|
|
587
|
+
export interface DescribeNamespaceRequest {
|
|
706
588
|
AwsAccountId: string | undefined;
|
|
707
|
-
|
|
708
|
-
MaxResults?: number | undefined;
|
|
589
|
+
Namespace: string | undefined;
|
|
709
590
|
}
|
|
710
|
-
export
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
591
|
+
export declare const NamespaceErrorType: {
|
|
592
|
+
readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
|
|
593
|
+
readonly PERMISSION_DENIED: "PERMISSION_DENIED";
|
|
594
|
+
};
|
|
595
|
+
export type NamespaceErrorType =
|
|
596
|
+
(typeof NamespaceErrorType)[keyof typeof NamespaceErrorType];
|
|
597
|
+
export interface NamespaceError {
|
|
598
|
+
Type?: NamespaceErrorType | undefined;
|
|
599
|
+
Message?: string | undefined;
|
|
715
600
|
}
|
|
716
|
-
export interface
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
601
|
+
export interface NamespaceInfoV2 {
|
|
602
|
+
Name?: string | undefined;
|
|
603
|
+
Arn?: string | undefined;
|
|
604
|
+
CapacityRegion?: string | undefined;
|
|
605
|
+
CreationStatus?: NamespaceStatus | undefined;
|
|
606
|
+
IdentityStore?: IdentityStore | undefined;
|
|
607
|
+
NamespaceError?: NamespaceError | undefined;
|
|
608
|
+
IamIdentityCenterApplicationArn?: string | undefined;
|
|
609
|
+
IamIdentityCenterInstanceArn?: string | undefined;
|
|
720
610
|
}
|
|
721
|
-
export interface
|
|
722
|
-
|
|
723
|
-
NextToken?: string | undefined;
|
|
611
|
+
export interface DescribeNamespaceResponse {
|
|
612
|
+
Namespace?: NamespaceInfoV2 | undefined;
|
|
724
613
|
RequestId?: string | undefined;
|
|
725
614
|
Status?: number | undefined;
|
|
726
615
|
}
|
|
727
|
-
export interface
|
|
616
|
+
export interface DescribeQPersonalizationConfigurationRequest {
|
|
728
617
|
AwsAccountId: string | undefined;
|
|
729
|
-
NextToken?: string | undefined;
|
|
730
|
-
MaxResults?: number | undefined;
|
|
731
618
|
}
|
|
732
|
-
export
|
|
733
|
-
|
|
734
|
-
|
|
619
|
+
export declare const PersonalizationMode: {
|
|
620
|
+
readonly DISABLED: "DISABLED";
|
|
621
|
+
readonly ENABLED: "ENABLED";
|
|
622
|
+
};
|
|
623
|
+
export type PersonalizationMode =
|
|
624
|
+
(typeof PersonalizationMode)[keyof typeof PersonalizationMode];
|
|
625
|
+
export interface DescribeQPersonalizationConfigurationResponse {
|
|
626
|
+
PersonalizationMode?: PersonalizationMode | undefined;
|
|
735
627
|
RequestId?: string | undefined;
|
|
736
628
|
Status?: number | undefined;
|
|
737
629
|
}
|
|
738
|
-
export interface
|
|
739
|
-
AwsAccountId: string | undefined;
|
|
740
|
-
MaxResults?: number | undefined;
|
|
741
|
-
NextToken?: string | undefined;
|
|
742
|
-
}
|
|
743
|
-
export interface ListBrandsResponse {
|
|
744
|
-
NextToken?: string | undefined;
|
|
745
|
-
Brands?: BrandSummary[] | undefined;
|
|
746
|
-
}
|
|
747
|
-
export interface ListCustomPermissionsRequest {
|
|
630
|
+
export interface DescribeQuickSightQSearchConfigurationRequest {
|
|
748
631
|
AwsAccountId: string | undefined;
|
|
749
|
-
MaxResults?: number | undefined;
|
|
750
|
-
NextToken?: string | undefined;
|
|
751
632
|
}
|
|
752
|
-
export
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
633
|
+
export declare const QSearchStatus: {
|
|
634
|
+
readonly DISABLED: "DISABLED";
|
|
635
|
+
readonly ENABLED: "ENABLED";
|
|
636
|
+
};
|
|
637
|
+
export type QSearchStatus = (typeof QSearchStatus)[keyof typeof QSearchStatus];
|
|
638
|
+
export interface DescribeQuickSightQSearchConfigurationResponse {
|
|
639
|
+
QSearchStatus?: QSearchStatus | undefined;
|
|
756
640
|
RequestId?: string | undefined;
|
|
757
|
-
}
|
|
758
|
-
export interface ListDashboardsRequest {
|
|
759
|
-
AwsAccountId: string | undefined;
|
|
760
|
-
NextToken?: string | undefined;
|
|
761
|
-
MaxResults?: number | undefined;
|
|
762
|
-
}
|
|
763
|
-
export interface ListDashboardsResponse {
|
|
764
|
-
DashboardSummaryList?: DashboardSummary[] | undefined;
|
|
765
|
-
NextToken?: string | undefined;
|
|
766
641
|
Status?: number | undefined;
|
|
767
|
-
RequestId?: string | undefined;
|
|
768
642
|
}
|
|
769
|
-
export interface
|
|
643
|
+
export interface DescribeRefreshScheduleRequest {
|
|
770
644
|
AwsAccountId: string | undefined;
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
MaxResults?: number | undefined;
|
|
645
|
+
DataSetId: string | undefined;
|
|
646
|
+
ScheduleId: string | undefined;
|
|
774
647
|
}
|
|
775
|
-
export interface
|
|
776
|
-
|
|
777
|
-
NextToken?: string | undefined;
|
|
648
|
+
export interface DescribeRefreshScheduleResponse {
|
|
649
|
+
RefreshSchedule?: RefreshSchedule | undefined;
|
|
778
650
|
Status?: number | undefined;
|
|
779
651
|
RequestId?: string | undefined;
|
|
652
|
+
Arn?: string | undefined;
|
|
780
653
|
}
|
|
781
|
-
export interface
|
|
654
|
+
export interface DescribeRoleCustomPermissionRequest {
|
|
655
|
+
Role: Role | undefined;
|
|
782
656
|
AwsAccountId: string | undefined;
|
|
783
|
-
|
|
784
|
-
MaxResults?: number | undefined;
|
|
657
|
+
Namespace: string | undefined;
|
|
785
658
|
}
|
|
786
|
-
export interface
|
|
787
|
-
|
|
788
|
-
NextToken?: string | undefined;
|
|
659
|
+
export interface DescribeRoleCustomPermissionResponse {
|
|
660
|
+
CustomPermissionsName?: string | undefined;
|
|
789
661
|
RequestId?: string | undefined;
|
|
790
662
|
Status?: number | undefined;
|
|
791
663
|
}
|
|
792
|
-
export interface
|
|
664
|
+
export interface DescribeTemplateRequest {
|
|
793
665
|
AwsAccountId: string | undefined;
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
export interface ListDataSourcesResponse {
|
|
798
|
-
DataSources?: DataSource[] | undefined;
|
|
799
|
-
NextToken?: string | undefined;
|
|
800
|
-
RequestId?: string | undefined;
|
|
801
|
-
Status?: number | undefined;
|
|
666
|
+
TemplateId: string | undefined;
|
|
667
|
+
VersionNumber?: number | undefined;
|
|
668
|
+
AliasName?: string | undefined;
|
|
802
669
|
}
|
|
803
|
-
export
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
670
|
+
export declare const TemplateErrorType: {
|
|
671
|
+
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
672
|
+
readonly DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND";
|
|
673
|
+
readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
|
|
674
|
+
readonly SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND";
|
|
675
|
+
};
|
|
676
|
+
export type TemplateErrorType =
|
|
677
|
+
(typeof TemplateErrorType)[keyof typeof TemplateErrorType];
|
|
678
|
+
export interface TemplateError {
|
|
679
|
+
Type?: TemplateErrorType | undefined;
|
|
680
|
+
Message?: string | undefined;
|
|
681
|
+
ViolatedEntities?: Entity[] | undefined;
|
|
808
682
|
}
|
|
809
|
-
export interface
|
|
683
|
+
export interface TemplateVersion {
|
|
684
|
+
CreatedTime?: Date | undefined;
|
|
685
|
+
Errors?: TemplateError[] | undefined;
|
|
686
|
+
VersionNumber?: number | undefined;
|
|
687
|
+
Status?: ResourceStatus | undefined;
|
|
688
|
+
DataSetConfigurations?: DataSetConfiguration[] | undefined;
|
|
689
|
+
Description?: string | undefined;
|
|
690
|
+
SourceEntityArn?: string | undefined;
|
|
691
|
+
ThemeArn?: string | undefined;
|
|
692
|
+
Sheets?: Sheet[] | undefined;
|
|
693
|
+
}
|
|
694
|
+
export interface Template {
|
|
695
|
+
Arn?: string | undefined;
|
|
696
|
+
Name?: string | undefined;
|
|
697
|
+
Version?: TemplateVersion | undefined;
|
|
698
|
+
TemplateId?: string | undefined;
|
|
699
|
+
LastUpdatedTime?: Date | undefined;
|
|
700
|
+
CreatedTime?: Date | undefined;
|
|
701
|
+
}
|
|
702
|
+
export interface DescribeTemplateResponse {
|
|
703
|
+
Template?: Template | undefined;
|
|
810
704
|
Status?: number | undefined;
|
|
811
|
-
FolderMemberList?: MemberIdArnPair[] | undefined;
|
|
812
|
-
NextToken?: string | undefined;
|
|
813
705
|
RequestId?: string | undefined;
|
|
814
706
|
}
|
|
815
|
-
export interface
|
|
707
|
+
export interface DescribeTemplateAliasRequest {
|
|
816
708
|
AwsAccountId: string | undefined;
|
|
817
|
-
|
|
818
|
-
|
|
709
|
+
TemplateId: string | undefined;
|
|
710
|
+
AliasName: string | undefined;
|
|
819
711
|
}
|
|
820
|
-
export interface
|
|
712
|
+
export interface DescribeTemplateAliasResponse {
|
|
713
|
+
TemplateAlias?: TemplateAlias | undefined;
|
|
821
714
|
Status?: number | undefined;
|
|
822
|
-
FolderSummaryList?: FolderSummary[] | undefined;
|
|
823
|
-
NextToken?: string | undefined;
|
|
824
715
|
RequestId?: string | undefined;
|
|
825
716
|
}
|
|
826
|
-
export interface
|
|
717
|
+
export interface DescribeTemplateDefinitionRequest {
|
|
827
718
|
AwsAccountId: string | undefined;
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
719
|
+
TemplateId: string | undefined;
|
|
720
|
+
VersionNumber?: number | undefined;
|
|
721
|
+
AliasName?: string | undefined;
|
|
831
722
|
}
|
|
832
|
-
export interface
|
|
723
|
+
export interface DescribeTemplateDefinitionResponse {
|
|
724
|
+
Name?: string | undefined;
|
|
725
|
+
TemplateId?: string | undefined;
|
|
726
|
+
Errors?: TemplateError[] | undefined;
|
|
727
|
+
ResourceStatus?: ResourceStatus | undefined;
|
|
728
|
+
ThemeArn?: string | undefined;
|
|
729
|
+
Definition?: TemplateVersionDefinition | undefined;
|
|
833
730
|
Status?: number | undefined;
|
|
834
|
-
Folders?: string[] | undefined;
|
|
835
|
-
NextToken?: string | undefined;
|
|
836
731
|
RequestId?: string | undefined;
|
|
837
732
|
}
|
|
838
|
-
export interface
|
|
839
|
-
GroupName: string | undefined;
|
|
840
|
-
NextToken?: string | undefined;
|
|
841
|
-
MaxResults?: number | undefined;
|
|
733
|
+
export interface DescribeTemplatePermissionsRequest {
|
|
842
734
|
AwsAccountId: string | undefined;
|
|
843
|
-
|
|
735
|
+
TemplateId: string | undefined;
|
|
844
736
|
}
|
|
845
|
-
export interface
|
|
846
|
-
|
|
847
|
-
|
|
737
|
+
export interface DescribeTemplatePermissionsResponse {
|
|
738
|
+
TemplateId?: string | undefined;
|
|
739
|
+
TemplateArn?: string | undefined;
|
|
740
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
848
741
|
RequestId?: string | undefined;
|
|
849
742
|
Status?: number | undefined;
|
|
850
743
|
}
|
|
851
|
-
export interface
|
|
744
|
+
export interface DescribeThemeRequest {
|
|
852
745
|
AwsAccountId: string | undefined;
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
746
|
+
ThemeId: string | undefined;
|
|
747
|
+
VersionNumber?: number | undefined;
|
|
748
|
+
AliasName?: string | undefined;
|
|
856
749
|
}
|
|
857
|
-
export
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
750
|
+
export declare const ThemeType: {
|
|
751
|
+
readonly ALL: "ALL";
|
|
752
|
+
readonly CUSTOM: "CUSTOM";
|
|
753
|
+
readonly QUICKSIGHT: "QUICKSIGHT";
|
|
754
|
+
};
|
|
755
|
+
export type ThemeType = (typeof ThemeType)[keyof typeof ThemeType];
|
|
756
|
+
export declare const ThemeErrorType: {
|
|
757
|
+
readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
|
|
758
|
+
};
|
|
759
|
+
export type ThemeErrorType =
|
|
760
|
+
(typeof ThemeErrorType)[keyof typeof ThemeErrorType];
|
|
761
|
+
export interface ThemeError {
|
|
762
|
+
Type?: ThemeErrorType | undefined;
|
|
763
|
+
Message?: string | undefined;
|
|
764
|
+
}
|
|
765
|
+
export interface ThemeVersion {
|
|
766
|
+
VersionNumber?: number | undefined;
|
|
767
|
+
Arn?: string | undefined;
|
|
768
|
+
Description?: string | undefined;
|
|
769
|
+
BaseThemeId?: string | undefined;
|
|
770
|
+
CreatedTime?: Date | undefined;
|
|
771
|
+
Configuration?: ThemeConfiguration | undefined;
|
|
772
|
+
Errors?: ThemeError[] | undefined;
|
|
773
|
+
Status?: ResourceStatus | undefined;
|
|
774
|
+
}
|
|
775
|
+
export interface Theme {
|
|
776
|
+
Arn?: string | undefined;
|
|
777
|
+
Name?: string | undefined;
|
|
778
|
+
ThemeId?: string | undefined;
|
|
779
|
+
Version?: ThemeVersion | undefined;
|
|
780
|
+
CreatedTime?: Date | undefined;
|
|
781
|
+
LastUpdatedTime?: Date | undefined;
|
|
782
|
+
Type?: ThemeType | undefined;
|
|
783
|
+
}
|
|
784
|
+
export interface DescribeThemeResponse {
|
|
785
|
+
Theme?: Theme | undefined;
|
|
861
786
|
Status?: number | undefined;
|
|
787
|
+
RequestId?: string | undefined;
|
|
862
788
|
}
|
|
863
|
-
export interface
|
|
789
|
+
export interface DescribeThemeAliasRequest {
|
|
864
790
|
AwsAccountId: string | undefined;
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
NextToken?: string | undefined;
|
|
868
|
-
MaxResults?: number | undefined;
|
|
791
|
+
ThemeId: string | undefined;
|
|
792
|
+
AliasName: string | undefined;
|
|
869
793
|
}
|
|
870
|
-
export interface
|
|
871
|
-
|
|
872
|
-
NextToken?: string | undefined;
|
|
873
|
-
RequestId?: string | undefined;
|
|
794
|
+
export interface DescribeThemeAliasResponse {
|
|
795
|
+
ThemeAlias?: ThemeAlias | undefined;
|
|
874
796
|
Status?: number | undefined;
|
|
797
|
+
RequestId?: string | undefined;
|
|
875
798
|
}
|
|
876
|
-
export interface
|
|
799
|
+
export interface DescribeThemePermissionsRequest {
|
|
877
800
|
AwsAccountId: string | undefined;
|
|
878
|
-
|
|
879
|
-
NextToken?: string | undefined;
|
|
880
|
-
MaxResults?: number | undefined;
|
|
881
|
-
Namespace: string | undefined;
|
|
801
|
+
ThemeId: string | undefined;
|
|
882
802
|
}
|
|
883
|
-
export interface
|
|
884
|
-
|
|
803
|
+
export interface DescribeThemePermissionsResponse {
|
|
804
|
+
ThemeId?: string | undefined;
|
|
805
|
+
ThemeArn?: string | undefined;
|
|
806
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
885
807
|
RequestId?: string | undefined;
|
|
886
|
-
NextToken?: string | undefined;
|
|
887
808
|
Status?: number | undefined;
|
|
888
809
|
}
|
|
889
|
-
export interface
|
|
810
|
+
export interface DescribeTopicRequest {
|
|
890
811
|
AwsAccountId: string | undefined;
|
|
891
|
-
|
|
892
|
-
NextToken?: string | undefined;
|
|
812
|
+
TopicId: string | undefined;
|
|
893
813
|
}
|
|
894
|
-
export interface
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
814
|
+
export interface DescribeTopicResponse {
|
|
815
|
+
Arn?: string | undefined;
|
|
816
|
+
TopicId?: string | undefined;
|
|
817
|
+
Topic?: TopicDetails | undefined;
|
|
898
818
|
RequestId?: string | undefined;
|
|
819
|
+
Status?: number | undefined;
|
|
899
820
|
}
|
|
900
|
-
export interface
|
|
901
|
-
DataSetId: string | undefined;
|
|
902
|
-
NextToken?: string | undefined;
|
|
821
|
+
export interface DescribeTopicPermissionsRequest {
|
|
903
822
|
AwsAccountId: string | undefined;
|
|
904
|
-
|
|
823
|
+
TopicId: string | undefined;
|
|
905
824
|
}
|
|
906
|
-
export interface
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
825
|
+
export interface DescribeTopicPermissionsResponse {
|
|
826
|
+
TopicId?: string | undefined;
|
|
827
|
+
TopicArn?: string | undefined;
|
|
828
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
910
829
|
Status?: number | undefined;
|
|
830
|
+
RequestId?: string | undefined;
|
|
911
831
|
}
|
|
912
|
-
export interface
|
|
832
|
+
export interface DescribeTopicRefreshRequest {
|
|
913
833
|
AwsAccountId: string | undefined;
|
|
914
|
-
|
|
915
|
-
|
|
834
|
+
TopicId: string | undefined;
|
|
835
|
+
RefreshId: string | undefined;
|
|
916
836
|
}
|
|
917
|
-
export
|
|
918
|
-
|
|
919
|
-
|
|
837
|
+
export declare const TopicRefreshStatus: {
|
|
838
|
+
readonly CANCELLED: "CANCELLED";
|
|
839
|
+
readonly COMPLETED: "COMPLETED";
|
|
840
|
+
readonly FAILED: "FAILED";
|
|
841
|
+
readonly INITIALIZED: "INITIALIZED";
|
|
842
|
+
readonly RUNNING: "RUNNING";
|
|
843
|
+
};
|
|
844
|
+
export type TopicRefreshStatus =
|
|
845
|
+
(typeof TopicRefreshStatus)[keyof typeof TopicRefreshStatus];
|
|
846
|
+
export interface TopicRefreshDetails {
|
|
847
|
+
RefreshArn?: string | undefined;
|
|
848
|
+
RefreshId?: string | undefined;
|
|
849
|
+
RefreshStatus?: TopicRefreshStatus | undefined;
|
|
850
|
+
}
|
|
851
|
+
export interface DescribeTopicRefreshResponse {
|
|
852
|
+
RefreshDetails?: TopicRefreshDetails | undefined;
|
|
920
853
|
RequestId?: string | undefined;
|
|
921
854
|
Status?: number | undefined;
|
|
922
855
|
}
|
|
923
|
-
export interface
|
|
856
|
+
export interface DescribeTopicRefreshScheduleRequest {
|
|
924
857
|
AwsAccountId: string | undefined;
|
|
925
|
-
|
|
858
|
+
TopicId: string | undefined;
|
|
859
|
+
DatasetId: string | undefined;
|
|
926
860
|
}
|
|
927
|
-
export interface
|
|
928
|
-
|
|
861
|
+
export interface DescribeTopicRefreshScheduleResponse {
|
|
862
|
+
TopicId?: string | undefined;
|
|
863
|
+
TopicArn?: string | undefined;
|
|
864
|
+
DatasetArn?: string | undefined;
|
|
865
|
+
RefreshSchedule?: TopicRefreshSchedule | undefined;
|
|
929
866
|
Status?: number | undefined;
|
|
930
867
|
RequestId?: string | undefined;
|
|
931
868
|
}
|
|
932
|
-
export interface
|
|
933
|
-
|
|
934
|
-
NextToken?: string | undefined;
|
|
935
|
-
MaxResults?: number | undefined;
|
|
869
|
+
export interface DescribeUserRequest {
|
|
870
|
+
UserName: string | undefined;
|
|
936
871
|
AwsAccountId: string | undefined;
|
|
937
872
|
Namespace: string | undefined;
|
|
938
873
|
}
|
|
939
|
-
export
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
export
|
|
946
|
-
|
|
874
|
+
export declare const IdentityType: {
|
|
875
|
+
readonly IAM: "IAM";
|
|
876
|
+
readonly IAM_IDENTITY_CENTER: "IAM_IDENTITY_CENTER";
|
|
877
|
+
readonly QUICKSIGHT: "QUICKSIGHT";
|
|
878
|
+
};
|
|
879
|
+
export type IdentityType = (typeof IdentityType)[keyof typeof IdentityType];
|
|
880
|
+
export declare const UserRole: {
|
|
881
|
+
readonly ADMIN: "ADMIN";
|
|
882
|
+
readonly ADMIN_PRO: "ADMIN_PRO";
|
|
883
|
+
readonly AUTHOR: "AUTHOR";
|
|
884
|
+
readonly AUTHOR_PRO: "AUTHOR_PRO";
|
|
885
|
+
readonly READER: "READER";
|
|
886
|
+
readonly READER_PRO: "READER_PRO";
|
|
887
|
+
readonly RESTRICTED_AUTHOR: "RESTRICTED_AUTHOR";
|
|
888
|
+
readonly RESTRICTED_READER: "RESTRICTED_READER";
|
|
889
|
+
};
|
|
890
|
+
export type UserRole = (typeof UserRole)[keyof typeof UserRole];
|
|
891
|
+
export interface User {
|
|
892
|
+
Arn?: string | undefined;
|
|
893
|
+
UserName?: string | undefined;
|
|
894
|
+
Email?: string | undefined;
|
|
895
|
+
Role?: UserRole | undefined;
|
|
896
|
+
IdentityType?: IdentityType | undefined;
|
|
897
|
+
Active?: boolean | undefined;
|
|
898
|
+
PrincipalId?: string | undefined;
|
|
899
|
+
CustomPermissionsName?: string | undefined;
|
|
900
|
+
ExternalLoginFederationProviderType?: string | undefined;
|
|
901
|
+
ExternalLoginFederationProviderUrl?: string | undefined;
|
|
902
|
+
ExternalLoginId?: string | undefined;
|
|
947
903
|
}
|
|
948
|
-
export interface
|
|
949
|
-
|
|
904
|
+
export interface DescribeUserResponse {
|
|
905
|
+
User?: User | undefined;
|
|
950
906
|
RequestId?: string | undefined;
|
|
951
907
|
Status?: number | undefined;
|
|
952
908
|
}
|
|
953
|
-
export interface
|
|
909
|
+
export interface DescribeVPCConnectionRequest {
|
|
954
910
|
AwsAccountId: string | undefined;
|
|
955
|
-
|
|
956
|
-
NextToken?: string | undefined;
|
|
957
|
-
MaxResults?: number | undefined;
|
|
911
|
+
VPCConnectionId: string | undefined;
|
|
958
912
|
}
|
|
959
|
-
export
|
|
960
|
-
|
|
913
|
+
export declare const NetworkInterfaceStatus: {
|
|
914
|
+
readonly ATTACHMENT_FAILED_ROLLBACK_FAILED: "ATTACHMENT_FAILED_ROLLBACK_FAILED";
|
|
915
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
916
|
+
readonly CREATING: "CREATING";
|
|
917
|
+
readonly CREATION_FAILED: "CREATION_FAILED";
|
|
918
|
+
readonly DELETED: "DELETED";
|
|
919
|
+
readonly DELETING: "DELETING";
|
|
920
|
+
readonly DELETION_FAILED: "DELETION_FAILED";
|
|
921
|
+
readonly DELETION_SCHEDULED: "DELETION_SCHEDULED";
|
|
922
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
923
|
+
readonly UPDATING: "UPDATING";
|
|
924
|
+
};
|
|
925
|
+
export type NetworkInterfaceStatus =
|
|
926
|
+
(typeof NetworkInterfaceStatus)[keyof typeof NetworkInterfaceStatus];
|
|
927
|
+
export interface NetworkInterface {
|
|
928
|
+
SubnetId?: string | undefined;
|
|
929
|
+
AvailabilityZone?: string | undefined;
|
|
930
|
+
ErrorMessage?: string | undefined;
|
|
931
|
+
Status?: NetworkInterfaceStatus | undefined;
|
|
932
|
+
NetworkInterfaceId?: string | undefined;
|
|
933
|
+
}
|
|
934
|
+
export interface VPCConnection {
|
|
935
|
+
VPCConnectionId?: string | undefined;
|
|
936
|
+
Arn?: string | undefined;
|
|
937
|
+
Name?: string | undefined;
|
|
938
|
+
VPCId?: string | undefined;
|
|
939
|
+
SecurityGroupIds?: string[] | undefined;
|
|
940
|
+
DnsResolvers?: string[] | undefined;
|
|
941
|
+
Status?: VPCConnectionResourceStatus | undefined;
|
|
942
|
+
AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
|
|
943
|
+
NetworkInterfaces?: NetworkInterface[] | undefined;
|
|
944
|
+
RoleArn?: string | undefined;
|
|
945
|
+
CreatedTime?: Date | undefined;
|
|
946
|
+
LastUpdatedTime?: Date | undefined;
|
|
947
|
+
}
|
|
948
|
+
export interface DescribeVPCConnectionResponse {
|
|
949
|
+
VPCConnection?: VPCConnection | undefined;
|
|
950
|
+
RequestId?: string | undefined;
|
|
961
951
|
Status?: number | undefined;
|
|
952
|
+
}
|
|
953
|
+
export declare class DomainNotWhitelistedException extends __BaseException {
|
|
954
|
+
readonly name: "DomainNotWhitelistedException";
|
|
955
|
+
readonly $fault: "client";
|
|
956
|
+
Message?: string | undefined;
|
|
962
957
|
RequestId?: string | undefined;
|
|
963
|
-
|
|
958
|
+
constructor(
|
|
959
|
+
opts: __ExceptionOptionType<DomainNotWhitelistedException, __BaseException>
|
|
960
|
+
);
|
|
964
961
|
}
|
|
965
|
-
export
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
962
|
+
export declare const EmbeddingIdentityType: {
|
|
963
|
+
readonly ANONYMOUS: "ANONYMOUS";
|
|
964
|
+
readonly IAM: "IAM";
|
|
965
|
+
readonly QUICKSIGHT: "QUICKSIGHT";
|
|
966
|
+
};
|
|
967
|
+
export type EmbeddingIdentityType =
|
|
968
|
+
(typeof EmbeddingIdentityType)[keyof typeof EmbeddingIdentityType];
|
|
969
|
+
export interface FailedKeyRegistrationEntry {
|
|
970
|
+
KeyArn?: string | undefined;
|
|
971
|
+
Message: string | undefined;
|
|
972
|
+
StatusCode: number | undefined;
|
|
973
|
+
SenderFault: boolean | undefined;
|
|
969
974
|
}
|
|
970
|
-
export
|
|
975
|
+
export declare const FolderFilterAttribute: {
|
|
976
|
+
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
977
|
+
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
978
|
+
readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
979
|
+
readonly FOLDER_NAME: "FOLDER_NAME";
|
|
980
|
+
readonly PARENT_FOLDER_ARN: "PARENT_FOLDER_ARN";
|
|
981
|
+
readonly QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER";
|
|
982
|
+
readonly QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER";
|
|
983
|
+
};
|
|
984
|
+
export type FolderFilterAttribute =
|
|
985
|
+
(typeof FolderFilterAttribute)[keyof typeof FolderFilterAttribute];
|
|
986
|
+
export interface MemberIdArnPair {
|
|
987
|
+
MemberId?: string | undefined;
|
|
988
|
+
MemberArn?: string | undefined;
|
|
989
|
+
}
|
|
990
|
+
export interface FolderSearchFilter {
|
|
991
|
+
Operator?: FilterOperator | undefined;
|
|
992
|
+
Name?: FolderFilterAttribute | undefined;
|
|
993
|
+
Value?: string | undefined;
|
|
994
|
+
}
|
|
995
|
+
export interface FolderSummary {
|
|
971
996
|
Arn?: string | undefined;
|
|
972
|
-
|
|
997
|
+
FolderId?: string | undefined;
|
|
973
998
|
Name?: string | undefined;
|
|
974
|
-
|
|
999
|
+
FolderType?: FolderType | undefined;
|
|
975
1000
|
CreatedTime?: Date | undefined;
|
|
976
1001
|
LastUpdatedTime?: Date | undefined;
|
|
1002
|
+
SharingModel?: SharingModel | undefined;
|
|
1003
|
+
}
|
|
1004
|
+
export declare const GeneratedAnswerStatus: {
|
|
1005
|
+
readonly ANSWER_DOWNGRADE: "ANSWER_DOWNGRADE";
|
|
1006
|
+
readonly ANSWER_GENERATED: "ANSWER_GENERATED";
|
|
1007
|
+
readonly ANSWER_RETRIEVED: "ANSWER_RETRIEVED";
|
|
1008
|
+
};
|
|
1009
|
+
export type GeneratedAnswerStatus =
|
|
1010
|
+
(typeof GeneratedAnswerStatus)[keyof typeof GeneratedAnswerStatus];
|
|
1011
|
+
export interface GeneratedAnswerResult {
|
|
1012
|
+
QuestionText?: string | undefined;
|
|
1013
|
+
AnswerStatus?: GeneratedAnswerStatus | undefined;
|
|
1014
|
+
TopicId?: string | undefined;
|
|
1015
|
+
TopicName?: string | undefined;
|
|
1016
|
+
Restatement?: string | undefined;
|
|
1017
|
+
QuestionId?: string | undefined;
|
|
1018
|
+
AnswerId?: string | undefined;
|
|
1019
|
+
QuestionUrl?: string | undefined;
|
|
1020
|
+
}
|
|
1021
|
+
export interface SessionTag {
|
|
1022
|
+
Key: string | undefined;
|
|
1023
|
+
Value: string | undefined;
|
|
1024
|
+
}
|
|
1025
|
+
export interface GenerateEmbedUrlForAnonymousUserRequest {
|
|
1026
|
+
AwsAccountId: string | undefined;
|
|
1027
|
+
SessionLifetimeInMinutes?: number | undefined;
|
|
1028
|
+
Namespace: string | undefined;
|
|
1029
|
+
SessionTags?: SessionTag[] | undefined;
|
|
1030
|
+
AuthorizedResourceArns: string[] | undefined;
|
|
1031
|
+
ExperienceConfiguration:
|
|
1032
|
+
| AnonymousUserEmbeddingExperienceConfiguration
|
|
1033
|
+
| undefined;
|
|
1034
|
+
AllowedDomains?: string[] | undefined;
|
|
1035
|
+
}
|
|
1036
|
+
export interface GenerateEmbedUrlForAnonymousUserResponse {
|
|
1037
|
+
EmbedUrl: string | undefined;
|
|
1038
|
+
Status: number | undefined;
|
|
1039
|
+
RequestId: string | undefined;
|
|
1040
|
+
AnonymousUserArn: string | undefined;
|
|
1041
|
+
}
|
|
1042
|
+
export declare class SessionLifetimeInMinutesInvalidException extends __BaseException {
|
|
1043
|
+
readonly name: "SessionLifetimeInMinutesInvalidException";
|
|
1044
|
+
readonly $fault: "client";
|
|
1045
|
+
Message?: string | undefined;
|
|
1046
|
+
RequestId?: string | undefined;
|
|
1047
|
+
constructor(
|
|
1048
|
+
opts: __ExceptionOptionType<
|
|
1049
|
+
SessionLifetimeInMinutesInvalidException,
|
|
1050
|
+
__BaseException
|
|
1051
|
+
>
|
|
1052
|
+
);
|
|
1053
|
+
}
|
|
1054
|
+
export declare class UnsupportedPricingPlanException extends __BaseException {
|
|
1055
|
+
readonly name: "UnsupportedPricingPlanException";
|
|
1056
|
+
readonly $fault: "client";
|
|
1057
|
+
Message?: string | undefined;
|
|
1058
|
+
RequestId?: string | undefined;
|
|
1059
|
+
constructor(
|
|
1060
|
+
opts: __ExceptionOptionType<
|
|
1061
|
+
UnsupportedPricingPlanException,
|
|
1062
|
+
__BaseException
|
|
1063
|
+
>
|
|
1064
|
+
);
|
|
1065
|
+
}
|
|
1066
|
+
export interface StatePersistenceConfigurations {
|
|
1067
|
+
Enabled: boolean | undefined;
|
|
1068
|
+
}
|
|
1069
|
+
export interface RegisteredUserDashboardFeatureConfigurations {
|
|
1070
|
+
StatePersistence?: StatePersistenceConfigurations | undefined;
|
|
1071
|
+
SharedView?: SharedViewConfigurations | undefined;
|
|
1072
|
+
Bookmarks?: BookmarksConfigurations | undefined;
|
|
1073
|
+
}
|
|
1074
|
+
export interface RegisteredUserDashboardEmbeddingConfiguration {
|
|
1075
|
+
InitialDashboardId: string | undefined;
|
|
1076
|
+
FeatureConfigurations?:
|
|
1077
|
+
| RegisteredUserDashboardFeatureConfigurations
|
|
1078
|
+
| undefined;
|
|
1079
|
+
}
|
|
1080
|
+
export interface RegisteredUserDashboardVisualEmbeddingConfiguration {
|
|
1081
|
+
InitialDashboardVisualId: DashboardVisualId | undefined;
|
|
1082
|
+
}
|
|
1083
|
+
export interface RegisteredUserGenerativeQnAEmbeddingConfiguration {
|
|
1084
|
+
InitialTopicId?: string | undefined;
|
|
1085
|
+
}
|
|
1086
|
+
export interface RegisteredUserQSearchBarEmbeddingConfiguration {
|
|
1087
|
+
InitialTopicId?: string | undefined;
|
|
1088
|
+
}
|
|
1089
|
+
export interface RegisteredUserConsoleFeatureConfigurations {
|
|
1090
|
+
StatePersistence?: StatePersistenceConfigurations | undefined;
|
|
1091
|
+
SharedView?: SharedViewConfigurations | undefined;
|
|
977
1092
|
}
|
|
978
|
-
export interface
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
1093
|
+
export interface RegisteredUserQuickSightConsoleEmbeddingConfiguration {
|
|
1094
|
+
InitialPath?: string | undefined;
|
|
1095
|
+
FeatureConfigurations?:
|
|
1096
|
+
| RegisteredUserConsoleFeatureConfigurations
|
|
1097
|
+
| undefined;
|
|
983
1098
|
}
|
|
984
|
-
export interface
|
|
1099
|
+
export interface RegisteredUserEmbeddingExperienceConfiguration {
|
|
1100
|
+
Dashboard?: RegisteredUserDashboardEmbeddingConfiguration | undefined;
|
|
1101
|
+
QuickSightConsole?:
|
|
1102
|
+
| RegisteredUserQuickSightConsoleEmbeddingConfiguration
|
|
1103
|
+
| undefined;
|
|
1104
|
+
QSearchBar?: RegisteredUserQSearchBarEmbeddingConfiguration | undefined;
|
|
1105
|
+
DashboardVisual?:
|
|
1106
|
+
| RegisteredUserDashboardVisualEmbeddingConfiguration
|
|
1107
|
+
| undefined;
|
|
1108
|
+
GenerativeQnA?: RegisteredUserGenerativeQnAEmbeddingConfiguration | undefined;
|
|
1109
|
+
}
|
|
1110
|
+
export interface GenerateEmbedUrlForRegisteredUserRequest {
|
|
985
1111
|
AwsAccountId: string | undefined;
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
1112
|
+
SessionLifetimeInMinutes?: number | undefined;
|
|
1113
|
+
UserArn: string | undefined;
|
|
1114
|
+
ExperienceConfiguration:
|
|
1115
|
+
| RegisteredUserEmbeddingExperienceConfiguration
|
|
1116
|
+
| undefined;
|
|
1117
|
+
AllowedDomains?: string[] | undefined;
|
|
989
1118
|
}
|
|
990
|
-
export interface
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
Status?: ResourceStatus | undefined;
|
|
995
|
-
Description?: string | undefined;
|
|
1119
|
+
export interface GenerateEmbedUrlForRegisteredUserResponse {
|
|
1120
|
+
EmbedUrl: string | undefined;
|
|
1121
|
+
Status: number | undefined;
|
|
1122
|
+
RequestId: string | undefined;
|
|
996
1123
|
}
|
|
997
|
-
export
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1124
|
+
export declare class QuickSightUserNotFoundException extends __BaseException {
|
|
1125
|
+
readonly name: "QuickSightUserNotFoundException";
|
|
1126
|
+
readonly $fault: "client";
|
|
1127
|
+
Message?: string | undefined;
|
|
1001
1128
|
RequestId?: string | undefined;
|
|
1129
|
+
constructor(
|
|
1130
|
+
opts: __ExceptionOptionType<
|
|
1131
|
+
QuickSightUserNotFoundException,
|
|
1132
|
+
__BaseException
|
|
1133
|
+
>
|
|
1134
|
+
);
|
|
1002
1135
|
}
|
|
1003
|
-
export interface
|
|
1136
|
+
export interface GenerateEmbedUrlForRegisteredUserWithIdentityRequest {
|
|
1004
1137
|
AwsAccountId: string | undefined;
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1138
|
+
SessionLifetimeInMinutes?: number | undefined;
|
|
1139
|
+
ExperienceConfiguration:
|
|
1140
|
+
| RegisteredUserEmbeddingExperienceConfiguration
|
|
1141
|
+
| undefined;
|
|
1142
|
+
AllowedDomains?: string[] | undefined;
|
|
1008
1143
|
}
|
|
1009
|
-
export interface
|
|
1010
|
-
|
|
1011
|
-
Status
|
|
1012
|
-
RequestId
|
|
1013
|
-
NextToken?: string | undefined;
|
|
1144
|
+
export interface GenerateEmbedUrlForRegisteredUserWithIdentityResponse {
|
|
1145
|
+
EmbedUrl: string | undefined;
|
|
1146
|
+
Status: number | undefined;
|
|
1147
|
+
RequestId: string | undefined;
|
|
1014
1148
|
}
|
|
1015
|
-
export interface
|
|
1149
|
+
export interface GetDashboardEmbedUrlRequest {
|
|
1016
1150
|
AwsAccountId: string | undefined;
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
CreatedTime?: Date | undefined;
|
|
1027
|
-
LastUpdatedTime?: Date | undefined;
|
|
1151
|
+
DashboardId: string | undefined;
|
|
1152
|
+
IdentityType: EmbeddingIdentityType | undefined;
|
|
1153
|
+
SessionLifetimeInMinutes?: number | undefined;
|
|
1154
|
+
UndoRedoDisabled?: boolean | undefined;
|
|
1155
|
+
ResetDisabled?: boolean | undefined;
|
|
1156
|
+
StatePersistenceEnabled?: boolean | undefined;
|
|
1157
|
+
UserArn?: string | undefined;
|
|
1158
|
+
Namespace?: string | undefined;
|
|
1159
|
+
AdditionalDashboardIds?: string[] | undefined;
|
|
1028
1160
|
}
|
|
1029
|
-
export interface
|
|
1030
|
-
|
|
1031
|
-
NextToken?: string | undefined;
|
|
1161
|
+
export interface GetDashboardEmbedUrlResponse {
|
|
1162
|
+
EmbedUrl?: string | undefined;
|
|
1032
1163
|
Status?: number | undefined;
|
|
1033
1164
|
RequestId?: string | undefined;
|
|
1034
1165
|
}
|
|
1035
|
-
export
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
MaxResults?: number | undefined;
|
|
1040
|
-
}
|
|
1041
|
-
export interface ThemeVersionSummary {
|
|
1042
|
-
VersionNumber?: number | undefined;
|
|
1043
|
-
Arn?: string | undefined;
|
|
1044
|
-
Description?: string | undefined;
|
|
1045
|
-
CreatedTime?: Date | undefined;
|
|
1046
|
-
Status?: ResourceStatus | undefined;
|
|
1047
|
-
}
|
|
1048
|
-
export interface ListThemeVersionsResponse {
|
|
1049
|
-
ThemeVersionSummaryList?: ThemeVersionSummary[] | undefined;
|
|
1050
|
-
NextToken?: string | undefined;
|
|
1051
|
-
Status?: number | undefined;
|
|
1166
|
+
export declare class IdentityTypeNotSupportedException extends __BaseException {
|
|
1167
|
+
readonly name: "IdentityTypeNotSupportedException";
|
|
1168
|
+
readonly $fault: "client";
|
|
1169
|
+
Message?: string | undefined;
|
|
1052
1170
|
RequestId?: string | undefined;
|
|
1171
|
+
constructor(
|
|
1172
|
+
opts: __ExceptionOptionType<
|
|
1173
|
+
IdentityTypeNotSupportedException,
|
|
1174
|
+
__BaseException
|
|
1175
|
+
>
|
|
1176
|
+
);
|
|
1053
1177
|
}
|
|
1054
|
-
export interface
|
|
1178
|
+
export interface GetSessionEmbedUrlRequest {
|
|
1055
1179
|
AwsAccountId: string | undefined;
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
DatasetId?: string | undefined;
|
|
1060
|
-
DatasetArn?: string | undefined;
|
|
1061
|
-
DatasetName?: string | undefined;
|
|
1062
|
-
RefreshSchedule?: TopicRefreshSchedule | undefined;
|
|
1180
|
+
EntryPoint?: string | undefined;
|
|
1181
|
+
SessionLifetimeInMinutes?: number | undefined;
|
|
1182
|
+
UserArn?: string | undefined;
|
|
1063
1183
|
}
|
|
1064
|
-
export interface
|
|
1065
|
-
|
|
1066
|
-
TopicArn?: string | undefined;
|
|
1067
|
-
RefreshSchedules?: TopicRefreshScheduleSummary[] | undefined;
|
|
1184
|
+
export interface GetSessionEmbedUrlResponse {
|
|
1185
|
+
EmbedUrl?: string | undefined;
|
|
1068
1186
|
Status?: number | undefined;
|
|
1069
1187
|
RequestId?: string | undefined;
|
|
1070
1188
|
}
|
|
1071
|
-
export
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
Name
|
|
1084
|
-
|
|
1189
|
+
export declare const GroupFilterAttribute: {
|
|
1190
|
+
readonly GROUP_NAME: "GROUP_NAME";
|
|
1191
|
+
};
|
|
1192
|
+
export type GroupFilterAttribute =
|
|
1193
|
+
(typeof GroupFilterAttribute)[keyof typeof GroupFilterAttribute];
|
|
1194
|
+
export declare const GroupFilterOperator: {
|
|
1195
|
+
readonly StartsWith: "StartsWith";
|
|
1196
|
+
};
|
|
1197
|
+
export type GroupFilterOperator =
|
|
1198
|
+
(typeof GroupFilterOperator)[keyof typeof GroupFilterOperator];
|
|
1199
|
+
export interface GroupSearchFilter {
|
|
1200
|
+
Operator: GroupFilterOperator | undefined;
|
|
1201
|
+
Name: GroupFilterAttribute | undefined;
|
|
1202
|
+
Value: string | undefined;
|
|
1085
1203
|
}
|
|
1086
|
-
export interface
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
RequestId?: string | undefined;
|
|
1090
|
-
Status?: number | undefined;
|
|
1204
|
+
export interface IAMPolicyAssignmentSummary {
|
|
1205
|
+
AssignmentName?: string | undefined;
|
|
1206
|
+
AssignmentStatus?: AssignmentStatus | undefined;
|
|
1091
1207
|
}
|
|
1092
|
-
export
|
|
1093
|
-
|
|
1208
|
+
export declare const IncludeGeneratedAnswer: {
|
|
1209
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1210
|
+
readonly INCLUDE: "INCLUDE";
|
|
1211
|
+
};
|
|
1212
|
+
export type IncludeGeneratedAnswer =
|
|
1213
|
+
(typeof IncludeGeneratedAnswer)[keyof typeof IncludeGeneratedAnswer];
|
|
1214
|
+
export declare const IncludeQuickSightQIndex: {
|
|
1215
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1216
|
+
readonly INCLUDE: "INCLUDE";
|
|
1217
|
+
};
|
|
1218
|
+
export type IncludeQuickSightQIndex =
|
|
1219
|
+
(typeof IncludeQuickSightQIndex)[keyof typeof IncludeQuickSightQIndex];
|
|
1220
|
+
export interface ListAnalysesRequest {
|
|
1094
1221
|
AwsAccountId: string | undefined;
|
|
1095
|
-
Namespace: string | undefined;
|
|
1096
1222
|
NextToken?: string | undefined;
|
|
1097
1223
|
MaxResults?: number | undefined;
|
|
1098
1224
|
}
|
|
1099
|
-
export interface
|
|
1100
|
-
|
|
1225
|
+
export interface ListAnalysesResponse {
|
|
1226
|
+
AnalysisSummaryList?: AnalysisSummary[] | undefined;
|
|
1101
1227
|
NextToken?: string | undefined;
|
|
1102
|
-
RequestId?: string | undefined;
|
|
1103
1228
|
Status?: number | undefined;
|
|
1229
|
+
RequestId?: string | undefined;
|
|
1104
1230
|
}
|
|
1105
|
-
export interface
|
|
1231
|
+
export interface ListAssetBundleExportJobsRequest {
|
|
1106
1232
|
AwsAccountId: string | undefined;
|
|
1107
1233
|
NextToken?: string | undefined;
|
|
1108
1234
|
MaxResults?: number | undefined;
|
|
1109
|
-
Namespace: string | undefined;
|
|
1110
1235
|
}
|
|
1111
|
-
export interface
|
|
1112
|
-
|
|
1236
|
+
export interface ListAssetBundleExportJobsResponse {
|
|
1237
|
+
AssetBundleExportJobSummaryList?: AssetBundleExportJobSummary[] | undefined;
|
|
1113
1238
|
NextToken?: string | undefined;
|
|
1114
1239
|
RequestId?: string | undefined;
|
|
1115
1240
|
Status?: number | undefined;
|
|
1116
1241
|
}
|
|
1117
|
-
export interface
|
|
1242
|
+
export interface ListAssetBundleImportJobsRequest {
|
|
1118
1243
|
AwsAccountId: string | undefined;
|
|
1119
1244
|
NextToken?: string | undefined;
|
|
1120
1245
|
MaxResults?: number | undefined;
|
|
1121
1246
|
}
|
|
1122
|
-
export interface
|
|
1123
|
-
|
|
1124
|
-
Arn?: string | undefined;
|
|
1125
|
-
Name?: string | undefined;
|
|
1126
|
-
VPCId?: string | undefined;
|
|
1127
|
-
SecurityGroupIds?: string[] | undefined;
|
|
1128
|
-
DnsResolvers?: string[] | undefined;
|
|
1129
|
-
Status?: VPCConnectionResourceStatus | undefined;
|
|
1130
|
-
AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
|
|
1131
|
-
NetworkInterfaces?: NetworkInterface[] | undefined;
|
|
1132
|
-
RoleArn?: string | undefined;
|
|
1133
|
-
CreatedTime?: Date | undefined;
|
|
1134
|
-
LastUpdatedTime?: Date | undefined;
|
|
1135
|
-
}
|
|
1136
|
-
export interface ListVPCConnectionsResponse {
|
|
1137
|
-
VPCConnectionSummaries?: VPCConnectionSummary[] | undefined;
|
|
1247
|
+
export interface ListAssetBundleImportJobsResponse {
|
|
1248
|
+
AssetBundleImportJobSummaryList?: AssetBundleImportJobSummary[] | undefined;
|
|
1138
1249
|
NextToken?: string | undefined;
|
|
1139
1250
|
RequestId?: string | undefined;
|
|
1140
1251
|
Status?: number | undefined;
|
|
1141
1252
|
}
|
|
1142
|
-
export
|
|
1143
|
-
readonly AUTO_PURCHASE: "AUTO_PURCHASE";
|
|
1144
|
-
readonly MANUAL: "MANUAL";
|
|
1145
|
-
};
|
|
1146
|
-
export type PurchaseMode = (typeof PurchaseMode)[keyof typeof PurchaseMode];
|
|
1147
|
-
export interface PutDataSetRefreshPropertiesRequest {
|
|
1148
|
-
AwsAccountId: string | undefined;
|
|
1149
|
-
DataSetId: string | undefined;
|
|
1150
|
-
DataSetRefreshProperties: DataSetRefreshProperties | undefined;
|
|
1151
|
-
}
|
|
1152
|
-
export interface PutDataSetRefreshPropertiesResponse {
|
|
1153
|
-
RequestId?: string | undefined;
|
|
1154
|
-
Status?: number | undefined;
|
|
1155
|
-
}
|
|
1156
|
-
export interface RegisterUserRequest {
|
|
1157
|
-
IdentityType: IdentityType | undefined;
|
|
1158
|
-
Email: string | undefined;
|
|
1159
|
-
UserRole: UserRole | undefined;
|
|
1160
|
-
IamArn?: string | undefined;
|
|
1161
|
-
SessionName?: string | undefined;
|
|
1162
|
-
AwsAccountId: string | undefined;
|
|
1163
|
-
Namespace: string | undefined;
|
|
1164
|
-
UserName?: string | undefined;
|
|
1165
|
-
CustomPermissionsName?: string | undefined;
|
|
1166
|
-
ExternalLoginFederationProviderType?: string | undefined;
|
|
1167
|
-
CustomFederationProviderUrl?: string | undefined;
|
|
1168
|
-
ExternalLoginId?: string | undefined;
|
|
1169
|
-
Tags?: Tag[] | undefined;
|
|
1170
|
-
}
|
|
1171
|
-
export interface RegisterUserResponse {
|
|
1172
|
-
User?: User | undefined;
|
|
1173
|
-
UserInvitationUrl?: string | undefined;
|
|
1174
|
-
RequestId?: string | undefined;
|
|
1175
|
-
Status?: number | undefined;
|
|
1176
|
-
}
|
|
1177
|
-
export interface RestoreAnalysisRequest {
|
|
1253
|
+
export interface ListBrandsRequest {
|
|
1178
1254
|
AwsAccountId: string | undefined;
|
|
1179
|
-
|
|
1180
|
-
|
|
1255
|
+
MaxResults?: number | undefined;
|
|
1256
|
+
NextToken?: string | undefined;
|
|
1181
1257
|
}
|
|
1182
|
-
export interface
|
|
1258
|
+
export interface ListBrandsResponse {
|
|
1259
|
+
NextToken?: string | undefined;
|
|
1260
|
+
Brands?: BrandSummary[] | undefined;
|
|
1261
|
+
}
|
|
1262
|
+
export interface ListCustomPermissionsRequest {
|
|
1263
|
+
AwsAccountId: string | undefined;
|
|
1264
|
+
MaxResults?: number | undefined;
|
|
1265
|
+
NextToken?: string | undefined;
|
|
1266
|
+
}
|
|
1267
|
+
export interface ListCustomPermissionsResponse {
|
|
1183
1268
|
Status?: number | undefined;
|
|
1184
|
-
|
|
1185
|
-
|
|
1269
|
+
CustomPermissionsList?: CustomPermissions[] | undefined;
|
|
1270
|
+
NextToken?: string | undefined;
|
|
1186
1271
|
RequestId?: string | undefined;
|
|
1187
|
-
RestorationFailedFolderArns?: string[] | undefined;
|
|
1188
1272
|
}
|
|
1189
|
-
export interface
|
|
1273
|
+
export interface ListDashboardsRequest {
|
|
1190
1274
|
AwsAccountId: string | undefined;
|
|
1191
|
-
Filters: AnalysisSearchFilter[] | undefined;
|
|
1192
1275
|
NextToken?: string | undefined;
|
|
1193
1276
|
MaxResults?: number | undefined;
|
|
1194
1277
|
}
|
|
1195
|
-
export interface
|
|
1196
|
-
|
|
1278
|
+
export interface ListDashboardsResponse {
|
|
1279
|
+
DashboardSummaryList?: DashboardSummary[] | undefined;
|
|
1197
1280
|
NextToken?: string | undefined;
|
|
1198
1281
|
Status?: number | undefined;
|
|
1199
1282
|
RequestId?: string | undefined;
|
|
1200
1283
|
}
|
|
1201
|
-
export interface
|
|
1284
|
+
export interface ListDashboardVersionsRequest {
|
|
1202
1285
|
AwsAccountId: string | undefined;
|
|
1203
|
-
|
|
1286
|
+
DashboardId: string | undefined;
|
|
1204
1287
|
NextToken?: string | undefined;
|
|
1205
1288
|
MaxResults?: number | undefined;
|
|
1206
1289
|
}
|
|
1207
|
-
export interface
|
|
1208
|
-
|
|
1290
|
+
export interface ListDashboardVersionsResponse {
|
|
1291
|
+
DashboardVersionSummaryList?: DashboardVersionSummary[] | undefined;
|
|
1209
1292
|
NextToken?: string | undefined;
|
|
1210
1293
|
Status?: number | undefined;
|
|
1211
1294
|
RequestId?: string | undefined;
|
|
1212
1295
|
}
|
|
1213
|
-
export interface
|
|
1296
|
+
export interface ListDataSetsRequest {
|
|
1214
1297
|
AwsAccountId: string | undefined;
|
|
1215
|
-
Filters: DataSetSearchFilter[] | undefined;
|
|
1216
1298
|
NextToken?: string | undefined;
|
|
1217
1299
|
MaxResults?: number | undefined;
|
|
1218
1300
|
}
|
|
1219
|
-
export interface
|
|
1301
|
+
export interface ListDataSetsResponse {
|
|
1220
1302
|
DataSetSummaries?: DataSetSummary[] | undefined;
|
|
1221
1303
|
NextToken?: string | undefined;
|
|
1222
|
-
Status?: number | undefined;
|
|
1223
1304
|
RequestId?: string | undefined;
|
|
1305
|
+
Status?: number | undefined;
|
|
1224
1306
|
}
|
|
1225
|
-
export interface
|
|
1307
|
+
export interface ListDataSourcesRequest {
|
|
1226
1308
|
AwsAccountId: string | undefined;
|
|
1227
|
-
Filters: DataSourceSearchFilter[] | undefined;
|
|
1228
1309
|
NextToken?: string | undefined;
|
|
1229
1310
|
MaxResults?: number | undefined;
|
|
1230
1311
|
}
|
|
1231
|
-
export interface
|
|
1232
|
-
|
|
1312
|
+
export interface ListDataSourcesResponse {
|
|
1313
|
+
DataSources?: DataSource[] | undefined;
|
|
1233
1314
|
NextToken?: string | undefined;
|
|
1234
|
-
Status?: number | undefined;
|
|
1235
1315
|
RequestId?: string | undefined;
|
|
1316
|
+
Status?: number | undefined;
|
|
1236
1317
|
}
|
|
1237
|
-
export interface
|
|
1318
|
+
export interface ListFolderMembersRequest {
|
|
1238
1319
|
AwsAccountId: string | undefined;
|
|
1239
|
-
|
|
1320
|
+
FolderId: string | undefined;
|
|
1240
1321
|
NextToken?: string | undefined;
|
|
1241
1322
|
MaxResults?: number | undefined;
|
|
1242
1323
|
}
|
|
1243
|
-
export interface
|
|
1324
|
+
export interface ListFolderMembersResponse {
|
|
1244
1325
|
Status?: number | undefined;
|
|
1245
|
-
|
|
1326
|
+
FolderMemberList?: MemberIdArnPair[] | undefined;
|
|
1246
1327
|
NextToken?: string | undefined;
|
|
1247
1328
|
RequestId?: string | undefined;
|
|
1248
1329
|
}
|
|
1249
|
-
export interface
|
|
1330
|
+
export interface ListFoldersRequest {
|
|
1250
1331
|
AwsAccountId: string | undefined;
|
|
1251
1332
|
NextToken?: string | undefined;
|
|
1252
1333
|
MaxResults?: number | undefined;
|
|
1253
|
-
Namespace: string | undefined;
|
|
1254
|
-
Filters: GroupSearchFilter[] | undefined;
|
|
1255
1334
|
}
|
|
1256
|
-
export interface
|
|
1257
|
-
|
|
1335
|
+
export interface ListFoldersResponse {
|
|
1336
|
+
Status?: number | undefined;
|
|
1337
|
+
FolderSummaryList?: FolderSummary[] | undefined;
|
|
1258
1338
|
NextToken?: string | undefined;
|
|
1259
1339
|
RequestId?: string | undefined;
|
|
1260
|
-
Status?: number | undefined;
|
|
1261
1340
|
}
|
|
1262
|
-
export interface
|
|
1341
|
+
export interface ListFoldersForResourceRequest {
|
|
1263
1342
|
AwsAccountId: string | undefined;
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
ExportFormat: AssetBundleExportFormat | undefined;
|
|
1268
|
-
CloudFormationOverridePropertyConfiguration?:
|
|
1269
|
-
| AssetBundleCloudFormationOverridePropertyConfiguration
|
|
1270
|
-
| undefined;
|
|
1271
|
-
IncludePermissions?: boolean | undefined;
|
|
1272
|
-
IncludeTags?: boolean | undefined;
|
|
1273
|
-
ValidationStrategy?: AssetBundleExportJobValidationStrategy | undefined;
|
|
1274
|
-
IncludeFolderMemberships?: boolean | undefined;
|
|
1275
|
-
IncludeFolderMembers?: IncludeFolderMembers | undefined;
|
|
1343
|
+
ResourceArn: string | undefined;
|
|
1344
|
+
NextToken?: string | undefined;
|
|
1345
|
+
MaxResults?: number | undefined;
|
|
1276
1346
|
}
|
|
1277
|
-
export interface
|
|
1278
|
-
Arn?: string | undefined;
|
|
1279
|
-
AssetBundleExportJobId?: string | undefined;
|
|
1280
|
-
RequestId?: string | undefined;
|
|
1347
|
+
export interface ListFoldersForResourceResponse {
|
|
1281
1348
|
Status?: number | undefined;
|
|
1349
|
+
Folders?: string[] | undefined;
|
|
1350
|
+
NextToken?: string | undefined;
|
|
1351
|
+
RequestId?: string | undefined;
|
|
1282
1352
|
}
|
|
1283
|
-
export interface
|
|
1353
|
+
export interface ListGroupMembershipsRequest {
|
|
1354
|
+
GroupName: string | undefined;
|
|
1355
|
+
NextToken?: string | undefined;
|
|
1356
|
+
MaxResults?: number | undefined;
|
|
1284
1357
|
AwsAccountId: string | undefined;
|
|
1285
|
-
|
|
1286
|
-
AssetBundleImportSource: AssetBundleImportSource | undefined;
|
|
1287
|
-
OverrideParameters?: AssetBundleImportJobOverrideParameters | undefined;
|
|
1288
|
-
FailureAction?: AssetBundleImportFailureAction | undefined;
|
|
1289
|
-
OverridePermissions?: AssetBundleImportJobOverridePermissions | undefined;
|
|
1290
|
-
OverrideTags?: AssetBundleImportJobOverrideTags | undefined;
|
|
1291
|
-
OverrideValidationStrategy?:
|
|
1292
|
-
| AssetBundleImportJobOverrideValidationStrategy
|
|
1293
|
-
| undefined;
|
|
1358
|
+
Namespace: string | undefined;
|
|
1294
1359
|
}
|
|
1295
|
-
export interface
|
|
1296
|
-
|
|
1297
|
-
|
|
1360
|
+
export interface ListGroupMembershipsResponse {
|
|
1361
|
+
GroupMemberList?: GroupMember[] | undefined;
|
|
1362
|
+
NextToken?: string | undefined;
|
|
1298
1363
|
RequestId?: string | undefined;
|
|
1299
1364
|
Status?: number | undefined;
|
|
1300
1365
|
}
|
|
1301
|
-
export interface
|
|
1302
|
-
RowLevelPermissionTags?: SessionTag[] | undefined;
|
|
1303
|
-
}
|
|
1304
|
-
export interface SnapshotUserConfiguration {
|
|
1305
|
-
AnonymousUsers?: SnapshotAnonymousUser[] | undefined;
|
|
1306
|
-
}
|
|
1307
|
-
export interface StartDashboardSnapshotJobRequest {
|
|
1366
|
+
export interface ListGroupsRequest {
|
|
1308
1367
|
AwsAccountId: string | undefined;
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
SnapshotConfiguration: SnapshotConfiguration | undefined;
|
|
1368
|
+
NextToken?: string | undefined;
|
|
1369
|
+
MaxResults?: number | undefined;
|
|
1370
|
+
Namespace: string | undefined;
|
|
1313
1371
|
}
|
|
1314
|
-
export interface
|
|
1315
|
-
|
|
1316
|
-
|
|
1372
|
+
export interface ListGroupsResponse {
|
|
1373
|
+
GroupList?: Group[] | undefined;
|
|
1374
|
+
NextToken?: string | undefined;
|
|
1317
1375
|
RequestId?: string | undefined;
|
|
1318
1376
|
Status?: number | undefined;
|
|
1319
1377
|
}
|
|
1320
|
-
export interface
|
|
1378
|
+
export interface ListIAMPolicyAssignmentsRequest {
|
|
1321
1379
|
AwsAccountId: string | undefined;
|
|
1322
|
-
|
|
1323
|
-
|
|
1380
|
+
AssignmentStatus?: AssignmentStatus | undefined;
|
|
1381
|
+
Namespace: string | undefined;
|
|
1382
|
+
NextToken?: string | undefined;
|
|
1383
|
+
MaxResults?: number | undefined;
|
|
1324
1384
|
}
|
|
1325
|
-
export interface
|
|
1385
|
+
export interface ListIAMPolicyAssignmentsResponse {
|
|
1386
|
+
IAMPolicyAssignments?: IAMPolicyAssignmentSummary[] | undefined;
|
|
1387
|
+
NextToken?: string | undefined;
|
|
1326
1388
|
RequestId?: string | undefined;
|
|
1327
1389
|
Status?: number | undefined;
|
|
1328
1390
|
}
|
|
1329
|
-
export interface
|
|
1330
|
-
|
|
1331
|
-
|
|
1391
|
+
export interface ListIAMPolicyAssignmentsForUserRequest {
|
|
1392
|
+
AwsAccountId: string | undefined;
|
|
1393
|
+
UserName: string | undefined;
|
|
1394
|
+
NextToken?: string | undefined;
|
|
1395
|
+
MaxResults?: number | undefined;
|
|
1396
|
+
Namespace: string | undefined;
|
|
1332
1397
|
}
|
|
1333
|
-
export interface
|
|
1398
|
+
export interface ListIAMPolicyAssignmentsForUserResponse {
|
|
1399
|
+
ActiveAssignments?: ActiveIAMPolicyAssignment[] | undefined;
|
|
1334
1400
|
RequestId?: string | undefined;
|
|
1401
|
+
NextToken?: string | undefined;
|
|
1335
1402
|
Status?: number | undefined;
|
|
1336
1403
|
}
|
|
1337
|
-
export interface
|
|
1338
|
-
|
|
1339
|
-
|
|
1404
|
+
export interface ListIdentityPropagationConfigsRequest {
|
|
1405
|
+
AwsAccountId: string | undefined;
|
|
1406
|
+
MaxResults?: number | undefined;
|
|
1407
|
+
NextToken?: string | undefined;
|
|
1340
1408
|
}
|
|
1341
|
-
export interface
|
|
1342
|
-
|
|
1409
|
+
export interface ListIdentityPropagationConfigsResponse {
|
|
1410
|
+
Services?: AuthorizedTargetsByService[] | undefined;
|
|
1411
|
+
NextToken?: string | undefined;
|
|
1343
1412
|
Status?: number | undefined;
|
|
1413
|
+
RequestId?: string | undefined;
|
|
1344
1414
|
}
|
|
1345
|
-
export interface
|
|
1415
|
+
export interface ListIngestionsRequest {
|
|
1416
|
+
DataSetId: string | undefined;
|
|
1417
|
+
NextToken?: string | undefined;
|
|
1346
1418
|
AwsAccountId: string | undefined;
|
|
1347
|
-
|
|
1348
|
-
AccountCustomization: AccountCustomization | undefined;
|
|
1419
|
+
MaxResults?: number | undefined;
|
|
1349
1420
|
}
|
|
1350
|
-
export interface
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
Namespace?: string | undefined;
|
|
1354
|
-
AccountCustomization?: AccountCustomization | undefined;
|
|
1421
|
+
export interface ListIngestionsResponse {
|
|
1422
|
+
Ingestions?: Ingestion[] | undefined;
|
|
1423
|
+
NextToken?: string | undefined;
|
|
1355
1424
|
RequestId?: string | undefined;
|
|
1356
1425
|
Status?: number | undefined;
|
|
1357
1426
|
}
|
|
1358
|
-
export interface
|
|
1427
|
+
export interface ListNamespacesRequest {
|
|
1359
1428
|
AwsAccountId: string | undefined;
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
TerminationProtectionEnabled?: boolean | undefined;
|
|
1429
|
+
NextToken?: string | undefined;
|
|
1430
|
+
MaxResults?: number | undefined;
|
|
1363
1431
|
}
|
|
1364
|
-
export interface
|
|
1432
|
+
export interface ListNamespacesResponse {
|
|
1433
|
+
Namespaces?: NamespaceInfoV2[] | undefined;
|
|
1434
|
+
NextToken?: string | undefined;
|
|
1365
1435
|
RequestId?: string | undefined;
|
|
1366
1436
|
Status?: number | undefined;
|
|
1367
1437
|
}
|
|
1368
|
-
export interface
|
|
1438
|
+
export interface ListRefreshSchedulesRequest {
|
|
1369
1439
|
AwsAccountId: string | undefined;
|
|
1370
|
-
|
|
1371
|
-
Name: string | undefined;
|
|
1372
|
-
Parameters?: _Parameters | undefined;
|
|
1373
|
-
SourceEntity?: AnalysisSourceEntity | undefined;
|
|
1374
|
-
ThemeArn?: string | undefined;
|
|
1375
|
-
Definition?: AnalysisDefinition | undefined;
|
|
1376
|
-
ValidationStrategy?: ValidationStrategy | undefined;
|
|
1440
|
+
DataSetId: string | undefined;
|
|
1377
1441
|
}
|
|
1378
|
-
export interface
|
|
1379
|
-
|
|
1380
|
-
AnalysisId?: string | undefined;
|
|
1381
|
-
UpdateStatus?: ResourceStatus | undefined;
|
|
1442
|
+
export interface ListRefreshSchedulesResponse {
|
|
1443
|
+
RefreshSchedules?: RefreshSchedule[] | undefined;
|
|
1382
1444
|
Status?: number | undefined;
|
|
1383
1445
|
RequestId?: string | undefined;
|
|
1384
1446
|
}
|
|
1385
|
-
export interface
|
|
1447
|
+
export interface ListRoleMembershipsRequest {
|
|
1448
|
+
Role: Role | undefined;
|
|
1449
|
+
NextToken?: string | undefined;
|
|
1450
|
+
MaxResults?: number | undefined;
|
|
1386
1451
|
AwsAccountId: string | undefined;
|
|
1387
|
-
|
|
1388
|
-
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1389
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1452
|
+
Namespace: string | undefined;
|
|
1390
1453
|
}
|
|
1391
|
-
export interface
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1454
|
+
export interface ListRoleMembershipsResponse {
|
|
1455
|
+
MembersList?: string[] | undefined;
|
|
1456
|
+
NextToken?: string | undefined;
|
|
1395
1457
|
RequestId?: string | undefined;
|
|
1396
1458
|
Status?: number | undefined;
|
|
1397
1459
|
}
|
|
1398
|
-
export interface
|
|
1399
|
-
|
|
1400
|
-
BrandId: string | undefined;
|
|
1401
|
-
BrandDefinition?: BrandDefinition | undefined;
|
|
1402
|
-
}
|
|
1403
|
-
export interface UpdateBrandResponse {
|
|
1404
|
-
RequestId?: string | undefined;
|
|
1405
|
-
BrandDetail?: BrandDetail | undefined;
|
|
1406
|
-
BrandDefinition?: BrandDefinition | undefined;
|
|
1407
|
-
}
|
|
1408
|
-
export interface UpdateBrandAssignmentRequest {
|
|
1409
|
-
AwsAccountId: string | undefined;
|
|
1410
|
-
BrandArn: string | undefined;
|
|
1411
|
-
}
|
|
1412
|
-
export interface UpdateBrandAssignmentResponse {
|
|
1413
|
-
RequestId?: string | undefined;
|
|
1414
|
-
BrandArn?: string | undefined;
|
|
1415
|
-
}
|
|
1416
|
-
export interface UpdateBrandPublishedVersionRequest {
|
|
1417
|
-
AwsAccountId: string | undefined;
|
|
1418
|
-
BrandId: string | undefined;
|
|
1419
|
-
VersionId: string | undefined;
|
|
1460
|
+
export interface ListTagsForResourceRequest {
|
|
1461
|
+
ResourceArn: string | undefined;
|
|
1420
1462
|
}
|
|
1421
|
-
export interface
|
|
1463
|
+
export interface ListTagsForResourceResponse {
|
|
1464
|
+
Tags?: Tag[] | undefined;
|
|
1422
1465
|
RequestId?: string | undefined;
|
|
1423
|
-
|
|
1466
|
+
Status?: number | undefined;
|
|
1424
1467
|
}
|
|
1425
|
-
export interface
|
|
1468
|
+
export interface ListTemplateAliasesRequest {
|
|
1426
1469
|
AwsAccountId: string | undefined;
|
|
1427
|
-
|
|
1428
|
-
|
|
1470
|
+
TemplateId: string | undefined;
|
|
1471
|
+
NextToken?: string | undefined;
|
|
1472
|
+
MaxResults?: number | undefined;
|
|
1429
1473
|
}
|
|
1430
|
-
export interface
|
|
1474
|
+
export interface ListTemplateAliasesResponse {
|
|
1475
|
+
TemplateAliasList?: TemplateAlias[] | undefined;
|
|
1431
1476
|
Status?: number | undefined;
|
|
1432
|
-
Arn?: string | undefined;
|
|
1433
1477
|
RequestId?: string | undefined;
|
|
1478
|
+
NextToken?: string | undefined;
|
|
1434
1479
|
}
|
|
1435
|
-
export interface
|
|
1480
|
+
export interface ListTemplatesRequest {
|
|
1436
1481
|
AwsAccountId: string | undefined;
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
SourceEntity?: DashboardSourceEntity | undefined;
|
|
1440
|
-
Parameters?: _Parameters | undefined;
|
|
1441
|
-
VersionDescription?: string | undefined;
|
|
1442
|
-
DashboardPublishOptions?: DashboardPublishOptions | undefined;
|
|
1443
|
-
ThemeArn?: string | undefined;
|
|
1444
|
-
Definition?: DashboardVersionDefinition | undefined;
|
|
1445
|
-
ValidationStrategy?: ValidationStrategy | undefined;
|
|
1482
|
+
NextToken?: string | undefined;
|
|
1483
|
+
MaxResults?: number | undefined;
|
|
1446
1484
|
}
|
|
1447
|
-
export interface
|
|
1485
|
+
export interface TemplateSummary {
|
|
1448
1486
|
Arn?: string | undefined;
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1487
|
+
TemplateId?: string | undefined;
|
|
1488
|
+
Name?: string | undefined;
|
|
1489
|
+
LatestVersionNumber?: number | undefined;
|
|
1490
|
+
CreatedTime?: Date | undefined;
|
|
1491
|
+
LastUpdatedTime?: Date | undefined;
|
|
1492
|
+
}
|
|
1493
|
+
export interface ListTemplatesResponse {
|
|
1494
|
+
TemplateSummaryList?: TemplateSummary[] | undefined;
|
|
1495
|
+
NextToken?: string | undefined;
|
|
1452
1496
|
Status?: number | undefined;
|
|
1453
1497
|
RequestId?: string | undefined;
|
|
1454
1498
|
}
|
|
1455
|
-
export interface
|
|
1499
|
+
export interface ListTemplateVersionsRequest {
|
|
1456
1500
|
AwsAccountId: string | undefined;
|
|
1457
|
-
|
|
1458
|
-
|
|
1501
|
+
TemplateId: string | undefined;
|
|
1502
|
+
NextToken?: string | undefined;
|
|
1503
|
+
MaxResults?: number | undefined;
|
|
1459
1504
|
}
|
|
1460
|
-
export interface
|
|
1461
|
-
|
|
1505
|
+
export interface TemplateVersionSummary {
|
|
1506
|
+
Arn?: string | undefined;
|
|
1507
|
+
VersionNumber?: number | undefined;
|
|
1508
|
+
CreatedTime?: Date | undefined;
|
|
1509
|
+
Status?: ResourceStatus | undefined;
|
|
1510
|
+
Description?: string | undefined;
|
|
1511
|
+
}
|
|
1512
|
+
export interface ListTemplateVersionsResponse {
|
|
1513
|
+
TemplateVersionSummaryList?: TemplateVersionSummary[] | undefined;
|
|
1514
|
+
NextToken?: string | undefined;
|
|
1462
1515
|
Status?: number | undefined;
|
|
1463
|
-
|
|
1464
|
-
LinkEntities?: string[] | undefined;
|
|
1516
|
+
RequestId?: string | undefined;
|
|
1465
1517
|
}
|
|
1466
|
-
export interface
|
|
1518
|
+
export interface ListThemeAliasesRequest {
|
|
1467
1519
|
AwsAccountId: string | undefined;
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
GrantLinkPermissions?: ResourcePermission[] | undefined;
|
|
1472
|
-
RevokeLinkPermissions?: ResourcePermission[] | undefined;
|
|
1520
|
+
ThemeId: string | undefined;
|
|
1521
|
+
NextToken?: string | undefined;
|
|
1522
|
+
MaxResults?: number | undefined;
|
|
1473
1523
|
}
|
|
1474
|
-
export interface
|
|
1475
|
-
|
|
1476
|
-
DashboardId?: string | undefined;
|
|
1477
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1478
|
-
RequestId?: string | undefined;
|
|
1524
|
+
export interface ListThemeAliasesResponse {
|
|
1525
|
+
ThemeAliasList?: ThemeAlias[] | undefined;
|
|
1479
1526
|
Status?: number | undefined;
|
|
1480
|
-
|
|
1527
|
+
RequestId?: string | undefined;
|
|
1528
|
+
NextToken?: string | undefined;
|
|
1481
1529
|
}
|
|
1482
|
-
export interface
|
|
1530
|
+
export interface ListThemesRequest {
|
|
1483
1531
|
AwsAccountId: string | undefined;
|
|
1484
|
-
|
|
1485
|
-
|
|
1532
|
+
NextToken?: string | undefined;
|
|
1533
|
+
MaxResults?: number | undefined;
|
|
1534
|
+
Type?: ThemeType | undefined;
|
|
1486
1535
|
}
|
|
1487
|
-
export interface
|
|
1488
|
-
|
|
1489
|
-
|
|
1536
|
+
export interface ThemeSummary {
|
|
1537
|
+
Arn?: string | undefined;
|
|
1538
|
+
Name?: string | undefined;
|
|
1539
|
+
ThemeId?: string | undefined;
|
|
1540
|
+
LatestVersionNumber?: number | undefined;
|
|
1541
|
+
CreatedTime?: Date | undefined;
|
|
1542
|
+
LastUpdatedTime?: Date | undefined;
|
|
1543
|
+
}
|
|
1544
|
+
export interface ListThemesResponse {
|
|
1545
|
+
ThemeSummaryList?: ThemeSummary[] | undefined;
|
|
1546
|
+
NextToken?: string | undefined;
|
|
1490
1547
|
Status?: number | undefined;
|
|
1491
1548
|
RequestId?: string | undefined;
|
|
1492
1549
|
}
|
|
1493
|
-
export interface
|
|
1550
|
+
export interface ListThemeVersionsRequest {
|
|
1494
1551
|
AwsAccountId: string | undefined;
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
LogicalTableMap?: Record<string, LogicalTable> | undefined;
|
|
1499
|
-
ImportMode: DataSetImportMode | undefined;
|
|
1500
|
-
ColumnGroups?: ColumnGroup[] | undefined;
|
|
1501
|
-
FieldFolders?: Record<string, FieldFolder> | undefined;
|
|
1502
|
-
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
|
|
1503
|
-
RowLevelPermissionTagConfiguration?:
|
|
1504
|
-
| RowLevelPermissionTagConfiguration
|
|
1505
|
-
| undefined;
|
|
1506
|
-
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
|
|
1507
|
-
DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
|
|
1508
|
-
DatasetParameters?: DatasetParameter[] | undefined;
|
|
1552
|
+
ThemeId: string | undefined;
|
|
1553
|
+
NextToken?: string | undefined;
|
|
1554
|
+
MaxResults?: number | undefined;
|
|
1509
1555
|
}
|
|
1510
|
-
export interface
|
|
1556
|
+
export interface ThemeVersionSummary {
|
|
1557
|
+
VersionNumber?: number | undefined;
|
|
1511
1558
|
Arn?: string | undefined;
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1559
|
+
Description?: string | undefined;
|
|
1560
|
+
CreatedTime?: Date | undefined;
|
|
1561
|
+
Status?: ResourceStatus | undefined;
|
|
1562
|
+
}
|
|
1563
|
+
export interface ListThemeVersionsResponse {
|
|
1564
|
+
ThemeVersionSummaryList?: ThemeVersionSummary[] | undefined;
|
|
1565
|
+
NextToken?: string | undefined;
|
|
1516
1566
|
Status?: number | undefined;
|
|
1567
|
+
RequestId?: string | undefined;
|
|
1517
1568
|
}
|
|
1518
|
-
export interface
|
|
1569
|
+
export interface ListTopicRefreshSchedulesRequest {
|
|
1519
1570
|
AwsAccountId: string | undefined;
|
|
1520
|
-
|
|
1521
|
-
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1522
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1571
|
+
TopicId: string | undefined;
|
|
1523
1572
|
}
|
|
1524
|
-
export interface
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1573
|
+
export interface TopicRefreshScheduleSummary {
|
|
1574
|
+
DatasetId?: string | undefined;
|
|
1575
|
+
DatasetArn?: string | undefined;
|
|
1576
|
+
DatasetName?: string | undefined;
|
|
1577
|
+
RefreshSchedule?: TopicRefreshSchedule | undefined;
|
|
1578
|
+
}
|
|
1579
|
+
export interface ListTopicRefreshSchedulesResponse {
|
|
1580
|
+
TopicId?: string | undefined;
|
|
1581
|
+
TopicArn?: string | undefined;
|
|
1582
|
+
RefreshSchedules?: TopicRefreshScheduleSummary[] | undefined;
|
|
1528
1583
|
Status?: number | undefined;
|
|
1584
|
+
RequestId?: string | undefined;
|
|
1529
1585
|
}
|
|
1530
|
-
export interface
|
|
1586
|
+
export interface ListTopicReviewedAnswersRequest {
|
|
1531
1587
|
AwsAccountId: string | undefined;
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1588
|
+
TopicId: string | undefined;
|
|
1589
|
+
}
|
|
1590
|
+
export interface ListTopicsRequest {
|
|
1591
|
+
AwsAccountId: string | undefined;
|
|
1592
|
+
NextToken?: string | undefined;
|
|
1593
|
+
MaxResults?: number | undefined;
|
|
1538
1594
|
}
|
|
1539
|
-
export interface
|
|
1595
|
+
export interface TopicSummary {
|
|
1540
1596
|
Arn?: string | undefined;
|
|
1541
|
-
|
|
1542
|
-
|
|
1597
|
+
TopicId?: string | undefined;
|
|
1598
|
+
Name?: string | undefined;
|
|
1599
|
+
UserExperienceVersion?: TopicUserExperienceVersion | undefined;
|
|
1600
|
+
}
|
|
1601
|
+
export interface ListTopicsResponse {
|
|
1602
|
+
TopicsSummaries?: TopicSummary[] | undefined;
|
|
1603
|
+
NextToken?: string | undefined;
|
|
1543
1604
|
RequestId?: string | undefined;
|
|
1544
1605
|
Status?: number | undefined;
|
|
1545
1606
|
}
|
|
1546
|
-
export interface
|
|
1607
|
+
export interface ListUserGroupsRequest {
|
|
1608
|
+
UserName: string | undefined;
|
|
1547
1609
|
AwsAccountId: string | undefined;
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1610
|
+
Namespace: string | undefined;
|
|
1611
|
+
NextToken?: string | undefined;
|
|
1612
|
+
MaxResults?: number | undefined;
|
|
1551
1613
|
}
|
|
1552
|
-
export interface
|
|
1553
|
-
|
|
1554
|
-
|
|
1614
|
+
export interface ListUserGroupsResponse {
|
|
1615
|
+
GroupList?: Group[] | undefined;
|
|
1616
|
+
NextToken?: string | undefined;
|
|
1555
1617
|
RequestId?: string | undefined;
|
|
1556
1618
|
Status?: number | undefined;
|
|
1557
1619
|
}
|
|
1558
|
-
export interface
|
|
1620
|
+
export interface ListUsersRequest {
|
|
1559
1621
|
AwsAccountId: string | undefined;
|
|
1560
|
-
|
|
1561
|
-
|
|
1622
|
+
NextToken?: string | undefined;
|
|
1623
|
+
MaxResults?: number | undefined;
|
|
1624
|
+
Namespace: string | undefined;
|
|
1562
1625
|
}
|
|
1563
|
-
export interface
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
FolderId?: string | undefined;
|
|
1626
|
+
export interface ListUsersResponse {
|
|
1627
|
+
UserList?: User[] | undefined;
|
|
1628
|
+
NextToken?: string | undefined;
|
|
1567
1629
|
RequestId?: string | undefined;
|
|
1630
|
+
Status?: number | undefined;
|
|
1568
1631
|
}
|
|
1569
|
-
export interface
|
|
1632
|
+
export interface ListVPCConnectionsRequest {
|
|
1570
1633
|
AwsAccountId: string | undefined;
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1634
|
+
NextToken?: string | undefined;
|
|
1635
|
+
MaxResults?: number | undefined;
|
|
1574
1636
|
}
|
|
1575
|
-
export interface
|
|
1576
|
-
|
|
1637
|
+
export interface VPCConnectionSummary {
|
|
1638
|
+
VPCConnectionId?: string | undefined;
|
|
1577
1639
|
Arn?: string | undefined;
|
|
1578
|
-
|
|
1579
|
-
|
|
1640
|
+
Name?: string | undefined;
|
|
1641
|
+
VPCId?: string | undefined;
|
|
1642
|
+
SecurityGroupIds?: string[] | undefined;
|
|
1643
|
+
DnsResolvers?: string[] | undefined;
|
|
1644
|
+
Status?: VPCConnectionResourceStatus | undefined;
|
|
1645
|
+
AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
|
|
1646
|
+
NetworkInterfaces?: NetworkInterface[] | undefined;
|
|
1647
|
+
RoleArn?: string | undefined;
|
|
1648
|
+
CreatedTime?: Date | undefined;
|
|
1649
|
+
LastUpdatedTime?: Date | undefined;
|
|
1650
|
+
}
|
|
1651
|
+
export interface ListVPCConnectionsResponse {
|
|
1652
|
+
VPCConnectionSummaries?: VPCConnectionSummary[] | undefined;
|
|
1653
|
+
NextToken?: string | undefined;
|
|
1580
1654
|
RequestId?: string | undefined;
|
|
1655
|
+
Status?: number | undefined;
|
|
1581
1656
|
}
|
|
1582
|
-
export interface
|
|
1583
|
-
GroupName: string | undefined;
|
|
1584
|
-
Description?: string | undefined;
|
|
1657
|
+
export interface PredictQAResultsRequest {
|
|
1585
1658
|
AwsAccountId: string | undefined;
|
|
1586
|
-
|
|
1659
|
+
QueryText: string | undefined;
|
|
1660
|
+
IncludeQuickSightQIndex?: IncludeQuickSightQIndex | undefined;
|
|
1661
|
+
IncludeGeneratedAnswer?: IncludeGeneratedAnswer | undefined;
|
|
1662
|
+
MaxTopicsToConsider?: number | undefined;
|
|
1587
1663
|
}
|
|
1588
|
-
export
|
|
1589
|
-
|
|
1664
|
+
export declare const QAResultType: {
|
|
1665
|
+
readonly DASHBOARD_VISUAL: "DASHBOARD_VISUAL";
|
|
1666
|
+
readonly GENERATED_ANSWER: "GENERATED_ANSWER";
|
|
1667
|
+
readonly NO_ANSWER: "NO_ANSWER";
|
|
1668
|
+
};
|
|
1669
|
+
export type QAResultType = (typeof QAResultType)[keyof typeof QAResultType];
|
|
1670
|
+
export interface QAResult {
|
|
1671
|
+
ResultType?: QAResultType | undefined;
|
|
1672
|
+
DashboardVisual?: DashboardVisualResult | undefined;
|
|
1673
|
+
GeneratedAnswer?: GeneratedAnswerResult | undefined;
|
|
1674
|
+
}
|
|
1675
|
+
export interface PredictQAResultsResponse {
|
|
1676
|
+
PrimaryResult?: QAResult | undefined;
|
|
1677
|
+
AdditionalResults?: QAResult[] | undefined;
|
|
1590
1678
|
RequestId?: string | undefined;
|
|
1591
1679
|
Status?: number | undefined;
|
|
1592
1680
|
}
|
|
1593
|
-
export
|
|
1681
|
+
export declare const PurchaseMode: {
|
|
1682
|
+
readonly AUTO_PURCHASE: "AUTO_PURCHASE";
|
|
1683
|
+
readonly MANUAL: "MANUAL";
|
|
1684
|
+
};
|
|
1685
|
+
export type PurchaseMode = (typeof PurchaseMode)[keyof typeof PurchaseMode];
|
|
1686
|
+
export interface PutDataSetRefreshPropertiesRequest {
|
|
1594
1687
|
AwsAccountId: string | undefined;
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
AssignmentStatus?: AssignmentStatus | undefined;
|
|
1598
|
-
PolicyArn?: string | undefined;
|
|
1599
|
-
Identities?: Record<string, string[]> | undefined;
|
|
1688
|
+
DataSetId: string | undefined;
|
|
1689
|
+
DataSetRefreshProperties: DataSetRefreshProperties | undefined;
|
|
1600
1690
|
}
|
|
1601
|
-
export interface
|
|
1602
|
-
AssignmentName?: string | undefined;
|
|
1603
|
-
AssignmentId?: string | undefined;
|
|
1604
|
-
PolicyArn?: string | undefined;
|
|
1605
|
-
Identities?: Record<string, string[]> | undefined;
|
|
1606
|
-
AssignmentStatus?: AssignmentStatus | undefined;
|
|
1691
|
+
export interface PutDataSetRefreshPropertiesResponse {
|
|
1607
1692
|
RequestId?: string | undefined;
|
|
1608
1693
|
Status?: number | undefined;
|
|
1609
1694
|
}
|
|
1610
|
-
export interface
|
|
1695
|
+
export interface RegisterUserRequest {
|
|
1696
|
+
IdentityType: IdentityType | undefined;
|
|
1697
|
+
Email: string | undefined;
|
|
1698
|
+
UserRole: UserRole | undefined;
|
|
1699
|
+
IamArn?: string | undefined;
|
|
1700
|
+
SessionName?: string | undefined;
|
|
1611
1701
|
AwsAccountId: string | undefined;
|
|
1612
|
-
|
|
1613
|
-
|
|
1702
|
+
Namespace: string | undefined;
|
|
1703
|
+
UserName?: string | undefined;
|
|
1704
|
+
CustomPermissionsName?: string | undefined;
|
|
1705
|
+
ExternalLoginFederationProviderType?: string | undefined;
|
|
1706
|
+
CustomFederationProviderUrl?: string | undefined;
|
|
1707
|
+
ExternalLoginId?: string | undefined;
|
|
1708
|
+
Tags?: Tag[] | undefined;
|
|
1614
1709
|
}
|
|
1615
|
-
export interface
|
|
1710
|
+
export interface RegisterUserResponse {
|
|
1711
|
+
User?: User | undefined;
|
|
1712
|
+
UserInvitationUrl?: string | undefined;
|
|
1616
1713
|
RequestId?: string | undefined;
|
|
1617
1714
|
Status?: number | undefined;
|
|
1618
1715
|
}
|
|
1619
|
-
export interface
|
|
1716
|
+
export interface RestoreAnalysisRequest {
|
|
1620
1717
|
AwsAccountId: string | undefined;
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
VpcEndpointIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
1624
|
-
Enabled?: boolean | undefined;
|
|
1718
|
+
AnalysisId: string | undefined;
|
|
1719
|
+
RestoreToFolders?: boolean | undefined;
|
|
1625
1720
|
}
|
|
1626
|
-
export interface
|
|
1627
|
-
AwsAccountId?: string | undefined;
|
|
1628
|
-
RequestId?: string | undefined;
|
|
1721
|
+
export interface RestoreAnalysisResponse {
|
|
1629
1722
|
Status?: number | undefined;
|
|
1723
|
+
Arn?: string | undefined;
|
|
1724
|
+
AnalysisId?: string | undefined;
|
|
1725
|
+
RequestId?: string | undefined;
|
|
1726
|
+
RestorationFailedFolderArns?: string[] | undefined;
|
|
1630
1727
|
}
|
|
1631
|
-
export interface
|
|
1728
|
+
export interface SearchAnalysesRequest {
|
|
1632
1729
|
AwsAccountId: string | undefined;
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
KeyArn: string | undefined;
|
|
1637
|
-
StatusCode: number | undefined;
|
|
1730
|
+
Filters: AnalysisSearchFilter[] | undefined;
|
|
1731
|
+
NextToken?: string | undefined;
|
|
1732
|
+
MaxResults?: number | undefined;
|
|
1638
1733
|
}
|
|
1639
|
-
export interface
|
|
1640
|
-
|
|
1641
|
-
|
|
1734
|
+
export interface SearchAnalysesResponse {
|
|
1735
|
+
AnalysisSummaryList?: AnalysisSummary[] | undefined;
|
|
1736
|
+
NextToken?: string | undefined;
|
|
1737
|
+
Status?: number | undefined;
|
|
1642
1738
|
RequestId?: string | undefined;
|
|
1643
1739
|
}
|
|
1644
|
-
export interface
|
|
1740
|
+
export interface SearchDashboardsRequest {
|
|
1645
1741
|
AwsAccountId: string | undefined;
|
|
1646
|
-
|
|
1742
|
+
Filters: DashboardSearchFilter[] | undefined;
|
|
1743
|
+
NextToken?: string | undefined;
|
|
1744
|
+
MaxResults?: number | undefined;
|
|
1647
1745
|
}
|
|
1648
|
-
export interface
|
|
1649
|
-
|
|
1746
|
+
export interface SearchDashboardsResponse {
|
|
1747
|
+
DashboardSummaryList?: DashboardSummary[] | undefined;
|
|
1748
|
+
NextToken?: string | undefined;
|
|
1650
1749
|
Status?: number | undefined;
|
|
1750
|
+
RequestId?: string | undefined;
|
|
1651
1751
|
}
|
|
1652
|
-
export interface
|
|
1752
|
+
export interface SearchDataSetsRequest {
|
|
1653
1753
|
AwsAccountId: string | undefined;
|
|
1654
|
-
|
|
1754
|
+
Filters: DataSetSearchFilter[] | undefined;
|
|
1755
|
+
NextToken?: string | undefined;
|
|
1756
|
+
MaxResults?: number | undefined;
|
|
1655
1757
|
}
|
|
1656
|
-
export interface
|
|
1657
|
-
|
|
1658
|
-
|
|
1758
|
+
export interface SearchDataSetsResponse {
|
|
1759
|
+
DataSetSummaries?: DataSetSummary[] | undefined;
|
|
1760
|
+
NextToken?: string | undefined;
|
|
1659
1761
|
Status?: number | undefined;
|
|
1762
|
+
RequestId?: string | undefined;
|
|
1660
1763
|
}
|
|
1661
|
-
export interface
|
|
1662
|
-
DataSetId: string | undefined;
|
|
1764
|
+
export interface SearchDataSourcesRequest {
|
|
1663
1765
|
AwsAccountId: string | undefined;
|
|
1664
|
-
|
|
1766
|
+
Filters: DataSourceSearchFilter[] | undefined;
|
|
1767
|
+
NextToken?: string | undefined;
|
|
1768
|
+
MaxResults?: number | undefined;
|
|
1665
1769
|
}
|
|
1666
|
-
export interface
|
|
1770
|
+
export interface SearchDataSourcesResponse {
|
|
1771
|
+
DataSourceSummaries?: DataSourceSummary[] | undefined;
|
|
1772
|
+
NextToken?: string | undefined;
|
|
1667
1773
|
Status?: number | undefined;
|
|
1668
1774
|
RequestId?: string | undefined;
|
|
1669
|
-
ScheduleId?: string | undefined;
|
|
1670
|
-
Arn?: string | undefined;
|
|
1671
1775
|
}
|
|
1672
|
-
export interface
|
|
1673
|
-
CustomPermissionsName: string | undefined;
|
|
1674
|
-
Role: Role | undefined;
|
|
1776
|
+
export interface SearchFoldersRequest {
|
|
1675
1777
|
AwsAccountId: string | undefined;
|
|
1676
|
-
|
|
1778
|
+
Filters: FolderSearchFilter[] | undefined;
|
|
1779
|
+
NextToken?: string | undefined;
|
|
1780
|
+
MaxResults?: number | undefined;
|
|
1677
1781
|
}
|
|
1678
|
-
export interface
|
|
1679
|
-
RequestId?: string | undefined;
|
|
1782
|
+
export interface SearchFoldersResponse {
|
|
1680
1783
|
Status?: number | undefined;
|
|
1784
|
+
FolderSummaryList?: FolderSummary[] | undefined;
|
|
1785
|
+
NextToken?: string | undefined;
|
|
1786
|
+
RequestId?: string | undefined;
|
|
1681
1787
|
}
|
|
1682
|
-
export interface
|
|
1788
|
+
export interface SearchGroupsRequest {
|
|
1683
1789
|
AwsAccountId: string | undefined;
|
|
1684
|
-
|
|
1790
|
+
NextToken?: string | undefined;
|
|
1791
|
+
MaxResults?: number | undefined;
|
|
1792
|
+
Namespace: string | undefined;
|
|
1793
|
+
Filters: GroupSearchFilter[] | undefined;
|
|
1685
1794
|
}
|
|
1686
|
-
export interface
|
|
1795
|
+
export interface SearchGroupsResponse {
|
|
1796
|
+
GroupList?: Group[] | undefined;
|
|
1797
|
+
NextToken?: string | undefined;
|
|
1687
1798
|
RequestId?: string | undefined;
|
|
1688
1799
|
Status?: number | undefined;
|
|
1689
1800
|
}
|
|
1690
|
-
export
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
}
|
|
1699
|
-
export
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1801
|
+
export declare const TopicFilterAttribute: {
|
|
1802
|
+
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
1803
|
+
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
1804
|
+
readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
1805
|
+
readonly QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER";
|
|
1806
|
+
readonly QUICKSIGHT_USER: "QUICKSIGHT_USER";
|
|
1807
|
+
readonly QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER";
|
|
1808
|
+
readonly TOPIC_NAME: "TOPIC_NAME";
|
|
1809
|
+
};
|
|
1810
|
+
export type TopicFilterAttribute =
|
|
1811
|
+
(typeof TopicFilterAttribute)[keyof typeof TopicFilterAttribute];
|
|
1812
|
+
export declare const TopicFilterOperator: {
|
|
1813
|
+
readonly StringEquals: "StringEquals";
|
|
1814
|
+
readonly StringLike: "StringLike";
|
|
1815
|
+
};
|
|
1816
|
+
export type TopicFilterOperator =
|
|
1817
|
+
(typeof TopicFilterOperator)[keyof typeof TopicFilterOperator];
|
|
1818
|
+
export interface TopicSearchFilter {
|
|
1819
|
+
Operator: TopicFilterOperator | undefined;
|
|
1820
|
+
Name: TopicFilterAttribute | undefined;
|
|
1821
|
+
Value: string | undefined;
|
|
1706
1822
|
}
|
|
1707
|
-
export interface
|
|
1823
|
+
export interface SearchTopicsRequest {
|
|
1708
1824
|
AwsAccountId: string | undefined;
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1825
|
+
Filters: TopicSearchFilter[] | undefined;
|
|
1826
|
+
NextToken?: string | undefined;
|
|
1827
|
+
MaxResults?: number | undefined;
|
|
1712
1828
|
}
|
|
1713
|
-
export interface
|
|
1714
|
-
|
|
1829
|
+
export interface SearchTopicsResponse {
|
|
1830
|
+
TopicSummaryList?: TopicSummary[] | undefined;
|
|
1831
|
+
NextToken?: string | undefined;
|
|
1715
1832
|
Status?: number | undefined;
|
|
1716
1833
|
RequestId?: string | undefined;
|
|
1717
1834
|
}
|
|
1718
|
-
export interface
|
|
1835
|
+
export interface StartAssetBundleExportJobRequest {
|
|
1719
1836
|
AwsAccountId: string | undefined;
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1837
|
+
AssetBundleExportJobId: string | undefined;
|
|
1838
|
+
ResourceArns: string[] | undefined;
|
|
1839
|
+
IncludeAllDependencies?: boolean | undefined;
|
|
1840
|
+
ExportFormat: AssetBundleExportFormat | undefined;
|
|
1841
|
+
CloudFormationOverridePropertyConfiguration?:
|
|
1842
|
+
| AssetBundleCloudFormationOverridePropertyConfiguration
|
|
1843
|
+
| undefined;
|
|
1844
|
+
IncludePermissions?: boolean | undefined;
|
|
1845
|
+
IncludeTags?: boolean | undefined;
|
|
1846
|
+
ValidationStrategy?: AssetBundleExportJobValidationStrategy | undefined;
|
|
1847
|
+
IncludeFolderMemberships?: boolean | undefined;
|
|
1848
|
+
IncludeFolderMembers?: IncludeFolderMembers | undefined;
|
|
1723
1849
|
}
|
|
1724
|
-
export interface
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1850
|
+
export interface StartAssetBundleExportJobResponse {
|
|
1851
|
+
Arn?: string | undefined;
|
|
1852
|
+
AssetBundleExportJobId?: string | undefined;
|
|
1728
1853
|
RequestId?: string | undefined;
|
|
1729
1854
|
Status?: number | undefined;
|
|
1730
1855
|
}
|
|
1731
|
-
export interface
|
|
1856
|
+
export interface StartAssetBundleImportJobRequest {
|
|
1732
1857
|
AwsAccountId: string | undefined;
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1858
|
+
AssetBundleImportJobId: string | undefined;
|
|
1859
|
+
AssetBundleImportSource: AssetBundleImportSource | undefined;
|
|
1860
|
+
OverrideParameters?: AssetBundleImportJobOverrideParameters | undefined;
|
|
1861
|
+
FailureAction?: AssetBundleImportFailureAction | undefined;
|
|
1862
|
+
OverridePermissions?: AssetBundleImportJobOverridePermissions | undefined;
|
|
1863
|
+
OverrideTags?: AssetBundleImportJobOverrideTags | undefined;
|
|
1864
|
+
OverrideValidationStrategy?:
|
|
1865
|
+
| AssetBundleImportJobOverrideValidationStrategy
|
|
1866
|
+
| undefined;
|
|
1738
1867
|
}
|
|
1739
|
-
export interface
|
|
1740
|
-
ThemeId?: string | undefined;
|
|
1868
|
+
export interface StartAssetBundleImportJobResponse {
|
|
1741
1869
|
Arn?: string | undefined;
|
|
1742
|
-
|
|
1743
|
-
CreationStatus?: ResourceStatus | undefined;
|
|
1744
|
-
Status?: number | undefined;
|
|
1870
|
+
AssetBundleImportJobId?: string | undefined;
|
|
1745
1871
|
RequestId?: string | undefined;
|
|
1872
|
+
Status?: number | undefined;
|
|
1746
1873
|
}
|
|
1747
|
-
export interface
|
|
1748
|
-
|
|
1749
|
-
ThemeId: string | undefined;
|
|
1750
|
-
AliasName: string | undefined;
|
|
1751
|
-
ThemeVersionNumber: number | undefined;
|
|
1874
|
+
export interface SnapshotAnonymousUser {
|
|
1875
|
+
RowLevelPermissionTags?: SessionTag[] | undefined;
|
|
1752
1876
|
}
|
|
1753
|
-
export interface
|
|
1754
|
-
|
|
1755
|
-
Status?: number | undefined;
|
|
1756
|
-
RequestId?: string | undefined;
|
|
1877
|
+
export interface SnapshotUserConfiguration {
|
|
1878
|
+
AnonymousUsers?: SnapshotAnonymousUser[] | undefined;
|
|
1757
1879
|
}
|
|
1758
|
-
export interface
|
|
1880
|
+
export interface StartDashboardSnapshotJobRequest {
|
|
1759
1881
|
AwsAccountId: string | undefined;
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1882
|
+
DashboardId: string | undefined;
|
|
1883
|
+
SnapshotJobId: string | undefined;
|
|
1884
|
+
UserConfiguration: SnapshotUserConfiguration | undefined;
|
|
1885
|
+
SnapshotConfiguration: SnapshotConfiguration | undefined;
|
|
1763
1886
|
}
|
|
1764
|
-
export interface
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1887
|
+
export interface StartDashboardSnapshotJobResponse {
|
|
1888
|
+
Arn?: string | undefined;
|
|
1889
|
+
SnapshotJobId?: string | undefined;
|
|
1768
1890
|
RequestId?: string | undefined;
|
|
1769
1891
|
Status?: number | undefined;
|
|
1770
1892
|
}
|
|
1771
|
-
export interface
|
|
1893
|
+
export interface StartDashboardSnapshotJobScheduleRequest {
|
|
1772
1894
|
AwsAccountId: string | undefined;
|
|
1773
|
-
|
|
1774
|
-
|
|
1895
|
+
DashboardId: string | undefined;
|
|
1896
|
+
ScheduleId: string | undefined;
|
|
1775
1897
|
}
|
|
1776
|
-
export interface
|
|
1777
|
-
TopicId?: string | undefined;
|
|
1778
|
-
Arn?: string | undefined;
|
|
1779
|
-
RefreshArn?: string | undefined;
|
|
1898
|
+
export interface StartDashboardSnapshotJobScheduleResponse {
|
|
1780
1899
|
RequestId?: string | undefined;
|
|
1781
1900
|
Status?: number | undefined;
|
|
1782
1901
|
}
|
|
1783
|
-
export interface
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1787
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1902
|
+
export interface TagResourceRequest {
|
|
1903
|
+
ResourceArn: string | undefined;
|
|
1904
|
+
Tags: Tag[] | undefined;
|
|
1788
1905
|
}
|
|
1789
|
-
export interface
|
|
1790
|
-
TopicId?: string | undefined;
|
|
1791
|
-
TopicArn?: string | undefined;
|
|
1792
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1793
|
-
Status?: number | undefined;
|
|
1906
|
+
export interface TagResourceResponse {
|
|
1794
1907
|
RequestId?: string | undefined;
|
|
1908
|
+
Status?: number | undefined;
|
|
1795
1909
|
}
|
|
1796
|
-
export interface
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
DatasetId: string | undefined;
|
|
1800
|
-
RefreshSchedule: TopicRefreshSchedule | undefined;
|
|
1910
|
+
export interface UntagResourceRequest {
|
|
1911
|
+
ResourceArn: string | undefined;
|
|
1912
|
+
TagKeys: string[] | undefined;
|
|
1801
1913
|
}
|
|
1802
|
-
export interface
|
|
1803
|
-
TopicId?: string | undefined;
|
|
1804
|
-
TopicArn?: string | undefined;
|
|
1805
|
-
DatasetArn?: string | undefined;
|
|
1806
|
-
Status?: number | undefined;
|
|
1914
|
+
export interface UntagResourceResponse {
|
|
1807
1915
|
RequestId?: string | undefined;
|
|
1916
|
+
Status?: number | undefined;
|
|
1808
1917
|
}
|
|
1809
|
-
export interface
|
|
1810
|
-
UserName: string | undefined;
|
|
1918
|
+
export interface UpdateAccountCustomizationRequest {
|
|
1811
1919
|
AwsAccountId: string | undefined;
|
|
1812
|
-
Namespace
|
|
1813
|
-
|
|
1814
|
-
Role: UserRole | undefined;
|
|
1815
|
-
CustomPermissionsName?: string | undefined;
|
|
1816
|
-
UnapplyCustomPermissions?: boolean | undefined;
|
|
1817
|
-
ExternalLoginFederationProviderType?: string | undefined;
|
|
1818
|
-
CustomFederationProviderUrl?: string | undefined;
|
|
1819
|
-
ExternalLoginId?: string | undefined;
|
|
1920
|
+
Namespace?: string | undefined;
|
|
1921
|
+
AccountCustomization: AccountCustomization | undefined;
|
|
1820
1922
|
}
|
|
1821
|
-
export interface
|
|
1822
|
-
|
|
1923
|
+
export interface UpdateAccountCustomizationResponse {
|
|
1924
|
+
Arn?: string | undefined;
|
|
1925
|
+
AwsAccountId?: string | undefined;
|
|
1926
|
+
Namespace?: string | undefined;
|
|
1927
|
+
AccountCustomization?: AccountCustomization | undefined;
|
|
1823
1928
|
RequestId?: string | undefined;
|
|
1824
1929
|
Status?: number | undefined;
|
|
1825
1930
|
}
|
|
1826
|
-
export interface
|
|
1827
|
-
UserName: string | undefined;
|
|
1931
|
+
export interface UpdateAccountSettingsRequest {
|
|
1828
1932
|
AwsAccountId: string | undefined;
|
|
1829
|
-
|
|
1830
|
-
|
|
1933
|
+
DefaultNamespace: string | undefined;
|
|
1934
|
+
NotificationEmail?: string | undefined;
|
|
1935
|
+
TerminationProtectionEnabled?: boolean | undefined;
|
|
1831
1936
|
}
|
|
1832
|
-
export interface
|
|
1937
|
+
export interface UpdateAccountSettingsResponse {
|
|
1833
1938
|
RequestId?: string | undefined;
|
|
1834
1939
|
Status?: number | undefined;
|
|
1835
1940
|
}
|
|
1836
|
-
export interface
|
|
1941
|
+
export interface UpdateAnalysisRequest {
|
|
1837
1942
|
AwsAccountId: string | undefined;
|
|
1838
|
-
|
|
1943
|
+
AnalysisId: string | undefined;
|
|
1839
1944
|
Name: string | undefined;
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1945
|
+
Parameters?: _Parameters | undefined;
|
|
1946
|
+
SourceEntity?: AnalysisSourceEntity | undefined;
|
|
1947
|
+
ThemeArn?: string | undefined;
|
|
1948
|
+
Definition?: AnalysisDefinition | undefined;
|
|
1949
|
+
ValidationStrategy?: ValidationStrategy | undefined;
|
|
1844
1950
|
}
|
|
1845
|
-
export interface
|
|
1951
|
+
export interface UpdateAnalysisResponse {
|
|
1846
1952
|
Arn?: string | undefined;
|
|
1847
|
-
|
|
1848
|
-
UpdateStatus?:
|
|
1849
|
-
AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
|
|
1850
|
-
RequestId?: string | undefined;
|
|
1953
|
+
AnalysisId?: string | undefined;
|
|
1954
|
+
UpdateStatus?: ResourceStatus | undefined;
|
|
1851
1955
|
Status?: number | undefined;
|
|
1956
|
+
RequestId?: string | undefined;
|
|
1852
1957
|
}
|
|
1853
|
-
export interface
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
}
|
|
1859
|
-
export interface CreateTopicReviewedAnswer {
|
|
1860
|
-
AnswerId: string | undefined;
|
|
1861
|
-
DatasetArn: string | undefined;
|
|
1862
|
-
Question: string | undefined;
|
|
1863
|
-
Mir?: TopicIR | undefined;
|
|
1864
|
-
PrimaryVisual?: TopicVisual | undefined;
|
|
1865
|
-
Template?: TopicTemplate | undefined;
|
|
1958
|
+
export interface UpdateAnalysisPermissionsRequest {
|
|
1959
|
+
AwsAccountId: string | undefined;
|
|
1960
|
+
AnalysisId: string | undefined;
|
|
1961
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1962
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1866
1963
|
}
|
|
1867
|
-
export interface
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
PrimaryVisual?: TopicVisual | undefined;
|
|
1874
|
-
Template?: TopicTemplate | undefined;
|
|
1964
|
+
export interface UpdateAnalysisPermissionsResponse {
|
|
1965
|
+
AnalysisArn?: string | undefined;
|
|
1966
|
+
AnalysisId?: string | undefined;
|
|
1967
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
1968
|
+
RequestId?: string | undefined;
|
|
1969
|
+
Status?: number | undefined;
|
|
1875
1970
|
}
|
|
1876
|
-
export interface
|
|
1971
|
+
export interface UpdateApplicationWithTokenExchangeGrantRequest {
|
|
1877
1972
|
AwsAccountId: string | undefined;
|
|
1878
|
-
|
|
1879
|
-
Answers: CreateTopicReviewedAnswer[] | undefined;
|
|
1973
|
+
Namespace: string | undefined;
|
|
1880
1974
|
}
|
|
1881
|
-
export interface
|
|
1882
|
-
TopicId?: string | undefined;
|
|
1883
|
-
TopicArn?: string | undefined;
|
|
1884
|
-
Answers?: TopicReviewedAnswer[] | undefined;
|
|
1975
|
+
export interface UpdateApplicationWithTokenExchangeGrantResponse {
|
|
1885
1976
|
Status?: number | undefined;
|
|
1886
1977
|
RequestId?: string | undefined;
|
|
1887
1978
|
}
|
|
1979
|
+
export interface UpdateBrandRequest {
|
|
1980
|
+
AwsAccountId: string | undefined;
|
|
1981
|
+
BrandId: string | undefined;
|
|
1982
|
+
BrandDefinition?: BrandDefinition | undefined;
|
|
1983
|
+
}
|
|
1984
|
+
export declare const DescribeAssetBundleExportJobResponseFilterSensitiveLog: (
|
|
1985
|
+
obj: DescribeAssetBundleExportJobResponse
|
|
1986
|
+
) => any;
|
|
1987
|
+
export declare const DescribeAssetBundleImportJobResponseFilterSensitiveLog: (
|
|
1988
|
+
obj: DescribeAssetBundleImportJobResponse
|
|
1989
|
+
) => any;
|
|
1990
|
+
export declare const DescribeDashboardResponseFilterSensitiveLog: (
|
|
1991
|
+
obj: DescribeDashboardResponse
|
|
1992
|
+
) => any;
|
|
1993
|
+
export declare const DescribeDashboardDefinitionResponseFilterSensitiveLog: (
|
|
1994
|
+
obj: DescribeDashboardDefinitionResponse
|
|
1995
|
+
) => any;
|
|
1996
|
+
export declare const SnapshotConfigurationFilterSensitiveLog: (
|
|
1997
|
+
obj: SnapshotConfiguration
|
|
1998
|
+
) => any;
|
|
1999
|
+
export declare const DescribeDashboardSnapshotJobResponseFilterSensitiveLog: (
|
|
2000
|
+
obj: DescribeDashboardSnapshotJobResponse
|
|
2001
|
+
) => any;
|
|
2002
|
+
export declare const SnapshotJobResultFilterSensitiveLog: (
|
|
2003
|
+
obj: SnapshotJobResult
|
|
2004
|
+
) => any;
|
|
2005
|
+
export declare const DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog: (
|
|
2006
|
+
obj: DescribeDashboardSnapshotJobResultResponse
|
|
2007
|
+
) => any;
|
|
2008
|
+
export declare const DescribeDataSetResponseFilterSensitiveLog: (
|
|
2009
|
+
obj: DescribeDataSetResponse
|
|
2010
|
+
) => any;
|
|
2011
|
+
export declare const TemplateVersionFilterSensitiveLog: (
|
|
2012
|
+
obj: TemplateVersion
|
|
2013
|
+
) => any;
|
|
2014
|
+
export declare const TemplateFilterSensitiveLog: (obj: Template) => any;
|
|
2015
|
+
export declare const DescribeTemplateResponseFilterSensitiveLog: (
|
|
2016
|
+
obj: DescribeTemplateResponse
|
|
2017
|
+
) => any;
|
|
1888
2018
|
export declare const DescribeTemplateDefinitionResponseFilterSensitiveLog: (
|
|
1889
2019
|
obj: DescribeTemplateDefinitionResponse
|
|
1890
2020
|
) => any;
|
|
1891
2021
|
export declare const DescribeTopicResponseFilterSensitiveLog: (
|
|
1892
2022
|
obj: DescribeTopicResponse
|
|
1893
2023
|
) => any;
|
|
2024
|
+
export declare const GeneratedAnswerResultFilterSensitiveLog: (
|
|
2025
|
+
obj: GeneratedAnswerResult
|
|
2026
|
+
) => any;
|
|
1894
2027
|
export declare const SessionTagFilterSensitiveLog: (obj: SessionTag) => any;
|
|
1895
2028
|
export declare const GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog: (
|
|
1896
2029
|
obj: GenerateEmbedUrlForAnonymousUserRequest
|
|
@@ -1901,12 +2034,22 @@ export declare const GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog:
|
|
|
1901
2034
|
export declare const GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog: (
|
|
1902
2035
|
obj: GenerateEmbedUrlForRegisteredUserResponse
|
|
1903
2036
|
) => any;
|
|
2037
|
+
export declare const GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog: (
|
|
2038
|
+
obj: GenerateEmbedUrlForRegisteredUserWithIdentityResponse
|
|
2039
|
+
) => any;
|
|
1904
2040
|
export declare const GetDashboardEmbedUrlResponseFilterSensitiveLog: (
|
|
1905
2041
|
obj: GetDashboardEmbedUrlResponse
|
|
1906
2042
|
) => any;
|
|
1907
2043
|
export declare const GetSessionEmbedUrlResponseFilterSensitiveLog: (
|
|
1908
2044
|
obj: GetSessionEmbedUrlResponse
|
|
1909
2045
|
) => any;
|
|
2046
|
+
export declare const PredictQAResultsRequestFilterSensitiveLog: (
|
|
2047
|
+
obj: PredictQAResultsRequest
|
|
2048
|
+
) => any;
|
|
2049
|
+
export declare const QAResultFilterSensitiveLog: (obj: QAResult) => any;
|
|
2050
|
+
export declare const PredictQAResultsResponseFilterSensitiveLog: (
|
|
2051
|
+
obj: PredictQAResultsResponse
|
|
2052
|
+
) => any;
|
|
1910
2053
|
export declare const StartAssetBundleImportJobRequestFilterSensitiveLog: (
|
|
1911
2054
|
obj: StartAssetBundleImportJobRequest
|
|
1912
2055
|
) => any;
|
|
@@ -1922,31 +2065,3 @@ export declare const StartDashboardSnapshotJobRequestFilterSensitiveLog: (
|
|
|
1922
2065
|
export declare const UpdateAnalysisRequestFilterSensitiveLog: (
|
|
1923
2066
|
obj: UpdateAnalysisRequest
|
|
1924
2067
|
) => any;
|
|
1925
|
-
export declare const UpdateDashboardRequestFilterSensitiveLog: (
|
|
1926
|
-
obj: UpdateDashboardRequest
|
|
1927
|
-
) => any;
|
|
1928
|
-
export declare const UpdateDataSetRequestFilterSensitiveLog: (
|
|
1929
|
-
obj: UpdateDataSetRequest
|
|
1930
|
-
) => any;
|
|
1931
|
-
export declare const UpdateDataSourceRequestFilterSensitiveLog: (
|
|
1932
|
-
obj: UpdateDataSourceRequest
|
|
1933
|
-
) => any;
|
|
1934
|
-
export declare const UpdateTemplateRequestFilterSensitiveLog: (
|
|
1935
|
-
obj: UpdateTemplateRequest
|
|
1936
|
-
) => any;
|
|
1937
|
-
export declare const UpdateTopicRequestFilterSensitiveLog: (
|
|
1938
|
-
obj: UpdateTopicRequest
|
|
1939
|
-
) => any;
|
|
1940
|
-
export declare const TopicVisualFilterSensitiveLog: (obj: TopicVisual) => any;
|
|
1941
|
-
export declare const CreateTopicReviewedAnswerFilterSensitiveLog: (
|
|
1942
|
-
obj: CreateTopicReviewedAnswer
|
|
1943
|
-
) => any;
|
|
1944
|
-
export declare const TopicReviewedAnswerFilterSensitiveLog: (
|
|
1945
|
-
obj: TopicReviewedAnswer
|
|
1946
|
-
) => any;
|
|
1947
|
-
export declare const BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog: (
|
|
1948
|
-
obj: BatchCreateTopicReviewedAnswerRequest
|
|
1949
|
-
) => any;
|
|
1950
|
-
export declare const ListTopicReviewedAnswersResponseFilterSensitiveLog: (
|
|
1951
|
-
obj: ListTopicReviewedAnswersResponse
|
|
1952
|
-
) => any;
|