@aws-sdk/client-quicksight 3.1020.0 → 3.1022.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 +14 -0
- package/dist-cjs/index.js +48 -0
- package/dist-cjs/schemas/schemas_0.js +186 -82
- package/dist-es/QuickSight.js +4 -0
- package/dist-es/commands/DescribeAutomationJobCommand.js +16 -0
- package/dist-es/commands/StartAutomationJobCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +17 -0
- package/dist-es/models/models_5.js +1 -0
- package/dist-es/schemas/schemas_0.js +160 -56
- package/dist-types/QuickSight.d.ts +14 -0
- package/dist-types/QuickSightClient.d.ts +4 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +2007 -161
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +2007 -161
- package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -4
- package/dist-types/commands/CreateTemplateCommand.d.ts +2007 -161
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +2007 -161
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAutomationJobCommand.d.ts +104 -0
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +2007 -161
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +4 -4
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +2007 -161
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +4 -4
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +2 -2
- package/dist-types/commands/StartAutomationJobCommand.d.ts +101 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +2007 -161
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +2007 -161
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +9 -4
- package/dist-types/commands/UpdateTemplateCommand.d.ts +2007 -161
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +41 -0
- package/dist-types/models/models_0.d.ts +16 -16
- package/dist-types/models/models_1.d.ts +84 -30
- package/dist-types/models/models_2.d.ts +96 -213
- package/dist-types/models/models_3.d.ts +334 -230
- package/dist-types/models/models_4.d.ts +282 -250
- package/dist-types/models/models_5.d.ts +248 -0
- package/dist-types/schemas/schemas_0.d.ts +10 -0
- package/dist-types/ts3.4/QuickSight.d.ts +34 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAutomationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartAutomationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +23 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -4
- package/dist-types/ts3.4/models/models_1.d.ts +21 -8
- package/dist-types/ts3.4/models/models_2.d.ts +22 -137
- package/dist-types/ts3.4/models/models_3.d.ts +171 -43
- package/dist-types/ts3.4/models/models_4.d.ts +56 -60
- package/dist-types/ts3.4/models/models_5.d.ts +62 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
- package/package.json +6 -6
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
import type { VisualRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./enums";
|
|
2
|
+
import type { TopicIR, TopicTemplate } from "./models_2";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface UpdateUserCustomPermissionResponse {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
RequestId?: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The HTTP status of the request.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
Status?: number | undefined;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
export interface UpdateVPCConnectionRequest {
|
|
22
|
+
/**
|
|
23
|
+
* <p>The Amazon Web Services account ID of the account that contains the VPC connection that
|
|
24
|
+
* you want to update.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
AwsAccountId: string | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* <p>The ID of the VPC connection that
|
|
30
|
+
* you're updating. This ID is a unique identifier for each Amazon Web Services Region in an
|
|
31
|
+
* Amazon Web Services account.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
VPCConnectionId: string | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The display name for the VPC connection.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
Name: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p>A list of subnet IDs for the VPC connection.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
SubnetIds: string[] | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>A list of security group IDs for the VPC connection.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
SecurityGroupIds: string[] | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>A list of IP addresses of DNS resolver endpoints for the VPC connection.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
DnsResolvers?: string[] | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* <p>An IAM role associated with the VPC connection.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
RoleArn: string | undefined;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
export interface UpdateVPCConnectionResponse {
|
|
65
|
+
/**
|
|
66
|
+
* <p>The Amazon Resource Name (ARN) of the VPC connection.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
Arn?: string | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* <p>The ID of the VPC connection that you are updating. This ID is a unique identifier for each Amazon Web Services Region in anAmazon Web Services account.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
VPCConnectionId?: string | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* <p>The update status of the VPC connection's last update.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
UpdateStatus?: VPCConnectionResourceStatus | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* <p>The availability status of the VPC connection.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
RequestId?: string | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* <p>The HTTP status of the request.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
Status?: number | undefined;
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* <p>The definition for a <code>TopicVisual</code>.</p>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
export interface TopicVisual {
|
|
101
|
+
/**
|
|
102
|
+
* <p>The visual ID for the <code>TopicVisual</code>.</p>
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
VisualId?: string | undefined;
|
|
106
|
+
/**
|
|
107
|
+
* <p>The role for the <code>TopicVisual</code>.</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
Role?: VisualRole | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* <p>The ir for the <code>TopicVisual</code>.</p>
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
Ir?: TopicIR | undefined;
|
|
116
|
+
/**
|
|
117
|
+
* <p>The supporting visuals for the <code>TopicVisual</code>.</p>
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
SupportingVisuals?: TopicVisual[] | undefined;
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* <p>The definition for a <code>CreateTopicReviewedAnswer</code>.</p>
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
export interface CreateTopicReviewedAnswer {
|
|
127
|
+
/**
|
|
128
|
+
* <p>The answer ID for the <code>CreateTopicReviewedAnswer</code>.</p>
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
AnswerId: string | undefined;
|
|
132
|
+
/**
|
|
133
|
+
* <p>The Dataset arn for the <code>CreateTopicReviewedAnswer</code>.</p>
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
136
|
+
DatasetArn: string | undefined;
|
|
137
|
+
/**
|
|
138
|
+
* <p>The Question to be created.</p>
|
|
139
|
+
* @public
|
|
140
|
+
*/
|
|
141
|
+
Question: string | undefined;
|
|
142
|
+
/**
|
|
143
|
+
* <p>The Mir for the <code>CreateTopicReviewedAnswer</code>.</p>
|
|
144
|
+
* @public
|
|
145
|
+
*/
|
|
146
|
+
Mir?: TopicIR | undefined;
|
|
147
|
+
/**
|
|
148
|
+
* <p>The <code>PrimaryVisual</code> for the <code>CreateTopicReviewedAnswer</code>.</p>
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
PrimaryVisual?: TopicVisual | undefined;
|
|
152
|
+
/**
|
|
153
|
+
* <p>The template for the <code>CreateTopicReviewedAnswer</code>.</p>
|
|
154
|
+
* @public
|
|
155
|
+
*/
|
|
156
|
+
Template?: TopicTemplate | undefined;
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* <p>The deinition for a <code>TopicReviewedAnswer</code>.</p>
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
export interface TopicReviewedAnswer {
|
|
163
|
+
/**
|
|
164
|
+
* <p>The Amazon Resource Name (ARN) of the reviewed answer.</p>
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
Arn?: string | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* <p>The answer ID of the reviewed answer.</p>
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
AnswerId: string | undefined;
|
|
173
|
+
/**
|
|
174
|
+
* <p>The Dataset ARN for the <code>TopicReviewedAnswer</code>.</p>
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
DatasetArn: string | undefined;
|
|
178
|
+
/**
|
|
179
|
+
* <p>The question for the <code>TopicReviewedAnswer</code>.</p>
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
Question: string | undefined;
|
|
183
|
+
/**
|
|
184
|
+
* <p>The mir for the <code>TopicReviewedAnswer</code>.</p>
|
|
185
|
+
* @public
|
|
186
|
+
*/
|
|
187
|
+
Mir?: TopicIR | undefined;
|
|
188
|
+
/**
|
|
189
|
+
* <p>The primary visual for the <code>TopicReviewedAnswer</code>.</p>
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
PrimaryVisual?: TopicVisual | undefined;
|
|
193
|
+
/**
|
|
194
|
+
* <p>The template for the <code>TopicReviewedAnswer</code>.</p>
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
Template?: TopicTemplate | undefined;
|
|
198
|
+
}
|
|
199
|
+
/**
|
|
200
|
+
* @public
|
|
201
|
+
*/
|
|
202
|
+
export interface BatchCreateTopicReviewedAnswerRequest {
|
|
203
|
+
/**
|
|
204
|
+
* <p>The ID of the Amazon Web Services account that you want to create a reviewed answer in.</p>
|
|
205
|
+
* @public
|
|
206
|
+
*/
|
|
207
|
+
AwsAccountId: string | undefined;
|
|
208
|
+
/**
|
|
209
|
+
* <p>The ID for the topic reviewed answer that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
210
|
+
* @public
|
|
211
|
+
*/
|
|
212
|
+
TopicId: string | undefined;
|
|
213
|
+
/**
|
|
214
|
+
* <p>The definition of the Answers to be created.</p>
|
|
215
|
+
* @public
|
|
216
|
+
*/
|
|
217
|
+
Answers: CreateTopicReviewedAnswer[] | undefined;
|
|
218
|
+
}
|
|
219
|
+
/**
|
|
220
|
+
* @public
|
|
221
|
+
*/
|
|
222
|
+
export interface ListTopicReviewedAnswersResponse {
|
|
223
|
+
/**
|
|
224
|
+
* <p>The ID for the topic that contains the reviewed answer that you want to list. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
225
|
+
* @public
|
|
226
|
+
*/
|
|
227
|
+
TopicId?: string | undefined;
|
|
228
|
+
/**
|
|
229
|
+
* <p>The Amazon Resource Name (ARN) of the topic.</p>
|
|
230
|
+
* @public
|
|
231
|
+
*/
|
|
232
|
+
TopicArn?: string | undefined;
|
|
233
|
+
/**
|
|
234
|
+
* <p>The definition of all Answers in the topic.</p>
|
|
235
|
+
* @public
|
|
236
|
+
*/
|
|
237
|
+
Answers?: TopicReviewedAnswer[] | undefined;
|
|
238
|
+
/**
|
|
239
|
+
* <p>The HTTP status of the request.</p>
|
|
240
|
+
* @public
|
|
241
|
+
*/
|
|
242
|
+
Status?: number | undefined;
|
|
243
|
+
/**
|
|
244
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
245
|
+
* @public
|
|
246
|
+
*/
|
|
247
|
+
RequestId?: string | undefined;
|
|
248
|
+
}
|
|
@@ -514,6 +514,8 @@ export declare var DescribeAssetBundleExportJobRequest$: StaticStructureSchema;
|
|
|
514
514
|
export declare var DescribeAssetBundleExportJobResponse$: StaticStructureSchema;
|
|
515
515
|
export declare var DescribeAssetBundleImportJobRequest$: StaticStructureSchema;
|
|
516
516
|
export declare var DescribeAssetBundleImportJobResponse$: StaticStructureSchema;
|
|
517
|
+
export declare var DescribeAutomationJobRequest$: StaticStructureSchema;
|
|
518
|
+
export declare var DescribeAutomationJobResponse$: StaticStructureSchema;
|
|
517
519
|
export declare var DescribeBrandAssignmentRequest$: StaticStructureSchema;
|
|
518
520
|
export declare var DescribeBrandAssignmentResponse$: StaticStructureSchema;
|
|
519
521
|
export declare var DescribeBrandPublishedVersionRequest$: StaticStructureSchema;
|
|
@@ -973,6 +975,7 @@ export declare var NumericFormatConfiguration$: StaticStructureSchema;
|
|
|
973
975
|
export declare var NumericRangeFilter$: StaticStructureSchema;
|
|
974
976
|
export declare var NumericRangeFilterValue$: StaticStructureSchema;
|
|
975
977
|
export declare var NumericSeparatorConfiguration$: StaticStructureSchema;
|
|
978
|
+
export declare var OAuthClientCredentials$: StaticStructureSchema;
|
|
976
979
|
export declare var OAuthParameters$: StaticStructureSchema;
|
|
977
980
|
export declare var OracleParameters$: StaticStructureSchema;
|
|
978
981
|
export declare var OutputColumn$: StaticStructureSchema;
|
|
@@ -1196,6 +1199,7 @@ export declare var SheetLayoutGroup$: StaticStructureSchema;
|
|
|
1196
1199
|
export declare var SheetLayoutGroupMember$: StaticStructureSchema;
|
|
1197
1200
|
export declare var SheetStyle$: StaticStructureSchema;
|
|
1198
1201
|
export declare var SheetTextBox$: StaticStructureSchema;
|
|
1202
|
+
export declare var SheetTooltip$: StaticStructureSchema;
|
|
1199
1203
|
export declare var SheetVisualScopingConfiguration$: StaticStructureSchema;
|
|
1200
1204
|
export declare var ShortFormatText$: StaticStructureSchema;
|
|
1201
1205
|
export declare var SignupResponse$: StaticStructureSchema;
|
|
@@ -1223,6 +1227,7 @@ export declare var SnapshotUserConfigurationRedacted$: StaticStructureSchema;
|
|
|
1223
1227
|
export declare var SnowflakeParameters$: StaticStructureSchema;
|
|
1224
1228
|
export declare var SourceTable$: StaticStructureSchema;
|
|
1225
1229
|
export declare var Spacing$: StaticStructureSchema;
|
|
1230
|
+
export declare var SparklinesOptions$: StaticStructureSchema;
|
|
1226
1231
|
export declare var SparkParameters$: StaticStructureSchema;
|
|
1227
1232
|
export declare var SpatialStaticFile$: StaticStructureSchema;
|
|
1228
1233
|
export declare var SqlServerParameters$: StaticStructureSchema;
|
|
@@ -1232,6 +1237,8 @@ export declare var StartAssetBundleExportJobRequest$: StaticStructureSchema;
|
|
|
1232
1237
|
export declare var StartAssetBundleExportJobResponse$: StaticStructureSchema;
|
|
1233
1238
|
export declare var StartAssetBundleImportJobRequest$: StaticStructureSchema;
|
|
1234
1239
|
export declare var StartAssetBundleImportJobResponse$: StaticStructureSchema;
|
|
1240
|
+
export declare var StartAutomationJobRequest$: StaticStructureSchema;
|
|
1241
|
+
export declare var StartAutomationJobResponse$: StaticStructureSchema;
|
|
1235
1242
|
export declare var StartDashboardSnapshotJobRequest$: StaticStructureSchema;
|
|
1236
1243
|
export declare var StartDashboardSnapshotJobResponse$: StaticStructureSchema;
|
|
1237
1244
|
export declare var StartDashboardSnapshotJobScheduleRequest$: StaticStructureSchema;
|
|
@@ -1318,6 +1325,7 @@ export declare var TimeRangeFilter$: StaticStructureSchema;
|
|
|
1318
1325
|
export declare var TimeRangeFilterValue$: StaticStructureSchema;
|
|
1319
1326
|
export declare var TooltipItem$: StaticStructureSchema;
|
|
1320
1327
|
export declare var TooltipOptions$: StaticStructureSchema;
|
|
1328
|
+
export declare var TooltipSheetDefinition$: StaticStructureSchema;
|
|
1321
1329
|
export declare var TopBottomFilter$: StaticStructureSchema;
|
|
1322
1330
|
export declare var TopBottomMoversComputation$: StaticStructureSchema;
|
|
1323
1331
|
export declare var TopBottomRankedComputation$: StaticStructureSchema;
|
|
@@ -1602,6 +1610,7 @@ export declare var DescribeAnalysisDefinition$: StaticOperationSchema;
|
|
|
1602
1610
|
export declare var DescribeAnalysisPermissions$: StaticOperationSchema;
|
|
1603
1611
|
export declare var DescribeAssetBundleExportJob$: StaticOperationSchema;
|
|
1604
1612
|
export declare var DescribeAssetBundleImportJob$: StaticOperationSchema;
|
|
1613
|
+
export declare var DescribeAutomationJob$: StaticOperationSchema;
|
|
1605
1614
|
export declare var DescribeBrand$: StaticOperationSchema;
|
|
1606
1615
|
export declare var DescribeBrandAssignment$: StaticOperationSchema;
|
|
1607
1616
|
export declare var DescribeBrandPublishedVersion$: StaticOperationSchema;
|
|
@@ -1706,6 +1715,7 @@ export declare var SearchGroups$: StaticOperationSchema;
|
|
|
1706
1715
|
export declare var SearchTopics$: StaticOperationSchema;
|
|
1707
1716
|
export declare var StartAssetBundleExportJob$: StaticOperationSchema;
|
|
1708
1717
|
export declare var StartAssetBundleImportJob$: StaticOperationSchema;
|
|
1718
|
+
export declare var StartAutomationJob$: StaticOperationSchema;
|
|
1709
1719
|
export declare var StartDashboardSnapshotJob$: StaticOperationSchema;
|
|
1710
1720
|
export declare var StartDashboardSnapshotJobSchedule$: StaticOperationSchema;
|
|
1711
1721
|
export declare var TagResource$: StaticOperationSchema;
|
|
@@ -291,6 +291,10 @@ import {
|
|
|
291
291
|
DescribeAssetBundleImportJobCommandInput,
|
|
292
292
|
DescribeAssetBundleImportJobCommandOutput,
|
|
293
293
|
} from "./commands/DescribeAssetBundleImportJobCommand";
|
|
294
|
+
import {
|
|
295
|
+
DescribeAutomationJobCommandInput,
|
|
296
|
+
DescribeAutomationJobCommandOutput,
|
|
297
|
+
} from "./commands/DescribeAutomationJobCommand";
|
|
294
298
|
import {
|
|
295
299
|
DescribeBrandAssignmentCommandInput,
|
|
296
300
|
DescribeBrandAssignmentCommandOutput,
|
|
@@ -707,6 +711,10 @@ import {
|
|
|
707
711
|
StartAssetBundleImportJobCommandInput,
|
|
708
712
|
StartAssetBundleImportJobCommandOutput,
|
|
709
713
|
} from "./commands/StartAssetBundleImportJobCommand";
|
|
714
|
+
import {
|
|
715
|
+
StartAutomationJobCommandInput,
|
|
716
|
+
StartAutomationJobCommandOutput,
|
|
717
|
+
} from "./commands/StartAutomationJobCommand";
|
|
710
718
|
import {
|
|
711
719
|
StartDashboardSnapshotJobCommandInput,
|
|
712
720
|
StartDashboardSnapshotJobCommandOutput,
|
|
@@ -1873,6 +1881,19 @@ export interface QuickSight {
|
|
|
1873
1881
|
options: __HttpHandlerOptions,
|
|
1874
1882
|
cb: (err: any, data?: DescribeAssetBundleImportJobCommandOutput) => void
|
|
1875
1883
|
): void;
|
|
1884
|
+
describeAutomationJob(
|
|
1885
|
+
args: DescribeAutomationJobCommandInput,
|
|
1886
|
+
options?: __HttpHandlerOptions
|
|
1887
|
+
): Promise<DescribeAutomationJobCommandOutput>;
|
|
1888
|
+
describeAutomationJob(
|
|
1889
|
+
args: DescribeAutomationJobCommandInput,
|
|
1890
|
+
cb: (err: any, data?: DescribeAutomationJobCommandOutput) => void
|
|
1891
|
+
): void;
|
|
1892
|
+
describeAutomationJob(
|
|
1893
|
+
args: DescribeAutomationJobCommandInput,
|
|
1894
|
+
options: __HttpHandlerOptions,
|
|
1895
|
+
cb: (err: any, data?: DescribeAutomationJobCommandOutput) => void
|
|
1896
|
+
): void;
|
|
1876
1897
|
describeBrand(
|
|
1877
1898
|
args: DescribeBrandCommandInput,
|
|
1878
1899
|
options?: __HttpHandlerOptions
|
|
@@ -3273,6 +3294,19 @@ export interface QuickSight {
|
|
|
3273
3294
|
options: __HttpHandlerOptions,
|
|
3274
3295
|
cb: (err: any, data?: StartAssetBundleImportJobCommandOutput) => void
|
|
3275
3296
|
): void;
|
|
3297
|
+
startAutomationJob(
|
|
3298
|
+
args: StartAutomationJobCommandInput,
|
|
3299
|
+
options?: __HttpHandlerOptions
|
|
3300
|
+
): Promise<StartAutomationJobCommandOutput>;
|
|
3301
|
+
startAutomationJob(
|
|
3302
|
+
args: StartAutomationJobCommandInput,
|
|
3303
|
+
cb: (err: any, data?: StartAutomationJobCommandOutput) => void
|
|
3304
|
+
): void;
|
|
3305
|
+
startAutomationJob(
|
|
3306
|
+
args: StartAutomationJobCommandInput,
|
|
3307
|
+
options: __HttpHandlerOptions,
|
|
3308
|
+
cb: (err: any, data?: StartAutomationJobCommandOutput) => void
|
|
3309
|
+
): void;
|
|
3276
3310
|
startDashboardSnapshotJob(
|
|
3277
3311
|
args: StartDashboardSnapshotJobCommandInput,
|
|
3278
3312
|
options?: __HttpHandlerOptions
|
|
@@ -332,6 +332,10 @@ import {
|
|
|
332
332
|
DescribeAssetBundleImportJobCommandInput,
|
|
333
333
|
DescribeAssetBundleImportJobCommandOutput,
|
|
334
334
|
} from "./commands/DescribeAssetBundleImportJobCommand";
|
|
335
|
+
import {
|
|
336
|
+
DescribeAutomationJobCommandInput,
|
|
337
|
+
DescribeAutomationJobCommandOutput,
|
|
338
|
+
} from "./commands/DescribeAutomationJobCommand";
|
|
335
339
|
import {
|
|
336
340
|
DescribeBrandAssignmentCommandInput,
|
|
337
341
|
DescribeBrandAssignmentCommandOutput,
|
|
@@ -748,6 +752,10 @@ import {
|
|
|
748
752
|
StartAssetBundleImportJobCommandInput,
|
|
749
753
|
StartAssetBundleImportJobCommandOutput,
|
|
750
754
|
} from "./commands/StartAssetBundleImportJobCommand";
|
|
755
|
+
import {
|
|
756
|
+
StartAutomationJobCommandInput,
|
|
757
|
+
StartAutomationJobCommandOutput,
|
|
758
|
+
} from "./commands/StartAutomationJobCommand";
|
|
751
759
|
import {
|
|
752
760
|
StartDashboardSnapshotJobCommandInput,
|
|
753
761
|
StartDashboardSnapshotJobCommandOutput,
|
|
@@ -1044,6 +1052,7 @@ export type ServiceInputTypes =
|
|
|
1044
1052
|
| DescribeAnalysisPermissionsCommandInput
|
|
1045
1053
|
| DescribeAssetBundleExportJobCommandInput
|
|
1046
1054
|
| DescribeAssetBundleImportJobCommandInput
|
|
1055
|
+
| DescribeAutomationJobCommandInput
|
|
1047
1056
|
| DescribeBrandAssignmentCommandInput
|
|
1048
1057
|
| DescribeBrandCommandInput
|
|
1049
1058
|
| DescribeBrandPublishedVersionCommandInput
|
|
@@ -1148,6 +1157,7 @@ export type ServiceInputTypes =
|
|
|
1148
1157
|
| SearchTopicsCommandInput
|
|
1149
1158
|
| StartAssetBundleExportJobCommandInput
|
|
1150
1159
|
| StartAssetBundleImportJobCommandInput
|
|
1160
|
+
| StartAutomationJobCommandInput
|
|
1151
1161
|
| StartDashboardSnapshotJobCommandInput
|
|
1152
1162
|
| StartDashboardSnapshotJobScheduleCommandInput
|
|
1153
1163
|
| TagResourceCommandInput
|
|
@@ -1275,6 +1285,7 @@ export type ServiceOutputTypes =
|
|
|
1275
1285
|
| DescribeAnalysisPermissionsCommandOutput
|
|
1276
1286
|
| DescribeAssetBundleExportJobCommandOutput
|
|
1277
1287
|
| DescribeAssetBundleImportJobCommandOutput
|
|
1288
|
+
| DescribeAutomationJobCommandOutput
|
|
1278
1289
|
| DescribeBrandAssignmentCommandOutput
|
|
1279
1290
|
| DescribeBrandCommandOutput
|
|
1280
1291
|
| DescribeBrandPublishedVersionCommandOutput
|
|
@@ -1379,6 +1390,7 @@ export type ServiceOutputTypes =
|
|
|
1379
1390
|
| SearchTopicsCommandOutput
|
|
1380
1391
|
| StartAssetBundleExportJobCommandOutput
|
|
1381
1392
|
| StartAssetBundleImportJobCommandOutput
|
|
1393
|
+
| StartAutomationJobCommandOutput
|
|
1382
1394
|
| StartDashboardSnapshotJobCommandOutput
|
|
1383
1395
|
| StartDashboardSnapshotJobScheduleCommandOutput
|
|
1384
1396
|
| TagResourceCommandOutput
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { BatchCreateTopicReviewedAnswerResponse } from "../models/models_2";
|
|
4
|
-
import { BatchCreateTopicReviewedAnswerRequest } from "../models/
|
|
4
|
+
import { BatchCreateTopicReviewedAnswerRequest } from "../models/models_5";
|
|
5
5
|
import {
|
|
6
6
|
QuickSightClientResolvedConfig,
|
|
7
7
|
ServiceInputTypes,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DescribeAutomationJobRequest,
|
|
5
|
+
DescribeAutomationJobResponse,
|
|
6
|
+
} from "../models/models_3";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeAutomationJobCommandInput
|
|
15
|
+
extends DescribeAutomationJobRequest {}
|
|
16
|
+
export interface DescribeAutomationJobCommandOutput
|
|
17
|
+
extends DescribeAutomationJobResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeAutomationJobCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeAutomationJobCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeAutomationJobCommandInput,
|
|
24
|
+
DescribeAutomationJobCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DescribeAutomationJobCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeAutomationJobCommandInput,
|
|
33
|
+
DescribeAutomationJobCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeAutomationJobCommand extends DescribeAutomationJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeAutomationJobRequest;
|
|
44
|
+
output: DescribeAutomationJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeAutomationJobCommandInput;
|
|
48
|
+
output: DescribeAutomationJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
DescribeTemplateAliasRequest,
|
|
5
|
+
DescribeTemplateAliasResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
5
7
|
import {
|
|
6
8
|
QuickSightClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -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
|
-
ListTopicReviewedAnswersResponse,
|
|
6
|
-
} from "../models/models_4";
|
|
3
|
+
import { ListTopicReviewedAnswersRequest } from "../models/models_4";
|
|
4
|
+
import { ListTopicReviewedAnswersResponse } from "../models/models_5";
|
|
7
5
|
import {
|
|
8
6
|
QuickSightClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
StartAutomationJobRequest,
|
|
5
|
+
StartAutomationJobResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface StartAutomationJobCommandInput
|
|
15
|
+
extends StartAutomationJobRequest {}
|
|
16
|
+
export interface StartAutomationJobCommandOutput
|
|
17
|
+
extends StartAutomationJobResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const StartAutomationJobCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: StartAutomationJobCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
StartAutomationJobCommandInput,
|
|
24
|
+
StartAutomationJobCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: StartAutomationJobCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
StartAutomationJobCommandInput,
|
|
33
|
+
StartAutomationJobCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class StartAutomationJobCommand extends StartAutomationJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartAutomationJobRequest;
|
|
44
|
+
output: StartAutomationJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartAutomationJobCommandInput;
|
|
48
|
+
output: StartAutomationJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -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
|
-
UpdateUserCustomPermissionResponse,
|
|
6
|
-
} from "../models/models_4";
|
|
3
|
+
import { UpdateUserCustomPermissionRequest } from "../models/models_4";
|
|
4
|
+
import { UpdateUserCustomPermissionResponse } from "../models/models_5";
|
|
7
5
|
import {
|
|
8
6
|
QuickSightClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -70,6 +70,7 @@ export * from "./DescribeAnalysisDefinitionCommand";
|
|
|
70
70
|
export * from "./DescribeAnalysisPermissionsCommand";
|
|
71
71
|
export * from "./DescribeAssetBundleExportJobCommand";
|
|
72
72
|
export * from "./DescribeAssetBundleImportJobCommand";
|
|
73
|
+
export * from "./DescribeAutomationJobCommand";
|
|
73
74
|
export * from "./DescribeBrandAssignmentCommand";
|
|
74
75
|
export * from "./DescribeBrandCommand";
|
|
75
76
|
export * from "./DescribeBrandPublishedVersionCommand";
|
|
@@ -174,6 +175,7 @@ export * from "./SearchGroupsCommand";
|
|
|
174
175
|
export * from "./SearchTopicsCommand";
|
|
175
176
|
export * from "./StartAssetBundleExportJobCommand";
|
|
176
177
|
export * from "./StartAssetBundleImportJobCommand";
|
|
178
|
+
export * from "./StartAutomationJobCommand";
|
|
177
179
|
export * from "./StartDashboardSnapshotJobCommand";
|
|
178
180
|
export * from "./StartDashboardSnapshotJobScheduleCommand";
|
|
179
181
|
export * from "./TagResourceCommand";
|
|
@@ -13,4 +13,5 @@ export * from "./models/models_1";
|
|
|
13
13
|
export * from "./models/models_2";
|
|
14
14
|
export * from "./models/models_3";
|
|
15
15
|
export * from "./models/models_4";
|
|
16
|
+
export * from "./models/models_5";
|
|
16
17
|
export { QuickSightServiceException } from "./models/QuickSightServiceException";
|
|
@@ -659,6 +659,7 @@ export type TooltipTitleType =
|
|
|
659
659
|
export declare const SelectedTooltipType: {
|
|
660
660
|
readonly BASIC: "BASIC";
|
|
661
661
|
readonly DETAILED: "DETAILED";
|
|
662
|
+
readonly SHEET: "SHEET";
|
|
662
663
|
};
|
|
663
664
|
export type SelectedTooltipType =
|
|
664
665
|
(typeof SelectedTooltipType)[keyof typeof SelectedTooltipType];
|
|
@@ -1033,6 +1034,18 @@ export declare const TransposedColumnType: {
|
|
|
1033
1034
|
};
|
|
1034
1035
|
export type TransposedColumnType =
|
|
1035
1036
|
(typeof TransposedColumnType)[keyof typeof TransposedColumnType];
|
|
1037
|
+
export declare const SparklineVisualType: {
|
|
1038
|
+
readonly AREA_LINE: "AREA_LINE";
|
|
1039
|
+
readonly LINE: "LINE";
|
|
1040
|
+
};
|
|
1041
|
+
export type SparklineVisualType =
|
|
1042
|
+
(typeof SparklineVisualType)[keyof typeof SparklineVisualType];
|
|
1043
|
+
export declare const SparklineAxisBehavior: {
|
|
1044
|
+
readonly INDEPENDENT: "INDEPENDENT";
|
|
1045
|
+
readonly SHARED: "SHARED";
|
|
1046
|
+
};
|
|
1047
|
+
export type SparklineAxisBehavior =
|
|
1048
|
+
(typeof SparklineAxisBehavior)[keyof typeof SparklineAxisBehavior];
|
|
1036
1049
|
export declare const TableOrientation: {
|
|
1037
1050
|
readonly HORIZONTAL: "HORIZONTAL";
|
|
1038
1051
|
readonly VERTICAL: "VERTICAL";
|
|
@@ -1204,6 +1217,7 @@ export declare const LookbackWindowSizeUnit: {
|
|
|
1204
1217
|
export type LookbackWindowSizeUnit =
|
|
1205
1218
|
(typeof LookbackWindowSizeUnit)[keyof typeof LookbackWindowSizeUnit];
|
|
1206
1219
|
export declare const AuthenticationType: {
|
|
1220
|
+
readonly KEYPAIR: "KEYPAIR";
|
|
1207
1221
|
readonly PASSWORD: "PASSWORD";
|
|
1208
1222
|
readonly TOKEN: "TOKEN";
|
|
1209
1223
|
readonly X509: "X509";
|
|
@@ -1272,6 +1286,15 @@ export declare const AuthorSpecifiedAggregation: {
|
|
|
1272
1286
|
};
|
|
1273
1287
|
export type AuthorSpecifiedAggregation =
|
|
1274
1288
|
(typeof AuthorSpecifiedAggregation)[keyof typeof AuthorSpecifiedAggregation];
|
|
1289
|
+
export declare const AutomationJobStatus: {
|
|
1290
|
+
readonly FAILED: "FAILED";
|
|
1291
|
+
readonly QUEUED: "QUEUED";
|
|
1292
|
+
readonly RUNNING: "RUNNING";
|
|
1293
|
+
readonly STOPPED: "STOPPED";
|
|
1294
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
1295
|
+
};
|
|
1296
|
+
export type AutomationJobStatus =
|
|
1297
|
+
(typeof AutomationJobStatus)[keyof typeof AutomationJobStatus];
|
|
1275
1298
|
export declare const ContributionAnalysisDirection: {
|
|
1276
1299
|
readonly DECREASE: "DECREASE";
|
|
1277
1300
|
readonly INCREASE: "INCREASE";
|