@aws-sdk/client-quicksight 3.370.0 → 3.377.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/README.md +24 -0
- package/dist-cjs/QuickSight.js +6 -0
- package/dist-cjs/commands/DescribeDashboardSnapshotJobCommand.js +47 -0
- package/dist-cjs/commands/DescribeDashboardSnapshotJobResultCommand.js +47 -0
- package/dist-cjs/commands/StartDashboardSnapshotJobCommand.js +47 -0
- package/dist-cjs/commands/UpdateDataSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateTemplateCommand.js +2 -2
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +6 -12
- package/dist-cjs/models/models_1.js +35 -26
- package/dist-cjs/models/models_2.js +25 -3
- package/dist-cjs/models/models_3.js +39 -24
- package/dist-cjs/models/models_4.js +26 -1
- package/dist-cjs/pagination/ListGroupMembershipsPaginator.js +29 -0
- package/dist-cjs/pagination/ListGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/ListIAMPolicyAssignmentsForUserPaginator.js +29 -0
- package/dist-cjs/pagination/ListIAMPolicyAssignmentsPaginator.js +29 -0
- package/dist-cjs/pagination/ListUserGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/ListUsersPaginator.js +29 -0
- package/dist-cjs/pagination/SearchGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_restJson1.js +326 -6
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +43 -0
- package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +43 -0
- package/dist-es/commands/StartDashboardSnapshotJobCommand.js +43 -0
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +3 -7
- package/dist-es/models/models_1.js +26 -22
- package/dist-es/models/models_2.js +22 -0
- package/dist-es/models/models_3.js +30 -19
- package/dist-es/models/models_4.js +22 -0
- package/dist-es/pagination/ListGroupMembershipsPaginator.js +25 -0
- package/dist-es/pagination/ListGroupsPaginator.js +25 -0
- package/dist-es/pagination/ListIAMPolicyAssignmentsForUserPaginator.js +25 -0
- package/dist-es/pagination/ListIAMPolicyAssignmentsPaginator.js +25 -0
- package/dist-es/pagination/ListUserGroupsPaginator.js +25 -0
- package/dist-es/pagination/ListUsersPaginator.js +25 -0
- package/dist-es/pagination/SearchGroupsPaginator.js +25 -0
- package/dist-es/pagination/index.js +7 -0
- package/dist-es/protocols/Aws_restJson1.js +314 -0
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/CreateAnalysisCommand.d.ts +48 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +48 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +48 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +48 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +48 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +179 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +155 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +48 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +197 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +48 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +48 -0
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -2
- package/dist-types/commands/UpdateTemplateCommand.d.ts +49 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +77 -47
- package/dist-types/models/models_1.d.ts +208 -213
- package/dist-types/models/models_2.d.ts +219 -220
- package/dist-types/models/models_3.d.ts +602 -805
- package/dist-types/models/models_4.d.ts +770 -2
- package/dist-types/pagination/ListGroupMembershipsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListUserGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListUsersPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +7 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +57 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +21 -17
- package/dist-types/ts3.4/models/models_1.d.ts +71 -81
- package/dist-types/ts3.4/models/models_2.d.ts +85 -67
- package/dist-types/ts3.4/models/models_3.d.ts +176 -222
- package/dist-types/ts3.4/models/models_4.d.ts +222 -1
- package/dist-types/ts3.4/pagination/ListGroupMembershipsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListUserGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +2 -2
|
@@ -1,7 +1,225 @@
|
|
|
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,
|
|
3
|
+
import { AnalysisDefinition, AnalysisSourceEntity, AssetBundleExportJobAnalysisOverrideProperties, AssetBundleExportJobDashboardOverrideProperties, AssetBundleExportJobDataSetOverrideProperties, AssetBundleExportJobDataSourceOverrideProperties, AssetBundleExportJobRefreshScheduleOverrideProperties, AssetBundleExportJobResourceIdOverrideConfiguration, DataSetReference, FilterOperator, SheetDefinition } from "./models_1";
|
|
4
4
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
* @enum
|
|
8
|
+
*/
|
|
9
|
+
export declare const AssetBundleExportJobThemePropertyToOverride: {
|
|
10
|
+
readonly NAME: "Name";
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export type AssetBundleExportJobThemePropertyToOverride = (typeof AssetBundleExportJobThemePropertyToOverride)[keyof typeof AssetBundleExportJobThemePropertyToOverride];
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
* <p>Controls how a specific <code>Theme</code> resource is parameterized in the returned CloudFormation template.</p>
|
|
19
|
+
*/
|
|
20
|
+
export interface AssetBundleExportJobThemeOverrideProperties {
|
|
21
|
+
/**
|
|
22
|
+
* <p>The ARN of the specific <code>Theme</code> resource whose override properties are configured in this structure.</p>
|
|
23
|
+
*/
|
|
24
|
+
Arn?: string;
|
|
25
|
+
/**
|
|
26
|
+
* <p>A list of <code>Theme</code> resource properties to generate variables for in the returned CloudFormation template.</p>
|
|
27
|
+
*/
|
|
28
|
+
Properties: (AssetBundleExportJobThemePropertyToOverride | string)[] | undefined;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* @public
|
|
32
|
+
* @enum
|
|
33
|
+
*/
|
|
34
|
+
export declare const AssetBundleExportJobVPCConnectionPropertyToOverride: {
|
|
35
|
+
readonly DNS_RESOLVERS: "DnsResolvers";
|
|
36
|
+
readonly NAME: "Name";
|
|
37
|
+
readonly ROLE_ARN: "RoleArn";
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
export type AssetBundleExportJobVPCConnectionPropertyToOverride = (typeof AssetBundleExportJobVPCConnectionPropertyToOverride)[keyof typeof AssetBundleExportJobVPCConnectionPropertyToOverride];
|
|
43
|
+
/**
|
|
44
|
+
* @public
|
|
45
|
+
* <p>Controls how a specific <code>VPCConnection</code> resource is parameterized in the outputted CloudFormation template.</p>
|
|
46
|
+
*/
|
|
47
|
+
export interface AssetBundleExportJobVPCConnectionOverrideProperties {
|
|
48
|
+
/**
|
|
49
|
+
* <p>The ARN of the specific <code>VPCConnection</code> resource whose override properties are configured in this structure.</p>
|
|
50
|
+
*/
|
|
51
|
+
Arn?: string;
|
|
52
|
+
/**
|
|
53
|
+
* <p>A list of <code>VPCConnection</code> resource properties to generate variables for in the returned CloudFormation template.</p>
|
|
54
|
+
*/
|
|
55
|
+
Properties: (AssetBundleExportJobVPCConnectionPropertyToOverride | string)[] | undefined;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
* <p>An optional collection of CloudFormation property configurations that control how the export job is generated.</p>
|
|
60
|
+
*/
|
|
61
|
+
export interface AssetBundleCloudFormationOverridePropertyConfiguration {
|
|
62
|
+
/**
|
|
63
|
+
* <p>An optional list of structures that control how resource IDs are parameterized in the returned CloudFormation template.</p>
|
|
64
|
+
*/
|
|
65
|
+
ResourceIdOverrideConfiguration?: AssetBundleExportJobResourceIdOverrideConfiguration;
|
|
66
|
+
/**
|
|
67
|
+
* <p>An optional list of structures that control how <code>VPCConnection</code> resources are parameterized in the returned CloudFormation template.</p>
|
|
68
|
+
*/
|
|
69
|
+
VPCConnections?: AssetBundleExportJobVPCConnectionOverrideProperties[];
|
|
70
|
+
/**
|
|
71
|
+
* <p>An optional list of structures that control how <code>RefreshSchedule</code> resources are parameterized in the returned CloudFormation template.</p>
|
|
72
|
+
*/
|
|
73
|
+
RefreshSchedules?: AssetBundleExportJobRefreshScheduleOverrideProperties[];
|
|
74
|
+
/**
|
|
75
|
+
* <p>An optional list of structures that control how <code>DataSource</code> resources are parameterized in the returned CloudFormation template.</p>
|
|
76
|
+
*/
|
|
77
|
+
DataSources?: AssetBundleExportJobDataSourceOverrideProperties[];
|
|
78
|
+
/**
|
|
79
|
+
* <p>An optional list of structures that control how <code>DataSet</code> resources are parameterized in the returned CloudFormation template.</p>
|
|
80
|
+
*/
|
|
81
|
+
DataSets?: AssetBundleExportJobDataSetOverrideProperties[];
|
|
82
|
+
/**
|
|
83
|
+
* <p>An optional list of structures that control how <code>Theme</code> resources are parameterized in the returned CloudFormation template.</p>
|
|
84
|
+
*/
|
|
85
|
+
Themes?: AssetBundleExportJobThemeOverrideProperties[];
|
|
86
|
+
/**
|
|
87
|
+
* <p>An optional list of structures that control how <code>Analysis</code> resources are parameterized in the returned CloudFormation template.</p>
|
|
88
|
+
*/
|
|
89
|
+
Analyses?: AssetBundleExportJobAnalysisOverrideProperties[];
|
|
90
|
+
/**
|
|
91
|
+
* <p>An optional list of structures that control how <code>Dashboard</code> resources are parameterized in the returned CloudFormation template.</p>
|
|
92
|
+
*/
|
|
93
|
+
Dashboards?: AssetBundleExportJobDashboardOverrideProperties[];
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* @public
|
|
97
|
+
* @enum
|
|
98
|
+
*/
|
|
99
|
+
export declare const AssetBundleExportFormat: {
|
|
100
|
+
readonly CLOUDFORMATION_JSON: "CLOUDFORMATION_JSON";
|
|
101
|
+
readonly QUICKSIGHT_JSON: "QUICKSIGHT_JSON";
|
|
102
|
+
};
|
|
103
|
+
/**
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
export type AssetBundleExportFormat = (typeof AssetBundleExportFormat)[keyof typeof AssetBundleExportFormat];
|
|
107
|
+
/**
|
|
108
|
+
* @public
|
|
109
|
+
* <p>Describes an error that occurred during an Asset Bundle export job.</p>
|
|
110
|
+
*/
|
|
111
|
+
export interface AssetBundleExportJobError {
|
|
112
|
+
/**
|
|
113
|
+
* <p>The ARN of the resource whose processing caused an error.</p>
|
|
114
|
+
*/
|
|
115
|
+
Arn?: string;
|
|
116
|
+
/**
|
|
117
|
+
* <p>The specific error type of the error that occurred.</p>
|
|
118
|
+
*/
|
|
119
|
+
Type?: string;
|
|
120
|
+
/**
|
|
121
|
+
* <p>A description of the error.</p>
|
|
122
|
+
*/
|
|
123
|
+
Message?: string;
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* @public
|
|
127
|
+
* @enum
|
|
128
|
+
*/
|
|
129
|
+
export declare const AssetBundleExportJobStatus: {
|
|
130
|
+
readonly FAILED: "FAILED";
|
|
131
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
132
|
+
readonly QUEUED_FOR_IMMEDIATE_EXECUTION: "QUEUED_FOR_IMMEDIATE_EXECUTION";
|
|
133
|
+
readonly SUCCESSFUL: "SUCCESSFUL";
|
|
134
|
+
};
|
|
135
|
+
/**
|
|
136
|
+
* @public
|
|
137
|
+
*/
|
|
138
|
+
export type AssetBundleExportJobStatus = (typeof AssetBundleExportJobStatus)[keyof typeof AssetBundleExportJobStatus];
|
|
139
|
+
/**
|
|
140
|
+
* @public
|
|
141
|
+
* <p>A summary of the export job that includes details of the job's configuration and its current status.</p>
|
|
142
|
+
*/
|
|
143
|
+
export interface AssetBundleExportJobSummary {
|
|
144
|
+
/**
|
|
145
|
+
* <p>The current status of the export job.</p>
|
|
146
|
+
*/
|
|
147
|
+
JobStatus?: AssetBundleExportJobStatus | string;
|
|
148
|
+
/**
|
|
149
|
+
* <p>The ARN of the export job.</p>
|
|
150
|
+
*/
|
|
151
|
+
Arn?: string;
|
|
152
|
+
/**
|
|
153
|
+
* <p>The time that the export job was created.</p>
|
|
154
|
+
*/
|
|
155
|
+
CreatedTime?: Date;
|
|
156
|
+
/**
|
|
157
|
+
* <p>The ID of the export job.</p>
|
|
158
|
+
*/
|
|
159
|
+
AssetBundleExportJobId?: string;
|
|
160
|
+
/**
|
|
161
|
+
* <p>The flag that determines the inclusion of resource dependencies in the returned asset bundle.</p>
|
|
162
|
+
*/
|
|
163
|
+
IncludeAllDependencies?: boolean;
|
|
164
|
+
/**
|
|
165
|
+
* <p>The format for the export job.</p>
|
|
166
|
+
*/
|
|
167
|
+
ExportFormat?: AssetBundleExportFormat | string;
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* @public
|
|
171
|
+
* @enum
|
|
172
|
+
*/
|
|
173
|
+
export declare const AssetBundleImportFailureAction: {
|
|
174
|
+
readonly DO_NOTHING: "DO_NOTHING";
|
|
175
|
+
readonly ROLLBACK: "ROLLBACK";
|
|
176
|
+
};
|
|
177
|
+
/**
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
180
|
+
export type AssetBundleImportFailureAction = (typeof AssetBundleImportFailureAction)[keyof typeof AssetBundleImportFailureAction];
|
|
181
|
+
/**
|
|
182
|
+
* @public
|
|
183
|
+
* <p>The override parameters for a single analysis that is being imported.</p>
|
|
184
|
+
*/
|
|
185
|
+
export interface AssetBundleImportJobAnalysisOverrideParameters {
|
|
186
|
+
/**
|
|
187
|
+
* <p>The ID of the analysis that you ant to apply overrides to.</p>
|
|
188
|
+
*/
|
|
189
|
+
AnalysisId: string | undefined;
|
|
190
|
+
/**
|
|
191
|
+
* <p>A new name for the analysis.</p>
|
|
192
|
+
*/
|
|
193
|
+
Name?: string;
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* @public
|
|
197
|
+
* <p>The override parameters for a single dashboard that is being imported.</p>
|
|
198
|
+
*/
|
|
199
|
+
export interface AssetBundleImportJobDashboardOverrideParameters {
|
|
200
|
+
/**
|
|
201
|
+
* <p>The ID of the dashboard that you want to apply overrides to.</p>
|
|
202
|
+
*/
|
|
203
|
+
DashboardId: string | undefined;
|
|
204
|
+
/**
|
|
205
|
+
* <p>A new name for the dashboard.</p>
|
|
206
|
+
*/
|
|
207
|
+
Name?: string;
|
|
208
|
+
}
|
|
209
|
+
/**
|
|
210
|
+
* @public
|
|
211
|
+
* <p>The override parameters for a single dataset that is being imported.</p>
|
|
212
|
+
*/
|
|
213
|
+
export interface AssetBundleImportJobDataSetOverrideParameters {
|
|
214
|
+
/**
|
|
215
|
+
* <p>The ID of the dataset to apply overrides to.</p>
|
|
216
|
+
*/
|
|
217
|
+
DataSetId: string | undefined;
|
|
218
|
+
/**
|
|
219
|
+
* <p>A new name for the dataset.</p>
|
|
220
|
+
*/
|
|
221
|
+
Name?: string;
|
|
222
|
+
}
|
|
5
223
|
/**
|
|
6
224
|
* @public
|
|
7
225
|
* <p>A username and password credential pair to use to import a data source resource.</p>
|
|
@@ -7070,225 +7288,6 @@ export interface DeleteAccountCustomizationResponse {
|
|
|
7070
7288
|
*/
|
|
7071
7289
|
Status?: number;
|
|
7072
7290
|
}
|
|
7073
|
-
/**
|
|
7074
|
-
* @public
|
|
7075
|
-
*/
|
|
7076
|
-
export interface DeleteAccountSubscriptionRequest {
|
|
7077
|
-
/**
|
|
7078
|
-
* <p>The Amazon Web Services account ID of the account that you want to delete.</p>
|
|
7079
|
-
*/
|
|
7080
|
-
AwsAccountId: string | undefined;
|
|
7081
|
-
}
|
|
7082
|
-
/**
|
|
7083
|
-
* @public
|
|
7084
|
-
*/
|
|
7085
|
-
export interface DeleteAccountSubscriptionResponse {
|
|
7086
|
-
/**
|
|
7087
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7088
|
-
*/
|
|
7089
|
-
RequestId?: string;
|
|
7090
|
-
/**
|
|
7091
|
-
* <p>The HTTP status of the request.</p>
|
|
7092
|
-
*/
|
|
7093
|
-
Status?: number;
|
|
7094
|
-
}
|
|
7095
|
-
/**
|
|
7096
|
-
* @public
|
|
7097
|
-
*/
|
|
7098
|
-
export interface DeleteAnalysisRequest {
|
|
7099
|
-
/**
|
|
7100
|
-
* <p>The ID of the Amazon Web Services account where you want to delete an analysis.</p>
|
|
7101
|
-
*/
|
|
7102
|
-
AwsAccountId: string | undefined;
|
|
7103
|
-
/**
|
|
7104
|
-
* <p>The ID of the analysis that you're deleting.</p>
|
|
7105
|
-
*/
|
|
7106
|
-
AnalysisId: string | undefined;
|
|
7107
|
-
/**
|
|
7108
|
-
* <p>A value that specifies the number of days that Amazon QuickSight waits before it deletes the
|
|
7109
|
-
* analysis. You can't use this parameter with the <code>ForceDeleteWithoutRecovery</code>
|
|
7110
|
-
* option in the same API call. The default value is 30.</p>
|
|
7111
|
-
*/
|
|
7112
|
-
RecoveryWindowInDays?: number;
|
|
7113
|
-
/**
|
|
7114
|
-
* <p>This option defaults to the value <code>NoForceDeleteWithoutRecovery</code>. To
|
|
7115
|
-
* immediately delete the analysis, add the <code>ForceDeleteWithoutRecovery</code> option.
|
|
7116
|
-
* You can't restore an analysis after it's deleted. </p>
|
|
7117
|
-
*/
|
|
7118
|
-
ForceDeleteWithoutRecovery?: boolean;
|
|
7119
|
-
}
|
|
7120
|
-
/**
|
|
7121
|
-
* @public
|
|
7122
|
-
*/
|
|
7123
|
-
export interface DeleteAnalysisResponse {
|
|
7124
|
-
/**
|
|
7125
|
-
* <p>The HTTP status of the request.</p>
|
|
7126
|
-
*/
|
|
7127
|
-
Status?: number;
|
|
7128
|
-
/**
|
|
7129
|
-
* <p>The Amazon Resource Name (ARN) of the deleted analysis.</p>
|
|
7130
|
-
*/
|
|
7131
|
-
Arn?: string;
|
|
7132
|
-
/**
|
|
7133
|
-
* <p>The ID of the deleted analysis.</p>
|
|
7134
|
-
*/
|
|
7135
|
-
AnalysisId?: string;
|
|
7136
|
-
/**
|
|
7137
|
-
* <p>The date and time that the analysis is scheduled to be deleted.</p>
|
|
7138
|
-
*/
|
|
7139
|
-
DeletionTime?: Date;
|
|
7140
|
-
/**
|
|
7141
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7142
|
-
*/
|
|
7143
|
-
RequestId?: string;
|
|
7144
|
-
}
|
|
7145
|
-
/**
|
|
7146
|
-
* @public
|
|
7147
|
-
*/
|
|
7148
|
-
export interface DeleteDashboardRequest {
|
|
7149
|
-
/**
|
|
7150
|
-
* <p>The ID of the Amazon Web Services account that contains the dashboard that you're
|
|
7151
|
-
* deleting.</p>
|
|
7152
|
-
*/
|
|
7153
|
-
AwsAccountId: string | undefined;
|
|
7154
|
-
/**
|
|
7155
|
-
* <p>The ID for the dashboard.</p>
|
|
7156
|
-
*/
|
|
7157
|
-
DashboardId: string | undefined;
|
|
7158
|
-
/**
|
|
7159
|
-
* <p>The version number of the dashboard. If the version number property is provided, only
|
|
7160
|
-
* the specified version of the dashboard is deleted.</p>
|
|
7161
|
-
*/
|
|
7162
|
-
VersionNumber?: number;
|
|
7163
|
-
}
|
|
7164
|
-
/**
|
|
7165
|
-
* @public
|
|
7166
|
-
*/
|
|
7167
|
-
export interface DeleteDashboardResponse {
|
|
7168
|
-
/**
|
|
7169
|
-
* <p>The HTTP status of the request.</p>
|
|
7170
|
-
*/
|
|
7171
|
-
Status?: number;
|
|
7172
|
-
/**
|
|
7173
|
-
* <p>The Secure Socket Layer (SSL) properties that apply for the resource.</p>
|
|
7174
|
-
*/
|
|
7175
|
-
Arn?: string;
|
|
7176
|
-
/**
|
|
7177
|
-
* <p>The ID of the dashboard.</p>
|
|
7178
|
-
*/
|
|
7179
|
-
DashboardId?: string;
|
|
7180
|
-
/**
|
|
7181
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7182
|
-
*/
|
|
7183
|
-
RequestId?: string;
|
|
7184
|
-
}
|
|
7185
|
-
/**
|
|
7186
|
-
* @public
|
|
7187
|
-
*/
|
|
7188
|
-
export interface DeleteDataSetRequest {
|
|
7189
|
-
/**
|
|
7190
|
-
* <p>The Amazon Web Services account ID.</p>
|
|
7191
|
-
*/
|
|
7192
|
-
AwsAccountId: string | undefined;
|
|
7193
|
-
/**
|
|
7194
|
-
* <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
7195
|
-
*/
|
|
7196
|
-
DataSetId: string | undefined;
|
|
7197
|
-
}
|
|
7198
|
-
/**
|
|
7199
|
-
* @public
|
|
7200
|
-
*/
|
|
7201
|
-
export interface DeleteDataSetResponse {
|
|
7202
|
-
/**
|
|
7203
|
-
* <p>The Amazon Resource Name (ARN) of the dataset.</p>
|
|
7204
|
-
*/
|
|
7205
|
-
Arn?: string;
|
|
7206
|
-
/**
|
|
7207
|
-
* <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
7208
|
-
*/
|
|
7209
|
-
DataSetId?: string;
|
|
7210
|
-
/**
|
|
7211
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7212
|
-
*/
|
|
7213
|
-
RequestId?: string;
|
|
7214
|
-
/**
|
|
7215
|
-
* <p>The HTTP status of the request.</p>
|
|
7216
|
-
*/
|
|
7217
|
-
Status?: number;
|
|
7218
|
-
}
|
|
7219
|
-
/**
|
|
7220
|
-
* @public
|
|
7221
|
-
*/
|
|
7222
|
-
export interface DeleteDataSetRefreshPropertiesRequest {
|
|
7223
|
-
/**
|
|
7224
|
-
* <p>The Amazon Web Services account ID.</p>
|
|
7225
|
-
*/
|
|
7226
|
-
AwsAccountId: string | undefined;
|
|
7227
|
-
/**
|
|
7228
|
-
* <p>The ID of the dataset.</p>
|
|
7229
|
-
*/
|
|
7230
|
-
DataSetId: string | undefined;
|
|
7231
|
-
}
|
|
7232
|
-
/**
|
|
7233
|
-
* @public
|
|
7234
|
-
*/
|
|
7235
|
-
export interface DeleteDataSetRefreshPropertiesResponse {
|
|
7236
|
-
/**
|
|
7237
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7238
|
-
*/
|
|
7239
|
-
RequestId?: string;
|
|
7240
|
-
/**
|
|
7241
|
-
* <p>The HTTP status of the request.</p>
|
|
7242
|
-
*/
|
|
7243
|
-
Status?: number;
|
|
7244
|
-
}
|
|
7245
|
-
/**
|
|
7246
|
-
* @public
|
|
7247
|
-
*/
|
|
7248
|
-
export interface DeleteDataSourceRequest {
|
|
7249
|
-
/**
|
|
7250
|
-
* <p>The Amazon Web Services account ID.</p>
|
|
7251
|
-
*/
|
|
7252
|
-
AwsAccountId: string | undefined;
|
|
7253
|
-
/**
|
|
7254
|
-
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
7255
|
-
*/
|
|
7256
|
-
DataSourceId: string | undefined;
|
|
7257
|
-
}
|
|
7258
|
-
/**
|
|
7259
|
-
* @public
|
|
7260
|
-
*/
|
|
7261
|
-
export interface DeleteDataSourceResponse {
|
|
7262
|
-
/**
|
|
7263
|
-
* <p>The Amazon Resource Name (ARN) of the data source that you deleted.</p>
|
|
7264
|
-
*/
|
|
7265
|
-
Arn?: string;
|
|
7266
|
-
/**
|
|
7267
|
-
* <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
7268
|
-
*/
|
|
7269
|
-
DataSourceId?: string;
|
|
7270
|
-
/**
|
|
7271
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7272
|
-
*/
|
|
7273
|
-
RequestId?: string;
|
|
7274
|
-
/**
|
|
7275
|
-
* <p>The HTTP status of the request.</p>
|
|
7276
|
-
*/
|
|
7277
|
-
Status?: number;
|
|
7278
|
-
}
|
|
7279
|
-
/**
|
|
7280
|
-
* @public
|
|
7281
|
-
*/
|
|
7282
|
-
export interface DeleteFolderRequest {
|
|
7283
|
-
/**
|
|
7284
|
-
* <p>The ID for the Amazon Web Services account that contains the folder.</p>
|
|
7285
|
-
*/
|
|
7286
|
-
AwsAccountId: string | undefined;
|
|
7287
|
-
/**
|
|
7288
|
-
* <p>The ID of the folder.</p>
|
|
7289
|
-
*/
|
|
7290
|
-
FolderId: string | undefined;
|
|
7291
|
-
}
|
|
7292
7291
|
/**
|
|
7293
7292
|
* @internal
|
|
7294
7293
|
*/
|