@aws-sdk/client-quicksight 3.925.0 → 3.927.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 +1 -1
- package/dist-cjs/index.js +823 -360
- package/dist-es/commands/CreateTopicCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +1 -1
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
- package/dist-es/commands/ListActionConnectorsCommand.js +1 -1
- package/dist-es/models/models_0.js +8 -4
- package/dist-es/models/models_1.js +5 -26
- package/dist-es/models/models_2.js +26 -39
- package/dist-es/models/models_3.js +233 -222
- package/dist-es/models/models_4.js +217 -70
- package/dist-es/models/models_5.js +74 -2
- package/dist-es/protocols/Aws_restJson1.js +240 -4
- package/dist-types/QuickSight.d.ts +1 -1
- package/dist-types/QuickSightClient.d.ts +1 -1
- package/dist-types/commands/CreateDataSetCommand.d.ts +398 -3
- package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetCommand.d.ts +396 -3
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +4 -4
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +7 -7
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +4 -4
- package/dist-types/commands/GetFlowMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +3 -3
- package/dist-types/commands/ListActionConnectorsCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListBrandsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +10 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListFlowsCommand.d.ts +1 -1
- package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -2
- package/dist-types/commands/PredictQAResultsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSetsCommand.d.ts +9 -0
- package/dist-types/commands/SearchTopicsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +398 -3
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +162 -182
- package/dist-types/models/models_1.d.ts +177 -161
- package/dist-types/models/models_2.d.ts +196 -250
- package/dist-types/models/models_3.d.ts +2725 -3153
- package/dist-types/models/models_4.d.ts +4088 -3877
- package/dist-types/models/models_5.d.ts +1555 -12
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListActionConnectorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBrandsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFoldersForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +42 -42
- package/dist-types/ts3.4/models/models_1.d.ts +44 -56
- package/dist-types/ts3.4/models/models_2.d.ts +72 -94
- package/dist-types/ts3.4/models/models_3.d.ts +446 -511
- package/dist-types/ts3.4/models/models_4.d.ts +513 -366
- package/dist-types/ts3.4/models/models_5.d.ts +381 -17
- package/package.json +5 -5
|
@@ -60,6 +60,7 @@ declare const DescribeDataSetCommand_base: {
|
|
|
60
60
|
* // InputColumns: [ // InputColumnList // required
|
|
61
61
|
* // { // InputColumn
|
|
62
62
|
* // Name: "STRING_VALUE", // required
|
|
63
|
+
* // Id: "STRING_VALUE",
|
|
63
64
|
* // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
|
|
64
65
|
* // SubType: "FLOAT" || "FIXED",
|
|
65
66
|
* // },
|
|
@@ -72,6 +73,7 @@ declare const DescribeDataSetCommand_base: {
|
|
|
72
73
|
* // Columns: [
|
|
73
74
|
* // {
|
|
74
75
|
* // Name: "STRING_VALUE", // required
|
|
76
|
+
* // Id: "STRING_VALUE",
|
|
75
77
|
* // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
|
|
76
78
|
* // SubType: "FLOAT" || "FIXED",
|
|
77
79
|
* // },
|
|
@@ -85,10 +87,29 @@ declare const DescribeDataSetCommand_base: {
|
|
|
85
87
|
* // ContainsHeader: true || false,
|
|
86
88
|
* // TextQualifier: "DOUBLE_QUOTE" || "SINGLE_QUOTE",
|
|
87
89
|
* // Delimiter: "STRING_VALUE",
|
|
90
|
+
* // CustomCellAddressRange: "STRING_VALUE",
|
|
88
91
|
* // },
|
|
89
92
|
* // InputColumns: [ // required
|
|
90
93
|
* // {
|
|
91
94
|
* // Name: "STRING_VALUE", // required
|
|
95
|
+
* // Id: "STRING_VALUE",
|
|
96
|
+
* // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
|
|
97
|
+
* // SubType: "FLOAT" || "FIXED",
|
|
98
|
+
* // },
|
|
99
|
+
* // ],
|
|
100
|
+
* // },
|
|
101
|
+
* // SaaSTable: { // SaaSTable
|
|
102
|
+
* // DataSourceArn: "STRING_VALUE", // required
|
|
103
|
+
* // TablePath: [ // TablePathElementList // required
|
|
104
|
+
* // { // TablePathElement
|
|
105
|
+
* // Name: "STRING_VALUE",
|
|
106
|
+
* // Id: "STRING_VALUE",
|
|
107
|
+
* // },
|
|
108
|
+
* // ],
|
|
109
|
+
* // InputColumns: [ // required
|
|
110
|
+
* // {
|
|
111
|
+
* // Name: "STRING_VALUE", // required
|
|
112
|
+
* // Id: "STRING_VALUE",
|
|
92
113
|
* // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
|
|
93
114
|
* // SubType: "FLOAT" || "FIXED",
|
|
94
115
|
* // },
|
|
@@ -102,14 +123,89 @@ declare const DescribeDataSetCommand_base: {
|
|
|
102
123
|
* // DataTransforms: [ // TransformOperationList
|
|
103
124
|
* // { // TransformOperation Union: only one key present
|
|
104
125
|
* // ProjectOperation: { // ProjectOperation
|
|
105
|
-
* //
|
|
126
|
+
* // Alias: "STRING_VALUE",
|
|
127
|
+
* // Source: { // TransformOperationSource
|
|
128
|
+
* // TransformOperationId: "STRING_VALUE", // required
|
|
129
|
+
* // ColumnIdMappings: [ // DataSetColumnIdMappingList
|
|
130
|
+
* // { // DataSetColumnIdMapping
|
|
131
|
+
* // SourceColumnId: "STRING_VALUE", // required
|
|
132
|
+
* // TargetColumnId: "STRING_VALUE", // required
|
|
133
|
+
* // },
|
|
134
|
+
* // ],
|
|
135
|
+
* // },
|
|
136
|
+
* // ProjectedColumns: [ // ProjectedColumnNameList // required
|
|
106
137
|
* // "STRING_VALUE",
|
|
107
138
|
* // ],
|
|
108
139
|
* // },
|
|
109
140
|
* // FilterOperation: { // FilterOperation
|
|
110
|
-
* // ConditionExpression: "STRING_VALUE",
|
|
141
|
+
* // ConditionExpression: "STRING_VALUE",
|
|
142
|
+
* // StringFilterCondition: { // DataSetStringFilterCondition
|
|
143
|
+
* // ColumnName: "STRING_VALUE",
|
|
144
|
+
* // ComparisonFilterCondition: { // DataSetStringComparisonFilterCondition
|
|
145
|
+
* // Operator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
|
|
146
|
+
* // Value: { // DataSetStringFilterValue
|
|
147
|
+
* // StaticValue: "STRING_VALUE",
|
|
148
|
+
* // },
|
|
149
|
+
* // },
|
|
150
|
+
* // ListFilterCondition: { // DataSetStringListFilterCondition
|
|
151
|
+
* // Operator: "INCLUDE" || "EXCLUDE", // required
|
|
152
|
+
* // Values: { // DataSetStringListFilterValue
|
|
153
|
+
* // StaticValues: [ // DataSetStringFilterStaticValueList
|
|
154
|
+
* // "STRING_VALUE",
|
|
155
|
+
* // ],
|
|
156
|
+
* // },
|
|
157
|
+
* // },
|
|
158
|
+
* // },
|
|
159
|
+
* // NumericFilterCondition: { // DataSetNumericFilterCondition
|
|
160
|
+
* // ColumnName: "STRING_VALUE",
|
|
161
|
+
* // ComparisonFilterCondition: { // DataSetNumericComparisonFilterCondition
|
|
162
|
+
* // Operator: "EQUALS" || "DOES_NOT_EQUAL" || "GREATER_THAN" || "GREATER_THAN_OR_EQUALS_TO" || "LESS_THAN" || "LESS_THAN_OR_EQUALS_TO", // required
|
|
163
|
+
* // Value: { // DataSetNumericFilterValue
|
|
164
|
+
* // StaticValue: Number("double"),
|
|
165
|
+
* // },
|
|
166
|
+
* // },
|
|
167
|
+
* // RangeFilterCondition: { // DataSetNumericRangeFilterCondition
|
|
168
|
+
* // RangeMinimum: {
|
|
169
|
+
* // StaticValue: Number("double"),
|
|
170
|
+
* // },
|
|
171
|
+
* // RangeMaximum: {
|
|
172
|
+
* // StaticValue: Number("double"),
|
|
173
|
+
* // },
|
|
174
|
+
* // IncludeMinimum: true || false,
|
|
175
|
+
* // IncludeMaximum: true || false,
|
|
176
|
+
* // },
|
|
177
|
+
* // },
|
|
178
|
+
* // DateFilterCondition: { // DataSetDateFilterCondition
|
|
179
|
+
* // ColumnName: "STRING_VALUE",
|
|
180
|
+
* // ComparisonFilterCondition: { // DataSetDateComparisonFilterCondition
|
|
181
|
+
* // Operator: "BEFORE" || "BEFORE_OR_EQUALS_TO" || "AFTER" || "AFTER_OR_EQUALS_TO", // required
|
|
182
|
+
* // Value: { // DataSetDateFilterValue
|
|
183
|
+
* // StaticValue: new Date("TIMESTAMP"),
|
|
184
|
+
* // },
|
|
185
|
+
* // },
|
|
186
|
+
* // RangeFilterCondition: { // DataSetDateRangeFilterCondition
|
|
187
|
+
* // RangeMinimum: {
|
|
188
|
+
* // StaticValue: new Date("TIMESTAMP"),
|
|
189
|
+
* // },
|
|
190
|
+
* // RangeMaximum: {
|
|
191
|
+
* // StaticValue: new Date("TIMESTAMP"),
|
|
192
|
+
* // },
|
|
193
|
+
* // IncludeMinimum: true || false,
|
|
194
|
+
* // IncludeMaximum: true || false,
|
|
195
|
+
* // },
|
|
196
|
+
* // },
|
|
111
197
|
* // },
|
|
112
198
|
* // CreateColumnsOperation: { // CreateColumnsOperation
|
|
199
|
+
* // Alias: "STRING_VALUE",
|
|
200
|
+
* // Source: {
|
|
201
|
+
* // TransformOperationId: "STRING_VALUE", // required
|
|
202
|
+
* // ColumnIdMappings: [
|
|
203
|
+
* // {
|
|
204
|
+
* // SourceColumnId: "STRING_VALUE", // required
|
|
205
|
+
* // TargetColumnId: "STRING_VALUE", // required
|
|
206
|
+
* // },
|
|
207
|
+
* // ],
|
|
208
|
+
* // },
|
|
113
209
|
* // Columns: [ // CalculatedColumnList // required
|
|
114
210
|
* // { // CalculatedColumn
|
|
115
211
|
* // ColumnName: "STRING_VALUE", // required
|
|
@@ -186,6 +282,7 @@ declare const DescribeDataSetCommand_base: {
|
|
|
186
282
|
* // OutputColumns: [ // OutputColumnList
|
|
187
283
|
* // { // OutputColumn
|
|
188
284
|
* // Name: "STRING_VALUE",
|
|
285
|
+
* // Id: "STRING_VALUE",
|
|
189
286
|
* // Description: "STRING_VALUE",
|
|
190
287
|
* // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME",
|
|
191
288
|
* // SubType: "FLOAT" || "FIXED",
|
|
@@ -240,7 +337,7 @@ declare const DescribeDataSetCommand_base: {
|
|
|
240
337
|
* // Principals: [ // PrincipalList
|
|
241
338
|
* // "STRING_VALUE",
|
|
242
339
|
* // ],
|
|
243
|
-
* // ColumnNames: [ //
|
|
340
|
+
* // ColumnNames: [ // ColumnLevelPermissionRuleColumnNameList
|
|
244
341
|
* // "STRING_VALUE",
|
|
245
342
|
* // ],
|
|
246
343
|
* // },
|
|
@@ -304,6 +401,302 @@ declare const DescribeDataSetCommand_base: {
|
|
|
304
401
|
* // ],
|
|
305
402
|
* // },
|
|
306
403
|
* // UseAs: "RLS_RULES",
|
|
404
|
+
* // DataPrepConfiguration: { // DataPrepConfiguration
|
|
405
|
+
* // SourceTableMap: { // SourceTableMap // required
|
|
406
|
+
* // "<keys>": { // SourceTable
|
|
407
|
+
* // PhysicalTableId: "STRING_VALUE",
|
|
408
|
+
* // DataSet: { // ParentDataSet
|
|
409
|
+
* // DataSetArn: "STRING_VALUE", // required
|
|
410
|
+
* // InputColumns: [ // required
|
|
411
|
+
* // {
|
|
412
|
+
* // Name: "STRING_VALUE", // required
|
|
413
|
+
* // Id: "STRING_VALUE",
|
|
414
|
+
* // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
|
|
415
|
+
* // SubType: "FLOAT" || "FIXED",
|
|
416
|
+
* // },
|
|
417
|
+
* // ],
|
|
418
|
+
* // },
|
|
419
|
+
* // },
|
|
420
|
+
* // },
|
|
421
|
+
* // TransformStepMap: { // TransformStepMap // required
|
|
422
|
+
* // "<keys>": { // TransformStep
|
|
423
|
+
* // ImportTableStep: { // ImportTableOperation
|
|
424
|
+
* // Alias: "STRING_VALUE", // required
|
|
425
|
+
* // Source: { // ImportTableOperationSource
|
|
426
|
+
* // SourceTableId: "STRING_VALUE", // required
|
|
427
|
+
* // ColumnIdMappings: [
|
|
428
|
+
* // {
|
|
429
|
+
* // SourceColumnId: "STRING_VALUE", // required
|
|
430
|
+
* // TargetColumnId: "STRING_VALUE", // required
|
|
431
|
+
* // },
|
|
432
|
+
* // ],
|
|
433
|
+
* // },
|
|
434
|
+
* // },
|
|
435
|
+
* // ProjectStep: {
|
|
436
|
+
* // Alias: "STRING_VALUE",
|
|
437
|
+
* // Source: {
|
|
438
|
+
* // TransformOperationId: "STRING_VALUE", // required
|
|
439
|
+
* // ColumnIdMappings: [
|
|
440
|
+
* // {
|
|
441
|
+
* // SourceColumnId: "STRING_VALUE", // required
|
|
442
|
+
* // TargetColumnId: "STRING_VALUE", // required
|
|
443
|
+
* // },
|
|
444
|
+
* // ],
|
|
445
|
+
* // },
|
|
446
|
+
* // ProjectedColumns: [ // required
|
|
447
|
+
* // "STRING_VALUE",
|
|
448
|
+
* // ],
|
|
449
|
+
* // },
|
|
450
|
+
* // FiltersStep: { // FiltersOperation
|
|
451
|
+
* // Alias: "STRING_VALUE", // required
|
|
452
|
+
* // Source: {
|
|
453
|
+
* // TransformOperationId: "STRING_VALUE", // required
|
|
454
|
+
* // ColumnIdMappings: [
|
|
455
|
+
* // {
|
|
456
|
+
* // SourceColumnId: "STRING_VALUE", // required
|
|
457
|
+
* // TargetColumnId: "STRING_VALUE", // required
|
|
458
|
+
* // },
|
|
459
|
+
* // ],
|
|
460
|
+
* // },
|
|
461
|
+
* // FilterOperations: [ // FilterOperationList // required
|
|
462
|
+
* // {
|
|
463
|
+
* // ConditionExpression: "STRING_VALUE",
|
|
464
|
+
* // StringFilterCondition: {
|
|
465
|
+
* // ColumnName: "STRING_VALUE",
|
|
466
|
+
* // ComparisonFilterCondition: {
|
|
467
|
+
* // Operator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
|
|
468
|
+
* // Value: {
|
|
469
|
+
* // StaticValue: "STRING_VALUE",
|
|
470
|
+
* // },
|
|
471
|
+
* // },
|
|
472
|
+
* // ListFilterCondition: {
|
|
473
|
+
* // Operator: "INCLUDE" || "EXCLUDE", // required
|
|
474
|
+
* // Values: {
|
|
475
|
+
* // StaticValues: [
|
|
476
|
+
* // "STRING_VALUE",
|
|
477
|
+
* // ],
|
|
478
|
+
* // },
|
|
479
|
+
* // },
|
|
480
|
+
* // },
|
|
481
|
+
* // NumericFilterCondition: {
|
|
482
|
+
* // ColumnName: "STRING_VALUE",
|
|
483
|
+
* // ComparisonFilterCondition: {
|
|
484
|
+
* // Operator: "EQUALS" || "DOES_NOT_EQUAL" || "GREATER_THAN" || "GREATER_THAN_OR_EQUALS_TO" || "LESS_THAN" || "LESS_THAN_OR_EQUALS_TO", // required
|
|
485
|
+
* // Value: {
|
|
486
|
+
* // StaticValue: Number("double"),
|
|
487
|
+
* // },
|
|
488
|
+
* // },
|
|
489
|
+
* // RangeFilterCondition: {
|
|
490
|
+
* // RangeMinimum: {
|
|
491
|
+
* // StaticValue: Number("double"),
|
|
492
|
+
* // },
|
|
493
|
+
* // RangeMaximum: "<DataSetNumericFilterValue>",
|
|
494
|
+
* // IncludeMinimum: true || false,
|
|
495
|
+
* // IncludeMaximum: true || false,
|
|
496
|
+
* // },
|
|
497
|
+
* // },
|
|
498
|
+
* // DateFilterCondition: {
|
|
499
|
+
* // ColumnName: "STRING_VALUE",
|
|
500
|
+
* // ComparisonFilterCondition: {
|
|
501
|
+
* // Operator: "BEFORE" || "BEFORE_OR_EQUALS_TO" || "AFTER" || "AFTER_OR_EQUALS_TO", // required
|
|
502
|
+
* // Value: {
|
|
503
|
+
* // StaticValue: new Date("TIMESTAMP"),
|
|
504
|
+
* // },
|
|
505
|
+
* // },
|
|
506
|
+
* // RangeFilterCondition: {
|
|
507
|
+
* // RangeMinimum: {
|
|
508
|
+
* // StaticValue: new Date("TIMESTAMP"),
|
|
509
|
+
* // },
|
|
510
|
+
* // RangeMaximum: "<DataSetDateFilterValue>",
|
|
511
|
+
* // IncludeMinimum: true || false,
|
|
512
|
+
* // IncludeMaximum: true || false,
|
|
513
|
+
* // },
|
|
514
|
+
* // },
|
|
515
|
+
* // },
|
|
516
|
+
* // ],
|
|
517
|
+
* // },
|
|
518
|
+
* // CreateColumnsStep: {
|
|
519
|
+
* // Alias: "STRING_VALUE",
|
|
520
|
+
* // Source: {
|
|
521
|
+
* // TransformOperationId: "STRING_VALUE", // required
|
|
522
|
+
* // ColumnIdMappings: "<DataSetColumnIdMappingList>",
|
|
523
|
+
* // },
|
|
524
|
+
* // Columns: [ // required
|
|
525
|
+
* // {
|
|
526
|
+
* // ColumnName: "STRING_VALUE", // required
|
|
527
|
+
* // ColumnId: "STRING_VALUE", // required
|
|
528
|
+
* // Expression: "STRING_VALUE", // required
|
|
529
|
+
* // },
|
|
530
|
+
* // ],
|
|
531
|
+
* // },
|
|
532
|
+
* // RenameColumnsStep: { // RenameColumnsOperation
|
|
533
|
+
* // Alias: "STRING_VALUE", // required
|
|
534
|
+
* // Source: "<TransformOperationSource>", // required
|
|
535
|
+
* // RenameColumnOperations: [ // RenameColumnOperationList // required
|
|
536
|
+
* // {
|
|
537
|
+
* // ColumnName: "STRING_VALUE", // required
|
|
538
|
+
* // NewColumnName: "STRING_VALUE", // required
|
|
539
|
+
* // },
|
|
540
|
+
* // ],
|
|
541
|
+
* // },
|
|
542
|
+
* // CastColumnTypesStep: { // CastColumnTypesOperation
|
|
543
|
+
* // Alias: "STRING_VALUE", // required
|
|
544
|
+
* // Source: "<TransformOperationSource>", // required
|
|
545
|
+
* // CastColumnTypeOperations: [ // CastColumnTypeOperationList // required
|
|
546
|
+
* // {
|
|
547
|
+
* // ColumnName: "STRING_VALUE", // required
|
|
548
|
+
* // NewColumnType: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME", // required
|
|
549
|
+
* // SubType: "FLOAT" || "FIXED",
|
|
550
|
+
* // Format: "STRING_VALUE",
|
|
551
|
+
* // },
|
|
552
|
+
* // ],
|
|
553
|
+
* // },
|
|
554
|
+
* // JoinStep: { // JoinOperation
|
|
555
|
+
* // Alias: "STRING_VALUE", // required
|
|
556
|
+
* // LeftOperand: "<TransformOperationSource>", // required
|
|
557
|
+
* // RightOperand: "<TransformOperationSource>", // required
|
|
558
|
+
* // Type: "INNER" || "OUTER" || "LEFT" || "RIGHT", // required
|
|
559
|
+
* // OnClause: "STRING_VALUE", // required
|
|
560
|
+
* // LeftOperandProperties: { // JoinOperandProperties
|
|
561
|
+
* // OutputColumnNameOverrides: [ // OutputColumnNameOverrideList // required
|
|
562
|
+
* // { // OutputColumnNameOverride
|
|
563
|
+
* // SourceColumnName: "STRING_VALUE",
|
|
564
|
+
* // OutputColumnName: "STRING_VALUE", // required
|
|
565
|
+
* // },
|
|
566
|
+
* // ],
|
|
567
|
+
* // },
|
|
568
|
+
* // RightOperandProperties: {
|
|
569
|
+
* // OutputColumnNameOverrides: [ // required
|
|
570
|
+
* // {
|
|
571
|
+
* // SourceColumnName: "STRING_VALUE",
|
|
572
|
+
* // OutputColumnName: "STRING_VALUE", // required
|
|
573
|
+
* // },
|
|
574
|
+
* // ],
|
|
575
|
+
* // },
|
|
576
|
+
* // },
|
|
577
|
+
* // AggregateStep: { // AggregateOperation
|
|
578
|
+
* // Alias: "STRING_VALUE", // required
|
|
579
|
+
* // Source: "<TransformOperationSource>", // required
|
|
580
|
+
* // GroupByColumnNames: [ // GroupByColumnNameList
|
|
581
|
+
* // "STRING_VALUE",
|
|
582
|
+
* // ],
|
|
583
|
+
* // Aggregations: [ // AggregationList // required
|
|
584
|
+
* // { // Aggregation
|
|
585
|
+
* // AggregationFunction: { // DataPrepAggregationFunction
|
|
586
|
+
* // SimpleAggregation: { // DataPrepSimpleAggregationFunction
|
|
587
|
+
* // InputColumnName: "STRING_VALUE",
|
|
588
|
+
* // FunctionType: "COUNT" || "DISTINCT_COUNT" || "SUM" || "AVERAGE" || "MAX" || "MIN", // required
|
|
589
|
+
* // },
|
|
590
|
+
* // ListAggregation: { // DataPrepListAggregationFunction
|
|
591
|
+
* // InputColumnName: "STRING_VALUE",
|
|
592
|
+
* // Separator: "STRING_VALUE", // required
|
|
593
|
+
* // Distinct: true || false, // required
|
|
594
|
+
* // },
|
|
595
|
+
* // },
|
|
596
|
+
* // NewColumnName: "STRING_VALUE", // required
|
|
597
|
+
* // NewColumnId: "STRING_VALUE", // required
|
|
598
|
+
* // },
|
|
599
|
+
* // ],
|
|
600
|
+
* // },
|
|
601
|
+
* // PivotStep: { // PivotOperation
|
|
602
|
+
* // Alias: "STRING_VALUE", // required
|
|
603
|
+
* // Source: "<TransformOperationSource>", // required
|
|
604
|
+
* // GroupByColumnNames: [ // PivotGroupByColumnNameList
|
|
605
|
+
* // "STRING_VALUE",
|
|
606
|
+
* // ],
|
|
607
|
+
* // ValueColumnConfiguration: { // ValueColumnConfiguration
|
|
608
|
+
* // AggregationFunction: {
|
|
609
|
+
* // SimpleAggregation: {
|
|
610
|
+
* // InputColumnName: "STRING_VALUE",
|
|
611
|
+
* // FunctionType: "COUNT" || "DISTINCT_COUNT" || "SUM" || "AVERAGE" || "MAX" || "MIN", // required
|
|
612
|
+
* // },
|
|
613
|
+
* // ListAggregation: {
|
|
614
|
+
* // InputColumnName: "STRING_VALUE",
|
|
615
|
+
* // Separator: "STRING_VALUE", // required
|
|
616
|
+
* // Distinct: true || false, // required
|
|
617
|
+
* // },
|
|
618
|
+
* // },
|
|
619
|
+
* // },
|
|
620
|
+
* // PivotConfiguration: { // PivotConfiguration
|
|
621
|
+
* // LabelColumnName: "STRING_VALUE",
|
|
622
|
+
* // PivotedLabels: [ // PivotedLabelList // required
|
|
623
|
+
* // { // PivotedLabel
|
|
624
|
+
* // LabelName: "STRING_VALUE", // required
|
|
625
|
+
* // NewColumnName: "STRING_VALUE", // required
|
|
626
|
+
* // NewColumnId: "STRING_VALUE", // required
|
|
627
|
+
* // },
|
|
628
|
+
* // ],
|
|
629
|
+
* // },
|
|
630
|
+
* // },
|
|
631
|
+
* // UnpivotStep: { // UnpivotOperation
|
|
632
|
+
* // Alias: "STRING_VALUE", // required
|
|
633
|
+
* // Source: "<TransformOperationSource>", // required
|
|
634
|
+
* // ColumnsToUnpivot: [ // ColumnToUnpivotList // required
|
|
635
|
+
* // { // ColumnToUnpivot
|
|
636
|
+
* // ColumnName: "STRING_VALUE",
|
|
637
|
+
* // NewValue: "STRING_VALUE",
|
|
638
|
+
* // },
|
|
639
|
+
* // ],
|
|
640
|
+
* // UnpivotedLabelColumnName: "STRING_VALUE", // required
|
|
641
|
+
* // UnpivotedLabelColumnId: "STRING_VALUE", // required
|
|
642
|
+
* // UnpivotedValueColumnName: "STRING_VALUE", // required
|
|
643
|
+
* // UnpivotedValueColumnId: "STRING_VALUE", // required
|
|
644
|
+
* // },
|
|
645
|
+
* // AppendStep: { // AppendOperation
|
|
646
|
+
* // Alias: "STRING_VALUE", // required
|
|
647
|
+
* // FirstSource: "<TransformOperationSource>",
|
|
648
|
+
* // SecondSource: "<TransformOperationSource>",
|
|
649
|
+
* // AppendedColumns: [ // AppendedColumnList // required
|
|
650
|
+
* // { // AppendedColumn
|
|
651
|
+
* // ColumnName: "STRING_VALUE", // required
|
|
652
|
+
* // NewColumnId: "STRING_VALUE", // required
|
|
653
|
+
* // },
|
|
654
|
+
* // ],
|
|
655
|
+
* // },
|
|
656
|
+
* // },
|
|
657
|
+
* // },
|
|
658
|
+
* // DestinationTableMap: { // DestinationTableMap // required
|
|
659
|
+
* // "<keys>": { // DestinationTable
|
|
660
|
+
* // Alias: "STRING_VALUE", // required
|
|
661
|
+
* // Source: { // DestinationTableSource
|
|
662
|
+
* // TransformOperationId: "STRING_VALUE", // required
|
|
663
|
+
* // },
|
|
664
|
+
* // },
|
|
665
|
+
* // },
|
|
666
|
+
* // },
|
|
667
|
+
* // SemanticModelConfiguration: { // SemanticModelConfiguration
|
|
668
|
+
* // TableMap: { // SemanticTableMap
|
|
669
|
+
* // "<keys>": { // SemanticTable
|
|
670
|
+
* // Alias: "STRING_VALUE", // required
|
|
671
|
+
* // DestinationTableId: "STRING_VALUE", // required
|
|
672
|
+
* // RowLevelPermissionConfiguration: { // RowLevelPermissionConfiguration
|
|
673
|
+
* // TagConfiguration: {
|
|
674
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
675
|
+
* // TagRules: [ // required
|
|
676
|
+
* // {
|
|
677
|
+
* // TagKey: "STRING_VALUE", // required
|
|
678
|
+
* // ColumnName: "STRING_VALUE", // required
|
|
679
|
+
* // TagMultiValueDelimiter: "STRING_VALUE",
|
|
680
|
+
* // MatchAllValue: "STRING_VALUE",
|
|
681
|
+
* // },
|
|
682
|
+
* // ],
|
|
683
|
+
* // TagRuleConfigurations: [
|
|
684
|
+
* // [
|
|
685
|
+
* // "STRING_VALUE",
|
|
686
|
+
* // ],
|
|
687
|
+
* // ],
|
|
688
|
+
* // },
|
|
689
|
+
* // RowLevelPermissionDataSet: {
|
|
690
|
+
* // Namespace: "STRING_VALUE",
|
|
691
|
+
* // Arn: "STRING_VALUE", // required
|
|
692
|
+
* // PermissionPolicy: "GRANT_ACCESS" || "DENY_ACCESS", // required
|
|
693
|
+
* // FormatVersion: "VERSION_1" || "VERSION_2",
|
|
694
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
695
|
+
* // },
|
|
696
|
+
* // },
|
|
697
|
+
* // },
|
|
698
|
+
* // },
|
|
699
|
+
* // },
|
|
307
700
|
* // },
|
|
308
701
|
* // RequestId: "STRING_VALUE",
|
|
309
702
|
* // Status: Number("int"),
|
|
@@ -27,7 +27,7 @@ declare const GenerateEmbedUrlForAnonymousUserCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Generates an embed URL that you can use to embed an Amazon
|
|
30
|
+
* <p>Generates an embed URL that you can use to embed an Amazon Quick Suite dashboard or
|
|
31
31
|
* visual in your website, without having to register any reader users. Before you use this
|
|
32
32
|
* action, make sure that you have configured the dashboards and permissions.</p>
|
|
33
33
|
* <p>The following rules apply to the generated URL:</p>
|
|
@@ -45,13 +45,13 @@ declare const GenerateEmbedUrlForAnonymousUserCommand_base: {
|
|
|
45
45
|
* session duration is 10 hours.</p>
|
|
46
46
|
* </li>
|
|
47
47
|
* <li>
|
|
48
|
-
* <p>You are charged only when the URL is used or there is interaction with Amazon
|
|
48
|
+
* <p>You are charged only when the URL is used or there is interaction with Amazon Quick Suite.</p>
|
|
49
49
|
* </li>
|
|
50
50
|
* </ul>
|
|
51
51
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedded Analytics</a> in
|
|
52
|
-
* the <i>Amazon
|
|
52
|
+
* the <i>Amazon Quick Suite User Guide</i>.</p>
|
|
53
53
|
* <p>For more information about the high-level steps for embedding and for an interactive
|
|
54
|
-
* demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon
|
|
54
|
+
* demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon Quick Suite
|
|
55
55
|
* Developer Portal</a>.</p>
|
|
56
56
|
* @example
|
|
57
57
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GenerateEmbedUrlForRegisteredUserRequest, GenerateEmbedUrlForRegisteredUserResponse } from "../models/
|
|
3
|
+
import { GenerateEmbedUrlForRegisteredUserRequest, GenerateEmbedUrlForRegisteredUserResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -27,9 +27,9 @@ declare const GenerateEmbedUrlForRegisteredUserCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Generates an embed URL that you can use to embed an Amazon
|
|
31
|
-
* in your website. This action can be used for any type of user registered in an Amazon
|
|
32
|
-
* configured the relevant Amazon
|
|
30
|
+
* <p>Generates an embed URL that you can use to embed an Amazon Quick Suite experience
|
|
31
|
+
* in your website. This action can be used for any type of user registered in an Amazon Quick Suite account. Before you use this action, make sure that you have
|
|
32
|
+
* configured the relevant Amazon Quick Suite resource and permissions.</p>
|
|
33
33
|
* <p>The following rules apply to the generated URL:</p>
|
|
34
34
|
* <ul>
|
|
35
35
|
* <li>
|
|
@@ -45,13 +45,13 @@ declare const GenerateEmbedUrlForRegisteredUserCommand_base: {
|
|
|
45
45
|
* (maximum). The default session duration is 10 hours.</p>
|
|
46
46
|
* </li>
|
|
47
47
|
* <li>
|
|
48
|
-
* <p>You are charged only when the URL is used or there is interaction with Amazon
|
|
48
|
+
* <p>You are charged only when the URL is used or there is interaction with Amazon Quick Suite.</p>
|
|
49
49
|
* </li>
|
|
50
50
|
* </ul>
|
|
51
51
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedded Analytics</a> in
|
|
52
|
-
* the <i>Amazon
|
|
52
|
+
* the <i>Amazon Quick Suite User Guide</i>.</p>
|
|
53
53
|
* <p>For more information about the high-level steps for embedding and for an interactive
|
|
54
|
-
* demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon
|
|
54
|
+
* demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon Quick Suite
|
|
55
55
|
* Developer Portal</a>.</p>
|
|
56
56
|
* @example
|
|
57
57
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GenerateEmbedUrlForRegisteredUserWithIdentityRequest, GenerateEmbedUrlForRegisteredUserWithIdentityResponse } from "../models/
|
|
3
|
+
import { GenerateEmbedUrlForRegisteredUserWithIdentityRequest, GenerateEmbedUrlForRegisteredUserWithIdentityResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetDashboardEmbedUrlRequest, GetDashboardEmbedUrlResponse } from "../models/
|
|
3
|
+
import { GetDashboardEmbedUrlRequest, GetDashboardEmbedUrlResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -44,7 +44,7 @@ declare const GetDashboardEmbedUrlCommand_base: {
|
|
|
44
44
|
* <p>They are valid for 5 minutes after you run this command.</p>
|
|
45
45
|
* </li>
|
|
46
46
|
* <li>
|
|
47
|
-
* <p>You are charged only when the URL is used or there is interaction with
|
|
47
|
+
* <p>You are charged only when the URL is used or there is interaction with Quick Suite.</p>
|
|
48
48
|
* </li>
|
|
49
49
|
* <li>
|
|
50
50
|
* <p>The resulting user session is valid for 15 minutes (default) up to 10 hours
|
|
@@ -53,10 +53,10 @@ declare const GetDashboardEmbedUrlCommand_base: {
|
|
|
53
53
|
* </li>
|
|
54
54
|
* </ul>
|
|
55
55
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics-deprecated.html">Embedding Analytics
|
|
56
|
-
* Using GetDashboardEmbedUrl</a> in the <i>Amazon
|
|
56
|
+
* Using GetDashboardEmbedUrl</a> in the <i>Amazon Quick Suite User
|
|
57
57
|
* Guide</i>.</p>
|
|
58
58
|
* <p>For more information about the high-level steps for embedding and for an interactive
|
|
59
|
-
* demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon
|
|
59
|
+
* demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon Quick Suite
|
|
60
60
|
* Developer Portal</a>.</p>
|
|
61
61
|
* @example
|
|
62
62
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetFlowMetadataInput, GetFlowMetadataOutput } from "../models/
|
|
3
|
+
import { GetFlowMetadataInput, GetFlowMetadataOutput } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetFlowPermissionsInput, GetFlowPermissionsOutput } from "../models/
|
|
3
|
+
import { GetFlowPermissionsInput, GetFlowPermissionsOutput } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetSessionEmbedUrlRequest, GetSessionEmbedUrlResponse } from "../models/
|
|
3
|
+
import { GetSessionEmbedUrlRequest, GetSessionEmbedUrlResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -39,7 +39,7 @@ declare const GetSessionEmbedUrlCommand_base: {
|
|
|
39
39
|
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_RegisterUser.html">RegisterUser</a>
|
|
40
40
|
* </code> API operation to add a new user with a custom
|
|
41
41
|
* permission profile attached. For more information, see the following sections in the
|
|
42
|
-
* <i>Amazon
|
|
42
|
+
* <i>Amazon Quick Suite User Guide</i>:</p>
|
|
43
43
|
* <ul>
|
|
44
44
|
* <li>
|
|
45
45
|
* <p>
|
|
@@ -49,7 +49,7 @@ declare const GetSessionEmbedUrlCommand_base: {
|
|
|
49
49
|
* </li>
|
|
50
50
|
* <li>
|
|
51
51
|
* <p>
|
|
52
|
-
* <a href="https://docs.aws.amazon.com/quicksight/latest/user/customizing-permissions-to-the-quicksight-console.html">Customizing Access to the Amazon
|
|
52
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/user/customizing-permissions-to-the-quicksight-console.html">Customizing Access to the Amazon Quick Suite Console</a>
|
|
53
53
|
* </p>
|
|
54
54
|
* </li>
|
|
55
55
|
* </ul>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListActionConnectorsRequest, ListActionConnectorsResponse } from "../models/
|
|
3
|
+
import { ListActionConnectorsRequest, ListActionConnectorsResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListAnalysesRequest, ListAnalysesResponse } from "../models/
|
|
3
|
+
import { ListAnalysesRequest, ListAnalysesResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListAssetBundleExportJobsRequest, ListAssetBundleExportJobsResponse } from "../models/
|
|
3
|
+
import { ListAssetBundleExportJobsRequest, ListAssetBundleExportJobsResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|