@aws-sdk/client-quicksight 3.556.0 → 3.563.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/index.js +16644 -16530
- package/dist-es/models/models_0.js +31 -51
- package/dist-es/models/models_1.js +21 -53
- package/dist-es/models/models_2.js +54 -25
- package/dist-es/models/models_3.js +25 -0
- package/dist-es/protocols/Aws_restJson1.js +115 -4
- package/dist-types/commands/CreateAnalysisCommand.d.ts +300 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +300 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +300 -0
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateThemeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +300 -0
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +300 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +300 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +1 -2
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +52 -5
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +300 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +300 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +300 -0
- package/dist-types/models/models_0.d.ts +717 -725
- package/dist-types/models/models_1.d.ts +286 -446
- package/dist-types/models/models_2.d.ts +463 -302
- package/dist-types/models/models_3.d.ts +316 -280
- package/dist-types/models/models_4.d.ts +280 -4
- package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +174 -190
- package/dist-types/ts3.4/models/models_1.d.ts +77 -134
- package/dist-types/ts3.4/models/models_2.d.ts +159 -91
- package/dist-types/ts3.4/models/models_3.d.ts +91 -72
- package/dist-types/ts3.4/models/models_4.d.ts +76 -3
- package/package.json +2 -2
|
@@ -3,16 +3,16 @@ import {
|
|
|
3
3
|
AccountCustomization,
|
|
4
4
|
AccountInfo,
|
|
5
5
|
AccountSettings,
|
|
6
|
-
ActiveIAMPolicyAssignment,
|
|
7
6
|
Analysis,
|
|
8
7
|
AnalysisError,
|
|
9
8
|
Entity,
|
|
9
|
+
NumberScale,
|
|
10
10
|
ResourceStatus,
|
|
11
11
|
Sheet,
|
|
12
12
|
} from "./models_0";
|
|
13
|
-
import { AnalysisDefinition, FilterOperator } from "./models_1";
|
|
14
13
|
import {
|
|
15
14
|
_Parameters,
|
|
15
|
+
AnalysisDefinition,
|
|
16
16
|
AnalysisSummary,
|
|
17
17
|
AnonymousUserEmbeddingExperienceConfiguration,
|
|
18
18
|
AnonymousUserSnapshotJobResult,
|
|
@@ -31,9 +31,9 @@ import {
|
|
|
31
31
|
AssetBundleImportJobOverrideValidationStrategy,
|
|
32
32
|
AssetBundleImportJobStatus,
|
|
33
33
|
AssetBundleImportJobSummary,
|
|
34
|
+
AssetBundleImportJobWarning,
|
|
34
35
|
AssetBundleImportSourceDescription,
|
|
35
36
|
AssignmentStatus,
|
|
36
|
-
AuthorizedTargetsByService,
|
|
37
37
|
AuthorSpecifiedAggregation,
|
|
38
38
|
BookmarksConfigurations,
|
|
39
39
|
CategoryFilterFunction,
|
|
@@ -56,9 +56,8 @@ import {
|
|
|
56
56
|
DataSetUsageConfiguration,
|
|
57
57
|
DataSourceParameters,
|
|
58
58
|
DataSourceType,
|
|
59
|
-
DefaultAggregation,
|
|
60
|
-
DefaultFormatting,
|
|
61
59
|
FieldFolder,
|
|
60
|
+
FilterOperator,
|
|
62
61
|
FolderType,
|
|
63
62
|
Group,
|
|
64
63
|
GroupMember,
|
|
@@ -82,11 +81,96 @@ import {
|
|
|
82
81
|
Tag,
|
|
83
82
|
TemplateAlias,
|
|
84
83
|
TemplateVersionDefinition,
|
|
85
|
-
ThemeAlias,
|
|
86
84
|
ThemeConfiguration,
|
|
87
85
|
VpcConnectionProperties,
|
|
88
86
|
} from "./models_2";
|
|
89
87
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
88
|
+
export interface CreateThemeRequest {
|
|
89
|
+
AwsAccountId: string | undefined;
|
|
90
|
+
ThemeId: string | undefined;
|
|
91
|
+
Name: string | undefined;
|
|
92
|
+
BaseThemeId: string | undefined;
|
|
93
|
+
VersionDescription?: string;
|
|
94
|
+
Configuration: ThemeConfiguration | undefined;
|
|
95
|
+
Permissions?: ResourcePermission[];
|
|
96
|
+
Tags?: Tag[];
|
|
97
|
+
}
|
|
98
|
+
export interface CreateThemeResponse {
|
|
99
|
+
Arn?: string;
|
|
100
|
+
VersionArn?: string;
|
|
101
|
+
ThemeId?: string;
|
|
102
|
+
CreationStatus?: ResourceStatus;
|
|
103
|
+
Status?: number;
|
|
104
|
+
RequestId?: string;
|
|
105
|
+
}
|
|
106
|
+
export interface CreateThemeAliasRequest {
|
|
107
|
+
AwsAccountId: string | undefined;
|
|
108
|
+
ThemeId: string | undefined;
|
|
109
|
+
AliasName: string | undefined;
|
|
110
|
+
ThemeVersionNumber: number | undefined;
|
|
111
|
+
}
|
|
112
|
+
export interface ThemeAlias {
|
|
113
|
+
Arn?: string;
|
|
114
|
+
AliasName?: string;
|
|
115
|
+
ThemeVersionNumber?: number;
|
|
116
|
+
}
|
|
117
|
+
export interface CreateThemeAliasResponse {
|
|
118
|
+
ThemeAlias?: ThemeAlias;
|
|
119
|
+
Status?: number;
|
|
120
|
+
RequestId?: string;
|
|
121
|
+
}
|
|
122
|
+
export declare const DefaultAggregation: {
|
|
123
|
+
readonly AVERAGE: "AVERAGE";
|
|
124
|
+
readonly COUNT: "COUNT";
|
|
125
|
+
readonly DISTINCT_COUNT: "DISTINCT_COUNT";
|
|
126
|
+
readonly MAX: "MAX";
|
|
127
|
+
readonly MEDIAN: "MEDIAN";
|
|
128
|
+
readonly MIN: "MIN";
|
|
129
|
+
readonly STDEV: "STDEV";
|
|
130
|
+
readonly STDEVP: "STDEVP";
|
|
131
|
+
readonly SUM: "SUM";
|
|
132
|
+
readonly VAR: "VAR";
|
|
133
|
+
readonly VARP: "VARP";
|
|
134
|
+
};
|
|
135
|
+
export type DefaultAggregation =
|
|
136
|
+
(typeof DefaultAggregation)[keyof typeof DefaultAggregation];
|
|
137
|
+
export declare const DisplayFormat: {
|
|
138
|
+
readonly AUTO: "AUTO";
|
|
139
|
+
readonly CURRENCY: "CURRENCY";
|
|
140
|
+
readonly DATE: "DATE";
|
|
141
|
+
readonly NUMBER: "NUMBER";
|
|
142
|
+
readonly PERCENT: "PERCENT";
|
|
143
|
+
readonly STRING: "STRING";
|
|
144
|
+
};
|
|
145
|
+
export type DisplayFormat = (typeof DisplayFormat)[keyof typeof DisplayFormat];
|
|
146
|
+
export declare const TopicNumericSeparatorSymbol: {
|
|
147
|
+
readonly COMMA: "COMMA";
|
|
148
|
+
readonly DOT: "DOT";
|
|
149
|
+
};
|
|
150
|
+
export type TopicNumericSeparatorSymbol =
|
|
151
|
+
(typeof TopicNumericSeparatorSymbol)[keyof typeof TopicNumericSeparatorSymbol];
|
|
152
|
+
export interface NegativeFormat {
|
|
153
|
+
Prefix?: string;
|
|
154
|
+
Suffix?: string;
|
|
155
|
+
}
|
|
156
|
+
export interface DisplayFormatOptions {
|
|
157
|
+
UseBlankCellFormat?: boolean;
|
|
158
|
+
BlankCellFormat?: string;
|
|
159
|
+
DateFormat?: string;
|
|
160
|
+
DecimalSeparator?: TopicNumericSeparatorSymbol;
|
|
161
|
+
GroupingSeparator?: string;
|
|
162
|
+
UseGrouping?: boolean;
|
|
163
|
+
FractionDigits?: number;
|
|
164
|
+
Prefix?: string;
|
|
165
|
+
Suffix?: string;
|
|
166
|
+
UnitScaler?: NumberScale;
|
|
167
|
+
NegativeFormat?: NegativeFormat;
|
|
168
|
+
CurrencySymbol?: string;
|
|
169
|
+
}
|
|
170
|
+
export interface DefaultFormatting {
|
|
171
|
+
DisplayFormat?: DisplayFormat;
|
|
172
|
+
DisplayFormatOptions?: DisplayFormatOptions;
|
|
173
|
+
}
|
|
90
174
|
export interface SemanticType {
|
|
91
175
|
TypeName?: string;
|
|
92
176
|
SubTypeName?: string;
|
|
@@ -962,6 +1046,7 @@ export interface DescribeAssetBundleImportJobResponse {
|
|
|
962
1046
|
OverridePermissions?: AssetBundleImportJobOverridePermissions;
|
|
963
1047
|
OverrideTags?: AssetBundleImportJobOverrideTags;
|
|
964
1048
|
OverrideValidationStrategy?: AssetBundleImportJobOverrideValidationStrategy;
|
|
1049
|
+
Warnings?: AssetBundleImportJobWarning[];
|
|
965
1050
|
}
|
|
966
1051
|
export interface DescribeDashboardRequest {
|
|
967
1052
|
AwsAccountId: string | undefined;
|
|
@@ -1987,72 +2072,6 @@ export interface ListGroupMembershipsResponse {
|
|
|
1987
2072
|
RequestId?: string;
|
|
1988
2073
|
Status?: number;
|
|
1989
2074
|
}
|
|
1990
|
-
export interface ListGroupsRequest {
|
|
1991
|
-
AwsAccountId: string | undefined;
|
|
1992
|
-
NextToken?: string;
|
|
1993
|
-
MaxResults?: number;
|
|
1994
|
-
Namespace: string | undefined;
|
|
1995
|
-
}
|
|
1996
|
-
export interface ListGroupsResponse {
|
|
1997
|
-
GroupList?: Group[];
|
|
1998
|
-
NextToken?: string;
|
|
1999
|
-
RequestId?: string;
|
|
2000
|
-
Status?: number;
|
|
2001
|
-
}
|
|
2002
|
-
export interface ListIAMPolicyAssignmentsRequest {
|
|
2003
|
-
AwsAccountId: string | undefined;
|
|
2004
|
-
AssignmentStatus?: AssignmentStatus;
|
|
2005
|
-
Namespace: string | undefined;
|
|
2006
|
-
NextToken?: string;
|
|
2007
|
-
MaxResults?: number;
|
|
2008
|
-
}
|
|
2009
|
-
export interface ListIAMPolicyAssignmentsResponse {
|
|
2010
|
-
IAMPolicyAssignments?: IAMPolicyAssignmentSummary[];
|
|
2011
|
-
NextToken?: string;
|
|
2012
|
-
RequestId?: string;
|
|
2013
|
-
Status?: number;
|
|
2014
|
-
}
|
|
2015
|
-
export interface ListIAMPolicyAssignmentsForUserRequest {
|
|
2016
|
-
AwsAccountId: string | undefined;
|
|
2017
|
-
UserName: string | undefined;
|
|
2018
|
-
NextToken?: string;
|
|
2019
|
-
MaxResults?: number;
|
|
2020
|
-
Namespace: string | undefined;
|
|
2021
|
-
}
|
|
2022
|
-
export interface ListIAMPolicyAssignmentsForUserResponse {
|
|
2023
|
-
ActiveAssignments?: ActiveIAMPolicyAssignment[];
|
|
2024
|
-
RequestId?: string;
|
|
2025
|
-
NextToken?: string;
|
|
2026
|
-
Status?: number;
|
|
2027
|
-
}
|
|
2028
|
-
export interface ListIdentityPropagationConfigsRequest {
|
|
2029
|
-
AwsAccountId: string | undefined;
|
|
2030
|
-
MaxResults?: number;
|
|
2031
|
-
NextToken?: string;
|
|
2032
|
-
}
|
|
2033
|
-
export interface ListIdentityPropagationConfigsResponse {
|
|
2034
|
-
Services?: AuthorizedTargetsByService[];
|
|
2035
|
-
NextToken?: string;
|
|
2036
|
-
Status?: number;
|
|
2037
|
-
RequestId?: string;
|
|
2038
|
-
}
|
|
2039
|
-
export interface ListIngestionsRequest {
|
|
2040
|
-
DataSetId: string | undefined;
|
|
2041
|
-
NextToken?: string;
|
|
2042
|
-
AwsAccountId: string | undefined;
|
|
2043
|
-
MaxResults?: number;
|
|
2044
|
-
}
|
|
2045
|
-
export interface ListIngestionsResponse {
|
|
2046
|
-
Ingestions?: Ingestion[];
|
|
2047
|
-
NextToken?: string;
|
|
2048
|
-
RequestId?: string;
|
|
2049
|
-
Status?: number;
|
|
2050
|
-
}
|
|
2051
|
-
export interface ListNamespacesRequest {
|
|
2052
|
-
AwsAccountId: string | undefined;
|
|
2053
|
-
NextToken?: string;
|
|
2054
|
-
MaxResults?: number;
|
|
2055
|
-
}
|
|
2056
2075
|
export declare const SemanticTypeFilterSensitiveLog: (obj: SemanticType) => any;
|
|
2057
2076
|
export declare const TopicCalculatedFieldFilterSensitiveLog: (
|
|
2058
2077
|
obj: TopicCalculatedField
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import {
|
|
2
|
+
AccountCustomization,
|
|
3
|
+
ActiveIAMPolicyAssignment,
|
|
4
|
+
ResourceStatus,
|
|
5
|
+
} from "./models_0";
|
|
3
6
|
import {
|
|
4
7
|
_Parameters,
|
|
8
|
+
AnalysisDefinition,
|
|
5
9
|
AnalysisSearchFilter,
|
|
6
10
|
AnalysisSourceEntity,
|
|
7
11
|
AnalysisSummary,
|
|
@@ -15,6 +19,7 @@ import {
|
|
|
15
19
|
AssetBundleImportJobOverrideValidationStrategy,
|
|
16
20
|
AssetBundleImportSource,
|
|
17
21
|
AssignmentStatus,
|
|
22
|
+
AuthorizedTargetsByService,
|
|
18
23
|
ColumnGroup,
|
|
19
24
|
ColumnLevelPermissionRule,
|
|
20
25
|
DashboardPublishOptions,
|
|
@@ -41,7 +46,6 @@ import {
|
|
|
41
46
|
TemplateAlias,
|
|
42
47
|
TemplateSourceEntity,
|
|
43
48
|
TemplateVersionDefinition,
|
|
44
|
-
ThemeAlias,
|
|
45
49
|
ThemeConfiguration,
|
|
46
50
|
ValidationStrategy,
|
|
47
51
|
VpcConnectionProperties,
|
|
@@ -57,11 +61,14 @@ import {
|
|
|
57
61
|
FolderSearchFilter,
|
|
58
62
|
FolderSummary,
|
|
59
63
|
GroupSearchFilter,
|
|
64
|
+
IAMPolicyAssignmentSummary,
|
|
60
65
|
IdentityType,
|
|
66
|
+
Ingestion,
|
|
61
67
|
NamespaceInfoV2,
|
|
62
68
|
NetworkInterface,
|
|
63
69
|
SessionTag,
|
|
64
70
|
SnapshotConfiguration,
|
|
71
|
+
ThemeAlias,
|
|
65
72
|
ThemeType,
|
|
66
73
|
TopicDetails,
|
|
67
74
|
TopicRefreshSchedule,
|
|
@@ -70,6 +77,72 @@ import {
|
|
|
70
77
|
VPCConnectionAvailabilityStatus,
|
|
71
78
|
VPCConnectionResourceStatus,
|
|
72
79
|
} from "./models_3";
|
|
80
|
+
export interface ListGroupsRequest {
|
|
81
|
+
AwsAccountId: string | undefined;
|
|
82
|
+
NextToken?: string;
|
|
83
|
+
MaxResults?: number;
|
|
84
|
+
Namespace: string | undefined;
|
|
85
|
+
}
|
|
86
|
+
export interface ListGroupsResponse {
|
|
87
|
+
GroupList?: Group[];
|
|
88
|
+
NextToken?: string;
|
|
89
|
+
RequestId?: string;
|
|
90
|
+
Status?: number;
|
|
91
|
+
}
|
|
92
|
+
export interface ListIAMPolicyAssignmentsRequest {
|
|
93
|
+
AwsAccountId: string | undefined;
|
|
94
|
+
AssignmentStatus?: AssignmentStatus;
|
|
95
|
+
Namespace: string | undefined;
|
|
96
|
+
NextToken?: string;
|
|
97
|
+
MaxResults?: number;
|
|
98
|
+
}
|
|
99
|
+
export interface ListIAMPolicyAssignmentsResponse {
|
|
100
|
+
IAMPolicyAssignments?: IAMPolicyAssignmentSummary[];
|
|
101
|
+
NextToken?: string;
|
|
102
|
+
RequestId?: string;
|
|
103
|
+
Status?: number;
|
|
104
|
+
}
|
|
105
|
+
export interface ListIAMPolicyAssignmentsForUserRequest {
|
|
106
|
+
AwsAccountId: string | undefined;
|
|
107
|
+
UserName: string | undefined;
|
|
108
|
+
NextToken?: string;
|
|
109
|
+
MaxResults?: number;
|
|
110
|
+
Namespace: string | undefined;
|
|
111
|
+
}
|
|
112
|
+
export interface ListIAMPolicyAssignmentsForUserResponse {
|
|
113
|
+
ActiveAssignments?: ActiveIAMPolicyAssignment[];
|
|
114
|
+
RequestId?: string;
|
|
115
|
+
NextToken?: string;
|
|
116
|
+
Status?: number;
|
|
117
|
+
}
|
|
118
|
+
export interface ListIdentityPropagationConfigsRequest {
|
|
119
|
+
AwsAccountId: string | undefined;
|
|
120
|
+
MaxResults?: number;
|
|
121
|
+
NextToken?: string;
|
|
122
|
+
}
|
|
123
|
+
export interface ListIdentityPropagationConfigsResponse {
|
|
124
|
+
Services?: AuthorizedTargetsByService[];
|
|
125
|
+
NextToken?: string;
|
|
126
|
+
Status?: number;
|
|
127
|
+
RequestId?: string;
|
|
128
|
+
}
|
|
129
|
+
export interface ListIngestionsRequest {
|
|
130
|
+
DataSetId: string | undefined;
|
|
131
|
+
NextToken?: string;
|
|
132
|
+
AwsAccountId: string | undefined;
|
|
133
|
+
MaxResults?: number;
|
|
134
|
+
}
|
|
135
|
+
export interface ListIngestionsResponse {
|
|
136
|
+
Ingestions?: Ingestion[];
|
|
137
|
+
NextToken?: string;
|
|
138
|
+
RequestId?: string;
|
|
139
|
+
Status?: number;
|
|
140
|
+
}
|
|
141
|
+
export interface ListNamespacesRequest {
|
|
142
|
+
AwsAccountId: string | undefined;
|
|
143
|
+
NextToken?: string;
|
|
144
|
+
MaxResults?: number;
|
|
145
|
+
}
|
|
73
146
|
export interface ListNamespacesResponse {
|
|
74
147
|
Namespaces?: NamespaceInfoV2[];
|
|
75
148
|
NextToken?: string;
|
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.563.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
23
|
"@aws-sdk/client-sts": "3.556.0",
|
|
24
24
|
"@aws-sdk/core": "3.556.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.563.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.535.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|