@aws-sdk/client-quicksight 3.1056.0 → 3.1058.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 +196 -7
- package/dist-cjs/index.js +442 -5
- package/dist-cjs/schemas/schemas_0.js +979 -262
- package/dist-es/QuickSight.js +56 -0
- package/dist-es/commands/CreateAgentCommand.js +16 -0
- package/dist-es/commands/CreateFlowCommand.js +16 -0
- package/dist-es/commands/CreateOAuthClientApplicationCommand.js +16 -0
- package/dist-es/commands/CreateSpaceCommand.js +16 -0
- package/dist-es/commands/DeleteAgentCommand.js +16 -0
- package/dist-es/commands/DeleteFlowCommand.js +16 -0
- package/dist-es/commands/DeleteOAuthClientApplicationCommand.js +16 -0
- package/dist-es/commands/DeleteSpaceCommand.js +16 -0
- package/dist-es/commands/DescribeAgentCommand.js +16 -0
- package/dist-es/commands/DescribeAgentPermissionsCommand.js +16 -0
- package/dist-es/commands/DescribeFlowCommand.js +16 -0
- package/dist-es/commands/DescribeOAuthClientApplicationCommand.js +16 -0
- package/dist-es/commands/DescribeSpaceCommand.js +16 -0
- package/dist-es/commands/DescribeSpacePermissionsCommand.js +16 -0
- package/dist-es/commands/ListAgentsCommand.js +16 -0
- package/dist-es/commands/ListOAuthClientApplicationsCommand.js +16 -0
- package/dist-es/commands/ListSpaceResourcesCommand.js +16 -0
- package/dist-es/commands/ListSpacesCommand.js +16 -0
- package/dist-es/commands/SearchAgentsCommand.js +16 -0
- package/dist-es/commands/SearchSpacesCommand.js +16 -0
- package/dist-es/commands/UpdateAgentCommand.js +16 -0
- package/dist-es/commands/UpdateAgentPermissionsCommand.js +16 -0
- package/dist-es/commands/UpdateFlowCommand.js +16 -0
- package/dist-es/commands/UpdateOAuthClientApplicationCommand.js +16 -0
- package/dist-es/commands/UpdateSpaceCommand.js +16 -0
- package/dist-es/commands/UpdateSpacePermissionsCommand.js +16 -0
- package/dist-es/commands/UpdateSpaceResourcesCommand.js +16 -0
- package/dist-es/commands/index.js +27 -0
- package/dist-es/models/enums.js +52 -5
- package/dist-es/pagination/ListOAuthClientApplicationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +941 -226
- package/dist-types/QuickSight.d.ts +196 -0
- package/dist-types/QuickSightClient.d.ts +29 -2
- package/dist-types/commands/CreateAgentCommand.d.ts +136 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +119 -0
- package/dist-types/commands/CreateOAuthClientApplicationCommand.d.ts +125 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +105 -0
- package/dist-types/commands/DeleteAgentCommand.d.ts +98 -0
- package/dist-types/commands/DeleteFlowCommand.d.ts +99 -0
- package/dist-types/commands/DeleteOAuthClientApplicationCommand.d.ts +101 -0
- package/dist-types/commands/DeleteSpaceCommand.d.ts +97 -0
- package/dist-types/commands/DescribeAgentCommand.d.ts +132 -0
- package/dist-types/commands/DescribeAgentPermissionsCommand.d.ts +108 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowCommand.d.ts +115 -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 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +1 -2
- package/dist-types/commands/DescribeOAuthClientApplicationCommand.d.ts +111 -0
- package/dist-types/commands/DescribeSpaceCommand.d.ts +123 -0
- package/dist-types/commands/DescribeSpacePermissionsCommand.d.ts +105 -0
- package/dist-types/commands/ListAgentsCommand.d.ts +117 -0
- package/dist-types/commands/ListOAuthClientApplicationsCommand.d.ts +115 -0
- package/dist-types/commands/ListSpaceResourcesCommand.d.ts +107 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +114 -0
- package/dist-types/commands/SearchAgentsCommand.d.ts +118 -0
- package/dist-types/commands/SearchSpacesCommand.d.ts +121 -0
- package/dist-types/commands/UpdateAgentCommand.d.ts +168 -0
- package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +136 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist-types/commands/UpdateFlowCommand.d.ts +108 -0
- package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOAuthClientApplicationCommand.d.ts +115 -0
- 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 +1 -1
- 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/UpdateSelfUpgradeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSpaceCommand.d.ts +102 -0
- package/dist-types/commands/UpdateSpacePermissionsCommand.d.ts +133 -0
- package/dist-types/commands/UpdateSpaceResourcesCommand.d.ts +131 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +27 -0
- package/dist-types/models/enums.d.ts +124 -13
- package/dist-types/models/models_0.d.ts +200 -87
- package/dist-types/models/models_1.d.ts +88 -66
- package/dist-types/models/models_2.d.ts +254 -215
- package/dist-types/models/models_3.d.ts +751 -756
- package/dist-types/models/models_4.d.ts +3961 -4019
- package/dist-types/models/models_5.d.ts +2051 -4
- package/dist-types/pagination/ListOAuthClientApplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +102 -0
- package/dist-types/ts3.4/QuickSight.d.ts +466 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +162 -0
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateOAuthClientApplicationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteOAuthClientApplicationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DescribeAgentPermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +49 -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 +1 -1
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeOAuthClientApplicationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DescribeSpacePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ListOAuthClientApplicationsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSpaceResourcesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchAgentsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchSpacesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -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 +1 -1
- 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 +1 -1
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
- 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/UpdateOAuthClientApplicationCommand.d.ts +53 -0
- 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 +1 -1
- 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/UpdateSelfUpgradeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateSpacePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateSpaceResourcesCommand.d.ts +53 -0
- 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 +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +27 -0
- package/dist-types/ts3.4/models/enums.d.ts +69 -7
- package/dist-types/ts3.4/models/models_0.d.ts +47 -19
- package/dist-types/ts3.4/models/models_1.d.ts +21 -20
- package/dist-types/ts3.4/models/models_2.d.ts +78 -53
- package/dist-types/ts3.4/models/models_3.d.ts +166 -173
- package/dist-types/ts3.4/models/models_4.d.ts +435 -412
- package/dist-types/ts3.4/models/models_5.d.ts +506 -2
- package/dist-types/ts3.4/pagination/ListOAuthClientApplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +102 -0
- package/package.json +2 -2
|
@@ -1,6 +1,219 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type {
|
|
3
|
-
import type {
|
|
1
|
+
import type { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
+
import type { AssetBundleExportFormat, AssetBundleExportJobStatus, AssetBundleImportFailureAction, AssetBundleImportJobStatus, AssignmentStatus, AuthorSpecifiedAggregation, AutomationJobStatus, CategoryFilterFunction, CategoryFilterType, ColumnDataRole, ColumnDataSubType, ColumnDataType, ColumnTagName, ConstantType, DashboardErrorType, DashboardFilterAttribute, DashboardsQAStatus, DataSetFilterAttribute, DataSetImportMode, DatasetParameterValueType, DataSetUseAs, DataSourceErrorInfoType, DataSourceFilterAttribute, DataSourceType, DayOfWeek, DefaultAggregation, DisplayFormat, FileFormat, FilterClass, FilterOperator, FolderType, HorizontalTextAlignment, IdentityStore, IncludeFolderMembers, IngestionStatus, IngestionType, JoinType, MemberType, NamedEntityAggType, NamedFilterAggType, NamedFilterType, NamespaceStatus, NullFilterType, OAuthClientAuthenticationType, PropertyRole, PropertyUsage, RefreshInterval, ResourceStatus, Role, RowLevelPermissionFormatVersion, RowLevelPermissionPolicy, ServiceType, SharingModel, SnapshotJobStatus, Status, TextQualifier, TextTransform, TimeGranularity, TopicRelativeDateFilterFunction, TopicScheduleType, TopicTimeGranularity, TopicUserExperienceVersion, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./enums";
|
|
3
|
+
import type { AccountCustomization, AccountInfo, AccountSettings, ActionConnector, Agent, AggregateOperation, Analysis, AnalysisDefaults, AnalysisError, AssetOptions, CalculatedField, ColumnConfiguration, Entity, FilterGroup, FontConfiguration, ParameterDeclaration, QueryExecutionOptions, Sheet } from "./models_0";
|
|
4
|
+
import type { _Parameters, AnalysisDefinition, AnonymousUserSnapshotJobResult, AppendOperation, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportJobError, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobWarning, AssetBundleImportSourceDescription, BorderStyle, BrandDefinition, BrandDetail, Capabilities, CastColumnTypeOperation, CastColumnTypesOperation, CellValueSynonym, CollectiveConstant, ColumnGroup, ColumnGroupSchema, ColumnLevelPermissionRule, ColumnSchema, ColumnSemanticProperty, ColumnTag, ComparativeOrder, ControlTitleFontConfiguration, CreateColumnsOperation, DashboardPublishOptions, DashboardVersionDefinition, DataSetReference, DataSetRefreshProperties, DataSourceParameters, DestinationTable, DisplayFormatOptions, FilterOperation, FiltersOperation, ImportTableOperation, InputColumn, JoinOperation, LinkSharingConfiguration, PivotOperation, ProjectOperation, RenameColumnOperation, RenameColumnsOperation, ResourcePermission, SheetDefinition, SnapshotFile, SnapshotJobResultFileGroup, SnapshotS3DestinationConfiguration, SourceTable, SslProperties, StaticFile, Tag, TooltipSheetDefinition, UnpivotOperation, ValidationStrategy, VpcConnectionProperties } from "./models_2";
|
|
5
|
+
/**
|
|
6
|
+
* <p>A step in data preparation that performs a specific operation on the data.</p>
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface TransformStep {
|
|
10
|
+
/**
|
|
11
|
+
* <p>A transform step that brings data from a source table.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
ImportTableStep?: ImportTableOperation | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>A transform operation that projects columns. Operations that come after a projection
|
|
17
|
+
* can only refer to projected columns.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
ProjectStep?: ProjectOperation | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* <p>A transform step that applies filter conditions.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
FiltersStep?: FiltersOperation | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* <p>A transform operation that creates calculated columns. Columns created in one such
|
|
28
|
+
* operation form a lexical closure.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
CreateColumnsStep?: CreateColumnsOperation | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* <p>A transform step that changes the names of one or more columns.</p>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
RenameColumnsStep?: RenameColumnsOperation | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* <p>A transform step that changes the data types of one or more columns.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
CastColumnTypesStep?: CastColumnTypesOperation | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p>A transform step that combines data from two sources based on specified join conditions.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
JoinStep?: JoinOperation | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* <p>A transform step that groups data and applies aggregation functions to calculate summary values.</p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
AggregateStep?: AggregateOperation | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>A transform step that converts row values into columns to reshape the data structure.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
PivotStep?: PivotOperation | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* <p>A transform step that converts columns into rows to normalize the data structure.</p>
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
UnpivotStep?: UnpivotOperation | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* <p>A transform step that combines rows from multiple sources by stacking them vertically.</p>
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
AppendStep?: AppendOperation | undefined;
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* <p>Configuration for data preparation operations, defining the complete pipeline from source tables
|
|
70
|
+
* through transformations to destination tables.</p>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
export interface DataPrepConfiguration {
|
|
74
|
+
/**
|
|
75
|
+
* <p>A map of source tables that provide information about underlying sources.</p>
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
SourceTableMap: Record<string, SourceTable> | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* <p>A map of transformation steps that process the data.</p>
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
TransformStepMap: Record<string, TransformStep> | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* <p>A map of destination tables that receive the final prepared data.</p>
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
DestinationTableMap: Record<string, DestinationTable> | undefined;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* <p>The default values of a date time parameter.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
export interface DateTimeDatasetParameterDefaultValues {
|
|
95
|
+
/**
|
|
96
|
+
* <p>A list of static default values for a given date time parameter.</p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
StaticValues?: Date[] | undefined;
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* <p>A date time parameter for a dataset.</p>
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export interface DateTimeDatasetParameter {
|
|
106
|
+
/**
|
|
107
|
+
* <p>An identifier for the parameter that is created in the dataset.</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
Id: string | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* <p>The name of the date time parameter that is created in the dataset.</p>
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
Name: string | undefined;
|
|
116
|
+
/**
|
|
117
|
+
* <p>The value type of the dataset parameter. Valid values are <code>single value</code> or <code>multi value</code>.</p>
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
ValueType: DatasetParameterValueType | undefined;
|
|
121
|
+
/**
|
|
122
|
+
* <p>The time granularity of the date time parameter.</p>
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
TimeGranularity?: TimeGranularity | undefined;
|
|
126
|
+
/**
|
|
127
|
+
* <p>A list of default values for a given date time parameter. This structure only accepts static values.</p>
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
DefaultValues?: DateTimeDatasetParameterDefaultValues | undefined;
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* <p>The default values of a decimal parameter.</p>
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
136
|
+
export interface DecimalDatasetParameterDefaultValues {
|
|
137
|
+
/**
|
|
138
|
+
* <p>A list of static default values for a given decimal parameter.</p>
|
|
139
|
+
* @public
|
|
140
|
+
*/
|
|
141
|
+
StaticValues?: number[] | undefined;
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* <p>A decimal parameter for a dataset.</p>
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
export interface DecimalDatasetParameter {
|
|
148
|
+
/**
|
|
149
|
+
* <p>An identifier for the decimal parameter created in the dataset.</p>
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
Id: string | undefined;
|
|
153
|
+
/**
|
|
154
|
+
* <p>The name of the decimal parameter that is created in the dataset.</p>
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
Name: string | undefined;
|
|
158
|
+
/**
|
|
159
|
+
* <p>The value type of the dataset parameter. Valid values are <code>single value</code> or <code>multi value</code>.</p>
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
ValueType: DatasetParameterValueType | undefined;
|
|
163
|
+
/**
|
|
164
|
+
* <p>A list of default values for a given decimal parameter. This structure only accepts static values.</p>
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
DefaultValues?: DecimalDatasetParameterDefaultValues | undefined;
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* <p>The default values of an integer parameter.</p>
|
|
171
|
+
* @public
|
|
172
|
+
*/
|
|
173
|
+
export interface IntegerDatasetParameterDefaultValues {
|
|
174
|
+
/**
|
|
175
|
+
* <p>A list of static default values for a given integer parameter.</p>
|
|
176
|
+
* @public
|
|
177
|
+
*/
|
|
178
|
+
StaticValues?: number[] | undefined;
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* <p>An integer parameter for a dataset.</p>
|
|
182
|
+
* @public
|
|
183
|
+
*/
|
|
184
|
+
export interface IntegerDatasetParameter {
|
|
185
|
+
/**
|
|
186
|
+
* <p>An identifier for the integer parameter created in the dataset.</p>
|
|
187
|
+
* @public
|
|
188
|
+
*/
|
|
189
|
+
Id: string | undefined;
|
|
190
|
+
/**
|
|
191
|
+
* <p>The name of the integer parameter that is created in the dataset.</p>
|
|
192
|
+
* @public
|
|
193
|
+
*/
|
|
194
|
+
Name: string | undefined;
|
|
195
|
+
/**
|
|
196
|
+
* <p>The value type of the dataset parameter. Valid values are <code>single value</code> or <code>multi value</code>.</p>
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
ValueType: DatasetParameterValueType | undefined;
|
|
200
|
+
/**
|
|
201
|
+
* <p>A list of default values for a given integer parameter. This structure only accepts static values.</p>
|
|
202
|
+
* @public
|
|
203
|
+
*/
|
|
204
|
+
DefaultValues?: IntegerDatasetParameterDefaultValues | undefined;
|
|
205
|
+
}
|
|
206
|
+
/**
|
|
207
|
+
* <p>The default values of a string parameter.</p>
|
|
208
|
+
* @public
|
|
209
|
+
*/
|
|
210
|
+
export interface StringDatasetParameterDefaultValues {
|
|
211
|
+
/**
|
|
212
|
+
* <p>A list of static default values for a given string parameter.</p>
|
|
213
|
+
* @public
|
|
214
|
+
*/
|
|
215
|
+
StaticValues?: string[] | undefined;
|
|
216
|
+
}
|
|
4
217
|
/**
|
|
5
218
|
* <p>A string parameter for a dataset.</p>
|
|
6
219
|
* @public
|
|
@@ -1322,6 +1535,153 @@ export interface CreateDataSourceResponse {
|
|
|
1322
1535
|
*/
|
|
1323
1536
|
Status?: number | undefined;
|
|
1324
1537
|
}
|
|
1538
|
+
/**
|
|
1539
|
+
* <p>A structure that contains the permission information for one principal against one flow.</p>
|
|
1540
|
+
* @public
|
|
1541
|
+
*/
|
|
1542
|
+
export interface Permission {
|
|
1543
|
+
/**
|
|
1544
|
+
* <p>A list of actions that the principal can perform against the flow.</p>
|
|
1545
|
+
* <p>The following are the list of values to set a principal as a flow owner:</p>
|
|
1546
|
+
* <ul>
|
|
1547
|
+
* <li>
|
|
1548
|
+
* <p>quicksight:PublishFlow</p>
|
|
1549
|
+
* </li>
|
|
1550
|
+
* <li>
|
|
1551
|
+
* <p>quicksight:GetFlow</p>
|
|
1552
|
+
* </li>
|
|
1553
|
+
* <li>
|
|
1554
|
+
* <p>quicksight:UpdateFlowPermissions</p>
|
|
1555
|
+
* </li>
|
|
1556
|
+
* <li>
|
|
1557
|
+
* <p>quicksight:GetFlowSession</p>
|
|
1558
|
+
* </li>
|
|
1559
|
+
* <li>
|
|
1560
|
+
* <p>quicksight:StartFlowSession</p>
|
|
1561
|
+
* </li>
|
|
1562
|
+
* <li>
|
|
1563
|
+
* <p>quicksight:StopFlowSession</p>
|
|
1564
|
+
* </li>
|
|
1565
|
+
* <li>
|
|
1566
|
+
* <p>quicksight:UpdateFlowSession</p>
|
|
1567
|
+
* </li>
|
|
1568
|
+
* <li>
|
|
1569
|
+
* <p>quicksight:UnpublishFlow</p>
|
|
1570
|
+
* </li>
|
|
1571
|
+
* <li>
|
|
1572
|
+
* <p>quicksight:GetFlowStages</p>
|
|
1573
|
+
* </li>
|
|
1574
|
+
* <li>
|
|
1575
|
+
* <p>quicksight:DeleteFlow</p>
|
|
1576
|
+
* </li>
|
|
1577
|
+
* <li>
|
|
1578
|
+
* <p>quicksight:DescribeFlowPermissions</p>
|
|
1579
|
+
* </li>
|
|
1580
|
+
* <li>
|
|
1581
|
+
* <p>quicksight:UpdateFlow</p>
|
|
1582
|
+
* </li>
|
|
1583
|
+
* <li>
|
|
1584
|
+
* <p>quicksight:CreatePresignedUrl</p>
|
|
1585
|
+
* </li>
|
|
1586
|
+
* </ul>
|
|
1587
|
+
* <p>The following are the list of values to set a principal as a flow viewer:</p>
|
|
1588
|
+
* <ul>
|
|
1589
|
+
* <li>
|
|
1590
|
+
* <p>quicksight:GetFlow</p>
|
|
1591
|
+
* </li>
|
|
1592
|
+
* <li>
|
|
1593
|
+
* <p>quicksight:UpdateFlowSession</p>
|
|
1594
|
+
* </li>
|
|
1595
|
+
* <li>
|
|
1596
|
+
* <p>quicksight:StartFlowSession</p>
|
|
1597
|
+
* </li>
|
|
1598
|
+
* <li>
|
|
1599
|
+
* <p>quicksight:StopFlowSession</p>
|
|
1600
|
+
* </li>
|
|
1601
|
+
* <li>
|
|
1602
|
+
* <p>quicksight:GetFlowSession</p>
|
|
1603
|
+
* </li>
|
|
1604
|
+
* <li>
|
|
1605
|
+
* <p>quicksight:CreatePresignedUrl</p>
|
|
1606
|
+
* </li>
|
|
1607
|
+
* <li>
|
|
1608
|
+
* <p>quicksight:GetFlowStages</p>
|
|
1609
|
+
* </li>
|
|
1610
|
+
* </ul>
|
|
1611
|
+
* @public
|
|
1612
|
+
*/
|
|
1613
|
+
Actions: string[] | undefined;
|
|
1614
|
+
/**
|
|
1615
|
+
* <p>The Amazon Resource Name (ARN) of the principal.
|
|
1616
|
+
* This can be an Amazon Quick user, group or namespace associated with the flow.
|
|
1617
|
+
* Namespace principal can only be set as a viewer and will grant everyone in the same namespace viewer permissions.</p>
|
|
1618
|
+
* @public
|
|
1619
|
+
*/
|
|
1620
|
+
Principal: string | undefined;
|
|
1621
|
+
}
|
|
1622
|
+
/**
|
|
1623
|
+
* @public
|
|
1624
|
+
*/
|
|
1625
|
+
export interface CreateFlowRequest {
|
|
1626
|
+
/**
|
|
1627
|
+
* <p>The ID of the Amazon Web Services account where you want to create the flow.</p>
|
|
1628
|
+
* @public
|
|
1629
|
+
*/
|
|
1630
|
+
AwsAccountId: string | undefined;
|
|
1631
|
+
/**
|
|
1632
|
+
* <p>The display name for the flow.</p>
|
|
1633
|
+
* @public
|
|
1634
|
+
*/
|
|
1635
|
+
Name: string | undefined;
|
|
1636
|
+
/**
|
|
1637
|
+
* <p>The description for the flow.</p>
|
|
1638
|
+
* @public
|
|
1639
|
+
*/
|
|
1640
|
+
Description?: string | undefined;
|
|
1641
|
+
/**
|
|
1642
|
+
* <p>The definition of the flow, specifying the steps and configurations. This is the flow definition in Quick Flow's internal format. The format is subject to change.</p>
|
|
1643
|
+
* <note>
|
|
1644
|
+
* <p>Always derive or depend on the flow definition from the <code>DescribeFlow</code> operation to ensure you are working with the latest format.</p>
|
|
1645
|
+
* </note>
|
|
1646
|
+
* @public
|
|
1647
|
+
*/
|
|
1648
|
+
FlowDefinition: __DocumentType | undefined;
|
|
1649
|
+
/**
|
|
1650
|
+
* <p>Initial permissions for the flow. If omitted, the flow is created without any permissions.</p>
|
|
1651
|
+
* @public
|
|
1652
|
+
*/
|
|
1653
|
+
Permissions?: Permission[] | undefined;
|
|
1654
|
+
/**
|
|
1655
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
|
|
1656
|
+
* @public
|
|
1657
|
+
*/
|
|
1658
|
+
ClientToken?: string | undefined;
|
|
1659
|
+
}
|
|
1660
|
+
/**
|
|
1661
|
+
* @public
|
|
1662
|
+
*/
|
|
1663
|
+
export interface CreateFlowResponse {
|
|
1664
|
+
/**
|
|
1665
|
+
* <p>The Amazon Resource Name (ARN) of the flow.</p>
|
|
1666
|
+
* @public
|
|
1667
|
+
*/
|
|
1668
|
+
Arn: string | undefined;
|
|
1669
|
+
/**
|
|
1670
|
+
* <p>The unique identifier of the flow.</p>
|
|
1671
|
+
* @public
|
|
1672
|
+
*/
|
|
1673
|
+
FlowId: string | undefined;
|
|
1674
|
+
/**
|
|
1675
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1676
|
+
* @public
|
|
1677
|
+
*/
|
|
1678
|
+
RequestId?: string | undefined;
|
|
1679
|
+
/**
|
|
1680
|
+
* <p>The HTTP status of the request.</p>
|
|
1681
|
+
* @public
|
|
1682
|
+
*/
|
|
1683
|
+
Status?: number | undefined;
|
|
1684
|
+
}
|
|
1325
1685
|
/**
|
|
1326
1686
|
* @public
|
|
1327
1687
|
*/
|
|
@@ -1841,21 +2201,116 @@ export interface CreateNamespaceResponse {
|
|
|
1841
2201
|
Status?: number | undefined;
|
|
1842
2202
|
}
|
|
1843
2203
|
/**
|
|
1844
|
-
* <p>The refresh on entity for weekly or monthly schedules.</p>
|
|
1845
2204
|
* @public
|
|
1846
2205
|
*/
|
|
1847
|
-
export interface
|
|
2206
|
+
export interface CreateOAuthClientApplicationRequest {
|
|
1848
2207
|
/**
|
|
1849
|
-
* <p>The
|
|
2208
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
1850
2209
|
* @public
|
|
1851
2210
|
*/
|
|
1852
|
-
|
|
2211
|
+
AwsAccountId: string | undefined;
|
|
1853
2212
|
/**
|
|
1854
|
-
* <p>
|
|
2213
|
+
* <p>An ID for the OAuthClientApplication that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
1855
2214
|
* @public
|
|
1856
2215
|
*/
|
|
1857
|
-
|
|
1858
|
-
|
|
2216
|
+
OAuthClientApplicationId: string | undefined;
|
|
2217
|
+
/**
|
|
2218
|
+
* <p>The display name for the OAuthClientApplication.</p>
|
|
2219
|
+
* @public
|
|
2220
|
+
*/
|
|
2221
|
+
Name: string | undefined;
|
|
2222
|
+
/**
|
|
2223
|
+
* <p>The authentication type to use for the OAuthClientApplication. This determines the OAuth 2.0 grant flow that is used when the data source connects to the identity provider. Valid values are <code>TOKEN</code>.</p>
|
|
2224
|
+
* @public
|
|
2225
|
+
*/
|
|
2226
|
+
OAuthClientAuthenticationType: OAuthClientAuthenticationType | undefined;
|
|
2227
|
+
/**
|
|
2228
|
+
* <p>The client ID of the OAuth application that is registered with the identity provider.</p>
|
|
2229
|
+
* @public
|
|
2230
|
+
*/
|
|
2231
|
+
ClientId: string | undefined;
|
|
2232
|
+
/**
|
|
2233
|
+
* <p>The client secret of the OAuth application that is registered with the identity provider.</p>
|
|
2234
|
+
* @public
|
|
2235
|
+
*/
|
|
2236
|
+
ClientSecret: string | undefined;
|
|
2237
|
+
/**
|
|
2238
|
+
* <p>The token endpoint URL of the identity provider that is used to obtain access tokens.</p>
|
|
2239
|
+
* @public
|
|
2240
|
+
*/
|
|
2241
|
+
OAuthTokenEndpointUrl: string | undefined;
|
|
2242
|
+
/**
|
|
2243
|
+
* <p>The authorization endpoint URL of the identity provider that is used to obtain authorization codes.</p>
|
|
2244
|
+
* @public
|
|
2245
|
+
*/
|
|
2246
|
+
OAuthAuthorizationEndpointUrl?: string | undefined;
|
|
2247
|
+
/**
|
|
2248
|
+
* <p>The OAuth scopes that are requested when the OAuthClientApplication obtains an access token from the identity provider.</p>
|
|
2249
|
+
* @public
|
|
2250
|
+
*/
|
|
2251
|
+
OAuthScopes?: string | undefined;
|
|
2252
|
+
/**
|
|
2253
|
+
* <p>The type of data source that the OAuthClientApplication is used with. Valid values are <code>SNOWFLAKE</code>.</p>
|
|
2254
|
+
* @public
|
|
2255
|
+
*/
|
|
2256
|
+
DataSourceType?: DataSourceType | undefined;
|
|
2257
|
+
/**
|
|
2258
|
+
* <p>VPC connection properties.</p>
|
|
2259
|
+
* @public
|
|
2260
|
+
*/
|
|
2261
|
+
IdentityProviderVpcConnectionProperties?: VpcConnectionProperties | undefined;
|
|
2262
|
+
/**
|
|
2263
|
+
* <p>Contains a map of the key-value pairs for the resource tag or tags assigned to the OAuthClientApplication.</p>
|
|
2264
|
+
* @public
|
|
2265
|
+
*/
|
|
2266
|
+
Tags?: Tag[] | undefined;
|
|
2267
|
+
}
|
|
2268
|
+
/**
|
|
2269
|
+
* @public
|
|
2270
|
+
*/
|
|
2271
|
+
export interface CreateOAuthClientApplicationResponse {
|
|
2272
|
+
/**
|
|
2273
|
+
* <p>The Amazon Resource Name (ARN) of the OAuthClientApplication.</p>
|
|
2274
|
+
* @public
|
|
2275
|
+
*/
|
|
2276
|
+
Arn?: string | undefined;
|
|
2277
|
+
/**
|
|
2278
|
+
* <p>The ID of the OAuthClientApplication. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
2279
|
+
* @public
|
|
2280
|
+
*/
|
|
2281
|
+
OAuthClientApplicationId?: string | undefined;
|
|
2282
|
+
/**
|
|
2283
|
+
* <p>The status of creating the OAuthClientApplication.</p>
|
|
2284
|
+
* @public
|
|
2285
|
+
*/
|
|
2286
|
+
CreationStatus?: ResourceStatus | undefined;
|
|
2287
|
+
/**
|
|
2288
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2289
|
+
* @public
|
|
2290
|
+
*/
|
|
2291
|
+
RequestId?: string | undefined;
|
|
2292
|
+
/**
|
|
2293
|
+
* <p>The HTTP status of the request.</p>
|
|
2294
|
+
* @public
|
|
2295
|
+
*/
|
|
2296
|
+
Status?: number | undefined;
|
|
2297
|
+
}
|
|
2298
|
+
/**
|
|
2299
|
+
* <p>The refresh on entity for weekly or monthly schedules.</p>
|
|
2300
|
+
* @public
|
|
2301
|
+
*/
|
|
2302
|
+
export interface ScheduleRefreshOnEntity {
|
|
2303
|
+
/**
|
|
2304
|
+
* <p>The day of the week that you want to schedule a refresh on.</p>
|
|
2305
|
+
* @public
|
|
2306
|
+
*/
|
|
2307
|
+
DayOfWeek?: DayOfWeek | undefined;
|
|
2308
|
+
/**
|
|
2309
|
+
* <p>The day of the month that you want to schedule refresh on.</p>
|
|
2310
|
+
* @public
|
|
2311
|
+
*/
|
|
2312
|
+
DayOfMonth?: string | undefined;
|
|
2313
|
+
}
|
|
1859
2314
|
/**
|
|
1860
2315
|
* <p>Specifies the interval between each scheduled refresh of a dataset.</p>
|
|
1861
2316
|
* @public
|
|
@@ -2035,6 +2490,51 @@ export interface CreateRoleMembershipResponse {
|
|
|
2035
2490
|
*/
|
|
2036
2491
|
Status?: number | undefined;
|
|
2037
2492
|
}
|
|
2493
|
+
/**
|
|
2494
|
+
* @public
|
|
2495
|
+
*/
|
|
2496
|
+
export interface CreateSpaceRequest {
|
|
2497
|
+
/**
|
|
2498
|
+
* <p>The ID of the Amazon Web Services account that contains the space.</p>
|
|
2499
|
+
* @public
|
|
2500
|
+
*/
|
|
2501
|
+
AwsAccountId: string | undefined;
|
|
2502
|
+
/**
|
|
2503
|
+
* <p>The ID of the space. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
2504
|
+
* @public
|
|
2505
|
+
*/
|
|
2506
|
+
SpaceId: string | undefined;
|
|
2507
|
+
/**
|
|
2508
|
+
* <p>A display name for the space.</p>
|
|
2509
|
+
* @public
|
|
2510
|
+
*/
|
|
2511
|
+
Name: string | undefined;
|
|
2512
|
+
/**
|
|
2513
|
+
* <p>A description of the space.</p>
|
|
2514
|
+
* @public
|
|
2515
|
+
*/
|
|
2516
|
+
Description?: string | undefined;
|
|
2517
|
+
}
|
|
2518
|
+
/**
|
|
2519
|
+
* @public
|
|
2520
|
+
*/
|
|
2521
|
+
export interface CreateSpaceResponse {
|
|
2522
|
+
/**
|
|
2523
|
+
* <p>The ID of the space.</p>
|
|
2524
|
+
* @public
|
|
2525
|
+
*/
|
|
2526
|
+
spaceId: string | undefined;
|
|
2527
|
+
/**
|
|
2528
|
+
* <p>The ARN of the space.</p>
|
|
2529
|
+
* @public
|
|
2530
|
+
*/
|
|
2531
|
+
spaceArn?: string | undefined;
|
|
2532
|
+
/**
|
|
2533
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2534
|
+
* @public
|
|
2535
|
+
*/
|
|
2536
|
+
RequestId?: string | undefined;
|
|
2537
|
+
}
|
|
2038
2538
|
/**
|
|
2039
2539
|
* <p>Dataset schema.</p>
|
|
2040
2540
|
* @public
|
|
@@ -4788,6 +5288,31 @@ export interface DeleteActionConnectorResponse {
|
|
|
4788
5288
|
*/
|
|
4789
5289
|
Status?: number | undefined;
|
|
4790
5290
|
}
|
|
5291
|
+
/**
|
|
5292
|
+
* @public
|
|
5293
|
+
*/
|
|
5294
|
+
export interface DeleteAgentRequest {
|
|
5295
|
+
/**
|
|
5296
|
+
* <p>The unique identifier for the agent to delete.</p>
|
|
5297
|
+
* @public
|
|
5298
|
+
*/
|
|
5299
|
+
AgentId: string | undefined;
|
|
5300
|
+
/**
|
|
5301
|
+
* <p>The ID of the Amazon Web Services account that contains the agent.</p>
|
|
5302
|
+
* @public
|
|
5303
|
+
*/
|
|
5304
|
+
AwsAccountId: string | undefined;
|
|
5305
|
+
}
|
|
5306
|
+
/**
|
|
5307
|
+
* @public
|
|
5308
|
+
*/
|
|
5309
|
+
export interface DeleteAgentResponse {
|
|
5310
|
+
/**
|
|
5311
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5312
|
+
* @public
|
|
5313
|
+
*/
|
|
5314
|
+
RequestId?: string | undefined;
|
|
5315
|
+
}
|
|
4791
5316
|
/**
|
|
4792
5317
|
* @public
|
|
4793
5318
|
*/
|
|
@@ -5116,6 +5641,36 @@ export interface DeleteDefaultQBusinessApplicationResponse {
|
|
|
5116
5641
|
*/
|
|
5117
5642
|
Status?: number | undefined;
|
|
5118
5643
|
}
|
|
5644
|
+
/**
|
|
5645
|
+
* @public
|
|
5646
|
+
*/
|
|
5647
|
+
export interface DeleteFlowRequest {
|
|
5648
|
+
/**
|
|
5649
|
+
* <p>The ID of the Amazon Web Services account that contains the flow that you are deleting.</p>
|
|
5650
|
+
* @public
|
|
5651
|
+
*/
|
|
5652
|
+
AwsAccountId: string | undefined;
|
|
5653
|
+
/**
|
|
5654
|
+
* <p>The unique identifier of the flow to delete.</p>
|
|
5655
|
+
* @public
|
|
5656
|
+
*/
|
|
5657
|
+
FlowId: string | undefined;
|
|
5658
|
+
}
|
|
5659
|
+
/**
|
|
5660
|
+
* @public
|
|
5661
|
+
*/
|
|
5662
|
+
export interface DeleteFlowResponse {
|
|
5663
|
+
/**
|
|
5664
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5665
|
+
* @public
|
|
5666
|
+
*/
|
|
5667
|
+
RequestId?: string | undefined;
|
|
5668
|
+
/**
|
|
5669
|
+
* <p>The HTTP status of the request.</p>
|
|
5670
|
+
* @public
|
|
5671
|
+
*/
|
|
5672
|
+
Status?: number | undefined;
|
|
5673
|
+
}
|
|
5119
5674
|
/**
|
|
5120
5675
|
* @public
|
|
5121
5676
|
*/
|
|
@@ -5374,6 +5929,46 @@ export interface DeleteNamespaceResponse {
|
|
|
5374
5929
|
*/
|
|
5375
5930
|
Status?: number | undefined;
|
|
5376
5931
|
}
|
|
5932
|
+
/**
|
|
5933
|
+
* @public
|
|
5934
|
+
*/
|
|
5935
|
+
export interface DeleteOAuthClientApplicationRequest {
|
|
5936
|
+
/**
|
|
5937
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
5938
|
+
* @public
|
|
5939
|
+
*/
|
|
5940
|
+
AwsAccountId: string | undefined;
|
|
5941
|
+
/**
|
|
5942
|
+
* <p>The ID of the OAuthClientApplication that you want to delete.</p>
|
|
5943
|
+
* @public
|
|
5944
|
+
*/
|
|
5945
|
+
OAuthClientApplicationId: string | undefined;
|
|
5946
|
+
}
|
|
5947
|
+
/**
|
|
5948
|
+
* @public
|
|
5949
|
+
*/
|
|
5950
|
+
export interface DeleteOAuthClientApplicationResponse {
|
|
5951
|
+
/**
|
|
5952
|
+
* <p>The Amazon Resource Name (ARN) of the OAuthClientApplication that you deleted.</p>
|
|
5953
|
+
* @public
|
|
5954
|
+
*/
|
|
5955
|
+
Arn?: string | undefined;
|
|
5956
|
+
/**
|
|
5957
|
+
* <p>The ID of the OAuthClientApplication. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
5958
|
+
* @public
|
|
5959
|
+
*/
|
|
5960
|
+
OAuthClientApplicationId?: string | undefined;
|
|
5961
|
+
/**
|
|
5962
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5963
|
+
* @public
|
|
5964
|
+
*/
|
|
5965
|
+
RequestId?: string | undefined;
|
|
5966
|
+
/**
|
|
5967
|
+
* <p>The HTTP status of the request.</p>
|
|
5968
|
+
* @public
|
|
5969
|
+
*/
|
|
5970
|
+
Status?: number | undefined;
|
|
5971
|
+
}
|
|
5377
5972
|
/**
|
|
5378
5973
|
* @public
|
|
5379
5974
|
*/
|
|
@@ -5495,6 +6090,41 @@ export interface DeleteRoleMembershipResponse {
|
|
|
5495
6090
|
*/
|
|
5496
6091
|
Status?: number | undefined;
|
|
5497
6092
|
}
|
|
6093
|
+
/**
|
|
6094
|
+
* @public
|
|
6095
|
+
*/
|
|
6096
|
+
export interface DeleteSpaceRequest {
|
|
6097
|
+
/**
|
|
6098
|
+
* <p>The ID of the Amazon Web Services account that contains the space.</p>
|
|
6099
|
+
* @public
|
|
6100
|
+
*/
|
|
6101
|
+
AwsAccountId: string | undefined;
|
|
6102
|
+
/**
|
|
6103
|
+
* <p>The ID of the space that you want to delete.</p>
|
|
6104
|
+
* @public
|
|
6105
|
+
*/
|
|
6106
|
+
SpaceId: string | undefined;
|
|
6107
|
+
}
|
|
6108
|
+
/**
|
|
6109
|
+
* @public
|
|
6110
|
+
*/
|
|
6111
|
+
export interface DeleteSpaceResponse {
|
|
6112
|
+
/**
|
|
6113
|
+
* <p>The ID of the space.</p>
|
|
6114
|
+
* @public
|
|
6115
|
+
*/
|
|
6116
|
+
spaceId: string | undefined;
|
|
6117
|
+
/**
|
|
6118
|
+
* <p>The ARN of the space.</p>
|
|
6119
|
+
* @public
|
|
6120
|
+
*/
|
|
6121
|
+
spaceArn?: string | undefined;
|
|
6122
|
+
/**
|
|
6123
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
6124
|
+
* @public
|
|
6125
|
+
*/
|
|
6126
|
+
RequestId?: string | undefined;
|
|
6127
|
+
}
|
|
5498
6128
|
/**
|
|
5499
6129
|
* @public
|
|
5500
6130
|
*/
|
|
@@ -6205,35 +6835,27 @@ export interface DescribeActionConnectorPermissionsResponse {
|
|
|
6205
6835
|
/**
|
|
6206
6836
|
* @public
|
|
6207
6837
|
*/
|
|
6208
|
-
export interface
|
|
6838
|
+
export interface DescribeAgentRequest {
|
|
6209
6839
|
/**
|
|
6210
|
-
* <p>The
|
|
6211
|
-
* Amazon Web Services account that the analysis is in.</p>
|
|
6840
|
+
* <p>The unique identifier for the agent.</p>
|
|
6212
6841
|
* @public
|
|
6213
6842
|
*/
|
|
6214
|
-
|
|
6843
|
+
AgentId: string | undefined;
|
|
6215
6844
|
/**
|
|
6216
|
-
* <p>The ID of the
|
|
6217
|
-
* analysis.</p>
|
|
6845
|
+
* <p>The ID of the Amazon Web Services account that contains the agent.</p>
|
|
6218
6846
|
* @public
|
|
6219
6847
|
*/
|
|
6220
|
-
|
|
6848
|
+
AwsAccountId: string | undefined;
|
|
6221
6849
|
}
|
|
6222
6850
|
/**
|
|
6223
6851
|
* @public
|
|
6224
6852
|
*/
|
|
6225
|
-
export interface
|
|
6226
|
-
/**
|
|
6227
|
-
* <p>A metadata structure that contains summary information for the analysis that you're
|
|
6228
|
-
* describing.</p>
|
|
6229
|
-
* @public
|
|
6230
|
-
*/
|
|
6231
|
-
Analysis?: Analysis | undefined;
|
|
6853
|
+
export interface DescribeAgentResponse {
|
|
6232
6854
|
/**
|
|
6233
|
-
* <p>The
|
|
6855
|
+
* <p>The full details of the agent, including its configuration, status, and associations.</p>
|
|
6234
6856
|
* @public
|
|
6235
6857
|
*/
|
|
6236
|
-
|
|
6858
|
+
Agent: Agent | undefined;
|
|
6237
6859
|
/**
|
|
6238
6860
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
6239
6861
|
* @public
|
|
@@ -6243,51 +6865,129 @@ export interface DescribeAnalysisResponse {
|
|
|
6243
6865
|
/**
|
|
6244
6866
|
* @public
|
|
6245
6867
|
*/
|
|
6246
|
-
export interface
|
|
6868
|
+
export interface DescribeAgentPermissionsRequest {
|
|
6247
6869
|
/**
|
|
6248
|
-
* <p>The
|
|
6249
|
-
* Amazon Web Services account that the analysis is in.</p>
|
|
6870
|
+
* <p>The unique identifier for the agent.</p>
|
|
6250
6871
|
* @public
|
|
6251
6872
|
*/
|
|
6252
|
-
|
|
6873
|
+
AgentId: string | undefined;
|
|
6253
6874
|
/**
|
|
6254
|
-
* <p>The ID of the
|
|
6255
|
-
* analysis.</p>
|
|
6875
|
+
* <p>The ID of the Amazon Web Services account that contains the agent.</p>
|
|
6256
6876
|
* @public
|
|
6257
6877
|
*/
|
|
6258
|
-
|
|
6878
|
+
AwsAccountId: string | undefined;
|
|
6259
6879
|
}
|
|
6260
6880
|
/**
|
|
6261
6881
|
* @public
|
|
6262
6882
|
*/
|
|
6263
|
-
export interface
|
|
6883
|
+
export interface DescribeAgentPermissionsResponse {
|
|
6264
6884
|
/**
|
|
6265
|
-
* <p>The
|
|
6885
|
+
* <p>The Amazon Resource Name (ARN) of the agent.</p>
|
|
6266
6886
|
* @public
|
|
6267
6887
|
*/
|
|
6268
|
-
|
|
6888
|
+
Arn: string | undefined;
|
|
6269
6889
|
/**
|
|
6270
|
-
* <p>The
|
|
6890
|
+
* <p>The unique identifier for the agent.</p>
|
|
6271
6891
|
* @public
|
|
6272
6892
|
*/
|
|
6273
|
-
|
|
6893
|
+
AgentId: string | undefined;
|
|
6274
6894
|
/**
|
|
6275
|
-
* <p>
|
|
6895
|
+
* <p>The resource permissions for the agent.</p>
|
|
6276
6896
|
* @public
|
|
6277
6897
|
*/
|
|
6278
|
-
|
|
6898
|
+
Permissions: ResourcePermission[] | undefined;
|
|
6279
6899
|
/**
|
|
6280
|
-
* <p>
|
|
6281
|
-
*
|
|
6282
|
-
|
|
6283
|
-
|
|
6284
|
-
|
|
6285
|
-
|
|
6286
|
-
|
|
6287
|
-
|
|
6288
|
-
|
|
6289
|
-
|
|
6290
|
-
*
|
|
6900
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
6901
|
+
* @public
|
|
6902
|
+
*/
|
|
6903
|
+
RequestId: string | undefined;
|
|
6904
|
+
}
|
|
6905
|
+
/**
|
|
6906
|
+
* @public
|
|
6907
|
+
*/
|
|
6908
|
+
export interface DescribeAnalysisRequest {
|
|
6909
|
+
/**
|
|
6910
|
+
* <p>The ID of the Amazon Web Services account that contains the analysis. You must be using the
|
|
6911
|
+
* Amazon Web Services account that the analysis is in.</p>
|
|
6912
|
+
* @public
|
|
6913
|
+
*/
|
|
6914
|
+
AwsAccountId: string | undefined;
|
|
6915
|
+
/**
|
|
6916
|
+
* <p>The ID of the analysis that you're describing. The ID is part of the URL of the
|
|
6917
|
+
* analysis.</p>
|
|
6918
|
+
* @public
|
|
6919
|
+
*/
|
|
6920
|
+
AnalysisId: string | undefined;
|
|
6921
|
+
}
|
|
6922
|
+
/**
|
|
6923
|
+
* @public
|
|
6924
|
+
*/
|
|
6925
|
+
export interface DescribeAnalysisResponse {
|
|
6926
|
+
/**
|
|
6927
|
+
* <p>A metadata structure that contains summary information for the analysis that you're
|
|
6928
|
+
* describing.</p>
|
|
6929
|
+
* @public
|
|
6930
|
+
*/
|
|
6931
|
+
Analysis?: Analysis | undefined;
|
|
6932
|
+
/**
|
|
6933
|
+
* <p>The HTTP status of the request.</p>
|
|
6934
|
+
* @public
|
|
6935
|
+
*/
|
|
6936
|
+
Status?: number | undefined;
|
|
6937
|
+
/**
|
|
6938
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
6939
|
+
* @public
|
|
6940
|
+
*/
|
|
6941
|
+
RequestId?: string | undefined;
|
|
6942
|
+
}
|
|
6943
|
+
/**
|
|
6944
|
+
* @public
|
|
6945
|
+
*/
|
|
6946
|
+
export interface DescribeAnalysisDefinitionRequest {
|
|
6947
|
+
/**
|
|
6948
|
+
* <p>The ID of the Amazon Web Services account that contains the analysis. You must be using the
|
|
6949
|
+
* Amazon Web Services account that the analysis is in.</p>
|
|
6950
|
+
* @public
|
|
6951
|
+
*/
|
|
6952
|
+
AwsAccountId: string | undefined;
|
|
6953
|
+
/**
|
|
6954
|
+
* <p>The ID of the analysis that you're describing. The ID is part of the URL of the
|
|
6955
|
+
* analysis.</p>
|
|
6956
|
+
* @public
|
|
6957
|
+
*/
|
|
6958
|
+
AnalysisId: string | undefined;
|
|
6959
|
+
}
|
|
6960
|
+
/**
|
|
6961
|
+
* @public
|
|
6962
|
+
*/
|
|
6963
|
+
export interface DescribeAnalysisDefinitionResponse {
|
|
6964
|
+
/**
|
|
6965
|
+
* <p>The ID of the analysis described.</p>
|
|
6966
|
+
* @public
|
|
6967
|
+
*/
|
|
6968
|
+
AnalysisId?: string | undefined;
|
|
6969
|
+
/**
|
|
6970
|
+
* <p>The descriptive name of the analysis.</p>
|
|
6971
|
+
* @public
|
|
6972
|
+
*/
|
|
6973
|
+
Name?: string | undefined;
|
|
6974
|
+
/**
|
|
6975
|
+
* <p>Errors associated with the analysis.</p>
|
|
6976
|
+
* @public
|
|
6977
|
+
*/
|
|
6978
|
+
Errors?: AnalysisError[] | undefined;
|
|
6979
|
+
/**
|
|
6980
|
+
* <p>Status associated with the analysis.</p>
|
|
6981
|
+
* <ul>
|
|
6982
|
+
* <li>
|
|
6983
|
+
* <p>
|
|
6984
|
+
* <code>CREATION_IN_PROGRESS</code>
|
|
6985
|
+
* </p>
|
|
6986
|
+
* </li>
|
|
6987
|
+
* <li>
|
|
6988
|
+
* <p>
|
|
6989
|
+
* <code>CREATION_SUCCESSFUL</code>
|
|
6990
|
+
* </p>
|
|
6291
6991
|
* </li>
|
|
6292
6992
|
* <li>
|
|
6293
6993
|
* <p>
|
|
@@ -7622,708 +8322,3 @@ export interface DescribeDataSourcePermissionsRequest {
|
|
|
7622
8322
|
*/
|
|
7623
8323
|
DataSourceId: string | undefined;
|
|
7624
8324
|
}
|
|
7625
|
-
/**
|
|
7626
|
-
* @public
|
|
7627
|
-
*/
|
|
7628
|
-
export interface DescribeDataSourcePermissionsResponse {
|
|
7629
|
-
/**
|
|
7630
|
-
* <p>The Amazon Resource Name (ARN) of the data source.</p>
|
|
7631
|
-
* @public
|
|
7632
|
-
*/
|
|
7633
|
-
DataSourceArn?: string | undefined;
|
|
7634
|
-
/**
|
|
7635
|
-
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each
|
|
7636
|
-
* Amazon Web Services account.</p>
|
|
7637
|
-
* @public
|
|
7638
|
-
*/
|
|
7639
|
-
DataSourceId?: string | undefined;
|
|
7640
|
-
/**
|
|
7641
|
-
* <p>A list of resource permissions on the data source.</p>
|
|
7642
|
-
* @public
|
|
7643
|
-
*/
|
|
7644
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
7645
|
-
/**
|
|
7646
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7647
|
-
* @public
|
|
7648
|
-
*/
|
|
7649
|
-
RequestId?: string | undefined;
|
|
7650
|
-
/**
|
|
7651
|
-
* <p>The HTTP status of the request.</p>
|
|
7652
|
-
* @public
|
|
7653
|
-
*/
|
|
7654
|
-
Status?: number | undefined;
|
|
7655
|
-
}
|
|
7656
|
-
/**
|
|
7657
|
-
* @public
|
|
7658
|
-
*/
|
|
7659
|
-
export interface DescribeDefaultQBusinessApplicationRequest {
|
|
7660
|
-
/**
|
|
7661
|
-
* <p>The ID of the Quick Sight account that is linked to the Amazon Q Business application that you want described.</p>
|
|
7662
|
-
* @public
|
|
7663
|
-
*/
|
|
7664
|
-
AwsAccountId: string | undefined;
|
|
7665
|
-
/**
|
|
7666
|
-
* <p>The Quick Sight namespace that contains the linked Amazon Q Business application. If this field is left blank, the default namespace is used. Currently, the default namespace is the only valid value for this parameter.</p>
|
|
7667
|
-
* @public
|
|
7668
|
-
*/
|
|
7669
|
-
Namespace?: string | undefined;
|
|
7670
|
-
}
|
|
7671
|
-
/**
|
|
7672
|
-
* @public
|
|
7673
|
-
*/
|
|
7674
|
-
export interface DescribeDefaultQBusinessApplicationResponse {
|
|
7675
|
-
/**
|
|
7676
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7677
|
-
* @public
|
|
7678
|
-
*/
|
|
7679
|
-
RequestId?: string | undefined;
|
|
7680
|
-
/**
|
|
7681
|
-
* <p>The HTTP status of the request.</p>
|
|
7682
|
-
* @public
|
|
7683
|
-
*/
|
|
7684
|
-
Status?: number | undefined;
|
|
7685
|
-
/**
|
|
7686
|
-
* <p>The ID of the Amazon Q Business application that is linked to the Quick Sight account.</p>
|
|
7687
|
-
* @public
|
|
7688
|
-
*/
|
|
7689
|
-
ApplicationId?: string | undefined;
|
|
7690
|
-
}
|
|
7691
|
-
/**
|
|
7692
|
-
* @public
|
|
7693
|
-
*/
|
|
7694
|
-
export interface DescribeFolderRequest {
|
|
7695
|
-
/**
|
|
7696
|
-
* <p>The ID for the Amazon Web Services account that contains the folder.</p>
|
|
7697
|
-
* @public
|
|
7698
|
-
*/
|
|
7699
|
-
AwsAccountId: string | undefined;
|
|
7700
|
-
/**
|
|
7701
|
-
* <p>The ID of the folder.</p>
|
|
7702
|
-
* @public
|
|
7703
|
-
*/
|
|
7704
|
-
FolderId: string | undefined;
|
|
7705
|
-
}
|
|
7706
|
-
/**
|
|
7707
|
-
* <p>A folder in Quick Sight.</p>
|
|
7708
|
-
* @public
|
|
7709
|
-
*/
|
|
7710
|
-
export interface Folder {
|
|
7711
|
-
/**
|
|
7712
|
-
* <p>The ID of the folder.</p>
|
|
7713
|
-
* @public
|
|
7714
|
-
*/
|
|
7715
|
-
FolderId?: string | undefined;
|
|
7716
|
-
/**
|
|
7717
|
-
* <p>The Amazon Resource Name (ARN) for the folder.</p>
|
|
7718
|
-
* @public
|
|
7719
|
-
*/
|
|
7720
|
-
Arn?: string | undefined;
|
|
7721
|
-
/**
|
|
7722
|
-
* <p>A display name for the folder.</p>
|
|
7723
|
-
* @public
|
|
7724
|
-
*/
|
|
7725
|
-
Name?: string | undefined;
|
|
7726
|
-
/**
|
|
7727
|
-
* <p>The type of folder it is.</p>
|
|
7728
|
-
* @public
|
|
7729
|
-
*/
|
|
7730
|
-
FolderType?: FolderType | undefined;
|
|
7731
|
-
/**
|
|
7732
|
-
* <p>An array of ancestor ARN strings for the folder.</p>
|
|
7733
|
-
* @public
|
|
7734
|
-
*/
|
|
7735
|
-
FolderPath?: string[] | undefined;
|
|
7736
|
-
/**
|
|
7737
|
-
* <p>The time that the folder was created.</p>
|
|
7738
|
-
* @public
|
|
7739
|
-
*/
|
|
7740
|
-
CreatedTime?: Date | undefined;
|
|
7741
|
-
/**
|
|
7742
|
-
* <p>The time that the folder was last updated.</p>
|
|
7743
|
-
* @public
|
|
7744
|
-
*/
|
|
7745
|
-
LastUpdatedTime?: Date | undefined;
|
|
7746
|
-
/**
|
|
7747
|
-
* <p>The sharing scope of the folder.</p>
|
|
7748
|
-
* @public
|
|
7749
|
-
*/
|
|
7750
|
-
SharingModel?: SharingModel | undefined;
|
|
7751
|
-
}
|
|
7752
|
-
/**
|
|
7753
|
-
* @public
|
|
7754
|
-
*/
|
|
7755
|
-
export interface DescribeFolderResponse {
|
|
7756
|
-
/**
|
|
7757
|
-
* <p>The HTTP status of the request.</p>
|
|
7758
|
-
* @public
|
|
7759
|
-
*/
|
|
7760
|
-
Status?: number | undefined;
|
|
7761
|
-
/**
|
|
7762
|
-
* <p>Information about the folder.</p>
|
|
7763
|
-
* @public
|
|
7764
|
-
*/
|
|
7765
|
-
Folder?: Folder | undefined;
|
|
7766
|
-
/**
|
|
7767
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7768
|
-
* @public
|
|
7769
|
-
*/
|
|
7770
|
-
RequestId?: string | undefined;
|
|
7771
|
-
}
|
|
7772
|
-
/**
|
|
7773
|
-
* @public
|
|
7774
|
-
*/
|
|
7775
|
-
export interface DescribeFolderPermissionsRequest {
|
|
7776
|
-
/**
|
|
7777
|
-
* <p>The ID for the Amazon Web Services account that contains the folder.</p>
|
|
7778
|
-
* @public
|
|
7779
|
-
*/
|
|
7780
|
-
AwsAccountId: string | undefined;
|
|
7781
|
-
/**
|
|
7782
|
-
* <p>The ID of the folder.</p>
|
|
7783
|
-
* @public
|
|
7784
|
-
*/
|
|
7785
|
-
FolderId: string | undefined;
|
|
7786
|
-
/**
|
|
7787
|
-
* <p>The namespace of the folder whose permissions you want described.</p>
|
|
7788
|
-
* @public
|
|
7789
|
-
*/
|
|
7790
|
-
Namespace?: string | undefined;
|
|
7791
|
-
/**
|
|
7792
|
-
* <p>The maximum number of results to be returned per request.</p>
|
|
7793
|
-
* @public
|
|
7794
|
-
*/
|
|
7795
|
-
MaxResults?: number | undefined;
|
|
7796
|
-
/**
|
|
7797
|
-
* <p>A pagination token for the next set of results.</p>
|
|
7798
|
-
* @public
|
|
7799
|
-
*/
|
|
7800
|
-
NextToken?: string | undefined;
|
|
7801
|
-
}
|
|
7802
|
-
/**
|
|
7803
|
-
* @public
|
|
7804
|
-
*/
|
|
7805
|
-
export interface DescribeFolderPermissionsResponse {
|
|
7806
|
-
/**
|
|
7807
|
-
* <p>The HTTP status of the request.</p>
|
|
7808
|
-
* @public
|
|
7809
|
-
*/
|
|
7810
|
-
Status?: number | undefined;
|
|
7811
|
-
/**
|
|
7812
|
-
* <p>The ID of the folder.</p>
|
|
7813
|
-
* @public
|
|
7814
|
-
*/
|
|
7815
|
-
FolderId?: string | undefined;
|
|
7816
|
-
/**
|
|
7817
|
-
* <p>The Amazon Resource Name (ARN) for the folder.</p>
|
|
7818
|
-
* @public
|
|
7819
|
-
*/
|
|
7820
|
-
Arn?: string | undefined;
|
|
7821
|
-
/**
|
|
7822
|
-
* <p>Information about the permissions on the folder.</p>
|
|
7823
|
-
* @public
|
|
7824
|
-
*/
|
|
7825
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
7826
|
-
/**
|
|
7827
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7828
|
-
* @public
|
|
7829
|
-
*/
|
|
7830
|
-
RequestId?: string | undefined;
|
|
7831
|
-
/**
|
|
7832
|
-
* <p>The pagination token for the next set of results, or null if there are no more results.</p>
|
|
7833
|
-
* @public
|
|
7834
|
-
*/
|
|
7835
|
-
NextToken?: string | undefined;
|
|
7836
|
-
}
|
|
7837
|
-
/**
|
|
7838
|
-
* @public
|
|
7839
|
-
*/
|
|
7840
|
-
export interface DescribeFolderResolvedPermissionsRequest {
|
|
7841
|
-
/**
|
|
7842
|
-
* <p>The ID for the Amazon Web Services account that contains the folder.</p>
|
|
7843
|
-
* @public
|
|
7844
|
-
*/
|
|
7845
|
-
AwsAccountId: string | undefined;
|
|
7846
|
-
/**
|
|
7847
|
-
* <p>The ID of the folder.</p>
|
|
7848
|
-
* @public
|
|
7849
|
-
*/
|
|
7850
|
-
FolderId: string | undefined;
|
|
7851
|
-
/**
|
|
7852
|
-
* <p>The namespace of the folder whose permissions you want described.</p>
|
|
7853
|
-
* @public
|
|
7854
|
-
*/
|
|
7855
|
-
Namespace?: string | undefined;
|
|
7856
|
-
/**
|
|
7857
|
-
* <p>The maximum number of results to be returned per request.</p>
|
|
7858
|
-
* @public
|
|
7859
|
-
*/
|
|
7860
|
-
MaxResults?: number | undefined;
|
|
7861
|
-
/**
|
|
7862
|
-
* <p>A pagination token for the next set of results.</p>
|
|
7863
|
-
* @public
|
|
7864
|
-
*/
|
|
7865
|
-
NextToken?: string | undefined;
|
|
7866
|
-
}
|
|
7867
|
-
/**
|
|
7868
|
-
* @public
|
|
7869
|
-
*/
|
|
7870
|
-
export interface DescribeFolderResolvedPermissionsResponse {
|
|
7871
|
-
/**
|
|
7872
|
-
* <p>The HTTP status of the request.</p>
|
|
7873
|
-
* @public
|
|
7874
|
-
*/
|
|
7875
|
-
Status?: number | undefined;
|
|
7876
|
-
/**
|
|
7877
|
-
* <p>The ID of the folder.</p>
|
|
7878
|
-
* @public
|
|
7879
|
-
*/
|
|
7880
|
-
FolderId?: string | undefined;
|
|
7881
|
-
/**
|
|
7882
|
-
* <p>The Amazon Resource Name (ARN) of the folder.</p>
|
|
7883
|
-
* @public
|
|
7884
|
-
*/
|
|
7885
|
-
Arn?: string | undefined;
|
|
7886
|
-
/**
|
|
7887
|
-
* <p>Information about the permissions for the folder.</p>
|
|
7888
|
-
* @public
|
|
7889
|
-
*/
|
|
7890
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
7891
|
-
/**
|
|
7892
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7893
|
-
* @public
|
|
7894
|
-
*/
|
|
7895
|
-
RequestId?: string | undefined;
|
|
7896
|
-
/**
|
|
7897
|
-
* <p>A pagination token for the next set of results, or null if there are no more results.</p>
|
|
7898
|
-
* @public
|
|
7899
|
-
*/
|
|
7900
|
-
NextToken?: string | undefined;
|
|
7901
|
-
}
|
|
7902
|
-
/**
|
|
7903
|
-
* @public
|
|
7904
|
-
*/
|
|
7905
|
-
export interface DescribeGroupRequest {
|
|
7906
|
-
/**
|
|
7907
|
-
* <p>The name of the group that you want to describe.</p>
|
|
7908
|
-
* @public
|
|
7909
|
-
*/
|
|
7910
|
-
GroupName: string | undefined;
|
|
7911
|
-
/**
|
|
7912
|
-
* <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
|
|
7913
|
-
* Amazon Web Services account that contains your Amazon Quick Sight account.</p>
|
|
7914
|
-
* @public
|
|
7915
|
-
*/
|
|
7916
|
-
AwsAccountId: string | undefined;
|
|
7917
|
-
/**
|
|
7918
|
-
* <p>The namespace of the group that you want described.</p>
|
|
7919
|
-
* @public
|
|
7920
|
-
*/
|
|
7921
|
-
Namespace: string | undefined;
|
|
7922
|
-
}
|
|
7923
|
-
/**
|
|
7924
|
-
* @public
|
|
7925
|
-
*/
|
|
7926
|
-
export interface DescribeGroupResponse {
|
|
7927
|
-
/**
|
|
7928
|
-
* <p>The name of the group.</p>
|
|
7929
|
-
* @public
|
|
7930
|
-
*/
|
|
7931
|
-
Group?: Group | undefined;
|
|
7932
|
-
/**
|
|
7933
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7934
|
-
* @public
|
|
7935
|
-
*/
|
|
7936
|
-
RequestId?: string | undefined;
|
|
7937
|
-
/**
|
|
7938
|
-
* <p>The HTTP status of the request.</p>
|
|
7939
|
-
* @public
|
|
7940
|
-
*/
|
|
7941
|
-
Status?: number | undefined;
|
|
7942
|
-
}
|
|
7943
|
-
/**
|
|
7944
|
-
* @public
|
|
7945
|
-
*/
|
|
7946
|
-
export interface DescribeGroupMembershipRequest {
|
|
7947
|
-
/**
|
|
7948
|
-
* <p>The user name of the user that you want to search for.</p>
|
|
7949
|
-
* @public
|
|
7950
|
-
*/
|
|
7951
|
-
MemberName: string | undefined;
|
|
7952
|
-
/**
|
|
7953
|
-
* <p>The name of the group that you want to search.</p>
|
|
7954
|
-
* @public
|
|
7955
|
-
*/
|
|
7956
|
-
GroupName: string | undefined;
|
|
7957
|
-
/**
|
|
7958
|
-
* <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
|
|
7959
|
-
* Amazon Web Services account that contains your Amazon Quick Sight account.</p>
|
|
7960
|
-
* @public
|
|
7961
|
-
*/
|
|
7962
|
-
AwsAccountId: string | undefined;
|
|
7963
|
-
/**
|
|
7964
|
-
* <p>The namespace that includes the group you are searching within.</p>
|
|
7965
|
-
* @public
|
|
7966
|
-
*/
|
|
7967
|
-
Namespace: string | undefined;
|
|
7968
|
-
}
|
|
7969
|
-
/**
|
|
7970
|
-
* @public
|
|
7971
|
-
*/
|
|
7972
|
-
export interface DescribeGroupMembershipResponse {
|
|
7973
|
-
/**
|
|
7974
|
-
* <p>A member of an Quick Sight group. Currently, group members must be users. Groups
|
|
7975
|
-
* can't be members of another group. .</p>
|
|
7976
|
-
* @public
|
|
7977
|
-
*/
|
|
7978
|
-
GroupMember?: GroupMember | undefined;
|
|
7979
|
-
/**
|
|
7980
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7981
|
-
* @public
|
|
7982
|
-
*/
|
|
7983
|
-
RequestId?: string | undefined;
|
|
7984
|
-
/**
|
|
7985
|
-
* <p>The HTTP status of the request.</p>
|
|
7986
|
-
* @public
|
|
7987
|
-
*/
|
|
7988
|
-
Status?: number | undefined;
|
|
7989
|
-
}
|
|
7990
|
-
/**
|
|
7991
|
-
* @public
|
|
7992
|
-
*/
|
|
7993
|
-
export interface DescribeIAMPolicyAssignmentRequest {
|
|
7994
|
-
/**
|
|
7995
|
-
* <p>The ID of the Amazon Web Services account that contains the assignment that you want to
|
|
7996
|
-
* describe.</p>
|
|
7997
|
-
* @public
|
|
7998
|
-
*/
|
|
7999
|
-
AwsAccountId: string | undefined;
|
|
8000
|
-
/**
|
|
8001
|
-
* <p>The name of the assignment, also called a rule.</p>
|
|
8002
|
-
* @public
|
|
8003
|
-
*/
|
|
8004
|
-
AssignmentName: string | undefined;
|
|
8005
|
-
/**
|
|
8006
|
-
* <p>The namespace that contains the assignment.</p>
|
|
8007
|
-
* @public
|
|
8008
|
-
*/
|
|
8009
|
-
Namespace: string | undefined;
|
|
8010
|
-
}
|
|
8011
|
-
/**
|
|
8012
|
-
* <p>An Identity and Access Management (IAM) policy assignment.</p>
|
|
8013
|
-
* @public
|
|
8014
|
-
*/
|
|
8015
|
-
export interface IAMPolicyAssignment {
|
|
8016
|
-
/**
|
|
8017
|
-
* <p>The Amazon Web Services account ID.</p>
|
|
8018
|
-
* @public
|
|
8019
|
-
*/
|
|
8020
|
-
AwsAccountId?: string | undefined;
|
|
8021
|
-
/**
|
|
8022
|
-
* <p>Assignment ID.</p>
|
|
8023
|
-
* @public
|
|
8024
|
-
*/
|
|
8025
|
-
AssignmentId?: string | undefined;
|
|
8026
|
-
/**
|
|
8027
|
-
* <p>Assignment name.</p>
|
|
8028
|
-
* @public
|
|
8029
|
-
*/
|
|
8030
|
-
AssignmentName?: string | undefined;
|
|
8031
|
-
/**
|
|
8032
|
-
* <p>The Amazon Resource Name (ARN) for the IAM policy.</p>
|
|
8033
|
-
* @public
|
|
8034
|
-
*/
|
|
8035
|
-
PolicyArn?: string | undefined;
|
|
8036
|
-
/**
|
|
8037
|
-
* <p>Identities.</p>
|
|
8038
|
-
* @public
|
|
8039
|
-
*/
|
|
8040
|
-
Identities?: Record<string, string[]> | undefined;
|
|
8041
|
-
/**
|
|
8042
|
-
* <p>Assignment status.</p>
|
|
8043
|
-
* @public
|
|
8044
|
-
*/
|
|
8045
|
-
AssignmentStatus?: AssignmentStatus | undefined;
|
|
8046
|
-
}
|
|
8047
|
-
/**
|
|
8048
|
-
* @public
|
|
8049
|
-
*/
|
|
8050
|
-
export interface DescribeIAMPolicyAssignmentResponse {
|
|
8051
|
-
/**
|
|
8052
|
-
* <p>Information describing the IAM policy assignment.</p>
|
|
8053
|
-
* @public
|
|
8054
|
-
*/
|
|
8055
|
-
IAMPolicyAssignment?: IAMPolicyAssignment | undefined;
|
|
8056
|
-
/**
|
|
8057
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
8058
|
-
* @public
|
|
8059
|
-
*/
|
|
8060
|
-
RequestId?: string | undefined;
|
|
8061
|
-
/**
|
|
8062
|
-
* <p>The HTTP status of the request.</p>
|
|
8063
|
-
* @public
|
|
8064
|
-
*/
|
|
8065
|
-
Status?: number | undefined;
|
|
8066
|
-
}
|
|
8067
|
-
/**
|
|
8068
|
-
* @public
|
|
8069
|
-
*/
|
|
8070
|
-
export interface DescribeIngestionRequest {
|
|
8071
|
-
/**
|
|
8072
|
-
* <p>The Amazon Web Services account ID.</p>
|
|
8073
|
-
* @public
|
|
8074
|
-
*/
|
|
8075
|
-
AwsAccountId: string | undefined;
|
|
8076
|
-
/**
|
|
8077
|
-
* <p>The ID of the dataset used in the ingestion.</p>
|
|
8078
|
-
* @public
|
|
8079
|
-
*/
|
|
8080
|
-
DataSetId: string | undefined;
|
|
8081
|
-
/**
|
|
8082
|
-
* <p>An ID for the ingestion.</p>
|
|
8083
|
-
* @public
|
|
8084
|
-
*/
|
|
8085
|
-
IngestionId: string | undefined;
|
|
8086
|
-
}
|
|
8087
|
-
/**
|
|
8088
|
-
* <p>Error information for the SPICE ingestion of a dataset.</p>
|
|
8089
|
-
* @public
|
|
8090
|
-
*/
|
|
8091
|
-
export interface ErrorInfo {
|
|
8092
|
-
/**
|
|
8093
|
-
* <p>Error type.</p>
|
|
8094
|
-
* @public
|
|
8095
|
-
*/
|
|
8096
|
-
Type?: IngestionErrorType | undefined;
|
|
8097
|
-
/**
|
|
8098
|
-
* <p>Error message.</p>
|
|
8099
|
-
* @public
|
|
8100
|
-
*/
|
|
8101
|
-
Message?: string | undefined;
|
|
8102
|
-
}
|
|
8103
|
-
/**
|
|
8104
|
-
* <p>Information about a queued dataset SPICE ingestion.</p>
|
|
8105
|
-
* @public
|
|
8106
|
-
*/
|
|
8107
|
-
export interface QueueInfo {
|
|
8108
|
-
/**
|
|
8109
|
-
* <p>The ID of the queued ingestion.</p>
|
|
8110
|
-
* @public
|
|
8111
|
-
*/
|
|
8112
|
-
WaitingOnIngestion: string | undefined;
|
|
8113
|
-
/**
|
|
8114
|
-
* <p>The ID of the ongoing ingestion. The queued ingestion is waiting for the ongoing
|
|
8115
|
-
* ingestion to complete.</p>
|
|
8116
|
-
* @public
|
|
8117
|
-
*/
|
|
8118
|
-
QueuedIngestion: string | undefined;
|
|
8119
|
-
}
|
|
8120
|
-
/**
|
|
8121
|
-
* <p>Information about rows for a data set SPICE ingestion.</p>
|
|
8122
|
-
* @public
|
|
8123
|
-
*/
|
|
8124
|
-
export interface RowInfo {
|
|
8125
|
-
/**
|
|
8126
|
-
* <p>The number of rows that were ingested.</p>
|
|
8127
|
-
* @public
|
|
8128
|
-
*/
|
|
8129
|
-
RowsIngested?: number | undefined;
|
|
8130
|
-
/**
|
|
8131
|
-
* <p>The number of rows that were not ingested.</p>
|
|
8132
|
-
* @public
|
|
8133
|
-
*/
|
|
8134
|
-
RowsDropped?: number | undefined;
|
|
8135
|
-
/**
|
|
8136
|
-
* <p>The total number of rows in the dataset.</p>
|
|
8137
|
-
* @public
|
|
8138
|
-
*/
|
|
8139
|
-
TotalRowsInDataset?: number | undefined;
|
|
8140
|
-
}
|
|
8141
|
-
/**
|
|
8142
|
-
* <p>Information about the SPICE ingestion for a dataset.</p>
|
|
8143
|
-
* @public
|
|
8144
|
-
*/
|
|
8145
|
-
export interface Ingestion {
|
|
8146
|
-
/**
|
|
8147
|
-
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
8148
|
-
* @public
|
|
8149
|
-
*/
|
|
8150
|
-
Arn: string | undefined;
|
|
8151
|
-
/**
|
|
8152
|
-
* <p>Ingestion ID.</p>
|
|
8153
|
-
* @public
|
|
8154
|
-
*/
|
|
8155
|
-
IngestionId?: string | undefined;
|
|
8156
|
-
/**
|
|
8157
|
-
* <p>Ingestion status.</p>
|
|
8158
|
-
* @public
|
|
8159
|
-
*/
|
|
8160
|
-
IngestionStatus: IngestionStatus | undefined;
|
|
8161
|
-
/**
|
|
8162
|
-
* <p>Error information for this ingestion.</p>
|
|
8163
|
-
* @public
|
|
8164
|
-
*/
|
|
8165
|
-
ErrorInfo?: ErrorInfo | undefined;
|
|
8166
|
-
/**
|
|
8167
|
-
* <p>Information about rows for a data set SPICE ingestion.</p>
|
|
8168
|
-
* @public
|
|
8169
|
-
*/
|
|
8170
|
-
RowInfo?: RowInfo | undefined;
|
|
8171
|
-
/**
|
|
8172
|
-
* <p>Information about a queued dataset SPICE ingestion.</p>
|
|
8173
|
-
* @public
|
|
8174
|
-
*/
|
|
8175
|
-
QueueInfo?: QueueInfo | undefined;
|
|
8176
|
-
/**
|
|
8177
|
-
* <p>The time that this ingestion started.</p>
|
|
8178
|
-
* @public
|
|
8179
|
-
*/
|
|
8180
|
-
CreatedTime: Date | undefined;
|
|
8181
|
-
/**
|
|
8182
|
-
* <p>The time that this ingestion took, measured in seconds.</p>
|
|
8183
|
-
* @public
|
|
8184
|
-
*/
|
|
8185
|
-
IngestionTimeInSeconds?: number | undefined;
|
|
8186
|
-
/**
|
|
8187
|
-
* <p>The size of the data ingested, in bytes.</p>
|
|
8188
|
-
* @public
|
|
8189
|
-
*/
|
|
8190
|
-
IngestionSizeInBytes?: number | undefined;
|
|
8191
|
-
/**
|
|
8192
|
-
* <p>Event source for this ingestion.</p>
|
|
8193
|
-
* @public
|
|
8194
|
-
*/
|
|
8195
|
-
RequestSource?: IngestionRequestSource | undefined;
|
|
8196
|
-
/**
|
|
8197
|
-
* <p>Type of this ingestion.</p>
|
|
8198
|
-
* @public
|
|
8199
|
-
*/
|
|
8200
|
-
RequestType?: IngestionRequestType | undefined;
|
|
8201
|
-
}
|
|
8202
|
-
/**
|
|
8203
|
-
* @public
|
|
8204
|
-
*/
|
|
8205
|
-
export interface DescribeIngestionResponse {
|
|
8206
|
-
/**
|
|
8207
|
-
* <p>Information about the ingestion.</p>
|
|
8208
|
-
* @public
|
|
8209
|
-
*/
|
|
8210
|
-
Ingestion?: Ingestion | undefined;
|
|
8211
|
-
/**
|
|
8212
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
8213
|
-
* @public
|
|
8214
|
-
*/
|
|
8215
|
-
RequestId?: string | undefined;
|
|
8216
|
-
/**
|
|
8217
|
-
* <p>The HTTP status of the request.</p>
|
|
8218
|
-
* @public
|
|
8219
|
-
*/
|
|
8220
|
-
Status?: number | undefined;
|
|
8221
|
-
}
|
|
8222
|
-
/**
|
|
8223
|
-
* @public
|
|
8224
|
-
*/
|
|
8225
|
-
export interface DescribeIpRestrictionRequest {
|
|
8226
|
-
/**
|
|
8227
|
-
* <p>The ID of the Amazon Web Services account that contains the IP rules.</p>
|
|
8228
|
-
* @public
|
|
8229
|
-
*/
|
|
8230
|
-
AwsAccountId: string | undefined;
|
|
8231
|
-
}
|
|
8232
|
-
/**
|
|
8233
|
-
* @public
|
|
8234
|
-
*/
|
|
8235
|
-
export interface DescribeIpRestrictionResponse {
|
|
8236
|
-
/**
|
|
8237
|
-
* <p>The ID of the Amazon Web Services account that contains the IP rules.</p>
|
|
8238
|
-
* @public
|
|
8239
|
-
*/
|
|
8240
|
-
AwsAccountId?: string | undefined;
|
|
8241
|
-
/**
|
|
8242
|
-
* <p>A map that describes the IP rules with CIDR range and description.</p>
|
|
8243
|
-
* @public
|
|
8244
|
-
*/
|
|
8245
|
-
IpRestrictionRuleMap?: Record<string, string> | undefined;
|
|
8246
|
-
/**
|
|
8247
|
-
* <p>A map of allowed VPC IDs and their rule descriptions.</p>
|
|
8248
|
-
* @public
|
|
8249
|
-
*/
|
|
8250
|
-
VpcIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
8251
|
-
/**
|
|
8252
|
-
* <p>A map of allowed VPC endpoint IDs and their rule descriptions.</p>
|
|
8253
|
-
* @public
|
|
8254
|
-
*/
|
|
8255
|
-
VpcEndpointIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
8256
|
-
/**
|
|
8257
|
-
* <p>A value that specifies whether IP rules are turned on.</p>
|
|
8258
|
-
* @public
|
|
8259
|
-
*/
|
|
8260
|
-
Enabled?: boolean | undefined;
|
|
8261
|
-
/**
|
|
8262
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
8263
|
-
* @public
|
|
8264
|
-
*/
|
|
8265
|
-
RequestId?: string | undefined;
|
|
8266
|
-
/**
|
|
8267
|
-
* <p>The HTTP status of the request.
|
|
8268
|
-
* </p>
|
|
8269
|
-
* @public
|
|
8270
|
-
*/
|
|
8271
|
-
Status?: number | undefined;
|
|
8272
|
-
}
|
|
8273
|
-
/**
|
|
8274
|
-
* @public
|
|
8275
|
-
*/
|
|
8276
|
-
export interface DescribeKeyRegistrationRequest {
|
|
8277
|
-
/**
|
|
8278
|
-
* <p>The ID of the Amazon Web Services account that contains the customer managed key registration that you want to describe.</p>
|
|
8279
|
-
* @public
|
|
8280
|
-
*/
|
|
8281
|
-
AwsAccountId: string | undefined;
|
|
8282
|
-
/**
|
|
8283
|
-
* <p>Determines whether the request returns the default key only.</p>
|
|
8284
|
-
* @public
|
|
8285
|
-
*/
|
|
8286
|
-
DefaultKeyOnly?: boolean | undefined;
|
|
8287
|
-
}
|
|
8288
|
-
/**
|
|
8289
|
-
* <p>A customer managed key structure that contains the information listed below: </p>
|
|
8290
|
-
* <ul>
|
|
8291
|
-
* <li>
|
|
8292
|
-
* <p>
|
|
8293
|
-
* <code>KeyArn</code> - The ARN of a KMS key that is registered to a Quick Sight account for encryption and decryption use.</p>
|
|
8294
|
-
* </li>
|
|
8295
|
-
* <li>
|
|
8296
|
-
* <p>
|
|
8297
|
-
* <code>DefaultKey</code> - Indicates whether the current key is set as the default key for encryption and decryption use.</p>
|
|
8298
|
-
* </li>
|
|
8299
|
-
* </ul>
|
|
8300
|
-
* @public
|
|
8301
|
-
*/
|
|
8302
|
-
export interface RegisteredCustomerManagedKey {
|
|
8303
|
-
/**
|
|
8304
|
-
* <p>The ARN of the KMS key that is registered to a Quick Sight account for encryption and decryption use.</p>
|
|
8305
|
-
* @public
|
|
8306
|
-
*/
|
|
8307
|
-
KeyArn?: string | undefined;
|
|
8308
|
-
/**
|
|
8309
|
-
* <p>Indicates whether a <code>RegisteredCustomerManagedKey</code> is set as the default key for encryption and decryption use.</p>
|
|
8310
|
-
* @public
|
|
8311
|
-
*/
|
|
8312
|
-
DefaultKey?: boolean | undefined;
|
|
8313
|
-
}
|
|
8314
|
-
/**
|
|
8315
|
-
* <p>A structure that contains information about the <code>QDataKey</code>.</p>
|
|
8316
|
-
* @public
|
|
8317
|
-
*/
|
|
8318
|
-
export interface QDataKey {
|
|
8319
|
-
/**
|
|
8320
|
-
* <p>The ARN of the KMS key that is registered to a Quick Sight account for encryption and decryption use as a <code>QDataKey</code>.</p>
|
|
8321
|
-
* @public
|
|
8322
|
-
*/
|
|
8323
|
-
QDataKeyArn?: string | undefined;
|
|
8324
|
-
/**
|
|
8325
|
-
* <p>The type of <code>QDataKey</code>.</p>
|
|
8326
|
-
* @public
|
|
8327
|
-
*/
|
|
8328
|
-
QDataKeyType?: QDataKeyType | undefined;
|
|
8329
|
-
}
|