@aws-sdk/client-quicksight 3.633.0 → 3.637.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 +131 -111
- package/dist-es/commands/CreateDataSourceCommand.js +1 -1
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/models/models_1.js +0 -3
- package/dist-es/models/models_2.js +9 -58
- package/dist-es/models/models_3.js +58 -31
- package/dist-es/models/models_4.js +31 -0
- package/dist-es/protocols/Aws_restJson1.js +7 -3
- package/dist-types/commands/CreateAnalysisCommand.d.ts +3 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +2 -1
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +11 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +3 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +23 -58
- package/dist-types/models/models_1.d.ts +59 -63
- package/dist-types/models/models_2.d.ts +126 -179
- package/dist-types/models/models_3.d.ts +184 -172
- package/dist-types/models/models_4.d.ts +184 -2
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +9 -8
- package/dist-types/ts3.4/models/models_1.d.ts +9 -18
- package/dist-types/ts3.4/models/models_2.d.ts +39 -81
- package/dist-types/ts3.4/models/models_3.d.ts +81 -59
- package/dist-types/ts3.4/models/models_4.d.ts +61 -4
- package/package.json +12 -12
|
@@ -1,7 +1,182 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { AccountCustomization, AccountInfo, AccountSettings, Analysis, AnalysisDefaults, AnalysisError, AssetOptions, CalculatedField, ColumnConfiguration, Entity, FilterGroup, ParameterDeclaration, ResourceStatus, Sheet, TopicTimeGranularity } from "./models_0";
|
|
3
|
-
import { _Parameters, AnalysisDefinition, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobWarning, AssetBundleImportSourceDescription, AssignmentStatus, AuthorSpecifiedAggregation, BorderStyle, CategoryFilterFunction, CategoryFilterType, CellValueSynonym, CollectiveConstant, ColumnDataRole, ColumnDataSubType, ColumnDataType, ColumnGroup, ColumnGroupSchema, ColumnLevelPermissionRule, ColumnSchema, ComparativeOrder, ConstantType, DashboardPublishOptions, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetReference, DataSetUsageConfiguration,
|
|
2
|
+
import { AccountCustomization, AccountInfo, AccountSettings, Analysis, AnalysisDefaults, AnalysisError, AssetOptions, CalculatedField, ColumnConfiguration, Entity, FilterGroup, ParameterDeclaration, QueryExecutionOptions, ResourceStatus, Sheet, TopicTimeGranularity } from "./models_0";
|
|
3
|
+
import { _Parameters, AnalysisDefinition, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobWarning, AssetBundleImportSourceDescription, AssignmentStatus, AuthorSpecifiedAggregation, BorderStyle, CategoryFilterFunction, CategoryFilterType, CellValueSynonym, CollectiveConstant, ColumnDataRole, ColumnDataSubType, ColumnDataType, ColumnGroup, ColumnGroupSchema, ColumnLevelPermissionRule, ColumnSchema, ComparativeOrder, ConstantType, DashboardPublishOptions, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetReference, DataSetUsageConfiguration, DataSourceCredentials, DataSourceParameters, DisplayFormat, DisplayFormatOptions, FieldFolder, FilterClass, FilterOperator, LinkSharingConfiguration, LogicalTable, PhysicalTable, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SheetDefinition, SnapshotFile, SnapshotS3DestinationConfiguration, SslProperties, Tag, ValidationStrategy, VpcConnectionProperties } from "./models_2";
|
|
4
4
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
* @enum
|
|
8
|
+
*/
|
|
9
|
+
export declare const DataSourceType: {
|
|
10
|
+
readonly ADOBE_ANALYTICS: "ADOBE_ANALYTICS";
|
|
11
|
+
readonly AMAZON_ELASTICSEARCH: "AMAZON_ELASTICSEARCH";
|
|
12
|
+
readonly AMAZON_OPENSEARCH: "AMAZON_OPENSEARCH";
|
|
13
|
+
readonly ATHENA: "ATHENA";
|
|
14
|
+
readonly AURORA: "AURORA";
|
|
15
|
+
readonly AURORA_POSTGRESQL: "AURORA_POSTGRESQL";
|
|
16
|
+
readonly AWS_IOT_ANALYTICS: "AWS_IOT_ANALYTICS";
|
|
17
|
+
readonly BIGQUERY: "BIGQUERY";
|
|
18
|
+
readonly DATABRICKS: "DATABRICKS";
|
|
19
|
+
readonly EXASOL: "EXASOL";
|
|
20
|
+
readonly GITHUB: "GITHUB";
|
|
21
|
+
readonly JIRA: "JIRA";
|
|
22
|
+
readonly MARIADB: "MARIADB";
|
|
23
|
+
readonly MYSQL: "MYSQL";
|
|
24
|
+
readonly ORACLE: "ORACLE";
|
|
25
|
+
readonly POSTGRESQL: "POSTGRESQL";
|
|
26
|
+
readonly PRESTO: "PRESTO";
|
|
27
|
+
readonly REDSHIFT: "REDSHIFT";
|
|
28
|
+
readonly S3: "S3";
|
|
29
|
+
readonly SALESFORCE: "SALESFORCE";
|
|
30
|
+
readonly SERVICENOW: "SERVICENOW";
|
|
31
|
+
readonly SNOWFLAKE: "SNOWFLAKE";
|
|
32
|
+
readonly SPARK: "SPARK";
|
|
33
|
+
readonly SQLSERVER: "SQLSERVER";
|
|
34
|
+
readonly STARBURST: "STARBURST";
|
|
35
|
+
readonly TERADATA: "TERADATA";
|
|
36
|
+
readonly TIMESTREAM: "TIMESTREAM";
|
|
37
|
+
readonly TRINO: "TRINO";
|
|
38
|
+
readonly TWITTER: "TWITTER";
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
export type DataSourceType = (typeof DataSourceType)[keyof typeof DataSourceType];
|
|
44
|
+
/**
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
export interface CreateDataSourceRequest {
|
|
48
|
+
/**
|
|
49
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
AwsAccountId: string | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* <p>An ID for the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account. </p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
DataSourceId: string | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* <p>A display name for the data source.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
Name: string | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* <p>The type of the data source. To return a
|
|
65
|
+
* list of all data sources, use <code>ListDataSources</code>.</p>
|
|
66
|
+
* <p>Use <code>AMAZON_ELASTICSEARCH</code> for Amazon OpenSearch Service.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
Type: DataSourceType | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* <p>The parameters that Amazon QuickSight uses to connect to your underlying source.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
DataSourceParameters?: DataSourceParameters;
|
|
75
|
+
/**
|
|
76
|
+
* <p>The credentials Amazon QuickSight that uses to connect to your underlying source. Currently, only
|
|
77
|
+
* credentials based on user name and password are supported.</p>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
Credentials?: DataSourceCredentials;
|
|
81
|
+
/**
|
|
82
|
+
* <p>A list of resource permissions on the data source.</p>
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
Permissions?: ResourcePermission[];
|
|
86
|
+
/**
|
|
87
|
+
* <p>Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to
|
|
88
|
+
* your underlying source.</p>
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
VpcConnectionProperties?: VpcConnectionProperties;
|
|
92
|
+
/**
|
|
93
|
+
* <p>Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.</p>
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
SslProperties?: SslProperties;
|
|
97
|
+
/**
|
|
98
|
+
* <p>Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.</p>
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
Tags?: Tag[];
|
|
102
|
+
/**
|
|
103
|
+
* <p>When you create the data source, Amazon QuickSight adds the data source to these folders.</p>
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
FolderArns?: string[];
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
export interface CreateDataSourceResponse {
|
|
112
|
+
/**
|
|
113
|
+
* <p>The Amazon Resource Name (ARN) of the data source.</p>
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
Arn?: string;
|
|
117
|
+
/**
|
|
118
|
+
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
DataSourceId?: string;
|
|
122
|
+
/**
|
|
123
|
+
* <p>The status of creating the data source.</p>
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
CreationStatus?: ResourceStatus;
|
|
127
|
+
/**
|
|
128
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
RequestId?: string;
|
|
132
|
+
/**
|
|
133
|
+
* <p>The HTTP status of the request.</p>
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
136
|
+
Status?: number;
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* <p>The customer managed key that is registered to your Amazon QuickSight account is unavailable.</p>
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
export declare class CustomerManagedKeyUnavailableException extends __BaseException {
|
|
143
|
+
readonly name: "CustomerManagedKeyUnavailableException";
|
|
144
|
+
readonly $fault: "client";
|
|
145
|
+
Message?: string;
|
|
146
|
+
/**
|
|
147
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
RequestId?: string;
|
|
151
|
+
/**
|
|
152
|
+
* @internal
|
|
153
|
+
*/
|
|
154
|
+
constructor(opts: __ExceptionOptionType<CustomerManagedKeyUnavailableException, __BaseException>);
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* @public
|
|
158
|
+
* @enum
|
|
159
|
+
*/
|
|
160
|
+
export declare const FolderType: {
|
|
161
|
+
readonly RESTRICTED: "RESTRICTED";
|
|
162
|
+
readonly SHARED: "SHARED";
|
|
163
|
+
};
|
|
164
|
+
/**
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
export type FolderType = (typeof FolderType)[keyof typeof FolderType];
|
|
168
|
+
/**
|
|
169
|
+
* @public
|
|
170
|
+
* @enum
|
|
171
|
+
*/
|
|
172
|
+
export declare const SharingModel: {
|
|
173
|
+
readonly ACCOUNT: "ACCOUNT";
|
|
174
|
+
readonly NAMESPACE: "NAMESPACE";
|
|
175
|
+
};
|
|
176
|
+
/**
|
|
177
|
+
* @public
|
|
178
|
+
*/
|
|
179
|
+
export type SharingModel = (typeof SharingModel)[keyof typeof SharingModel];
|
|
5
180
|
/**
|
|
6
181
|
* @public
|
|
7
182
|
*/
|
|
@@ -918,6 +1093,11 @@ export interface TemplateVersionDefinition {
|
|
|
918
1093
|
* @public
|
|
919
1094
|
*/
|
|
920
1095
|
Options?: AssetOptions;
|
|
1096
|
+
/**
|
|
1097
|
+
* <p>A structure that describes the query execution options.</p>
|
|
1098
|
+
* @public
|
|
1099
|
+
*/
|
|
1100
|
+
QueryExecutionOptions?: QueryExecutionOptions;
|
|
921
1101
|
}
|
|
922
1102
|
/**
|
|
923
1103
|
* <p>The source analysis of the template.</p>
|
|
@@ -7886,177 +8066,9 @@ export interface DescribeVPCConnectionRequest {
|
|
|
7886
8066
|
VPCConnectionId: string | undefined;
|
|
7887
8067
|
}
|
|
7888
8068
|
/**
|
|
7889
|
-
* @
|
|
7890
|
-
* @enum
|
|
7891
|
-
*/
|
|
7892
|
-
export declare const NetworkInterfaceStatus: {
|
|
7893
|
-
readonly ATTACHMENT_FAILED_ROLLBACK_FAILED: "ATTACHMENT_FAILED_ROLLBACK_FAILED";
|
|
7894
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
7895
|
-
readonly CREATING: "CREATING";
|
|
7896
|
-
readonly CREATION_FAILED: "CREATION_FAILED";
|
|
7897
|
-
readonly DELETED: "DELETED";
|
|
7898
|
-
readonly DELETING: "DELETING";
|
|
7899
|
-
readonly DELETION_FAILED: "DELETION_FAILED";
|
|
7900
|
-
readonly DELETION_SCHEDULED: "DELETION_SCHEDULED";
|
|
7901
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
7902
|
-
readonly UPDATING: "UPDATING";
|
|
7903
|
-
};
|
|
7904
|
-
/**
|
|
7905
|
-
* @public
|
|
7906
|
-
*/
|
|
7907
|
-
export type NetworkInterfaceStatus = (typeof NetworkInterfaceStatus)[keyof typeof NetworkInterfaceStatus];
|
|
7908
|
-
/**
|
|
7909
|
-
* <p>The structure that contains information about a network interface.</p>
|
|
7910
|
-
* @public
|
|
7911
|
-
*/
|
|
7912
|
-
export interface NetworkInterface {
|
|
7913
|
-
/**
|
|
7914
|
-
* <p>The subnet ID associated with the network interface.</p>
|
|
7915
|
-
* @public
|
|
7916
|
-
*/
|
|
7917
|
-
SubnetId?: string;
|
|
7918
|
-
/**
|
|
7919
|
-
* <p>The availability zone that the network interface resides in.</p>
|
|
7920
|
-
* @public
|
|
7921
|
-
*/
|
|
7922
|
-
AvailabilityZone?: string;
|
|
7923
|
-
/**
|
|
7924
|
-
* <p>An error message.</p>
|
|
7925
|
-
* @public
|
|
7926
|
-
*/
|
|
7927
|
-
ErrorMessage?: string;
|
|
7928
|
-
/**
|
|
7929
|
-
* <p>The status of the network interface.</p>
|
|
7930
|
-
* @public
|
|
7931
|
-
*/
|
|
7932
|
-
Status?: NetworkInterfaceStatus;
|
|
7933
|
-
/**
|
|
7934
|
-
* <p>The network interface ID.</p>
|
|
7935
|
-
* @public
|
|
7936
|
-
*/
|
|
7937
|
-
NetworkInterfaceId?: string;
|
|
7938
|
-
}
|
|
7939
|
-
/**
|
|
7940
|
-
* <p>The structure of a VPC connection.</p>
|
|
7941
|
-
* @public
|
|
7942
|
-
*/
|
|
7943
|
-
export interface VPCConnection {
|
|
7944
|
-
/**
|
|
7945
|
-
* <p>The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an
|
|
7946
|
-
* Amazon Web Services account.</p>
|
|
7947
|
-
* @public
|
|
7948
|
-
*/
|
|
7949
|
-
VPCConnectionId?: string;
|
|
7950
|
-
/**
|
|
7951
|
-
* <p>The Amazon Resource Name (ARN) of the VPC connection.</p>
|
|
7952
|
-
* @public
|
|
7953
|
-
*/
|
|
7954
|
-
Arn?: string;
|
|
7955
|
-
/**
|
|
7956
|
-
* <p>The display name for the VPC connection.</p>
|
|
7957
|
-
* @public
|
|
7958
|
-
*/
|
|
7959
|
-
Name?: string;
|
|
7960
|
-
/**
|
|
7961
|
-
* <p>The Amazon EC2 VPC ID associated with the VPC connection.</p>
|
|
7962
|
-
* @public
|
|
7963
|
-
*/
|
|
7964
|
-
VPCId?: string;
|
|
7965
|
-
/**
|
|
7966
|
-
* <p>The Amazon EC2 security group IDs associated with the VPC connection.</p>
|
|
7967
|
-
* @public
|
|
7968
|
-
*/
|
|
7969
|
-
SecurityGroupIds?: string[];
|
|
7970
|
-
/**
|
|
7971
|
-
* <p>A list of IP addresses of DNS resolver endpoints for the VPC connection.</p>
|
|
7972
|
-
* @public
|
|
7973
|
-
*/
|
|
7974
|
-
DnsResolvers?: string[];
|
|
7975
|
-
/**
|
|
7976
|
-
* <p>The status of the VPC connection.</p>
|
|
7977
|
-
* @public
|
|
7978
|
-
*/
|
|
7979
|
-
Status?: VPCConnectionResourceStatus;
|
|
7980
|
-
/**
|
|
7981
|
-
* <p>The availability status of the VPC connection.</p>
|
|
7982
|
-
* @public
|
|
7983
|
-
*/
|
|
7984
|
-
AvailabilityStatus?: VPCConnectionAvailabilityStatus;
|
|
7985
|
-
/**
|
|
7986
|
-
* <p>A list of network interfaces.</p>
|
|
7987
|
-
* @public
|
|
7988
|
-
*/
|
|
7989
|
-
NetworkInterfaces?: NetworkInterface[];
|
|
7990
|
-
/**
|
|
7991
|
-
* <p>The ARN of the
|
|
7992
|
-
* IAM role associated with the VPC
|
|
7993
|
-
* connection.</p>
|
|
7994
|
-
* @public
|
|
7995
|
-
*/
|
|
7996
|
-
RoleArn?: string;
|
|
7997
|
-
/**
|
|
7998
|
-
* <p>The time that the VPC connection was created.</p>
|
|
7999
|
-
* @public
|
|
8000
|
-
*/
|
|
8001
|
-
CreatedTime?: Date;
|
|
8002
|
-
/**
|
|
8003
|
-
* <p>The time that the VPC connection was last updated.</p>
|
|
8004
|
-
* @public
|
|
8005
|
-
*/
|
|
8006
|
-
LastUpdatedTime?: Date;
|
|
8007
|
-
}
|
|
8008
|
-
/**
|
|
8009
|
-
* @public
|
|
8010
|
-
*/
|
|
8011
|
-
export interface DescribeVPCConnectionResponse {
|
|
8012
|
-
/**
|
|
8013
|
-
* <p>A response object that provides information for the specified VPC connection.</p>
|
|
8014
|
-
* @public
|
|
8015
|
-
*/
|
|
8016
|
-
VPCConnection?: VPCConnection;
|
|
8017
|
-
/**
|
|
8018
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
8019
|
-
* @public
|
|
8020
|
-
*/
|
|
8021
|
-
RequestId?: string;
|
|
8022
|
-
/**
|
|
8023
|
-
* <p>The HTTP status of the request.</p>
|
|
8024
|
-
* @public
|
|
8025
|
-
*/
|
|
8026
|
-
Status?: number;
|
|
8027
|
-
}
|
|
8028
|
-
/**
|
|
8029
|
-
* <p>The domain specified isn't on the allow list. All domains for embedded dashboards must be
|
|
8030
|
-
* added to the approved list by an Amazon QuickSight admin.</p>
|
|
8031
|
-
* @public
|
|
8032
|
-
*/
|
|
8033
|
-
export declare class DomainNotWhitelistedException extends __BaseException {
|
|
8034
|
-
readonly name: "DomainNotWhitelistedException";
|
|
8035
|
-
readonly $fault: "client";
|
|
8036
|
-
Message?: string;
|
|
8037
|
-
/**
|
|
8038
|
-
* <p>The Amazon Web Services request ID for this request.</p>
|
|
8039
|
-
* @public
|
|
8040
|
-
*/
|
|
8041
|
-
RequestId?: string;
|
|
8042
|
-
/**
|
|
8043
|
-
* @internal
|
|
8044
|
-
*/
|
|
8045
|
-
constructor(opts: __ExceptionOptionType<DomainNotWhitelistedException, __BaseException>);
|
|
8046
|
-
}
|
|
8047
|
-
/**
|
|
8048
|
-
* @public
|
|
8049
|
-
* @enum
|
|
8050
|
-
*/
|
|
8051
|
-
export declare const EmbeddingIdentityType: {
|
|
8052
|
-
readonly ANONYMOUS: "ANONYMOUS";
|
|
8053
|
-
readonly IAM: "IAM";
|
|
8054
|
-
readonly QUICKSIGHT: "QUICKSIGHT";
|
|
8055
|
-
};
|
|
8056
|
-
/**
|
|
8057
|
-
* @public
|
|
8069
|
+
* @internal
|
|
8058
8070
|
*/
|
|
8059
|
-
export
|
|
8071
|
+
export declare const CreateDataSourceRequestFilterSensitiveLog: (obj: CreateDataSourceRequest) => any;
|
|
8060
8072
|
/**
|
|
8061
8073
|
* @internal
|
|
8062
8074
|
*/
|
|
@@ -1,8 +1,180 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { AccountCustomization, ActiveIAMPolicyAssignment, ResourceStatus } from "./models_0";
|
|
3
|
-
import { _Parameters, AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobSummary, AssetBundleImportSource, AssignmentStatus, AuthorizedTargetsByService, BookmarksConfigurations, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DashboardVisualId, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, DataSourceParameters, FieldFolder, FilterOperator,
|
|
4
|
-
import { DashboardSearchFilter, DashboardSummary, DashboardVersionSummary, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceSearchFilter, DataSourceSummary,
|
|
3
|
+
import { _Parameters, AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobSummary, AssetBundleImportSource, AssignmentStatus, AuthorizedTargetsByService, BookmarksConfigurations, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DashboardVisualId, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, DataSourceParameters, FieldFolder, FilterOperator, LinkSharingConfiguration, LogicalTable, PhysicalTable, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SharedViewConfigurations, SslProperties, Tag, TopicIR, TopicTemplate, ValidationStrategy, VisualRole, VpcConnectionProperties } from "./models_2";
|
|
4
|
+
import { DashboardSearchFilter, DashboardSummary, DashboardVersionSummary, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceSearchFilter, DataSourceSummary, FolderType, Group, GroupMember, IdentityType, Ingestion, NamespaceInfoV2, RefreshSchedule, RegisteredCustomerManagedKey, Role, SharingModel, SnapshotConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, ThemeType, TopicDetails, TopicRefreshSchedule, TopicUserExperienceVersion, User, UserRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
|
|
5
5
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
* @enum
|
|
9
|
+
*/
|
|
10
|
+
export declare const NetworkInterfaceStatus: {
|
|
11
|
+
readonly ATTACHMENT_FAILED_ROLLBACK_FAILED: "ATTACHMENT_FAILED_ROLLBACK_FAILED";
|
|
12
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
13
|
+
readonly CREATING: "CREATING";
|
|
14
|
+
readonly CREATION_FAILED: "CREATION_FAILED";
|
|
15
|
+
readonly DELETED: "DELETED";
|
|
16
|
+
readonly DELETING: "DELETING";
|
|
17
|
+
readonly DELETION_FAILED: "DELETION_FAILED";
|
|
18
|
+
readonly DELETION_SCHEDULED: "DELETION_SCHEDULED";
|
|
19
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
20
|
+
readonly UPDATING: "UPDATING";
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
export type NetworkInterfaceStatus = (typeof NetworkInterfaceStatus)[keyof typeof NetworkInterfaceStatus];
|
|
26
|
+
/**
|
|
27
|
+
* <p>The structure that contains information about a network interface.</p>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
export interface NetworkInterface {
|
|
31
|
+
/**
|
|
32
|
+
* <p>The subnet ID associated with the network interface.</p>
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
SubnetId?: string;
|
|
36
|
+
/**
|
|
37
|
+
* <p>The availability zone that the network interface resides in.</p>
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
AvailabilityZone?: string;
|
|
41
|
+
/**
|
|
42
|
+
* <p>An error message.</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
ErrorMessage?: string;
|
|
46
|
+
/**
|
|
47
|
+
* <p>The status of the network interface.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
Status?: NetworkInterfaceStatus;
|
|
51
|
+
/**
|
|
52
|
+
* <p>The network interface ID.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
NetworkInterfaceId?: string;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* <p>The structure of a VPC connection.</p>
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
export interface VPCConnection {
|
|
62
|
+
/**
|
|
63
|
+
* <p>The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an
|
|
64
|
+
* Amazon Web Services account.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
VPCConnectionId?: string;
|
|
68
|
+
/**
|
|
69
|
+
* <p>The Amazon Resource Name (ARN) of the VPC connection.</p>
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
Arn?: string;
|
|
73
|
+
/**
|
|
74
|
+
* <p>The display name for the VPC connection.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
Name?: string;
|
|
78
|
+
/**
|
|
79
|
+
* <p>The Amazon EC2 VPC ID associated with the VPC connection.</p>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
VPCId?: string;
|
|
83
|
+
/**
|
|
84
|
+
* <p>The Amazon EC2 security group IDs associated with the VPC connection.</p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
SecurityGroupIds?: string[];
|
|
88
|
+
/**
|
|
89
|
+
* <p>A list of IP addresses of DNS resolver endpoints for the VPC connection.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
DnsResolvers?: string[];
|
|
93
|
+
/**
|
|
94
|
+
* <p>The status of the VPC connection.</p>
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
Status?: VPCConnectionResourceStatus;
|
|
98
|
+
/**
|
|
99
|
+
* <p>The availability status of the VPC connection.</p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
AvailabilityStatus?: VPCConnectionAvailabilityStatus;
|
|
103
|
+
/**
|
|
104
|
+
* <p>A list of network interfaces.</p>
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
NetworkInterfaces?: NetworkInterface[];
|
|
108
|
+
/**
|
|
109
|
+
* <p>The ARN of the
|
|
110
|
+
* IAM role associated with the VPC
|
|
111
|
+
* connection.</p>
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
RoleArn?: string;
|
|
115
|
+
/**
|
|
116
|
+
* <p>The time that the VPC connection was created.</p>
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
119
|
+
CreatedTime?: Date;
|
|
120
|
+
/**
|
|
121
|
+
* <p>The time that the VPC connection was last updated.</p>
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
124
|
+
LastUpdatedTime?: Date;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
export interface DescribeVPCConnectionResponse {
|
|
130
|
+
/**
|
|
131
|
+
* <p>A response object that provides information for the specified VPC connection.</p>
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
VPCConnection?: VPCConnection;
|
|
135
|
+
/**
|
|
136
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
RequestId?: string;
|
|
140
|
+
/**
|
|
141
|
+
* <p>The HTTP status of the request.</p>
|
|
142
|
+
* @public
|
|
143
|
+
*/
|
|
144
|
+
Status?: number;
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* <p>The domain specified isn't on the allow list. All domains for embedded dashboards must be
|
|
148
|
+
* added to the approved list by an Amazon QuickSight admin.</p>
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
export declare class DomainNotWhitelistedException extends __BaseException {
|
|
152
|
+
readonly name: "DomainNotWhitelistedException";
|
|
153
|
+
readonly $fault: "client";
|
|
154
|
+
Message?: string;
|
|
155
|
+
/**
|
|
156
|
+
* <p>The Amazon Web Services request ID for this request.</p>
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
RequestId?: string;
|
|
160
|
+
/**
|
|
161
|
+
* @internal
|
|
162
|
+
*/
|
|
163
|
+
constructor(opts: __ExceptionOptionType<DomainNotWhitelistedException, __BaseException>);
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* @public
|
|
167
|
+
* @enum
|
|
168
|
+
*/
|
|
169
|
+
export declare const EmbeddingIdentityType: {
|
|
170
|
+
readonly ANONYMOUS: "ANONYMOUS";
|
|
171
|
+
readonly IAM: "IAM";
|
|
172
|
+
readonly QUICKSIGHT: "QUICKSIGHT";
|
|
173
|
+
};
|
|
174
|
+
/**
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
export type EmbeddingIdentityType = (typeof EmbeddingIdentityType)[keyof typeof EmbeddingIdentityType];
|
|
6
178
|
/**
|
|
7
179
|
* <p>An entry that appears when a <code>KeyRegistration</code> update to Amazon QuickSight fails.</p>
|
|
8
180
|
* @public
|
|
@@ -318,6 +490,11 @@ export interface RegisteredUserDashboardFeatureConfigurations {
|
|
|
318
490
|
* @public
|
|
319
491
|
*/
|
|
320
492
|
StatePersistence?: StatePersistenceConfigurations;
|
|
493
|
+
/**
|
|
494
|
+
* <p>The shared view settings of an embedded dashboard.</p>
|
|
495
|
+
* @public
|
|
496
|
+
*/
|
|
497
|
+
SharedView?: SharedViewConfigurations;
|
|
321
498
|
/**
|
|
322
499
|
* <p>The bookmarks configuration for an embedded dashboard in Amazon QuickSight.</p>
|
|
323
500
|
* @public
|
|
@@ -390,6 +567,11 @@ export interface RegisteredUserConsoleFeatureConfigurations {
|
|
|
390
567
|
* @public
|
|
391
568
|
*/
|
|
392
569
|
StatePersistence?: StatePersistenceConfigurations;
|
|
570
|
+
/**
|
|
571
|
+
* <p>The shared view settings of an embedded dashboard.</p>
|
|
572
|
+
* @public
|
|
573
|
+
*/
|
|
574
|
+
SharedView?: SharedViewConfigurations;
|
|
393
575
|
}
|
|
394
576
|
/**
|
|
395
577
|
* <p>Information about the Amazon QuickSight console that you want to embed.</p>
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
DescribeVPCConnectionResponse,
|
|
6
|
-
} from "../models/models_3";
|
|
3
|
+
import { DescribeVPCConnectionRequest } from "../models/models_3";
|
|
4
|
+
import { DescribeVPCConnectionResponse } from "../models/models_4";
|
|
7
5
|
import {
|
|
8
6
|
QuickSightClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -921,6 +921,15 @@ export interface ParameterDeclaration {
|
|
|
921
921
|
IntegerParameterDeclaration?: IntegerParameterDeclaration;
|
|
922
922
|
DateTimeParameterDeclaration?: DateTimeParameterDeclaration;
|
|
923
923
|
}
|
|
924
|
+
export declare const QueryExecutionMode: {
|
|
925
|
+
readonly AUTO: "AUTO";
|
|
926
|
+
readonly MANUAL: "MANUAL";
|
|
927
|
+
};
|
|
928
|
+
export type QueryExecutionMode =
|
|
929
|
+
(typeof QueryExecutionMode)[keyof typeof QueryExecutionMode];
|
|
930
|
+
export interface QueryExecutionOptions {
|
|
931
|
+
QueryExecutionMode?: QueryExecutionMode;
|
|
932
|
+
}
|
|
924
933
|
export interface CascadingControlSource {
|
|
925
934
|
SourceSheetControlId?: string;
|
|
926
935
|
ColumnToMatch?: ColumnIdentifier;
|
|
@@ -1661,14 +1670,6 @@ export declare const OtherCategories: {
|
|
|
1661
1670
|
};
|
|
1662
1671
|
export type OtherCategories =
|
|
1663
1672
|
(typeof OtherCategories)[keyof typeof OtherCategories];
|
|
1664
|
-
export interface ItemsLimitConfiguration {
|
|
1665
|
-
ItemsLimit?: number;
|
|
1666
|
-
OtherCategories?: OtherCategories;
|
|
1667
|
-
}
|
|
1668
|
-
export interface FieldSort {
|
|
1669
|
-
FieldId: string | undefined;
|
|
1670
|
-
Direction: SortDirection | undefined;
|
|
1671
|
-
}
|
|
1672
1673
|
export declare const CalculatedFieldFilterSensitiveLog: (
|
|
1673
1674
|
obj: CalculatedField
|
|
1674
1675
|
) => any;
|
|
@@ -12,14 +12,13 @@ import {
|
|
|
12
12
|
DataLabelOptions,
|
|
13
13
|
DataLabelPosition,
|
|
14
14
|
DimensionField,
|
|
15
|
-
FieldSort,
|
|
16
15
|
FontConfiguration,
|
|
17
16
|
FormatConfiguration,
|
|
18
17
|
HorizontalTextAlignment,
|
|
19
|
-
ItemsLimitConfiguration,
|
|
20
18
|
LegendOptions,
|
|
21
19
|
MeasureField,
|
|
22
20
|
NumberDisplayFormatConfiguration,
|
|
21
|
+
OtherCategories,
|
|
23
22
|
PercentageDisplayFormatConfiguration,
|
|
24
23
|
ReferenceLine,
|
|
25
24
|
SmallMultiplesOptions,
|
|
@@ -31,6 +30,14 @@ import {
|
|
|
31
30
|
VisualInteractionOptions,
|
|
32
31
|
WidgetStatus,
|
|
33
32
|
} from "./models_0";
|
|
33
|
+
export interface ItemsLimitConfiguration {
|
|
34
|
+
ItemsLimit?: number;
|
|
35
|
+
OtherCategories?: OtherCategories;
|
|
36
|
+
}
|
|
37
|
+
export interface FieldSort {
|
|
38
|
+
FieldId: string | undefined;
|
|
39
|
+
Direction: SortDirection | undefined;
|
|
40
|
+
}
|
|
34
41
|
export interface FieldSortOptions {
|
|
35
42
|
FieldSort?: FieldSort;
|
|
36
43
|
ColumnSort?: ColumnSort;
|
|
@@ -1739,19 +1746,6 @@ export interface TreeMapConfiguration {
|
|
|
1739
1746
|
Tooltip?: TooltipOptions;
|
|
1740
1747
|
Interactions?: VisualInteractionOptions;
|
|
1741
1748
|
}
|
|
1742
|
-
export interface TreeMapVisual {
|
|
1743
|
-
VisualId: string | undefined;
|
|
1744
|
-
Title?: VisualTitleLabelOptions;
|
|
1745
|
-
Subtitle?: VisualSubtitleLabelOptions;
|
|
1746
|
-
ChartConfiguration?: TreeMapConfiguration;
|
|
1747
|
-
Actions?: VisualCustomAction[];
|
|
1748
|
-
ColumnHierarchies?: ColumnHierarchy[];
|
|
1749
|
-
}
|
|
1750
|
-
export interface WaterfallChartGroupColorConfiguration {
|
|
1751
|
-
PositiveBarColor?: string;
|
|
1752
|
-
NegativeBarColor?: string;
|
|
1753
|
-
TotalBarColor?: string;
|
|
1754
|
-
}
|
|
1755
1749
|
export declare const DataPathValueFilterSensitiveLog: (
|
|
1756
1750
|
obj: DataPathValue
|
|
1757
1751
|
) => any;
|
|
@@ -2128,6 +2122,3 @@ export declare const TreeMapFieldWellsFilterSensitiveLog: (
|
|
|
2128
2122
|
export declare const TreeMapConfigurationFilterSensitiveLog: (
|
|
2129
2123
|
obj: TreeMapConfiguration
|
|
2130
2124
|
) => any;
|
|
2131
|
-
export declare const TreeMapVisualFilterSensitiveLog: (
|
|
2132
|
-
obj: TreeMapVisual
|
|
2133
|
-
) => any;
|