@aws-sdk/client-quicksight 3.1048.0 → 3.1050.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/dist-cjs/schemas/schemas_0.js +142 -50
- package/dist-es/schemas/schemas_0.js +106 -14
- package/dist-types/commands/CreateDataSetCommand.d.ts +39 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +39 -0
- package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -2
- package/dist-types/commands/UpdateDataSetCommand.d.ts +39 -0
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +12 -37
- package/dist-types/models/models_1.d.ts +38 -18
- package/dist-types/models/models_2.d.ts +50 -70
- package/dist-types/models/models_3.d.ts +172 -212
- package/dist-types/models/models_4.d.ts +213 -288
- package/dist-types/models/models_5.d.ts +287 -2
- package/dist-types/schemas/schemas_0.d.ts +10 -0
- package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +3 -7
- package/dist-types/ts3.4/models/models_1.d.ts +9 -5
- package/dist-types/ts3.4/models/models_2.d.ts +13 -17
- package/dist-types/ts3.4/models/models_3.d.ts +48 -56
- package/dist-types/ts3.4/models/models_4.d.ts +57 -69
- package/dist-types/ts3.4/models/models_5.d.ts +74 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
- package/package.json +3 -3
|
@@ -18,6 +18,7 @@ import {
|
|
|
18
18
|
DashboardsQAStatus,
|
|
19
19
|
DataSetFilterAttribute,
|
|
20
20
|
DataSetImportMode,
|
|
21
|
+
DatasetParameterValueType,
|
|
21
22
|
DataSetUseAs,
|
|
22
23
|
DataSourceErrorInfoType,
|
|
23
24
|
DataSourceFilterAttribute,
|
|
@@ -42,14 +43,11 @@ import {
|
|
|
42
43
|
NamedEntityAggType,
|
|
43
44
|
NamedFilterAggType,
|
|
44
45
|
NamedFilterType,
|
|
45
|
-
NamespaceErrorType,
|
|
46
46
|
NamespaceStatus,
|
|
47
47
|
NullFilterType,
|
|
48
|
-
PersonalizationMode,
|
|
49
48
|
PropertyRole,
|
|
50
49
|
PropertyUsage,
|
|
51
50
|
QDataKeyType,
|
|
52
|
-
QSearchStatus,
|
|
53
51
|
RefreshInterval,
|
|
54
52
|
ResourceStatus,
|
|
55
53
|
Role,
|
|
@@ -112,6 +110,7 @@ import {
|
|
|
112
110
|
ColumnGroupSchema,
|
|
113
111
|
ColumnLevelPermissionRule,
|
|
114
112
|
ColumnSchema,
|
|
113
|
+
ColumnSemanticProperty,
|
|
115
114
|
ColumnTag,
|
|
116
115
|
ComparativeOrder,
|
|
117
116
|
ControlTitleFontConfiguration,
|
|
@@ -119,14 +118,15 @@ import {
|
|
|
119
118
|
DashboardPublishOptions,
|
|
120
119
|
DashboardVersionDefinition,
|
|
121
120
|
DataPrepConfiguration,
|
|
122
|
-
DatasetParameter,
|
|
123
121
|
DataSetReference,
|
|
124
122
|
DataSetRefreshProperties,
|
|
125
|
-
DataSetUsageConfiguration,
|
|
126
123
|
DataSourceParameters,
|
|
124
|
+
DateTimeDatasetParameter,
|
|
125
|
+
DecimalDatasetParameter,
|
|
127
126
|
DisplayFormatOptions,
|
|
128
127
|
FilterOperation,
|
|
129
128
|
InputColumn,
|
|
129
|
+
IntegerDatasetParameter,
|
|
130
130
|
LinkSharingConfiguration,
|
|
131
131
|
ProjectOperation,
|
|
132
132
|
RenameColumnOperation,
|
|
@@ -137,11 +137,28 @@ import {
|
|
|
137
137
|
SnapshotS3DestinationConfiguration,
|
|
138
138
|
SslProperties,
|
|
139
139
|
StaticFile,
|
|
140
|
+
StringDatasetParameterDefaultValues,
|
|
140
141
|
Tag,
|
|
141
142
|
TooltipSheetDefinition,
|
|
142
143
|
ValidationStrategy,
|
|
143
144
|
VpcConnectionProperties,
|
|
144
145
|
} from "./models_2";
|
|
146
|
+
export interface StringDatasetParameter {
|
|
147
|
+
Id: string | undefined;
|
|
148
|
+
Name: string | undefined;
|
|
149
|
+
ValueType: DatasetParameterValueType | undefined;
|
|
150
|
+
DefaultValues?: StringDatasetParameterDefaultValues | undefined;
|
|
151
|
+
}
|
|
152
|
+
export interface DatasetParameter {
|
|
153
|
+
StringDatasetParameter?: StringDatasetParameter | undefined;
|
|
154
|
+
DecimalDatasetParameter?: DecimalDatasetParameter | undefined;
|
|
155
|
+
IntegerDatasetParameter?: IntegerDatasetParameter | undefined;
|
|
156
|
+
DateTimeDatasetParameter?: DateTimeDatasetParameter | undefined;
|
|
157
|
+
}
|
|
158
|
+
export interface DataSetUsageConfiguration {
|
|
159
|
+
DisableUseAsDirectQuerySource?: boolean | undefined;
|
|
160
|
+
DisableUseAsImportedSource?: boolean | undefined;
|
|
161
|
+
}
|
|
145
162
|
export interface FieldFolder {
|
|
146
163
|
description?: string | undefined;
|
|
147
164
|
columns?: string[] | undefined;
|
|
@@ -419,17 +436,43 @@ export interface RowLevelPermissionTagConfiguration {
|
|
|
419
436
|
TagRules: RowLevelPermissionTagRule[] | undefined;
|
|
420
437
|
TagRuleConfigurations?: string[][] | undefined;
|
|
421
438
|
}
|
|
439
|
+
export interface UploadedDocumentMetadata {
|
|
440
|
+
Name?: string | undefined;
|
|
441
|
+
}
|
|
442
|
+
export interface InlineCustomInstruction {
|
|
443
|
+
InstructionText: string | undefined;
|
|
444
|
+
UploadedDocumentMetadata?: UploadedDocumentMetadata | undefined;
|
|
445
|
+
}
|
|
446
|
+
export interface CustomInstruction {
|
|
447
|
+
InlineCustomInstruction?: InlineCustomInstruction | undefined;
|
|
448
|
+
}
|
|
449
|
+
export interface DataSetSemanticDescription {
|
|
450
|
+
Text: string | undefined;
|
|
451
|
+
}
|
|
452
|
+
export interface DataSetSemanticMetadata {
|
|
453
|
+
Description?: DataSetSemanticDescription | undefined;
|
|
454
|
+
CustomInstructions?: CustomInstruction[] | undefined;
|
|
455
|
+
}
|
|
422
456
|
export interface RowLevelPermissionConfiguration {
|
|
423
457
|
TagConfiguration?: RowLevelPermissionTagConfiguration | undefined;
|
|
424
458
|
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
|
|
425
459
|
}
|
|
460
|
+
export interface SharedColumnSemanticMetadata {
|
|
461
|
+
ColumnNames?: string[] | undefined;
|
|
462
|
+
ColumnProperties: ColumnSemanticProperty[] | undefined;
|
|
463
|
+
}
|
|
464
|
+
export interface TableSemanticMetadata {
|
|
465
|
+
ColumnMetadata?: SharedColumnSemanticMetadata[] | undefined;
|
|
466
|
+
}
|
|
426
467
|
export interface SemanticTable {
|
|
427
468
|
Alias: string | undefined;
|
|
428
469
|
DestinationTableId: string | undefined;
|
|
429
470
|
RowLevelPermissionConfiguration?: RowLevelPermissionConfiguration | undefined;
|
|
471
|
+
SemanticMetadata?: TableSemanticMetadata | undefined;
|
|
430
472
|
}
|
|
431
473
|
export interface SemanticModelConfiguration {
|
|
432
474
|
TableMap?: Record<string, SemanticTable> | undefined;
|
|
475
|
+
SemanticMetadata?: DataSetSemanticMetadata[] | undefined;
|
|
433
476
|
}
|
|
434
477
|
export interface CreateDataSetRequest {
|
|
435
478
|
AwsAccountId: string | undefined;
|
|
@@ -2028,54 +2071,3 @@ export interface QDataKey {
|
|
|
2028
2071
|
QDataKeyArn?: string | undefined;
|
|
2029
2072
|
QDataKeyType?: QDataKeyType | undefined;
|
|
2030
2073
|
}
|
|
2031
|
-
export interface DescribeKeyRegistrationResponse {
|
|
2032
|
-
AwsAccountId?: string | undefined;
|
|
2033
|
-
KeyRegistration?: RegisteredCustomerManagedKey[] | undefined;
|
|
2034
|
-
QDataKey?: QDataKey | undefined;
|
|
2035
|
-
RequestId?: string | undefined;
|
|
2036
|
-
Status?: number | undefined;
|
|
2037
|
-
}
|
|
2038
|
-
export interface DescribeNamespaceRequest {
|
|
2039
|
-
AwsAccountId: string | undefined;
|
|
2040
|
-
Namespace: string | undefined;
|
|
2041
|
-
}
|
|
2042
|
-
export interface NamespaceError {
|
|
2043
|
-
Type?: NamespaceErrorType | undefined;
|
|
2044
|
-
Message?: string | undefined;
|
|
2045
|
-
}
|
|
2046
|
-
export interface NamespaceInfoV2 {
|
|
2047
|
-
Name?: string | undefined;
|
|
2048
|
-
Arn?: string | undefined;
|
|
2049
|
-
CapacityRegion?: string | undefined;
|
|
2050
|
-
CreationStatus?: NamespaceStatus | undefined;
|
|
2051
|
-
IdentityStore?: IdentityStore | undefined;
|
|
2052
|
-
NamespaceError?: NamespaceError | undefined;
|
|
2053
|
-
IamIdentityCenterApplicationArn?: string | undefined;
|
|
2054
|
-
IamIdentityCenterInstanceArn?: string | undefined;
|
|
2055
|
-
}
|
|
2056
|
-
export interface DescribeNamespaceResponse {
|
|
2057
|
-
Namespace?: NamespaceInfoV2 | undefined;
|
|
2058
|
-
RequestId?: string | undefined;
|
|
2059
|
-
Status?: number | undefined;
|
|
2060
|
-
}
|
|
2061
|
-
export interface DescribeQPersonalizationConfigurationRequest {
|
|
2062
|
-
AwsAccountId: string | undefined;
|
|
2063
|
-
}
|
|
2064
|
-
export interface DescribeQPersonalizationConfigurationResponse {
|
|
2065
|
-
PersonalizationMode?: PersonalizationMode | undefined;
|
|
2066
|
-
RequestId?: string | undefined;
|
|
2067
|
-
Status?: number | undefined;
|
|
2068
|
-
}
|
|
2069
|
-
export interface DescribeQuickSightQSearchConfigurationRequest {
|
|
2070
|
-
AwsAccountId: string | undefined;
|
|
2071
|
-
}
|
|
2072
|
-
export interface DescribeQuickSightQSearchConfigurationResponse {
|
|
2073
|
-
QSearchStatus?: QSearchStatus | undefined;
|
|
2074
|
-
RequestId?: string | undefined;
|
|
2075
|
-
Status?: number | undefined;
|
|
2076
|
-
}
|
|
2077
|
-
export interface DescribeRefreshScheduleRequest {
|
|
2078
|
-
AwsAccountId: string | undefined;
|
|
2079
|
-
DataSetId: string | undefined;
|
|
2080
|
-
ScheduleId: string | undefined;
|
|
2081
|
-
}
|
|
@@ -13,10 +13,13 @@ import {
|
|
|
13
13
|
GeneratedAnswerStatus,
|
|
14
14
|
GroupFilterAttribute,
|
|
15
15
|
GroupFilterOperator,
|
|
16
|
+
IdentityStore,
|
|
16
17
|
IdentityType,
|
|
17
18
|
IncludeFolderMembers,
|
|
18
19
|
IncludeGeneratedAnswer,
|
|
19
20
|
IncludeQuickSightQIndex,
|
|
21
|
+
NamespaceErrorType,
|
|
22
|
+
NamespaceStatus,
|
|
20
23
|
NetworkInterfaceStatus,
|
|
21
24
|
PersonalizationMode,
|
|
22
25
|
PurchaseMode,
|
|
@@ -81,9 +84,7 @@ import {
|
|
|
81
84
|
DashboardVersionDefinition,
|
|
82
85
|
DashboardVisualId,
|
|
83
86
|
DataPrepConfiguration,
|
|
84
|
-
DatasetParameter,
|
|
85
87
|
DataSetRefreshProperties,
|
|
86
|
-
DataSetUsageConfiguration,
|
|
87
88
|
DataSourceParameters,
|
|
88
89
|
LinkSharingConfiguration,
|
|
89
90
|
ResourcePermission,
|
|
@@ -102,8 +103,10 @@ import {
|
|
|
102
103
|
DashboardVersionSummary,
|
|
103
104
|
DashboardVisualResult,
|
|
104
105
|
DataSetConfiguration,
|
|
106
|
+
DatasetParameter,
|
|
105
107
|
DataSetSearchFilter,
|
|
106
108
|
DataSetSummary,
|
|
109
|
+
DataSetUsageConfiguration,
|
|
107
110
|
DataSource,
|
|
108
111
|
DataSourceCredentials,
|
|
109
112
|
DataSourceSearchFilter,
|
|
@@ -113,9 +116,9 @@ import {
|
|
|
113
116
|
GroupMember,
|
|
114
117
|
Ingestion,
|
|
115
118
|
LogicalTable,
|
|
116
|
-
NamespaceInfoV2,
|
|
117
119
|
PerformanceConfiguration,
|
|
118
120
|
PhysicalTable,
|
|
121
|
+
QDataKey,
|
|
119
122
|
RefreshSchedule,
|
|
120
123
|
RegisteredCustomerManagedKey,
|
|
121
124
|
RowLevelPermissionDataSet,
|
|
@@ -130,6 +133,57 @@ import {
|
|
|
130
133
|
TopicDetails,
|
|
131
134
|
TopicRefreshSchedule,
|
|
132
135
|
} from "./models_3";
|
|
136
|
+
export interface DescribeKeyRegistrationResponse {
|
|
137
|
+
AwsAccountId?: string | undefined;
|
|
138
|
+
KeyRegistration?: RegisteredCustomerManagedKey[] | undefined;
|
|
139
|
+
QDataKey?: QDataKey | undefined;
|
|
140
|
+
RequestId?: string | undefined;
|
|
141
|
+
Status?: number | undefined;
|
|
142
|
+
}
|
|
143
|
+
export interface DescribeNamespaceRequest {
|
|
144
|
+
AwsAccountId: string | undefined;
|
|
145
|
+
Namespace: string | undefined;
|
|
146
|
+
}
|
|
147
|
+
export interface NamespaceError {
|
|
148
|
+
Type?: NamespaceErrorType | undefined;
|
|
149
|
+
Message?: string | undefined;
|
|
150
|
+
}
|
|
151
|
+
export interface NamespaceInfoV2 {
|
|
152
|
+
Name?: string | undefined;
|
|
153
|
+
Arn?: string | undefined;
|
|
154
|
+
CapacityRegion?: string | undefined;
|
|
155
|
+
CreationStatus?: NamespaceStatus | undefined;
|
|
156
|
+
IdentityStore?: IdentityStore | undefined;
|
|
157
|
+
NamespaceError?: NamespaceError | undefined;
|
|
158
|
+
IamIdentityCenterApplicationArn?: string | undefined;
|
|
159
|
+
IamIdentityCenterInstanceArn?: string | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface DescribeNamespaceResponse {
|
|
162
|
+
Namespace?: NamespaceInfoV2 | undefined;
|
|
163
|
+
RequestId?: string | undefined;
|
|
164
|
+
Status?: number | undefined;
|
|
165
|
+
}
|
|
166
|
+
export interface DescribeQPersonalizationConfigurationRequest {
|
|
167
|
+
AwsAccountId: string | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface DescribeQPersonalizationConfigurationResponse {
|
|
170
|
+
PersonalizationMode?: PersonalizationMode | undefined;
|
|
171
|
+
RequestId?: string | undefined;
|
|
172
|
+
Status?: number | undefined;
|
|
173
|
+
}
|
|
174
|
+
export interface DescribeQuickSightQSearchConfigurationRequest {
|
|
175
|
+
AwsAccountId: string | undefined;
|
|
176
|
+
}
|
|
177
|
+
export interface DescribeQuickSightQSearchConfigurationResponse {
|
|
178
|
+
QSearchStatus?: QSearchStatus | undefined;
|
|
179
|
+
RequestId?: string | undefined;
|
|
180
|
+
Status?: number | undefined;
|
|
181
|
+
}
|
|
182
|
+
export interface DescribeRefreshScheduleRequest {
|
|
183
|
+
AwsAccountId: string | undefined;
|
|
184
|
+
DataSetId: string | undefined;
|
|
185
|
+
ScheduleId: string | undefined;
|
|
186
|
+
}
|
|
133
187
|
export interface DescribeRefreshScheduleResponse {
|
|
134
188
|
RefreshSchedule?: RefreshSchedule | undefined;
|
|
135
189
|
Status?: number | undefined;
|
|
@@ -1915,69 +1969,3 @@ export interface UpdateTemplatePermissionsRequest {
|
|
|
1915
1969
|
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1916
1970
|
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1917
1971
|
}
|
|
1918
|
-
export interface UpdateTemplatePermissionsResponse {
|
|
1919
|
-
TemplateId?: string | undefined;
|
|
1920
|
-
TemplateArn?: string | undefined;
|
|
1921
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1922
|
-
RequestId?: string | undefined;
|
|
1923
|
-
Status?: number | undefined;
|
|
1924
|
-
}
|
|
1925
|
-
export interface UpdateThemeRequest {
|
|
1926
|
-
AwsAccountId: string | undefined;
|
|
1927
|
-
ThemeId: string | undefined;
|
|
1928
|
-
Name?: string | undefined;
|
|
1929
|
-
BaseThemeId: string | undefined;
|
|
1930
|
-
VersionDescription?: string | undefined;
|
|
1931
|
-
Configuration?: ThemeConfiguration | undefined;
|
|
1932
|
-
}
|
|
1933
|
-
export interface UpdateThemeResponse {
|
|
1934
|
-
ThemeId?: string | undefined;
|
|
1935
|
-
Arn?: string | undefined;
|
|
1936
|
-
VersionArn?: string | undefined;
|
|
1937
|
-
CreationStatus?: ResourceStatus | undefined;
|
|
1938
|
-
Status?: number | undefined;
|
|
1939
|
-
RequestId?: string | undefined;
|
|
1940
|
-
}
|
|
1941
|
-
export interface UpdateThemeAliasRequest {
|
|
1942
|
-
AwsAccountId: string | undefined;
|
|
1943
|
-
ThemeId: string | undefined;
|
|
1944
|
-
AliasName: string | undefined;
|
|
1945
|
-
ThemeVersionNumber: number | undefined;
|
|
1946
|
-
}
|
|
1947
|
-
export interface UpdateThemeAliasResponse {
|
|
1948
|
-
ThemeAlias?: ThemeAlias | undefined;
|
|
1949
|
-
Status?: number | undefined;
|
|
1950
|
-
RequestId?: string | undefined;
|
|
1951
|
-
}
|
|
1952
|
-
export interface UpdateThemePermissionsRequest {
|
|
1953
|
-
AwsAccountId: string | undefined;
|
|
1954
|
-
ThemeId: string | undefined;
|
|
1955
|
-
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1956
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1957
|
-
}
|
|
1958
|
-
export interface UpdateThemePermissionsResponse {
|
|
1959
|
-
ThemeId?: string | undefined;
|
|
1960
|
-
ThemeArn?: string | undefined;
|
|
1961
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1962
|
-
RequestId?: string | undefined;
|
|
1963
|
-
Status?: number | undefined;
|
|
1964
|
-
}
|
|
1965
|
-
export interface UpdateTopicRequest {
|
|
1966
|
-
AwsAccountId: string | undefined;
|
|
1967
|
-
TopicId: string | undefined;
|
|
1968
|
-
Topic: TopicDetails | undefined;
|
|
1969
|
-
CustomInstructions?: CustomInstructions | undefined;
|
|
1970
|
-
}
|
|
1971
|
-
export interface UpdateTopicResponse {
|
|
1972
|
-
TopicId?: string | undefined;
|
|
1973
|
-
Arn?: string | undefined;
|
|
1974
|
-
RefreshArn?: string | undefined;
|
|
1975
|
-
RequestId?: string | undefined;
|
|
1976
|
-
Status?: number | undefined;
|
|
1977
|
-
}
|
|
1978
|
-
export interface UpdateTopicPermissionsRequest {
|
|
1979
|
-
AwsAccountId: string | undefined;
|
|
1980
|
-
TopicId: string | undefined;
|
|
1981
|
-
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1982
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1983
|
-
}
|
|
@@ -1,12 +1,85 @@
|
|
|
1
1
|
import {
|
|
2
|
+
ResourceStatus,
|
|
2
3
|
UserRole,
|
|
3
4
|
VisualRole,
|
|
4
5
|
VPCConnectionAvailabilityStatus,
|
|
5
6
|
VPCConnectionResourceStatus,
|
|
6
7
|
} from "./enums";
|
|
7
8
|
import { ResourcePermission, TopicIR, TopicTemplate } from "./models_2";
|
|
8
|
-
import {
|
|
9
|
+
import {
|
|
10
|
+
CustomInstructions,
|
|
11
|
+
ThemeAlias,
|
|
12
|
+
ThemeConfiguration,
|
|
13
|
+
TopicDetails,
|
|
14
|
+
TopicRefreshSchedule,
|
|
15
|
+
} from "./models_3";
|
|
9
16
|
import { User } from "./models_4";
|
|
17
|
+
export interface UpdateTemplatePermissionsResponse {
|
|
18
|
+
TemplateId?: string | undefined;
|
|
19
|
+
TemplateArn?: string | undefined;
|
|
20
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
21
|
+
RequestId?: string | undefined;
|
|
22
|
+
Status?: number | undefined;
|
|
23
|
+
}
|
|
24
|
+
export interface UpdateThemeRequest {
|
|
25
|
+
AwsAccountId: string | undefined;
|
|
26
|
+
ThemeId: string | undefined;
|
|
27
|
+
Name?: string | undefined;
|
|
28
|
+
BaseThemeId: string | undefined;
|
|
29
|
+
VersionDescription?: string | undefined;
|
|
30
|
+
Configuration?: ThemeConfiguration | undefined;
|
|
31
|
+
}
|
|
32
|
+
export interface UpdateThemeResponse {
|
|
33
|
+
ThemeId?: string | undefined;
|
|
34
|
+
Arn?: string | undefined;
|
|
35
|
+
VersionArn?: string | undefined;
|
|
36
|
+
CreationStatus?: ResourceStatus | undefined;
|
|
37
|
+
Status?: number | undefined;
|
|
38
|
+
RequestId?: string | undefined;
|
|
39
|
+
}
|
|
40
|
+
export interface UpdateThemeAliasRequest {
|
|
41
|
+
AwsAccountId: string | undefined;
|
|
42
|
+
ThemeId: string | undefined;
|
|
43
|
+
AliasName: string | undefined;
|
|
44
|
+
ThemeVersionNumber: number | undefined;
|
|
45
|
+
}
|
|
46
|
+
export interface UpdateThemeAliasResponse {
|
|
47
|
+
ThemeAlias?: ThemeAlias | undefined;
|
|
48
|
+
Status?: number | undefined;
|
|
49
|
+
RequestId?: string | undefined;
|
|
50
|
+
}
|
|
51
|
+
export interface UpdateThemePermissionsRequest {
|
|
52
|
+
AwsAccountId: string | undefined;
|
|
53
|
+
ThemeId: string | undefined;
|
|
54
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
55
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
56
|
+
}
|
|
57
|
+
export interface UpdateThemePermissionsResponse {
|
|
58
|
+
ThemeId?: string | undefined;
|
|
59
|
+
ThemeArn?: string | undefined;
|
|
60
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
61
|
+
RequestId?: string | undefined;
|
|
62
|
+
Status?: number | undefined;
|
|
63
|
+
}
|
|
64
|
+
export interface UpdateTopicRequest {
|
|
65
|
+
AwsAccountId: string | undefined;
|
|
66
|
+
TopicId: string | undefined;
|
|
67
|
+
Topic: TopicDetails | undefined;
|
|
68
|
+
CustomInstructions?: CustomInstructions | undefined;
|
|
69
|
+
}
|
|
70
|
+
export interface UpdateTopicResponse {
|
|
71
|
+
TopicId?: string | undefined;
|
|
72
|
+
Arn?: string | undefined;
|
|
73
|
+
RefreshArn?: string | undefined;
|
|
74
|
+
RequestId?: string | undefined;
|
|
75
|
+
Status?: number | undefined;
|
|
76
|
+
}
|
|
77
|
+
export interface UpdateTopicPermissionsRequest {
|
|
78
|
+
AwsAccountId: string | undefined;
|
|
79
|
+
TopicId: string | undefined;
|
|
80
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
81
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
82
|
+
}
|
|
10
83
|
export interface UpdateTopicPermissionsResponse {
|
|
11
84
|
TopicId?: string | undefined;
|
|
12
85
|
TopicArn?: string | undefined;
|
|
@@ -38,6 +38,7 @@ export declare var ActionConnectorError$: StaticStructureSchema;
|
|
|
38
38
|
export declare var ActionConnectorSearchFilter$: StaticStructureSchema;
|
|
39
39
|
export declare var ActionConnectorSummary$: StaticStructureSchema;
|
|
40
40
|
export declare var ActiveIAMPolicyAssignment$: StaticStructureSchema;
|
|
41
|
+
export declare var AdditionalNotes$: StaticStructureSchema;
|
|
41
42
|
export declare var AdHocFilteringOption$: StaticStructureSchema;
|
|
42
43
|
export declare var AggFunction$: StaticStructureSchema;
|
|
43
44
|
export declare var AggregateOperation$: StaticStructureSchema;
|
|
@@ -218,6 +219,8 @@ export declare var ColumnHierarchy$: StaticStructureSchema;
|
|
|
218
219
|
export declare var ColumnIdentifier$: StaticStructureSchema;
|
|
219
220
|
export declare var ColumnLevelPermissionRule$: StaticStructureSchema;
|
|
220
221
|
export declare var ColumnSchema$: StaticStructureSchema;
|
|
222
|
+
export declare var ColumnSemanticProperty$: StaticStructureSchema;
|
|
223
|
+
export declare var ColumnSemanticType$: StaticStructureSchema;
|
|
221
224
|
export declare var ColumnSort$: StaticStructureSchema;
|
|
222
225
|
export declare var ColumnTag$: StaticStructureSchema;
|
|
223
226
|
export declare var ColumnTooltipItem$: StaticStructureSchema;
|
|
@@ -316,6 +319,7 @@ export declare var CustomContentConfiguration$: StaticStructureSchema;
|
|
|
316
319
|
export declare var CustomContentVisual$: StaticStructureSchema;
|
|
317
320
|
export declare var CustomFilterConfiguration$: StaticStructureSchema;
|
|
318
321
|
export declare var CustomFilterListConfiguration$: StaticStructureSchema;
|
|
322
|
+
export declare var CustomInstruction$: StaticStructureSchema;
|
|
319
323
|
export declare var CustomInstructions$: StaticStructureSchema;
|
|
320
324
|
export declare var CustomNarrativeOptions$: StaticStructureSchema;
|
|
321
325
|
export declare var CustomParameterValues$: StaticStructureSchema;
|
|
@@ -379,6 +383,8 @@ export declare var DataSetReference$: StaticStructureSchema;
|
|
|
379
383
|
export declare var DataSetRefreshProperties$: StaticStructureSchema;
|
|
380
384
|
export declare var DataSetSchema$: StaticStructureSchema;
|
|
381
385
|
export declare var DataSetSearchFilter$: StaticStructureSchema;
|
|
386
|
+
export declare var DataSetSemanticDescription$: StaticStructureSchema;
|
|
387
|
+
export declare var DataSetSemanticMetadata$: StaticStructureSchema;
|
|
382
388
|
export declare var DataSetStringComparisonFilterCondition$: StaticStructureSchema;
|
|
383
389
|
export declare var DataSetStringFilterCondition$: StaticStructureSchema;
|
|
384
390
|
export declare var DataSetStringFilterValue$: StaticStructureSchema;
|
|
@@ -805,6 +811,7 @@ export declare var ImportTableOperation$: StaticStructureSchema;
|
|
|
805
811
|
export declare var ImportTableOperationSource$: StaticStructureSchema;
|
|
806
812
|
export declare var IncrementalRefresh$: StaticStructureSchema;
|
|
807
813
|
export declare var Ingestion$: StaticStructureSchema;
|
|
814
|
+
export declare var InlineCustomInstruction$: StaticStructureSchema;
|
|
808
815
|
export declare var InnerFilter$: StaticStructureSchema;
|
|
809
816
|
export declare var InputColumn$: StaticStructureSchema;
|
|
810
817
|
export declare var InsightConfiguration$: StaticStructureSchema;
|
|
@@ -1184,6 +1191,7 @@ export declare var ServiceNowParameters$: StaticStructureSchema;
|
|
|
1184
1191
|
export declare var SessionTag$: StaticStructureSchema;
|
|
1185
1192
|
export declare var SetParameterValueConfiguration$: StaticStructureSchema;
|
|
1186
1193
|
export declare var ShapeConditionalFormat$: StaticStructureSchema;
|
|
1194
|
+
export declare var SharedColumnSemanticMetadata$: StaticStructureSchema;
|
|
1187
1195
|
export declare var SharedViewConfigurations$: StaticStructureSchema;
|
|
1188
1196
|
export declare var Sheet$: StaticStructureSchema;
|
|
1189
1197
|
export declare var SheetBackgroundStyle$: StaticStructureSchema;
|
|
@@ -1287,6 +1295,7 @@ export declare var TablePaginatedReportOptions$: StaticStructureSchema;
|
|
|
1287
1295
|
export declare var TablePathElement$: StaticStructureSchema;
|
|
1288
1296
|
export declare var TablePinnedFieldOptions$: StaticStructureSchema;
|
|
1289
1297
|
export declare var TableRowConditionalFormatting$: StaticStructureSchema;
|
|
1298
|
+
export declare var TableSemanticMetadata$: StaticStructureSchema;
|
|
1290
1299
|
export declare var TableSideBorderOptions$: StaticStructureSchema;
|
|
1291
1300
|
export declare var TableSortConfiguration$: StaticStructureSchema;
|
|
1292
1301
|
export declare var TableStyleTarget$: StaticStructureSchema;
|
|
@@ -1490,6 +1499,7 @@ export declare var UpdateUserRequest$: StaticStructureSchema;
|
|
|
1490
1499
|
export declare var UpdateUserResponse$: StaticStructureSchema;
|
|
1491
1500
|
export declare var UpdateVPCConnectionRequest$: StaticStructureSchema;
|
|
1492
1501
|
export declare var UpdateVPCConnectionResponse$: StaticStructureSchema;
|
|
1502
|
+
export declare var UploadedDocumentMetadata$: StaticStructureSchema;
|
|
1493
1503
|
export declare var UploadSettings$: StaticStructureSchema;
|
|
1494
1504
|
export declare var User$: StaticStructureSchema;
|
|
1495
1505
|
export declare var ValidationStrategy$: StaticStructureSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-quicksight",
|
|
3
3
|
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1050.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.974.12",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.43",
|
|
26
26
|
"@aws-sdk/types": "^3.973.8",
|
|
27
27
|
"@smithy/core": "^3.24.2",
|
|
28
28
|
"@smithy/fetch-http-handler": "^5.4.2",
|