@aws-sdk/client-quicksight 3.398.0 → 3.405.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/commands/UpdateAnalysisCommand.js +2 -2
- package/dist-cjs/models/models_1.js +4 -22
- package/dist-cjs/models/models_2.js +26 -9
- package/dist-cjs/models/models_3.js +7 -6
- package/dist-cjs/models/models_4.js +6 -1
- package/dist-cjs/pagination/DescribeFolderPermissionsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeFolderResolvedPermissionsPaginator.js +29 -0
- package/dist-cjs/pagination/ListFolderMembersPaginator.js +29 -0
- package/dist-cjs/pagination/ListFoldersPaginator.js +29 -0
- package/dist-cjs/pagination/SearchFoldersPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +5 -0
- package/dist-cjs/protocols/Aws_restJson1.js +23 -0
- package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
- package/dist-es/models/models_1.js +1 -19
- package/dist-es/models/models_2.js +23 -6
- package/dist-es/models/models_3.js +6 -4
- package/dist-es/models/models_4.js +4 -0
- package/dist-es/pagination/DescribeFolderPermissionsPaginator.js +25 -0
- package/dist-es/pagination/DescribeFolderResolvedPermissionsPaginator.js +25 -0
- package/dist-es/pagination/ListFolderMembersPaginator.js +25 -0
- package/dist-es/pagination/ListFoldersPaginator.js +25 -0
- package/dist-es/pagination/SearchFoldersPaginator.js +25 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +23 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +19 -13
- package/dist-types/commands/CreateDashboardCommand.d.ts +19 -13
- package/dist-types/commands/CreateFolderCommand.d.ts +1 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +19 -13
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +19 -13
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +19 -13
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +19 -13
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +1 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +4 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +20 -14
- package/dist-types/commands/UpdateDashboardCommand.d.ts +19 -13
- package/dist-types/commands/UpdateTemplateCommand.d.ts +19 -13
- package/dist-types/models/models_0.d.ts +12 -21
- package/dist-types/models/models_1.d.ts +60 -65
- package/dist-types/models/models_2.d.ts +63 -118
- package/dist-types/models/models_3.d.ts +187 -119
- package/dist-types/models/models_4.d.ts +97 -0
- package/dist-types/pagination/DescribeFolderPermissionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeFolderResolvedPermissionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFolderMembersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFoldersPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchFoldersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2 -5
- package/dist-types/ts3.4/models/models_1.d.ts +24 -41
- package/dist-types/ts3.4/models/models_2.d.ts +34 -29
- package/dist-types/ts3.4/models/models_3.d.ts +51 -35
- package/dist-types/ts3.4/models/models_4.d.ts +24 -0
- package/dist-types/ts3.4/pagination/DescribeFolderPermissionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeFolderResolvedPermissionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFolderMembersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFoldersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchFoldersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/package.json +7 -7
|
@@ -1,7 +1,50 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { AccountCustomization, AdHocFilteringOption, AmazonElasticsearchParameters, AmazonOpenSearchParameters, AnalysisDefaults, CalculatedField, ColumnConfiguration, DashboardBehavior, DataSetIdentifierDeclaration, Edition, Entity, FilterGroup, NumberScale, ParameterDeclaration, ResourceStatus, Sheet, TimeGranularity } from "./models_0";
|
|
3
|
-
import { AnalysisDefinition, AnalysisSourceEntity, AssetBundleExportJobAnalysisOverrideProperties, AssetBundleExportJobDashboardOverrideProperties,
|
|
3
|
+
import { AnalysisDefinition, AnalysisSourceEntity, AssetBundleExportJobAnalysisOverrideProperties, AssetBundleExportJobDashboardOverrideProperties, AssetBundleExportJobDataSetPropertyToOverride, DataSetReference, FilterOperator, SheetDefinition } from "./models_1";
|
|
4
4
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
* <p>Controls how a specific <code>DataSet</code> resource is parameterized in the returned CloudFormation template.</p>
|
|
8
|
+
*/
|
|
9
|
+
export interface AssetBundleExportJobDataSetOverrideProperties {
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
* <p>The ARN of the specific <code>DataSet</code> resource whose override properties are configured in this structure.</p>
|
|
13
|
+
*/
|
|
14
|
+
Arn?: string;
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
* <p>A list of <code>DataSet</code> resource properties to generate variables for in the returned CloudFormation template.</p>
|
|
18
|
+
*/
|
|
19
|
+
Properties: (AssetBundleExportJobDataSetPropertyToOverride | string)[] | undefined;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
* @enum
|
|
24
|
+
*/
|
|
25
|
+
export declare const AssetBundleExportJobDataSourcePropertyToOverride: {
|
|
26
|
+
readonly CATALOG: "Catalog";
|
|
27
|
+
readonly CLUSTER_ID: "ClusterId";
|
|
28
|
+
readonly DATABASE: "Database";
|
|
29
|
+
readonly DATA_SET_NAME: "DataSetName";
|
|
30
|
+
readonly DISABLE_SSL: "DisableSsl";
|
|
31
|
+
readonly DOMAIN: "Domain";
|
|
32
|
+
readonly HOST: "Host";
|
|
33
|
+
readonly INSTANCE_ID: "InstanceId";
|
|
34
|
+
readonly MANIFEST_FILE_LOCATION: "ManifestFileLocation";
|
|
35
|
+
readonly NAME: "Name";
|
|
36
|
+
readonly PASSWORD: "Password";
|
|
37
|
+
readonly PORT: "Port";
|
|
38
|
+
readonly ROLE_ARN: "RoleArn";
|
|
39
|
+
readonly SECRET_ARN: "SecretArn";
|
|
40
|
+
readonly USERNAME: "Username";
|
|
41
|
+
readonly WAREHOUSE: "Warehouse";
|
|
42
|
+
readonly WORK_GROUP: "WorkGroup";
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
export type AssetBundleExportJobDataSourcePropertyToOverride = (typeof AssetBundleExportJobDataSourcePropertyToOverride)[keyof typeof AssetBundleExportJobDataSourcePropertyToOverride];
|
|
5
48
|
/**
|
|
6
49
|
* @public
|
|
7
50
|
* <p>Controls how a specific <code>DataSource</code> resource is parameterized in the returned CloudFormation template.</p>
|
|
@@ -4700,6 +4743,18 @@ export declare const FolderType: {
|
|
|
4700
4743
|
* @public
|
|
4701
4744
|
*/
|
|
4702
4745
|
export type FolderType = (typeof FolderType)[keyof typeof FolderType];
|
|
4746
|
+
/**
|
|
4747
|
+
* @public
|
|
4748
|
+
* @enum
|
|
4749
|
+
*/
|
|
4750
|
+
export declare const SharingModel: {
|
|
4751
|
+
readonly ACCOUNT: "ACCOUNT";
|
|
4752
|
+
readonly NAMESPACE: "NAMESPACE";
|
|
4753
|
+
};
|
|
4754
|
+
/**
|
|
4755
|
+
* @public
|
|
4756
|
+
*/
|
|
4757
|
+
export type SharingModel = (typeof SharingModel)[keyof typeof SharingModel];
|
|
4703
4758
|
/**
|
|
4704
4759
|
* @public
|
|
4705
4760
|
*/
|
|
@@ -4742,6 +4797,11 @@ export interface CreateFolderRequest {
|
|
|
4742
4797
|
* <p>Tags for the folder.</p>
|
|
4743
4798
|
*/
|
|
4744
4799
|
Tags?: Tag[];
|
|
4800
|
+
/**
|
|
4801
|
+
* @public
|
|
4802
|
+
* <p>An optional parameter that determines the sharing scope of the folder. The default value for this parameter is <code>ACCOUNT</code>.</p>
|
|
4803
|
+
*/
|
|
4804
|
+
SharingModel?: SharingModel | string;
|
|
4745
4805
|
}
|
|
4746
4806
|
/**
|
|
4747
4807
|
* @public
|
|
@@ -4797,12 +4857,12 @@ export interface CreateFolderMembershipRequest {
|
|
|
4797
4857
|
FolderId: string | undefined;
|
|
4798
4858
|
/**
|
|
4799
4859
|
* @public
|
|
4800
|
-
* <p>The ID of the asset
|
|
4860
|
+
* <p>The ID of the asset that you want to add to the folder.</p>
|
|
4801
4861
|
*/
|
|
4802
4862
|
MemberId: string | undefined;
|
|
4803
4863
|
/**
|
|
4804
4864
|
* @public
|
|
4805
|
-
* <p>The type of the
|
|
4865
|
+
* <p>The member type of the asset that you want to add to a folder.</p>
|
|
4806
4866
|
*/
|
|
4807
4867
|
MemberType: MemberType | string | undefined;
|
|
4808
4868
|
}
|
|
@@ -8034,121 +8094,6 @@ export declare const DataSourceErrorInfoType: {
|
|
|
8034
8094
|
* @public
|
|
8035
8095
|
*/
|
|
8036
8096
|
export type DataSourceErrorInfoType = (typeof DataSourceErrorInfoType)[keyof typeof DataSourceErrorInfoType];
|
|
8037
|
-
/**
|
|
8038
|
-
* @public
|
|
8039
|
-
* <p>Error information for the data source creation or update.</p>
|
|
8040
|
-
*/
|
|
8041
|
-
export interface DataSourceErrorInfo {
|
|
8042
|
-
/**
|
|
8043
|
-
* @public
|
|
8044
|
-
* <p>Error type.</p>
|
|
8045
|
-
*/
|
|
8046
|
-
Type?: DataSourceErrorInfoType | string;
|
|
8047
|
-
/**
|
|
8048
|
-
* @public
|
|
8049
|
-
* <p>Error message.</p>
|
|
8050
|
-
*/
|
|
8051
|
-
Message?: string;
|
|
8052
|
-
}
|
|
8053
|
-
/**
|
|
8054
|
-
* @public
|
|
8055
|
-
* <p>The structure of a data source.</p>
|
|
8056
|
-
*/
|
|
8057
|
-
export interface DataSource {
|
|
8058
|
-
/**
|
|
8059
|
-
* @public
|
|
8060
|
-
* <p>The Amazon Resource Name (ARN) of the data source.</p>
|
|
8061
|
-
*/
|
|
8062
|
-
Arn?: string;
|
|
8063
|
-
/**
|
|
8064
|
-
* @public
|
|
8065
|
-
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each
|
|
8066
|
-
* Amazon Web Services account.</p>
|
|
8067
|
-
*/
|
|
8068
|
-
DataSourceId?: string;
|
|
8069
|
-
/**
|
|
8070
|
-
* @public
|
|
8071
|
-
* <p>A display name for the data source.</p>
|
|
8072
|
-
*/
|
|
8073
|
-
Name?: string;
|
|
8074
|
-
/**
|
|
8075
|
-
* @public
|
|
8076
|
-
* <p>The type of the data source. This type indicates which database engine the data source
|
|
8077
|
-
* connects to.</p>
|
|
8078
|
-
*/
|
|
8079
|
-
Type?: DataSourceType | string;
|
|
8080
|
-
/**
|
|
8081
|
-
* @public
|
|
8082
|
-
* <p>The HTTP status of the request.</p>
|
|
8083
|
-
*/
|
|
8084
|
-
Status?: ResourceStatus | string;
|
|
8085
|
-
/**
|
|
8086
|
-
* @public
|
|
8087
|
-
* <p>The time that this data source was created.</p>
|
|
8088
|
-
*/
|
|
8089
|
-
CreatedTime?: Date;
|
|
8090
|
-
/**
|
|
8091
|
-
* @public
|
|
8092
|
-
* <p>The last time that this data source was updated.</p>
|
|
8093
|
-
*/
|
|
8094
|
-
LastUpdatedTime?: Date;
|
|
8095
|
-
/**
|
|
8096
|
-
* @public
|
|
8097
|
-
* <p>The parameters that Amazon QuickSight uses to connect to your underlying source. This
|
|
8098
|
-
* is a variant type structure. For this structure to be valid, only one of the attributes
|
|
8099
|
-
* can be non-null.</p>
|
|
8100
|
-
*/
|
|
8101
|
-
DataSourceParameters?: DataSourceParameters;
|
|
8102
|
-
/**
|
|
8103
|
-
* @public
|
|
8104
|
-
* <p>A set of alternate data source parameters that you want to share for the credentials
|
|
8105
|
-
* stored with this data source. The credentials are applied in tandem with the data source
|
|
8106
|
-
* parameters when you copy a data source by using a create or update request. The API
|
|
8107
|
-
* operation compares the <code>DataSourceParameters</code> structure that's in the request
|
|
8108
|
-
* with the structures in the <code>AlternateDataSourceParameters</code> allow list. If the
|
|
8109
|
-
* structures are an exact match, the request is allowed to use the credentials from this
|
|
8110
|
-
* existing data source. If the <code>AlternateDataSourceParameters</code> list is null,
|
|
8111
|
-
* the <code>Credentials</code> originally used with this <code>DataSourceParameters</code>
|
|
8112
|
-
* are automatically allowed.</p>
|
|
8113
|
-
*/
|
|
8114
|
-
AlternateDataSourceParameters?: DataSourceParameters[];
|
|
8115
|
-
/**
|
|
8116
|
-
* @public
|
|
8117
|
-
* <p>The VPC connection information. You need to use this parameter only when you want
|
|
8118
|
-
* Amazon QuickSight to use a VPC connection when connecting to your underlying source.</p>
|
|
8119
|
-
*/
|
|
8120
|
-
VpcConnectionProperties?: VpcConnectionProperties;
|
|
8121
|
-
/**
|
|
8122
|
-
* @public
|
|
8123
|
-
* <p>Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your
|
|
8124
|
-
* underlying source.</p>
|
|
8125
|
-
*/
|
|
8126
|
-
SslProperties?: SslProperties;
|
|
8127
|
-
/**
|
|
8128
|
-
* @public
|
|
8129
|
-
* <p>Error information from the last update or the creation of the data source.</p>
|
|
8130
|
-
*/
|
|
8131
|
-
ErrorInfo?: DataSourceErrorInfo;
|
|
8132
|
-
/**
|
|
8133
|
-
* @public
|
|
8134
|
-
* <p>The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.</p>
|
|
8135
|
-
*/
|
|
8136
|
-
SecretArn?: string;
|
|
8137
|
-
}
|
|
8138
|
-
/**
|
|
8139
|
-
* @public
|
|
8140
|
-
* @enum
|
|
8141
|
-
*/
|
|
8142
|
-
export declare const DataSourceFilterAttribute: {
|
|
8143
|
-
readonly DATASOURCE_NAME: "DATASOURCE_NAME";
|
|
8144
|
-
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
8145
|
-
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
8146
|
-
readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
8147
|
-
};
|
|
8148
|
-
/**
|
|
8149
|
-
* @public
|
|
8150
|
-
*/
|
|
8151
|
-
export type DataSourceFilterAttribute = (typeof DataSourceFilterAttribute)[keyof typeof DataSourceFilterAttribute];
|
|
8152
8097
|
/**
|
|
8153
8098
|
* @internal
|
|
8154
8099
|
*/
|
|
@@ -1,8 +1,123 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { AccountCustomization, AccountInfo, AccountSettings, ActiveIAMPolicyAssignment, Analysis, AnalysisError, Entity, ResourceStatus, Sheet } from "./models_0";
|
|
3
|
-
import { AnalysisDefinition, AnalysisSearchFilter,
|
|
4
|
-
import { _Parameters, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportSource, AssetBundleImportSourceDescription, AssignmentStatus, BookmarksConfigurations, Dashboard, DashboardError, DashboardPublishOptions, DashboardSearchFilter, DashboardSummary, DashboardVersionDefinition, DashboardVersionSummary, DataSet, DataSetConfiguration, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary,
|
|
3
|
+
import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AnonymousUserSnapshotJobResult, DashboardVisualId, FilterOperator, SnapshotFile, SnapshotS3DestinationConfiguration } from "./models_1";
|
|
4
|
+
import { _Parameters, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportSource, AssetBundleImportSourceDescription, AssignmentStatus, BookmarksConfigurations, Dashboard, DashboardError, DashboardPublishOptions, DashboardSearchFilter, DashboardSummary, DashboardVersionDefinition, DashboardVersionSummary, DataSet, DataSetConfiguration, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSourceErrorInfoType, DataSourceParameters, DataSourceType, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, MemberType, NamespaceStatus, RefreshSchedule, ResourcePermission, SharingModel, SslProperties, Tag, TemplateAlias, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, VPCConnectionAvailabilityStatus, VpcConnectionProperties, VPCConnectionResourceStatus } from "./models_2";
|
|
5
5
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
* <p>Error information for the data source creation or update.</p>
|
|
9
|
+
*/
|
|
10
|
+
export interface DataSourceErrorInfo {
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
* <p>Error type.</p>
|
|
14
|
+
*/
|
|
15
|
+
Type?: DataSourceErrorInfoType | string;
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
* <p>Error message.</p>
|
|
19
|
+
*/
|
|
20
|
+
Message?: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* @public
|
|
24
|
+
* <p>The structure of a data source.</p>
|
|
25
|
+
*/
|
|
26
|
+
export interface DataSource {
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* <p>The Amazon Resource Name (ARN) of the data source.</p>
|
|
30
|
+
*/
|
|
31
|
+
Arn?: string;
|
|
32
|
+
/**
|
|
33
|
+
* @public
|
|
34
|
+
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each
|
|
35
|
+
* Amazon Web Services account.</p>
|
|
36
|
+
*/
|
|
37
|
+
DataSourceId?: string;
|
|
38
|
+
/**
|
|
39
|
+
* @public
|
|
40
|
+
* <p>A display name for the data source.</p>
|
|
41
|
+
*/
|
|
42
|
+
Name?: string;
|
|
43
|
+
/**
|
|
44
|
+
* @public
|
|
45
|
+
* <p>The type of the data source. This type indicates which database engine the data source
|
|
46
|
+
* connects to.</p>
|
|
47
|
+
*/
|
|
48
|
+
Type?: DataSourceType | string;
|
|
49
|
+
/**
|
|
50
|
+
* @public
|
|
51
|
+
* <p>The HTTP status of the request.</p>
|
|
52
|
+
*/
|
|
53
|
+
Status?: ResourceStatus | string;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
* <p>The time that this data source was created.</p>
|
|
57
|
+
*/
|
|
58
|
+
CreatedTime?: Date;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
* <p>The last time that this data source was updated.</p>
|
|
62
|
+
*/
|
|
63
|
+
LastUpdatedTime?: Date;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
* <p>The parameters that Amazon QuickSight uses to connect to your underlying source. This
|
|
67
|
+
* is a variant type structure. For this structure to be valid, only one of the attributes
|
|
68
|
+
* can be non-null.</p>
|
|
69
|
+
*/
|
|
70
|
+
DataSourceParameters?: DataSourceParameters;
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
* <p>A set of alternate data source parameters that you want to share for the credentials
|
|
74
|
+
* stored with this data source. The credentials are applied in tandem with the data source
|
|
75
|
+
* parameters when you copy a data source by using a create or update request. The API
|
|
76
|
+
* operation compares the <code>DataSourceParameters</code> structure that's in the request
|
|
77
|
+
* with the structures in the <code>AlternateDataSourceParameters</code> allow list. If the
|
|
78
|
+
* structures are an exact match, the request is allowed to use the credentials from this
|
|
79
|
+
* existing data source. If the <code>AlternateDataSourceParameters</code> list is null,
|
|
80
|
+
* the <code>Credentials</code> originally used with this <code>DataSourceParameters</code>
|
|
81
|
+
* are automatically allowed.</p>
|
|
82
|
+
*/
|
|
83
|
+
AlternateDataSourceParameters?: DataSourceParameters[];
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
* <p>The VPC connection information. You need to use this parameter only when you want
|
|
87
|
+
* Amazon QuickSight to use a VPC connection when connecting to your underlying source.</p>
|
|
88
|
+
*/
|
|
89
|
+
VpcConnectionProperties?: VpcConnectionProperties;
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
* <p>Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your
|
|
93
|
+
* underlying source.</p>
|
|
94
|
+
*/
|
|
95
|
+
SslProperties?: SslProperties;
|
|
96
|
+
/**
|
|
97
|
+
* @public
|
|
98
|
+
* <p>Error information from the last update or the creation of the data source.</p>
|
|
99
|
+
*/
|
|
100
|
+
ErrorInfo?: DataSourceErrorInfo;
|
|
101
|
+
/**
|
|
102
|
+
* @public
|
|
103
|
+
* <p>The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.</p>
|
|
104
|
+
*/
|
|
105
|
+
SecretArn?: string;
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* @public
|
|
109
|
+
* @enum
|
|
110
|
+
*/
|
|
111
|
+
export declare const DataSourceFilterAttribute: {
|
|
112
|
+
readonly DATASOURCE_NAME: "DATASOURCE_NAME";
|
|
113
|
+
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
114
|
+
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
115
|
+
readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
116
|
+
};
|
|
117
|
+
/**
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
export type DataSourceFilterAttribute = (typeof DataSourceFilterAttribute)[keyof typeof DataSourceFilterAttribute];
|
|
6
121
|
/**
|
|
7
122
|
* @public
|
|
8
123
|
* <p>A filter that you apply when searching for data sources.</p>
|
|
@@ -412,13 +527,12 @@ export interface DeleteFolderMembershipRequest {
|
|
|
412
527
|
FolderId: string | undefined;
|
|
413
528
|
/**
|
|
414
529
|
* @public
|
|
415
|
-
* <p>The ID of the asset
|
|
530
|
+
* <p>The ID of the asset that you want to delete.</p>
|
|
416
531
|
*/
|
|
417
532
|
MemberId: string | undefined;
|
|
418
533
|
/**
|
|
419
534
|
* @public
|
|
420
|
-
* <p>The type of the
|
|
421
|
-
* </p>
|
|
535
|
+
* <p>The member type of the asset that you want to delete from a folder.</p>
|
|
422
536
|
*/
|
|
423
537
|
MemberType: MemberType | string | undefined;
|
|
424
538
|
}
|
|
@@ -2356,6 +2470,11 @@ export interface Folder {
|
|
|
2356
2470
|
* <p>The time that the folder was last updated.</p>
|
|
2357
2471
|
*/
|
|
2358
2472
|
LastUpdatedTime?: Date;
|
|
2473
|
+
/**
|
|
2474
|
+
* @public
|
|
2475
|
+
* <p>The sharing scope of the folder.</p>
|
|
2476
|
+
*/
|
|
2477
|
+
SharingModel?: SharingModel | string;
|
|
2359
2478
|
}
|
|
2360
2479
|
/**
|
|
2361
2480
|
* @public
|
|
@@ -2391,6 +2510,21 @@ export interface DescribeFolderPermissionsRequest {
|
|
|
2391
2510
|
* <p>The ID of the folder.</p>
|
|
2392
2511
|
*/
|
|
2393
2512
|
FolderId: string | undefined;
|
|
2513
|
+
/**
|
|
2514
|
+
* @public
|
|
2515
|
+
* <p>The namespace of the folder whose permissions you want described.</p>
|
|
2516
|
+
*/
|
|
2517
|
+
Namespace?: string;
|
|
2518
|
+
/**
|
|
2519
|
+
* @public
|
|
2520
|
+
* <p>The maximum number of results to be returned per request.</p>
|
|
2521
|
+
*/
|
|
2522
|
+
MaxResults?: number;
|
|
2523
|
+
/**
|
|
2524
|
+
* @public
|
|
2525
|
+
* <p>A pagination token for the next set of results.</p>
|
|
2526
|
+
*/
|
|
2527
|
+
NextToken?: string;
|
|
2394
2528
|
}
|
|
2395
2529
|
/**
|
|
2396
2530
|
* @public
|
|
@@ -2421,6 +2555,29 @@ export interface DescribeFolderPermissionsResponse {
|
|
|
2421
2555
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2422
2556
|
*/
|
|
2423
2557
|
RequestId?: string;
|
|
2558
|
+
/**
|
|
2559
|
+
* @public
|
|
2560
|
+
* <p>The pagination token for the next set of results, or null if there are no more results.</p>
|
|
2561
|
+
*/
|
|
2562
|
+
NextToken?: string;
|
|
2563
|
+
}
|
|
2564
|
+
/**
|
|
2565
|
+
* @public
|
|
2566
|
+
* <p>The <code>NextToken</code> value isn't valid.</p>
|
|
2567
|
+
*/
|
|
2568
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
2569
|
+
readonly name: "InvalidNextTokenException";
|
|
2570
|
+
readonly $fault: "client";
|
|
2571
|
+
Message?: string;
|
|
2572
|
+
/**
|
|
2573
|
+
* @public
|
|
2574
|
+
* <p>The Amazon Web Services request ID for this request.</p>
|
|
2575
|
+
*/
|
|
2576
|
+
RequestId?: string;
|
|
2577
|
+
/**
|
|
2578
|
+
* @internal
|
|
2579
|
+
*/
|
|
2580
|
+
constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
|
|
2424
2581
|
}
|
|
2425
2582
|
/**
|
|
2426
2583
|
* @public
|
|
@@ -2436,6 +2593,21 @@ export interface DescribeFolderResolvedPermissionsRequest {
|
|
|
2436
2593
|
* <p>The ID of the folder.</p>
|
|
2437
2594
|
*/
|
|
2438
2595
|
FolderId: string | undefined;
|
|
2596
|
+
/**
|
|
2597
|
+
* @public
|
|
2598
|
+
* <p>The namespace of the folder whose permissions you want described.</p>
|
|
2599
|
+
*/
|
|
2600
|
+
Namespace?: string;
|
|
2601
|
+
/**
|
|
2602
|
+
* @public
|
|
2603
|
+
* <p>The maximum number of results to be returned per request.</p>
|
|
2604
|
+
*/
|
|
2605
|
+
MaxResults?: number;
|
|
2606
|
+
/**
|
|
2607
|
+
* @public
|
|
2608
|
+
* <p>A pagination token for the next set of results.</p>
|
|
2609
|
+
*/
|
|
2610
|
+
NextToken?: string;
|
|
2439
2611
|
}
|
|
2440
2612
|
/**
|
|
2441
2613
|
* @public
|
|
@@ -2466,6 +2638,11 @@ export interface DescribeFolderResolvedPermissionsResponse {
|
|
|
2466
2638
|
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2467
2639
|
*/
|
|
2468
2640
|
RequestId?: string;
|
|
2641
|
+
/**
|
|
2642
|
+
* @public
|
|
2643
|
+
* <p>A pagination token for the next set of results, or null if there are no more results.</p>
|
|
2644
|
+
*/
|
|
2645
|
+
NextToken?: string;
|
|
2469
2646
|
}
|
|
2470
2647
|
/**
|
|
2471
2648
|
* @public
|
|
@@ -2632,24 +2809,6 @@ export interface DescribeIAMPolicyAssignmentResponse {
|
|
|
2632
2809
|
*/
|
|
2633
2810
|
Status?: number;
|
|
2634
2811
|
}
|
|
2635
|
-
/**
|
|
2636
|
-
* @public
|
|
2637
|
-
* <p>The <code>NextToken</code> value isn't valid.</p>
|
|
2638
|
-
*/
|
|
2639
|
-
export declare class InvalidNextTokenException extends __BaseException {
|
|
2640
|
-
readonly name: "InvalidNextTokenException";
|
|
2641
|
-
readonly $fault: "client";
|
|
2642
|
-
Message?: string;
|
|
2643
|
-
/**
|
|
2644
|
-
* @public
|
|
2645
|
-
* <p>The Amazon Web Services request ID for this request.</p>
|
|
2646
|
-
*/
|
|
2647
|
-
RequestId?: string;
|
|
2648
|
-
/**
|
|
2649
|
-
* @internal
|
|
2650
|
-
*/
|
|
2651
|
-
constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
|
|
2652
|
-
}
|
|
2653
2812
|
/**
|
|
2654
2813
|
* @public
|
|
2655
2814
|
*/
|
|
@@ -4464,6 +4623,11 @@ export interface FolderSummary {
|
|
|
4464
4623
|
* <p>The time that the folder was last updated.</p>
|
|
4465
4624
|
*/
|
|
4466
4625
|
LastUpdatedTime?: Date;
|
|
4626
|
+
/**
|
|
4627
|
+
* @public
|
|
4628
|
+
* <p>The sharing scope of the folder.</p>
|
|
4629
|
+
*/
|
|
4630
|
+
SharingModel?: SharingModel | string;
|
|
4467
4631
|
}
|
|
4468
4632
|
/**
|
|
4469
4633
|
* @public
|
|
@@ -7741,98 +7905,6 @@ export interface UpdateAccountSettingsRequest {
|
|
|
7741
7905
|
*/
|
|
7742
7906
|
TerminationProtectionEnabled?: boolean;
|
|
7743
7907
|
}
|
|
7744
|
-
/**
|
|
7745
|
-
* @public
|
|
7746
|
-
*/
|
|
7747
|
-
export interface UpdateAccountSettingsResponse {
|
|
7748
|
-
/**
|
|
7749
|
-
* @public
|
|
7750
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7751
|
-
*/
|
|
7752
|
-
RequestId?: string;
|
|
7753
|
-
/**
|
|
7754
|
-
* @public
|
|
7755
|
-
* <p>The HTTP status of the request.</p>
|
|
7756
|
-
*/
|
|
7757
|
-
Status?: number;
|
|
7758
|
-
}
|
|
7759
|
-
/**
|
|
7760
|
-
* @public
|
|
7761
|
-
*/
|
|
7762
|
-
export interface UpdateAnalysisRequest {
|
|
7763
|
-
/**
|
|
7764
|
-
* @public
|
|
7765
|
-
* <p>The ID of the Amazon Web Services account that contains the analysis that you're updating.</p>
|
|
7766
|
-
*/
|
|
7767
|
-
AwsAccountId: string | undefined;
|
|
7768
|
-
/**
|
|
7769
|
-
* @public
|
|
7770
|
-
* <p>The ID for the analysis that you're updating. This ID displays in the URL of the
|
|
7771
|
-
* analysis.</p>
|
|
7772
|
-
*/
|
|
7773
|
-
AnalysisId: string | undefined;
|
|
7774
|
-
/**
|
|
7775
|
-
* @public
|
|
7776
|
-
* <p>A descriptive name for the analysis that you're updating. This name displays for the
|
|
7777
|
-
* analysis in the Amazon QuickSight console.</p>
|
|
7778
|
-
*/
|
|
7779
|
-
Name: string | undefined;
|
|
7780
|
-
/**
|
|
7781
|
-
* @public
|
|
7782
|
-
* <p>The parameter names and override values that you want to use. An analysis can have
|
|
7783
|
-
* any parameter type, and some parameters might accept multiple values. </p>
|
|
7784
|
-
*/
|
|
7785
|
-
Parameters?: _Parameters;
|
|
7786
|
-
/**
|
|
7787
|
-
* @public
|
|
7788
|
-
* <p>A source entity to use for the analysis that you're updating. This metadata structure
|
|
7789
|
-
* contains details that describe a source template and one or more datasets.</p>
|
|
7790
|
-
*/
|
|
7791
|
-
SourceEntity?: AnalysisSourceEntity;
|
|
7792
|
-
/**
|
|
7793
|
-
* @public
|
|
7794
|
-
* <p>The Amazon Resource Name (ARN) for the theme to apply to the analysis that you're
|
|
7795
|
-
* creating. To see the theme in the Amazon QuickSight console, make sure that you have access to
|
|
7796
|
-
* it.</p>
|
|
7797
|
-
*/
|
|
7798
|
-
ThemeArn?: string;
|
|
7799
|
-
/**
|
|
7800
|
-
* @public
|
|
7801
|
-
* <p>The definition of an analysis.</p>
|
|
7802
|
-
* <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
|
|
7803
|
-
*/
|
|
7804
|
-
Definition?: AnalysisDefinition;
|
|
7805
|
-
}
|
|
7806
|
-
/**
|
|
7807
|
-
* @public
|
|
7808
|
-
*/
|
|
7809
|
-
export interface UpdateAnalysisResponse {
|
|
7810
|
-
/**
|
|
7811
|
-
* @public
|
|
7812
|
-
* <p>The ARN of the analysis that you're updating.</p>
|
|
7813
|
-
*/
|
|
7814
|
-
Arn?: string;
|
|
7815
|
-
/**
|
|
7816
|
-
* @public
|
|
7817
|
-
* <p>The ID of the analysis.</p>
|
|
7818
|
-
*/
|
|
7819
|
-
AnalysisId?: string;
|
|
7820
|
-
/**
|
|
7821
|
-
* @public
|
|
7822
|
-
* <p>The update status of the last update that was made to the analysis.</p>
|
|
7823
|
-
*/
|
|
7824
|
-
UpdateStatus?: ResourceStatus | string;
|
|
7825
|
-
/**
|
|
7826
|
-
* @public
|
|
7827
|
-
* <p>The HTTP status of the request.</p>
|
|
7828
|
-
*/
|
|
7829
|
-
Status?: number;
|
|
7830
|
-
/**
|
|
7831
|
-
* @public
|
|
7832
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7833
|
-
*/
|
|
7834
|
-
RequestId?: string;
|
|
7835
|
-
}
|
|
7836
7908
|
/**
|
|
7837
7909
|
* @internal
|
|
7838
7910
|
*/
|
|
@@ -7913,7 +7985,3 @@ export declare const SnapshotUserConfigurationFilterSensitiveLog: (obj: Snapshot
|
|
|
7913
7985
|
* @internal
|
|
7914
7986
|
*/
|
|
7915
7987
|
export declare const StartDashboardSnapshotJobRequestFilterSensitiveLog: (obj: StartDashboardSnapshotJobRequest) => any;
|
|
7916
|
-
/**
|
|
7917
|
-
* @internal
|
|
7918
|
-
*/
|
|
7919
|
-
export declare const UpdateAnalysisRequestFilterSensitiveLog: (obj: UpdateAnalysisRequest) => any;
|