@aws-sdk/client-quicksight 3.441.0 → 3.443.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/models/models_0.js +12 -3
- package/dist-cjs/models/models_1.js +3 -12
- package/dist-cjs/models/models_2.js +16 -19
- package/dist-cjs/models/models_3.js +17 -1
- package/dist-cjs/protocols/Aws_restJson1.js +9 -0
- package/dist-es/models/models_0.js +9 -0
- package/dist-es/models/models_1.js +0 -9
- package/dist-es/models/models_2.js +13 -16
- package/dist-es/models/models_3.js +16 -0
- package/dist-es/protocols/Aws_restJson1.js +9 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +4 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +4 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +4 -0
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +5 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +2 -1
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +38 -33
- package/dist-types/models/models_1.d.ts +39 -26
- package/dist-types/models/models_2.d.ts +59 -71
- package/dist-types/models/models_3.d.ts +88 -79
- package/dist-types/models/models_4.d.ts +77 -2
- package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +15 -8
- package/dist-types/ts3.4/models/models_1.d.ts +10 -14
- package/dist-types/ts3.4/models/models_2.d.ts +24 -30
- package/dist-types/ts3.4/models/models_3.d.ts +33 -20
- package/dist-types/ts3.4/models/models_4.d.ts +23 -2
- package/package.json +1 -1
|
@@ -1,8 +1,77 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { AccountCustomization, AccountInfo, AccountSettings, ActiveIAMPolicyAssignment, Analysis, AnalysisError, Entity, ResourceStatus, Sheet } from "./models_0";
|
|
2
|
+
import { AccountCustomization, AccountInfo, AccountSettings, ActiveIAMPolicyAssignment, Analysis, AnalysisError, AssetOptions, Entity, ResourceStatus, Sheet } from "./models_0";
|
|
3
3
|
import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, DashboardVisualId, FilterOperator } from "./models_1";
|
|
4
|
-
import { _Parameters, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportSourceDescription, AssignmentStatus, BookmarksConfigurations, ColumnDataType, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardVersionDefinition, DataSetConfiguration, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceParameters, DataSourceType, FieldFolder, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, LogicalTable, MemberType, NamespaceStatus, PhysicalTable, RefreshSchedule, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SharingModel, SnapshotFile, SnapshotS3DestinationConfiguration, SslProperties, Tag, TemplateAlias, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule,
|
|
4
|
+
import { _Parameters, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportSourceDescription, AssignmentStatus, BookmarksConfigurations, ColumnDataSubType, ColumnDataType, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardVersionDefinition, DataSetConfiguration, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceParameters, DataSourceType, FieldFolder, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, LogicalTable, MemberType, NamespaceStatus, PhysicalTable, RefreshSchedule, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SharingModel, SnapshotFile, SnapshotS3DestinationConfiguration, SslProperties, Tag, TemplateAlias, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, VpcConnectionProperties } from "./models_2";
|
|
5
5
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
* @enum
|
|
9
|
+
*/
|
|
10
|
+
export declare const VPCConnectionAvailabilityStatus: {
|
|
11
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
12
|
+
readonly PARTIALLY_AVAILABLE: "PARTIALLY_AVAILABLE";
|
|
13
|
+
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
export type VPCConnectionAvailabilityStatus = (typeof VPCConnectionAvailabilityStatus)[keyof typeof VPCConnectionAvailabilityStatus];
|
|
19
|
+
/**
|
|
20
|
+
* @public
|
|
21
|
+
* @enum
|
|
22
|
+
*/
|
|
23
|
+
export declare const VPCConnectionResourceStatus: {
|
|
24
|
+
readonly CREATION_FAILED: "CREATION_FAILED";
|
|
25
|
+
readonly CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS";
|
|
26
|
+
readonly CREATION_SUCCESSFUL: "CREATION_SUCCESSFUL";
|
|
27
|
+
readonly DELETED: "DELETED";
|
|
28
|
+
readonly DELETION_FAILED: "DELETION_FAILED";
|
|
29
|
+
readonly DELETION_IN_PROGRESS: "DELETION_IN_PROGRESS";
|
|
30
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
31
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
32
|
+
readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
export type VPCConnectionResourceStatus = (typeof VPCConnectionResourceStatus)[keyof typeof VPCConnectionResourceStatus];
|
|
38
|
+
/**
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
export interface CreateVPCConnectionResponse {
|
|
42
|
+
/**
|
|
43
|
+
* @public
|
|
44
|
+
* <p>The Amazon Resource Name (ARN) of the VPC connection.</p>
|
|
45
|
+
*/
|
|
46
|
+
Arn?: string;
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
* <p>The ID for the VPC connection that
|
|
50
|
+
* you're creating. This ID is unique per Amazon Web Services Region for each Amazon Web Services
|
|
51
|
+
* account.</p>
|
|
52
|
+
*/
|
|
53
|
+
VPCConnectionId?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
* <p>The status of the creation of the VPC connection.</p>
|
|
57
|
+
*/
|
|
58
|
+
CreationStatus?: VPCConnectionResourceStatus;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
* <p>The availability status of the VPC connection.</p>
|
|
62
|
+
*/
|
|
63
|
+
AvailabilityStatus?: VPCConnectionAvailabilityStatus;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
67
|
+
*/
|
|
68
|
+
RequestId?: string;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
* <p>The HTTP status of the request.</p>
|
|
72
|
+
*/
|
|
73
|
+
Status?: number;
|
|
74
|
+
}
|
|
6
75
|
/**
|
|
7
76
|
* @public
|
|
8
77
|
* @enum
|
|
@@ -100,6 +169,11 @@ export interface DashboardVersion {
|
|
|
100
169
|
* <p>A list of the associated sheets with the unique identifier and name of each sheet.</p>
|
|
101
170
|
*/
|
|
102
171
|
Sheets?: Sheet[];
|
|
172
|
+
/**
|
|
173
|
+
* @public
|
|
174
|
+
* <p>An array of analysis level configurations.</p>
|
|
175
|
+
*/
|
|
176
|
+
Options?: AssetOptions;
|
|
103
177
|
}
|
|
104
178
|
/**
|
|
105
179
|
* @public
|
|
@@ -296,7 +370,7 @@ export interface DashboardVersionSummary {
|
|
|
296
370
|
export interface OutputColumn {
|
|
297
371
|
/**
|
|
298
372
|
* @public
|
|
299
|
-
* <p>
|
|
373
|
+
* <p>The display name of the column..</p>
|
|
300
374
|
*/
|
|
301
375
|
Name?: string;
|
|
302
376
|
/**
|
|
@@ -306,9 +380,14 @@ export interface OutputColumn {
|
|
|
306
380
|
Description?: string;
|
|
307
381
|
/**
|
|
308
382
|
* @public
|
|
309
|
-
* <p>The type.</p>
|
|
383
|
+
* <p>The data type of the column.</p>
|
|
310
384
|
*/
|
|
311
385
|
Type?: ColumnDataType;
|
|
386
|
+
/**
|
|
387
|
+
* @public
|
|
388
|
+
* <p>The sub data type of the column.</p>
|
|
389
|
+
*/
|
|
390
|
+
SubType?: ColumnDataSubType;
|
|
312
391
|
}
|
|
313
392
|
/**
|
|
314
393
|
* @public
|
|
@@ -3996,6 +4075,11 @@ export interface TemplateVersion {
|
|
|
3996
4075
|
* <p>A list of the associated sheets with the unique identifier and name of each sheet.</p>
|
|
3997
4076
|
*/
|
|
3998
4077
|
Sheets?: Sheet[];
|
|
4078
|
+
/**
|
|
4079
|
+
* @public
|
|
4080
|
+
* <p>An array of analysis level configurations.</p>
|
|
4081
|
+
*/
|
|
4082
|
+
Options?: AssetOptions;
|
|
3999
4083
|
}
|
|
4000
4084
|
/**
|
|
4001
4085
|
* @public
|
|
@@ -7946,81 +8030,6 @@ export interface SearchDataSetsRequest {
|
|
|
7946
8030
|
*/
|
|
7947
8031
|
MaxResults?: number;
|
|
7948
8032
|
}
|
|
7949
|
-
/**
|
|
7950
|
-
* @public
|
|
7951
|
-
*/
|
|
7952
|
-
export interface SearchDataSetsResponse {
|
|
7953
|
-
/**
|
|
7954
|
-
* @public
|
|
7955
|
-
* <p>A <code>DataSetSummaries</code> object that returns a summary of a dataset.</p>
|
|
7956
|
-
*/
|
|
7957
|
-
DataSetSummaries?: DataSetSummary[];
|
|
7958
|
-
/**
|
|
7959
|
-
* @public
|
|
7960
|
-
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
7961
|
-
*/
|
|
7962
|
-
NextToken?: string;
|
|
7963
|
-
/**
|
|
7964
|
-
* @public
|
|
7965
|
-
* <p>The HTTP status of the request.</p>
|
|
7966
|
-
*/
|
|
7967
|
-
Status?: number;
|
|
7968
|
-
/**
|
|
7969
|
-
* @public
|
|
7970
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7971
|
-
*/
|
|
7972
|
-
RequestId?: string;
|
|
7973
|
-
}
|
|
7974
|
-
/**
|
|
7975
|
-
* @public
|
|
7976
|
-
*/
|
|
7977
|
-
export interface SearchDataSourcesRequest {
|
|
7978
|
-
/**
|
|
7979
|
-
* @public
|
|
7980
|
-
* <p>The Amazon Web Services account ID.</p>
|
|
7981
|
-
*/
|
|
7982
|
-
AwsAccountId: string | undefined;
|
|
7983
|
-
/**
|
|
7984
|
-
* @public
|
|
7985
|
-
* <p>The filters to apply to the search.</p>
|
|
7986
|
-
*/
|
|
7987
|
-
Filters: DataSourceSearchFilter[] | undefined;
|
|
7988
|
-
/**
|
|
7989
|
-
* @public
|
|
7990
|
-
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
7991
|
-
*/
|
|
7992
|
-
NextToken?: string;
|
|
7993
|
-
/**
|
|
7994
|
-
* @public
|
|
7995
|
-
* <p>The maximum number of results to be returned per request.</p>
|
|
7996
|
-
*/
|
|
7997
|
-
MaxResults?: number;
|
|
7998
|
-
}
|
|
7999
|
-
/**
|
|
8000
|
-
* @public
|
|
8001
|
-
*/
|
|
8002
|
-
export interface SearchDataSourcesResponse {
|
|
8003
|
-
/**
|
|
8004
|
-
* @public
|
|
8005
|
-
* <p>A <code>DataSourceSummaries</code> object that returns a summary of a data source.</p>
|
|
8006
|
-
*/
|
|
8007
|
-
DataSourceSummaries?: DataSourceSummary[];
|
|
8008
|
-
/**
|
|
8009
|
-
* @public
|
|
8010
|
-
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
8011
|
-
*/
|
|
8012
|
-
NextToken?: string;
|
|
8013
|
-
/**
|
|
8014
|
-
* @public
|
|
8015
|
-
* <p>The HTTP status of the request.</p>
|
|
8016
|
-
*/
|
|
8017
|
-
Status?: number;
|
|
8018
|
-
/**
|
|
8019
|
-
* @public
|
|
8020
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
8021
|
-
*/
|
|
8022
|
-
RequestId?: string;
|
|
8023
|
-
}
|
|
8024
8033
|
/**
|
|
8025
8034
|
* @internal
|
|
8026
8035
|
*/
|
|
@@ -1,7 +1,82 @@
|
|
|
1
1
|
import { AccountCustomization, ResourceStatus } from "./models_0";
|
|
2
2
|
import { AnalysisDefinition, AnalysisSourceEntity } from "./models_1";
|
|
3
|
-
import { _Parameters, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportSource, AssignmentStatus, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, DataSourceParameters, FieldFolder, Group, LogicalTable, PhysicalTable, RefreshSchedule, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SslProperties, Tag, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, ValidationStrategy,
|
|
4
|
-
import { FolderSearchFilter, FolderSummary, GroupSearchFilter, LinkSharingConfiguration, SessionTag, SnapshotConfiguration, User, UserRole } from "./models_3";
|
|
3
|
+
import { _Parameters, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportSource, AssignmentStatus, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, DataSourceParameters, FieldFolder, Group, LogicalTable, PhysicalTable, RefreshSchedule, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SslProperties, Tag, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, ValidationStrategy, VpcConnectionProperties } from "./models_2";
|
|
4
|
+
import { DataSetSummary, DataSourceSearchFilter, DataSourceSummary, FolderSearchFilter, FolderSummary, GroupSearchFilter, LinkSharingConfiguration, SessionTag, SnapshotConfiguration, User, UserRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface SearchDataSetsResponse {
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
* <p>A <code>DataSetSummaries</code> object that returns a summary of a dataset.</p>
|
|
12
|
+
*/
|
|
13
|
+
DataSetSummaries?: DataSetSummary[];
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
17
|
+
*/
|
|
18
|
+
NextToken?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @public
|
|
21
|
+
* <p>The HTTP status of the request.</p>
|
|
22
|
+
*/
|
|
23
|
+
Status?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
27
|
+
*/
|
|
28
|
+
RequestId?: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
export interface SearchDataSourcesRequest {
|
|
34
|
+
/**
|
|
35
|
+
* @public
|
|
36
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
37
|
+
*/
|
|
38
|
+
AwsAccountId: string | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* @public
|
|
41
|
+
* <p>The filters to apply to the search.</p>
|
|
42
|
+
*/
|
|
43
|
+
Filters: DataSourceSearchFilter[] | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* @public
|
|
46
|
+
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
47
|
+
*/
|
|
48
|
+
NextToken?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @public
|
|
51
|
+
* <p>The maximum number of results to be returned per request.</p>
|
|
52
|
+
*/
|
|
53
|
+
MaxResults?: number;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
export interface SearchDataSourcesResponse {
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
* <p>A <code>DataSourceSummaries</code> object that returns a summary of a data source.</p>
|
|
62
|
+
*/
|
|
63
|
+
DataSourceSummaries?: DataSourceSummary[];
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
* <p>A pagination token that can be used in a subsequent request.</p>
|
|
67
|
+
*/
|
|
68
|
+
NextToken?: string;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
* <p>The HTTP status of the request.</p>
|
|
72
|
+
*/
|
|
73
|
+
Status?: number;
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
77
|
+
*/
|
|
78
|
+
RequestId?: string;
|
|
79
|
+
}
|
|
5
80
|
/**
|
|
6
81
|
* @public
|
|
7
82
|
*/
|
|
@@ -6,10 +6,8 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import {
|
|
10
|
-
|
|
11
|
-
CreateVPCConnectionResponse,
|
|
12
|
-
} from "../models/models_2";
|
|
9
|
+
import { CreateVPCConnectionRequest } from "../models/models_2";
|
|
10
|
+
import { CreateVPCConnectionResponse } from "../models/models_3";
|
|
13
11
|
import {
|
|
14
12
|
QuickSightClientResolvedConfig,
|
|
15
13
|
ServiceInputTypes,
|
|
@@ -6,10 +6,8 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import {
|
|
10
|
-
|
|
11
|
-
SearchDataSetsResponse,
|
|
12
|
-
} from "../models/models_3";
|
|
9
|
+
import { SearchDataSetsRequest } from "../models/models_3";
|
|
10
|
+
import { SearchDataSetsResponse } from "../models/models_4";
|
|
13
11
|
import {
|
|
14
12
|
QuickSightClientResolvedConfig,
|
|
15
13
|
ServiceInputTypes,
|
|
@@ -142,6 +142,20 @@ export interface AnalysisError {
|
|
|
142
142
|
Message?: string;
|
|
143
143
|
ViolatedEntities?: Entity[];
|
|
144
144
|
}
|
|
145
|
+
export declare const DayOfTheWeek: {
|
|
146
|
+
readonly FRIDAY: "FRIDAY";
|
|
147
|
+
readonly MONDAY: "MONDAY";
|
|
148
|
+
readonly SATURDAY: "SATURDAY";
|
|
149
|
+
readonly SUNDAY: "SUNDAY";
|
|
150
|
+
readonly THURSDAY: "THURSDAY";
|
|
151
|
+
readonly TUESDAY: "TUESDAY";
|
|
152
|
+
readonly WEDNESDAY: "WEDNESDAY";
|
|
153
|
+
};
|
|
154
|
+
export type DayOfTheWeek = (typeof DayOfTheWeek)[keyof typeof DayOfTheWeek];
|
|
155
|
+
export interface AssetOptions {
|
|
156
|
+
Timezone?: string;
|
|
157
|
+
WeekStart?: DayOfTheWeek;
|
|
158
|
+
}
|
|
145
159
|
export interface Sheet {
|
|
146
160
|
SheetId?: string;
|
|
147
161
|
Name?: string;
|
|
@@ -168,6 +182,7 @@ export interface Analysis {
|
|
|
168
182
|
CreatedTime?: Date;
|
|
169
183
|
LastUpdatedTime?: Date;
|
|
170
184
|
Sheets?: Sheet[];
|
|
185
|
+
Options?: AssetOptions;
|
|
171
186
|
}
|
|
172
187
|
export interface FreeFormLayoutScreenCanvasSizeOptions {
|
|
173
188
|
OptimizedViewPortWidth: string | undefined;
|
|
@@ -1641,14 +1656,6 @@ export interface VisualSubtitleLabelOptions {
|
|
|
1641
1656
|
Visibility?: Visibility;
|
|
1642
1657
|
FormatText?: LongFormatText;
|
|
1643
1658
|
}
|
|
1644
|
-
export interface ShortFormatText {
|
|
1645
|
-
PlainText?: string;
|
|
1646
|
-
RichText?: string;
|
|
1647
|
-
}
|
|
1648
|
-
export interface VisualTitleLabelOptions {
|
|
1649
|
-
Visibility?: Visibility;
|
|
1650
|
-
FormatText?: ShortFormatText;
|
|
1651
|
-
}
|
|
1652
1659
|
export declare const CalculatedFieldFilterSensitiveLog: (
|
|
1653
1660
|
obj: CalculatedField
|
|
1654
1661
|
) => any;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AnalysisDefaults,
|
|
3
|
+
AssetOptions,
|
|
3
4
|
AxisBinding,
|
|
4
5
|
AxisDisplayOptions,
|
|
5
6
|
BarChartConfiguration,
|
|
@@ -45,9 +46,16 @@ import {
|
|
|
45
46
|
VisualCustomAction,
|
|
46
47
|
VisualPalette,
|
|
47
48
|
VisualSubtitleLabelOptions,
|
|
48
|
-
VisualTitleLabelOptions,
|
|
49
49
|
WidgetStatus,
|
|
50
50
|
} from "./models_0";
|
|
51
|
+
export interface ShortFormatText {
|
|
52
|
+
PlainText?: string;
|
|
53
|
+
RichText?: string;
|
|
54
|
+
}
|
|
55
|
+
export interface VisualTitleLabelOptions {
|
|
56
|
+
Visibility?: Visibility;
|
|
57
|
+
FormatText?: ShortFormatText;
|
|
58
|
+
}
|
|
51
59
|
export interface BarChartVisual {
|
|
52
60
|
VisualId: string | undefined;
|
|
53
61
|
Title?: VisualTitleLabelOptions;
|
|
@@ -1714,6 +1722,7 @@ export interface AnalysisDefinition {
|
|
|
1714
1722
|
FilterGroups?: FilterGroup[];
|
|
1715
1723
|
ColumnConfigurations?: ColumnConfiguration[];
|
|
1716
1724
|
AnalysisDefaults?: AnalysisDefaults;
|
|
1725
|
+
Options?: AssetOptions;
|
|
1717
1726
|
}
|
|
1718
1727
|
export declare const AnalysisFilterAttribute: {
|
|
1719
1728
|
readonly ANALYSIS_NAME: "ANALYSIS_NAME";
|
|
@@ -1775,19 +1784,6 @@ export interface AnonymousUserEmbeddingExperienceConfiguration {
|
|
|
1775
1784
|
DashboardVisual?: AnonymousUserDashboardVisualEmbeddingConfiguration;
|
|
1776
1785
|
QSearchBar?: AnonymousUserQSearchBarEmbeddingConfiguration;
|
|
1777
1786
|
}
|
|
1778
|
-
export declare const SnapshotFileFormatType: {
|
|
1779
|
-
readonly CSV: "CSV";
|
|
1780
|
-
readonly EXCEL: "EXCEL";
|
|
1781
|
-
readonly PDF: "PDF";
|
|
1782
|
-
};
|
|
1783
|
-
export type SnapshotFileFormatType =
|
|
1784
|
-
(typeof SnapshotFileFormatType)[keyof typeof SnapshotFileFormatType];
|
|
1785
|
-
export declare const SnapshotFileSheetSelectionScope: {
|
|
1786
|
-
readonly ALL_VISUALS: "ALL_VISUALS";
|
|
1787
|
-
readonly SELECTED_VISUALS: "SELECTED_VISUALS";
|
|
1788
|
-
};
|
|
1789
|
-
export type SnapshotFileSheetSelectionScope =
|
|
1790
|
-
(typeof SnapshotFileSheetSelectionScope)[keyof typeof SnapshotFileSheetSelectionScope];
|
|
1791
1787
|
export declare const BarChartVisualFilterSensitiveLog: (
|
|
1792
1788
|
obj: BarChartVisual
|
|
1793
1789
|
) => any;
|
|
@@ -5,6 +5,7 @@ import {
|
|
|
5
5
|
AmazonElasticsearchParameters,
|
|
6
6
|
AmazonOpenSearchParameters,
|
|
7
7
|
AnalysisDefaults,
|
|
8
|
+
AssetOptions,
|
|
8
9
|
CalculatedField,
|
|
9
10
|
ColumnConfiguration,
|
|
10
11
|
DashboardBehavior,
|
|
@@ -21,10 +22,21 @@ import {
|
|
|
21
22
|
AnalysisSourceEntity,
|
|
22
23
|
DataSetReference,
|
|
23
24
|
SheetDefinition,
|
|
24
|
-
SnapshotFileFormatType,
|
|
25
|
-
SnapshotFileSheetSelectionScope,
|
|
26
25
|
} from "./models_1";
|
|
27
26
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
27
|
+
export declare const SnapshotFileFormatType: {
|
|
28
|
+
readonly CSV: "CSV";
|
|
29
|
+
readonly EXCEL: "EXCEL";
|
|
30
|
+
readonly PDF: "PDF";
|
|
31
|
+
};
|
|
32
|
+
export type SnapshotFileFormatType =
|
|
33
|
+
(typeof SnapshotFileFormatType)[keyof typeof SnapshotFileFormatType];
|
|
34
|
+
export declare const SnapshotFileSheetSelectionScope: {
|
|
35
|
+
readonly ALL_VISUALS: "ALL_VISUALS";
|
|
36
|
+
readonly SELECTED_VISUALS: "SELECTED_VISUALS";
|
|
37
|
+
};
|
|
38
|
+
export type SnapshotFileSheetSelectionScope =
|
|
39
|
+
(typeof SnapshotFileSheetSelectionScope)[keyof typeof SnapshotFileSheetSelectionScope];
|
|
28
40
|
export interface SnapshotFileSheetSelection {
|
|
29
41
|
SheetId: string | undefined;
|
|
30
42
|
SelectionScope: SnapshotFileSheetSelectionScope | undefined;
|
|
@@ -1311,9 +1323,16 @@ export declare const ColumnDataType: {
|
|
|
1311
1323
|
};
|
|
1312
1324
|
export type ColumnDataType =
|
|
1313
1325
|
(typeof ColumnDataType)[keyof typeof ColumnDataType];
|
|
1326
|
+
export declare const ColumnDataSubType: {
|
|
1327
|
+
readonly FIXED: "FIXED";
|
|
1328
|
+
readonly FLOAT: "FLOAT";
|
|
1329
|
+
};
|
|
1330
|
+
export type ColumnDataSubType =
|
|
1331
|
+
(typeof ColumnDataSubType)[keyof typeof ColumnDataSubType];
|
|
1314
1332
|
export interface CastColumnTypeOperation {
|
|
1315
1333
|
ColumnName: string | undefined;
|
|
1316
1334
|
NewColumnType: ColumnDataType | undefined;
|
|
1335
|
+
SubType?: ColumnDataSubType;
|
|
1317
1336
|
Format?: string;
|
|
1318
1337
|
}
|
|
1319
1338
|
export declare const CategoryFilterFunction: {
|
|
@@ -1639,6 +1658,7 @@ export interface DashboardVersionDefinition {
|
|
|
1639
1658
|
FilterGroups?: FilterGroup[];
|
|
1640
1659
|
ColumnConfigurations?: ColumnConfiguration[];
|
|
1641
1660
|
AnalysisDefaults?: AnalysisDefaults;
|
|
1661
|
+
Options?: AssetOptions;
|
|
1642
1662
|
}
|
|
1643
1663
|
export interface DashboardSourceTemplate {
|
|
1644
1664
|
DataSetReferences: DataSetReference[] | undefined;
|
|
@@ -1929,6 +1949,7 @@ export type InputColumnDataType =
|
|
|
1929
1949
|
export interface InputColumn {
|
|
1930
1950
|
Name: string | undefined;
|
|
1931
1951
|
Type: InputColumnDataType | undefined;
|
|
1952
|
+
SubType?: ColumnDataSubType;
|
|
1932
1953
|
}
|
|
1933
1954
|
export interface CustomSql {
|
|
1934
1955
|
DataSourceArn: string | undefined;
|
|
@@ -2346,6 +2367,7 @@ export interface TemplateVersionDefinition {
|
|
|
2346
2367
|
FilterGroups?: FilterGroup[];
|
|
2347
2368
|
ColumnConfigurations?: ColumnConfiguration[];
|
|
2348
2369
|
AnalysisDefaults?: AnalysisDefaults;
|
|
2370
|
+
Options?: AssetOptions;
|
|
2349
2371
|
}
|
|
2350
2372
|
export interface TemplateSourceAnalysis {
|
|
2351
2373
|
Arn: string | undefined;
|
|
@@ -2807,34 +2829,6 @@ export interface CreateVPCConnectionRequest {
|
|
|
2807
2829
|
RoleArn: string | undefined;
|
|
2808
2830
|
Tags?: Tag[];
|
|
2809
2831
|
}
|
|
2810
|
-
export declare const VPCConnectionAvailabilityStatus: {
|
|
2811
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
2812
|
-
readonly PARTIALLY_AVAILABLE: "PARTIALLY_AVAILABLE";
|
|
2813
|
-
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
2814
|
-
};
|
|
2815
|
-
export type VPCConnectionAvailabilityStatus =
|
|
2816
|
-
(typeof VPCConnectionAvailabilityStatus)[keyof typeof VPCConnectionAvailabilityStatus];
|
|
2817
|
-
export declare const VPCConnectionResourceStatus: {
|
|
2818
|
-
readonly CREATION_FAILED: "CREATION_FAILED";
|
|
2819
|
-
readonly CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS";
|
|
2820
|
-
readonly CREATION_SUCCESSFUL: "CREATION_SUCCESSFUL";
|
|
2821
|
-
readonly DELETED: "DELETED";
|
|
2822
|
-
readonly DELETION_FAILED: "DELETION_FAILED";
|
|
2823
|
-
readonly DELETION_IN_PROGRESS: "DELETION_IN_PROGRESS";
|
|
2824
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
2825
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
2826
|
-
readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
|
|
2827
|
-
};
|
|
2828
|
-
export type VPCConnectionResourceStatus =
|
|
2829
|
-
(typeof VPCConnectionResourceStatus)[keyof typeof VPCConnectionResourceStatus];
|
|
2830
|
-
export interface CreateVPCConnectionResponse {
|
|
2831
|
-
Arn?: string;
|
|
2832
|
-
VPCConnectionId?: string;
|
|
2833
|
-
CreationStatus?: VPCConnectionResourceStatus;
|
|
2834
|
-
AvailabilityStatus?: VPCConnectionAvailabilityStatus;
|
|
2835
|
-
RequestId?: string;
|
|
2836
|
-
Status?: number;
|
|
2837
|
-
}
|
|
2838
2832
|
export declare const SnapshotJobS3ResultFilterSensitiveLog: (
|
|
2839
2833
|
obj: SnapshotJobS3Result
|
|
2840
2834
|
) => any;
|
|
@@ -6,6 +6,7 @@ import {
|
|
|
6
6
|
ActiveIAMPolicyAssignment,
|
|
7
7
|
Analysis,
|
|
8
8
|
AnalysisError,
|
|
9
|
+
AssetOptions,
|
|
9
10
|
Entity,
|
|
10
11
|
ResourceStatus,
|
|
11
12
|
Sheet,
|
|
@@ -34,6 +35,7 @@ import {
|
|
|
34
35
|
AssetBundleImportSourceDescription,
|
|
35
36
|
AssignmentStatus,
|
|
36
37
|
BookmarksConfigurations,
|
|
38
|
+
ColumnDataSubType,
|
|
37
39
|
ColumnDataType,
|
|
38
40
|
ColumnGroup,
|
|
39
41
|
ColumnLevelPermissionRule,
|
|
@@ -70,11 +72,37 @@ import {
|
|
|
70
72
|
ThemeConfiguration,
|
|
71
73
|
TopicDetails,
|
|
72
74
|
TopicRefreshSchedule,
|
|
73
|
-
VPCConnectionAvailabilityStatus,
|
|
74
75
|
VpcConnectionProperties,
|
|
75
|
-
VPCConnectionResourceStatus,
|
|
76
76
|
} from "./models_2";
|
|
77
77
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
78
|
+
export declare const VPCConnectionAvailabilityStatus: {
|
|
79
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
80
|
+
readonly PARTIALLY_AVAILABLE: "PARTIALLY_AVAILABLE";
|
|
81
|
+
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
82
|
+
};
|
|
83
|
+
export type VPCConnectionAvailabilityStatus =
|
|
84
|
+
(typeof VPCConnectionAvailabilityStatus)[keyof typeof VPCConnectionAvailabilityStatus];
|
|
85
|
+
export declare const VPCConnectionResourceStatus: {
|
|
86
|
+
readonly CREATION_FAILED: "CREATION_FAILED";
|
|
87
|
+
readonly CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS";
|
|
88
|
+
readonly CREATION_SUCCESSFUL: "CREATION_SUCCESSFUL";
|
|
89
|
+
readonly DELETED: "DELETED";
|
|
90
|
+
readonly DELETION_FAILED: "DELETION_FAILED";
|
|
91
|
+
readonly DELETION_IN_PROGRESS: "DELETION_IN_PROGRESS";
|
|
92
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
93
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
94
|
+
readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
|
|
95
|
+
};
|
|
96
|
+
export type VPCConnectionResourceStatus =
|
|
97
|
+
(typeof VPCConnectionResourceStatus)[keyof typeof VPCConnectionResourceStatus];
|
|
98
|
+
export interface CreateVPCConnectionResponse {
|
|
99
|
+
Arn?: string;
|
|
100
|
+
VPCConnectionId?: string;
|
|
101
|
+
CreationStatus?: VPCConnectionResourceStatus;
|
|
102
|
+
AvailabilityStatus?: VPCConnectionAvailabilityStatus;
|
|
103
|
+
RequestId?: string;
|
|
104
|
+
Status?: number;
|
|
105
|
+
}
|
|
78
106
|
export declare const DashboardErrorType: {
|
|
79
107
|
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
80
108
|
readonly COLUMN_GEOGRAPHIC_ROLE_MISMATCH: "COLUMN_GEOGRAPHIC_ROLE_MISMATCH";
|
|
@@ -105,6 +133,7 @@ export interface DashboardVersion {
|
|
|
105
133
|
Description?: string;
|
|
106
134
|
ThemeArn?: string;
|
|
107
135
|
Sheets?: Sheet[];
|
|
136
|
+
Options?: AssetOptions;
|
|
108
137
|
}
|
|
109
138
|
export interface Dashboard {
|
|
110
139
|
DashboardId?: string;
|
|
@@ -152,6 +181,7 @@ export interface OutputColumn {
|
|
|
152
181
|
Name?: string;
|
|
153
182
|
Description?: string;
|
|
154
183
|
Type?: ColumnDataType;
|
|
184
|
+
SubType?: ColumnDataSubType;
|
|
155
185
|
}
|
|
156
186
|
export interface DataSet {
|
|
157
187
|
Arn?: string;
|
|
@@ -1034,6 +1064,7 @@ export interface TemplateVersion {
|
|
|
1034
1064
|
SourceEntityArn?: string;
|
|
1035
1065
|
ThemeArn?: string;
|
|
1036
1066
|
Sheets?: Sheet[];
|
|
1067
|
+
Options?: AssetOptions;
|
|
1037
1068
|
}
|
|
1038
1069
|
export interface Template {
|
|
1039
1070
|
Arn?: string;
|
|
@@ -1951,24 +1982,6 @@ export interface SearchDataSetsRequest {
|
|
|
1951
1982
|
NextToken?: string;
|
|
1952
1983
|
MaxResults?: number;
|
|
1953
1984
|
}
|
|
1954
|
-
export interface SearchDataSetsResponse {
|
|
1955
|
-
DataSetSummaries?: DataSetSummary[];
|
|
1956
|
-
NextToken?: string;
|
|
1957
|
-
Status?: number;
|
|
1958
|
-
RequestId?: string;
|
|
1959
|
-
}
|
|
1960
|
-
export interface SearchDataSourcesRequest {
|
|
1961
|
-
AwsAccountId: string | undefined;
|
|
1962
|
-
Filters: DataSourceSearchFilter[] | undefined;
|
|
1963
|
-
NextToken?: string;
|
|
1964
|
-
MaxResults?: number;
|
|
1965
|
-
}
|
|
1966
|
-
export interface SearchDataSourcesResponse {
|
|
1967
|
-
DataSourceSummaries?: DataSourceSummary[];
|
|
1968
|
-
NextToken?: string;
|
|
1969
|
-
Status?: number;
|
|
1970
|
-
RequestId?: string;
|
|
1971
|
-
}
|
|
1972
1985
|
export declare const DataSetFilterSensitiveLog: (obj: DataSet) => any;
|
|
1973
1986
|
export declare const DescribeAnalysisDefinitionResponseFilterSensitiveLog: (
|
|
1974
1987
|
obj: DescribeAnalysisDefinitionResponse
|
|
@@ -36,11 +36,12 @@ import {
|
|
|
36
36
|
TopicDetails,
|
|
37
37
|
TopicRefreshSchedule,
|
|
38
38
|
ValidationStrategy,
|
|
39
|
-
VPCConnectionAvailabilityStatus,
|
|
40
39
|
VpcConnectionProperties,
|
|
41
|
-
VPCConnectionResourceStatus,
|
|
42
40
|
} from "./models_2";
|
|
43
41
|
import {
|
|
42
|
+
DataSetSummary,
|
|
43
|
+
DataSourceSearchFilter,
|
|
44
|
+
DataSourceSummary,
|
|
44
45
|
FolderSearchFilter,
|
|
45
46
|
FolderSummary,
|
|
46
47
|
GroupSearchFilter,
|
|
@@ -49,7 +50,27 @@ import {
|
|
|
49
50
|
SnapshotConfiguration,
|
|
50
51
|
User,
|
|
51
52
|
UserRole,
|
|
53
|
+
VPCConnectionAvailabilityStatus,
|
|
54
|
+
VPCConnectionResourceStatus,
|
|
52
55
|
} from "./models_3";
|
|
56
|
+
export interface SearchDataSetsResponse {
|
|
57
|
+
DataSetSummaries?: DataSetSummary[];
|
|
58
|
+
NextToken?: string;
|
|
59
|
+
Status?: number;
|
|
60
|
+
RequestId?: string;
|
|
61
|
+
}
|
|
62
|
+
export interface SearchDataSourcesRequest {
|
|
63
|
+
AwsAccountId: string | undefined;
|
|
64
|
+
Filters: DataSourceSearchFilter[] | undefined;
|
|
65
|
+
NextToken?: string;
|
|
66
|
+
MaxResults?: number;
|
|
67
|
+
}
|
|
68
|
+
export interface SearchDataSourcesResponse {
|
|
69
|
+
DataSourceSummaries?: DataSourceSummary[];
|
|
70
|
+
NextToken?: string;
|
|
71
|
+
Status?: number;
|
|
72
|
+
RequestId?: string;
|
|
73
|
+
}
|
|
53
74
|
export interface SearchFoldersRequest {
|
|
54
75
|
AwsAccountId: string | undefined;
|
|
55
76
|
Filters: FolderSearchFilter[] | undefined;
|
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.443.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|