@aws-sdk/client-quicksight 3.1061.0 → 3.1063.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 +56 -0
- package/dist-cjs/index.js +195 -0
- package/dist-cjs/models/errors.js +54 -54
- package/dist-cjs/schemas/schemas_0.js +569 -225
- package/dist-es/QuickSight.js +20 -0
- package/dist-es/commands/BatchDeleteKnowledgeBaseCommand.js +16 -0
- package/dist-es/commands/DeleteKnowledgeBaseCommand.js +16 -0
- package/dist-es/commands/DescribeKnowledgeBaseCommand.js +16 -0
- package/dist-es/commands/DescribeKnowledgeBasePermissionsCommand.js +16 -0
- package/dist-es/commands/ListKnowledgeBasesCommand.js +16 -0
- package/dist-es/commands/ListUsersIndexCapacityCommand.js +16 -0
- package/dist-es/commands/SearchKnowledgeBasesCommand.js +16 -0
- package/dist-es/commands/UpdateKnowledgeBasePermissionsCommand.js +16 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/enums.js +63 -0
- package/dist-es/models/errors.js +48 -48
- package/dist-es/pagination/ListKnowledgeBasesPaginator.js +4 -0
- package/dist-es/pagination/SearchKnowledgeBasesPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +532 -189
- package/dist-types/QuickSight.d.ts +70 -0
- package/dist-types/QuickSightClient.d.ts +10 -2
- package/dist-types/commands/BatchDeleteKnowledgeBaseCommand.d.ts +117 -0
- package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +110 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +2 -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 -2
- package/dist-types/commands/DescribeKnowledgeBaseCommand.d.ts +157 -0
- package/dist-types/commands/DescribeKnowledgeBasePermissionsCommand.d.ts +115 -0
- package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +117 -0
- package/dist-types/commands/ListUsersIndexCapacityCommand.d.ts +127 -0
- package/dist-types/commands/SearchKnowledgeBasesCommand.d.ts +131 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionConnectorCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionConnectorPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKnowledgeBasePermissionsCommand.d.ts +134 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/enums.d.ts +159 -0
- package/dist-types/models/errors.d.ts +53 -53
- package/dist-types/models/models_2.d.ts +106 -144
- package/dist-types/models/models_3.d.ts +184 -154
- package/dist-types/models/models_4.d.ts +1367 -1363
- package/dist-types/models/models_5.d.ts +860 -4
- package/dist-types/pagination/ListKnowledgeBasesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchKnowledgeBasesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +41 -0
- package/dist-types/ts3.4/QuickSight.d.ts +150 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/BatchDeleteKnowledgeBaseCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +2 -4
- 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 +4 -2
- package/dist-types/ts3.4/commands/DescribeKnowledgeBaseCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeKnowledgeBasePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListUsersIndexCapacityCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/SearchKnowledgeBasesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateActionConnectorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateActionConnectorPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKnowledgeBasePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/enums.d.ts +85 -0
- package/dist-types/ts3.4/models/errors.d.ts +28 -28
- package/dist-types/ts3.4/models/models_2.d.ts +27 -34
- package/dist-types/ts3.4/models/models_3.d.ts +47 -44
- package/dist-types/ts3.4/models/models_4.d.ts +219 -195
- package/dist-types/ts3.4/models/models_5.d.ts +209 -0
- package/dist-types/ts3.4/pagination/ListKnowledgeBasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchKnowledgeBasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +41 -0
- package/package.json +5 -5
|
@@ -1,7 +1,149 @@
|
|
|
1
1
|
import type { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
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,
|
|
3
|
+
import type { AccountCustomization, AccountInfo, AccountSettings, ActionConnector, Agent, AggregateOperation, Analysis, AnalysisDefaults, AnalysisError, AssetOptions, CalculatedField, ColumnConfiguration, DataPrepAggregationFunction, Entity, FilterGroup, FontConfiguration, ParameterDeclaration, QueryExecutionOptions, Sheet, TransformOperationSource } 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, ColumnToUnpivot, ComparativeOrder, ControlTitleFontConfiguration, CreateColumnsOperation, DashboardPublishOptions, DashboardVersionDefinition, DataSetReference, DataSourceParameters, DestinationTable, DisplayFormatOptions, FilterOperation, FiltersOperation, ImportTableOperation, InputColumn, JoinOperation, LinkSharingConfiguration, PivotConfiguration, ResourcePermission, SheetDefinition, SnapshotFile, SnapshotJobResultFileGroup, SnapshotS3DestinationConfiguration, SourceTable, SslProperties, StaticFile, Tag, TooltipSheetDefinition, ValidationStrategy, VpcConnectionProperties } from "./models_2";
|
|
5
|
+
/**
|
|
6
|
+
* <p>Configuration for how to handle value columns in pivot operations, including aggregation settings.</p>
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface ValueColumnConfiguration {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The aggregation function to apply when multiple values map to the same pivoted cell.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
AggregationFunction?: DataPrepAggregationFunction | undefined;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* <p>A transform operation that pivots data by converting row values into columns.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
export interface PivotOperation {
|
|
21
|
+
/**
|
|
22
|
+
* <p>Alias for this operation.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
Alias: string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* <p>The source transform operation that provides input data for pivoting.</p>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
Source: TransformOperationSource | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* <p>The list of column names to group by when performing the pivot operation.</p>
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
GroupByColumnNames?: string[] | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* <p>Configuration for how to aggregate values when multiple rows map to the same pivoted column.</p>
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
ValueColumnConfiguration: ValueColumnConfiguration | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* <p>Configuration that specifies which labels to pivot and how to structure the resulting columns.</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
PivotConfiguration: PivotConfiguration | undefined;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* <p>A transform operation that projects columns. Operations that come after a projection
|
|
49
|
+
* can only refer to projected columns.</p>
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
export interface ProjectOperation {
|
|
53
|
+
/**
|
|
54
|
+
* <p>Alias for this operation.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
Alias?: string | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The source transform operation that provides input data for column projection.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
Source?: TransformOperationSource | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* <p>Projected columns.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
ProjectedColumns: string[] | undefined;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* <p>A transform operation that renames a column.</p>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
export interface RenameColumnOperation {
|
|
74
|
+
/**
|
|
75
|
+
* <p>The name of the column to be renamed.</p>
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
ColumnName: string | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* <p>The new name for the column.</p>
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
NewColumnName: string | undefined;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* <p>A transform operation that renames one or more columns in the dataset.</p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
export interface RenameColumnsOperation {
|
|
90
|
+
/**
|
|
91
|
+
* <p>Alias for this operation.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
Alias: string | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* <p>The source transform operation that provides input data for column renaming.</p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
Source: TransformOperationSource | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* <p>The list of column rename operations to perform, specifying old and new column names.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
RenameColumnOperations: RenameColumnOperation[] | undefined;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* <p>A transform operation that converts columns into rows, normalizing the data structure.</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
export interface UnpivotOperation {
|
|
111
|
+
/**
|
|
112
|
+
* <p>Alias for this operation.</p>
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
Alias: string | undefined;
|
|
116
|
+
/**
|
|
117
|
+
* <p>The source transform operation that provides input data for unpivoting.</p>
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
Source: TransformOperationSource | undefined;
|
|
121
|
+
/**
|
|
122
|
+
* <p>The list of columns to unpivot from the source data.</p>
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
ColumnsToUnpivot: ColumnToUnpivot[] | undefined;
|
|
126
|
+
/**
|
|
127
|
+
* <p>The name for the new column that will contain the unpivoted column names.</p>
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
UnpivotedLabelColumnName: string | undefined;
|
|
131
|
+
/**
|
|
132
|
+
* <p>A unique identifier for the new column that will contain the unpivoted column names.</p>
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
135
|
+
UnpivotedLabelColumnId: string | undefined;
|
|
136
|
+
/**
|
|
137
|
+
* <p>The name for the new column that will contain the unpivoted values.</p>
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
140
|
+
UnpivotedValueColumnName: string | undefined;
|
|
141
|
+
/**
|
|
142
|
+
* <p>A unique identifier for the new column that will contain the unpivoted values.</p>
|
|
143
|
+
* @public
|
|
144
|
+
*/
|
|
145
|
+
UnpivotedValueColumnId: string | undefined;
|
|
146
|
+
}
|
|
5
147
|
/**
|
|
6
148
|
* <p>A step in data preparation that performs a specific operation on the data.</p>
|
|
7
149
|
* @public
|
|
@@ -5899,6 +6041,46 @@ export interface DeleteIdentityPropagationConfigResponse {
|
|
|
5899
6041
|
*/
|
|
5900
6042
|
Status?: number | undefined;
|
|
5901
6043
|
}
|
|
6044
|
+
/**
|
|
6045
|
+
* @public
|
|
6046
|
+
*/
|
|
6047
|
+
export interface DeleteKnowledgeBaseRequest {
|
|
6048
|
+
/**
|
|
6049
|
+
* <p>The ID of the Amazon Web Services account that contains the knowledge base.</p>
|
|
6050
|
+
* @public
|
|
6051
|
+
*/
|
|
6052
|
+
AwsAccountId: string | undefined;
|
|
6053
|
+
/**
|
|
6054
|
+
* <p>The unique identifier for the knowledge base.</p>
|
|
6055
|
+
* @public
|
|
6056
|
+
*/
|
|
6057
|
+
KnowledgeBaseId: string | undefined;
|
|
6058
|
+
}
|
|
6059
|
+
/**
|
|
6060
|
+
* @public
|
|
6061
|
+
*/
|
|
6062
|
+
export interface DeleteKnowledgeBaseResponse {
|
|
6063
|
+
/**
|
|
6064
|
+
* <p>The ARN of the deleted knowledge base.</p>
|
|
6065
|
+
* @public
|
|
6066
|
+
*/
|
|
6067
|
+
KnowledgeBaseArn: string | undefined;
|
|
6068
|
+
/**
|
|
6069
|
+
* <p>The ID of the deleted knowledge base.</p>
|
|
6070
|
+
* @public
|
|
6071
|
+
*/
|
|
6072
|
+
KnowledgeBaseId: string | undefined;
|
|
6073
|
+
/**
|
|
6074
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
6075
|
+
* @public
|
|
6076
|
+
*/
|
|
6077
|
+
RequestId?: string | undefined;
|
|
6078
|
+
/**
|
|
6079
|
+
* <p>The HTTP status of the request.</p>
|
|
6080
|
+
* @public
|
|
6081
|
+
*/
|
|
6082
|
+
Status?: number | undefined;
|
|
6083
|
+
}
|
|
5902
6084
|
/**
|
|
5903
6085
|
* @public
|
|
5904
6086
|
*/
|
|
@@ -8170,155 +8352,3 @@ export interface DescribeDataSetRequest {
|
|
|
8170
8352
|
*/
|
|
8171
8353
|
DataSetId: string | undefined;
|
|
8172
8354
|
}
|
|
8173
|
-
/**
|
|
8174
|
-
* @public
|
|
8175
|
-
*/
|
|
8176
|
-
export interface DescribeDataSetResponse {
|
|
8177
|
-
/**
|
|
8178
|
-
* <p>Information on the dataset.</p>
|
|
8179
|
-
* @public
|
|
8180
|
-
*/
|
|
8181
|
-
DataSet?: DataSet | undefined;
|
|
8182
|
-
/**
|
|
8183
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
8184
|
-
* @public
|
|
8185
|
-
*/
|
|
8186
|
-
RequestId?: string | undefined;
|
|
8187
|
-
/**
|
|
8188
|
-
* <p>The HTTP status of the request.</p>
|
|
8189
|
-
* @public
|
|
8190
|
-
*/
|
|
8191
|
-
Status?: number | undefined;
|
|
8192
|
-
}
|
|
8193
|
-
/**
|
|
8194
|
-
* @public
|
|
8195
|
-
*/
|
|
8196
|
-
export interface DescribeDataSetPermissionsRequest {
|
|
8197
|
-
/**
|
|
8198
|
-
* <p>The Amazon Web Services account ID.</p>
|
|
8199
|
-
* @public
|
|
8200
|
-
*/
|
|
8201
|
-
AwsAccountId: string | undefined;
|
|
8202
|
-
/**
|
|
8203
|
-
* <p>The ID for the dataset that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
8204
|
-
* @public
|
|
8205
|
-
*/
|
|
8206
|
-
DataSetId: string | undefined;
|
|
8207
|
-
}
|
|
8208
|
-
/**
|
|
8209
|
-
* @public
|
|
8210
|
-
*/
|
|
8211
|
-
export interface DescribeDataSetPermissionsResponse {
|
|
8212
|
-
/**
|
|
8213
|
-
* <p>The Amazon Resource Name (ARN) of the dataset.</p>
|
|
8214
|
-
* @public
|
|
8215
|
-
*/
|
|
8216
|
-
DataSetArn?: string | undefined;
|
|
8217
|
-
/**
|
|
8218
|
-
* <p>The ID for the dataset that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
8219
|
-
* @public
|
|
8220
|
-
*/
|
|
8221
|
-
DataSetId?: string | undefined;
|
|
8222
|
-
/**
|
|
8223
|
-
* <p>A list of resource permissions on the dataset.</p>
|
|
8224
|
-
* @public
|
|
8225
|
-
*/
|
|
8226
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
8227
|
-
/**
|
|
8228
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
8229
|
-
* @public
|
|
8230
|
-
*/
|
|
8231
|
-
RequestId?: string | undefined;
|
|
8232
|
-
/**
|
|
8233
|
-
* <p>The HTTP status of the request.</p>
|
|
8234
|
-
* @public
|
|
8235
|
-
*/
|
|
8236
|
-
Status?: number | undefined;
|
|
8237
|
-
}
|
|
8238
|
-
/**
|
|
8239
|
-
* @public
|
|
8240
|
-
*/
|
|
8241
|
-
export interface DescribeDataSetRefreshPropertiesRequest {
|
|
8242
|
-
/**
|
|
8243
|
-
* <p>The Amazon Web Services account ID.</p>
|
|
8244
|
-
* @public
|
|
8245
|
-
*/
|
|
8246
|
-
AwsAccountId: string | undefined;
|
|
8247
|
-
/**
|
|
8248
|
-
* <p>The ID of the dataset.</p>
|
|
8249
|
-
* @public
|
|
8250
|
-
*/
|
|
8251
|
-
DataSetId: string | undefined;
|
|
8252
|
-
}
|
|
8253
|
-
/**
|
|
8254
|
-
* @public
|
|
8255
|
-
*/
|
|
8256
|
-
export interface DescribeDataSetRefreshPropertiesResponse {
|
|
8257
|
-
/**
|
|
8258
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
8259
|
-
* @public
|
|
8260
|
-
*/
|
|
8261
|
-
RequestId?: string | undefined;
|
|
8262
|
-
/**
|
|
8263
|
-
* <p>The HTTP status of the request.</p>
|
|
8264
|
-
* @public
|
|
8265
|
-
*/
|
|
8266
|
-
Status?: number | undefined;
|
|
8267
|
-
/**
|
|
8268
|
-
* <p>The dataset refresh properties.</p>
|
|
8269
|
-
* @public
|
|
8270
|
-
*/
|
|
8271
|
-
DataSetRefreshProperties?: DataSetRefreshProperties | undefined;
|
|
8272
|
-
}
|
|
8273
|
-
/**
|
|
8274
|
-
* @public
|
|
8275
|
-
*/
|
|
8276
|
-
export interface DescribeDataSourceRequest {
|
|
8277
|
-
/**
|
|
8278
|
-
* <p>The Amazon Web Services account ID.</p>
|
|
8279
|
-
* @public
|
|
8280
|
-
*/
|
|
8281
|
-
AwsAccountId: string | undefined;
|
|
8282
|
-
/**
|
|
8283
|
-
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each
|
|
8284
|
-
* Amazon Web Services account.</p>
|
|
8285
|
-
* @public
|
|
8286
|
-
*/
|
|
8287
|
-
DataSourceId: string | undefined;
|
|
8288
|
-
}
|
|
8289
|
-
/**
|
|
8290
|
-
* @public
|
|
8291
|
-
*/
|
|
8292
|
-
export interface DescribeDataSourceResponse {
|
|
8293
|
-
/**
|
|
8294
|
-
* <p>The information on the data source.</p>
|
|
8295
|
-
* @public
|
|
8296
|
-
*/
|
|
8297
|
-
DataSource?: DataSource | undefined;
|
|
8298
|
-
/**
|
|
8299
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
8300
|
-
* @public
|
|
8301
|
-
*/
|
|
8302
|
-
RequestId?: string | undefined;
|
|
8303
|
-
/**
|
|
8304
|
-
* <p>The HTTP status of the request.</p>
|
|
8305
|
-
* @public
|
|
8306
|
-
*/
|
|
8307
|
-
Status?: number | undefined;
|
|
8308
|
-
}
|
|
8309
|
-
/**
|
|
8310
|
-
* @public
|
|
8311
|
-
*/
|
|
8312
|
-
export interface DescribeDataSourcePermissionsRequest {
|
|
8313
|
-
/**
|
|
8314
|
-
* <p>The Amazon Web Services account ID.</p>
|
|
8315
|
-
* @public
|
|
8316
|
-
*/
|
|
8317
|
-
AwsAccountId: string | undefined;
|
|
8318
|
-
/**
|
|
8319
|
-
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each
|
|
8320
|
-
* Amazon Web Services account.</p>
|
|
8321
|
-
* @public
|
|
8322
|
-
*/
|
|
8323
|
-
DataSourceId: string | undefined;
|
|
8324
|
-
}
|